.toast-viewport{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:2000;display:flex;flex-direction:column;align-items:center;gap:10px;width:min(420px,calc(100vw - 32px));pointer-events:none}.toast{pointer-events:auto;display:flex;align-items:flex-start;gap:12px;width:100%;padding:14px 16px;border-radius:12px;box-shadow:0 14px 36px #0f172a2e;animation:toast-in .22s ease;color:#fff;border:none}.toast--success{background:#059669}.toast--error{background:#dc2626}.toast--info{background:#2563eb}.toast-icon{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:#fff3;color:#fff}.toast-message{flex:1;margin:0;padding-top:4px;font-size:13px;font-weight:600;line-height:1.45;color:#fff}.toast-close{border:none;background:transparent;color:#fffc;font-size:18px;line-height:1;cursor:pointer;padding:2px 4px;border-radius:6px;flex-shrink:0}.toast-close:hover{background:#ffffff26;color:#fff}@keyframes toast-in{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.toast{animation:none}}@media(max-width:640px){.toast-viewport{top:16px;width:calc(100vw - 24px)}}.topbar{display:flex;align-items:center;justify-content:space-between;padding:20px 32px;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:50;gap:16px}.topbar-left{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.topbar-title-row{display:flex;align-items:flex-start;gap:12px;min-width:0}.topbar-titles{display:flex;flex-direction:column;gap:2px;min-width:0}.menu-toggle{width:40px;height:40px;border:1px solid #e2e8f0;background:#fff;border-radius:10px;color:#334155;cursor:pointer;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease}.menu-toggle:hover{background:#f8fafc;border-color:#cbd5e1}.page-title{font-size:22px;font-weight:700;color:#0f172a;letter-spacing:-.5px}.page-subtitle{font-size:13px;color:#64748b}.topbar-right{display:flex;align-items:center;gap:16px;flex-shrink:0}.search-wrapper{display:flex;align-items:center;gap:8px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:8px 14px;transition:all .2s ease}.search-wrapper:focus-within{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-wrapper svg{color:#94a3b8;flex-shrink:0}.search-input{border:none;background:transparent;outline:none;font-size:13px;font-family:inherit;color:#0f172a;width:200px}.search-input::placeholder{color:#94a3b8}.admin-profile{display:flex;align-items:center;gap:10px;padding:6px 12px 6px 6px;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .2s ease}.admin-profile:hover{background:#f8fafc}.admin-avatar{width:34px;height:34px;background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:600}.admin-info{display:flex;flex-direction:column}.admin-name{font-size:13px;font-weight:600;color:#0f172a}.admin-role{font-size:11px;color:#64748b}@media(max-width:1024px){.topbar{padding:16px 20px}.search-wrapper,.admin-info{display:none}}@media(max-width:768px){.topbar{padding:14px 16px}}.sidebar{width:260px;height:100vh;background:#0f172a;display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:100;padding:24px 16px;transition:transform .25s ease}.sidebar-overlay,.menu-toggle{display:none}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:0 12px;margin-bottom:40px}.sidebar-logo{width:40px;height:40px;background:#080d1a;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:4px;flex-shrink:0}.sidebar-brand-title{font-size:20px;font-weight:700;color:#fff;letter-spacing:-.5px;line-height:1;margin:0}.sidebar-nav{flex:1}.sidebar-nav ul{list-style:none;display:flex;flex-direction:column;gap:4px}.nav-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:none;background:transparent;color:#94a3b8;font-size:14px;font-weight:500;font-family:inherit;border-radius:8px;cursor:pointer;transition:all .2s ease;text-decoration:none}a.nav-item{text-decoration:none;color:#94a3b8}a.nav-item:hover{color:#e2e8f0}a.nav-item.active{color:#60a5fa}.nav-item:hover{background:#ffffff0d;color:#e2e8f0}.nav-item.active{background:#3b82f626;color:#60a5fa}.sidebar-footer{padding-top:20px;border-top:1px solid rgba(255,255,255,.06)}.sidebar-logout{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:none;background:transparent;color:#94a3b8;font-size:14px;font-weight:500;font-family:inherit;border-radius:8px;cursor:pointer;transition:all .2s ease}.sidebar-logout:hover{background:#ef44441a;color:#f87171}@media(max-width:1024px){.sidebar{transform:translate(-100%);z-index:120}.sidebar.open{transform:translate(0);box-shadow:8px 0 32px #0f172a40}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;border:none;padding:0;z-index:110;opacity:0;pointer-events:none;transition:opacity .25s ease}.sidebar-overlay.open{opacity:1;pointer-events:auto}.menu-toggle{display:inline-flex}}.login-page{display:flex;min-height:100vh}.login-left{flex:1;display:flex;align-items:center;justify-content:center;background:#f8fafc;padding:40px}.login-card{width:100%;max-width:400px}.login-logo{width:52px;height:52px;background:#080d1a;border-radius:14px;display:flex;align-items:center;justify-content:center;padding:6px;margin-bottom:36px}.login-heading{font-size:30px;font-weight:700;color:#0f172a;letter-spacing:-.5px;margin-bottom:8px}.login-subtext{font-size:15px;color:#64748b;margin-bottom:36px;line-height:1.5}.login-form .form-group{margin-bottom:20px}.login-password-wrapper{position:relative}.login-password-wrapper .form-input{padding-right:44px}.login-toggle-pw{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .15s ease}.login-toggle-pw:hover{color:#64748b}.login-btn{width:100%;padding:13px;background:#3b82f6;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;margin-top:8px}.login-btn:hover{background:#2563eb;box-shadow:0 4px 20px #3b82f64d}.login-btn:active{transform:scale(.98)}.login-btn:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}.login-right{width:50%;min-width:480px;background:#0f172a;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.login-right-glow{position:absolute;border-radius:50%;pointer-events:none}.login-right-glow.g1{width:600px;height:600px;background:radial-gradient(circle,rgba(59,130,246,.08) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%)}.login-right-glow.g2{width:300px;height:300px;background:radial-gradient(circle,rgba(99,102,241,.1) 0%,transparent 70%);top:15%;left:20%}.login-right-glow.g3{width:200px;height:200px;background:radial-gradient(circle,rgba(56,189,248,.06) 0%,transparent 70%);bottom:18%;right:15%}.login-right-content{position:relative;z-index:2;text-align:center}.login-right-logo{margin-bottom:40px}.login-right-brand h2{font-size:34px;font-weight:700;color:#fff;letter-spacing:-.5px;margin-bottom:10px}.login-right-brand p{font-size:13px;color:#475569;font-weight:600;letter-spacing:3px;text-transform:uppercase}.auth-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.auth-label-row .form-label{margin-bottom:0}.auth-forgot-link{font-size:13px;font-weight:500;color:#3b82f6;text-decoration:none}.auth-forgot-link:hover{color:#2563eb;text-decoration:underline}.auth-back-link{display:inline-flex;align-items:center;gap:8px;margin-top:28px;font-size:14px;font-weight:500;color:#64748b;text-decoration:none;transition:color .15s ease}.auth-back-link:hover{color:#0f172a}.auth-back-link svg{width:16px;height:16px}.auth-email-highlight{color:#0f172a;font-weight:600}.auth-icon-badge{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.auth-icon-badge.mail{background:#eff6ff;color:#2563eb}.auth-icon-badge.success{background:#ecfdf5;color:#059669}.auth-secondary-actions{margin-top:20px;text-align:center}.auth-help-text{font-size:13px;color:#64748b;line-height:1.5}.auth-text-btn{border:none;background:none;padding:0;font:inherit;font-weight:600;color:#3b82f6;cursor:pointer}.auth-text-btn:hover{color:#2563eb;text-decoration:underline}.auth-text-btn:disabled{color:#94a3b8;cursor:not-allowed;text-decoration:none}.auth-success-hint{margin-top:8px;font-size:12px;color:#059669;font-weight:500}.auth-banner{padding:12px 14px;border-radius:10px;font-size:13px;line-height:1.45;margin-bottom:20px}.auth-banner.success{background:#ecfdf5;color:#065f46;border:1px solid #d1fae5}.auth-banner.error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.otp-inputs{display:flex;gap:10px;justify-content:space-between;margin-bottom:8px}.otp-input{width:52px;height:56px;text-align:center;font-size:22px;font-weight:700;font-family:inherit;color:#0f172a;border:1px solid #e2e8f0;border-radius:10px;background:#fff;transition:all .2s ease}.otp-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.otp-input.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.auth-otp-error{margin-bottom:8px}.auth-otp-hint{margin:4px 0 16px}.auth-password-rules{list-style:none;margin:4px 0 8px;padding:0;display:flex;flex-direction:column;gap:6px}.auth-password-rules li{font-size:12px;color:#94a3b8;position:relative;padding-left:16px}.auth-password-rules li:before{content:"";position:absolute;left:0;top:5px;width:7px;height:7px;border-radius:50%;background:#cbd5e1}.auth-password-rules li.met{color:#059669}.auth-password-rules li.met:before{background:#10b981}@media(max-width:900px){.login-right{display:none;min-width:0}.login-left{padding:24px}}@media(max-width:768px){.otp-input{width:44px;height:50px;font-size:18px}.otp-inputs{gap:8px}}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:22px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;cursor:default}.stat-card:hover{border-color:#cbd5e1;box-shadow:0 4px 16px #0f172a0d;transform:translateY(-1px)}.stat-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.stat-icon-wrapper{width:44px;height:44px;background:linear-gradient(135deg,#eff6ff,#e0e7ff);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#3b82f6}.stat-value{font-size:28px;font-weight:700;color:#0f172a;letter-spacing:-1px;margin-bottom:4px;font-variant-numeric:tabular-nums}.stat-label{font-size:13px;color:#64748b;font-weight:500}.stat-card--reveal{opacity:0;animation:stat-card-in .45s ease forwards}.chart-card--reveal{opacity:0;animation:chart-card-in .55s ease forwards}.recent-card--reveal{opacity:0;animation:chart-card-in .5s ease forwards}.summary-card--reveal{opacity:0;animation:stat-card-in .45s ease forwards}.summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px 22px;display:flex;align-items:center;gap:16px}.summary-card-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.summary-card-icon.blue{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6}.summary-card-icon.violet{background:linear-gradient(135deg,#f5f3ff,#ede9fe);color:#7c3aed}.summary-card-icon.emerald{background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#059669}.summary-card-info{min-width:0;flex:1}.summary-card-info h4,.summary-card-info .summary-card-value--theme{font-size:24px;font-weight:700;color:#0f172a;letter-spacing:-.5px;font-variant-numeric:tabular-nums}.summary-card-info .summary-card-value--theme{font-size:18px;line-height:1.3;letter-spacing:-.3px}.summary-card-info p{font-size:13px;color:#64748b;font-weight:500}@keyframes stat-card-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes chart-card-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.stat-card--reveal,.chart-card--reveal,.recent-card--reveal,.summary-card--reveal{opacity:1;animation:none}}.chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;transition:all .2s ease}.chart-card:hover{border-color:#cbd5e1;box-shadow:0 4px 16px #0f172a0d}.chart-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px}.chart-title{font-size:16px;font-weight:600;color:#0f172a;margin-bottom:4px}.chart-subtitle{font-size:13px;color:#94a3b8}.chart-legend{display:flex;align-items:center;gap:6px}.legend-dot{width:8px;height:8px;border-radius:50%}.legend-dot.blue{background:#3b82f6}.legend-dot.indigo{background:#6366f1;margin-left:8px}.legend-label{font-size:12px;color:#64748b;font-weight:500}.chart-canvas{position:relative;width:100%;height:300px;overflow:hidden}.chart-canvas canvas{width:100%!important;height:100%!important;cursor:crosshair}.chart-tooltip{position:absolute;pointer-events:none;z-index:60;background:#0f172a;color:#fff;border-radius:10px;padding:12px 16px;min-width:160px;box-shadow:0 8px 24px #0f172a40;opacity:0;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease;font-family:Inter,sans-serif}.chart-tooltip.visible{opacity:1;transform:translateY(0)}.chart-tooltip-month{font-size:13px;font-weight:600;color:#e2e8f0;margin-bottom:8px;letter-spacing:-.2px}.chart-tooltip-row{display:flex;align-items:center;gap:8px;font-size:12px;color:#94a3b8;font-weight:500;padding:2px 0}.chart-tooltip-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.chart-tooltip-val{color:#fff;font-weight:600;margin-left:auto}.users-page{padding:28px 32px}.users-summary-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:24px}.users-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.users-toolbar-wrap{margin-bottom:16px}.users-toolbar-wrap .themes-toolbar{margin-bottom:0}.users-toolbar-left{flex-wrap:wrap}.users-custom-dates{margin-top:10px}.users-search{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 14px;transition:all .2s ease;width:340px}.users-search:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.users-search input{border:none;background:transparent;outline:none;font-size:13px;font-family:inherit;color:#0f172a;width:100%}.users-search input::placeholder{color:#94a3b8}.users-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;max-width:100%;overflow:hidden}.users-table-card.is-refreshing{opacity:.55;pointer-events:none;transition:opacity .2s ease}.themes-sort-select{min-width:150px}.filter-date-input{padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-family:inherit;color:#0f172a;background:#fff;min-height:36px}.filter-date-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-clear-btn{padding:8px 14px;border:1px solid #e2e8f0;background:#fff;color:#64748b;border-radius:8px;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s ease;height:36px;display:inline-flex;align-items:center;white-space:nowrap}.filter-clear-btn:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}.filter-active-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;margin-left:6px;border-radius:9px;background:#3b82f6;color:#fff;font-size:10px;font-weight:700}.users-table{width:100%;border-collapse:collapse;table-layout:fixed}.users-table thead th{text-align:left;font-size:11px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.4px;padding:12px 14px;border-bottom:1px solid #f1f5f9;background:#fafbfc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.users-table tbody tr{transition:background .15s ease}.users-table tbody tr:hover{background:#f8fafc}.users-table tbody td{padding:12px 14px;border-bottom:1px solid #f1f5f9;font-size:13px;vertical-align:middle;overflow:hidden}.users-table tbody tr:last-child td{border-bottom:none}.users-table .col-name{width:16%;min-width:160px}.users-table .col-email{width:20%;min-width:200px}.users-table .col-premium{width:22%;min-width:230px}.users-table .col-package{width:10%;min-width:100px}.users-table .col-expiry{width:12%;min-width:130px}.users-table .col-theme{width:14%;min-width:140px}.users-table .col-action{width:88px;min-width:88px;text-align:center;padding-left:10px;padding-right:10px;overflow:visible}.users-table thead th.col-action{overflow:visible;text-overflow:clip}.users-table .col-action .actions-wrapper{display:inline-flex;justify-content:center}.users-table tbody td.col-premium,.users-table tbody td.col-package,.users-table tbody td.col-expiry{overflow:visible}.user-name-cell,.user-email-cell{font-weight:500;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.premium-status-cell{overflow:visible}.premium-status-group{display:inline-flex;align-items:center;gap:5px;flex-wrap:nowrap}.premium-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:20px;font-size:11px;font-weight:600;white-space:nowrap;flex-shrink:0}.premium-badge.active{background:#ecfdf5;color:#059669}.premium-badge.inactive{background:#f1f5f9;color:#64748b}.premium-badge-dot{width:6px;height:6px;border-radius:50%}.premium-badge.active .premium-badge-dot{background:#059669}.premium-badge.inactive .premium-badge-dot{background:#94a3b8}.source-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border-radius:5px;font-size:10px;font-weight:500;white-space:nowrap;flex-shrink:0}.source-badge.purchased{background:#eff6ff;color:#2563eb}.source-badge.admin-granted{background:#faf5ff;color:#7c3aed}.expiry-cell{color:#64748b;font-size:12px;white-space:nowrap}.theme-cell{color:#334155;font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drawer-info-notice{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:10px;font-size:12px;line-height:1.5;margin-bottom:20px}.drawer-info-notice.info{background:#eff6ff;color:#1e40af;border:1px solid #dbeafe}.drawer-info-notice.admin{background:#faf5ff;color:#6d28d9;border:1px solid #ede9fe}.drawer-info-notice svg{flex-shrink:0;margin-top:1px}.drawer-section-label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;margin-top:24px;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.btn-warning{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border-radius:8px;font-size:13px;font-weight:500;border:none;cursor:pointer;font-family:inherit;transition:all .2s ease;background:#fef3c7;color:#92400e}.btn-warning:hover{background:#fde68a}.btn-restore{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border-radius:8px;font-size:13px;font-weight:500;border:none;cursor:pointer;font-family:inherit;transition:all .2s ease;background:#ecfdf5;color:#065f46}.btn-restore:hover{background:#d1fae5}.shimmer{background:linear-gradient(90deg,#f1f5f9,#e8eef6 40%,#f8fafc,#e8eef6 60%,#f1f5f9);background-size:200% 100%;animation:shimmer-sweep 1.35s ease-in-out infinite;border-radius:8px}@keyframes shimmer-sweep{0%{background-position:100% 0}to{background-position:-100% 0}}@media(prefers-reduced-motion:reduce){.shimmer{animation:none;background:#f1f5f9}}.shimmer-stat-card{pointer-events:none}.shimmer-stat-card:hover{transform:none;box-shadow:none;border-color:#e2e8f0}.shimmer-icon{width:44px;height:44px;border-radius:10px}.shimmer-stat-value{width:56%;height:28px;margin-bottom:10px;border-radius:8px}.shimmer-stat-label{width:72%;height:13px;border-radius:6px}.shimmer-chart-card{pointer-events:none}.shimmer-chart-card:hover{box-shadow:none;border-color:#e2e8f0}.shimmer-chart-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px;gap:16px}.shimmer-chart-title{width:180px;height:16px;margin-bottom:10px}.shimmer-chart-sub{width:140px;height:12px}.shimmer-chart-legend{width:88px;height:12px;margin-top:4px;flex-shrink:0}.shimmer-chart-body{width:100%;height:300px;border-radius:12px}.shimmer-section-title{width:120px;height:16px}.shimmer-view-all{width:64px;height:28px;border-radius:6px}.shimmer-table{display:flex;flex-direction:column;gap:0}.shimmer-table-head,.shimmer-table-row{display:grid;grid-template-columns:1.2fr 1.4fr 1fr .9fr .8fr 1fr;gap:16px;align-items:center;padding:14px 0;border-bottom:1px solid #f1f5f9}.shimmer-table-head{padding-bottom:12px}.shimmer-table-row:last-child{border-bottom:none}.shimmer-th{height:10px;width:70%;border-radius:4px}.shimmer-td{height:14px;width:80%;border-radius:6px}.shimmer-td-name{width:90%;height:16px}@media(max-width:900px){.shimmer-table-head,.shimmer-table-row{grid-template-columns:1fr 1fr}.shimmer-table-head>:nth-child(n+3),.shimmer-table-row>:nth-child(n+3){display:none}.shimmer-chart-body{height:220px}}.ui-select{position:relative;min-width:140px;font-family:inherit}.ui-select--full{width:100%}.ui-select.is-disabled{opacity:.55;pointer-events:none}.ui-select.error .ui-select-trigger{border-color:#ef4444}.ui-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:36px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;text-align:left}.ui-select-trigger:hover{border-color:#cbd5e1;background:#fafbfc}.ui-select.is-open .ui-select-trigger,.ui-select-trigger:focus-visible{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f;background:#fff}.ui-select-value{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-select-value.is-placeholder{color:#94a3b8;font-weight:400}.ui-select-chevron{display:inline-flex;color:#64748b;flex-shrink:0;transition:transform .2s ease}.ui-select-chevron.is-up{transform:rotate(180deg)}.ui-select-menu{margin:0;padding:4px;list-style:none;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 30px #0f172a1f;max-height:240px;overflow-y:auto;animation:ui-select-in .14s ease}.ui-select-menu--portal{position:fixed;z-index:1100;right:auto}@keyframes ui-select-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ui-select-option{display:block;width:100%;padding:9px 12px;border:none;border-radius:7px;background:transparent;color:#334155;font-size:13px;font-weight:500;font-family:inherit;text-align:left;cursor:pointer;transition:background .12s ease,color .12s ease}.ui-select-option:hover{background:#f1f5f9;color:#0f172a}.ui-select-option.is-active{background:#eff6ff;color:#1d4ed8}.ui-select-option.is-disabled{opacity:.45;cursor:not-allowed}.ui-select-option.is-disabled:hover{background:transparent;color:#334155}.dashboard{padding:28px 32px}.stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:24px}.charts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}.recent-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;max-width:100%;overflow:hidden}.recent-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.recent-title{font-size:16px;font-weight:600;color:#0f172a}.view-all-btn{font-size:13px;font-weight:500;color:#3b82f6;background:none;border:none;cursor:pointer;padding:6px 12px;border-radius:6px;font-family:inherit;transition:all .2s ease}.view-all-btn:hover{background:#eff6ff}.recent-table{width:100%;border-collapse:collapse}.recent-table thead th{text-align:left;font-size:12px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;padding:14px 20px;border-bottom:1px solid #f1f5f9;background:#fafbfc}.recent-table tbody tr{transition:background .15s ease}.recent-table tbody tr:hover{background:#f8fafc}.recent-table tbody td{padding:14px 20px;border-bottom:1px solid #f1f5f9;font-size:14px}.recent-table tbody tr:last-child td{border-bottom:none}.user-cell{display:flex;align-items:center;gap:12px}.user-avatar-sm{width:34px;height:34px;background:linear-gradient(135deg,#eff6ff,#e0e7ff);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#3b82f6;font-size:13px;font-weight:600;flex-shrink:0}.user-name{display:block;font-weight:500;color:#0f172a;font-size:14px}.user-email{display:block;font-size:12px;color:#94a3b8;margin-top:1px}.package-badge{display:inline-flex;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:500}.package-badge.monthly{background:#eff6ff;color:#2563eb}.package-badge.annual{background:#f0fdf4;color:#16a34a}.joined-cell{color:#64748b;font-size:13px}.placeholder-page{padding:28px 32px;display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 80px)}.placeholder-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:48px 64px}.placeholder-icon{width:56px;height:56px;background:linear-gradient(135deg,#eff6ff,#e0e7ff);border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:24px}.placeholder-title{font-size:20px;font-weight:600;color:#0f172a;margin-bottom:8px}.placeholder-desc{font-size:14px;color:#94a3b8;max-width:300px}.truncated-tooltip{position:relative;display:block;min-width:0;max-width:100%}.truncated-tooltip__text{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:default}.truncated-tooltip__bubble{position:fixed;z-index:2000;min-width:180px;max-width:min(320px,70vw);padding:10px 12px;border-radius:10px;background:#0f172a;color:#f8fafc;font-size:13px;font-weight:500;line-height:1.45;letter-spacing:0;white-space:normal;word-break:break-word;box-shadow:0 10px 30px #0f172a38;opacity:0;visibility:hidden;pointer-events:auto;-webkit-user-select:text;user-select:text;cursor:text}.truncated-tooltip__bubble.is-visible{opacity:1;visibility:visible}.truncated-tooltip__bubble:before{content:"";position:absolute;left:0;right:0;height:12px}.truncated-tooltip__bubble--top:before{top:100%}.truncated-tooltip__bubble--bottom:before{bottom:100%}.truncated-tooltip__bubble:after{content:"";position:absolute;left:16px;border:6px solid transparent}.truncated-tooltip__bubble--top:after{top:100%;border-top-color:#0f172a}.truncated-tooltip__bubble--bottom:after{bottom:100%;border-bottom-color:#0f172a}.themes-page{padding:28px 32px}.themes-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.themes-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px}.tab-nav{display:flex;gap:4px;background:#f1f5f9;padding:4px;border-radius:10px;margin-bottom:20px;width:fit-content}.tab-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border:none;background:transparent;color:#64748b;font-size:13px;font-weight:500;font-family:inherit;border-radius:7px;cursor:pointer;transition:all .2s ease}.tab-btn:hover{color:#334155}.tab-btn.active{background:#fff;color:#0f172a;font-weight:600;box-shadow:0 1px 3px #0f172a14}.tab-btn-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#e2e8f0;color:#475569;font-size:11px;font-weight:600}.tab-btn.active .tab-btn-badge{background:#dbeafe;color:#1d4ed8}.status-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:500}.status-badge-dot{width:6px;height:6px;border-radius:50%}.status-badge.pending{background:#fef3c7;color:#b45309}.status-badge.pending .status-badge-dot{background:#f59e0b}.status-badge.approved{background:#ecfdf5;color:#059669}.status-badge.approved .status-badge-dot{background:#10b981}.status-badge.rejected{background:#fef2f2;color:#dc2626}.status-badge.rejected .status-badge-dot{background:#ef4444}.req-table{width:100%;border-collapse:collapse;table-layout:fixed}.req-table thead th{text-align:left;font-size:12px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;padding:14px 20px;border-bottom:1px solid #f1f5f9;background:#fafbfc}.req-table tbody tr{transition:background .15s ease}.req-table tbody tr:hover{background:#f8fafc}.req-table tbody td{padding:14px 20px;border-bottom:1px solid #f1f5f9;font-size:14px;vertical-align:middle}.req-table tbody tr:last-child td{border-bottom:none}.req-table thead th:nth-child(1),.req-table tbody td:nth-child(1){width:60px}.req-table thead th:nth-child(2),.req-table tbody td:nth-child(2){width:30%}.req-table thead th:nth-child(3),.req-table tbody td:nth-child(3){width:36%}.req-table thead th:nth-child(4),.req-table tbody td:nth-child(4){width:14%}.req-table thead th:nth-child(5),.req-table tbody td:nth-child(5){width:160px}.req-name-cell{font-weight:500;color:#0f172a;min-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.req-desc-cell{color:#64748b;max-width:320px;line-height:1.5;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-review{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:7px;font-size:12px;font-weight:500;border:1px solid #e2e8f0;cursor:pointer;font-family:inherit;transition:all .2s ease;background:#fff;color:#0f172a}.btn-review:hover{background:#f8fafc;border-color:#cbd5e1}.drawer-status-row{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #f1f5f9}.drawer-section-divider{border-top:1px solid #f1f5f9;margin:20px 0;padding-top:20px}.drawer-footer-multi{padding:16px 28px;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:10px;background:#fff;flex-shrink:0}.drawer-footer-row{display:flex;gap:10px}.drawer-footer-row>button{flex:1}.btn-success{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border-radius:8px;font-size:13px;font-weight:500;border:none;cursor:pointer;font-family:inherit;transition:all .2s ease;background:#059669;color:#fff}.btn-success:hover{background:#047857}.themes-toolbar-left{display:flex;align-items:center;gap:10px;flex:1}.themes-search{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 14px;transition:all .2s ease;width:280px}.themes-search:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.themes-search input{border:none;background:transparent;outline:none;font-size:13px;font-family:inherit;color:#0f172a;width:100%}.themes-search input::placeholder{color:#94a3b8}.sort-select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px;font-size:13px;font-family:inherit;color:#0f172a;cursor:pointer;outline:none;transition:all .2s ease;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.sort-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.btn-primary{display:inline-flex;align-items:center;gap:6px;background:#3b82f6;color:#fff;border:none;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-primary:hover{background:#2563eb}.btn-secondary{display:inline-flex;align-items:center;gap:6px;background:#fff;color:#0f172a;border:1px solid #e2e8f0;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.btn-danger{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:#ef4444;color:#fff;border:none;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease}.btn-danger:hover{background:#dc2626}.btn-ghost{background:none;border:none;color:#64748b;cursor:pointer;padding:6px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.btn-ghost:hover{background:#f1f5f9;color:#0f172a}.themes-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden}.themes-table-card.is-refreshing{opacity:.55;pointer-events:none;transition:opacity .2s ease}.themes-table{width:100%;border-collapse:collapse;table-layout:fixed}.themes-table thead th{text-align:left;font-size:12px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;padding:14px 20px;border-bottom:1px solid #f1f5f9;background:#fafbfc}.themes-table tbody tr{transition:background .15s ease}.themes-table tbody tr:hover{background:#f8fafc}.themes-table tbody td{padding:16px 20px;border-bottom:1px solid #f1f5f9;font-size:14px;vertical-align:middle}.themes-table tbody tr:last-child td{border-bottom:none}.themes-table thead th:nth-child(1),.themes-table tbody td:nth-child(1){width:24%}.themes-table thead th:nth-child(2),.themes-table tbody td:nth-child(2){width:24%}.themes-table thead th:nth-child(3),.themes-table tbody td:nth-child(3){width:16%}.themes-table thead th:nth-child(4),.themes-table tbody td:nth-child(4){width:14%}.themes-table thead th:nth-child(5),.themes-table tbody td:nth-child(5){width:16%}.themes-table thead th:nth-child(6),.themes-table tbody td:nth-child(6),.themes-table .col-action{width:88px;min-width:88px;white-space:nowrap}.theme-name-cell{font-weight:600;color:#0f172a;min-width:260px;overflow:hidden}.theme-desc-cell{color:#64748b;font-size:13px;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-stat{font-weight:500;color:#334155}.users-left-badge{display:inline-flex;align-items:center;justify-content:center;min-width:28px;padding:3px 8px;border-radius:6px;font-size:12px;font-weight:600;background:#f1f5f9;color:#64748b}.users-left-badge.has-left{background:#fef2f2;color:#dc2626}.user-name-cell,.fb-name-cell{font-weight:500;color:#0f172a;white-space:nowrap}.theme-detail{padding:28px 32px}.back-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:#64748b;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;padding:6px 0;margin-bottom:16px;transition:color .15s ease}.back-btn:hover{color:#0f172a}.detail-header-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px;margin-bottom:20px}.detail-header-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.detail-theme-name{font-size:22px;font-weight:700;color:#0f172a;letter-spacing:-.5px}.detail-theme-desc{font-size:14px;color:#64748b;line-height:1.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.detail-header-top>div{min-width:0;flex:1}.detail-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.detail-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px 22px;display:flex;align-items:center;gap:14px}.detail-stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.detail-stat-icon.blue{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#3b82f6}.detail-stat-icon.emerald{background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#059669}.detail-stat-val{font-size:22px;font-weight:700;color:#0f172a;letter-spacing:-.5px}.detail-stat-label{font-size:13px;color:#64748b;font-weight:500}.quotes-section-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden}.quotes-section-card.is-refreshing{opacity:.55;pointer-events:none;transition:opacity .2s ease}.quotes-toolbar{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #f1f5f9}.quotes-toolbar h3{font-size:16px;font-weight:600;color:#0f172a}.quotes-toolbar-right{display:flex;align-items:center;gap:10px}.quotes-search{display:flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:7px 12px;transition:all .2s ease}.quotes-search:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.quotes-search input{border:none;background:transparent;outline:none;font-size:13px;font-family:inherit;color:#0f172a;width:180px}.quotes-search input::placeholder{color:#94a3b8}.quotes-table{width:100%;border-collapse:collapse;table-layout:fixed}.quotes-table thead th{text-align:left;font-size:12px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;padding:12px 20px;border-bottom:1px solid #f1f5f9;background:#fafbfc}.quotes-table .col-quote{width:58%}.quotes-table .col-date{width:160px}.quotes-table .col-actions{width:88px;min-width:88px;white-space:nowrap}.quotes-table tbody tr{transition:background .15s ease}.quotes-table tbody tr:hover{background:#f8fafc}.quotes-table tbody td{padding:14px 20px;border-bottom:1px solid #f1f5f9;font-size:14px}.quotes-table tbody tr:last-child td{border-bottom:none}.quote-text-cell{color:#334155;line-height:1.5;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.quote-date-cell{color:#94a3b8;font-size:13px;white-space:nowrap}.quote-actions-cell{display:flex;align-items:center;gap:4px}.empty-state{padding:48px 20px;text-align:center}.empty-state-icon{width:52px;height:52px;background:#f1f5f9;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;color:#94a3b8}.empty-state h4{font-size:15px;font-weight:600;color:#334155;margin-bottom:4px}.empty-state p{font-size:13px;color:#94a3b8}.feedback-page{padding:28px 32px}.feedback-summary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px;max-width:560px}.feedback-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.feedback-search{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 14px;transition:all .2s ease;width:340px}.feedback-search:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.feedback-search input{border:none;background:transparent;outline:none;font-size:13px;font-family:inherit;color:#0f172a;width:100%}.feedback-search input::placeholder{color:#94a3b8}.feedback-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden}.feedback-table-card.is-refreshing{opacity:.55;pointer-events:none;transition:opacity .2s ease}.feedback-table{width:100%;border-collapse:collapse}.feedback-table thead th{text-align:left;font-size:12px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;padding:14px 20px;border-bottom:1px solid #f1f5f9;background:#fafbfc}.feedback-table tbody tr{transition:background .15s ease;cursor:default}.feedback-table tbody tr:hover{background:#f8fafc}.feedback-table tbody td{padding:16px 20px;border-bottom:1px solid #f1f5f9;font-size:14px;vertical-align:middle}.feedback-table thead th.col-action,.feedback-table tbody td.col-action{width:88px;min-width:88px;white-space:nowrap}.fb-email-cell{font-weight:500;color:#0f172a;white-space:nowrap}.fb-msg-cell{color:#64748b;font-size:13px;max-width:420px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fb-date-cell{color:#94a3b8;font-size:13px;white-space:nowrap}.fb-new-dot{display:inline-block;width:7px;height:7px;background:#3b82f6;border-radius:50%;margin-right:8px;flex-shrink:0}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;background:#f8fafc;color:#0f172a;line-height:1.5;overflow-x:hidden}body.sidebar-open,body.drawer-open,body.modal-open,html.drawer-open,html.sidebar-open,html.modal-open{overflow:hidden!important}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:#94a3b8;background-clip:content-box;border:2px solid transparent}.app-layout{display:flex;min-height:100vh}.main-content{flex:1;margin-left:260px;background:#f8fafc;min-height:100vh;min-width:0;max-width:100%;overflow-x:hidden}.actions-wrapper{position:relative;display:inline-flex}.actions-menu{position:fixed;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #0f172a1f;min-width:180px;z-index:1000;padding:4px}.actions-menu button{display:flex;align-items:center;gap:10px;width:100%;padding:9px 14px;border:none;background:none;font-size:13px;font-family:inherit;color:#334155;cursor:pointer;border-radius:6px;transition:background .15s ease;text-align:left}.actions-menu button:hover{background:#f1f5f9}.actions-menu button.danger{color:#ef4444}.actions-menu button.danger:hover{background:#fef2f2}.actions-menu .menu-divider{height:1px;background:#f1f5f9;margin:4px 0}.pagination{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-top:1px solid #f1f5f9;gap:12px;flex-wrap:wrap}.pagination-info{font-size:13px;color:#64748b}.pagination-btns{display:flex;align-items:center;gap:4px}.pg-ellipsis{width:28px;text-align:center;font-size:13px;color:#94a3b8;-webkit-user-select:none;user-select:none}.pg-btn{width:34px;height:34px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;color:#475569;font-family:inherit;transition:all .15s ease}.pg-btn:hover:not(:disabled):not(.active){background:#f8fafc;border-color:#cbd5e1}.pg-btn.active{background:#0f172a;border-color:#0f172a;color:#fff}.pg-btn:disabled{opacity:.4;cursor:not-allowed}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .2s ease}.modal-overlay.open{opacity:1;visibility:visible}.modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;width:100%;max-width:480px;transform:scale(.95) translateY(10px);transition:transform .2s ease}.modal-overlay.open .modal{transform:scale(1) translateY(0)}.modal-header{padding:24px 24px 0}.modal-header h3{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:4px}.modal-header p{font-size:13px;color:#94a3b8}.modal-body{padding:20px 24px;max-height:70vh;overflow-y:auto}.modal-footer{padding:20px 24px 24px;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #f1f5f9;margin-top:4px}.form-group{margin-bottom:16px}.form-group:last-child{margin-bottom:0}.form-label{display:block;font-size:13px;font-weight:600;color:#334155;margin-bottom:6px}.form-required{color:#dc2626;font-weight:700}.form-input{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;color:#0f172a;transition:all .2s ease;background:#fff}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input::placeholder{color:#94a3b8}.form-input.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-error{font-size:12px;color:#ef4444;margin-top:4px}textarea.form-input{resize:vertical;min-height:80px;line-height:1.5}.char-counter{font-size:12px;color:#94a3b8;text-align:right;margin-top:4px;font-weight:500;font-variant-numeric:tabular-nums}.char-counter.limit{color:#dc2626}.modal.wide{max-width:560px}.form-section-label{font-size:13px;font-weight:600;color:#334155;margin-bottom:10px;display:inline-flex;align-items:center;gap:6px;line-height:1.2}.form-section-label svg{flex-shrink:0;width:16px;height:16px;display:block}.form-section-sub{font-size:12px;color:#94a3b8;font-weight:400;margin-left:4px}.theme-img-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:6px}.theme-img-grid.is-disabled{opacity:.55;pointer-events:none}.theme-img-option{position:relative;border-radius:10px;overflow:hidden;cursor:pointer;border:2px solid #e2e8f0;aspect-ratio:1;transition:all .2s ease}.theme-img-option:hover{border-color:#93c5fd}.theme-img-option.selected{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.theme-img-option img,.theme-img-option .theme-img-placeholder{width:100%;height:100%;object-fit:cover;display:block}.theme-img-placeholder{display:flex;align-items:center;justify-content:center;background:#e2e8f0;color:#64748b;font-size:18px;font-weight:700}.theme-img-check{position:absolute;top:6px;right:6px;width:22px;height:22px;background:#3b82f6;border-radius:50%;display:none;align-items:center;justify-content:center;color:#fff}.theme-img-option.selected .theme-img-check{display:flex}.theme-img-name{font-size:10px;color:#64748b;text-align:center;margin-top:4px;font-weight:500}.img-divider{display:flex;align-items:center;gap:12px;margin:14px 0}.img-divider-line{flex:1;height:1px;background:#e2e8f0}.img-divider-text{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.upload-area{border:2px dashed #e2e8f0;border-radius:10px;padding:20px;text-align:center;cursor:pointer;transition:all .2s ease;background:#fafbfc}.upload-area:hover{border-color:#93c5fd;background:#f0f7ff}.upload-area.is-disabled{opacity:.55;pointer-events:none;cursor:not-allowed}.upload-area.has-preview{border-style:solid;border-color:#3b82f6;background:#fff;padding:8px}.upload-area.selected{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.upload-icon{width:40px;height:40px;background:linear-gradient(135deg,#eff6ff,#e0e7ff);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#3b82f6;margin:0 auto 10px}.upload-text{font-size:13px;color:#334155;font-weight:500}.upload-hint{font-size:11px;color:#94a3b8;margin-top:4px}.upload-preview{width:100%;border-radius:6px;object-fit:contain;max-height:160px}.upload-preview-wrap{position:relative}.upload-remove-btn{position:absolute;top:6px;right:6px;width:26px;height:26px;background:#0f172ab3;border:none;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.upload-remove-btn:hover{background:#ef4444e6}.theme-table-img{width:36px;height:36px;border-radius:8px;object-fit:contain;flex-shrink:0}.theme-table-img--placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff,#e0e7ff);color:#3b82f6;border:1px solid #e2e8f0}.theme-table-img--placeholder svg{width:18px;height:18px}.theme-name-with-img{display:flex;align-items:center;gap:10px;min-width:0;width:100%;overflow:hidden}.theme-name-with-img span{display:block;flex:1 1 0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-detail-img{width:100%;max-height:200px;object-fit:cover;border-radius:12px;margin-bottom:20px}.theme-drawer-img{width:100%;height:180px;object-fit:cover;border-radius:10px;margin-bottom:20px}.theme-drawer-name{font-size:20px;font-weight:700;color:#0f172a;letter-spacing:-.3px;margin-bottom:6px}.theme-drawer-desc{font-size:14px;color:#64748b;line-height:1.6;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #f1f5f9}.popular-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:600;background:linear-gradient(135deg,#fef9c3,#fef3c7);color:#92400e;border:1px solid #fde68a}.theme-info-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid #f1f5f9}.theme-info-row:last-child{border-bottom:none}.theme-info-label{font-size:13px;color:#94a3b8;font-weight:500}.theme-info-value{font-size:13px;color:#0f172a;font-weight:600;min-width:0}.delete-icon-wrap{width:48px;height:48px;background:#fef2f2;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:#ef4444}.delete-modal-msg{font-size:14px;color:#64748b;line-height:1.6}.confirm-modal{padding:0}.confirm-modal .confirm-modal-content{padding:32px 28px 8px;text-align:center;display:flex;flex-direction:column;align-items:center}.confirm-icon-wrap{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;flex-shrink:0;box-shadow:0 0 0 8px #00000008}.confirm-icon-wrap svg{width:24px;height:24px}.confirm-modal--danger .confirm-icon-wrap{background:#fef2f2;color:#dc2626;box-shadow:0 0 0 8px #dc26260f}.confirm-modal--success .confirm-icon-wrap{background:linear-gradient(145deg,#ecfdf5,#d1fae5);color:#059669;box-shadow:0 0 0 8px #05966914}.confirm-modal-title{font-size:18px;font-weight:700;color:#0f172a;letter-spacing:-.02em;margin:0 0 8px;line-height:1.3}.confirm-modal-msg{font-size:14px;color:#64748b;line-height:1.55;margin:0;max-width:320px}.confirm-modal-msg strong{color:#334155;font-weight:600}.confirm-modal-footer{padding:24px 28px 28px;display:flex;justify-content:center;gap:10px}.confirm-modal-footer .btn-secondary,.confirm-modal-footer .btn-success,.confirm-modal-footer .btn-danger,.confirm-modal-footer .btn-warning{display:inline-flex;align-items:center;justify-content:center;min-width:112px;padding:10px 18px;font-weight:600;border-radius:10px;text-align:center}.confirm-modal-footer .btn-secondary{background:#f8fafc;border-color:#e2e8f0;color:#475569}.confirm-modal-footer .btn-secondary:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.modal:has(.confirm-modal){max-width:400px;overflow:hidden}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;opacity:0;visibility:hidden;transition:all .25s ease;overflow:hidden}.drawer-overlay.open{opacity:1;visibility:visible}.drawer{position:fixed;top:0;right:-480px;width:480px;max-width:100vw;height:100%;height:100dvh;background:#fff;box-shadow:-8px 0 30px #0000001f;z-index:1001;display:flex;flex-direction:column;transition:right .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.drawer-overlay.open .drawer{right:0}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.drawer-header h3{font-size:18px;font-weight:700;color:#0f172a}.drawer-close{width:34px;height:34px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .15s ease}.drawer-close:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}.drawer-body{flex:1;min-height:0;padding:28px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.drawer-field{margin-bottom:24px}.drawer-field:last-child{margin-bottom:0}.drawer-label{font-size:12px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.drawer-value{font-size:14px;color:#0f172a;font-weight:500}.drawer-value.email{color:#3b82f6}.drawer-message{font-size:14px;color:#334155;line-height:1.7;background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;padding:16px 20px}.drawer-footer{padding:20px 28px;border-top:1px solid #e2e8f0;flex-shrink:0}.table-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#94a3b8 #f1f5f9}.table-scroll::-webkit-scrollbar{height:10px}.table-scroll::-webkit-scrollbar-track{background:#f1f5f9;border-radius:999px;margin:0 16px 10px}.table-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px;border:2px solid #f1f5f9}.table-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}.users-table,.themes-table,.req-table,.feedback-table,.quotes-table{min-width:960px}.users-table{min-width:1200px}.themes-table{min-width:1040px}.quotes-table{min-width:720px}.feedback-table{min-width:860px}.req-table{min-width:920px}.recent-table-wrapper{width:100%;max-width:100%;min-width:0}.recent-table-wrapper .users-table{min-width:1200px}@media(max-width:1400px){.stats-grid,.users-summary-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1200px){.users-summary-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1100px){.charts-grid{grid-template-columns:1fr}.themes-summary-grid{grid-template-columns:repeat(2,1fr)}.table-scroll{background:linear-gradient(#fff 33%,#fff0) center top / 100% 24px no-repeat local,linear-gradient(#fff0,#fff 66%) center bottom / 100% 24px no-repeat local,linear-gradient(to right,#fff,#fff0) left center / 28px 100% no-repeat local,linear-gradient(to left,#fff,#fff0) right center / 28px 100% no-repeat local}}@media(max-width:1024px){.main-content{margin-left:0}.dashboard,.themes-page,.users-page,.feedback-page,.theme-detail{padding:20px}.themes-toolbar{flex-wrap:wrap}.themes-toolbar-left{flex-wrap:wrap;width:100%}.themes-search{width:100%;max-width:100%}.themes-sort-select{min-width:140px;flex:1}.stat-value{font-size:24px}}@media(max-width:900px){.stats-grid{grid-template-columns:repeat(2,1fr)}.themes-summary-grid,.feedback-summary-grid,.users-summary-grid,.detail-stats{grid-template-columns:1fr}.drawer{width:100vw}.tab-nav{width:100%}.tab-btn{flex:1;justify-content:center}.page-subtitle{display:none}.theme-img-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.stats-grid{grid-template-columns:1fr}.dashboard,.themes-page,.users-page,.feedback-page,.theme-detail{padding:16px}.page-title{font-size:18px}.chart-canvas{height:240px}.quotes-toolbar{flex-direction:column;align-items:stretch;gap:12px}.quotes-toolbar-right{width:100%;flex-wrap:wrap}.modal{width:calc(100vw - 24px)!important;max-width:100%}.modal-body{padding:16px}.pagination{padding:14px 16px}}@media(max-width:480px){.admin-profile{padding:4px;border:none}.themes-sort-select{min-width:100%}.users-custom-dates .themes-toolbar-left{flex-direction:column;width:100%}.filter-date-input{width:100%}}
