:root{--brand-900: #002439;--brand-800: #003a50;--brand-700: #035a53;--brand-600: #015b55;--brand-500: #02918b;--brand-400: #019f92;--bg-dark: #002439;--bg-card: #003a50;--text-main: #ffffff;--text-muted: #bcc4c3;--accent: #02918b;--accent-soft: #019f92;--radius-lg: 16px;--radius-md: 12px;--max-width: 1200px}.btn-base{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:700;border-radius:var(--radius-md);cursor:pointer;transition:all .3s ease;text-decoration:none;border:none;font-family:inherit;line-height:1}.btn-primary{background:var(--accent);color:var(--bg-dark)}.btn-primary:hover{background:var(--accent-soft);transform:translateY(-2px);box-shadow:0 10px 20px #02918b4d}.btn-primary:active,.btn-outline:active{transform:translateY(0)}.btn-outline{background:transparent;color:var(--text-main);border:1px solid rgba(255,255,255,.15)}.btn-outline:hover{border-color:var(--accent);color:var(--accent);background:#02918b0d}.section{padding:64px 24px;border-top:1px solid rgba(255,255,255,.06)}@media (min-width: 768px){.section{padding:96px 24px}}.section-inner{max-width:var(--max-width);margin:0 auto;width:100%}.terminal-window{background:#0d1117;border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(255,255,255,.05);box-shadow:0 20px 40px #00000080}.terminal-header{background:#161b22;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #30363d}.terminal-dots{display:flex;gap:6px}.terminal-header .dot{width:12px;height:12px;border-radius:50%}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.terminal-title{font-family:Monaco,Menlo,Consolas,monospace;font-size:12px;color:#8b949e}.terminal-body{background:#0d1117;padding:24px;font-family:Monaco,Menlo,Consolas,monospace;font-size:14px;line-height:1.7;color:#c9d1d9;min-height:400px}.terminal-body .indent{padding-left:24px}.card-base{background:#ffffff08;border:1px solid rgba(255,255,255,.08)}.terminal-footer{background:#161b22;border-top:1px solid #30363d;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;font-family:Monaco,Menlo,Consolas,monospace;font-size:12px;color:#8b949e}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-dark);color:var(--text-main);overflow-x:hidden}#root{min-height:100vh}main{position:relative}main section{position:relative}a{text-decoration:none;color:inherit}button{font-family:inherit}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#fff3}.navbar{position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#002439d9;border-bottom:1px solid rgba(255,255,255,.08);padding:0 24px}.navbar-inner{display:flex;align-items:center;justify-content:space-between}.nav-links{display:none}@media (min-width: 640px){.nav-links{display:flex;align-items:center}}.nav-links button{background:none;border:none;color:var(--text-muted);margin:0 12px;cursor:pointer;font-size:15px;transition:color .3s ease}.nav-links button:hover{color:var(--text-main)}.git-push-btn{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:var(--accent-soft);border:1px solid transparent;color:var(--text-main);border-radius:6px;cursor:pointer;font-family:Monaco,Menlo,Consolas,monospace;font-size:13px;font-weight:700;text-decoration:none;transition:all .3s ease;white-space:nowrap}@media (min-width: 640px){.git-push-btn{padding:8px 20px;font-size:14px;box-shadow:0 0 #02918b00}.git-push-btn:hover{background:var(--accent);border-color:#02918b80;color:var(--bg-dark);box-shadow:0 0 15px #02918b66}}.logo-img{height:60px;object-fit:contain;cursor:pointer;padding:6px 0}@media (min-width: 640px){.logo-img{height:75px}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:0 24px 80px;overflow:hidden;background:var(--bg-dark)}@media (max-width: 640px){.hero{padding:80px 24px}}.hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:800px;height:500px;background:radial-gradient(circle,rgba(2,145,139,.1) 0%,transparent 70%);border-radius:50%;filter:blur(120px);pointer-events:none;z-index:0}.hero-content-wrapper{max-width:1280px;margin:0 auto;position:relative;z-index:10;width:100%}.hero-content-center{text-align:center;max-width:1024px;margin:0 auto 64px}.hero-content-center h1{font-size:36px;line-height:1.1;font-weight:700;letter-spacing:-.02em;color:var(--text-main);margin:0 0 24px}@media (min-width: 480px){.hero-content-center h1{font-size:48px;margin:0 0 32px}}@media (min-width: 768px){.hero-content-center h1{font-size:72px}}.gradient-text{background:#0c978f;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;padding-bottom:4px}.hero-content-center p{font-size:18px;line-height:1.6;color:var(--text-muted);margin:0 auto 40px;max-width:640px;font-weight:300}@media (min-width: 768px){.hero-content-center p{font-size:20px}}.hero-pillars{display:grid;grid-template-columns:1fr;gap:20px;max-width:720px;margin:0 auto}@media (min-width: 640px){.hero-pillars{grid-template-columns:1fr 1fr}}.hero-pillar{padding:24px;border-radius:var(--radius-lg);text-align:left;display:flex;flex-direction:column;gap:12px}@media (min-width: 480px){.hero-pillar{padding:32px}}.hero-pillar h3{font-size:22px;font-weight:700;color:var(--text-main);margin:0}.hero-pillar p{font-size:15px;line-height:1.6;color:var(--text-muted);margin:0}.hero-pillar .btn-base{align-self:flex-start}.tech-stack-bar{padding-top:64px}.tech-label{text-align:center;font-size:12px;color:var(--text-muted);font-weight:500;text-transform:uppercase;letter-spacing:.1em;margin-bottom:32px}.tech-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:32px;opacity:1}@media (min-width: 768px){.tech-icons{gap:64px}}.value-proposition{display:flex;align-items:center;padding:64px 24px;background:#003b49}@media (min-width: 768px){.value-proposition{padding:96px 24px}}.value-grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr;gap:64px;align-items:center}@media (min-width: 768px){.value-grid{grid-template-columns:1fr 1fr}}.value-content h2{font-size:36px;font-weight:700;color:var(--text-main);margin-bottom:24px;line-height:1.2}.value-features{display:flex;flex-direction:column;gap:32px}.feature-item{display:flex;gap:16px}.feature-icon{width:48px;height:48px;border-radius:var(--radius-md);background:#ffffff0d;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:24px;color:var(--accent)}.feature-text h3{font-size:20px;font-weight:700;color:var(--text-main);margin:0 0 8px}.feature-text p{font-size:16px;line-height:1.6;color:var(--text-muted);margin:0}.footer-left,.footer-right{display:flex;align-items:center;gap:8px}.syntax-keyword{color:#ff7b72}.syntax-function{color:#d2a8ff}.syntax-string{color:#a5d6ff}.syntax-comment{color:#8b949e}@media (max-width: 640px){.value-grid .terminal-window{display:none}}.background-wave-group{position:absolute;bottom:-100px;left:0;width:100%;height:900px;z-index:0;opacity:.3;pointer-events:none}.two-track{background:var(--bg-card);border-bottom:1px solid rgba(255,255,255,.06)}.two-track-header{text-align:center;margin-bottom:64px}.two-track-header h2{font-size:36px;font-weight:700;color:var(--text-main);margin:0 0 16px}@media (min-width: 768px){.two-track-header h2{font-size:48px}}.two-track-header p{font-size:18px;line-height:1.6;color:var(--text-muted);max-width:600px;margin:0 auto}.two-track-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 768px){.two-track-grid{grid-template-columns:1fr 1fr}}.track-card{border-radius:var(--radius-lg);padding:40px;display:flex;flex-direction:column;transition:border-color .3s ease,box-shadow .3s ease}.track-card:hover{border-color:#02918b66;box-shadow:0 8px 32px #02918b0f}.track-icon{font-size:32px;margin-bottom:20px}.track-card h3{font-size:24px;font-weight:700;color:var(--text-main);margin:0 0 6px}.track-for{font-size:13px;font-weight:600;color:var(--accent);margin:0 0 20px;text-transform:uppercase;letter-spacing:.05em}.track-desc{font-size:15px;line-height:1.7;color:var(--text-muted);margin:0 0 28px}.track-features{list-style:none;padding:0;margin:0 0 36px;display:flex;flex-direction:column;gap:10px;flex:1}.track-features li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-muted)}.tick{color:var(--accent);font-weight:700;flex-shrink:0}.track-btn{align-self:flex-start}.workflow{display:flex;flex-direction:column;justify-content:center;background:var(--bg-dark);border-bottom:1px solid rgba(255,255,255,.08);padding:64px 24px}@media (min-width: 768px){.workflow{padding:96px 24px}}.workflow-header{margin-bottom:64px;text-align:center}.section-label{display:inline-block;padding:4px 14px;border-radius:9999px;background:#02918b1f;border:1px solid rgba(2,145,139,.3);color:var(--accent);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:20px}.workflow-header h2{font-size:36px;font-weight:700;color:var(--text-main);margin:0 0 24px;font-family:Monaco,Menlo,Consolas,monospace}@media (min-width: 768px){.workflow-header h2{font-size:48px}}.workflow-header p{font-size:18px;line-height:1.6;color:var(--text-muted);margin:0 auto;max-width:640px}@media (min-width: 768px){.workflow-header p{font-size:20px}}.workflow-grid{display:grid;grid-template-columns:1fr;gap:24px;position:relative}@media (min-width: 768px){.workflow-grid{grid-template-columns:repeat(4,1fr)}}.workflow-grid:before{content:"";position:absolute;top:48px;left:0;width:100%;height:2px;background:#ffffff0d;z-index:0;display:none}@media (min-width: 768px){.workflow-grid:before{display:block}}.workflow-step{position:relative;z-index:10;padding:24px;border-radius:var(--radius-lg);transition:all .3s ease}.workflow-step:hover{border-color:var(--accent);background:#02918b0d;transform:translateY(-4px)}.step-number{width:48px;height:48px;background:var(--bg-dark);border:2px solid var(--accent);color:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Monaco,Menlo,Consolas,monospace;font-weight:700;font-size:20px;margin-bottom:24px;box-shadow:0 0 15px #02918b33;transition:all .3s ease}.workflow-step:hover .step-number{background:var(--accent);color:var(--bg-dark)}.workflow-step h3{font-size:20px;font-weight:700;color:var(--text-main);margin:0 0 12px;display:flex;align-items:center;gap:8px}.workflow-step p{font-size:14px;line-height:1.6;color:var(--text-muted);margin:0}@media (max-width: 1320px){.workflow-header,.workflow-grid{padding:0 24px}}.stack{display:flex;align-items:center;justify-content:center;background:var(--brand-800);padding:64px 24px}@media (min-width: 768px){.stack{padding:96px 24px}}.stack-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media (min-width: 768px){.stack-grid{grid-template-columns:1fr 1fr}}.stack-content h2{font-size:36px;font-weight:700;color:var(--text-main);margin:0 0 24px;font-family:Monaco,Menlo,Consolas,monospace}@media (min-width: 768px){.stack-content h2{font-size:40px}}.stack-content p{font-size:18px;line-height:1.6;color:var(--text-muted);margin:0 0 32px}@media (min-width: 768px){.stack-content p{font-size:20px}}.stack-list{display:flex;flex-direction:column;gap:16px}.stack-item{display:flex;align-items:flex-start;gap:16px;padding:16px;background:var(--bg-dark);border:1px solid rgba(255,255,255,.05);border-radius:var(--radius-md);transition:all .3s ease}.stack-item:hover{border-color:var(--accent);background:#02918b0d;transform:translate(4px)}.stack-icon{width:48px;height:48px;background:var(--bg-dark);border:1px solid rgba(255,255,255,.1);border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.stack-text{flex:1}.stack-text strong{display:block;font-size:16px;font-weight:700;color:var(--text-main);margin-bottom:4px}.stack-text span{display:block;font-size:14px;color:var(--text-muted)}.stack-terminal{position:relative}.terminal-body .muted,.terminal-body .comment{color:#8b949e}.code-block{margin-top:16px;padding:16px;background:#6e76810d;border-radius:8px;border:1px solid rgba(110,118,129,.1)}@media (max-width: 1340px){.stack-content h2{text-align:center}}@media (max-width: 640px){.stack-terminal{display:none}}.dashboard{padding:64px 24px}@media (min-width: 768px){.dashboard{padding:96px 24px}}.section-inner>h2{font-size:2rem;font-weight:700;margin-bottom:8px}.dashboard-subtitle{color:var(--text-muted);margin-bottom:48px}.dashboard-skeleton{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.skeleton-card{background:var(--bg-card);border-radius:var(--radius-md);overflow:hidden}.skeleton-image{width:100%;aspect-ratio:800 / 420;background:#ffffff0a;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-body{padding:16px;display:flex;flex-direction:column;gap:10px}.skeleton-line{height:14px;border-radius:4px;background:#ffffff0f;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-line--title{width:60%;height:18px}.skeleton-line--desc{width:100%}.skeleton-line--desc.short{width:40%}.skeleton-tags{display:flex;gap:6px;margin-top:4px}.skeleton-tag{width:60px;height:20px;border-radius:999px;background:#ffffff0f;animation:skeleton-pulse 1.5s ease-in-out infinite}@keyframes skeleton-pulse{0%,to{opacity:.5}50%{opacity:.2}}@media (max-width: 900px){.dashboard-skeleton{grid-template-columns:1fr}}.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dashboard-column{display:flex;flex-direction:column;gap:1px;background:#ffffff0a;border-radius:var(--radius-md);overflow:hidden}@media (max-width: 900px){.dashboard-grid{grid-template-columns:1fr}.dashboard-column:not(.dashboard-column--open) .column-cards{display:none}.project-card,.project-description{height:auto;overflow:visible}}.column-header{display:flex;align-items:center;gap:8px;padding:12px 16px;background:var(--bg-card);border-bottom:1px solid rgba(255,255,255,.06);width:100%;text-align:left;cursor:pointer;border:none;color:inherit;font-family:inherit}.column-header:hover{background:#ffffff0f}.column-chevron{font-size:.6rem;color:var(--text-muted);margin-left:auto;display:none}@media (max-width: 900px){.column-chevron{display:inline}}.column-header h3{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.column-count{font-size:.75rem;color:var(--text-muted);background:#ffffff12;padding:2px 8px;border-radius:999px}.status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.status-dot--in_dev{background:var(--accent);box-shadow:0 0 6px var(--accent);animation:pulse 2s infinite}.status-dot--completed{background:#4ade80}.status-dot--future{background:#818cf8}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.column-cards{display:flex;flex-direction:column;gap:12px;padding:12px;max-height:920px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.12) transparent}.column-cards::-webkit-scrollbar{width:6px}.column-cards::-webkit-scrollbar-track{background:transparent}.column-cards::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}.column-cards::-webkit-scrollbar-thumb:hover{background:#fff3}@media (max-width: 900px){.column-cards{max-height:920px}}.project-card{background:var(--bg-card);padding:16px;transition:background .15s ease}.project-card:hover{background:#004560}.project-image-wrap{position:relative;width:100%;padding-top:52.5%;border-radius:var(--radius-md);overflow:hidden;margin-bottom:12px;background:#ffffff0a}.project-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.project-image-unavailable{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--text-muted);opacity:.5}.project-body{display:flex;flex-direction:column;gap:8px}.project-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.project-title-row h4{font-size:.95rem;font-weight:600}.project-link{font-size:1rem;color:var(--accent);transition:opacity .15s}.project-link:hover{opacity:.7}.project-description{font-size:.825rem;color:var(--text-muted);line-height:1.5;height:3em;overflow:hidden}.tech-tags{display:flex;flex-wrap:wrap;gap:6px}.tech-tag{font-size:.7rem;padding:2px 8px;border-radius:999px;background:#02918b26;color:var(--accent-soft);border:1px solid rgba(2,145,139,.25)}.partner{background:var(--bg-dark)}.partner-grid{display:grid;grid-template-columns:1fr;gap:64px;align-items:start}@media (min-width: 900px){.partner-grid{grid-template-columns:1fr 1fr;gap:80px}}.partner-copy h2{font-size:36px;font-weight:700;color:var(--text-main);margin:0 0 20px}@media (min-width: 768px){.partner-copy h2{font-size:48px}}.partner-copy p{font-size:17px;line-height:1.7;color:var(--text-muted);margin:0 0 36px;max-width:480px}.partner-types{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 640px){.partner-types{grid-template-columns:1fr 1fr}}.partner-type-card{border-radius:var(--radius-md);padding:20px;display:flex;flex-direction:column;gap:12px;transition:border-color .3s ease}.partner-type-card:hover{border-color:#02918b4d}.partner-type-icon{font-size:24px}.partner-type-card h3{font-size:15px;font-weight:700;color:var(--text-main);margin:0 0 6px}.partner-type-card p{font-size:13px;line-height:1.6;color:var(--text-muted);margin:0}.community{background:var(--bg-card)}.community-inner{text-align:center}.community-header{margin-bottom:56px}.community-header h2{font-size:36px;font-weight:700;color:var(--text-main);margin:0 0 16px}@media (min-width: 768px){.community-header h2{font-size:48px}}.community-header p{font-size:17px;line-height:1.7;color:var(--text-muted);max-width:560px;margin:0 auto}.community-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:600px;margin:0 auto 48px}@media (min-width: 480px){.community-stats{grid-template-columns:repeat(3,1fr)}}.stat-card{border-radius:var(--radius-lg);padding:28px 16px}.stat-value{font-size:32px;font-weight:800;color:var(--accent);margin-bottom:6px}.stat-label{font-size:13px;color:var(--text-muted);font-weight:500}.community-socials{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:40px}.social-link{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);font-size:14px;color:var(--text-muted);text-decoration:none;transition:all .3s ease}.social-link:hover{border-color:#02918b66;color:var(--text-main);background:#02918b0d}.faq{display:flex;flex-direction:column;justify-content:center;background:var(--brand-900);padding:64px 24px}@media (min-width: 768px){.faq{padding:96px 24px}}.faq h2{font-size:36px;font-weight:700;color:var(--text-main);text-align:center;margin:0 0 48px}@media (min-width: 768px){.faq h2{font-size:40px}}.faq-container{max-width:768px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.faq-item{border-radius:var(--radius-md);overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#ffffff26;background:#ffffff0d}.faq-item button{width:100%;background:transparent;border:none;color:var(--text-main);font-size:16px;font-weight:500;text-align:left;cursor:pointer;padding:24px;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}@media (min-width: 768px){.faq-item button{font-size:18px}}.faq-item button:hover{background:#ffffff0d}.faq-item button:after{content:"▼";font-size:12px;color:var(--text-muted);transition:transform .3s ease}.faq-item.active button:after{transform:rotate(180deg)}.faq-content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 24px;border-top:1px solid transparent}.faq-item.active .faq-content{max-height:500px;padding:0 24px 24px;border-top-color:#ffffff0d}.faq-content p{font-size:14px;line-height:1.6;color:var(--text-muted);margin:16px 0 0}@media (min-width: 768px){.faq-content p{font-size:15px}}#contact{display:flex;align-items:center;justify-content:center;background:var(--bg-dark);border-top:1px solid rgba(255,255,255,.08)}.contact-section{max-width:860px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center;padding:64px 24px}@media (min-width: 768px){.contact-section{padding:96px 24px}}.contact-cards{display:grid;grid-template-columns:1fr;gap:20px;width:100%;max-width:720px;margin-bottom:40px}@media (min-width: 640px){.contact-cards{grid-template-columns:1fr 1fr}}.contact-card{border-radius:var(--radius-lg);padding:32px;display:flex;flex-direction:column;gap:12px}.contact-card h3{font-size:18px;font-weight:700;color:var(--text-main);margin:0}.contact-card p{font-size:14px;line-height:1.6;color:var(--text-muted);margin:0 0 8px;flex:1}.contact-header{text-align:center;margin-bottom:48px}.contact-header h2{font-size:36px;font-weight:700;color:var(--text-main);margin:0 0 16px}@media (min-width: 768px){.contact-header h2{font-size:40px}}.contact-header p{font-size:18px;line-height:1.6;color:var(--text-muted);margin:0}.contact-form{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:32px;width:100%;max-width:600px;display:flex;flex-direction:column;gap:24px}@media (min-width: 768px){.contact-form{padding:48px}}.form-group{display:flex;flex-direction:column;gap:24px}@media (min-width: 768px){.form-group{flex-direction:row}}.contact-label{flex:1;display:flex;flex-direction:column;font-weight:500;color:var(--text-main);font-size:14px}.contact-input,.contact-textarea{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:14px 16px;border-radius:var(--radius-md);color:var(--text-main);font-size:16px;font-family:inherit;outline:none;transition:all .3s ease;margin-top:8px}.contact-input:focus,.contact-textarea:focus{border-color:var(--accent);background:#ffffff14;box-shadow:0 0 0 3px #02918b1a}.contact-input::placeholder,.contact-textarea::placeholder{color:var(--text-muted);opacity:.6}.contact-textarea{resize:vertical;min-height:150px;font-family:inherit}.form-actions{display:flex;justify-content:flex-start;margin-top:8px}footer{background:var(--bg-dark);border-top:1px solid rgba(255,255,255,.08);padding:64px 24px}.footer-top{display:flex;flex-direction:column;gap:48px;margin-bottom:48px}@media (min-width: 768px){.footer-top{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer-brand{flex:1;max-width:384px}.logo{color:var(--text-main);font-weight:700;font-size:20px;letter-spacing:-.02em;margin-bottom:16px;display:block}.logo span{color:var(--accent)}.footer-brand p{color:var(--text-muted);font-size:14px;line-height:1.6;margin:0}.footer-links{display:flex;gap:48px;font-size:14px;flex-wrap:wrap}@media (min-width: 768px){.footer-links{gap:64px}}@media (max-width: 765px){.footer-top,.footer-links{align-items:center}}.footer-column{display:flex;flex-direction:column;gap:8px}.footer-column h4{color:var(--text-main);font-weight:700;font-size:14px;margin:0 0 16px}.footer-column a{color:var(--text-muted);text-decoration:none;transition:color .3s ease;font-size:14px;line-height:1.6;display:flex;align-items:center;gap:8px}.footer-column a:hover{color:var(--accent)}.social-icon{font-size:16px}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:32px;display:flex;flex-direction:column;gap:16px;align-items:center}@media (min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom p{color:#64748b;font-size:12px;margin:0}.footer-legal{display:flex;gap:16px}.footer-legal a,.footer-legal-btn{color:#64748b;text-decoration:none;font-size:12px;transition:color .3s ease}.footer-legal-btn{background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.footer-legal a:hover,.footer-legal-btn:hover{color:var(--text-muted)}@media (max-width: 640px){.footer-column:first-child{display:none}.footer-top{align-items:flex-start}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:24px;justify-items:start;align-items:flex-start}}.legal-overlay{position:fixed;inset:0;z-index:1000;background:#000000b8;display:flex;align-items:center;justify-content:center;padding:1rem}.legal-modal{background:linear-gradient(145deg,#001525,#012b27);border:1px solid rgba(2,145,139,.3);max-width:720px;width:100%;max-height:85vh;overflow-y:auto;display:flex;flex-direction:column;scrollbar-width:thin;scrollbar-color:#02918b #001220}.legal-modal::-webkit-scrollbar{width:3px}.legal-modal::-webkit-scrollbar-track{background:#001220}.legal-modal::-webkit-scrollbar-thumb{background:#02918b}.legal-modal-header{position:sticky;top:0;z-index:10;background:#001525;border-bottom:1px solid rgba(2,145,139,.2);padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.legal-modal-title{font-size:.75rem;font-family:ui-monospace,monospace;letter-spacing:.18em;text-transform:uppercase;color:#02918b}.legal-modal-close{background:none;border:1px solid rgba(255,255,255,.15);color:#ffffff8c;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;line-height:1;transition:border-color .2s,color .2s;flex-shrink:0}.legal-modal-close:hover{border-color:#02918b;color:#02918b}.legal-modal-body{padding:2rem 2rem 2.5rem}.legal-page{min-height:100vh;padding-top:80px;padding-bottom:4rem;background:var(--bg-dark)}.legal-container{max-width:820px;margin:0 auto;padding:0 2rem}.legal-header{padding:3rem 0 2.5rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:2.5rem}.legal-label{font-size:.75rem;font-family:ui-monospace,monospace;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.legal-header h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:900;color:var(--text-main);letter-spacing:-.02em;margin-bottom:.5rem}.legal-effective{font-size:.875rem;color:var(--text-muted);font-family:ui-monospace,monospace}.legal-body{display:flex;flex-direction:column;gap:2.25rem}.legal-section h2{font-size:1.05rem;font-weight:700;color:var(--text-main);margin-bottom:.875rem;padding-bottom:.5rem;border-bottom:1px solid rgba(2,145,139,.2)}.legal-section p{font-size:.9rem;color:var(--text-muted);line-height:1.8;margin-bottom:.75rem}.legal-section p:last-child{margin-bottom:0}.legal-section ul{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin:.5rem 0 .75rem}.legal-section ul li{font-size:.9rem;color:var(--text-muted);line-height:1.7;padding-left:1.25rem;position:relative}.legal-section ul li:before{content:"→";position:absolute;left:0;color:var(--accent);font-size:.8rem}.legal-section a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;transition:color .2s}.legal-section a:hover{color:var(--accent-soft)}.legal-section strong{color:var(--text-main);font-weight:600}code{font-family:ui-monospace,monospace;font-size:.8rem;background:#02918b1a;color:var(--accent);padding:2px 6px;border-radius:4px}.legal-table-wrapper{overflow-x:auto;margin:.75rem 0}.legal-table{width:100%;border-collapse:collapse;font-size:.875rem}.legal-table th{text-align:left;padding:.6rem 1rem;background:var(--bg-card);color:var(--text-main);font-weight:600;border-bottom:1px solid rgba(2,145,139,.25)}.legal-table td{padding:.6rem 1rem;color:var(--text-muted);border-bottom:1px solid rgba(255,255,255,.06)}.legal-table tr:last-child td{border-bottom:none}
