@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap";:root{--bg: #000;--text: #fff;--text-secondary: rgba(255,255,255,.4);--text-muted: rgba(255,255,255,.5);--card-bg: rgba(255,255,255,.03);--card-border: rgba(255,255,255,.06);--arrow-color: rgba(255,255,255,.3);--photo-border: rgba(255,255,255,.08);--vignette: rgba(0,0,0,.6);--scrollbar-track: #000;--scrollbar-thumb: rgba(255,255,255,.1)}body.light{--bg: #f5f5f0;--text: #1a1a1a;--text-secondary: #666;--text-muted: #999;--card-bg: #1a1a1a;--card-border: rgba(255,255,255,.1);--arrow-color: rgba(0,0,0,.5);--photo-border: rgba(0,0,0,.08);--vignette: rgba(0,0,0,.1);--scrollbar-track: #f5f5f0;--scrollbar-thumb: rgba(0,0,0,.12)}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);font-family:Inter,sans-serif;overflow-y:auto;user-select:none;-webkit-user-select:none;transition:background .4s ease}body.loading{overflow-y:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}html{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}#theme-toggle{position:fixed;top:1.5rem;right:1.5rem;z-index:100;background:none;border:1px solid var(--card-border);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-muted);transition:background .3s ease,border-color .3s ease,color .3s ease}#theme-toggle:hover{background:var(--card-bg);border-color:var(--text-muted);color:var(--text)}#theme-toggle svg{pointer-events:none;-webkit-user-select:none;user-select:none}canvas#bg{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none}#vignette{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse at center,transparent 55%,var(--vignette) 100%);transition:background .4s ease}#hero{position:relative;z-index:5;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}#hero-content{text-align:center}#title{font-size:clamp(3rem,10vw,8rem);font-weight:800;letter-spacing:-.03em;color:var(--text);line-height:1;opacity:0;animation:fadeIn .8s ease .2s forwards;transition:color .4s ease}#subtitle{font-size:clamp(1rem,2vw,1.3rem);color:var(--text-secondary);font-weight:300;letter-spacing:.3em;text-transform:uppercase;margin-top:1rem;margin-bottom:3rem;opacity:0;animation:fadeIn .8s ease .5s forwards;transition:color .4s ease}#welcome{font-size:.95rem;font-weight:300;color:var(--text-muted);letter-spacing:.15em;text-transform:uppercase;opacity:0;animation:fadeIn .8s ease .8s forwards;transition:color .4s ease;margin-bottom:2.5rem}@keyframes fadeIn{to{opacity:1}}#nav-tabs{position:absolute;top:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;opacity:0;transition:opacity .8s ease}#nav-tabs.show{opacity:1}.tab{background:var(--card-bg);border:1px solid var(--card-border);border-radius:999px;padding:.55rem 1.3rem;cursor:pointer;color:var(--text-muted);font-family:Inter,sans-serif;font-size:.85rem;font-weight:400;letter-spacing:.05em;transition:background .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease}.tab:hover{background:#ffffff0f;border-color:var(--hover-color, var(--text-muted));color:var(--text);box-shadow:0 0 24px color-mix(in srgb,var(--hover-color, #6366f1) 20%,transparent)}#arrow{position:absolute;bottom:3rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;color:var(--arrow-color);transition:opacity .8s ease,color .4s ease;opacity:0;animation:fadeIn .8s ease 1.6s forwards}#arrow:hover{color:var(--text)}#arrow svg{animation:bounce 2s ease-in-out infinite}#arrow span{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;font-weight:300}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}#about{position:relative;z-index:5;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem}#about-inner{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:700px;width:100%}#about-photo{flex-shrink:0;width:280px;height:280px;border-radius:20px;overflow:hidden;border:1px solid var(--photo-border);transition:border-color .4s ease}#about-text{width:100%;text-align:left}#about-photo img{width:100%;height:100%;object-fit:cover}#about-text h2{font-size:2rem;font-weight:700;margin-bottom:1.2rem;color:var(--text);transition:color .4s ease}#about-text p{font-size:1rem;color:var(--text-secondary);font-weight:300;line-height:1.8;transition:color .4s ease}#about-text p+p{margin-top:1rem}#contact{position:relative;z-index:5;padding:4rem 2rem 5rem;display:flex;justify-content:center}#contact-inner{text-align:center}#contact h2{font-size:1.2rem;font-weight:600;color:var(--text);margin-bottom:1.2rem;transition:color .4s ease}#contact p{margin-bottom:.5rem}#contact a{color:var(--text-muted);text-decoration:none;font-weight:300;font-size:.95rem;transition:color .3s ease}#contact a:hover{color:var(--text)}@media(max-width:700px){#about-inner{flex-direction:column;gap:2rem;text-align:center}#about-photo{width:200px;height:200px}}@media(max-width:500px){#nav-tabs{gap:.5rem}.tab{font-size:.75rem;padding:.45rem 1rem}}#hiring-note-btn{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.6rem 1rem;background:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;color:var(--text-muted);font-size:.85rem;font-weight:400;cursor:pointer;transition:all .3s ease}#hiring-note-btn:hover{border-color:var(--text-muted);color:var(--text)}.hiring-note-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:1000;align-items:center;justify-content:center;padding:2rem}.hiring-note-modal.show{display:flex}.hiring-note-content{position:relative;max-width:600px;max-height:80vh;overflow-y:auto;background:var(--bg);border:1px solid var(--card-border);border-radius:12px;padding:2rem;animation:modalFadeIn .3s ease}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hiring-note-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--text-muted);font-size:1.5rem;cursor:pointer;transition:color .3s ease;line-height:1}.hiring-note-close:hover{color:var(--text)}.hiring-note-content h3{font-size:1.3rem;font-weight:700;color:var(--text);margin-bottom:1.2rem;padding-right:2rem}.hiring-note-content p{font-size:.9rem;color:var(--text-secondary);font-weight:300;line-height:1.8;margin-bottom:1rem}.hiring-note-content p:last-child{margin-bottom:0}#cw-container{position:fixed;bottom:24px;right:24px;z-index:200;font-family:Inter,sans-serif}#cw-bubble{width:52px;height:52px;border-radius:50%;background:#ef4444;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px #ef444459;transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease}#cw-bubble:hover{transform:scale(1.08);box-shadow:0 6px 28px #ef444473}#cw-bubble.hidden{transform:scale(.8);opacity:0;pointer-events:none}#cw-panel{position:absolute;bottom:0;right:0;width:360px;max-height:520px;background:var(--bg);border:1px solid var(--card-border);border-radius:16px;display:flex;flex-direction:column;opacity:0;transform:translateY(12px) scale(.96);pointer-events:none;transition:opacity .25s ease,transform .25s ease;box-shadow:0 16px 64px #0000004d;overflow:hidden}#cw-panel.open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}#cw-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-bottom:1px solid var(--card-border);font-size:.85rem;font-weight:600;color:var(--text);transition:border-color .4s ease,color .4s ease}#cw-close{background:none;border:none;cursor:pointer;color:var(--text-muted);padding:4px;border-radius:6px;display:flex;transition:color .2s ease,background .2s ease}#cw-close:hover{color:var(--text);background:var(--card-bg)}#cw-messages{flex:1;overflow-y:auto;padding:.75rem .75rem .5rem;display:flex;flex-direction:column;gap:.6rem;min-height:0;max-height:360px}.cw-message{max-width:88%;padding:.6rem .85rem;border-radius:10px;font-size:.82rem;line-height:1.5;font-weight:300;word-wrap:break-word;animation:cwFadeIn .2s ease}@keyframes cwFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.cw-message.cw-user{align-self:flex-end;background:#ef444426;border:1px solid rgba(239,68,68,.2);color:var(--text);border-bottom-right-radius:3px}.cw-message.cw-assistant{align-self:flex-start;background:var(--card-bg);border:1px solid var(--card-border);color:var(--text-secondary);border-bottom-left-radius:3px;transition:background .4s ease,border-color .4s ease,color .4s ease}.cw-message.cw-assistant:only-child{opacity:.5;font-style:italic}.cw-dot{display:inline-block;width:5px;height:5px;background:var(--text-muted);border-radius:50%;margin-right:3px;animation:cwDotPulse 1.4s ease-in-out infinite}.cw-dot:nth-child(2){animation-delay:.2s}.cw-dot:nth-child(3){animation-delay:.4s}@keyframes cwDotPulse{0%,60%,to{opacity:.25;transform:scale(.8)}30%{opacity:1;transform:scale(1)}}#cw-input-bar{display:flex;gap:.4rem;padding:.65rem .75rem .75rem;border-top:1px solid var(--card-border);transition:border-color .4s ease}#cw-input{flex:1;background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;padding:.6rem .75rem;color:var(--text);font-family:Inter,sans-serif;font-size:.82rem;font-weight:300;outline:none;transition:border-color .3s ease,background .4s ease,color .4s ease}#cw-input::placeholder{color:var(--text-muted);opacity:.4}#cw-input:focus{border-color:#ef44444d}#cw-send{background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-muted);flex-shrink:0;transition:background .25s ease,border-color .25s ease,color .25s ease}#cw-send:hover{background:#ef444426;border-color:#ef44444d;color:#ef4444}#cw-send:disabled{opacity:.3;cursor:default;pointer-events:none}@media(max-width:480px){#cw-container{bottom:16px;right:16px}#cw-panel{position:fixed;bottom:0;right:0;width:100%;max-height:100%;border-radius:0;border:none;height:100%}#cw-messages{max-height:none;flex:1}}
