@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Sora:wght@400;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";html,body,#root{margin:0;padding:0;height:100%;background:#050a18;color:#f0f2f5}body{font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit}::selection{background:#6366f14d}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#6366f140;border-radius:99px}:root{--bg: #050a18;--surface: rgba(255,255,255,.035);--surface-hover: rgba(255,255,255,.07);--border: rgba(255,255,255,.06);--border-hover: rgba(99,102,241,.3);--text: #f0f2f5;--text-secondary: #94a3b8;--text-dim: #475569;--indigo: #6366f1;--cyan: #22d3ee;--radius: 16px}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}.landing{min-height:100vh;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;position:relative;overflow:hidden;-webkit-font-smoothing:antialiased}.landing-bg{position:absolute!important;inset:0;z-index:0;opacity:.55}.grain{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px}.frame{position:relative;z-index:2;min-height:100vh;display:flex;flex-direction:column;max-width:860px;margin:0 auto;padding:0 1.5rem}.topbar{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;flex-shrink:0}.logo{display:flex;align-items:center;gap:.4rem}.logo-mark{font-family:Sora,sans-serif;font-weight:800;font-size:1.05rem;background:linear-gradient(135deg,var(--indigo),var(--cyan));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.logo-sep{color:var(--text-dim);font-weight:300;font-size:1rem}.logo-text{color:var(--text-dim);font-size:.82rem;font-weight:400}.topbar-right{display:flex;gap:.15rem}.social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;color:var(--text-dim);text-decoration:none;transition:color .2s,background .2s}.social-icon:hover{color:var(--text);background:var(--surface-hover)}.center{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem 0 3rem;gap:0}.status{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:500;color:#6ee7b7;padding:.35rem .85rem;border-radius:100px;background:#34d3990f;border:1px solid rgba(52,211,153,.12);margin-bottom:2rem}.status-led{width:7px;height:7px;border-radius:50%;background:#34d399;box-shadow:0 0 6px #34d399;animation:pulse 2s ease-in-out infinite}.name{font-family:Sora,sans-serif;font-size:clamp(3rem,9vw,6rem);font-weight:800;line-height:1.05;letter-spacing:-.04em;margin:0 0 1rem;background:linear-gradient(180deg,#fff,#94a3b8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.role{color:var(--text-secondary);font-size:clamp(.9rem,2.2vw,1.05rem);font-weight:400;margin:0 0 1.5rem;letter-spacing:.01em}.badges{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;margin-bottom:2.5rem}.badge{font-family:JetBrains Mono,monospace;font-size:.68rem;font-weight:500;padding:.25rem .6rem;border-radius:6px;background:var(--surface);border:1px solid var(--border);color:var(--text-dim);letter-spacing:.02em;transition:border-color .3s,color .3s}.badge:hover{border-color:var(--border-hover);color:var(--text-secondary)}.nav-cards{display:flex;flex-wrap:wrap;gap:.6rem;width:100%;max-width:620px;justify-content:center}.nav-card{flex:1 1 calc(33.333% - .6rem);min-width:170px;max-width:220px;display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);color:var(--text);text-decoration:none;cursor:pointer;font-family:inherit;text-align:left;transition:background .25s,border-color .25s,transform .25s,box-shadow .25s}.nav-card:hover{background:var(--surface-hover);border-color:var(--border-hover);transform:translateY(-2px);box-shadow:0 8px 32px #6366f114}.nav-card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#6366f114;color:var(--indigo);flex-shrink:0;transition:background .25s,color .25s}.nav-card:hover .nav-card-icon{background:#6366f126;color:#a5b4fc}.nav-card-body{flex:1;display:flex;flex-direction:column;min-width:0}.nav-card-label{font-weight:600;font-size:.88rem;line-height:1.3}.nav-card-desc{font-size:.72rem;color:var(--text-dim);line-height:1.3}.nav-card-arrow{color:var(--text-dim);flex-shrink:0;transition:color .2s,transform .2s}.nav-card:hover .nav-card-arrow{color:var(--indigo);transform:translate(2px,-2px)}.bottom{text-align:center;padding:1.25rem 0;font-size:.75rem;color:var(--text-dim);flex-shrink:0}.anim-fade{opacity:0;transform:translateY(16px);animation:fadeIn .7s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(var(--i, 0) * .12s + .1s)}@keyframes fadeIn{to{opacity:1;transform:none}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@media(prefers-reduced-motion:reduce){.anim-fade{animation:none;opacity:1;transform:none}.status-led{animation:none}}@media(max-width:600px){.frame{padding:0 1rem}.nav-card{flex:1 1 100%;max-width:360px}.badges{gap:.3rem}.badge{font-size:.64rem;padding:.2rem .5rem}.topbar{padding:1rem 0}}@media(min-width:601px)and (max-width:768px){.nav-cards{max-width:480px}}.about-backdrop{position:fixed;inset:0;background:#050a18b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1200;padding:1rem}.about-modal{background:linear-gradient(180deg,#0a1228,#070e20);border:1px solid rgba(99,102,241,.1);border-radius:20px;max-width:640px;width:100%;box-shadow:0 24px 80px #00000080,inset 0 1px #ffffff08;animation:modalIn .3s cubic-bezier(.16,1,.3,1)}@keyframes modalIn{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:none}}.about-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 0}.about-title{margin:0;font-family:Sora,system-ui,sans-serif;font-size:1.3rem;font-weight:700;color:#f0f2f5}.about-desc{margin:.25rem 0 0;color:#7a8ba8;font-size:.85rem}.about-close{background:#ffffff0a;border:1px solid rgba(255,255,255,.06);color:#7a8ba8;border-radius:8px;padding:6px;cursor:pointer;transition:all .2s;display:flex}.about-close:hover{background:#ffffff14;color:#f0f2f5}.about-body{padding:1.25rem 1.5rem;max-height:55vh;overflow-y:auto}.timeline{list-style:none;margin:0;padding:0}.timeline-item{display:flex;gap:.85rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.03);align-items:flex-start}.timeline-item:last-child{border-bottom:none}.timeline-icon{font-size:1.15rem;flex-shrink:0;width:2rem;text-align:center}.timeline-content{display:flex;flex-direction:column;gap:.15rem}.timeline-date{font-size:.75rem;font-family:JetBrains Mono,monospace;color:#6366f1;font-weight:500}.timeline-title{font-size:.9rem;font-weight:600;color:#f0f2f5}.about-footer{padding:1rem 1.5rem 1.5rem;display:flex;gap:.5rem;justify-content:flex-end;border-top:1px solid rgba(255,255,255,.03)}.about-btn{display:inline-flex;align-items:center;padding:.55rem 1rem;border-radius:10px;font-size:.82rem;font-weight:600;text-decoration:none;color:#f0f2f5;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);transition:all .2s}.about-btn:hover{background:#6366f11f;border-color:#6366f140;color:#a5b4fc}.contact-backdrop{position:fixed;inset:0;background:#050a18b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1200;padding:1rem}.contact-modal{width:min(600px,94%);background:linear-gradient(180deg,#0a1228,#070e20);border:1px solid rgba(99,102,241,.1);border-radius:20px;padding:1.5rem;box-shadow:0 24px 80px #00000080,inset 0 1px #ffffff08;animation:modalIn .3s cubic-bezier(.16,1,.3,1)}.contact-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.contact-header h3{margin:0;font-family:Sora,system-ui,sans-serif;font-size:1.2rem;font-weight:700;color:#f0f2f5}.contact-header .close{background:#ffffff0a;border:1px solid rgba(255,255,255,.06);color:#7a8ba8;border-radius:8px;padding:6px;cursor:pointer;font-size:1.2rem;display:flex;transition:all .2s}.contact-header .close:hover{background:#ffffff14;color:#f0f2f5}.contact-form .field{display:block;margin:0 0 .85rem}.label-text{display:block;margin-bottom:6px;font-size:.82rem;color:#7a8ba8;font-weight:500}.contact-form input,.contact-form textarea{width:100%;padding:.75rem .9rem;border-radius:12px;border:1px solid rgba(255,255,255,.06);background:#ffffff08;color:#f0f2f5;font-family:Inter,system-ui,sans-serif;font-size:.9rem;transition:all .2s}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#fff3}.contact-form textarea{min-height:120px;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#6366f166;box-shadow:0 0 0 3px #6366f114}.contact-actions{display:flex;gap:.65rem;margin-top:1.25rem}.contact-actions .btn{padding:.7rem 1.2rem;border-radius:12px;cursor:pointer;font-weight:600;font-size:.88rem;font-family:Inter,system-ui,sans-serif;transition:all .25s}.contact-actions .btn.primary{background:linear-gradient(135deg,#22d3ee,#6366f1);color:#050a18;border:none;box-shadow:0 6px 20px #6366f126}.contact-actions .btn.primary:hover{transform:translateY(-1px);box-shadow:0 8px 28px #6366f140}.contact-actions .btn.primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.contact-actions .btn.outline{background:transparent;border:1px solid rgba(255,255,255,.06);color:#7a8ba8}.contact-actions .btn.outline:hover{border-color:#ffffff1f;color:#f0f2f5}.success{color:#6ee7b7;margin-top:.75rem;font-size:.88rem}.error{color:#fca5a5;margin-top:.75rem;font-size:.88rem}.error a{color:#a5b4fc}.muted{color:#4a5568;font-size:.8rem;margin-top:.5rem}@media(max-width:420px){.contact-actions{flex-direction:column}.contact-actions .btn{width:100%;text-align:center}}.light-rays-container{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.light-rays-container canvas{display:block;width:100%;height:100%}
