:root{color-scheme:light dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f7f8fb;color:#0f172a}*{box-sizing:border-box}body{margin:0;min-height:100vh}button,.button{border:0;border-radius:12px;background:#334155;color:#fff;padding:10px 14px;font:inherit;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}button:disabled{opacity:.58;cursor:not-allowed}button.secondary{background:#0f766e}button.ghost{background:transparent;color:#334155;border:1px solid #cbd5e1}input{padding:12px 14px;border-radius:12px;border:1px solid #cbd5e1;min-width:min(420px,100%)}.center{min-height:100vh;display:grid;place-items:center;padding:24px}.hero,.card{max-width:720px;padding:36px;background:#fff;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 12px 40px #0f172a14}.hero h1{font-size:44px;margin:0 0 10px}.shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr}aside{background:#0f172a;color:#fff;padding:24px}.brand{font-weight:900;font-size:20px;margin-bottom:36px}nav{display:grid;gap:8px}nav a,.nav-item{width:100%;color:#cbd5e1;background:transparent;text-decoration:none;padding:10px 12px;border-radius:10px;justify-content:space-between;text-align:left;font-weight:650}nav a:hover,.nav-item:hover,.nav-item.active{background:#1e293b;color:#fff}.nav-count{min-width:25px;padding:2px 7px;border-radius:999px;background:#ffffff1a;text-align:center;font-size:12px}main{padding:28px;min-width:0}header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:24px}header h1{margin:0 0 6px}header p{margin:0;color:#64748b}section{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:22px;margin-bottom:22px}section h2{margin:0 0 8px}.onboarding{background:#fff7ed;border-color:#fed7aa}.inline-form{display:flex;gap:8px;flex-wrap:wrap}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:16px}.section-title{display:flex;justify-content:space-between;gap:16px;margin-bottom:18px}.section-title h2{margin-bottom:6px}.section-title p{margin:0;max-width:800px;color:#64748b}.eyebrow{color:#64748b;font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px}.app{border:1px solid #e2e8f0;border-radius:18px;padding:18px;display:grid;gap:14px;align-content:space-between;background:#fff}.app h3{margin:0}.app p{margin:7px 0 0;color:#64748b;min-height:48px}.app-title-row,.subscription-line,.plan-topline,.modal-header,.details-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.access-dot{width:10px;height:10px;border-radius:999px;background:#22c55e;margin-top:7px;box-shadow:0 0 0 4px #dcfce7;flex:0 0 auto}.subscription-line{align-items:center;justify-content:flex-start;flex-wrap:wrap}.status-text,.catalog-summary{color:#64748b;font-size:13px;font-weight:650}.actions{display:flex;gap:8px;flex-wrap:wrap}.pill{display:inline-flex;width:fit-content;background:#dcfce7;color:#166534;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:800}.alert,.error{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;padding:12px 14px;border-radius:14px;margin-bottom:18px}.empty{display:grid;justify-items:start;gap:8px;padding:28px;border:1px dashed #cbd5e1;border-radius:18px;background:#f8fafc}.empty.compact{padding:20px}.empty h3,.empty p{margin:0}.empty p{color:#64748b}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#020617a8;display:grid;place-items:center;padding:22px;overflow-y:auto}.modal{width:min(920px,100%);max-height:calc(100vh - 44px);overflow-y:auto;background:#fff;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 30px 90px #02061759;padding:24px}.modal-header h2{margin:0;font-size:30px}.icon-button{width:40px;height:40px;padding:0;border-radius:999px;background:transparent;color:#475569;border:1px solid #cbd5e1;font-size:25px;line-height:1;flex:0 0 auto}.app-long-description{color:#475569;font-size:16px;line-height:1.65;margin:18px 0}.feature-block{padding:16px 18px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0;margin-bottom:22px}.feature-block h3,.details-heading h3{margin:0 0 8px}.feature-block ul,.plan-card ul{margin:8px 0 0;padding-left:20px;color:#475569}.details-heading{margin-top:20px}.details-heading p{margin:0;color:#64748b}.plans-list{display:grid;gap:12px;margin-top:14px}.plan-card{border:1px solid #e2e8f0;border-radius:18px;padding:18px}.plan-card.current{border-color:#86efac;box-shadow:0 0 0 3px #dcfce7}.plan-card h4{margin:0 0 3px;font-size:18px}.plan-code{color:#64748b;font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.plan-card p{margin:8px 0 0;color:#64748b}.price{margin-top:14px;font-size:19px;font-weight:850}.plan-note{margin-top:12px;color:#475569;font-size:13px;font-weight:650}.modal-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;margin-top:24px;padding-top:18px;border-top:1px solid #e2e8f0}@media (max-width: 760px){.shell{grid-template-columns:1fr}aside{position:static;padding:14px 16px}.brand{margin-bottom:12px}nav{grid-template-columns:1fr 1fr}nav a{display:none}main{padding:16px}header{flex-direction:column}.modal-backdrop{padding:10px}.modal{max-height:calc(100vh - 20px);padding:18px;border-radius:18px}.modal-header h2{font-size:24px}.modal-actions{justify-content:stretch}.modal-actions>*{flex:1 1 auto}}@media (prefers-color-scheme: dark){:root{background:#020617;color:#e2e8f0}.hero,.card,section,.app,.modal,.plan-card{background:#0f172a;border-color:#1e293b}header p,.app p,.section-title p,.app-long-description,.details-heading p,.plan-card p,.status-text,.catalog-summary,.eyebrow,.plan-code,.empty p{color:#94a3b8}button.ghost,.icon-button{color:#e2e8f0;border-color:#334155}input{background:#020617;color:#e2e8f0;border-color:#334155}.onboarding{background:#1c1917;border-color:#7c2d12}.feature-block,.empty{background:#020617;border-color:#334155}.feature-block ul,.plan-card ul,.plan-note{color:#cbd5e1}.modal-actions{border-color:#1e293b}.plan-card.current{border-color:#166534;box-shadow:0 0 0 3px #16653440}.access-dot{box-shadow:0 0 0 4px #16653459}}.plan-badges{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.plan-card.pending{border-color:#f59e0b}.pending-pill{background:#fef3c7;color:#92400e}.plan-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px;padding-top:14px;border-top:1px solid #e2e8f0}.ghost-link{background:transparent;color:#334155;border:1px solid #cbd5e1}.commerce-warning{margin-top:16px;padding:12px 14px;border-radius:14px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412}@media (prefers-color-scheme: dark){.pending-pill{background:#92400e59;color:#fde68a}.plan-actions{border-color:#1e293b}.ghost-link{color:#e2e8f0;border-color:#334155}.commerce-warning{background:#1c1917;border-color:#7c2d12;color:#fdba74}}
