:root{--bg:#f5f7f8;--surface:#fff;--surface-soft:#f9fafb;--text:#182126;--muted:#66747b;--line:#dfe5e8;--line-strong:#cbd4d8;--teal:#087f72;--teal-soft:#e7f5f2;--amber:#a86713;--amber-soft:#fbf1df;--danger:#b44848;--body:"Sora", "Segoe UI", sans-serif;--mono:"IBM Plex Mono", "Cascadia Code", monospace;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:var(--body);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;color:var(--text);margin:0}body.modal-open{overflow:hidden}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px}[hidden]{display:none!important}.app-shell{flex-direction:column;min-height:100vh;display:flex}.site-header{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;justify-content:space-between;align-items:center;min-height:68px;padding:10px max(24px,50vw - 560px);display:flex;position:sticky;top:0}.brand-lockup{align-items:center;gap:11px;min-width:0;display:flex}.brand-mark,.account-avatar,.account-large-avatar{background:#111;flex:none;overflow:hidden}.brand-mark{border:1px solid var(--line-strong);border-radius:8px;width:42px;height:42px}.brand-mark img,.account-avatar img,.account-large-avatar img{object-fit:cover;width:100%;height:100%}.brand-copy{gap:2px;display:grid}.brand-copy strong{font-size:15px;font-weight:650}.brand-copy small{color:var(--muted);font:10px var(--mono)}.header-actions{align-items:center;gap:12px;display:flex}.service-health{color:var(--muted);align-items:center;gap:7px;font-size:12px;display:inline-flex}.service-health i{background:#2ca56f;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #e5f5ec}.icon-button{border:1px solid var(--line);width:36px;height:36px;color:var(--muted);background:var(--surface);border-radius:7px;place-items:center;padding:0;display:inline-grid}.icon-button:hover{border-color:var(--line-strong);color:var(--text)}.icon-button svg{width:17px;height:17px}.account-trigger{border:1px solid var(--line);background:var(--surface);min-height:38px;color:var(--text);border-radius:7px;align-items:center;gap:8px;padding:4px 11px 4px 5px;font-size:12px;display:inline-flex}.account-trigger:hover{border-color:var(--line-strong);background:var(--surface-soft)}.account-avatar{border-radius:6px;width:28px;height:28px}.portal-main{flex:1;width:min(1060px,100% - 48px);margin:0 auto;padding:64px 0 72px}.portal-intro{max-width:680px;margin-bottom:34px}.section-kicker{color:var(--teal);font:600 12px var(--mono);margin:0 0 12px}.portal-intro h1{letter-spacing:0;margin:0 0 14px;font-size:38px;line-height:1.2}.portal-intro>p:last-child{color:var(--muted);margin:0;font-size:14px;line-height:1.75}.account-panel{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#ffffff80;justify-content:space-between;align-items:center;gap:28px;min-height:92px;margin-bottom:22px;padding:18px 20px;display:flex}.account-summary{align-items:center;gap:13px;min-width:0;display:flex}.account-large-avatar{border-radius:7px;width:46px;height:46px}.account-summary h2{margin:0 0 5px;font-size:15px}.account-summary p{color:var(--muted);margin:0;font-size:12px}.account-details{align-items:center;gap:28px;display:flex}.account-details>div{gap:4px;min-width:80px;display:grid}.account-details span{color:var(--muted);font-size:10px}.account-details strong{font-size:13px}.account-details [data-session-state]{color:var(--danger);font:600 11px var(--mono)}.account-details [data-session-state].stat-live{color:var(--teal)}.products{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.product-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-rows:auto 1fr auto;min-height:310px;padding:24px;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid;box-shadow:0 8px 24px #1a282e0a}.product-card:hover{border-color:var(--line-strong);transform:translateY(-2px);box-shadow:0 14px 34px #1a282e14}.product-token:hover{border-color:#087f7273}.product-video:hover{border-color:#a8671373}.product-image:hover{border-color:#32639673}.product-icon{border-radius:7px;place-items:center;width:42px;height:42px;margin-bottom:26px;display:grid}.product-icon svg{width:22px;height:22px}.token-icon{color:var(--teal);background:var(--teal-soft)}.video-icon{color:var(--amber);background:var(--amber-soft)}.image-icon{color:#326396;background:#eaf1f8}.product-copy{align-self:start}.product-label{color:var(--muted);font:10px var(--mono)}.product-copy h2{margin:9px 0 11px;font-size:24px}.product-copy p{max-width:390px;color:var(--muted);margin:0;font-size:13px;line-height:1.75}.product-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;margin-top:28px;padding-top:18px;display:flex}.product-footer>span{color:var(--muted);font:10px var(--mono)}.product-cta,.primary-button,.secondary-button{border-radius:6px;justify-content:center;align-items:center;gap:9px;min-height:40px;padding:0 15px;font-size:12px;font-weight:600;display:inline-flex}.product-cta{color:#fff;border:1px solid #0000}.product-token .product-cta{background:var(--teal)}.product-video .product-cta{background:var(--amber)}.product-image .product-cta{background:#326396}.product-cta:hover{filter:brightness(.94)}.product-cta svg,.primary-button svg{width:15px;height:15px;transition:transform .2s}.product-cta:hover svg,.primary-button:hover svg{transform:translate(2px)}.primary-button{border:1px solid var(--teal);color:#fff;background:var(--teal);width:100%}.primary-button:hover{background:#066f64}.secondary-button{border:1px solid var(--line-strong);color:var(--text);background:var(--surface)}.secondary-button:hover{background:var(--surface-soft)}.site-footer{border-top:1px solid var(--line);width:min(1060px,100% - 48px);color:var(--muted);justify-content:space-between;gap:24px;margin:0 auto;padding:22px 0 28px;font-size:11px;display:flex}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#131c206b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{border:1px solid var(--line-strong);background:var(--surface);border-radius:8px;width:min(430px,100%);padding:28px;position:relative;box-shadow:0 28px 80px #14222833}.modal-close{position:absolute;top:14px;right:14px}.modal-kicker{color:var(--teal);font:600 11px var(--mono);margin:0 0 10px}.modal h2{margin:0 0 9px;font-size:24px}.modal-lede{color:var(--muted);margin:0 0 22px;font-size:13px}.modal form{gap:15px;display:grid}.modal label{color:var(--text);gap:7px;font-size:12px;font-weight:600;display:grid}.modal input{border:1px solid var(--line-strong);width:100%;min-height:42px;color:var(--text);background:var(--surface);border-radius:6px;outline:none;padding:0 12px}.modal input:focus{border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-soft)}.form-hint{color:var(--muted);margin:0;font-size:11px}.register-link{color:var(--teal);justify-self:center;font-size:11px;text-decoration:none}.register-link:hover{text-underline-offset:3px;text-decoration:underline}.settings-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:5px;display:grid}.settings-actions .primary-button{width:auto}.binding-choice{gap:10px;display:grid}.binding-option{border:1px solid var(--line-strong);text-align:left;width:100%;color:var(--text);background:var(--surface);border-radius:7px;gap:6px;padding:15px;display:grid}.binding-option:hover{border-color:var(--teal);background:var(--surface-soft)}.binding-option strong{font-size:13px}.binding-option span,.binding-create p{color:var(--muted);font-size:11px;line-height:1.6}.binding-create{gap:18px;display:grid}.binding-create p{margin:0}.compliance-check{grid-template-columns:auto 1fr;align-items:flex-start;line-height:1.6;color:var(--muted)!important;gap:9px!important;font-weight:400!important;display:flex!important}.compliance-check input{flex:none;margin-top:2px;width:16px!important;min-height:16px!important}.compliance-check a{color:var(--teal);text-underline-offset:2px;margin:0 2px;text-decoration:underline}.binding-actions{grid-template-columns:1fr 2fr;gap:10px;display:grid}.binding-actions .primary-button{width:auto}.toast{z-index:120;border:1px solid var(--line-strong);max-width:min(360px,100% - 44px);color:var(--text);background:var(--surface);opacity:0;pointer-events:none;border-radius:6px;padding:12px 14px;font-size:12px;transition:opacity .2s,transform .2s;position:fixed;bottom:22px;right:22px;transform:translateY(8px);box-shadow:0 12px 30px #14222824}.toast.is-visible{opacity:1;transform:none}.is-loading{opacity:.65;pointer-events:none}@media (width<=760px){.site-header{min-height:62px;padding-inline:16px}.brand-mark{width:38px;height:38px}.brand-copy small,.service-health{display:none}.account-trigger [data-account-label]{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.portal-main{width:min(100% - 32px,620px);padding:42px 0 54px}.portal-intro{margin-bottom:28px}.portal-intro h1{font-size:30px}.account-panel{background:0 0;flex-direction:column;align-items:flex-start;gap:18px;padding-inline:0}.account-details{justify-content:space-between;gap:15px;width:100%}.account-details .secondary-button{min-width:100px}.products{grid-template-columns:1fr}.product-card{min-height:285px;padding:21px}.site-footer{flex-direction:column;gap:8px;width:min(100% - 32px,620px)}}@media (width<=430px){.brand-copy strong{font-size:13px}.header-actions{gap:7px}.account-trigger{max-width:150px}.portal-intro h1{font-size:27px}.account-summary p{max-width:240px;line-height:1.6}.account-details{grid-template-columns:1fr 1fr;display:grid}.account-details .secondary-button{grid-column:1/-1;width:100%}.product-footer{flex-direction:column;align-items:stretch}.product-footer>span{order:2}.product-cta{width:100%}.modal{padding:25px 20px 22px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
