@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{box-sizing:border-box}body{color:#0f172a;background-color:#050505;min-height:100vh;margin:0;font-family:Inter,sans-serif}#root{min-height:100vh}a{color:#4c6fff}.auth-screen{grid-template-columns:minmax(320px,45%) minmax(360px,55%);min-height:100vh;display:grid}.promo-panel{color:#f6f6f7;background-color:#050505;flex-direction:column;justify-content:space-between;padding:4rem 5rem;display:flex}.promo-logo{align-items:center;gap:.75rem;font-size:1.2rem;font-weight:700;display:flex}.promo-logo img{width:3rem;height:3rem}.promo-message p{letter-spacing:-.04em;max-width:11ch;margin:4rem 0 .75rem;font-size:clamp(2.5rem,4vw,4.75rem);font-weight:600;line-height:1.05}.promo-message span{color:#a6a6b3;max-width:38rem;font-size:1.1rem;line-height:1.6;display:block}.promo-footer{color:#787882;justify-content:space-between;align-items:flex-end;font-size:.9rem;display:flex}.form-panel{background:radial-gradient(circle at 20% 30%,#f8c792cc,#0000 55%),radial-gradient(circle at 80% 0,#5649ffe6,#0000 45%),#f9fafc;justify-content:center;align-items:center;padding:4rem 1rem;display:flex;position:relative;overflow:hidden}.form-card{background-color:#fff;border-radius:30px;width:min(460px,90vw);padding:3.5rem;box-shadow:0 40px 120px #0f172a33}.card-title{color:#0b1220;margin:0 0 2rem;font-size:2rem;font-weight:600}.signup-form{flex-direction:column;gap:.9rem;display:flex}.signup-form label{color:#475467;font-size:.95rem;font-weight:600}.signup-form input,.signup-form select{appearance:none;background-color:#fff;border:1px solid #d0d5dd;border-radius:10px;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.signup-form input:focus,.signup-form select:focus{border-color:#4c6fff;outline:none;box-shadow:0 0 0 3px #4c6fff33}.select-wrapper{position:relative}.select-wrapper select{padding-right:2.5rem}.chevron{pointer-events:none;color:#98a2b3;font-size:1.2rem;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.policy-text{color:#667085;margin:.2rem 0 .3rem;font-size:.85rem;line-height:1.4}.policy-text a{font-weight:600}.primary-button{text-align:center;color:#fff;cursor:pointer;background:linear-gradient(90deg,#4c6fff,#5f7bff);border:none;border-radius:12px;width:100%;padding:.95rem 1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 8px 20px #4c6fff4d}.primary-button:hover{transform:translateY(-1px);box-shadow:0 12px 30px #4c6fff59}.primary-button:focus-visible{outline-offset:3px;outline:3px solid #4c6fff52}.divider{color:#98a2b3;text-transform:uppercase;letter-spacing:.2em;align-items:center;gap:1rem;margin:1.5rem 0;font-size:.85rem;display:flex}.divider:before,.divider:after{content:"";background:#e4e7ec;flex:1;height:1px}.auth-continue-button{font-family:inherit}.provider-intro{color:#667085;text-align:center;margin:1.75rem 0 .8rem;font-size:.85rem;font-weight:500}.provider-list{flex-wrap:wrap;justify-content:center;align-items:center;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.provider-badge{color:#344054;background:#f8fafc;border:1px solid #e4e7ec;border-radius:999px;align-items:center;gap:.45rem;min-height:2.5rem;padding:.35rem .65rem .35rem .4rem;font-size:.8rem;font-weight:600;display:inline-flex}.social-icon{color:#0f172a;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.8rem;font-weight:700;line-height:1;display:inline-flex}.social-icon svg{width:1rem;height:1rem;display:block}.authenticated-card{text-align:center;flex-direction:column;align-items:center;gap:1.2rem;display:flex}.status-pill{color:#0369a1;background-color:#e0f2fe;border-radius:999px;padding:.4rem 1rem;font-size:.85rem;font-weight:600}.subtitle{color:#475467;margin:0 0 1.75rem;line-height:1.5}.profile-wrapper{background:#f8fafc;border:1px solid #e4e7ec;border-radius:16px;width:100%;padding:1.2rem}.button.logout{color:#b91c1c;cursor:pointer;background-color:#fee2e2;border:none;border-radius:12px;width:100%;padding:.85rem 1rem;font-weight:600;transition:background .2s}.button.logout:hover{background-color:#fecaca}.loading-text{color:#475467;font-size:1rem}.profile-picture{border:3px solid #e2e8f0;border-radius:50%}.profile-name{color:#0f172a;font-weight:600}.profile-email{color:#475467}.status-screen{color:#f8fafc;background:#050505;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.status-card{text-align:center;background:#0f1119b3;border-radius:20px;width:100%;max-width:420px;padding:3rem;box-shadow:0 30px 80px #00000073}.status-card.error{background:#c9302cbf}.status-card h2{margin:.5rem 0 .25rem}.status-card span{color:#fdd8d7}.status-subtitle{text-transform:uppercase;letter-spacing:.2em;color:#bbd0ff;font-size:.8rem}.status-spinner{border:3px solid #fff3;border-top-color:#fff;border-radius:50%;width:42px;height:42px;margin:0 auto 1rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1024px){.auth-screen{grid-template-columns:1fr}.promo-panel{text-align:center;align-items:center;padding:3rem 2rem}.promo-message p{margin-top:2rem}.promo-footer{flex-direction:column;align-items:center;gap:1rem;margin-top:3rem}}.legal-page{color:#171717;background:#fbfaf8;min-height:100vh;padding:clamp(3rem,8vw,7rem) 1.5rem}.legal-document{width:min(880px,100%);margin:0 auto;font-size:1.05rem;line-height:1.75}.legal-version-field{grid-template-columns:auto minmax(0,35rem);align-items:center;gap:1.25rem;margin-bottom:3rem;display:grid}.legal-version-field label{color:#5f5f5f}.legal-version-field select{color:#171717;width:100%;min-height:3.25rem;font:inherit;background:#fff;border:1px solid #c9c9c9;border-radius:.75rem;padding:0 3rem 0 1rem}.legal-brand-header{border-bottom:1px solid #dedbd6;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.legal-nav-tabs{border-bottom:1px solid #dedbd6;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.legal-nav-tab{color:#171717;background:#f4f3f0;border-radius:9999px;align-items:center;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .15s,color .15s;display:inline-flex}.legal-nav-tab:hover{color:#000;background:#e5e3dd}.legal-section{scroll-margin-top:2rem}.legal-section>h1,.legal-section>.legal-draft-notice+h1{letter-spacing:-.04em;margin:0 0 2rem;font-size:clamp(2.75rem,8vw,5rem);line-height:1.05}.legal-secondary-section{border-top:1px solid #dedbd6;margin-top:6rem;padding-top:4rem}.legal-secondary-section>h1{font-size:clamp(2.25rem,6vw,3.75rem)}.legal-section h2{margin:2.5rem 0 .75rem;font-size:1.35rem;line-height:1.3}.legal-section p,.legal-section ul{margin:0 0 1.25rem}.legal-section ul{padding-left:1.4rem}.legal-section li+li{margin-top:.35rem}.legal-section a{color:inherit;text-underline-offset:.18em;text-decoration-thickness:1px}.legal-document-dates{margin-bottom:3.5rem;font-size:1.15rem}.legal-draft-notice{color:#715400;margin:0 0 1.5rem;font-weight:600}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=560px){.legal-page{padding:2rem 1.25rem 4rem}.legal-version-field{grid-template-columns:1fr;gap:.5rem;margin-bottom:2.5rem}}@media (width<=640px){.form-card{border-radius:24px;padding:2rem 1.4rem}.divider{letter-spacing:.1em}}.text-link{color:#c7d9ff;margin-top:1rem;text-decoration:underline;display:inline-block}.secondary-button,.danger-button,.text-button{color:#1d2939;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:10px;font-family:inherit;font-weight:600}.secondary-button{padding:.6rem .9rem}.status-action-button{margin:1.25rem auto 0;display:block}.status-help{color:#fdd8d7;margin:1.5rem 0 -.5rem;font-size:.9rem}.danger-button{color:#b42318;background:#fff6f5;border-color:#fecdca;padding:.55rem .8rem}.text-button{padding:.35rem .55rem}.admin-shell{background:#f7f9fc;grid-template-columns:250px 1fr;min-height:100vh;display:grid}.admin-sidebar{color:#f2f4f7;background:#101828;flex-direction:column;gap:1.5rem;padding:1.25rem 1rem;display:flex}.admin-brand h1{margin:0;font-size:1.05rem}.admin-brand p{color:#98a2b3;margin:.3rem 0 0;font-size:.9rem}.admin-nav{flex-direction:column;gap:.5rem;display:flex}.admin-nav-link{color:#f2f4f7;border-radius:8px;padding:.65rem .75rem;text-decoration:none;transition:background-color .15s;display:block}.admin-nav-link:hover,.admin-nav-link.active{background:#344054}.admin-sidebar-footer{flex-direction:column;gap:.75rem;margin-top:auto;display:flex}.admin-email{color:#98a2b3;overflow-wrap:anywhere;font-size:.85rem}.admin-content{padding:1.5rem}.admin-page-card{background:#fff;border:1px solid #eaecf0;border-radius:16px;padding:1.25rem;box-shadow:0 8px 24px #10182814}.admin-stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin:18px 0;display:grid}.admin-stats-grid article{background:#fff;border:1px solid #dfe5ec;border-radius:10px;gap:6px;padding:14px;display:grid}.admin-stats-grid span{color:#647184;font-size:13px}.admin-stats-grid strong{font-size:20px}.admin-readiness{border:1px solid;border-radius:8px;gap:4px;margin:16px 0;padding:12px 14px;display:grid}.admin-readiness.ready{background:#edf9f2;border-color:#55a477}.admin-readiness.blocked{background:#fff8ec;border-color:#c38a46}.admin-page-header{justify-content:space-between;align-items:start;gap:1rem;margin-bottom:1rem;display:flex}.admin-page-header h2{margin:0}.admin-page-header p{color:#475467;margin:.45rem 0 0}.placeholder-box{background:#f9fafb;border:1px dashed #d0d5dd;border-radius:12px;padding:1rem}.admin-table-wrap{border:1px solid #eaecf0;border-radius:12px;max-width:100%;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;min-width:940px}.admin-table th,.admin-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #eaecf0;padding:.75rem}.admin-table th{color:#344054;background:#f9fafb}.users-toolbar{gap:.75rem;margin-bottom:.9rem;display:flex}.table-controls{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.table-controls-row{flex-wrap:wrap;align-items:flex-end;gap:.75rem;display:flex}.control-label{color:#344054;flex-direction:column;gap:.35rem;min-width:240px;font-size:.85rem;font-weight:600;display:flex}.filter-summary{color:#475467;margin:0;font-size:.85rem}.text-input,.text-area{border:1px solid #d0d5dd;border-radius:10px;width:100%;padding:.65rem .75rem;font-family:inherit;font-size:.95rem}.text-input:focus,.text-area:focus{border-color:#5f7bff;outline:none;box-shadow:0 0 0 3px #5f7bff33}.error-text{color:#b42318;font-weight:600}.users-grid{grid-template-columns:minmax(0,1fr) 320px;gap:1rem;display:grid}.users-table-wrapper{background:#fff;border:1px solid #eaecf0;border-radius:12px}.table-status{margin:0;padding:1rem}.table-scroll-container{scrollbar-gutter:stable both-edges;border-top:1px solid #eaecf0;height:clamp(360px,48vh,560px);min-height:320px;overflow:auto}.users-table{border-collapse:collapse;width:100%;min-width:920px}.users-table th,.users-table td{text-align:left;vertical-align:top;white-space:nowrap;border-bottom:1px solid #eaecf0;padding:.7rem;font-size:.9rem}.users-table thead th{z-index:1;background:#fff;position:sticky;top:0}.table-sentinel{width:100%;height:1px}.table-infinite-footer{color:#475467;border-top:1px solid #eaecf0;justify-content:space-between;align-items:center;gap:.6rem;padding:.8rem;font-size:.9rem;display:flex}.sort-button{cursor:pointer;color:#344054;background:0 0;border:none;padding:0;font-family:inherit;font-weight:700}.filter-builder{background:#fcfcfd;border:1px solid #eaecf0;border-radius:12px;flex-direction:column;gap:.6rem;padding:.75rem;display:flex}.filter-builder-header{color:#344054;justify-content:space-between;align-items:center;gap:.75rem;font-size:.9rem;font-weight:700;display:flex}.filter-builder-actions{align-items:center;gap:.5rem;display:flex}.filter-builder-empty{color:#667085;margin:0;font-size:.9rem}.filter-builder-rows{flex-direction:column;gap:.5rem;display:flex}.filter-builder-row{grid-template-columns:minmax(140px,1fr) minmax(140px,1fr) minmax(160px,1fr) auto;align-items:center;gap:.5rem;display:grid}.filter-builder-spacer{min-height:1px}.selected-row{background:#eef4ff}.table-actions{gap:.45rem;display:flex}.pagination-row{justify-content:space-between;align-items:center;padding:.8rem;font-size:.9rem;display:flex}.pagination-actions{gap:.5rem;display:flex}.user-editor{background:#fff;border:1px solid #eaecf0;border-radius:12px;flex-direction:column;gap:.75rem;padding:.9rem;display:flex}.editor-header{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.editor-header h3{margin:0}.form-label{color:#344054;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;display:flex}@media (width<=1024px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{gap:.85rem}.users-grid,.filter-builder-row{grid-template-columns:1fr}}.account-shell{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#e8edf4;background:radial-gradient(circle at 0 0,#3082b42e,#0000 34rem),#0f141a;min-height:100vh}.account-header{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f141af0;border-bottom:1px solid #29323d;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;padding:1rem clamp(1rem,4vw,4rem);display:grid;position:sticky;top:0}.account-brand{color:inherit;align-items:center;gap:.5rem;text-decoration:none;display:inline-flex}.account-brand-logo{width:2rem;height:2rem;display:block}.account-brand-text{font-size:1.125rem;font-weight:700;line-height:1}.account-nav{justify-content:center;gap:.35rem;display:flex}.account-nav a{color:#aeb8c5;border-radius:.55rem;padding:.55rem .8rem;text-decoration:none}.account-nav a:hover,.account-nav a.active{color:#fff;background:#202934}.account-nav a:focus-visible,.account-brand:focus-visible,.account-footer a:focus-visible{outline-offset:3px;border-radius:.35rem;outline:3px solid #70c5f361}.account-identity{color:#c7d0db;align-items:center;gap:.65rem;display:flex}.account-identity img{border-radius:50%;width:2rem;height:2rem}.account-identity button{width:auto;margin:0 0 0 .35rem;padding:.45rem .7rem}.account-main{width:min(1120px,100% - 2rem);min-height:calc(100vh - 11rem);margin:0 auto;padding:3rem 0}.account-page-header{margin-bottom:1.75rem}.account-page-header h1{margin:0 0 .4rem;font-size:clamp(1.8rem,4vw,2.5rem)}.account-page-header p{color:#99a5b4;margin:0}.account-date-range{font-variant-numeric:tabular-nums;font-size:.9rem;color:#c5ced9!important;margin-top:.55rem!important}.account-grid{grid-template-columns:repeat(12,1fr);gap:1rem;display:grid}.account-card{background:#171d24;border:1px solid #2b3541;border-radius:1rem;grid-column:span 6;padding:1.35rem;box-shadow:0 18px 50px #00000024}.account-card-wide{grid-column:1/-1}.account-profile-card{align-items:center;gap:1rem;display:flex}.account-profile-card img{border-radius:50%;width:4rem;height:4rem}.account-profile-card p{margin:.25rem 0}.account-page-header-row{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.account-page-header-row label{color:#aeb8c5;gap:.35rem;display:grid}.account-page-header-row select{min-width:10rem;color:inherit;background:#171d24;border:1px solid #3a4654;border-radius:.55rem;padding:.65rem}.account-card h2,.account-card h3{margin-top:0}.account-stat{color:#fff;font-size:2rem;font-weight:750}.account-eyebrow{color:#aeb8c5;letter-spacing:.04em;text-transform:uppercase;font-size:.85rem;font-weight:600}.account-muted{color:#98a4b3}.account-list{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.account-list-row{border-bottom:1px solid #29323d;justify-content:space-between;gap:1rem;padding:.9rem 0;display:flex}.account-list-row:last-child{border-bottom:0}.account-list-row>span{gap:.2rem;display:grid}.account-list-row>span:last-child{text-align:right;justify-items:end}.account-list-row small{color:#8f9ba9}.account-list-row a{color:#70c5f3}.account-wallet-balance{background:linear-gradient(135deg,#2278a947,#171d24);border:1px solid #35617a;border-radius:1rem;gap:.35rem;margin-bottom:2rem;padding:1.5rem;display:grid}.account-wallet-balance strong{font-size:clamp(2rem,5vw,3.25rem)}.account-wallet-summary{background:linear-gradient(135deg,#2278a942,#171d24 62%);border:1px solid #35617a;border-radius:1rem;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2.25rem;padding:1.5rem;display:flex;box-shadow:0 18px 50px #00000024}.account-wallet-summary>div{gap:.35rem;display:grid}.account-wallet-summary strong{color:#fff;font-variant-numeric:tabular-nums;font-size:clamp(2rem,5vw,3rem);line-height:1.05}.account-wallet-summary .account-action{flex:none}.account-section{margin-bottom:2rem}.account-section-heading{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.15rem;display:flex}.account-section-heading h2,.account-section-heading p{margin:0}.account-section-heading p{margin-top:.35rem}.account-pack-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.account-pack{background:#171d24;border:1px solid #2b3541;border-radius:.9rem;grid-template-rows:auto auto auto auto 1fr;gap:.7rem;min-width:0;padding:1.25rem;display:grid;box-shadow:0 16px 40px #0000001f}.account-pack-featured{background:linear-gradient(#2278a92e,#171d24 42%);border-color:#3e9ed4}.account-pack-heading{justify-content:space-between;align-items:center;gap:.5rem;min-width:0;display:flex}.account-pack h3{margin:0}.account-pack strong{color:#fff;font-variant-numeric:tabular-nums;font-size:clamp(1.45rem,2vw,1.8rem);line-height:1.15}.account-pack-price{color:#f2f6fa;font-variant-numeric:tabular-nums;font-size:1.15rem}.account-pack-rate{font-size:.82rem}.account-pack .account-action{align-self:end;margin-top:.45rem}.account-value-badge,.account-state-badge{white-space:nowrap;border-radius:999px;align-items:center;min-height:1.75rem;padding:.25rem .55rem;font-size:.75rem;font-weight:700;display:inline-flex}.account-value-badge{color:#d9f2ff;background:#1e7eb46b}.account-state-success{color:#bdf5d6;background:#2a915b3d}.account-device{border-bottom:1px solid #29323d;padding:1rem 0}.account-device>div{justify-content:space-between;align-items:center;display:flex}.account-device dl{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:0;display:grid}.account-device dl div{gap:.2rem;display:grid}.account-device dt{color:#8f9ba9;font-size:.85rem}.account-device dd{margin:0}.account-badge{border-radius:999px;padding:.25rem .5rem;font-size:.8rem}.account-badge-active{color:#bdf5d6;background:#2a915b3d}.account-badge-expired{color:#d2d8df;background:#29323d}.account-action{color:#fff;min-height:2.75rem;font:inherit;cursor:pointer;touch-action:manipulation;background:#1678ad;border:1px solid #3e9ed4;border-radius:.65rem;justify-content:center;align-items:center;padding:.7rem 1rem;text-decoration:none;transition:border-color .14s,background-color .14s,box-shadow .14s,transform .14s;display:inline-flex}.account-action:hover:not(:disabled){background:#1b88c4;border-color:#70c5f3;transform:translateY(-1px)}.account-action:active:not(:disabled){transform:translateY(0)}.account-action:focus-visible,.account-confirmation:focus-within,.account-switch:focus-visible,.account-dialog-close:focus-visible,.account-page-header-row select:focus-visible{outline-offset:3px;outline:3px solid #70c5f361}.account-action-secondary{color:#dce4ed;background:#222b35;border-color:#43505f}.account-action-secondary:hover:not(:disabled){background:#2a3541;border-color:#657487}.account-action-danger{background:#9e3542;border-color:#b94a55}.account-action-danger:hover:not(:disabled){background:#b9414e;border-color:#ef7d88}.account-action:disabled{cursor:not-allowed;opacity:.48}.account-card-actions{gap:.75rem;margin-top:1rem;display:flex}.account-confirmation{cursor:pointer;background:#0c111670;border:1px solid #34404d;border-radius:.7rem;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;display:flex}.account-confirmation input{accent-color:#2492cf;flex:none;width:1.1rem;height:1.1rem;margin:.15rem 0 0}.account-confirmation a,.account-checkout-notice a{color:#70c5f3}.account-checkout-notice{color:#aeb8c5;background:#171d24b8;border:1px solid #2b3541;border-radius:.8rem;gap:.75rem;margin-bottom:1rem;padding:1rem;display:grid}.account-checkout-notice p{margin:0;font-size:.92rem}.account-success{color:#bdf5d6;margin-bottom:0}.account-danger-zone{border-top:1px solid #3c3036;justify-items:start;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;display:grid}.account-danger-zone h3,.account-danger-zone p{margin:0}.account-danger-zone p{margin-top:.4rem}.account-error{color:#ffd9dd;background:#942a3633;border:1px solid #b94a55;border-radius:.7rem;padding:.9rem 1rem}.account-status{color:#d2edfc;background:#2370992e;border:1px solid #35617a;border-radius:.7rem;padding:.9rem 1rem}.account-feedback-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.account-feedback-row .account-action{flex:none;min-height:2.5rem;padding-block:.45rem}.account-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1rem;display:grid}.account-metric-card{background:#171d24;border:1px solid #2b3541;border-radius:.9rem;gap:.7rem;padding:1.25rem;display:grid;box-shadow:0 18px 50px #0000001f}.account-metric-card span{color:#aeb8c5;font-weight:600}.account-metric-card strong{color:#fff;font-variant-numeric:tabular-nums;font-size:clamp(1.8rem,4vw,2.5rem)}.account-usage-breakdown{width:100%;margin-top:1rem}.account-table-scroll{width:100%;overflow-x:auto}.account-usage-table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%}.account-usage-table th,.account-usage-table td{text-align:right;border-bottom:1px solid #29323d;padding:1rem .75rem}.account-usage-table th:first-child,.account-usage-table td:first-child{text-align:left;width:48%;padding-left:0}.account-usage-table th:last-child,.account-usage-table td:last-child{padding-right:0}.account-usage-table thead th{color:#98a4b3;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:600}.account-usage-table tbody th{color:#e8edf4;font-weight:600}.account-usage-table tbody tr:last-child th,.account-usage-table tbody tr:last-child td{border-bottom:0}.account-usage-bar{background:#26313c;border-radius:999px;width:min(16rem,100%);height:.3rem;margin-top:.55rem;display:block;overflow:hidden}.account-usage-bar>span{border-radius:inherit;background:linear-gradient(90deg,#1678ad,#70c5f3);height:100%;display:block}.account-empty-state{text-align:center;padding:2rem 1rem}.account-empty-state p{margin-bottom:0}.account-privacy-header,.account-settings-stack{width:min(52rem,100%);margin-inline:auto}.account-settings-stack{gap:1rem;display:grid}.account-settings-panel{background:#171d24;border:1px solid #2b3541;border-radius:1rem;overflow:hidden;box-shadow:0 18px 50px #0000001f}.account-settings-row{justify-content:space-between;align-items:center;gap:2rem;min-width:0;padding:1.3rem;display:flex}.account-settings-row>div{min-width:0}.account-settings-row h2,.account-settings-row h3,.account-settings-row p{margin:0}.account-settings-row h2{font-size:1.05rem}.account-settings-row h3{font-size:1rem}.account-settings-row p{max-width:38rem;margin-top:.35rem;line-height:1.55}.account-settings-row .account-action,.account-settings-row .account-state-badge{flex:none}.account-settings-danger{border-top:1px solid #3c3036}.account-inline-status{color:#b9dff4;margin-top:.45rem;font-size:.85rem;display:inline-block}.account-switch{cursor:pointer;touch-action:manipulation;background:#303a45;border:1px solid #536170;border-radius:999px;width:3.1rem;min-width:3.1rem;height:1.75rem;padding:.2rem;transition:border-color .14s,background-color .14s;position:relative}.account-switch>span{background:#f5f8fb;border-radius:50%;width:1.25rem;height:1.25rem;transition:transform .14s;display:block;transform:translate(0);box-shadow:0 2px 5px #0000004d}.account-switch[aria-checked=true]{background:#1678ad;border-color:#4eb4eb}.account-switch[aria-checked=true]>span{transform:translate(1.3rem)}.account-switch:hover:not(:disabled){border-color:#70c5f3}.account-switch:disabled{cursor:wait;opacity:.6}.account-dialog{color:#e8edf4;overscroll-behavior:contain;background:0 0;border:0;border-radius:1rem;width:min(34rem,100% - 2rem);max-height:calc(100dvh - 2rem);padding:0;overflow:auto;box-shadow:0 30px 90px #0000008c}.account-dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#02060ab8}.account-dialog-panel{border-radius:inherit;background:#171d24;border:1px solid #3a4654;padding:1.4rem}.account-dialog-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.account-dialog-header h2,.account-dialog-header p{margin:0}.account-dialog-header h2{font-size:1.3rem}.account-dialog-header p{margin-top:.35rem;line-height:1.5}.account-dialog-close{color:#aeb8c5;width:2.75rem;height:2.75rem;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.55rem;flex:none;place-items:center;padding:0;font-size:1.5rem;display:inline-grid}.account-dialog-close:hover{color:#fff;background:#222b35;border-color:#43505f}.account-dialog-copy{color:#dce4ed;line-height:1.6}.account-dialog-copy a,.account-dialog-note a,.account-dialog .account-confirmation a{color:#70c5f3}.account-dialog-copy p:first-child,.account-dialog-note{margin-top:0}.account-dialog-note{color:#aeb8c5;font-size:.9rem;line-height:1.55}.account-dialog-actions{justify-content:flex-end;gap:.75rem;margin-top:1.25rem;display:flex}.account-order-summary{background:#11171d;border:1px solid #2b3541;border-radius:.75rem;gap:.75rem;margin:0 0 1.15rem;padding:1rem;display:grid}.account-order-summary>div{justify-content:space-between;gap:1rem;display:flex}.account-order-summary dt,.account-order-summary dd{margin:0}.account-order-summary dt{color:#aeb8c5}.account-order-summary dd{color:#fff;font-variant-numeric:tabular-nums;font-weight:700}.account-footer{border-top:1px solid #29323d;justify-content:center;gap:1.25rem;padding:1.5rem;display:flex}.account-footer a{color:#9eabb9}@media (width<=800px){.account-header{grid-template-columns:1fr auto;gap:.75rem}.account-nav{grid-area:2/1/auto/-1;justify-content:flex-start;overflow-x:auto}.account-identity>span:not(:first-child){display:none}.account-card{grid-column:1/-1}.account-pack-grid{grid-template-columns:repeat(2,1fr)}.account-metric-grid,.account-device dl{grid-template-columns:1fr}}@media (width<=520px){.account-page-header-row{flex-direction:column;align-items:stretch}.account-pack-grid{grid-template-columns:1fr}.account-action{width:100%}.account-wallet-summary,.account-settings-row,.account-feedback-row{flex-direction:column;align-items:stretch}.account-settings-row{gap:1rem}.account-settings-row .account-switch,.account-settings-row .account-state-badge{align-self:flex-start}.account-dialog{width:calc(100% - 1rem);max-height:calc(100dvh - 1rem)}.account-dialog-actions{flex-direction:column-reverse;align-items:stretch}}@media (prefers-reduced-motion:reduce){.account-action,.account-switch,.account-switch>span{transition:none}}
