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