.commerce-admin{display:grid;gap:18px;min-width:0}.commerce-tabs{display:flex;gap:8px;overflow-x:auto;padding:3px;scrollbar-width:thin}.commerce-tabs a{flex:0 0 auto;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#475569;font-size:.82rem;font-weight:800;padding:8px 12px;text-decoration:none;transition:background .2s,border-color .2s,color .2s}.commerce-tabs a.active,.commerce-tabs a:hover{border-color:#6366f1;background:#eef2ff;color:#4338ca}.commerce-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.commerce-header>div{min-width:0}.commerce-header span{color:#6366f1;font-size:.78rem;font-weight:900}.commerce-header h2{margin:3px 0 4px;color:#172033;font-size:1.35rem;font-weight:950}.commerce-header p{margin:0;color:#64748b;font-size:.88rem;font-weight:700}.commerce-notice{border:1px solid #86efac;border-radius:12px;background:#f0fdf4;color:#166534;font-size:.86rem;font-weight:800;padding:11px 13px}.commerce-form{display:grid;gap:14px}.commerce-data h3,.commerce-form h3,.commerce-preview h3{margin:0;color:#172033;font-size:1rem;font-weight:950}.commerce-form p,.commerce-form small{margin:-5px 0 0;color:#64748b;font-size:.82rem;font-weight:700;line-height:1.8}.commerce-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.commerce-form-grid label{display:grid;gap:6px;min-width:0;color:#475569;font-size:.8rem;font-weight:850}.commerce-form input,.commerce-form textarea{box-sizing:border-box;width:100%;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#172033;font:inherit;outline:none;padding:9px 11px}.commerce-form input:focus,.commerce-form textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.13)}.commerce-form textarea{min-height:150px;direction:ltr;resize:vertical;text-align:left}.commerce-dialog-backdrop{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;overflow-y:auto;background:rgba(15,23,42,.48);padding:24px}.commerce-dialog{width:min(760px,100%);max-height:calc(100vh - 48px);overflow-y:auto;box-shadow:0 24px 60px rgba(15,23,42,.25)}.commerce-dialog-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.commerce-dialog-header h3{margin:0}.commerce-fieldset{display:grid;gap:10px;margin:0;border:1px solid #e2e8f0;border-radius:12px;padding:12px}.commerce-fieldset legend{color:#475569;font-size:.82rem;font-weight:850;padding:0 5px}.commerce-check{display:flex!important;align-items:center;align-self:end;gap:8px!important;min-height:40px}.commerce-check input{width:auto;accent-color:#4f46e5}.commerce-table-wrap{overflow-x:auto;padding:0}.commerce-table{width:100%;min-width:720px;border-collapse:collapse;text-align:right}.commerce-table td,.commerce-table th{border-bottom:1px solid #e8edf4;padding:12px 14px;vertical-align:middle}.commerce-table th{background:#f8fafc;color:#64748b;font-size:.74rem;font-weight:900}.commerce-table td{color:#334155;font-size:.82rem;font-weight:700}.commerce-table tbody tr:last-child td{border-bottom:0}.commerce-table td:first-child{min-width:150px}.commerce-table td small,.commerce-table td strong{display:block}.commerce-table td strong{color:#172033;font-weight:900}.commerce-table td small{overflow:hidden;max-width:180px;color:#94a3b8;font-size:.72rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.commerce-row-actions{display:flex;flex-wrap:wrap;gap:6px;min-width:190px}.commerce-row-actions button{border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#475569;cursor:pointer;font:inherit;font-size:.75rem;font-weight:850;padding:6px 9px}.commerce-row-actions button:hover:not(:disabled){border-color:#818cf8;background:#eef2ff;color:#4338ca}.commerce-row-actions button:disabled{cursor:not-allowed;opacity:.55}.commerce-data,.commerce-preview{display:grid;gap:10px}.commerce-preview p{margin:0;color:#475569;font-size:.85rem;font-weight:750}.commerce-data pre{max-height:390px;margin:0;overflow:auto;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#334155;direction:ltr;font:700 .78rem/1.8 ui-monospace,SFMono-Regular,Menlo,monospace;padding:12px;text-align:left}.commerce-record-list{display:grid;gap:12px;border:1px solid #e1e7ef;border-radius:22px;padding:22px;background:#fff}.commerce-record-list>article{display:grid;grid-template-columns:minmax(170px,1.1fr) minmax(0,2fr) auto;align-items:center;gap:16px;border:1px solid #e4e9f1;border-radius:16px;padding:17px;background:#fff;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.commerce-record-list>article.selected{border-color:#315fe9;background:#f4f7ff;box-shadow:0 0 0 2px rgba(49,95,233,.12)}.commerce-record-summary{display:grid;gap:5px;min-width:0}.commerce-record-summary strong{color:#263248;font-size:.92rem;overflow-wrap:anywhere}.commerce-record-meta dt,.commerce-record-summary small{color:#78859a;font-size:.76rem;font-weight:700}.commerce-record-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0}.commerce-record-meta div{min-width:0}.commerce-record-meta dt{margin-bottom:4px}.commerce-record-meta dd{margin:0;color:#475569;font-size:.82rem;font-weight:800;overflow-wrap:anywhere}@media (max-width:900px){.commerce-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.commerce-record-list>article{grid-template-columns:1fr}}@media (max-width:640px){.commerce-admin{gap:14px}.commerce-header{align-items:stretch;flex-direction:column}.commerce-header .admin-ghost-button{width:100%}.commerce-form-grid,.commerce-record-meta{grid-template-columns:1fr}.commerce-dialog-backdrop{align-items:start;padding:14px}.commerce-dialog{max-height:calc(100vh - 28px)}.commerce-record-list{padding:14px}.commerce-check{align-self:auto}.commerce-table td,.commerce-table th{padding:10px}}.commerce-primary-nav,.commerce-report-nav{display:flex;gap:8px;overflow-x:auto;padding:4px;scrollbar-width:thin}.commerce-nav-advanced summary,.commerce-primary-nav>a,.commerce-report-nav a{flex:0 0 auto;text-decoration:none}.commerce-nav-advanced{position:relative;flex:0 0 auto}.commerce-nav-advanced summary{cursor:pointer;list-style:none;border:1px dashed #cbd5e1;border-radius:12px;color:#64748b;font-size:.82rem;font-weight:800;padding:9px 12px}.commerce-nav-advanced div{position:absolute;z-index:30;top:calc(100% + 6px);left:0;min-width:180px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 14px 35px rgba(15,23,42,.14);padding:7px}.commerce-nav-advanced div a{display:block;border-radius:8px;color:#475569;font-size:.82rem;font-weight:800;padding:9px;text-decoration:none}.commerce-report-nav{border-bottom:1px solid #e8edf4;padding-bottom:10px}.commerce-report-nav a{border-radius:9px;color:#64748b;font-size:.8rem;font-weight:800;padding:7px 10px}.commerce-report-nav a.active{background:#eef2ff;color:#3730a3}.commerce-simple-stack{display:grid;gap:20px;min-width:0}.commerce-simple-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid #dfe6f2;border-radius:22px;background:linear-gradient(135deg,#fff 20%,#f4f7ff);padding:24px}.commerce-simple-hero>div:first-child{min-width:0}.commerce-simple-hero span{color:#4f46e5;font-size:.78rem;font-weight:900}.commerce-simple-hero h2{margin:4px 0 6px;color:#172033;font-size:1.35rem;font-weight:950}.commerce-simple-hero p{margin:0;color:#64748b;font-size:.88rem;font-weight:700;line-height:1.8}.commerce-primary{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0!important;border-radius:12px!important;background:#315fe9!important;color:#fff!important;cursor:pointer;font:inherit;font-size:.86rem!important;font-weight:900!important;padding:11px 16px!important;white-space:nowrap}.commerce-primary:hover:not(:disabled){background:#244ac0!important}.commerce-primary:disabled{cursor:not-allowed;opacity:.55}.commerce-plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.commerce-plan-card{display:grid;gap:15px;min-width:0;border:1px solid #e0e6ef;border-radius:20px;background:#fff;padding:20px}.commerce-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.commerce-card-heading h3{margin:7px 0 0;color:#1f2a44;font-size:1.08rem;font-weight:950}.commerce-card-heading>button,.commerce-plan-wizard>header>button,.commerce-service-editor>header>button,.commerce-subscription-detail>header>button{display:grid;place-items:center;width:38px;height:38px;border:1px solid #dfe5ee;border-radius:10px;background:#fff;color:#64748b;cursor:pointer}.commerce-plan-card>p{min-height:45px;margin:0;color:#64748b;font-size:.83rem;font-weight:650;line-height:1.8}.commerce-status{display:inline-flex;border-radius:999px;background:#f1f5f9;color:#64748b!important;font-size:.7rem;padding:4px 9px}.commerce-status.is-active,.commerce-status.is-published{background:#dcfce7;color:#15803d!important}.commerce-status.is-draft{background:#fef3c7;color:#a16207!important}.commerce-status.is-past_due{background:#ffedd5;color:#c2410c!important}.commerce-status.is-archived,.commerce-status.is-cancelled,.commerce-status.is-expired{background:#f1f5f9;color:#64748b!important}.commerce-default-badge{display:inline-flex;align-items:center;gap:4px;margin-inline-start:6px;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:.7rem;font-weight:900;padding:4px 9px}.commerce-price-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.commerce-price-pair div{display:grid;gap:4px;border-radius:12px;background:#f7f9fc;padding:11px}.commerce-price-pair small{color:#8390a5;font-size:.72rem;font-weight:750}.commerce-price-pair strong{color:#263248;font-size:.9rem;font-weight:900}.commerce-service-chips{display:flex;flex-wrap:wrap;gap:6px}.commerce-service-chips span{border:1px solid #dbe4ff;border-radius:999px;background:#f4f7ff;color:#3f5fac;font-size:.72rem;font-weight:800;padding:5px 8px}.commerce-plan-card>footer{display:flex;align-items:center;gap:7px;border-top:1px solid #edf0f5;color:#728096;font-size:.75rem;font-weight:750;padding-top:13px}.commerce-plan-card>footer span:last-child{margin-inline-start:auto}.commerce-draft-notice{border-radius:10px;background:#fffbeb;color:#92400e;font-size:.72rem;font-weight:800;padding:8px 10px}.commerce-make-default{display:flex;align-items:center;justify-content:center;gap:7px;min-height:40px;border:1px solid #c7d2fe;border-radius:11px;background:#eef2ff;color:#4338ca;cursor:pointer;font:inherit;font-size:.76rem;font-weight:900}.commerce-make-default:hover:not(:disabled){background:#e0e7ff}.commerce-make-default:disabled{cursor:not-allowed;opacity:.55}.commerce-default-help{min-height:auto!important;border-radius:11px;background:#ecfdf5;color:#047857!important;font-size:.75rem!important;font-weight:850!important;padding:9px 11px}.commerce-plan-wizard,.commerce-service-editor,.commerce-subscription-detail{width:min(980px,100%);max-height:calc(100vh - 36px);overflow-y:auto;border-radius:22px;background:#fff;box-shadow:0 25px 80px rgba(15,23,42,.28)}.commerce-plan-wizard>header,.commerce-service-editor>header,.commerce-subscription-detail>header{display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid #edf0f5;padding:18px 22px}.commerce-plan-wizard>header small,.commerce-service-editor>header small,.commerce-subscription-detail>header small{color:#6366f1;font-size:.75rem;font-weight:900}.commerce-plan-wizard>header h3,.commerce-service-editor>header h3,.commerce-subscription-detail>header h3{margin:3px 0 0;color:#1f2a44;font-size:1.12rem;font-weight:950}.commerce-subscription-detail>header p{margin:3px 0 0;color:#7b8799;font-size:.8rem}.commerce-wizard-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0;border-bottom:1px solid #edf0f5;list-style:none;padding:15px 22px}.commerce-wizard-steps li{position:relative;display:flex;align-items:center;gap:7px;color:#9aa5b5;font-size:.76rem;font-weight:800}.commerce-wizard-steps li:after{position:absolute;z-index:0;right:32px;left:8px;height:2px;background:#e4e9f1;content:""}.commerce-wizard-steps li:last-child:after{display:none}.commerce-wizard-steps li span{z-index:1;display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#eef1f5}.commerce-wizard-steps li strong{z-index:1;background:#fff;padding-inline-end:7px}.commerce-wizard-steps li.active{color:#315fe9}.commerce-wizard-steps li.active span{background:#315fe9;color:#fff}.commerce-wizard-steps li.active:after{background:#9db3f4}.commerce-wizard-body{min-height:390px;padding:24px}.commerce-guided-form{display:grid;gap:18px}.commerce-step-copy span{color:#4f46e5;font-size:.74rem;font-weight:900}.commerce-step-copy h3{margin:3px 0 5px;color:#1e293b;font-size:1.12rem;font-weight:950}.commerce-step-copy p{margin:0;color:#718096;font-size:.82rem;font-weight:650;line-height:1.8}.commerce-guided-form label{display:grid;gap:7px;color:#475569;font-size:.81rem;font-weight:850}.commerce-cancel-box input,.commerce-filter-bar input,.commerce-filter-bar select,.commerce-guided-form input,.commerce-guided-form select,.commerce-guided-form textarea{box-sizing:border-box;width:100%;border:1px solid #cfd8e6;border-radius:11px;background:#fff;color:#1f2937;font:inherit;outline:none;padding:10px 12px}.commerce-filter-bar input:focus,.commerce-filter-bar select:focus,.commerce-guided-form input:focus,.commerce-guided-form select:focus,.commerce-guided-form textarea:focus{border-color:#6180e7;box-shadow:0 0 0 3px rgba(49,95,233,.11)}.commerce-guided-form textarea{direction:rtl;min-height:auto;resize:vertical;text-align:right}.commerce-form-two,.commerce-price-editor{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.commerce-service-group{display:grid;gap:11px;margin:0;border:1px solid #e1e7ef;border-radius:15px;padding:14px}.commerce-service-group legend{color:#34425a;font-size:.85rem;font-weight:900;padding:0 7px}.commerce-service-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.commerce-service-options>button{position:relative;display:grid;gap:6px;min-height:145px;border:1px solid #dce3ec;border-radius:14px;background:#fff;color:#334155;cursor:pointer;font:inherit;padding:14px;text-align:right}.commerce-service-options>button:hover{border-color:#8ea5ed;background:#f8faff}.commerce-service-options>button.selected{border:2px solid #315fe9;background:#f1f5ff;padding:13px}.commerce-service-options>button .check{position:absolute;top:10px;left:10px;display:grid;place-items:center;width:23px;height:23px;border:1px solid #d7dfec;border-radius:50%;background:#fff;color:#fff}.commerce-service-options>button.selected .check{border-color:#315fe9;background:#315fe9}.commerce-service-options>button strong{padding-inline-end:2px;font-size:.88rem;font-weight:950}.commerce-service-options>button small{color:#7b8798;font-size:.73rem;font-weight:650;line-height:1.7}.commerce-service-options>button b{align-self:end;color:#315fe9;font-size:.76rem;font-weight:900}.commerce-quota-table{width:100%;min-width:0;overflow:hidden;border:1px solid #dfe5ed;border-radius:14px;background:#fff}.commerce-quota-table .head,.commerce-quota-table .row{display:grid;grid-template-columns:minmax(180px,1.4fr) repeat(3,minmax(115px,1fr));gap:10px;align-items:center;padding:11px 13px}.commerce-quota-table .head{background:#f7f9fc;color:#718096;font-size:.73rem;font-weight:900}.commerce-quota-table .row{border-top:1px solid #e9edf3}.commerce-quota-table .row>strong{display:flex;align-items:center;justify-content:space-between;gap:7px;color:#34425a;font-size:.8rem;font-weight:850}.commerce-quota-table .row>strong button{display:grid;place-items:center;width:25px;height:25px;border:0;border-radius:7px;background:#fee2e2;color:#b91c1c;cursor:pointer}.commerce-quota-table .empty{color:#7b8799;font-size:.8rem;font-weight:700;padding:18px;text-align:center}.commerce-quota-input{display:grid!important;gap:4px!important}.commerce-quota-input>input{padding:7px 8px;text-align:center}.commerce-quota-input>span{display:flex;align-items:center;justify-content:center;gap:4px;color:#718096;font-size:.66rem;font-weight:750}.commerce-quota-input>span input{width:auto}.commerce-price-editor label{border:1px solid #e0e6ef;border-radius:14px;background:#fafbfc;padding:14px}.commerce-price-editor label small{color:#748198;font-size:.72rem}.commerce-review{display:grid;gap:9px;border:1px solid #dbe3f8;border-radius:15px;background:#f7f9ff;padding:16px}.commerce-review h4{margin:0;color:#24324a;font-size:1rem;font-weight:950}.commerce-review p{margin:0;color:#6f7d92;font-size:.8rem}.commerce-review div{display:flex;flex-wrap:wrap;gap:6px}.commerce-review div span{border-radius:999px;background:#fff;color:#4965ae;font-size:.72rem;font-weight:800;padding:5px 8px}.commerce-review>strong{color:#394a69;font-size:.78rem}.commerce-advanced{border:1px dashed #cbd5e1;border-radius:12px;padding:11px 13px}.commerce-advanced summary{cursor:pointer;color:#64748b;font-size:.78rem;font-weight:850}.commerce-advanced>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:13px}.commerce-publish-box{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border:1px solid #86efac;border-radius:14px;background:#f0fdf4;color:#166534;padding:14px}.commerce-publish-box strong{font-size:.85rem;font-weight:950}.commerce-publish-box p{margin:3px 0 0;color:#3f7652;font-size:.72rem;line-height:1.7}.commerce-wizard-actions{display:flex;justify-content:space-between;gap:10px;border-top:1px solid #edf0f5;padding:15px 22px}.commerce-wizard-actions>button{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #d8e0eb;border-radius:11px;background:#fff;color:#526078;cursor:pointer;font:inherit;font-size:.82rem;font-weight:850;padding:9px 14px}.commerce-service-list,.commerce-subscription-list{display:grid;gap:10px}.commerce-service-list>article{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:14px;border:1px solid #e0e6ef;border-radius:16px;background:#fff;padding:16px}.commerce-service-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#eef2ff;color:#4f46e5}.commerce-service-list article>div:nth-child(2)>span{color:#6377ad;font-size:.69rem;font-weight:900}.commerce-service-list h3{margin:3px 0;color:#28364e;font-size:.92rem;font-weight:950}.commerce-service-list p{margin:0 0 7px;color:#778399;font-size:.76rem;font-weight:650}.commerce-service-price{display:grid;gap:2px;min-width:135px}.commerce-service-price strong{color:#24324a;font-size:.85rem;font-weight:900}.commerce-service-price small{color:#8490a3;font-size:.7rem}.commerce-service-price em{margin-top:4px;color:#9a6414;font-size:.67rem;font-style:normal;font-weight:750}.commerce-service-list article>button{display:inline-flex;align-items:center;gap:6px;border:1px solid #d9e0ea;border-radius:10px;background:#fff;color:#536178;cursor:pointer;font:inherit;font-size:.76rem;font-weight:850;padding:8px 10px}.commerce-service-editor{width:min(920px,100%)}.commerce-service-editor .commerce-guided-form{padding:22px}.commerce-add-feature{display:flex;width:100%;gap:8px}.commerce-add-feature select{flex:1}.commerce-add-feature button{min-height:auto!important;border:1px solid #cbd5e1!important;padding:8px 14px!important}.commerce-human-toggle{display:flex!important;align-items:flex-start;gap:10px!important;border:1px solid #dfe5ee;border-radius:13px;padding:12px}.commerce-human-toggle>input{width:auto;margin-top:4px}.commerce-human-toggle span{display:grid;gap:3px}.commerce-human-toggle small{color:#7b8799;font-size:.72rem}.commerce-hero-stat{display:grid;grid-template-columns:auto auto;align-items:center;gap:2px 8px;min-width:145px;border-radius:14px;background:#fff;color:#315fe9;padding:12px 15px}.commerce-hero-stat strong{font-size:1.25rem;font-weight:950}.commerce-hero-stat span{grid-column:1/-1;color:#6d7a90;font-size:.7rem}.commerce-filter-bar{display:flex;gap:10px;border:1px solid #e0e6ef;border-radius:15px;background:#fff;padding:12px}.commerce-filter-bar label{position:relative;flex:1;min-width:200px}.commerce-filter-bar label svg{position:absolute;top:50%;right:12px;color:#94a3b8;transform:translateY(-50%)}.commerce-filter-bar label input{padding-right:38px}.commerce-filter-bar select{width:auto;min-width:150px}.commerce-subscription-list>button{display:grid;grid-template-columns:auto minmax(150px,1fr) minmax(130px,.8fr) auto minmax(160px,.8fr) auto;align-items:center;gap:13px;border:1px solid #e0e6ef;border-radius:15px;background:#fff;color:#34425a;cursor:pointer;font:inherit;padding:14px;text-align:right}.commerce-subscription-list>button:hover{border-color:#91a6ea;background:#fafbff}.commerce-subscription-list .avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#eef2ff;color:#4f46e5;font-weight:950}.commerce-subscription-list button>div:not(.avatar){display:grid;gap:3px}.commerce-subscription-list strong{font-size:.8rem;font-weight:900}.commerce-subscription-list small{color:#8290a4;font-size:.69rem;font-weight:700}.commerce-subscription-detail{width:min(760px,100%);padding-bottom:20px}.commerce-subscription-detail>section{margin:18px 22px 0}.commerce-subscription-detail h4{margin:0 0 10px;color:#34425a;font-size:.87rem;font-weight:950}.commerce-detail-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:20px 22px 0}.commerce-detail-summary div{display:grid;gap:4px;border-radius:12px;background:#f7f9fc;padding:11px}.commerce-detail-summary span{color:#8591a4;font-size:.69rem;font-weight:750}.commerce-detail-summary strong{color:#34425a;font-size:.8rem;font-weight:900}.commerce-cancel-box{border:1px solid #fecaca;border-radius:14px;background:#fff7f7;padding:14px}.commerce-cancel-box p{color:#8b5c5c;font-size:.73rem;line-height:1.7}.commerce-cancel-box button{margin-top:8px;border:0;border-radius:9px;background:#dc2626;color:#fff;cursor:pointer;font:inherit;font-size:.77rem;font-weight:850;padding:8px 12px}.commerce-usage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.commerce-usage-grid>article{display:grid;gap:13px;border:1px solid #e0e6ef;border-radius:16px;background:#fff;padding:15px}.commerce-usage-grid article>header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}.commerce-usage-grid article header>div:nth-child(2){display:grid;gap:3px}.commerce-usage-grid article header strong{color:#34425a;font-size:.82rem;font-weight:900}.commerce-usage-grid article header small{color:#8490a3;font-size:.68rem}.commerce-usage-grid article header>span{border-radius:999px;background:#f1f5f9;color:#64748b;font-size:.67rem;font-weight:800;padding:5px 8px}.commerce-progress{height:8px;overflow:hidden;border-radius:999px;background:#e9edf4}.commerce-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#315fe9,#7c9af2)}.commerce-usage-grid article>footer{display:flex;justify-content:space-between;gap:8px;color:#758297;font-size:.71rem}.commerce-usage-grid article>footer strong{color:#4d5b72;font-weight:850}.commerce-unlimited{border-radius:10px;background:#f0fdf4;color:#16803c;font-size:.78rem;font-weight:850;padding:10px;text-align:center}@media (max-width:900px){.commerce-plan-grid,.commerce-usage-grid{grid-template-columns:1fr}.commerce-service-options{grid-template-columns:repeat(2,minmax(0,1fr))}.commerce-subscription-list>button{grid-template-columns:auto 1fr auto}.commerce-subscription-list>button>div:nth-child(3),.commerce-subscription-list>button>div:nth-child(5){display:none}}@media (max-width:640px){.commerce-simple-hero{align-items:stretch;flex-direction:column;padding:18px}.commerce-simple-hero .commerce-primary{width:100%}.commerce-wizard-steps{grid-template-columns:repeat(4,1fr);padding:12px}.commerce-wizard-steps li{justify-content:center}.commerce-wizard-steps li strong,.commerce-wizard-steps li:after{display:none}.commerce-wizard-body{min-height:0;padding:17px}.commerce-advanced>div,.commerce-detail-summary,.commerce-form-two,.commerce-price-editor,.commerce-service-options{grid-template-columns:1fr}.commerce-quota-table{overflow-x:auto}.commerce-quota-table .head,.commerce-quota-table .row{min-width:650px}.commerce-publish-box{grid-template-columns:auto 1fr}.commerce-publish-box button{grid-column:1/-1}.commerce-wizard-actions{position:sticky;bottom:0;background:#fff}.commerce-service-list>article{grid-template-columns:auto 1fr}.commerce-service-price{grid-column:2}.commerce-service-list article>button{grid-column:1/-1;justify-content:center}.commerce-filter-bar{flex-direction:column}.commerce-filter-bar label{min-width:0}.commerce-filter-bar select{width:100%}.commerce-subscription-list>button{grid-template-columns:auto 1fr auto}.commerce-subscription-list .commerce-status{grid-column:2;justify-self:start}}.auth-screen{padding:28px;display:grid;grid-template-columns:minmax(0,480px) minmax(380px,420px);gap:20px;background:#f6f8fc}.auth-screen,.profile-setup-screen{position:relative;width:100%;min-height:100vh;align-items:stretch;justify-content:center;direction:ltr;isolation:isolate}.profile-setup-screen{display:flex}.auth-screen:before,.profile-setup-screen:before{content:"";position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 9% 8%,rgba(255,178,103,.18),transparent 28%),radial-gradient(circle at 88% 0,rgba(64,142,255,.14),transparent 30%),radial-gradient(circle at 62% 42%,rgba(93,219,188,.1),transparent 24%),linear-gradient(180deg,#fbfcff,#f2f6fb 48%,#eef3f9)}.auth-screen:after,.profile-setup-screen:after{content:"";position:fixed;inset:26px;z-index:-1;border:1px solid rgba(23,32,51,.05);border-radius:28px;pointer-events:none}.auth-visual{position:relative;overflow:hidden;direction:rtl;min-height:min(600px,calc(100vh - 56px));padding:30px;display:flex;flex-direction:column;justify-content:space-between;isolation:isolate;border-radius:28px;background:radial-gradient(ellipse at 20% 20%,rgba(47,109,246,.1),transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(93,219,188,.08),transparent 50%),linear-gradient(145deg,#fff,#f0f5ff 40%,#e8f4f8);box-shadow:0 28px 70px rgba(32,45,72,.1)}.auth-visual:before{content:"";position:absolute;inset:0;z-index:-1;opacity:.5;background:linear-gradient(90deg,rgba(47,109,246,.04) 1px,transparent 0),linear-gradient(0deg,rgba(47,109,246,.03) 1px,transparent 0);background-size:48px 48px;mask-image:linear-gradient(135deg,#000,#000 30%,transparent 80%)}.auth-visual:after{content:"";position:absolute;inset:auto -40px -40px auto;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(47,109,246,.08),transparent 70%);pointer-events:none}.auth-brand{display:inline-flex;align-items:center;gap:10px;width:fit-content;font-weight:900}.auth-logo{display:grid;width:38px;height:38px;place-items:center;border-radius:14px;background:linear-gradient(135deg,#2f6df6,#1d43cc);color:#fff;font-weight:900;font-size:1.1rem;box-shadow:0 14px 35px rgba(47,109,246,.2)}.auth-visual-body{margin:auto 0;padding:20px 0}.auth-eyebrow{display:inline-flex;width:fit-content;border-radius:999px;padding:.45rem .85rem;font-size:.78rem;font-weight:850;background:rgba(47,109,246,.08);color:#2f6df6}.auth-visual h1{margin:14px 0 10px;max-width:400px;font-size:clamp(1.8rem,2.8vw,2.6rem);line-height:1.25;letter-spacing:-.02em;font-weight:850;color:#172033}.auth-desc{max-width:380px;margin:0;color:#667188;font-size:.9rem;line-height:1.8}.auth-features{display:grid;gap:10px;margin-top:22px}.auth-feature{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:16px;background:hsla(0,0%,100%,.7);border:1px solid rgba(47,109,246,.08);transition:.2s ease}.auth-feature:hover{background:hsla(0,0%,100%,.9);border-color:rgba(47,109,246,.15);box-shadow:0 8px 24px rgba(47,109,246,.06)}.auth-feature-icon{flex-shrink:0;width:40px;height:40px;display:grid;place-items:center;border-radius:12px;font-size:1.2rem;background:rgba(47,109,246,.08)}.auth-feature>div{display:grid;gap:2px}.auth-feature strong{font-size:.88rem;font-weight:800;color:#172033}.auth-feature span{font-size:.78rem;color:#667188}.auth-preview-card{width:min(100%,320px);border-radius:18px;background:hsla(0,0%,100%,.75);border:1px solid rgba(47,109,246,.08);backdrop-filter:blur(12px);overflow:hidden;box-shadow:0 8px 32px rgba(32,45,72,.06)}.auth-preview-header{display:flex;gap:6px;padding:12px 14px;background:hsla(0,0%,100%,.5);border-bottom:1px solid rgba(47,109,246,.05)}.auth-preview-dot{width:7px;height:7px;border-radius:99px;background:rgba(47,109,246,.15)}.auth-preview-dot:first-child{background:#ff5f56}.auth-preview-dot:nth-child(2){background:#ffbd2e}.auth-preview-dot:nth-child(3){background:#27c93f}.auth-preview-body{padding:14px;display:grid;gap:10px}.auth-preview-row{display:flex;align-items:center;gap:10px}.auth-preview-label{font-size:.72rem;font-weight:800;color:#667188;text-transform:uppercase;letter-spacing:.05em}.auth-preview-divider{flex:1;height:1px;background:rgba(47,109,246,.06)}.auth-preview-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:hsla(0,0%,100%,.6)}.auth-preview-item>div{flex:1;display:grid;gap:1px;min-width:0}.auth-preview-item strong{font-size:.82rem;font-weight:800;color:#172033}.auth-preview-item span{font-size:.72rem;color:#667188}.auth-preview-subject{font-size:1.1rem}.auth-preview-badge{padding:.25rem .55rem;border-radius:999px;font-size:.7rem;font-weight:850;background:rgba(47,109,246,.1);color:#2f6df6}.auth-preview-badge.active{background:rgba(93,219,188,.12);color:#0d9488}.auth-panel{position:relative;min-height:min(600px,calc(100vh - 56px));display:flex;align-items:center;justify-content:center;border-radius:28px;background:hsla(0,0%,100%,.85);border:1px solid rgba(47,109,246,.06);backdrop-filter:blur(24px);box-shadow:0 28px 76px rgba(32,45,72,.1)}.auth-panel-inner{width:100%;max-width:360px;padding:32px;margin:0 auto;direction:rtl}.auth-progress{display:grid;grid-template-columns:36px 1fr 36px;align-items:center;gap:10px}.auth-progress span{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;background:rgba(47,109,246,.06);color:#667188;font-weight:900;font-size:.85rem;transition:.2s ease}.auth-progress span.active{background:#2f6df6;color:#fff;box-shadow:0 8px 24px rgba(47,109,246,.2)}.auth-progress span.done{background:rgba(93,219,188,.12);color:#0d9488}.auth-progress span.done svg{display:block}.auth-progress i{height:2px;border-radius:99px;background:rgba(47,109,246,.1)}.auth-progress span.active~i,.auth-progress span.done~i{background:linear-gradient(90deg,#2f6df6,#5ddbbc)}.auth-header{margin:22px 0 20px}.auth-step-label{display:inline-flex;width:fit-content;border-radius:999px;padding:.4rem .8rem;font-size:.75rem;font-weight:850;background:rgba(47,109,246,.08);color:#2f6df6}.auth-header h2{margin:10px 0 8px;color:#172033;font-size:clamp(1.4rem,2vw,1.8rem);line-height:1.35;letter-spacing:-.01em;font-weight:800}.auth-header p{margin:0;font-size:.88rem;line-height:1.8}.auth-form{display:grid;gap:16px}.auth-step-card{animation:auth-step-in .3s ease both}.auth-field{display:grid;gap:10px}.auth-field>span{color:#172033;font-size:.85rem;font-weight:800}.auth-field input,.auth-field select,.auth-input-wrap{width:100%}.auth-field input,.auth-field select{min-height:54px;padding:0 1rem;border:1px solid rgba(47,109,246,.12);border-radius:16px;background:#fff;color:#172033;font:inherit;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.auth-field select{padding-inline-end:2.5rem;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23667188' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 1rem center;cursor:pointer}.auth-field input::placeholder{color:#a0abbb}.auth-field input:focus,.auth-field select:focus{outline:none;border-color:rgba(47,109,246,.4);box-shadow:0 0 0 4px rgba(47,109,246,.08),0 16px 34px rgba(47,109,246,.06)}.auth-field input[aria-invalid=true],.auth-field select[aria-invalid=true]{border-color:rgba(239,68,68,.55);box-shadow:0 0 0 4px rgba(239,68,68,.08)}.auth-input-wrap{display:grid;grid-template-columns:1fr;align-items:center;overflow:hidden;min-height:54px;border:1px solid rgba(47,109,246,.12);border-radius:16px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.auth-input-wrap input{min-height:52px;padding:0 1rem;border:0;border-radius:0;background:transparent;color:#172033;font:inherit;font-size:1rem}.auth-input-wrap input::placeholder{color:#a0abbb}.auth-input-wrap:focus-within{outline:none;border-color:rgba(47,109,246,.4);box-shadow:0 0 0 4px rgba(47,109,246,.08),0 16px 34px rgba(47,109,246,.06)}.auth-btn,.auth-submit{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:none;border-radius:16px;background:linear-gradient(135deg,#2f6df6,#1d43cc);color:#fff;padding:.9rem 1.2rem;font-weight:800;font-size:.95rem;cursor:pointer;transition:.2s ease;box-shadow:0 18px 34px rgba(47,109,246,.2)}.auth-btn:hover:not(:disabled),.auth-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 22px 44px rgba(47,109,246,.28)}.auth-btn:disabled,.auth-submit:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.otp-field{display:grid;gap:12px;margin:0;padding:0;border:0}.otp-field legend{color:#172033;font-size:.85rem;font-weight:800}.otp-boxes{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.otp-boxes input{width:100%;aspect-ratio:1;min-width:0;border:1px solid rgba(47,109,246,.12);border-radius:14px;background:#fff;color:#172033;text-align:center;font-size:1.2rem;font-weight:900;transition:.2s ease;font-family:inherit}.otp-boxes input:focus{outline:none;border-color:rgba(47,109,246,.4);background:#fff;box-shadow:0 0 0 4px rgba(47,109,246,.08),0 16px 30px rgba(47,109,246,.06);transform:translateY(-1px)}.auth-resend-row{display:flex;min-height:44px;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-radius:14px;background:rgba(47,109,246,.05);color:#667188;font-size:.78rem;font-weight:800}.auth-resend-row>span{min-width:0;line-height:1.7}.auth-resend-btn{flex-shrink:0;min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:12px;padding:.45rem .75rem;background:#fff;color:#2f6df6;font:inherit;font-size:.78rem;font-weight:850;cursor:pointer;transition:.2s ease}.auth-resend-btn:hover:not(:disabled){color:#1d43cc;box-shadow:0 10px 22px rgba(47,109,246,.12)}.auth-resend-btn:disabled{opacity:.45;cursor:not-allowed}.auth-back{min-height:48px;border-radius:14px;border:1px solid rgba(47,109,246,.1);background:hsla(0,0%,100%,.6);color:#667188;font:inherit;font-weight:800;font-size:.88rem;cursor:pointer;transition:.2s ease}.auth-back:hover:not(:disabled){border-color:rgba(47,109,246,.2);background:#fff;color:#172033}.auth-back:disabled{opacity:.3;cursor:not-allowed}.profile-setup-screen .profile-setup-card,.profile-setup-screen .profile-side{flex:1}.profile-setup-card{display:flex;align-items:stretch;padding:0;overflow:hidden}.profile-setup-panel-inner{max-width:540px;padding:32px}.profile-panel-brand{margin:0 auto 20px}.profile-setup-card .auth-header{text-align:center}.profile-setup-card .profile-header{margin-bottom:4px}.profile-setup-card .profile-form{gap:14px}.auth-trust-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px;justify-content:center}.auth-trust-row span{border-radius:999px;background:rgba(47,109,246,.06);color:#667188;padding:.4rem .7rem;font-size:.75rem;font-weight:800}.button-loader{width:18px;height:18px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:99px;animation:auth-spin .7s linear infinite}.button-loader-dark{width:14px;height:14px;border-color:#2f6df6 rgba(47,109,246,.2) rgba(47,109,246,.2)}.profile-setup-screen{background:#f6f8fc}.mobile-bottom-dock,.profile-mobile-dash-header,.profile-mobile-topbar,.profile-setup-screen .mobile-bottom-dock,.profile-setup-screen .profile-mobile-dash-header{display:none}.profile-mobile-menu{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(47,109,246,.1);border-radius:14px;background:hsla(0,0%,100%,.8);color:#172033}.profile-mobile-menu .tiny-icon{width:20px;height:20px}.profile-mobile-brand{display:inline-flex;align-items:center;gap:9px;min-width:0;color:#172033;font-weight:900}.profile-mobile-brand .auth-logo{width:34px;height:34px;border-radius:13px}.profile-mobile-progress{display:inline-flex;min-width:46px;height:34px;align-items:center;justify-content:center;border-radius:999px;background:rgba(93,219,188,.1);color:#0d9488;font-size:.82rem;font-weight:900}.profile-side{position:relative;overflow:hidden;min-height:min(600px,calc(100vh - 56px));padding:30px;display:flex;flex-direction:column;gap:24px;color:#172033;isolation:isolate;border-radius:28px;direction:rtl;background:radial-gradient(ellipse at 20% 20%,rgba(47,109,246,.15),transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(93,219,188,.16),transparent 50%),linear-gradient(145deg,#fff,#f0f5ff 40%,#e8f4f8);box-shadow:0 28px 70px rgba(32,45,72,.1)}.profile-side:before{content:"";position:absolute;inset:0;z-index:-1;opacity:.15;background:linear-gradient(90deg,hsla(0,0%,100%,.06) 1px,transparent 0),linear-gradient(0deg,hsla(0,0%,100%,.04) 1px,transparent 0);background-size:48px 48px;mask-image:linear-gradient(135deg,#000,#000 30%,transparent 80%)}.profile-side:after{content:"";position:absolute;inset:auto -40px -40px auto;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(45,212,191,.15),transparent 70%);pointer-events:none}.profile-side-content{display:grid;gap:10px}.profile-side h1{margin:10px 0 8px;font-size:clamp(1.7rem,2.5vw,2.5rem);line-height:1.3;letter-spacing:-.01em;font-weight:850}.profile-side p{margin:0;color:#667188;font-size:.86rem;line-height:1.8}.profile-progress-card{position:relative;display:grid;gap:16px;margin-top:auto;padding:20px;overflow:hidden;border:1px solid rgba(47,109,246,.12);border-radius:24px;background:#fff;box-shadow:0 20px 48px rgba(47,109,246,.1)}.profile-progress-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,#2f6df6,#5ddbbc)}.profile-progress-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-progress-head span{color:#667188;font-size:.8rem;font-weight:800}.profile-progress-head strong{display:inline-grid;min-width:52px;min-height:38px;place-items:center;padding:.25rem .55rem;border:1px solid rgba(47,109,246,.12);border-radius:13px;background:#fff;color:#2f6df6;font-size:1.15rem;line-height:1;box-shadow:0 6px 16px rgba(47,109,246,.1)}.profile-progress-track{overflow:hidden;height:9px;padding:2px;border-radius:999px;background:rgba(47,109,246,.1)}.profile-progress-track i{display:block;width:100%;height:100%;border-radius:inherit;transform-origin:right center;background:linear-gradient(90deg,#2f6df6,#56b5ed 58%,#5ddbbc);box-shadow:0 2px 8px rgba(47,109,246,.3);transition:transform .22s ease}.profile-mini-list{display:flex;flex-wrap:wrap;gap:7px}.profile-mini-list span{display:inline-flex;align-items:center;min-height:29px;padding:.3rem .6rem;border:1px solid;border-radius:999px;background:rgba(47,109,246,.05);color:#73809a;gap:4px;font-size:.7rem;font-weight:750;line-height:1.3}.profile-mini-list span svg{width:18px;height:18px;flex:0 0 auto;color:#a3aec2;transition:color .2s ease}.profile-mini-list span.done{border-color:rgba(47,109,246,.1);background:rgba(47,109,246,.09);color:#2b529d}.profile-mini-list span.done svg{color:#22a06b}.profile-setup-card .profile-form-grid{gap:14px}.profile-setup-card .profile-form-grid,.school-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.school-type-grid{gap:12px;margin:0;padding:0;border:0}.school-type-grid legend{grid-column:1/-1;margin-bottom:2px;color:#172033;font-size:.85rem;font-weight:800}.school-type-option{position:relative;display:grid;gap:5px;min-height:92px;padding:15px 46px 15px 15px;border:1px solid rgba(47,109,246,.1);border-radius:18px;background:hsla(0,0%,100%,.7);color:#172033;cursor:pointer;transition:.2s ease}.school-type-option input{position:absolute;inset:18px 16px auto auto;accent-color:#2f6df6}.school-type-option strong{font-size:.96rem}.school-type-option span{color:#667188;font-size:.82rem;line-height:1.7}.school-type-option.active,.school-type-option:hover{border-color:rgba(47,109,246,.3);background:#fff;box-shadow:0 16px 34px rgba(47,109,246,.08)}.school-type-grid.invalid .school-type-option{border-color:rgba(239,68,68,.32)}.auth-field>span .badge-required,.school-type-grid legend .badge-required{background:rgba(239,68,68,.08);color:#dc2626}.auth-field>span .badge-optional,.auth-field>span .badge-required,.school-type-grid legend .badge-required{display:inline-block;margin-inline-start:6px;padding:1px 6px;border-radius:6px;font-size:.65rem;font-weight:800;line-height:1.6;vertical-align:middle}.auth-field>span .badge-optional{background:hsla(220,9%,46%,.08);color:#6b7280}.field-error{color:#dc2626;font-weight:800}.field-error,.field-loading{display:block;font-size:.74rem;line-height:1.6}.field-loading{color:#6b7280;font-weight:700}.school-type-grid .field-error{grid-column:1/-1}.loading-line{position:relative;overflow:hidden}.loading-line:after{content:"";position:absolute;inset:0;transform:translateX(100%);background:linear-gradient(90deg,transparent,rgba(47,109,246,.1),transparent);animation:auth-shimmer 1.2s infinite}@keyframes auth-shimmer{to{transform:translateX(-100%)}}@keyframes auth-step-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes auth-spin{to{transform:rotate(1turn)}}@media (max-width:1040px){.auth-screen{padding:18px;grid-template-columns:1fr}.profile-setup-screen{flex-direction:column;padding:18px}.auth-panel{order:-1}.auth-panel,.auth-visual,.profile-setup-screen .profile-setup-card,.profile-setup-screen .profile-side{min-height:auto}.profile-setup-screen .profile-side{order:1}.profile-setup-card{order:-1}}@media (max-width:739px){.profile-setup-screen{min-height:100svh;padding:12px;gap:10px;align-content:start}.profile-setup-screen .profile-side{display:contents}.profile-setup-screen .profile-side>:not(.profile-progress-card){display:none}.profile-setup-screen .profile-progress-card{display:grid;order:1;width:100%;margin-top:0}.profile-mobile-topbar{display:none}.profile-setup-screen .profile-mobile-dash-header{display:grid;order:-2;width:100%;min-width:0;border-radius:20px!important}.profile-setup-screen .mobile-bottom-dock{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;position:fixed;bottom:max(12px,env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);z-index:30;width:min(calc(100% - 24px),440px);padding:6px;gap:4px;border-radius:20px!important}.profile-setup-screen .profile-setup-card{border-radius:20px;padding:0!important;min-height:auto;align-self:stretch;width:100%;overflow:visible}.profile-setup-screen .profile-setup-panel-inner{padding:20px 16px}.profile-setup-screen .profile-panel-brand{margin-bottom:16px}.profile-setup-screen .auth-step-label{display:none}.profile-setup-screen .auth-header{margin:0 0 12px;text-align:center}.profile-setup-screen .auth-header p{font-size:.78rem;line-height:1.55}.profile-setup-screen .dock-center,.profile-setup-screen .dock-item{min-width:0;min-height:50px;padding:6px 4px;border-radius:14px;font-size:.66rem;line-height:1.4}.profile-setup-screen .dock-icon{display:grid;place-items:center}.profile-setup-screen .dock-center-icon{width:28px;height:28px;border-radius:11px}}@media (max-width:680px){.auth-screen{min-height:100svh}.auth-screen:after{display:none}.auth-panel,.auth-visual{border-radius:0;padding:20px}.auth-visual{padding:24px 20px;min-height:auto}.auth-features,.auth-preview-card{display:none}.auth-panel{min-height:auto}.auth-panel-inner{padding:24px 0}.auth-header h2{font-size:1.1rem!important}.otp-boxes{gap:7px}.otp-boxes input{border-radius:12px;font-size:1rem}.profile-setup-card .profile-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-form{gap:8px!important}.profile-form .auth-field{gap:3px}.profile-form .auth-field>span,.profile-form .school-type-grid legend{font-size:.75rem}.profile-form .auth-field input,.profile-form .auth-field select{min-height:38px;border-radius:10px;padding:.4rem .6rem;font-size:.82rem}.profile-form .school-type-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.profile-form .school-type-option{min-height:48px;padding:8px 28px 8px 8px;border-radius:12px}.profile-form .school-type-option input{inset:10px 8px auto auto}.profile-form .school-type-option strong{font-size:.78rem}.profile-form .school-type-option span{font-size:.62rem;line-height:1.3}.profile-form .auth-submit{min-height:44px}.auth-progress{grid-template-columns:36px 1fr 36px}}.auth-screen{min-height:100svh;padding:0;gap:0;background:#fff}.auth-screen:after,.auth-screen:before{display:none}.auth-visual{min-height:100svh;padding:32px;display:grid;place-items:center;border-radius:0;color:#fff;background:#2f6df6;box-shadow:none}.auth-visual:after,.auth-visual:before{display:none}.auth-visual-logo{display:grid;width:clamp(120px,16vw,180px);aspect-ratio:1;place-items:center;border:1px solid hsla(0,0%,100%,.32);border-radius:32%;color:#fff;font-size:clamp(4.5rem,9vw,7rem);font-weight:900;line-height:1}.auth-panel{min-height:100svh;border:0;border-radius:0;background:#fff;box-shadow:none}.auth-panel-inner{width:min(100%,550px);max-width:none;padding:40px 28px}.auth-panel-inner>.auth-brand{margin-bottom:52px}.auth-brand{gap:9px;color:#172033;font-size:1.05rem}.auth-logo{width:34px;height:34px;border-radius:11px;background:#2f6df6;box-shadow:none}.auth-progress,.auth-staff-login-link,.auth-step-label,.auth-trust-row{display:none}.auth-header{margin:0 0 28px}.auth-header h2{margin:0 0 8px;font-size:1.55rem;font-weight:850}.auth-header p{font-size:.9rem;color:#667188}.auth-form{gap:18px}.auth-step-card{animation:none}.auth-field{gap:8px}.auth-field input,.auth-input-wrap{min-height:52px;border-color:#dbe1eb;border-radius:12px}.auth-input-wrap input{min-height:50px}.auth-field input:focus,.auth-input-wrap:focus-within{border-color:#2f6df6;box-shadow:0 0 0 3px rgba(47,109,246,.12)}.auth-btn{min-height:52px;border-radius:12px;background:#2f6df6;box-shadow:none}.auth-btn:hover:not(:disabled){transform:none;background:#1d43cc;box-shadow:none}.otp-boxes{gap:8px}.otp-boxes input{border-color:#dbe1eb;border-radius:12px}.auth-resend-row{padding:0;background:transparent;font-weight:700}.auth-back,.auth-resend-btn{background:transparent;border:0;border-radius:0;color:#2f6df6}.auth-back{min-height:36px;text-align:right}@media (max-width:760px){.auth-screen{display:block}.auth-visual{min-height:180px;padding:28px}.auth-visual-logo{width:76px;font-size:3rem;border-radius:26%}.auth-panel{min-height:calc(100svh - 180px)}.auth-panel-inner{padding:32px 24px}.auth-panel-inner>.auth-brand{margin-bottom:36px}}.exam-page{background:#f4f7fb;min-height:100vh;padding-bottom:90px;color:#172033}.exam-topbar{align-items:center;background:#fff;border-bottom:1px solid #e7ebf2;display:grid;grid-template-columns:44px 1fr auto;gap:12px;padding:14px max(18px,calc((100vw - 1180px)/2));position:sticky;top:0;z-index:20}.exam-topbar>button{background:#f2f4f8;border:0;border-radius:12px;font-size:20px;height:42px}.exam-topbar>div{display:grid}.exam-topbar span{color:#778196;font-size:12px}.exam-topbar>b{background:#eff8f5;border-radius:12px;color:#087c62;padding:10px 14px}.exam-topbar>b.danger{background:#fff0ee;color:#c33224}.exam-alert{background:#fff0ee;border:1px solid #ffc7c1;border-radius:12px;color:#a92318;margin:15px auto;padding:12px 16px;width:min(1120px,calc(100% - 30px))}.exam-empty,.exam-loading{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;min-height:45vh}.exam-detail-page,.exam-list-page,.exam-result-page{margin:0 auto;padding:26px 18px;width:min(1120px,100%)}.exam-hero{align-items:center;background:linear-gradient(135deg,#28216a,#684bd6);border-radius:24px;color:#fff;display:flex;justify-content:space-between;margin-bottom:20px;overflow:hidden;padding:28px}.exam-hero span{color:#c9c1ff;font-size:13px}.exam-hero h1{font-size:25px;margin:8px 0}.exam-hero p{color:#e6e2ff;margin:0}.exam-hero i{font-size:68px;opacity:.55}.exam-cards{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.exam-card{background:#fff;border:1px solid #e5e9f1;border-radius:18px;box-shadow:0 8px 24px #2630570a;color:inherit;padding:20px;text-align:right}.exam-card:hover{border-color:#6c55d8;transform:translateY(-1px)}.exam-card>div{display:flex;justify-content:space-between}.exam-card .competitive,.exam-detail-card>.competitive{background:#fff0e3;color:#b85b12}.exam-card .normal,.exam-detail-card>.normal{background:#eaf7f3;color:#087c62}.exam-card div>span,.exam-detail-card>span{border-radius:99px;font-size:12px;padding:5px 10px}.exam-card small{color:#737d91}.exam-card h2{font-size:18px;margin:16px 0 7px}.exam-card p{color:#687287;min-height:44px}.exam-card footer{border-top:1px solid #edf0f5;color:#596477;display:flex;gap:16px;margin-top:16px;padding-top:13px}.exam-detail-card{background:#fff;border:1px solid #e5e9f1;border-radius:22px;margin:auto;max-width:780px;padding:28px}.exam-detail-card h1{margin:18px 0 7px}.exam-detail-card article p,.exam-detail-card>p{color:#687287;line-height:1.9}.exam-facts{display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin:22px 0}.exam-facts span{background:#f6f7fb;border-radius:14px;display:grid;padding:13px;text-align:center}.exam-facts b{font-size:20px}.exam-detail-card article{background:#f8f8ff;border-right:3px solid #6956d8;border-radius:12px;padding:12px 16px}.exam-detail-card article h3{margin:0}.exam-dates{display:flex;flex-wrap:wrap;gap:18px;margin:18px 0;color:#5f6879}.exam-notice,.exam-wait{background:#fff8e8;border:1px solid #f4d99b;border-radius:12px;color:#7c5a13;display:grid;gap:6px;margin:14px 0;padding:14px}.exam-primary{background:#604bd3;border:0;border-radius:13px;color:#fff;font:inherit;font-weight:700;padding:13px 22px}.exam-detail-card>.exam-primary{width:100%}.exam-runner{display:grid;gap:18px;grid-template-columns:250px 1fr;margin:0 auto;padding:22px 18px;width:min(1180px,100%)}.exam-question-card,.exam-sections{background:#fff;border:1px solid #e5e9f1;border-radius:18px;padding:16px}.exam-sections{align-self:start;display:grid;gap:8px;position:sticky;top:92px}.exam-sections h3{margin:0 0 5px}.exam-sections button{align-items:center;background:#f7f8fb;border:1px solid transparent;border-radius:12px;color:inherit;display:flex;gap:10px;padding:10px;text-align:right}.exam-sections button.active{background:#f0edff;border-color:#725ee0}.exam-sections button>span{align-items:center;background:#fff;border-radius:9px;display:flex;height:30px;justify-content:center;width:30px}.exam-sections button>div{display:grid}.exam-sections small{color:#7a8497}.exam-question-card{min-height:620px}.exam-question-card>header{align-items:center;border-bottom:1px solid #edf0f5;display:flex;justify-content:space-between;padding-bottom:14px}.exam-question-card>header div{display:grid}.exam-question-card>header span{color:#725ee0}.exam-question-card>header button{background:#f6f7fa;border:0;border-radius:10px;padding:9px 12px}.exam-question-card>header button.flagged{background:#fff1db;color:#ae6500}.exam-prompt{font-size:17px;line-height:2;padding:25px 6px}.exam-options,.exam-options>button{display:grid;gap:10px}.exam-options>button{align-items:flex-start;background:#fafbfc;border:1px solid #e2e6ee;border-radius:14px;color:inherit;grid-template-columns:38px 1fr;padding:13px;text-align:right}.exam-options>button>b{align-items:center;background:#eef0f5;border-radius:10px;display:flex;height:34px;justify-content:center}.exam-options>button.selected{background:#f0edff;border-color:#6b56da}.exam-options>button.selected>b{background:#6b56da;color:#fff}.exam-text-answer{border:1px solid #dfe3eb;border-radius:14px;font:inherit;line-height:1.9;padding:14px;resize:vertical;width:100%}.exam-feedback{border-radius:12px;margin-top:15px;padding:12px}.exam-feedback.correct{background:#eaf9f2;color:#087248}.exam-feedback.wrong{background:#fff0ee;color:#a72d22}.exam-question-card>footer{align-items:center;border-top:1px solid #edf0f5;display:grid;gap:12px;grid-template-columns:auto 1fr auto;margin-top:24px;padding-top:15px}.exam-question-card>footer>button{background:#f2f4f8;border:0;border-radius:10px;padding:10px 18px}.exam-question-card>footer>button.submit{background:#5e49d1;color:#fff}.exam-dots{display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.exam-dots button{background:#f1f3f6;border:0;border-radius:7px;height:29px;width:29px}.exam-dots button.answered{background:#dff5ed;color:#087458}.exam-dots button.flagged{box-shadow:inset 0 -3px #e89d2a}.exam-dots button.active{outline:2px solid #6d58d9}.exam-result-page{display:grid;gap:18px}.exam-score-card{background:linear-gradient(135deg,#22205e,#6650d6);border-radius:22px;color:#fff;padding:28px;text-align:center}.exam-score-card>span{color:#d8d2ff}.exam-score-card h1{font-size:42px;margin:10px}.exam-score-card h1 small{font-size:18px}.exam-score-card>div{display:flex;gap:22px;justify-content:center}.exam-analysis,.exam-leaderboard,.exam-review{background:#fff;border:1px solid #e5e9f1;border-radius:18px;padding:20px}.exam-analysis p{color:#5f697c;line-height:1.9}.exam-analysis>div{display:grid;grid-template-columns:150px 1fr}.exam-analysis ul{margin-top:0}.exam-review{display:grid;gap:12px}.exam-review>h2{margin:0}.exam-review article{border:1px solid #e4e8ef;border-right:4px solid #9aa3b2;border-radius:14px;padding:16px}.exam-review article.correct{border-right-color:#16a274}.exam-review article.wrong{border-right-color:#df4c3d}.exam-review article.pending{border-right-color:#e6a52b}.exam-review article>header{display:flex;justify-content:space-between}.exam-review dl{display:grid;gap:8px;grid-template-columns:1fr 1fr}.exam-review dl>div{background:#f6f7fa;border-radius:10px;padding:10px}.exam-review dt{color:#788196;font-size:12px}.exam-review dd{margin:5px 0}.exam-explanation{background:#f7f7ff;border-radius:10px;padding:12px}.exam-leaderboard>header{align-items:center;display:flex;justify-content:space-between}.exam-leaderboard>header div{display:flex;gap:5px}.exam-leaderboard header button{background:#f2f4f8;border:0;border-radius:9px;padding:7px 10px}.exam-leaderboard header button.active{background:#5e49d1;color:#fff}.leaderboard-table{display:grid;margin-top:15px}.leaderboard-table>div{align-items:center;border-bottom:1px solid #edf0f5;display:grid;gap:10px;grid-template-columns:42px 1fr 80px 70px;padding:11px}.leaderboard-table>div.me{background:#f0edff;border-radius:10px}.leaderboard-table>div.pinned{border:1px solid #6a55d6;margin-top:10px;position:sticky;bottom:10px}.leaderboard-table small{direction:ltr;text-align:left}@media(max-width:760px){.exam-cards{grid-template-columns:1fr}.exam-runner{display:block;padding:12px}.exam-sections{display:flex;margin-bottom:10px;overflow:auto;position:static}.exam-sections h3{display:none}.exam-sections button{flex:0 0 auto}.exam-question-card{min-height:0}.exam-question-card>footer{grid-template-columns:auto auto}.exam-dots{grid-column:1/-1;grid-row:1}.exam-facts{grid-template-columns:repeat(3,1fr)}.exam-analysis>div,.exam-review dl{grid-template-columns:1fr}.exam-leaderboard>header{align-items:flex-start;display:grid;gap:10px}.exam-leaderboard>header div{overflow:auto;width:100%}.leaderboard-table>div{grid-template-columns:32px 1fr 50px 55px}.exam-card footer{font-size:11px}.exam-topbar{padding:12px}.exam-score-card h1{font-size:34px}}.question-rich-content,.question-rich-content .message-content{max-width:100%;min-width:0}.exam-options .question-rich-content{width:100%}.question-rich-content p{margin:0 0 8px}.question-rich-content p:last-child{margin-bottom:0}.question-rich-content figure{max-width:100%}.question-main-image img,.question-rich-content .handout-rich-content img,.question-rich-content .handout-rich-content svg{display:block;height:auto;margin:14px auto;max-width:100%;object-fit:contain}.exam-prompt .question-rich-content img,.exam-prompt .question-rich-content svg{max-height:520px}.exam-options .question-rich-content img,.exam-options .question-rich-content svg{max-height:300px}.question-main-image{margin:14px 0;text-align:center}.question-main-image img{border-radius:12px}.question-media-fallback{background:#fff3f1;border:1px solid #f2c4be;border-radius:10px;color:#9f3025;margin:12px 0;padding:10px 12px}.question-rich-content .diagram-shell{max-width:100%;overflow:hidden}.question-rich-content .svg-diagram{overflow:auto}.question-rich-content .svg-diagram svg{display:block;height:auto;max-width:100%;width:100%}.question-rich-content .math-block{display:block;max-width:100%;overflow-x:auto}.question-rich-content .math-inline{max-width:100%;overflow-x:auto}.exam-options>button>.question-rich-content{overflow:hidden}.exam-review dd .message-content{font-size:14px}.exam-review dd .question-rich-content img{max-height:240px}@media(max-width:760px){.exam-prompt{padding:18px 0}.exam-prompt .question-rich-content img,.exam-prompt .question-rich-content svg{max-height:420px}.exam-options .question-rich-content img,.exam-options .question-rich-content svg{max-height:240px}.question-rich-content .math-block{padding:12px 10px}.exam-review article{padding:13px}}.admin-exams-page{background:#f4f6fa;color:#172033;min-height:100vh;padding:28px max(18px,calc((100vw - 1180px)/2))}.admin-exams-head{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:22px}.admin-exams-head h1{margin:10px 0 3px}.admin-exams-head p{color:#707b8f;margin:0}.admin-exams-head>div>button{background:transparent;border:0;color:#5d4ac9}.admin-exams-head nav{display:flex;gap:7px}.admin-exams-head nav button,.admin-review-list button,.builder-actions button,.builder-section-head button{background:#fff;border:1px solid #dfe4ec;border-radius:10px;padding:9px 13px}.admin-exams-head nav button.active{border-color:#6652d5;color:#5a47c7}.admin-exams-head nav button.primary,.admin-schools-import button.primary,.builder-actions button.primary{background:#5f4bd0;color:#fff}.admin-exams-alert{border-radius:11px;margin-bottom:14px;padding:12px}.admin-exams-alert.error{background:#fff0ee;color:#a72b20}.admin-exams-alert.success{background:#eaf8f2;color:#087553}.admin-exams-list{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.admin-exams-list article{background:#fff;border:1px solid #e2e6ee;border-radius:17px;padding:17px}.admin-exams-list article>header{display:flex;justify-content:space-between}.admin-exams-list article>header span{background:#f1f2f6;border-radius:99px;padding:4px 8px}.admin-exams-list article>header span.published{background:#e9f8f2;color:#087654}.admin-exams-list article p{color:#6d7789}.admin-exams-list article footer{display:flex;gap:7px}.admin-exams-list article footer button{background:#f3f4f7;border:0;border-radius:9px;padding:8px 12px}.admin-exams-list article footer button.publish,.builder-actions button.publish{background:#e8f8f1;color:#087553}.admin-exams-empty{align-items:center;display:flex;grid-column:1/-1;justify-content:center;min-height:200px}.admin-exam-builder{display:grid;gap:16px}.admin-exam-builder>section,.admin-review-list,.admin-schools-import{background:#fff;border:1px solid #e1e5ed;border-radius:18px;padding:20px}.admin-exam-builder h2{margin-top:0}.admin-exam-builder label{display:grid;gap:6px}.admin-exam-builder input,.admin-exam-builder select,.admin-exam-builder textarea{border:1px solid #dce1e9;border-radius:10px;font:inherit;padding:10px;width:100%}.builder-grid{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:12px}.builder-checks{display:flex;flex-wrap:wrap;gap:16px;margin:14px 0}.builder-checks label{align-items:center;display:flex}.builder-checks input{width:auto}.builder-section-head{align-items:center;display:flex;justify-content:space-between}.builder-section-head p{color:#707a8c}.builder-section{border:1px solid #e4e7ee;border-radius:14px;margin-top:14px;padding:14px}.builder-section>header{display:flex;justify-content:space-between;margin-bottom:12px}.builder-section>header button{background:#fff0ee;border:0;border-radius:8px;color:#a52b20}.builder-question-pool{border-top:1px solid #e8ebf1;display:grid;gap:6px;margin-top:12px;max-height:330px;overflow:auto;padding-top:10px}.builder-question-pool h3{margin:0 0 6px}.builder-question-pool label{align-items:center;background:#f8f9fb;border-radius:9px;display:grid;gap:8px;grid-template-columns:auto 1fr auto;padding:9px}.builder-question-pool label input{width:auto}.builder-question-pool small{color:#747e91}.builder-actions{display:flex;gap:8px;justify-content:flex-end}.admin-review-list>header{align-items:center;display:flex;gap:12px}.admin-review-list article{border:1px solid #e3e7ee;border-radius:13px;margin-top:12px;padding:14px}.admin-review-list article>div{display:flex;justify-content:space-between}.admin-review-list article p{background:#f7f8fa;border-radius:9px;padding:9px}.admin-review-list article footer{display:flex;gap:7px;justify-content:flex-end}.admin-review-list button.correct{background:#e8f8f1;color:#087553}.admin-review-list button.wrong{background:#fff0ee;color:#a52b20}.admin-schools-import{max-width:700px}.admin-schools-import>label{align-items:center;border:2px dashed #d8ddeb;border-radius:13px;display:flex;justify-content:center;margin:18px 0;padding:30px}.admin-schools-import>label input{display:none}.admin-schools-import code{direction:ltr;display:inline-block}.admin-schools-import button{border:0;border-radius:10px;padding:11px 16px}@media(max-width:850px){.admin-exams-head{align-items:stretch;display:grid;gap:14px}.admin-exams-head nav{overflow:auto}.admin-exams-list,.builder-grid{grid-template-columns:1fr}.builder-question-pool label{grid-template-columns:auto 1fr}.builder-question-pool small{grid-column:2}.admin-exams-page{padding:16px}}