:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-page:#0b0f14;--bg-surface:#121826;--bg-elevated:#1a2233;--border:#2a3447;--text:#e8edf5;--text-muted:#94a3b8;--accent:#3b82f6;--accent-hover:#2563eb;--danger:#f87171;--success:#4ade80;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{color:var(--text);background:var(--bg-page);min-height:100vh;margin:0;padding:2rem}.portal-shell{gap:1rem;max-width:960px;margin:0 auto;display:grid}.portal-header,.order-form,.submission-status,.portal-footer,.plan-grid{background:var(--bg-surface);border:1px solid var(--border);border-radius:.5rem;padding:1rem}.portal-header h1,.submission-status h2{margin-top:0}.portal-header p{color:var(--text-muted);margin-bottom:0}.submission-status ul{margin:.5rem 0 0;padding-left:1.25rem}.plan-grid{gap:.75rem;display:grid}.plan-options{gap:.5rem;display:grid}@media (min-width:640px){.plan-options{grid-template-columns:repeat(3,1fr)}}.plan-card{border:1px solid var(--border);cursor:pointer;background:var(--bg-elevated);border-radius:.5rem;padding:.75rem;transition:border-color .15s,box-shadow .15s}.plan-card:hover{border-color:var(--accent)}.plan-card[data-selected=true]{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.plan-card input{opacity:0;pointer-events:none;position:absolute}.plan-card-title{font-weight:600;display:block}.plan-card-price{color:var(--text);margin:.25rem 0;font-size:1.1rem}.plan-card-desc{color:var(--text-muted);margin:0;font-size:.85rem}.payment-expiry-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (max-width:480px){.payment-expiry-row{grid-template-columns:1fr}}.recaptcha-field{gap:.35rem;margin:.25rem 0 0;display:grid}.recaptcha-label{font-size:.9rem;font-weight:500}.recaptcha-widget-host{min-height:78px}.fee-callout{color:var(--text-muted);margin:0;font-size:.9rem}.order-form{gap:1rem;display:grid}.order-form fieldset{border:1px solid var(--border);background:var(--bg-elevated);border-radius:.5rem;gap:.75rem;margin:0;padding:1rem;display:grid}.order-form legend{color:var(--text);padding:0 .35rem}.order-form label{color:var(--text-muted);gap:.25rem;font-size:.95rem;display:grid}.order-form input[type=text],.order-form input[type=email],.order-form input[type=date],.order-form input[type=tel]{border:1px solid var(--border);background:var(--bg-surface);min-height:2.25rem;color:var(--text);border-radius:.375rem;padding:0 .625rem}.order-form input[type=file]{color:var(--text-muted);font-size:.85rem}.order-form input[aria-invalid=true]{border-color:var(--danger)}.field-error{color:var(--danger);font-size:.8rem}.device-block{border:1px dashed var(--border);background:var(--bg-surface);border-radius:.5rem;gap:.75rem;padding:1rem;display:grid}.device-block h3{color:var(--text);margin:0;font-size:1rem}.device-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.device-actions button{border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);cursor:pointer;border-radius:.375rem;padding:.35rem .65rem;font-size:.875rem}.device-actions button:hover{border-color:var(--accent)}.device-actions button:disabled{opacity:.45;cursor:not-allowed}.image-hint{color:var(--text-muted);font-size:.78rem}.order-form>button[type=submit]{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:.375rem;min-height:2.5rem;font-weight:600}.order-form>button[type=submit]:hover{background:var(--accent-hover)}.order-form>button[type=submit]:disabled{opacity:.7;cursor:wait}.submission-status[data-status=success]{border-color:color-mix(in srgb, var(--success) 55%, var(--border))}.submission-status[data-status=error]{border-color:color-mix(in srgb, var(--danger) 55%, var(--border))}.portal-footer{flex-wrap:wrap;justify-content:flex-start;gap:.5rem;display:flex}.portal-footer small{color:var(--text-muted)}
