:root{--app-theme-color:#344c7c;--white-text-color:#fff;--text:#25314a;--muted:#62708a;--page-bg:#f4f6f9;--surface:#fff;--border:#dfe5ee;--danger:#9d1c1c;--sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color:var(--text);background:var(--page-bg);font:16px/1.5 var(--sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body{scrollbar-width:none;-ms-overflow-style:none;min-width:320px;min-height:100svh;margin:0}::-webkit-scrollbar{width:0;height:0;display:none}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}button,input{font:inherit}button{transition:opacity .2s,box-shadow .2s,transform .2s}button:hover:not(:disabled){box-shadow:0 10px 20px #151f341f}button:active:not(:disabled){transform:translateY(1px)}a{color:inherit}:root{--price-primary:#081534;--price-primary-soft:#1e2a4a;--price-secondary:#006a61;--price-surface:#fff;--price-subtle:#f8fafc;--price-border:#e2e8f0;--price-border-strong:#cbd5e1;--price-text:#0f172a;--price-text-secondary:#475569;--price-text-muted:#94a3b8;--price-danger:#ef4444;--price-danger-subtle:#fef2f2;--price-success-subtle:#ecfdf5;--price-font-display:"Plus Jakarta Sans", Inter, sans-serif;--price-radius-sm:4px;--price-radius-md:8px;--price-radius-lg:12px;--price-radius-pill:999px;--price-shadow-sm:0 1px 3px #0f172a14}.price-page{gap:24px;width:min(100%,1600px);margin:0 auto;padding:24px;display:grid}.price-page__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.price-page__title-block{gap:5px;display:grid}.price-page__title-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.price-page__title-row h2{color:var(--price-primary);font-family:var(--price-font-display);margin:0;font-size:28px;font-weight:800;line-height:1.15}.price-page__title-row span{border-radius:var(--price-radius-pill);color:#fff;background:var(--price-primary-soft);align-items:center;min-height:22px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.price-page__title-block p{color:var(--price-text-secondary);margin:0;font-size:13px}.price-primary,.price-dialog__actions button{border-radius:var(--price-radius-sm);color:#fff;background:var(--price-secondary);cursor:pointer;letter-spacing:.03em;text-transform:uppercase;border:0;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 18px;font-size:12px;font-weight:800;transition:background .15s,transform .1s;display:inline-flex}.price-primary:hover,.price-dialog__actions button:hover{background:#087d6f}.price-primary:active{transform:scale(.98)}.price-primary .material-symbols-outlined{color:#fff;font-variation-settings:"FILL" 0,"wght" 700,"GRAD" 0,"opsz" 20;font-size:18px}.price-error{border-radius:var(--price-radius-sm);color:#9d1c1c;background:#fff0f0;border:1px solid #ef444459;padding:10px 14px;font-size:13px;font-weight:700}.price-data-card{border:1px solid var(--price-border);border-radius:var(--price-radius-md);background:var(--price-surface);box-shadow:var(--price-shadow-sm);overflow:hidden}.price-data-card__toolbar{border-bottom:1px solid var(--price-border);background:var(--price-surface);justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.price-search{width:min(100%,380px);position:relative}.price-search>span.material-symbols-outlined{color:var(--price-text-muted);pointer-events:none;font-size:18px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.price-search input{border:1px solid var(--price-border);border-radius:var(--price-radius-sm);width:100%;height:36px;color:var(--price-text);background:var(--price-subtle);outline:none;padding:0 36px 0 38px;font-size:13px;transition:border-color .15s,box-shadow .15s}.price-search input:focus{border-color:var(--price-primary-soft);box-shadow:0 0 0 3px #1e2a4a14}.price-search input::-webkit-search-cancel-button{appearance:none}.price-search input::-webkit-search-decoration{appearance:none}.price-search__clear{border-radius:var(--price-radius-sm);width:22px;height:22px;color:var(--price-primary-soft);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;font-size:17px;line-height:1;display:inline-grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.price-search__clear:hover{background:#eef2f7}.price-table-wrap{background:var(--price-surface);overflow-x:auto}.price-table{border-collapse:collapse;width:100%;min-width:860px}.price-table th,.price-table td{border-bottom:1px solid var(--price-border);color:var(--price-text-secondary);text-align:left;vertical-align:middle;padding:14px 16px}.price-table th{color:var(--price-text-secondary);background:var(--price-subtle);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:800}.price-table tr{transition:background .12s}.price-table tbody tr:hover{background:#f8fafccc}.price-table tr:last-child td{border-bottom:0}.price-table th:first-child,.price-table td:first-child{text-align:center;width:64px}.price-table th:nth-child(3),.price-table td:nth-child(3){white-space:nowrap;width:160px}.price-table th:nth-child(4),.price-table td:nth-child(4){white-space:nowrap;width:130px}.price-table th:last-child,.price-table td:last-child{text-align:right;width:190px}.price-document{align-items:center;gap:12px;min-width:0;display:flex}.price-document__icon{border:1px solid var(--price-border);border-radius:var(--price-radius-sm);width:40px;height:40px;color:var(--price-primary-soft);background:var(--price-subtle);flex:0 0 40px;place-items:center;display:inline-grid}.price-document__icon.is-danger{color:var(--price-danger);background:var(--price-danger-subtle);border-color:#fecaca}.price-document__icon.is-success{color:var(--price-secondary);background:var(--price-success-subtle);border-color:#10b98140}.price-document__icon .material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 600,"GRAD" 0,"opsz" 24;font-size:22px}.price-name{min-width:0;max-width:min(620px,100%);color:var(--price-text);text-align:left;gap:3px;display:grid}.price-name strong{color:var(--price-text);font-family:var(--price-font-display);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800;line-height:1.3;overflow:hidden}.price-actions{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:6px;display:inline-flex}.price-actions button,.price-actions a{border:1px solid var(--price-border);border-radius:var(--price-radius-sm);width:32px;height:32px;color:var(--price-text-secondary);background:var(--price-subtle);cursor:pointer;justify-content:center;align-items:center;padding:0;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.price-actions button:hover,.price-actions a:hover{border-color:var(--price-primary-soft);color:#fff;background:var(--price-primary-soft)}.price-actions .price-action-danger{color:var(--price-danger);background:var(--price-danger-subtle);border-color:#fecaca}.price-actions .price-action-danger:hover{border-color:var(--price-danger);color:#fff;background:var(--price-danger)}.price-actions .material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 20;font-size:18px}.price-empty{min-height:90px;color:var(--price-text-muted);text-align:center;place-items:center;font-size:13px;font-weight:800;display:grid}.price-data-card__footer{border-top:1px solid var(--price-border);color:var(--price-text-secondary);background:var(--price-surface);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;font-size:12px;font-weight:600;display:flex}.price-data-card__footer strong{color:var(--price-text);font-weight:800}.price-pagination{align-items:center;gap:4px;display:inline-flex}.price-pagination button{border:1px solid var(--price-border);border-radius:var(--price-radius-sm);width:32px;height:32px;color:var(--price-text-muted);background:var(--price-surface);cursor:not-allowed;place-items:center;padding:0;display:inline-grid}.price-pagination>span{border-radius:var(--price-radius-sm);color:#fff;background:var(--price-secondary);place-items:center;width:32px;height:32px;font-size:12px;font-weight:800;display:inline-grid}.price-pagination .material-symbols-outlined{font-size:16px}.price-file-view{min-height:520px;color:var(--price-text-muted);text-align:center;place-content:center;gap:12px;font-weight:800;display:grid}.price-file-view h3{color:var(--price-text);margin:0}.price-file-view p{color:var(--price-text-secondary);margin:0;font-size:13px;font-weight:600}.price-file-view a{border-radius:var(--price-radius-sm);color:#fff;background:var(--price-primary-soft);justify-content:center;align-items:center;min-height:38px;padding:0 14px;text-decoration:none;display:inline-flex}.price-dialog,.price-viewer-dialog{z-index:50;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0815347a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.price-dialog__panel{border:1px solid var(--price-border);border-radius:var(--price-radius-lg);background:var(--price-surface);gap:18px;width:min(460px,100%);padding:22px;display:grid;box-shadow:0 24px 70px #151f343d}.price-viewer-dialog__panel{border:1px solid var(--price-border);border-radius:var(--price-radius-lg);background:var(--price-surface);grid-template-rows:auto 1fr;width:min(980px,100%);height:min(760px,100svh - 48px);display:grid;overflow:hidden;box-shadow:0 24px 70px #151f343d}.price-viewer-dialog__panel iframe{border:0;width:100%;height:100%}.price-dialog__header,.price-viewer-dialog__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.price-dialog__header p,.price-viewer-dialog__header p{color:var(--price-text-muted);letter-spacing:.04em;text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:900}.price-dialog__header h3,.price-viewer-dialog__header h3{color:var(--price-text);font-family:var(--price-font-display);margin:0;font-size:24px;font-weight:800}.price-viewer-dialog__header{border-bottom:1px solid var(--price-border);padding:18px}.price-dialog__header button,.price-viewer-dialog__header button{border:1px solid var(--price-border-strong);border-radius:var(--price-radius-sm);min-height:36px;color:var(--price-primary-soft);background:var(--price-surface);cursor:pointer;padding:0 12px;font-weight:800}.price-dialog__header button:hover,.price-viewer-dialog__header button:hover{background:var(--price-subtle)}.price-field{color:var(--price-text-secondary);letter-spacing:.03em;text-transform:uppercase;gap:6px;font-size:12px;font-weight:800;display:grid}.price-current-file{border:1px solid var(--price-border);border-radius:var(--price-radius-sm);color:var(--price-text);background:var(--price-subtle);gap:5px;padding:12px;display:grid}.price-current-file span{color:var(--price-text-muted);text-transform:uppercase;font-size:12px;font-weight:900}.price-current-file strong{overflow-wrap:anywhere}.price-field input,.price-field textarea{border:1px solid var(--price-border-strong);border-radius:var(--price-radius-sm);width:100%;min-height:40px;color:var(--price-text);background:var(--price-surface);outline:none;padding:8px 10px;font-size:13px}.price-field input:focus,.price-field textarea:focus{border-color:var(--price-primary-soft);box-shadow:0 0 0 3px #1e2a4a14}.price-field textarea{resize:vertical;min-height:86px}.price-dialog__actions{justify-content:flex-end;display:flex}.price-dialog__actions button:disabled{cursor:wait;opacity:.72}@media (width<=900px){.price-viewer-dialog__panel{height:min(680px,100svh - 24px)}}@media (width<=640px){.price-page{gap:16px;padding:16px}.price-page__header{flex-direction:column;align-items:flex-start}.price-primary{width:100%}.price-data-card__toolbar,.price-data-card__footer{flex-direction:column;align-items:stretch}.price-search{width:100%}.price-table{min-width:860px}.price-dialog,.price-viewer-dialog{padding:12px}}.admin-action-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:18px;height:18px}.ckeditor-wrap{border-radius:6px;width:100%;min-height:320px;position:relative}.ckeditor-loading{text-align:center;color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:6px;padding:30px;font-size:14px;font-weight:600}.ckeditor-wrap .cke{box-shadow:none!important;border-color:#cbd5e1!important;border-radius:6px!important}.ckeditor-wrap .cke_inner{border-radius:6px!important}.cke_notification_warning,.cke_notification,.cke_notifications_area{visibility:hidden!important;opacity:0!important;pointer-events:none!important;display:none!important}:root{--color-primary:#081534;--color-primary-cont:#1e2a4a;--color-secondary:#006a61;--color-secondary-dim:#6bd8cb;--color-surface:#fff;--color-canvas:#f1f5f9;--color-subtle:#f8fafc;--color-border:#e2e8f0;--color-border-strong:#cbd5e1;--color-text-primary:#0f172a;--color-text-secondary:#475569;--color-text-muted:#94a3b8;--color-danger:#ef4444;--color-danger-subtle:#fef2f2;--color-success:#10b981;--color-success-subtle:#ecfdf5;--color-info:#0ea5e9;--color-info-subtle:#f0f9ff;--font-display:"Plus Jakarta Sans", Inter, sans-serif;--font-body:Inter, sans-serif;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-pill:999px;--shadow-sm:0 1px 3px #0f172a14;--shadow-md:0 4px 16px #0f172a1f}.product-page{gap:24px;width:min(100%,1600px);margin:0 auto;padding:24px;display:grid}.product-page--categories{width:min(100%,1280px)}.product-primary,.product-secondary,.product-back{border-radius:var(--radius-sm);cursor:pointer;min-height:36px;font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;justify-content:center;align-items:center;gap:7px;padding:0 16px;font-size:12px;font-weight:700;transition:background .15s,box-shadow .15s,transform .1s;display:inline-flex}.product-primary{color:#fff;background:var(--color-secondary);border:0;box-shadow:0 1px 4px #006a6138}.product-primary:hover{background:#087d6f}.product-primary:active{transform:scale(.98)}.product-secondary,.product-back{border:1px solid var(--color-border);color:var(--color-text-primary);background:var(--color-surface)}.product-secondary:hover,.product-back:hover{background:var(--color-subtle)}.product-primary .material-symbols-outlined,.product-secondary .material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 700,"GRAD" 0,"opsz" 20;font-size:17px}.product-primary--small{min-height:30px;padding:0 12px;font-size:11px}.product-page__header{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-sm);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.product-page__title-block{gap:4px;display:grid}.product-page__title-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.product-page__title-row h2{color:var(--color-primary);font-family:var(--font-display);margin:0;font-size:28px;font-weight:800;line-height:1.15}.product-page__title-row>span{border-radius:var(--radius-pill);min-height:24px;color:var(--color-secondary);background:var(--color-success-subtle);border:1px solid #006a6133;align-items:center;gap:6px;padding:0 11px;font-size:11px;font-weight:700;display:inline-flex}.product-page__title-block>p{color:var(--color-text-secondary);margin:0;font-size:13px}.product-page__header-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.product-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}@media (width<=900px){.product-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-metric{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:82px;box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.product-metric p{color:var(--color-text-muted);letter-spacing:.05em;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:700}.product-metric strong{color:var(--color-text-primary);font-family:var(--font-display);font-size:22px;font-weight:800;line-height:1.1;display:block}.product-metric__icon{border-radius:var(--radius-sm);width:42px;height:42px;color:var(--color-primary);font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24;background:#eaedff;flex:0 0 42px;place-items:center;font-size:24px;display:inline-grid}.product-metric__icon.is-success{color:var(--color-secondary);background:var(--color-success-subtle)}.product-metric__icon.is-info{color:var(--color-info);background:var(--color-info-subtle)}.product-metric__icon.is-admin{color:var(--color-primary);background:#e2e7ff}.product-data-card,.category-data-card{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}.product-data-card__toolbar,.category-data-card__toolbar{border-bottom:1px solid var(--color-border);background:var(--color-subtle);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.category-data-card__toolbar div{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.category-data-card__toolbar h3{color:var(--color-primary);font-family:var(--font-display);margin:0;font-size:18px;font-weight:800}.category-data-card__toolbar>div>span{border-radius:var(--radius-pill);min-height:22px;color:var(--color-primary-cont);background:#1e2a4a17;align-items:center;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.product-search{width:min(100%,380px);position:relative}.product-search>span.material-symbols-outlined{color:var(--color-text-muted);pointer-events:none;font-size:17px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.product-search input{border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);width:100%;height:34px;color:var(--color-text-primary);background:var(--color-surface);outline:none;padding:0 34px;font-size:13px;transition:border-color .15s,box-shadow .15s}.product-search input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #08153414}.product-search input::-webkit-search-cancel-button{appearance:none}.product-search input::-webkit-search-decoration{appearance:none}.product-search__clear{border-radius:var(--radius-sm);width:22px;height:22px;color:var(--color-primary-cont);cursor:pointer;font-variation-settings:"FILL" 0,"wght" 700,"GRAD" 0,"opsz" 20;background:0 0;border:0;place-items:center;padding:0;font-size:17px;line-height:1;display:inline-grid;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.product-search__clear:hover{background:#f1f5f9}.product-page-size{color:var(--color-text-muted);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:8px;font-size:11px;font-weight:700;display:inline-flex}.product-page-size select{border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);height:34px;color:var(--color-text-primary);background:var(--color-surface);outline:none;padding:0 28px 0 10px;font-size:13px}.product-page-size select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #08153414}.category-table-wrap{background:var(--color-surface);overflow-x:auto}.category-table{border-collapse:collapse;width:100%;min-width:900px}.category-table--assigned{min-width:700px}.category-table th,.category-table td{border-bottom:1px solid var(--color-border);text-align:left;vertical-align:middle;padding:13px 16px}.category-table th{color:var(--color-text-muted);background:var(--color-subtle);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:700}.category-table td{color:var(--color-text-primary);font-size:14px;font-weight:500}.category-table th:first-child,.category-table td:first-child{text-align:center;width:64px}.category-table th:last-child,.category-table td:last-child{text-align:right;width:140px}.category-table tr:last-child td{border-bottom:0}.category-table__row{cursor:pointer;transition:background .1s}.category-table__row:hover{background:#f8fafc}.category-table__name{font-family:var(--font-display);font-size:18px;font-weight:800}.category-table__name--compact{font-size:15px}.category-table--assigned .category-table__name{color:var(--color-primary);align-items:center;gap:6px;font-size:14px;font-weight:700;line-height:1.35;display:inline-flex}.category-table--assigned .category-table__name span{color:var(--color-text-muted);font-size:11px;font-weight:600}.category-table__updated{gap:2px;display:grid}.category-table__updated span{font-size:13px;font-weight:700}.category-table__updated small{color:var(--color-text-muted);font-size:11px;font-weight:600}.category-cover-thumb{border:1px solid var(--color-border);border-radius:var(--radius-sm);object-fit:cover;background:var(--color-subtle);width:48px;height:48px;transition:border-color .15s;display:block}.category-table__row:hover .category-cover-thumb{border-color:var(--color-secondary)}.category-cover-empty{color:var(--color-text-muted);font-size:12px;font-weight:600}.category-chip-list{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.category-chip-list span{border:1px solid var(--color-border);min-height:26px;color:var(--color-text-secondary);background:var(--color-subtle);border-radius:3px;align-items:center;padding:0 9px;font-size:11px;font-weight:600;display:inline-flex}.attached-media-pill{border:1px solid var(--color-border);border-radius:var(--radius-sm);min-height:28px;color:var(--color-text-primary);background:var(--color-subtle);align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.attached-media-pill .material-symbols-outlined{color:var(--color-secondary);font-variation-settings:"FILL" 0,"wght" 600,"GRAD" 0,"opsz" 20;font-size:15px}.attached-media-pill strong{color:var(--color-primary);font-weight:800}.product-table-actions,.category-table-actions{white-space:nowrap;flex-wrap:nowrap;justify-content:flex-end;gap:4px;display:flex}.product-table-actions button,.category-table-actions button{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s,border-color .15s;display:inline-flex}.product-table-actions button:hover,.category-table-actions button:hover{color:var(--color-primary);background:var(--color-surface);border-color:var(--color-border)}.product-table-actions .button-danger,.category-table-actions .button-danger{color:var(--color-danger)}.product-table-actions .button-danger:hover,.category-table-actions .button-danger:hover{color:#fff;background:var(--color-danger);border-color:var(--color-danger)}.product-table-actions .material-symbols-outlined,.category-table-actions .material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 20;font-size:17px}.product-data-card__footer,.category-data-card__footer{color:var(--color-text-secondary);background:var(--color-subtle);border-top:1px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;font-size:12px;font-weight:600;display:flex}.product-data-card__footer strong,.category-data-card__footer strong{color:var(--color-text-primary);font-weight:800}.product-pagination{align-items:center;gap:4px;display:inline-flex}.product-pagination button{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:32px;height:32px;color:var(--color-text-primary);background:var(--color-surface);cursor:pointer;place-items:center;font-size:12px;font-weight:700;transition:background .15s,color .15s;display:inline-grid}.product-pagination button.is-active{color:#fff;border-color:var(--color-secondary);background:var(--color-secondary)}.product-pagination button:disabled{color:var(--color-text-muted);background:var(--color-subtle);cursor:not-allowed}.product-pagination .material-symbols-outlined{font-size:17px}.category-hero{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-sm);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;padding:24px 28px;display:flex}.category-hero__content{align-items:flex-start;gap:16px;min-width:0;display:flex}.category-hero__title-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.category-hero h2{color:var(--color-primary);font-family:var(--font-display);margin:0;font-size:28px;font-weight:800;line-height:1.15}.category-hero h2 span{color:var(--color-text-muted);margin-left:6px;font-weight:600}.category-hero p{color:var(--color-text-secondary);margin:6px 0 0;font-size:13px;line-height:1.5}.category-hero__status{border-radius:var(--radius-pill);min-height:24px;color:var(--color-secondary);background:var(--color-success-subtle);letter-spacing:.02em;border:1px solid #006a6133;align-items:center;gap:7px;padding:0 12px;font-size:11px;font-weight:700;display:inline-flex}.category-hero__status span{border-radius:var(--radius-pill);background:var(--color-success);flex-shrink:0;width:6px;height:6px}.product-detailbar{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;display:flex}.product-detailbar h2{text-align:center;color:var(--color-primary);font-family:var(--font-display);flex:auto;margin:0;font-size:26px;font-weight:800;line-height:1.15}.product-detailbar__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.product-table-card{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}.product-table-card>h3{border-bottom:1px solid var(--color-border);color:var(--color-primary);font-family:var(--font-display);background:var(--color-subtle);margin:0;padding:18px 20px;font-size:18px;font-weight:800}.media-type-list{gap:0;display:grid}.media-type-group{border-bottom:1px solid var(--color-border);background:var(--color-surface)}.media-type-group:last-child{border-bottom:0}.media-type-group__header{width:100%;min-height:56px;color:var(--color-text-primary);background:var(--color-surface);cursor:pointer;text-align:left;border:0;justify-content:space-between;align-items:center;padding:0 24px;font-size:14px;font-weight:700;transition:background .12s;display:flex}.media-type-group__header:hover{background:var(--color-subtle)}.media-type-group.is-open>.media-type-group__header{background:var(--color-surface);min-height:72px;color:var(--color-primary)}.media-type-group__title{align-items:center;gap:12px;min-width:0;display:flex}.media-type-group__icon{border-radius:var(--radius-sm);color:#fff;background:var(--color-primary-cont);font-variation-settings:"FILL" 0,"wght" 700,"GRAD" 0,"opsz" 20;flex-shrink:0;place-items:center;width:28px;height:28px;font-size:19px;display:inline-grid}.media-type-group__copy{gap:3px;min-width:0;display:grid}.media-type-group__copy>span{min-width:0;color:var(--color-primary);align-items:center;gap:8px;font-size:18px;font-weight:800;line-height:1.15;display:flex}.media-type-group__copy i{background:var(--color-success);border-radius:50%;flex-shrink:0;width:7px;height:7px}.media-type-group__copy small{color:var(--color-text-secondary);font-size:12px;font-weight:500;line-height:1.35}.media-type-group__meta{align-items:center;gap:12px;display:flex}.media-type-group__count{border-radius:var(--radius-pill);min-height:24px;color:var(--color-info);background:var(--color-info-subtle);border:1px solid #bae6fd;align-items:center;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.media-type-group__chevron{width:24px;height:24px;color:var(--color-primary-cont);font-variation-settings:"FILL" 0,"wght" 700,"GRAD" 0,"opsz" 20;background:0 0;border-radius:50%;flex-shrink:0;place-items:center;font-size:0;font-weight:700;transition:background .12s;display:inline-grid}.media-type-group__chevron:before{content:"play_arrow";font-size:21px}.media-type-group.is-open .media-type-group__chevron:before{content:"keyboard_arrow_up"}.media-type-group__header:hover .media-type-group__chevron{background:#1e2a4a14}.media-type-group__content{border-top:1px solid var(--color-border);background:var(--color-surface)}.product-table-wrap{border-top:1px solid var(--color-border);background:var(--color-subtle);overflow-x:auto}.product-table{border-collapse:collapse;width:100%;min-width:520px}.product-table th,.product-table td{border-bottom:1px solid var(--color-border);text-align:left;vertical-align:middle;padding:12px 16px}.product-table tr:last-child td{border-bottom:0}.product-table th{color:var(--color-text-muted);background:var(--color-subtle);letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:700}.product-table td{color:var(--color-text-primary);background:var(--color-surface);font-size:14px;font-weight:500}.media-preview{align-items:center;min-height:80px;display:flex}.media-preview__image,.media-preview__video{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-subtle);object-fit:cover;width:144px;height:82px}.media-preview__file{border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);min-height:36px;color:var(--color-primary-cont);background:var(--color-surface);align-items:center;padding:0 12px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.media-preview__file:hover{background:var(--color-subtle)}.media-asset-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding:22px 24px;display:grid}.media-asset-card{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-width:0;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.media-asset-card__preview{aspect-ratio:16/9;border-radius:var(--radius-sm);background:#0f172a;margin:14px 14px 0;position:relative;overflow:hidden}.media-asset-card__preview img,.media-asset-card__preview video{object-fit:cover;width:100%;height:100%;display:block}.media-asset-card__preview video{background:#0f172a}.media-asset-card__preview:after{content:"";pointer-events:none;background:linear-gradient(#08153400,#081534c2);height:45%;position:absolute;inset:auto 0 0}.media-asset-card__badge{z-index:2;color:#fff;text-transform:uppercase;background:#081534db;border-radius:2px;align-items:center;min-height:22px;padding:0 8px;font-size:10px;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:12px}.media-asset-card__badge--left{left:12px}.media-asset-card__badge--right{background:var(--color-secondary);right:12px}.media-asset-card__play{z-index:2;width:48px;height:48px;color:var(--color-primary);pointer-events:none;background:#ffffffeb;border-radius:14px;place-items:center;display:inline-grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 28px #0815343d}.media-asset-card__play .material-symbols-outlined{font-variation-settings:"FILL" 1,"wght" 700,"GRAD" 0,"opsz" 24;font-size:30px}.media-asset-card__file{color:#fff;place-items:center;gap:8px;width:100%;height:100%;font-size:13px;font-weight:800;text-decoration:none;display:grid}.media-asset-card__file .material-symbols-outlined{font-size:36px}.media-asset-card__body{justify-content:space-between;align-items:flex-end;gap:12px;padding:14px;display:flex}.media-asset-card__copy{gap:4px;min-width:0;display:grid}.media-asset-card__copy h4{color:var(--color-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:18px;font-weight:800;line-height:1.2;overflow:hidden}.media-asset-card__copy p{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:8px;margin:0;font-size:12px;font-weight:600;display:flex}.media-asset-card__copy p span:before{content:"";background:var(--color-border-strong);border-radius:50%;width:4px;height:4px;margin:0 8px 2px 0;display:inline-block}.media-asset-card__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.media-asset-card__actions button{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:34px;height:34px;color:var(--color-primary-cont);background:var(--color-surface);cursor:pointer;place-items:center;transition:background .15s,border-color .15s,color .15s;display:inline-grid}.media-asset-card__actions button:hover{border-color:var(--color-primary-cont);background:var(--color-subtle)}.media-asset-card__actions .button-danger{color:var(--color-danger);background:var(--color-danger-subtle);border-color:#fecaca}.media-asset-card__actions .button-danger:hover{border-color:var(--color-danger)}.media-asset-empty{color:var(--color-text-muted);padding:28px 24px;font-size:13px;font-weight:700}.product-description-view{background:var(--color-surface);padding:24px}.product-description-content{gap:16px;display:grid}.product-description-empty{place-items:start;gap:12px;display:grid}.product-description-empty p{color:var(--color-text-secondary);margin:0;font-size:14px}.product-description-actions{gap:10px;margin-top:8px;display:flex}.product-description-editor{background:var(--color-subtle);border-bottom:1px solid var(--color-border);gap:14px;padding:20px;display:grid}.product-description-preview{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);margin-top:8px;padding:14px 16px}.product-description-preview__title{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:8px;font-size:11px;font-weight:700;display:block}.product-description-preview__content{color:var(--color-text-secondary);font-size:14px;line-height:1.65}.product-error{border-radius:var(--radius-sm);color:#9d1c1c;background:#fff0f0;border:1px solid #ef444459;padding:10px 14px;font-size:13px;font-weight:600}.product-dialog{z-index:50;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0815347a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.product-dialog__panel{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);gap:20px;width:min(760px,100%);max-height:calc(100svh - 48px);padding:24px;display:grid;overflow:auto;box-shadow:0 24px 70px #08153442}.product-dialog__panel--small{width:min(440px,100%)}.product-dialog__panel--large{width:min(960px,95vw)}.product-dialog__panel--category,.product-dialog__panel--media-upload,.product-dialog__panel--description{grid-template-rows:auto minmax(0,1fr) auto;gap:0;padding:0;overflow:hidden}.product-dialog__panel--category{max-height:min(520px,100svh - 48px)}.product-dialog__panel--media-upload{max-height:min(620px,100svh - 48px)}.product-dialog__panel--description{max-height:min(760px,100svh - 48px)}.product-dialog__panel--category .product-dialog__header,.product-dialog__panel--media-upload .product-dialog__header,.product-dialog__panel--description .product-dialog__header{padding:24px 24px 16px}.product-dialog__body{gap:20px;min-height:0;padding:20px 24px;display:grid;overflow-y:auto}.product-dialog__panel--category .product-dialog__actions,.product-dialog__panel--media-upload .product-dialog__actions,.product-dialog__panel--description .product-dialog__actions{border-top:1px solid var(--color-border);background:var(--color-surface);padding:16px 24px 24px}.product-dialog__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:16px;display:flex}.product-dialog__header p{color:var(--color-text-muted);letter-spacing:.05em;text-transform:uppercase;margin:0 0 3px;font-size:11px;font-weight:700}.product-dialog__header h3{color:var(--color-primary);font-family:var(--font-display);margin:0;font-size:22px;font-weight:800}.product-dialog__header button{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:34px;min-width:34px;height:34px;color:var(--color-text-secondary);background:var(--color-surface);cursor:pointer;justify-content:center;align-items:center;padding:0;transition:background .12s;display:inline-flex}.product-dialog__header button:hover{background:var(--color-subtle)}.product-dialog__header button:disabled{cursor:wait;opacity:.55}.product-dialog__actions{justify-content:flex-end;gap:10px;padding-top:4px;display:flex}.product-dialog__actions button{border-radius:var(--radius-sm);color:#fff;background:var(--color-secondary);cursor:pointer;min-height:38px;font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;border:0;padding:0 18px;font-size:12px;font-weight:700;transition:background .15s}.product-dialog__actions button:hover{background:#087d6f}.product-dialog__actions button:disabled{cursor:wait;opacity:.72}.product-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.product-form-grid--media{grid-template-columns:1fr}.product-form-grid label,.product-file-field,.product-single-field{color:var(--color-text-secondary);letter-spacing:.03em;text-transform:uppercase;gap:6px;font-size:12px;font-weight:700;display:grid}.product-form-grid input,.product-single-field input{border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);width:100%;min-height:38px;color:var(--color-text-primary);background:var(--color-surface);outline:none;padding:8px 10px;font-size:13px;transition:border-color .15s,box-shadow .15s}.product-form-grid input:focus,.product-single-field input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #08153414}.file-picker{border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-surface);align-items:center;gap:6px;min-height:36px;padding:0 10px;display:flex;position:relative;overflow:hidden}.file-picker__input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;min-height:0;padding:0;position:absolute;overflow:hidden}.file-picker__button{border:1px solid var(--color-border-strong);color:var(--color-text-primary);background:var(--color-subtle);cursor:pointer;border-radius:3px;flex:none;padding:2px 10px;font-size:12px;font-weight:600;line-height:1.4;transition:background .12s}.file-picker__button:hover{background:#eef3fb}.file-picker__button.is-disabled{cursor:wait;opacity:.6}.file-picker__name{min-width:0;color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.media-type-field{gap:8px;display:grid}.media-type-field h4,.other-media h4{color:var(--color-text-secondary);letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:12px;font-weight:700}.other-media{gap:14px;display:grid}.other-media__row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 36px;align-items:end;gap:12px;display:grid}.other-media__remove{border-radius:var(--radius-sm);color:#fff;background:var(--color-danger);cursor:pointer;border:0;width:36px;height:36px;font-size:20px;line-height:1}.other-media__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.selected-files{flex-wrap:wrap;align-items:center;gap:8px;margin:0;padding:0;list-style:none;display:flex}.selected-files__item{border-radius:var(--radius-pill);background:#eef3fb;border:1px solid #d5dcea;align-items:center;gap:6px;max-width:100%;padding:4px 6px 4px 10px;display:inline-flex}.selected-files__item.is-uploading,.selected-files__item.is-done,.selected-files__item.is-error{border-radius:var(--radius-sm);flex:100%;gap:6px;padding:8px 10px;display:grid}.selected-files__row{align-items:center;gap:6px;min-width:0;display:flex}.selected-files__name{max-width:180px;color:var(--color-primary);text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:12px;font-weight:600;overflow:hidden}.selected-files__item.is-uploading .selected-files__name,.selected-files__item.is-done .selected-files__name,.selected-files__item.is-error .selected-files__name{max-width:none}.selected-files__status{color:var(--color-primary-cont);flex:none;font-size:11px;font-weight:700}.selected-files__status.is-done{color:#2d7a4f}.selected-files__status.is-error{color:#9d1c1c}.selected-files__bar{border-radius:var(--radius-pill);background:#dce4f0;height:4px;overflow:hidden}.selected-files__bar span{border-radius:inherit;background:var(--color-primary-cont);height:100%;display:block}.selected-files__item.is-done .selected-files__bar span{background:#2d7a4f}.selected-files__item.is-error .selected-files__bar span{background:#9d1c1c}.selected-files__error{color:#9d1c1c;margin:0;font-size:11px;font-weight:600}.selected-files__input{border:1px solid var(--color-border-strong);border-radius:var(--radius-pill);width:110px;min-height:26px;color:var(--color-primary);background:#fff;padding:2px 8px;font-size:12px}.selected-files__remove{color:#fff;cursor:pointer;background:#9d1c1c;border:0;border-radius:50%;flex:0 0 20px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;line-height:0;display:inline-flex}.selected-files__remove svg{stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;width:9px;height:9px;display:block}.selected-files__remove:hover{background:#7f1515}.selected-files__remove:disabled{cursor:default;opacity:.4}.upload-progress{gap:8px;display:grid}.upload-progress__label{color:var(--color-primary-cont);font-size:13px;font-weight:700}.upload-progress__bar{border-radius:var(--radius-pill);background:#dce4f0;height:5px;overflow:hidden}.upload-progress__bar span{border-radius:inherit;background:var(--color-secondary);height:100%;display:block}@media (width<=680px){.product-page{gap:16px;padding:16px}.product-form-grid,.other-media__row{grid-template-columns:1fr}.other-media__remove{justify-self:end}.product-detailbar{flex-direction:column;align-items:flex-start}.product-detailbar h2{text-align:left}.product-detailbar__actions{flex-wrap:wrap;width:100%}.media-type-group__header{padding:12px 16px}.media-type-group__copy>span{font-size:16px}.media-type-group__copy small{display:none}.media-type-group__meta{gap:8px}.media-asset-grid{grid-template-columns:1fr;padding:16px}.media-asset-card__copy h4{font-size:16px}.media-asset-card__body{flex-direction:column;align-items:flex-start}.media-asset-card__actions{align-self:flex-end}.product-dialog{padding:12px}.product-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}.users-page{gap:18px;margin-top:24px;display:grid}.users-page__header{justify-content:space-between;align-items:center;gap:16px;display:flex}.users-page__header p{color:#62708a;text-transform:uppercase;margin:0 0 4px;font-size:13px;font-weight:800}.users-page__header h2{color:#172033;margin:0;font-size:26px}.users-page__counts{flex-wrap:wrap;gap:10px;display:flex}.users-page__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.users-page__add{color:#fff;cursor:pointer;background:#344c7c;border:0;border-radius:6px;min-height:38px;padding:0 14px;font-weight:800}.users-page__counts span,.role-badge{border-radius:6px;align-items:center;min-height:28px;padding:0 10px;font-size:13px;font-weight:800;display:inline-flex}.users-page__counts span{color:#344c7c;background:#fff;border:1px solid #ccd5e2}.users-page__error{color:#9d1c1c;background:#fff0f0;border:1px solid #f0b7b7;border-radius:6px;padding:10px 12px;font-size:14px;font-weight:700}.admin-form{gap:16px;display:grid}.admin-form h4{color:#172033;margin:0;font-size:18px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.form-grid label{color:#25314a;gap:6px;font-size:13px;font-weight:800;display:grid}.form-grid input,.form-grid select{color:#172033;background:#fff;border:1px solid #ccd5e2;border-radius:6px;outline:none;width:100%;min-height:40px;padding:0 10px}.form-actions,.table-actions{white-space:nowrap;flex-wrap:nowrap;gap:8px;display:flex}.form-actions button{color:#fff;cursor:pointer;background:#344c7c;border:0;border-radius:6px;min-height:36px;padding:0 12px;font-weight:800}.table-actions button{color:#fff;cursor:pointer;background:#344c7c;border:0;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:inline-flex}.form-actions button:disabled{cursor:wait;opacity:.72}.table-actions .button-danger{background:#9d1c1c}.users-table-wrap{background:#fff;border:1px solid #dfe5ee;border-radius:8px;overflow-x:auto}.users-table{border-collapse:collapse;width:100%;min-width:780px}.users-table th,.users-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #edf1f6;padding:13px 14px}.users-table th{color:#62708a;text-transform:uppercase;font-size:12px;font-weight:900}.role-badge--admin{color:#fff;background:#344c7c}.role-badge--user{color:#344c7c;background:#e8edf6}.role-badge--staff{color:#fff;background:#2f6f4e}.no-action{color:#62708a;font-size:13px;font-weight:800}.users-page{gap:20px;width:min(100%,1600px);margin:0 auto;padding:24px}.users-page__header{flex-wrap:wrap;align-items:flex-start;gap:14px;padding:10px 0 14px}.users-page__title-block{gap:4px;display:grid}.users-page__title-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.users-page__title-row h2{color:#0f172a;margin:0;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:24px;font-weight:800;line-height:1.15}.users-page__title-row>span{color:#006a61;letter-spacing:.04em;text-transform:uppercase;background:#006a611a;border:1px solid #006a6138;border-radius:999px;align-items:center;min-height:22px;padding:0 10px;font-size:10px;font-weight:800;display:inline-flex}.users-page__title-block p{color:#475569;text-transform:none;margin:0;font-size:12px;font-weight:500;line-height:1.35}.users-page__actions{align-items:center;gap:10px}.users-page__counts{background:#fff;border:1px solid #dfe5ee;border-radius:8px;gap:0;padding:4px;overflow:hidden;box-shadow:0 1px 3px #0f172a14}.users-page__counts span{color:#94a3b8;background:0 0;border:0;border-radius:5px;gap:5px;min-height:30px;padding:0 12px;font-size:11px;font-weight:600}.users-page__counts strong{color:#0f172a;font-size:13px;font-weight:800}.users-page__counts span:nth-child(2) strong{color:#006a61}.users-page__add{color:#fff;letter-spacing:.02em;background:#081534;border-radius:4px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 18px;font-size:13px;transition:background .15s,transform .1s;display:inline-flex}.users-page__add:hover{background:#1e2a4a}.users-page__add:active{transform:scale(.98)}.users-page__add .material-symbols-outlined{color:#fff;font-variation-settings:"FILL" 0,"wght" 700,"GRAD" 0,"opsz" 20;font-size:18px}.users-data-card{background:#fff;border:1px solid #dfe5ee;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0f172a14}.users-data-card__toolbar{background:#fff;border-bottom:1px solid #dfe5ee;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.users-search{flex:420px;max-width:448px;position:relative}.users-search>span.material-symbols-outlined{color:#94a3b8;pointer-events:none;font-size:20px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.users-search input{color:#0f172a;background:#f8fafc;border:1px solid #dfe5ee;border-radius:4px;outline:none;width:100%;min-height:38px;padding:0 38px 0 42px;font-size:13px;transition:border-color .15s,box-shadow .15s,background .15s}.users-search input:focus{background:#fff;border-color:#081534;box-shadow:0 0 0 2px #08153414}.users-search input::-webkit-search-cancel-button{appearance:none}.users-search input::-webkit-search-decoration{appearance:none}.users-search__clear{color:#475569;cursor:pointer;background:0 0;border:0;border-radius:4px;place-items:center;width:22px;height:22px;padding:0;font-size:17px;display:inline-grid;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.users-search__clear:hover{background:#e8edf6}.users-refresh{color:#475569;cursor:pointer;background:#fff;border:1px solid #dfe5ee;border-radius:4px;place-items:center;width:32px;height:32px;padding:0;transition:color .15s,background .15s;display:inline-grid}.users-refresh:hover{color:#0f172a;background:#f8fafc}.users-refresh .material-symbols-outlined{font-size:18px}.users-table-wrap{border:0;border-radius:0}.users-table{width:100%;min-width:100%}.users-table th,.users-table td{border-color:#dfe5ee;padding:14px 16px}.users-table th{color:#475569;letter-spacing:.05em;white-space:nowrap;background:#f8fafc;font-size:11px;font-weight:800}.users-table td{color:#475569;font-size:14px;font-weight:500}.users-table tbody tr{transition:background .15s}.users-table tbody tr:hover{background:#f8fafccc}.users-table tbody tr.is-protected{background:#f8fafc7a}.users-table th:first-child,.users-table td:first-child{text-align:center;color:#94a3b8;width:56px;font-weight:700}.users-table th:nth-child(6),.users-table td:nth-child(6){text-align:center}.users-table th:last-child,.users-table td:last-child{text-align:right;width:150px}.user-identity{align-items:center;gap:12px;min-width:0;display:flex}.user-avatar{color:#1d4ed8;background:#dbeafe;border:1px solid #bfdbfe;border-radius:50%;flex:0 0 36px;place-items:center;width:36px;height:36px;font-size:12px;font-weight:800;display:inline-grid}.user-avatar--staff{color:#065f46;background:#d1fae5;border-color:#a7f3d0}.user-avatar--admin{color:#6bd8cb;background:#081534;border-color:#1e2a4a;box-shadow:0 1px 3px #08153438}.user-identity>div{gap:2px;min-width:0;display:grid}.user-identity__name{color:#0f172a;align-items:center;gap:5px;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:14px;font-weight:800;line-height:1.2;display:flex}.user-identity small{color:#94a3b8;font-size:12px;font-weight:600}.user-identity__verified{color:#006a61;font-size:15px}.user-location{color:#475569;align-items:center;gap:6px;display:inline-flex}.user-location .material-symbols-outlined{color:#94a3b8;font-size:16px}.is-protected .user-location{color:#0f172a;font-weight:700}.is-protected .user-location .material-symbols-outlined{color:#006a61}.role-badge{letter-spacing:.05em;text-transform:uppercase;border-radius:999px;min-height:28px;padding:0 12px;font-size:11px;font-weight:800}.role-badge--admin{color:#fff;background:#081534;border:1px solid #081534}.role-badge--user{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.role-badge--staff{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.table-actions{justify-content:flex-end;gap:8px}.table-actions button{color:#081534;background:#1e2a4a17;border:0;border-radius:4px;width:32px;height:32px;transition:background .15s,color .15s}.table-actions button:hover{background:#1e2a4a29}.table-actions .button-danger{color:#ef4444;background:#fef2f2}.table-actions .button-danger:hover{color:#ef4444;background:#ef44441f}.table-actions .material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 20;font-size:18px}.no-action{color:#94a3b8;background:#f1f5f9;border:1px solid #dfe5ee;border-radius:4px;align-items:center;gap:5px;min-height:28px;padding:0 10px;font-size:12px;display:inline-flex}.no-action .material-symbols-outlined{font-size:14px}.users-data-card__footer{color:#475569;background:#fff;border-top:1px solid #dfe5ee;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px;font-size:13px;font-weight:600;display:flex}.users-data-card__footer strong{color:#0f172a;font-weight:800}.users-pagination{align-items:center;gap:4px;display:inline-flex}.users-pagination button,.users-pagination>span{border-radius:4px;place-items:center;width:32px;height:32px;font-size:12px;font-weight:800;display:inline-grid}.users-pagination button{color:#94a3b8;cursor:not-allowed;background:#fff;border:1px solid #dfe5ee}.users-pagination>span{color:#fff;background:#006a61}.users-pagination .material-symbols-outlined{font-size:17px}.user-dialog{z-index:20;background:#0d14236b;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.user-dialog__panel{background:#fff;border:1px solid #dfe5ee;border-radius:8px;gap:18px;width:min(720px,100%);max-height:calc(100svh - 48px);padding:22px;display:grid;overflow:auto;box-shadow:0 24px 70px #151f343d}.user-dialog__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.user-dialog__header p{color:#62708a;text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:900}.user-dialog__header h3{color:#172033;margin:0;font-size:24px}.user-dialog__close{color:#344c7c;cursor:pointer;background:#fff;border:1px solid #ccd5e2;border-radius:6px;min-height:36px;padding:0 12px;font-weight:800}.user-dialog__tabs{background:#e8edf6;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));padding:4px;display:grid}.user-dialog__tabs button{color:#344c7c;cursor:pointer;background:0 0;border:0;border-radius:6px;min-height:40px;font-weight:900}.user-dialog__tabs button.is-active{color:#fff;box-shadow:none;background:#344c7c}.user-dialog__tabs button:disabled{cursor:not-allowed;opacity:.55}.user-dialog{z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#08153499;padding:16px}.user-dialog__panel{border:1px solid #dfe5ee;border-radius:16px;gap:0;width:min(576px,100%);max-height:calc(100svh - 32px);padding:0;overflow:auto;box-shadow:0 28px 80px #08153457}.user-dialog__header{background:#f8fafcb3;border-bottom:1px solid #dfe5ee;padding:20px 24px}.user-dialog__header p{color:#006a61;letter-spacing:.08em;margin:0 0 5px;font-size:12px}.user-dialog__header h3{color:#172033;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:22px;font-weight:800;line-height:1.15}.user-dialog__close{color:#475569;background:#fff;border-radius:4px;align-items:center;gap:5px;min-height:34px;padding:0 12px;transition:background .15s,color .15s;display:inline-flex}.user-dialog__close:hover{color:#172033;background:#f8fafc}.user-dialog__close .material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 600,"GRAD" 0,"opsz" 20;font-size:17px}.user-dialog__role-section{gap:8px;padding:24px 24px 10px;display:grid}.user-dialog__role-section>span{color:#475569;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.user-dialog__tabs{background:#f1f5f9;border:1px solid #dfe5ee;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:6px}.user-dialog__tabs button{color:#475569;border-radius:5px;justify-content:center;align-items:center;gap:7px;min-height:38px;font-size:13px;font-weight:700;transition:background .15s,color .15s;display:inline-flex}.user-dialog__tabs button:hover{color:#081534;background:#ffffffb8}.user-dialog__tabs button.is-active{color:#fff;background:#1e2a4a;box-shadow:0 1px 3px #0815342e}.user-dialog__tabs .material-symbols-outlined{color:currentColor;font-variation-settings:"FILL" 0,"wght" 600,"GRAD" 0,"opsz" 20;font-size:17px}.user-dialog__form{gap:16px;padding:12px 24px 24px}.admin-form__intro{border-bottom:1px solid #dfe5ee;justify-content:space-between;align-items:center;gap:12px;padding-bottom:10px;display:flex}.admin-form__intro h4{color:#081534;margin:0;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:18px;font-weight:800}.admin-form__intro>span{color:#94a3b8;font-size:12px;font-weight:800}.form-grid{gap:14px 16px}.form-grid label,.form-field{color:#172033;font-size:13px;font-weight:800}.form-field>span:first-child strong,.form-field__label-row strong{color:#ef4444}.form-field__label-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.form-field__label-row small{color:#10b981;font-size:11px;font-weight:800}.form-input-shell{display:block;position:relative}.form-grid input,.form-grid select{color:#172033;border-color:#cbd5e1;border-radius:4px;min-height:40px;font-size:14px;font-weight:600;transition:border-color .15s,box-shadow .15s,background .15s}.form-grid input:focus,.form-grid select:focus{border-color:#081534;box-shadow:0 0 0 2px #08153414}.form-input-shell input{padding-right:38px}.form-input-status{color:#10b981;pointer-events:none;font-size:18px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.form-input-toggle{color:#94a3b8;cursor:pointer;background:0 0;border:0;place-items:center;width:24px;height:24px;padding:0;font-size:18px;display:inline-grid;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.form-input-toggle:hover{color:#172033}.user-dialog__scope{color:#475569;background:#fffbebb8;border:1px solid #f59e0b47;border-radius:8px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.user-dialog__scope>span{color:#f59e0b;flex:none;font-size:22px}.user-dialog__scope p{margin:0;font-size:12px;font-weight:500;line-height:1.65}.user-dialog__scope strong{color:#172033;font-weight:800}.form-actions{border-top:1px solid #dfe5ee;justify-content:flex-end;gap:12px;padding-top:16px}.form-actions button{background:#1e2a4a;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 18px;font-size:13px;display:inline-flex}.form-actions .button-secondary{color:#475569;background:#fff;border:1px solid #dfe5ee}.form-actions .button-secondary:hover{color:#172033;background:#f8fafc}.form-actions .material-symbols-outlined{color:#6bd8cb;font-variation-settings:"FILL" 0,"wght" 700,"GRAD" 0,"opsz" 20;font-size:18px}@media (width<=640px){.users-page__header{flex-direction:column;align-items:flex-start}.form-grid{grid-template-columns:1fr}.users-page__actions{justify-content:flex-start;width:100%}.user-dialog{padding:12px}}.admin-shell{color:#0f172a;background:#f1f5f9;grid-template-columns:256px minmax(0,1fr);min-height:100svh;display:grid}.admin-sidebar{color:#fff;background:#081534;border-right:1px solid #e2e8f01f;flex-direction:column;justify-content:space-between;height:100svh;padding:16px;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:0 20px 40px #08153429}.admin-sidebar__main{gap:24px;display:grid}.admin-sidebar__brand{background:#fff;border:1px solid #e2e8f02e;border-radius:6px;width:222px;height:66px;overflow:hidden;box-shadow:0 12px 28px #0000001f}.admin-sidebar__brand img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.admin-sidebar__add{color:#fff;cursor:pointer;width:100%;min-height:48px;font:inherit;background:#087d6f;border:0;border-radius:4px;justify-content:center;align-items:center;gap:9px;font-size:13px;font-weight:900;display:inline-flex}.admin-sidebar__add:hover{box-shadow:none;background:#006a61}.admin-sidebar__add .material-symbols-outlined,.admin-sidebar__nav .material-symbols-outlined,.admin-sidebar__logout .material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 500, "GRAD" 0, "opsz" 20;font-size:20px}.admin-sidebar__nav{gap:6px;display:grid}.admin-sidebar__nav button{color:#94a3b8;cursor:pointer;min-height:44px;font:inherit;text-align:left;background:0 0;border:0;border-radius:4px;align-items:center;gap:12px;padding:0 12px 0 16px;font-size:14px;font-weight:800;display:flex;position:relative}.admin-sidebar__nav button:hover,.admin-sidebar__nav button.is-active{color:#fff;box-shadow:none;background:#1e2a4a}.admin-sidebar__nav button.is-active:before{content:"";background:#10b981;border-radius:4px 0 0 4px;width:4px;height:100%;position:absolute;left:0}.admin-sidebar__nav button.is-active .material-symbols-outlined{color:#89f5e7}.admin-sidebar__footer{border-top:1px solid #e2e8f01a;gap:10px;padding-top:16px;display:grid}.admin-sidebar__logout{color:#ef4444;cursor:pointer;width:100%;min-height:40px;font:inherit;text-align:left;background:0 0;border:0;border-radius:4px;align-items:center;gap:12px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.admin-sidebar__logout:hover{color:#fff;box-shadow:none;background:#ef444429}.admin-sidebar__version{color:#94a3b8b8;justify-content:space-between;align-items:center;gap:10px;padding:6px 12px 0;font-size:11px;display:flex}.admin-sidebar__version span:last-child{background:#10b981;border-radius:999px;flex:0 0 8px;width:8px;height:8px}.admin-main{scrollbar-width:none;-ms-overflow-style:none;background:#f1f5f9;min-width:0;height:100svh;overflow-y:auto}.admin-main::-webkit-scrollbar{width:0;height:0;display:none}.admin-topbar{z-index:10;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:18px;min-height:64px;padding:0 24px;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0f172a0d}.admin-topbar__breadcrumb{color:#94a3b8;align-items:center;gap:8px;font-size:12px;font-weight:900;display:inline-flex}.admin-topbar__breadcrumb strong{color:#081534}.admin-topbar__breadcrumb button{color:#94a3b8;cursor:pointer;font:inherit;background:0 0;border:0;padding:0;font-weight:900}.admin-topbar__breadcrumb button:hover{color:#081534;box-shadow:none}.admin-topbar__breadcrumb .material-symbols-outlined{color:#94a3b8;font-variation-settings:"FILL" 0, "wght" 500, "GRAD" 0, "opsz" 20;font-size:16px}.admin-topbar__profile-container{position:relative}.admin-topbar__profile{color:#0f172a;cursor:pointer;box-shadow:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;outline:none;align-items:center;gap:10px;padding:4px 12px 4px 4px;display:flex}.admin-topbar__profile:hover,.admin-topbar__profile:active,.admin-topbar__profile:focus{box-shadow:none;background:#f8fafc;border-color:#e2e8f0;transform:none}.admin-topbar__avatar{color:#fff;font-variation-settings:"FILL" 1, "wght" 600, "GRAD" 0, "opsz" 24;text-align:center;vertical-align:middle;background:#1e2a4a;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:20px;line-height:1;display:inline-flex;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff2e}.admin-topbar__profile-text{text-align:left;flex-direction:column;display:flex}.admin-topbar__profile-text strong{color:#0f172a;font-size:13px;font-weight:800;line-height:1.25;display:block}.admin-topbar__profile-text span{color:#94a3b8;font-size:11px;font-weight:600;line-height:1.25;display:block}.admin-topbar__profile .profile-chevron{color:#94a3b8;font-size:20px}.admin-topbar__dropdown{z-index:50;background:#fff;border:1px solid #dfe5ee;border-radius:8px;flex-direction:column;gap:4px;min-width:200px;padding:6px;animation:.15s ease-out dropdownFadeIn;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 25px #0f172a1f}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.admin-topbar__dropdown-item{color:#1e2a4a;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:10px;width:100%;min-height:38px;padding:0 12px;font-size:13px;font-weight:700;transition:background .12s,color .12s;display:flex}.admin-topbar__dropdown-item:hover{color:#081534;background:#f1f5f9}.admin-topbar__dropdown-item .material-symbols-outlined{color:#62708a;font-size:18px}.admin-topbar__dropdown-item--logout{color:#ef4444}.admin-topbar__dropdown-item--logout:hover{color:#dc2626;background:#fef2f2}.admin-topbar__dropdown-item--logout .material-symbols-outlined{color:#ef4444}.form-grid--single{grid-template-columns:1fr!important}.change-password-dialog__panel{max-width:480px}@media (width<=920px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{height:auto;position:relative;overflow:visible}.admin-sidebar__nav{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-main{height:auto;min-height:100svh;overflow:visible}}@media (width<=680px){.admin-topbar{flex-direction:column;align-items:flex-start;padding:14px 18px}.admin-sidebar__nav{grid-template-columns:1fr}}.admin-login{background:#fff;border:1px solid #e2e8f0;border-radius:6px;gap:16px;width:min(100%,420px);padding:34px;display:grid;box-shadow:0 18px 42px #0f172a0d}.admin-login__header{gap:7px;margin-bottom:4px;display:grid}.admin-login__header p{color:#081534;letter-spacing:0;text-transform:uppercase;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:7px;width:max-content;min-height:24px;margin:0 0 4px;padding:0 10px;font-size:10px;font-weight:900;display:inline-flex}.admin-login__header p span{color:#006a61;font-variation-settings:"FILL" 1, "wght" 600, "GRAD" 0, "opsz" 20;place-items:center;width:14px;height:14px;font-size:14px;display:inline-grid}.admin-login__header h2{color:#0f172a;font-family:"Plus Jakarta Sans", Inter, var(--sans);letter-spacing:0;margin:0;font-size:28px;font-weight:800;line-height:1.15}.admin-login__header>span{color:#475569;max-width:340px;font-size:13px;line-height:1.5}.admin-login__field{color:#0f172a;text-align:left;gap:7px;font-size:12px;font-weight:800;display:grid}.admin-login__input-wrap{position:relative}.admin-login__input-icon{color:#64748b;font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;place-items:center;width:18px;height:18px;font-size:18px;display:inline-grid;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.admin-login__field input{box-sizing:border-box;color:#0f172a;width:100%;height:42px;font:inherit;background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:0 14px 0 40px;font-size:13px;font-weight:500;transition:background-color .18s,border-color .18s,box-shadow .18s}.admin-login__field input[type=password]{padding-right:54px}.admin-login__field input:hover{background:#fff}.admin-login__field input:focus{background:#fff;border-color:#081534;box-shadow:0 0 0 3px #0815341a}.admin-login__input-action{color:#94a3b8;cursor:pointer;font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;background:0 0;border:0;border-radius:6px;place-items:center;width:30px;height:30px;font-size:18px;line-height:1;display:inline-grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.admin-login__input-action:hover,.admin-login__input-action:focus{color:#0f172a;box-shadow:none;background:#0815340f}.admin-login__input-action:focus-visible{outline-offset:1px;outline:2px solid #08153438}.admin-login__remember{color:#475569;align-items:center;gap:9px;font-size:12px;line-height:1.35;display:flex}.admin-login__remember input{accent-color:#006a61;width:14px;height:14px;margin:0}.admin-login__error{color:#9d1c1c;text-align:left;background:#fff0f0;border:1px solid #f0b7b7;border-radius:6px;padding:10px 12px;font-size:13px;font-weight:700}.admin-login__submit{color:#fff;cursor:pointer;height:44px;font:inherit;background:#081534;border:0;border-radius:6px;justify-content:center;align-items:center;gap:9px;font-size:12px;font-weight:900;transition:background-color .18s,box-shadow .18s,transform .18s;display:inline-flex}.admin-login__submit:hover:not(:disabled){background:#1e2a4a}.admin-login__submit .material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 600, "GRAD" 0, "opsz" 20;font-size:16px}.admin-login__submit:disabled{cursor:wait;opacity:.72}@media (width<=520px){.admin-login{padding:24px}.admin-login__header h2{font-size:25px}}.auth-page{color:#0f172a;background:#faf8ff;grid-template-columns:minmax(340px,45%) minmax(480px,55%);min-height:100svh;display:grid}.auth-brand{color:#fff;background:linear-gradient(#ffffff06 1px,#0000 1px) 0 0/42px 42px,linear-gradient(90deg,#ffffff06 1px,#0000 1px) 0 0/42px 42px,radial-gradient(circle at 88% 18%,#89f5e71a,#0000 28%),#081534;flex-direction:column;justify-content:space-between;min-height:100svh;padding:40px;display:flex;position:relative;overflow:hidden}.auth-brand:after{pointer-events:none;content:"";background:linear-gradient(135deg,#0000 15%,#bac5ee14 54%,#0000 82%);position:absolute;inset:0}.auth-brand__top,.auth-brand__content,.auth-brand__footer{z-index:1;position:relative}.auth-brand__top{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.auth-brand__logo{background:#fff;border:1px solid #e2e8f0;border-radius:4px;width:190px;height:58px;overflow:hidden;box-shadow:0 10px 24px #0000001a}.auth-brand__logo img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.auth-brand__status{color:#89f5e7;background:#1e2a4a;border:1px solid #006a615c;border-radius:999px;align-items:center;gap:7px;min-height:22px;padding:0 10px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.auth-brand__status span,.auth-panel__status span{background:#10b981;border-radius:999px;width:6px;height:6px;display:inline-block;box-shadow:0 0 0 4px #10b98121}.auth-brand__content{width:min(100%,520px);margin:auto 0;padding:72px 0}.auth-brand__eyebrow{color:#89f5e7;letter-spacing:0;text-transform:uppercase;margin:0 0 8px;font-size:11px;font-weight:900}.auth-brand h1{color:#fff;font-family:"Plus Jakarta Sans", Inter, var(--sans);letter-spacing:0;margin:0;font-size:36px;font-weight:800;line-height:1.12}.auth-brand__copy{color:#9db0d4;max-width:440px;margin:12px 0 28px;font-size:14px;line-height:1.65}.auth-brand__features{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.auth-brand__feature{background:#1e2a4ab8;border:1px solid #cbd5e12e;border-radius:4px;grid-template-columns:24px minmax(0,1fr);gap:10px;min-height:70px;padding:14px;display:grid}.auth-brand__feature-icon{color:#081534;font-variation-settings:"FILL" 1, "wght" 600, "GRAD" 0, "opsz" 20;background:#89f5e7;border-radius:4px;place-items:center;width:20px;height:20px;font-size:15px;display:inline-grid}.auth-brand__feature h2{color:#fff;margin:0 0 6px;font-size:11px;font-weight:800;line-height:1.2}.auth-brand__feature p{color:#8ea2c9;margin:0;font-size:11px;line-height:1.45}.auth-brand__footer{color:#8ea2c9;border-top:1px solid #1e2a4a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:18px;font-size:11px;display:flex}.auth-brand__footer strong{color:#9db0d4;font-weight:600}.auth-brand__verified{color:#89f5e7;font-variation-settings:"FILL" 0, "wght" 500, "GRAD" 0, "opsz" 20;border:1px solid #89f5e759;border-radius:999px;place-items:center;width:22px;height:18px;font-size:14px;display:inline-grid}.auth-panel{background:#faf8ff;flex-direction:column;justify-content:space-between;min-height:100svh;padding:40px;display:flex}.auth-panel__links{color:#475569;justify-content:flex-end;align-items:center;gap:18px;font-size:12px;display:flex}.auth-panel__links a,.auth-panel__footer a{text-decoration:none}.auth-panel__links a{align-items:center;gap:5px;display:inline-flex;position:relative}.auth-panel__links .material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;font-size:16px}.auth-panel__links a+a:before{content:"";background:#cbd5e1;width:1px;height:12px;position:absolute;top:50%;left:-11px;transform:translateY(-50%)}.auth-panel__links a:hover,.auth-panel__footer a:hover{color:#081534}.auth-panel__center{place-items:center;width:100%;margin:auto 0;padding:44px 0;display:grid}.auth-panel__status{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:10px;margin-top:16px;padding:8px 13px;font-size:12px;display:inline-flex;box-shadow:0 8px 24px #0f172a0a}.auth-panel__status strong{color:#94a3b8;padding-left:10px;font-weight:600;position:relative}.auth-panel__status strong:before{content:"-";position:absolute;left:0}.auth-panel__footer{color:#94a3b8;border-top:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;padding-top:18px;font-size:11px;display:flex}.auth-panel__footer div{flex-wrap:wrap;align-items:center;gap:26px;display:flex}@media (width<=980px){.auth-page{grid-template-columns:1fr}.auth-brand,.auth-panel{min-height:auto}.auth-brand{padding:28px 24px}.auth-brand__content{padding:46px 0}.auth-panel{padding:28px 24px}}@media (width<=620px){.auth-brand__features{grid-template-columns:1fr}.auth-panel__links,.auth-panel__footer,.auth-panel__footer div{justify-content:center}.auth-panel__footer{text-align:center}}.toast-region{z-index:80;pointer-events:none;width:min(360px,100vw - 32px);position:fixed;top:20px;right:20px}.app-toast{color:#25314a;pointer-events:auto;background:#fff;border:1px solid #dfe5ee;border-left-width:5px;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:14px;padding:14px;display:flex;box-shadow:0 18px 48px #151f342e}.app-toast--success{border-left-color:#17683a}.app-toast--error{border-left-color:#9d1c1c}.app-toast strong{color:#172033;text-transform:uppercase;margin-bottom:2px;font-size:13px;font-weight:900;display:block}.app-toast p{color:#25314a;margin:0;font-size:14px;font-weight:700;line-height:1.4}.app-toast__close{color:#344c7c;cursor:pointer;background:#fff;border:1px solid #ccd5e2;border-radius:6px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:22px;font-weight:800;line-height:1;display:inline-flex}.app-toast__close span{transform:translateY(-1px)}@media (width<=640px){.toast-region{width:auto;top:12px;left:12px;right:12px}}
