.coming-soon{text-align:center}.coming-soon h1{letter-spacing:.1em;color:var(--foreground);margin-bottom:1rem;font-size:4rem;font-weight:700}.coming-soon p{opacity:.7;letter-spacing:.05em;color:var(--foreground);font-size:1.2rem}.coming-soon .tagline{opacity:.8;margin-bottom:.5rem;font-size:1.5rem}.coming-soon .status{opacity:.6;margin-top:.5rem;font-size:1rem}.brutalist-nav{position:fixed;pointer-events:none;z-index:1000;bottom:0;left:0;right:0}.brutalist-nav__theme-toggle{position:fixed;background-color:var(--card);border:3px solid var(--border);box-shadow:var(--shadow-md);cursor:pointer;display:flex;border-radius:var(--radius);pointer-events:auto;color:var(--foreground);outline:none;justify-content:center;align-items: center;width:50px;height:50px;padding:0;transition:all .2s;font-size:1.5rem;top:1.5rem;right:1.5rem}.brutalist-nav__github{position:fixed;background-color:var(--card);border:3px solid var(--border);box-shadow:var(--shadow-md);cursor:pointer;display:flex;border-radius:var(--radius);pointer-events:auto;color:var(--foreground);text-decoration:none;outline:none;justify-content:center;align-items: center;width:50px;height:50px;padding:0;transition:all .2s;font-size:1.5rem;top:1.5rem;left:1.5rem}.brutalist-nav__theme-toggle:focus-visible{outline:3px solid var(--ring);outline-offset:2px}.brutalist-nav__github:focus-visible{outline:3px solid var(--ring);outline-offset:2px}.brutalist-nav__theme-toggle:hover,.brutalist-nav__github:hover{box-shadow:var(--shadow-lg);transform:translate(-2px,-2px)}.brutalist-nav__theme-toggle:active,.brutalist-nav__github:active{box-shadow:var(--shadow-xs);transform:translate(3px,3px)}.brutalist-nav__tabs{position:absolute;display:flex;background:var(--card);border:3px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);pointer-events:auto;gap:.5rem;padding:.5rem;transition:opacity .3s;bottom:1.5rem;left:50%;transform:translate(-50%)}.brutalist-nav__tabs.faded{opacity:.6}@media (max-width:640px){.brutalist-nav__tabs{bottom:1rem}.brutalist-nav__theme-toggle{width:45px;height:45px;top:1rem;right:1rem}.brutalist-nav__github{width:45px;height:45px;top:1rem;left:1rem}.brutalist-nav__tab{padding:.875rem 1rem}}@media (max-height:600px){.brutalist-nav__tabs{bottom:1rem}}.brutalist-nav__tab{display:flex;color:var(--foreground);cursor:pointer;position:relative;z-index:1;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;text-decoration:none;outline:none;border-radius:calc(var(--radius) - .25rem);background:0 0;border:none;justify-content:center;align-items: center;padding:1rem 1.25rem;transition:all .3s}.brutalist-nav__tab:focus-visible{outline:3px solid var(--ring);outline-offset:2px;border-radius:calc(var(--radius) - .5rem)}.brutalist-nav__tab.active{background:var(--primary);color:var(--primary-foreground);border-radius:calc(var(--radius) - .25rem);animation:bounce .5s ease}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (prefers-reduced-motion:reduce){.brutalist-nav__tab,.brutalist-nav__theme-toggle{transition:none}}.footer{position:fixed;color:var(--muted-foreground);opacity:.5;pointer-events:none;z-index:999;padding:.5rem;font-size:.75rem;bottom:.5rem;left:.5rem}.footer p{letter-spacing:.05em;margin:0}@media (max-width:640px){.footer{font-size:.7rem}}.home{display:flex;flex-direction:column;justify-content:center;align-items: center;gap:2rem;min-height:100vh;padding:2rem}.home__terminal{background:var(--card);border:3px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);overflow:hidden;animation:slideUp .6s ease-out;width:100%;max-width:550px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.home__terminal-header{display:flex;background:var(--muted);border-bottom:3px solid var(--border);gap:8px;padding:12px 16px}.dot{border:2px solid var(--border);border-radius:50%;width:12px;height:12px}.dot.red{background:var(--destructive)}.dot.yellow{background:var(--accent)}.dot.green{background:var(--primary)}.home__terminal-body{padding:1.5rem;font-size:1rem}.line{opacity:.7;margin:0 0 .25rem}.prompt{color:var(--primary);margin-right:8px;font-weight:700}.output{margin:0 0 1.25rem;padding-left:1rem}.output.role{color:var(--primary);font-weight:700}h1.output{letter-spacing:.1em;font-size:2.5rem}.typed{min-height:1.5em}.cursor{color:var(--primary)}.cursor.hidden{opacity:0}.home__links{display:flex;animation:fadeIn .6s ease-out .3s both;flex-wrap:wrap;justify-content:center;gap:1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.home__link{background:var(--card);border:3px solid var(--border);border-radius:var(--radius);color:var(--foreground);text-decoration:none;padding:.75rem 1.5rem;transition:all .15s;font-weight:700}.home__link:hover{background:var(--primary);color:var(--primary-foreground);box-shadow:var(--shadow-md);transform:translate(-2px,-2px)}.about{display:flex;flex-direction:column;gap:3rem;max-width:650px;min-height:100vh;margin:0 auto;padding:8rem 2rem}.about section{animation:slideUp .5s ease-out both}.about section:nth-child(2){animation-delay:.1s}.about section:nth-child(3){animation-delay:.2s}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about__hero h1{margin:0 0 1rem;font-size:2.5rem}.highlight{color:var(--primary)}.about__hero p{opacity:.9;font-size:1.15rem;line-height:1.7}.about__skills h2{opacity:.7;margin:0 0 1rem;font-size:1.25rem}.skill-grid{display:flex;flex-wrap:wrap;gap:.75rem}.skill-tag{background:var(--card);border:2px solid var(--border);border-radius:var(--radius);padding:.5rem 1rem;font-size:.9rem;font-weight:600}.about__cta{background:var(--card);border:3px solid var(--border);border-radius:var(--radius);text-align:center;padding:2rem}.about__cta p{margin:0 0 1rem;font-size:1.1rem}.cta-btn{display:inline-block;background:var(--primary);color:var(--primary-foreground);border:3px solid var(--border);border-radius:var(--radius);text-decoration:none;padding:.75rem 1.5rem;transition:all .15s;font-weight:700}.cta-btn:hover{box-shadow:var(--shadow-md);transform:translate(-2px,-2px)}.contact-page{animation:slideUp .5s ease-out;max-width:500px;min-height:100vh;margin:0 auto;padding:8rem 2rem}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.contact-page h1{margin:0 0 2rem;font-size:2rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{background:var(--card);border:3px solid var(--border);border-radius:var(--radius);color:var(--foreground);padding:.875rem 1rem;transition:border-color .15s;font-family:inherit;font-size:1rem}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary)}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background:var(--primary);color:var(--primary-foreground);border:3px solid var(--border);border-radius:var(--radius);cursor:pointer;padding:1rem 1.5rem;transition:all .15s;font-family:inherit;font-size:1rem;font-weight:700}.submit-btn:hover:not(:disabled){box-shadow:var(--shadow-md);transform:translate(-2px,-2px)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#e4d4b0;--foreground:#5c4a3e;--card:#e7d9bf;--card-foreground:#5c4a3e;--popover:#f3e8d2;--popover-foreground:#5c4a3e;--primary:#919d4f;--primary-foreground:#fdfbf6;--secondary:#decba0;--secondary-foreground:#5c4a3e;--muted:#decba0;--muted-foreground:#85756a;--accent:#dbc494;--accent-foreground:#5c4a3e;--destructive:#d9867e;--destructive-foreground:#faf8f2;--border:#b19481;--input:#dbc494;--ring:#9fb18c;--chart-1:#9fb18c;--chart-2:#8c9f7b;--chart-3:#bbc9b4;--chart-4:#72856a;--chart-5:#5f6e58;--sidebar:#e2cea2;--sidebar-foreground:#5c4a3e;--sidebar-primary:#9fb18c;--sidebar-primary-foreground:#fdfbf6;--sidebar-accent:#eae4d9;--sidebar-accent-foreground:#5c4a3e;--sidebar-border:#e5dfd4;--sidebar-ring:#9fb18c;--font-sans:Space Mono,ui-monospace,monospace;--font-serif:Space Mono,ui-monospace,monospace;--font-mono:Space Mono,ui-monospace,monospace;--radius:1.375rem;--shadow-x:3px;--shadow-y:3px;--shadow-blur:2px;--shadow-spread:0px;--shadow-opacity:.15;--shadow-color:#5d6d46;--shadow-2xs:3px 3px 2px 0px #5d6d4612;--shadow-xs:3px 3px 2px 0px #5d6d4612;--shadow-sm:3px 3px 2px 0px #5d6d4626,3px 1px 2px -1px #5d6d4626;--shadow:3px 3px 2px 0px #5d6d4626,3px 1px 2px -1px #5d6d4626;--shadow-md:3px 3px 2px 0px #5d6d4626,3px 2px 4px -1px #5d6d4626;--shadow-lg:3px 3px 2px 0px #5d6d4626,3px 4px 6px -1px #5d6d4626;--shadow-xl:3px 3px 2px 0px #5d6d4626,3px 8px 10px -1px #5d6d4626;--shadow-2xl:3px 3px 2px 0px #5d6d4661;--tracking-normal:0em;--spacing:.25rem}.dark{--background:#3a3429;--foreground:#ede3d4;--card:#413b33;--card-foreground:#ede3d4;--popover:#413b33;--popover-foreground:#ede3d4;--primary:#8c9f7b;--primary-foreground:#2a2521;--secondary:#5a5245;--secondary-foreground:#ede3d4;--muted:#4a4339;--muted-foreground:#a89f96;--accent:#a18c5c;--accent-foreground:#2a2521;--destructive:#b5726a;--destructive-foreground:#f0e8db;--border:#5a5245;--input:#5a5245;--ring:#8c9f7b;--chart-1:#8c9f7b;--chart-2:#9fb18c;--chart-3:#72856a;--chart-4:#a18c5c;--chart-5:#5f6e58;--sidebar:#3a3429;--sidebar-foreground:#ede3d4;--sidebar-primary:#8c9f7b;--sidebar-primary-foreground:#2a2521;--sidebar-accent:#a18c5c;--sidebar-accent-foreground:#2a2521;--sidebar-border:#5a5245;--sidebar-ring:#8c9f7b}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background:var(--background);color:var(--foreground);display:flex;justify-content:center;align-items: center;height:100vh}
