@import "https://api.fontshare.com/v2/css?f[]=satoshi@900,700,500,300,400&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0f0f0f;--bg-card:#161616;--bg-card-hover:#1c1c1c;--border:#ffffff14;--border-hover:#ffffff26;--text-primary:#f0ede8;--text-secondary:#a3a3a3;--text-muted:#666;--accent:#e8d5b7;--accent-orange:#ff6b35;--accent-teal:#2eb9df;--accent-purple:#9e00ff;--nav-width:56px;--header-height:120px;--serif:"Satoshi", sans-serif;--sans:"Satoshi", sans-serif}body.light-mode{--bg:#f5f5f5;--bg-card:#fff;--bg-card-hover:#fcfcfc;--border:#00000014;--border-hover:#00000026;--text-primary:#111;--text-secondary:#444;--text-muted:#777;--accent:#b3915f}body.light-mode .stars-canvas{opacity:.1;filter:invert()}body.light-mode .nav-item{color:var(--text-muted)}body.light-mode .nav-item.active{color:var(--text-primary);background:#00000014;border:1px solid #00000026}body.light-mode .nav-item:hover:not(.active){background:#00000008}body.light-mode .grid-card{box-shadow:inset 0 -20px 80px -20px #00000005}body.light-mode .grid-card:hover{box-shadow:0 8px 40px #0000001a,inset 0 -20px 80px -20px #0000000a}body.light-mode #about-card-photo{opacity:1!important}.theme-rope{cursor:grab;z-index:200;transform-origin:top;background:repeating-linear-gradient(#555,#555 4px,#333 4px 8px);width:2px;height:80px;transition:height .4s cubic-bezier(.175,.885,.32,1.275);position:absolute;top:0;right:60px}.theme-rope:active{cursor:grabbing}.theme-rope:after{content:"";background:#f0ede8;border-radius:50%;width:14px;height:14px;transition:all .3s;position:absolute;bottom:-10px;left:-6px;box-shadow:0 0 10px #ffffff80}body.light-mode .theme-rope:after{background:#111;box-shadow:0 0 10px #0003}body{background-color:var(--bg);color:var(--text-primary);font-family:var(--sans);min-height:100vh;font-size:15px;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}.stars-canvas{z-index:-10;pointer-events:none;position:fixed;inset:0}.gradient-accent{pointer-events:none;z-index:-9;background:radial-gradient(circle,#9e00ff1f 0%,#2eb9df0d 50%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:8s ease-in-out infinite float;position:fixed;bottom:-200px;right:-200px}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(-30px,-30px)}}header.site-header{z-index:100;pointer-events:none;background:linear-gradient(180deg, var(--bg) 40%, transparent 100%);-webkit-backdrop-filter:blur(12px);padding-top:16px;padding-bottom:40px;position:fixed;top:0;left:0;right:0;-webkit-mask-image:linear-gradient(#000 60%,#0000 100%);mask-image:linear-gradient(#000 60%,#0000 100%)}.header-inner{pointer-events:auto;flex-direction:column;justify-content:center;align-items:center;width:fit-content;margin:0 auto;padding:0 24px;display:flex}.header-inner a{display:block}.site-name{font-family:var(--serif);text-align:center;letter-spacing:-.01em;color:var(--text-primary);font-size:clamp(2rem,5vw,3.5rem);font-weight:500;animation:.8s both fadeInDown}.site-subtitle{letter-spacing:.08em;color:var(--text-secondary);justify-content:center;align-items:center;gap:6px;min-height:20px;margin-top:4px;font-size:13px;animation:.8s .1s both fadeInDown;display:flex;position:relative}.subtitle-word{animation:slideInUp .5s cubic-bezier(.34, 1.56, .64, 1) ease;display:inline-block}.subtitle-word.highlight{color:var(--accent);animation:slideInUp .5s cubic-bezier(.34, 1.56, .64, 1) ease, pulseHighlight .6s ease;position:relative}.subtitle-word.highlight:after{content:"";background:var(--accent);transform-origin:0;width:100%;height:1px;transition:transform .3s;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}header a:hover .subtitle-word.highlight:after{transform:scaleX(1)}@keyframes slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseHighlight{0%{text-shadow:0 0 #e8d5b766}50%{text-shadow:0 0 8px #e8d5b799}to{text-shadow:0 0 #e8d5b766}}.scroll-indicator{z-index:50;flex-direction:column;align-items:center;gap:4px;display:flex;position:fixed;top:50%;right:20px;transform:translateY(-50%)}.scroll-dots{flex-direction:column;align-items:center;gap:3px;display:flex}.scroll-dot{background:#ffffff26;border-radius:50%;width:5px;height:5px;transition:background .3s}.scroll-dot.active{background:#fff9;width:7px;height:7px}.scroll-ball{background:var(--accent);border-radius:50%;width:14px;height:14px;margin-top:4px;animation:2s ease-in-out infinite pulse-ball;box-shadow:0 0 12px #e8d5b780}@keyframes pulse-ball{0%,to{box-shadow:0 0 12px #e8d5b780}50%{box-shadow:0 0 20px #e8d5b7cc}}.side-nav{width:var(--nav-width);z-index:50;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:20px 0;display:flex;position:fixed;top:0;bottom:0;left:0}.nav-item{width:40px;height:40px;color:var(--text-muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex;position:relative}.nav-item:hover,.nav-item.active{color:var(--text-primary)}.nav-item.active{border:1px solid var(--border);color:var(--accent);background:#ffffff0f}.nav-item:hover:not(.active){color:var(--text-secondary);background:#ffffff08}.nav-item svg{stroke:currentColor;fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:18px;height:18px}.nav-tooltip{background:var(--bg-card);border:1px solid var(--border);color:var(--text-primary);white-space:nowrap;opacity:0;pointer-events:none;border-radius:6px;padding:4px 10px;font-size:12px;transition:all .2s;position:absolute;left:calc(100% + 12px);transform:translate(-8px)}.nav-item:hover .nav-tooltip{opacity:1;transform:translate(0)}.page-content{padding-top:var(--header-height);padding-left:calc(var(--nav-width) + 20px);max-width:900px;min-height:100vh;margin:0 auto;padding-bottom:60px;padding-right:40px;animation:.6s .2s both fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.home-grid{grid-template-rows:auto auto;grid-template-columns:repeat(3,1fr);gap:16px;padding-top:20px;display:grid}.grid-card{background:var(--bg-card);border:1px solid var(--border);cursor:pointer;border-radius:16px;transition:all .3s;position:relative;overflow:hidden;box-shadow:inset 0 -20px 80px -20px #ffffff08}.grid-card:hover{border-color:var(--border-hover);transform:translateY(-2px);box-shadow:0 8px 40px #0006,inset 0 -20px 80px -20px #ffffff0f}.grid-card .card-inner{z-index:2;flex-direction:column;justify-content:flex-end;height:100%;min-height:160px;padding:20px;display:flex;position:relative}.card-icon-large{color:var(--text-muted);margin-bottom:12px;transition:all .3s}.grid-card:hover .card-icon-large{color:var(--accent);transform:scale(.85)}.card-icon-large svg{stroke:currentColor;fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:42px;height:42px}.card-title{font-family:var(--serif);color:var(--text-primary);margin-bottom:4px;font-size:18px;font-weight:600}.card-desc{color:var(--text-muted);font-size:13px}.card-about{grid-area:1/1}.card-work{grid-area:2/1}.card-projects{grid-area:1/2/3}.card-contact{grid-area:1/3/3}.card-visual{pointer-events:none;position:absolute;inset:0}.marquee-container{align-items:center;height:70%;display:flex;position:absolute;top:0;left:0;right:0;overflow:hidden;-webkit-mask-image:linear-gradient(#0000,#000 30% 70%,#0000);mask-image:linear-gradient(#0000,#000 30% 70%,#0000)}.marquee-track{gap:16px;animation:12s linear infinite marquee-scroll;display:flex}.marquee-track:hover{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-icon{border-radius:16px;flex-shrink:0;width:70px;height:70px;transition:transform .3s;overflow:hidden}.marquee-icon img{object-fit:cover;width:100%;height:100%}.chat-bubbles{flex-direction:column;justify-content:space-around;align-items:flex-end;gap:12px;width:140px;height:100%;padding:20px;display:flex;position:absolute;top:0;bottom:0;right:0}.chat-bubble{opacity:0;border-radius:8px;height:14px;animation:3s ease-in-out infinite messagePulse}.chat-bubble.incoming{background:linear-gradient(135deg,#3b82f6,#2563eb);align-self:flex-start}.chat-bubble.outgoing{background:linear-gradient(135deg,#10b981,#059669);align-self:flex-end}.chat-bubble:first-child{width:45px;animation-delay:0s}.chat-bubble:nth-child(2){width:55px;animation-delay:.75s}.chat-bubble:nth-child(3){width:50px;animation-delay:1.5s}.chat-bubble:nth-child(4){width:60px;animation-delay:2.25s}@keyframes messagePulse{0%{opacity:0;transform:translateY(10px)scale(.8)}15%{opacity:1;transform:translateY(0)scale(1)}70%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-10px)scale(.8)}}.about-visual{opacity:.4;justify-content:flex-end;align-items:flex-end;width:100px;height:90px;display:flex;position:absolute;bottom:0;right:-10px}.work-visual{opacity:.3;width:120px;height:80px;position:absolute;bottom:0;right:0}.ask-gpt-section{text-align:center;max-width:700px;margin-top:40px;margin-left:auto;margin-right:auto;padding-top:24px}.ask-gpt-title{font-family:var(--sans);color:var(--text-secondary);margin-bottom:16px;font-size:14px;font-weight:500}.quick-questions{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:16px;display:flex}.quick-btn{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);font-size:12px;font-family:var(--sans);cursor:pointer;border-radius:8px;padding:8px 16px;font-weight:500;transition:all .2s}.quick-btn:hover{border-color:var(--border-hover);color:var(--text-primary);background:var(--bg-card-hover);transform:translateY(-1px)}.chat-input-wrap{background:var(--bg-card);border:1px solid var(--border);text-align:left;border-radius:8px;align-items:center;gap:12px;padding:14px 16px;transition:border-color .2s;display:flex}.chat-input-wrap:focus-within{border-color:var(--border-hover)}.mic-icon{color:var(--text-muted);align-items:center;display:flex}.mic-icon svg{stroke:currentColor;fill:none;stroke-width:1.5px;width:18px;height:18px}.chat-input-field{color:var(--text-primary);font-family:var(--sans);resize:none;background:0 0;border:none;outline:none;flex:1;align-items:center;min-height:22px;max-height:120px;padding:0;font-size:14px;display:flex}.chat-input-field::placeholder{color:var(--text-muted)}.chat-send-btn{background:var(--accent);color:var(--bg);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:opacity .2s,transform .1s;display:flex}.chat-send-btn:hover{opacity:.9}.chat-send-btn:active{transform:scale(.95)}.chat-send-btn svg{stroke:currentColor;width:16px;height:16px}.chat-response{font-family:var(--sans);background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);border-radius:12px;margin-top:12px;padding:14px;font-size:14px;line-height:1.7;animation:.3s fadeInUp;display:none}.chat-response.visible{display:block}.inner-page{padding-top:calc(var(--header-height) + 20px);padding-left:calc(var(--nav-width) + 32px);max-width:1080px;margin:0 auto;padding-bottom:80px;padding-right:48px;animation:.6s .1s both fadeInUp}.about-profile-pic{object-fit:cover;object-position:center 20%;border:2px solid #ffffff1a;border-radius:50%;width:150px;height:150px;transition:all .3s;position:absolute;top:50%;right:16px;transform:translateY(-50%);box-shadow:0 8px 30px #0000004d}@media (width<=1024px){.about-profile-pic{width:110px;height:110px;right:28px}}@media (width<=768px){.about-profile-pic{width:90px;height:90px;right:24px}}@media (width<=480px){.about-profile-pic{width:80px;height:80px;right:16px}}.about-section{margin-bottom:36px}.section-title{font-family:var(--serif);color:var(--text-primary);margin-bottom:14px;font-size:20px;font-weight:600}.about-text{color:var(--text-secondary);margin-bottom:12px;font-size:14.5px;line-height:1.75}.about-text a,.inline-link{color:var(--text-primary);text-underline-offset:3px;-webkit-text-decoration:underline #ffffff40;text-decoration:underline #ffffff40;transition:text-decoration-color .2s}.about-text a:hover,.inline-link:hover{-webkit-text-decoration-color:var(--text-primary);text-decoration-color:var(--text-primary)}.highlight-badge{color:var(--accent-teal);background:#2eb9df26;border-radius:4px;padding:1px 6px;font-size:.95em;font-weight:500;display:inline-block}.specs-list,.stack-list{flex-direction:column;gap:6px;display:flex}.specs-list li,.stack-list li{color:var(--text-secondary);padding-left:18px;font-size:14px;position:relative}.specs-list li:before,.stack-list li:before{content:"•";color:var(--text-muted);position:absolute;left:0}.work-company-tag{background:var(--accent-orange);color:#fff;letter-spacing:.01em;border-radius:99px;margin-bottom:20px;padding:6px 18px;font-size:15px;font-weight:600;display:inline-block}.work-company-tag.purple{background:linear-gradient(135deg,#7c3aed,#9e00ff)}.work-company-tag.blue{background:linear-gradient(135deg,#1d4ed8,#2563eb)}.work-role{font-family:var(--serif);color:var(--text-primary);margin-bottom:16px;font-size:19px;font-weight:600;line-height:1.3}.work-bullets{flex-direction:column;gap:10px;margin-bottom:40px;display:flex}.work-bullet{color:var(--text-secondary);padding-left:18px;font-size:14px;line-height:1.7;position:relative}.work-bullet:before{content:"•";color:var(--text-muted);position:absolute;left:0}.work-bullet .emoji{font-style:normal}.work-divider{border:none;border-top:1px solid var(--border);margin:36px 0}.project-card{cursor:pointer;color:inherit;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-user-drag:none;border-radius:28px;align-items:center;gap:36px;margin-bottom:32px;padding:40px 48px;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.project-card.orange{background:linear-gradient(135deg,#c97c24,#e89c2f)}.project-card.purple{background:linear-gradient(135deg,#6d28d9,#8b5cf6)}.project-card.green{background:linear-gradient(135deg,#065f46,#059669)}.project-card.blue{background:linear-gradient(135deg,#1e40af,#3b82f6)}@media (hover:hover){.project-card:hover{filter:brightness(1.08);transform:translateY(-4px)scale(1.02)}}.project-card-icon{background:#0000004d;border-radius:24px;flex-shrink:0;justify-content:center;align-items:center;width:150px;height:150px;display:flex;overflow:hidden}.project-card-icon img{object-fit:cover;-webkit-user-drag:none;width:100%;height:100%}.project-card-info{flex:1}.project-card-name{font-family:var(--serif);color:#fff;margin-bottom:12px;font-size:34px;font-weight:700}.project-card-desc{color:#ffffffe6;font-size:18px;line-height:1.5}.project-arrow{color:#fff9;flex-shrink:0}.project-arrow svg{stroke:currentColor;fill:none;stroke-width:2px;width:20px;height:20px}.contact-title{font-family:var(--serif);color:var(--text-primary);text-align:center;margin-bottom:24px;font-size:26px;font-weight:600}.contact-form{flex-direction:column;gap:16px;max-width:480px;margin:0 auto;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-label{color:var(--text-secondary);font-size:13px;font-weight:500}.form-input{background:var(--bg-card);border:1px solid var(--border);color:var(--text-primary);font-family:var(--sans);border-radius:10px;outline:none;width:100%;padding:12px 14px;font-size:14px;transition:border-color .2s}.form-input:focus{border-color:var(--border-hover)}.form-input::placeholder{color:var(--text-muted)}textarea.form-input{resize:vertical;min-height:100px}.form-submit{background:var(--accent);color:#1a1209;font-family:var(--sans);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:14px;font-weight:500;transition:all .25s;display:flex}.form-submit:hover{background:#f5e8ce;transform:translateY(-1px);box-shadow:0 4px 20px #e8d5b74d}.form-submit svg{stroke:currentColor;fill:none;stroke-width:2px;width:16px;height:16px}.contact-social{justify-content:center;gap:20px;margin-top:32px;display:flex}.social-link{background:var(--bg-card);border:1px solid var(--border);width:44px;height:44px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex}.social-link:hover{border-color:var(--border-hover);color:var(--text-primary);transform:translateY(-2px);box-shadow:0 4px 20px #0000004d}.social-link svg{width:20px;height:20px}.form-success{color:#6ee7b7;background:#0596691a;border:1px solid #0596694d;border-radius:10px;padding:14px 16px;font-size:14px;animation:.3s fadeInUp;display:none}.form-success.visible{display:block}@media (width>=1400px){.page-content{max-width:1100px;padding-right:60px}.inner-page{max-width:1200px}.home-grid{gap:20px}.grid-card .card-inner{min-height:200px}.site-name{font-size:4rem}}@media (width>=1025px) and (width<=1399px){.page-content{max-width:980px}.home-grid{gap:14px}}@media (width>=769px) and (width<=1024px){:root{--nav-width:48px;--header-height:110px}.page-content{padding-left:calc(var(--nav-width) + 16px);max-width:100%;padding-right:24px}.inner-page{padding-left:calc(var(--nav-width) + 24px);padding-right:32px}.home-grid{grid-template-rows:auto;grid-template-columns:1fr 1fr;gap:14px}.card-about{grid-area:1/1}.card-work{grid-area:1/2}.card-projects{grid-area:2/1}.card-contact{grid-area:2/2}.grid-card .card-inner{min-height:150px}.project-card{gap:24px;padding:32px 36px}.project-card-icon{width:120px;height:120px}.project-card-name{font-size:28px}.project-card-desc{font-size:16px}}@media (width<=768px){:root{--nav-width:0px;--header-height:90px}.side-nav{display:none}.scroll-indicator{right:10px}.site-name{font-size:clamp(1.5rem,6vw,2.4rem)}.site-subtitle{font-size:12px}.page-content{padding-left:16px;padding-right:16px;padding-top:var(--header-height);padding-bottom:90px}.home-grid{grid-template-rows:auto;grid-template-columns:1fr;gap:12px;padding-top:12px}.card-about,.card-work,.card-projects,.card-contact{grid-area:auto/1}.grid-card .card-inner{min-height:140px}.card-title{font-size:16px}.card-desc{font-size:12px}.ask-gpt-section{margin-top:24px;padding-top:16px}.quick-questions{gap:6px}.quick-btn{padding:7px 12px;font-size:11px}.inner-page{padding-left:16px;padding-right:16px;padding-top:calc(var(--header-height) + 12px);padding-bottom:90px}.section-title{font-size:17px}.work-role{font-size:16px}.work-bullet{font-size:13px}.project-card{border-radius:20px;flex-direction:column;align-items:flex-start;gap:16px;padding:24px 20px}.project-card-icon{border-radius:16px;width:100px;height:100px}.project-card-name{margin-bottom:8px;font-size:24px}.project-card-desc{font-size:14px}.contact-form{max-width:100%}.contact-title{font-size:22px}.theme-rope{right:20px}}@media (width<=480px){:root{--header-height:80px}.site-name{font-size:clamp(1.3rem,7vw,1.9rem)}.home-grid{gap:10px}.grid-card .card-inner{min-height:120px;padding:14px}.card-icon-large svg{width:32px;height:32px}.card-title{font-size:15px}.ask-gpt-section{margin-top:16px}.quick-btn{padding:6px 10px;font-size:10px}.project-card{border-radius:16px;gap:12px;padding:18px 16px}.project-card-icon{width:80px;height:80px}.project-card-name{font-size:20px}.project-card-desc{font-size:13px}.inner-page{padding-left:14px;padding-right:14px}.section-title{font-size:15px}.about-text{font-size:13.5px}.work-company-tag{padding:5px 14px;font-size:13px}.work-role{font-size:15px}.work-bullet{font-size:12.5px}.contact-title{font-size:19px}.form-input{padding:10px 12px;font-size:13px}.form-submit{padding:12px;font-size:13px}.chat-input-field{font-size:13px}}.mobile-nav{display:none}@media (width<=768px){.mobile-nav{-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--border);padding:12px 0 calc(12px + env(safe-area-inset-bottom));z-index:100;background:#0f0f0ff2;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-nav .nav-item{width:44px;height:44px}.mobile-nav .nav-item svg{width:20px;height:20px}}.page-fade-in{animation:.5s both fadeInUp}.text-accent{color:var(--accent)}.text-teal{color:var(--accent-teal)}.text-muted{color:var(--text-muted)}.font-serif{font-family:var(--serif)}.dock-outer{justify-content:center;align-items:center;max-height:100%;margin:.5rem 0;display:flex}.dock-panel{background-color:#0000;border-radius:1rem;flex-direction:column;align-items:flex-end;gap:1rem;height:fit-content;padding:.5rem;display:flex;position:absolute;top:50%;left:.5rem;transform:translateY(-50%)}.dock-item{color:#7b7b8d;cursor:pointer;background-color:#0000;border-radius:10px;outline:none;justify-content:center;align-items:center;transition:color .2s;display:inline-flex;position:relative}.dock-item:hover{color:#fff;background-color:#ffffff0d}.dock-icon{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.dock-icon svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:50%;height:50%}.dock-label{white-space:pre;color:#fff;pointer-events:none;background-color:#0a0a0ae6;border:1px solid #ffffff1a;border-radius:.375rem;width:fit-content;margin-left:1rem;padding:.25rem .5rem;font-size:.75rem;position:absolute;top:50%;left:100%;transform:translateY(-50%)}.dock-item.active{color:#fff;background:#ffffff0f;border:1px solid #ffffff1a}body.light-mode .dock-panel{background-color:var(--bg-card);border:1px solid var(--border);border-radius:40px;padding:12px 6px;box-shadow:0 4px 20px #00000008}body.light-mode .dock-item{color:var(--text-primary)}body.light-mode .dock-item:hover{color:var(--text-primary);background-color:#0000000a}body.light-mode .dock-item.active{color:#fff;background:#634739;border:none}body.light-mode .dock-label{background-color:var(--bg-card);border:1px solid var(--border);color:var(--text-primary)}
