.hero{flex-direction:column;min-height:80vh;display:flex}.hero-content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;max-width:880px;margin:0 auto;padding:2rem;display:flex}.hero-logo{filter:drop-shadow(0 0 40px #f0b42926);width:140px;height:auto;margin-bottom:1.5rem}.hero-name{color:var(--text-muted);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.75rem;font-size:1rem;font-weight:600}.hero-badges{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.hero-badge{letter-spacing:.02em;color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:999px;padding:.3rem .8rem;font-size:.75rem;font-weight:600}h1{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.2rem);line-height:1.15}.accent{color:var(--gold)}.subtitle{color:var(--text-muted);max-width:640px;margin-bottom:2rem;font-size:1.15rem;line-height:1.65}.hero-actions{gap:.75rem;display:flex}.btn{border:1px solid #0000;border-radius:8px;align-items:center;padding:.65rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background:var(--gold);color:var(--bg);border-color:var(--gold)}.btn-primary:hover{background:var(--gold-dark);border-color:var(--gold-dark);color:var(--bg)}.btn-ghost{border-color:var(--border);color:var(--text)}.btn-ghost:hover{border-color:var(--text-muted);color:var(--text-bright)}section{max-width:1200px;margin:0 auto;padding:3rem 2rem}section h2{letter-spacing:-.01em;margin-bottom:1rem;font-size:1.6rem}.section-desc{color:var(--text-muted);margin-bottom:1.5rem;line-height:1.65}.feature-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.25rem;display:grid}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:1.5rem;transition:border-color .25s,background .25s}.feature-card:hover{border-color:var(--border-bright);background:var(--bg-card-hover)}.feature-icon{color:var(--teal);margin-bottom:.75rem}.evals-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.25rem;display:grid}.feature-card h3{margin-bottom:.4rem;font-size:1rem}.feature-card p{color:var(--text-muted);font-size:.88rem;line-height:1.55}.architecture{flex-direction:column;gap:.75rem;margin-top:1.25rem;display:flex}.arch-step{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;align-items:flex-start;gap:1.25rem;padding:1.25rem;transition:border-color .25s;display:flex}.arch-step:hover{border-color:var(--teal-dark)}.step-num{background:var(--teal-dark);min-width:32px;height:32px;color:var(--text-bright);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;display:flex}.arch-step strong{color:var(--text-bright);margin-bottom:.2rem;display:block}.arch-step p{color:var(--text-muted);font-size:.88rem}.section-note{color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--teal);border-radius:8px;margin-top:1.5rem;padding:1rem 1.25rem;font-size:.88rem;line-height:1.55}.get-started{border-top:1px solid var(--border);padding-top:3rem}.setup-option-heading{border-bottom:1px solid var(--border);align-items:center;gap:.5rem;margin:2.75rem 0 1.25rem;padding-bottom:.6rem;font-size:1.3rem;display:flex}.setup-option-heading:first-of-type{margin-top:0}.step-block{border-top:1px solid var(--border);margin-bottom:2.5rem;padding-top:2rem}.step-block:first-child{border-top:none;padding-top:0}.step-block h3{align-items:center;gap:.6rem;margin-bottom:.75rem;font-size:1.2rem;display:flex}.step-label{font-family:var(--mono);text-transform:uppercase;letter-spacing:.08em;color:var(--bg);background:var(--teal);border-radius:4px;padding:.2em .6em;font-size:.65rem;font-weight:600}.step-block p{color:var(--text-muted);margin:.5rem 0;font-size:.9rem}.permissions-list{grid-template-columns:repeat(2,1fr);gap:.4rem;margin:.75rem 0;list-style:none;display:grid}.permissions-list li{color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:.4rem .6rem;font-size:.85rem}.permissions-list li strong{color:var(--text)}.backends-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin:1rem 0;display:grid}.backend-card{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem}.backend-card h4{color:var(--text-bright);margin-bottom:.3rem;font-size:.9rem}.backend-card>p{color:var(--text-muted);margin:.3rem 0;font-size:.82rem;line-height:1.5}.backend-card pre{margin:.5rem 0 0;padding:.6rem .8rem;font-size:.78rem}.gateway-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin:1rem 0;display:grid}.gateway-card{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem}.gateway-card h4{color:var(--text-bright);margin-bottom:.3rem;font-size:.9rem}.gateway-card>p{color:var(--text-muted);margin:.3rem 0;font-size:.82rem;line-height:1.5}.gateway-card pre{margin:.5rem 0 0;padding:.6rem .8rem;font-size:.78rem}.backend-not-recommended{opacity:.6}.badge-warn{font-family:var(--mono);text-transform:uppercase;letter-spacing:.05em;color:var(--orange);vertical-align:middle;background:#e8752a1f;border-radius:4px;margin-left:.4rem;padding:.15em .5em;font-size:.65rem;font-weight:600}.skills-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem;display:grid}.skill{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:1.25rem}.skill code{color:var(--orange);background:#e8752a1a;font-size:.9rem}.skill p{color:var(--text-muted);margin-top:.5rem;font-size:.85rem;line-height:1.5}.skill-cta{border-style:dashed;border-color:var(--border);flex-direction:column;justify-content:center;transition:border-color .2s;display:flex}.skill-cta:hover{border-color:var(--gold)}.skill-cta strong{color:var(--gold);font-size:.9rem}.schedule-table{border:1px solid var(--border);border-radius:10px;margin-top:1.5rem;overflow:hidden}.schedule-row{border-bottom:1px solid var(--border);justify-content:space-between;padding:.85rem 1.25rem;font-size:.88rem;display:flex}.schedule-row:last-child{border-bottom:none}.schedule-row.header{background:var(--bg-card);color:var(--text-bright);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.freq{font-family:var(--mono);color:var(--teal);font-size:.8rem}.schedule-cta{color:var(--text-muted);border-style:dashed dashed none;border-bottom-width:medium;border-bottom-color:currentColor;transition:color .2s}.schedule-cta:hover,.schedule-cta .freq{color:var(--gold)}.admin-section{border-top:1px solid var(--border)}.dashboard-tour{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:1.5rem;display:grid}.tour-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-direction:column;transition:border-color .25s,transform .25s;display:flex;overflow:hidden}.tour-card:hover{border-color:var(--teal);transform:translateY(-2px)}.tour-card-trigger{border:0;border-bottom:1px solid var(--border);cursor:zoom-in;width:100%;color:inherit;font:inherit;background:0 0;margin:0;padding:0;display:block}.tour-card-trigger:focus-visible{outline:2px solid var(--gold);outline-offset:-2px}.tour-card img{width:100%;height:auto;display:block}.lightbox{z-index:100;backdrop-filter:blur(4px);background:#05080ceb;justify-content:center;align-items:center;padding:3rem 4.5rem;animation:.18s ease-out lightbox-fade;display:flex;position:fixed;inset:0}.lightbox[hidden]{display:none}@keyframes lightbox-fade{0%{opacity:0}to{opacity:1}}.lightbox-figure{flex-direction:column;align-items:center;gap:.9rem;max-width:100%;max-height:100%;margin:0;display:flex}.lightbox-image{object-fit:contain;border:1px solid var(--border);border-radius:8px;max-width:100%;max-height:calc(100vh - 8rem);box-shadow:0 20px 60px #0009}.lightbox-caption{color:var(--text-muted);text-align:center;max-width:60ch;font-size:.85rem}.lightbox-caption strong{color:var(--text-bright);margin-bottom:.15rem;font-size:.95rem;display:block}.lightbox-close,.lightbox-nav{border:1px solid var(--border);color:var(--text-bright);cursor:pointer;background:#141b24d9;border-radius:999px;justify-content:center;align-items:center;transition:background .2s,border-color .2s,transform .2s;display:flex;position:absolute}.lightbox-close:hover,.lightbox-nav:hover{background:var(--bg-card-hover);border-color:var(--teal)}.lightbox-close:focus-visible,.lightbox-nav:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.lightbox-close{width:2.5rem;height:2.5rem;font-size:1.75rem;line-height:1;top:1rem;right:1rem}.lightbox-nav{width:3rem;height:3rem;font-size:2rem;line-height:1;top:50%;transform:translateY(-50%)}.lightbox-nav:hover{transform:translateY(-50%)scale(1.05)}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}body.lightbox-open{overflow:hidden}.tour-card figcaption{padding:1rem 1.25rem 1.15rem}.tour-card figcaption strong{color:var(--text-bright);margin-bottom:.3rem;font-size:.95rem;display:block}.tour-card figcaption span{color:var(--text-muted);font-size:.82rem;line-height:1.55}@media (width<=640px){.feature-grid,.evals-grid,.skills-grid,.backends-grid,.gateway-grid,.permissions-list,.dashboard-tour{grid-template-columns:1fr}.lightbox{padding:3.5rem .75rem}.lightbox-nav{width:2.5rem;height:2.5rem;font-size:1.5rem}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}.lightbox-close{top:.5rem;right:.5rem}.hero-actions{flex-direction:column;width:100%}.btn{justify-content:center}}
