:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;color:#111;--bg: #ffffff;--surface: #f9fafb;--surface-strong: #ffffff;--text: #111827;--muted: #6b7280;--red: #dc2626;--red-dark: #b91c1c;--border: #e5e7eb;--shadow: 0 20px 60px rgba(15, 23, 42, .08)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:linear-gradient(180deg,#fff,#fef2f2);color:var(--text)}body,button,input,textarea{font:inherit}a{color:inherit}.page-shell{display:flex;flex-direction:column;min-height:100vh}.topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 1.5rem;border-bottom:1px solid var(--border);background:#fffffff5;position:sticky;top:0;z-index:20}.brand{font-size:1.5rem;font-weight:800;letter-spacing:-.03em;color:var(--red)}.topnav{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.topnav a,.nav-cta{text-decoration:none;color:var(--text);font-weight:600;padding:.55rem .75rem}.nav-cta{background:var(--red);color:#fff;border-radius:999px;border:none;cursor:pointer}.hero-section{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,1fr);gap:2rem;align-items:center;padding:4rem 1.5rem 2rem;max-width:1200px;margin:0 auto}.hero-copy{max-width:700px}.hero-copy h1{margin:0;font-size:clamp(3rem,5vw,4.5rem);line-height:.95}.hero-copy h1 span{display:block;margin-top:.35rem;color:var(--red)}.hero-copy p{margin:1.5rem 0 2rem;max-width:640px;color:var(--muted);font-size:1.05rem;line-height:1.9}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.8rem}.button{border:none;border-radius:999px;padding:.95rem 1.7rem;font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.button:hover{transform:translateY(-1px)}.button-red,.button-google{background:var(--red);color:#fff}.button-outline{background:#fff;color:var(--red);border:1px solid var(--red)}.hero-stats{display:flex;flex-wrap:wrap;gap:1rem}.hero-stats div{background:#fff4f4;border:1px solid rgba(220,38,38,.12);border-radius:18px;padding:1rem 1.2rem;min-width:150px}.hero-stats strong{display:block;font-size:1.05rem;margin-bottom:.25rem}.hero-panel{background:#fff;border:1px solid var(--border);border-radius:28px;box-shadow:var(--shadow);padding:2rem}.panel-header p{margin:0;font-size:.95rem;font-weight:700;color:var(--red)}.panel-body{margin-top:1.5rem;display:grid;gap:1rem}.spec-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.1rem;border-radius:20px;background:#fff4f4}.spec-row span{color:var(--muted)}.spec-row strong{color:var(--text)}.section{padding:3rem 1.5rem}.section-heading{max-width:760px;margin:0 auto 2rem;text-align:center}.section-heading h2{margin:.8rem 0 0;font-size:clamp(2.2rem,3vw,3rem)}.section-description{margin-top:1rem;color:var(--muted);max-width:640px;margin-left:auto;margin-right:auto;line-height:1.8}.section-white{background:#fff}.section-alt{background:#fff1f2}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;max-width:1100px;margin:0 auto}.feature-card{background:#fff;border:1px solid var(--border);border-radius:28px;padding:2rem;box-shadow:var(--shadow)}.feature-card h3{margin-top:0;font-size:1.25rem}.feature-card p{margin:.9rem 0 0;color:var(--muted);line-height:1.75}.section-card,.google-card{max-width:980px;margin:0 auto;background:#fff;border:1px solid var(--border);border-radius:28px;padding:2rem;box-shadow:var(--shadow)}.google-card{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.google-card h2{margin:.35rem 0 0}.google-card p{margin:1rem 0 0;color:var(--muted);line-height:1.8}.spec-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;max-width:1100px;margin:0 auto}.spec-card{background:#fff7f7;border:1px solid rgba(220,38,38,.15);border-radius:24px;padding:1.8rem;box-shadow:0 18px 45px #dc262614}.spec-card h3{margin:0;font-size:1.1rem;color:var(--red-dark)}.spec-card p{margin:.8rem 0 0;color:var(--text);font-weight:600}.spec-footer{max-width:850px;margin:1.5rem auto 0;color:var(--muted);line-height:1.8}.account-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:1rem;max-width:1100px;margin:0 auto}.account-card,.server-card{background:#fff;border:1px solid var(--border);border-radius:28px;padding:1.8rem;box-shadow:0 18px 45px #0000000d}.account-header{display:flex;align-items:center;gap:1rem}.account-header img{width:64px;height:64px;border-radius:999px;object-fit:cover}.account-header h3{margin:0}.account-header p{margin:.3rem 0 0;color:var(--muted)}.account-content{margin-top:1.3rem}.account-content a{color:var(--red);font-weight:700;text-decoration:none}.server-card-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.status-pill{padding:.5rem .9rem;border-radius:999px;font-weight:700;font-size:.9rem}.status-pill.running{background:#dcfce7;color:#166534}.status-pill.stopped{background:#fee2e2;color:#991b1b}.server-card-body{margin-top:1rem;color:var(--muted)}.server-actions{margin-top:1.25rem;display:flex;flex-wrap:wrap;gap:1rem}.footer{background:#fff;padding:1.5rem 1.5rem 2rem;border-top:1px solid var(--border)}.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;color:var(--muted)}.footer-inner a{color:var(--red);font-weight:700}@media (max-width: 1024px){.hero-section,.feature-grid,.spec-grid,.account-grid{grid-template-columns:1fr}}@media (max-width: 720px){.topbar{flex-direction:column;align-items:stretch}.topnav{justify-content:center}.hero-actions,.hero-stats,.google-card,.footer-inner,.server-actions{flex-direction:column;align-items:stretch}.nav-cta{width:100%;text-align:center}}
