.chat-widget-btn{position:fixed;bottom:28px;right:28px;z-index:9999;width:56px;height:56px;border-radius:50%;background:var(--primary, #E53935);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #00000040;transition:all var(--transition-normal, .2s)}.chat-widget-btn:hover{transform:scale(1.08);box-shadow:0 6px 24px #00000059}.chat-widget-badge{position:absolute;top:-4px;right:-4px;background:#e53935;color:#fff;font-size:.7rem;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 5px}.chat-widget-window{position:fixed;bottom:28px;right:28px;z-index:9999;width:380px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 100px);background:var(--bg-card, #1e1e1e);border:1px solid var(--border-color, #333);border-radius:var(--radius-lg, 12px);display:flex;flex-direction:column;box-shadow:0 8px 32px #00000040;overflow:hidden}.chat-widget-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--primary, #E53935);color:#fff;font-weight:600;font-size:.95rem;flex-shrink:0}.chat-widget-close{background:none;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;padding:4px;border-radius:var(--radius-sm);transition:background var(--transition-fast)}.chat-widget-close:hover{background:#fff3}.chat-widget-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px;background:var(--bg-primary, #121212)}.chat-widget-loading,.chat-widget-empty{text-align:center;color:var(--text-muted, #999);font-size:.85rem;padding:20px 0}.chat-msg{display:flex;flex-direction:column;max-width:80%}.chat-msg-self{align-self:flex-end;align-items:flex-end}.chat-msg-other{align-self:flex-start;align-items:flex-start}.chat-msg-bubble{padding:10px 14px;border-radius:16px;font-size:.9rem;line-height:1.45;word-break:break-word;white-space:pre-wrap}.chat-msg-self .chat-msg-bubble{background:var(--primary, #E53935);color:#fff;border-bottom-right-radius:4px}.chat-msg-other .chat-msg-bubble{background:var(--bg-secondary, #2a2a2a);color:var(--text-primary, #fff);border-bottom-left-radius:4px}.chat-msg-time{font-size:.7rem;color:var(--text-muted, #999);margin-top:2px;padding:0 4px}.chat-widget-input{display:flex;align-items:flex-end;gap:8px;padding:12px 16px;border-top:1px solid var(--border-color, #333);background:var(--bg-card, #1e1e1e);flex-shrink:0}.chat-widget-input textarea{flex:1;resize:none;border:1px solid var(--border-color, #333);border-radius:var(--radius-md, 8px);padding:10px 12px;font-size:.9rem;font-family:inherit;background:var(--bg-primary, #121212);color:var(--text-primary, #fff);outline:none;max-height:80px;transition:border-color var(--transition-fast, .15s)}.chat-widget-input textarea:focus{border-color:var(--primary, #E53935)}.chat-send-btn{width:40px;height:40px;border-radius:50%;background:var(--primary, #E53935);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all var(--transition-fast, .15s)}.chat-send-btn:hover:not(:disabled){background:var(--primary-dark, #c62828)}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:480px){.chat-widget-window{bottom:12px;right:12px;width:calc(100vw - 24px);height:420px;max-height:calc(100vh - 80px);border-radius:var(--radius-lg, 12px)}.chat-widget-btn{bottom:16px;right:16px;width:48px;height:48px}}.notif-popup-overlay{position:fixed;inset:0;background:#00000059;z-index:399}.notif-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:92%;max-width:400px;max-height:80vh;background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:0 20px 60px #00000040;z-index:400;display:flex;flex-direction:column;overflow:hidden}.notif-popup-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-lg) var(--space-lg) var(--space-md)}.notif-popup-header h3{font-size:1.1rem;font-weight:700;margin:0}.notif-popup-close{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:6px;border-radius:var(--radius-sm)}.notif-popup-close:hover{color:var(--text-primary);background:var(--bg-tertiary)}.notif-popup-body{flex:1;overflow-y:auto;padding:0 var(--space-lg)}.notif-popup-empty{text-align:center;color:var(--text-muted);padding:var(--space-xl) 0;font-size:.9rem}.notif-popup-item{display:flex;gap:var(--space-sm);padding:var(--space-md) 0;border-bottom:1px solid var(--border-color)}.notif-popup-item:last-child{border-bottom:none}.notif-popup-item--unread{background:transparent}.notif-popup-item--unread .notif-popup-title{font-weight:700}.notif-popup-icon{flex-shrink:0;width:32px;height:32px;border-radius:50%;border:2px solid var(--color-primary);display:flex;align-items:center;justify-content:center;color:var(--color-primary);margin-top:2px}.notif-popup-content{flex:1;min-width:0}.notif-popup-title{font-size:.88rem;font-weight:600;margin:0;line-height:1.3}.notif-popup-msg{font-size:.8rem;color:var(--text-secondary);margin:2px 0 4px;line-height:1.4}.notif-popup-date{font-size:.72rem;color:var(--color-primary);font-weight:500}.notif-popup-footer{padding:var(--space-md) var(--space-lg);text-align:center;border-top:1px solid var(--border-color)}.notif-popup-readall{background:none;border:none;color:var(--color-primary);font-size:.88rem;font-weight:600;cursor:pointer;padding:4px 8px;border-radius:var(--radius-sm)}.notif-popup-readall:hover{text-decoration:underline}.dashboard-layout{display:flex;min-height:100vh}.dashboard-sidebar{width:var(--sidebar-width);background:var(--bg-secondary);border-right:1px solid var(--border-color);display:flex;flex-direction:column;justify-content:space-between;padding:var(--space-lg);position:fixed;top:0;left:0;bottom:0;overflow-y:auto;z-index:50}.dashboard-sidebar-top{display:flex;flex-direction:column;gap:var(--space-lg)}.dashboard-sidebar-logo{display:flex;align-items:center;gap:var(--space-sm)}.dashboard-logo-icon{width:32px;height:32px;border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.95rem;color:#fff}.dashboard-logo-text{font-weight:800;font-size:1.15rem;color:var(--text-primary)}.dashboard-balance-card{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-radius:var(--radius-md);padding:var(--space-md);display:flex;flex-direction:column;gap:4px}.dashboard-balance-label{font-size:.75rem;color:#ffffffb3;font-weight:500}.dashboard-balance-value{font-size:1.2rem;font-weight:800;color:#fff}.dashboard-nav{display:flex;flex-direction:column;gap:4px}.dashboard-nav-link{display:flex;align-items:center;gap:var(--space-sm);padding:10px var(--space-md);border-radius:var(--radius-sm);font-size:.88rem;font-weight:500;color:var(--text-secondary);transition:all var(--transition-fast);cursor:pointer;width:100%;text-align:left}.dashboard-nav-link:hover{background:var(--hover-overlay);color:var(--text-primary)}.dashboard-nav-link.active{background:var(--hover-overlay-strong);color:var(--color-primary-light)}.nav-chat-badge{margin-left:auto;background:var(--primary, #E53935);color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px;line-height:1}.dashboard-sidebar-bottom{display:flex;flex-direction:column;gap:4px;padding-top:var(--space-md);border-top:1px solid var(--border-color)}.dashboard-logout:hover{background:var(--danger-overlay);color:var(--color-error)}.dashboard-content{flex:1;margin-left:var(--sidebar-width);display:flex;flex-direction:column;overflow-x:hidden;max-width:100vw}.dashboard-topbar{display:flex;align-items:center;justify-content:space-between;padding:var(--space-md) var(--space-xl);background:var(--bg-secondary);border-bottom:1px solid var(--border-color);height:64px;position:sticky;top:0;z-index:40}.dashboard-topbar-title{font-size:1.1rem;font-weight:700}.dashboard-topbar-right{display:flex;align-items:center;gap:var(--space-sm)}.admin-font-selector{position:relative}.admin-font-btn{display:flex;align-items:center;gap:5px;padding:6px 12px;border-radius:var(--radius-sm);border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-secondary);font-size:.78rem;font-weight:600;cursor:pointer;transition:all .15s}.admin-font-btn:hover{border-color:var(--border-color-strong);color:var(--text-primary)}.admin-font-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:90px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);overflow:hidden;z-index:200}.admin-font-option{display:block;width:100%;padding:8px 14px;font-size:.82rem;color:var(--text-secondary);cursor:pointer;text-align:left;border:none;background:none;transition:all .15s}.admin-font-option:hover{background:var(--hover-overlay);color:var(--text-primary)}.admin-font-option.active{color:var(--color-primary-light);font-weight:600}.dashboard-topbar-user{display:flex;align-items:center;gap:var(--space-sm)}.dashboard-topbar-bell{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-sm);background:none;border:none;color:var(--text-secondary);cursor:pointer;position:relative;transition:background var(--transition-fast)}.dashboard-topbar-bell:hover{background:var(--hover-overlay);color:var(--text-primary)}.dashboard-topbar-name{font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:6px}.dash-reseller-badge{font-size:.6rem;font-weight:700;padding:1px 6px;border-radius:4px;background:var(--color-primary);color:#fff;text-transform:uppercase;letter-spacing:.04em}.dashboard-topbar-role{font-size:.75rem;color:var(--text-muted)}.dashboard-main{flex:1;padding:var(--space-xl);background:var(--bg-primary);overflow-x:hidden}.dash-topbar-mob-user,.dash-topbar-mob-icons{display:none}@media(max-width:640px){.dashboard-sidebar{display:none}.dashboard-content{margin-left:0}.dashboard-topbar-title,.dashboard-topbar-user,.dashboard-topbar-bell{display:none}.admin-notif-wrap .dashboard-topbar-bell{display:flex}.dash-topbar-mob-user{display:flex;align-items:center;gap:var(--space-sm)}.dash-topbar-mob-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.dash-topbar-mob-name{font-size:.95rem;font-weight:700}.dash-topbar-mob-icons{display:flex;align-items:center;gap:6px}.dash-topbar-mob-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--radius-sm);color:var(--text-secondary);background:none;border:none;cursor:pointer;position:relative;transition:background var(--transition-fast)}.dash-topbar-mob-icon:hover{background:var(--hover-overlay);color:var(--text-primary)}.dash-topbar-bell-dot{position:absolute;top:8px;right:8px;width:8px;height:8px;border-radius:50%;background:#ef4444;border:2px solid var(--bg-secondary)}.dashboard-main{padding:var(--space-md)}}.dash-drawer-overlay{position:fixed;inset:0;background:#0006;z-index:299}.dash-drawer{position:fixed;top:0;right:0;width:280px;height:100dvh;background:var(--bg-secondary);border-left:1px solid var(--border-color);z-index:300;display:flex;flex-direction:column;justify-content:space-between;transform:translate(100%);transition:transform .25s ease;overflow-y:auto}.dash-drawer--open{transform:translate(0)}.dash-drawer-close{position:absolute;top:14px;right:14px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:6px;border-radius:var(--radius-sm);z-index:1}.dash-drawer-close:hover{color:var(--text-primary);background:var(--bg-tertiary)}.admin-hamburger{display:none;align-items:center;justify-content:center;background:none;border:none;color:var(--text-primary);cursor:pointer;padding:6px;margin-right:8px;border-radius:var(--radius-sm);flex-shrink:0}.admin-hamburger:hover{background:var(--bg-tertiary)}.admin-drawer-overlay{display:none;position:fixed;inset:0;background:#00000059;z-index:299}.admin-drawer{display:none;position:fixed;top:0;left:0;width:260px;height:100dvh;background:var(--bg-secondary);border-right:1px solid var(--border-color);z-index:300;flex-direction:column;transform:translate(-100%);transition:transform .25s ease;overflow-y:auto}.admin-drawer--open{transform:translate(0)}.admin-drawer-close{position:absolute;top:14px;right:14px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:6px;border-radius:var(--radius-sm);z-index:1}.admin-drawer-close:hover{color:var(--text-primary);background:var(--bg-tertiary)}.admin-drawer .dashboard-logo-text,.admin-drawer .dashboard-nav-link span,.admin-drawer .dashboard-balance-card,.admin-drawer .dashboard-sidebar-bottom span{display:flex}.admin-drawer .dashboard-balance-card{flex-direction:column}.admin-drawer .dashboard-nav-link{justify-content:flex-start;padding:10px var(--space-md)}.admin-drawer .dashboard-sidebar-top{align-items:flex-start}@media(max-width:640px){.admin-hamburger,.admin-drawer{display:flex}.admin-drawer-overlay{display:block}}.admin-notif-wrap{position:relative}.admin-notif-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:300px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:0 12px 40px #00000026;z-index:200;overflow:hidden}.admin-notif-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 10px;border-bottom:1px solid var(--border-color)}.admin-notif-header h4{margin:0;font-size:.95rem;font-weight:700}.admin-notif-close{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:4px;border-radius:var(--radius-sm)}.admin-notif-close:hover{color:var(--text-primary);background:var(--hover-overlay)}.admin-notif-body{padding:8px}.admin-notif-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:var(--radius-md);text-decoration:none;transition:background .15s}.admin-notif-item:hover{opacity:.85}.admin-notif-item--order{background:#22c55e14;margin-bottom:6px}.admin-notif-item--report{background:#ef444414}.admin-notif-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-notif-icon--order{background:#22c55e26;color:#16a34a}.admin-notif-icon--report{background:#ef444426;color:#dc2626}.admin-notif-title{font-size:.88rem;font-weight:700;margin:0;color:var(--text-primary)}.admin-notif-sub{font-size:.78rem;color:var(--text-secondary);margin:2px 0 0}.admin-notif-empty{text-align:center;color:var(--text-muted);padding:20px 0;font-size:.85rem;margin:0}[data-theme=dark] .admin-notif-dropdown{background:var(--bg-secondary);border-color:#ffffff14}.dashboard-page{display:flex;flex-direction:column;gap:var(--space-xl);overflow-x:hidden;min-width:0}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-md)}.dashboard-stat-card{display:flex;align-items:center;gap:var(--space-md);background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--space-lg);transition:all var(--transition-normal)}.dashboard-stat-card:hover{border-color:var(--border-color-strong);transform:translateY(-2px)}.dashboard-stat-icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-primary .dashboard-stat-icon{background:var(--hover-overlay-strong);color:var(--color-primary-light)}.stat-accent .dashboard-stat-icon{background:#00cec926;color:var(--color-accent)}.stat-warning .dashboard-stat-icon{background:#fdcb6e26;color:var(--color-warning)}.stat-info .dashboard-stat-icon{background:#74b9ff26;color:var(--color-info)}.dashboard-stat-info{display:flex;flex-direction:column;gap:2px}.dashboard-stat-label{font-size:.78rem;color:var(--text-muted)}.dashboard-stat-value{font-size:1.3rem;font-weight:800}.dashboard-stat-growth{display:flex;align-items:center;gap:4px;font-size:.78rem;color:var(--color-success);font-weight:600}.dashboard-chart-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--space-xl)}.dashboard-card-title{font-size:1rem;font-weight:700;margin-bottom:var(--space-lg)}.dashboard-chart-bars{display:flex;align-items:flex-end;justify-content:space-around;height:200px;gap:var(--space-md);padding-top:var(--space-md)}.dashboard-chart-bar-group{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);flex:1;height:100%;justify-content:flex-end}.dashboard-chart-bar{width:100%;max-width:50px;background:linear-gradient(to top,var(--color-primary),var(--color-primary-light));border-radius:var(--radius-sm) var(--radius-sm) 0 0;position:relative;min-height:10px;transition:height .5s ease;cursor:pointer}.dashboard-chart-bar:hover{opacity:.8}.dashboard-chart-bar-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);padding:4px 8px;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:6px;font-size:.7rem;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity var(--transition-fast)}.dashboard-chart-bar:hover .dashboard-chart-bar-tooltip{opacity:1}.dashboard-chart-bar-label{font-size:.75rem;color:var(--text-muted)}.dashboard-table-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--space-xl);overflow:hidden}.dashboard-table-wrapper{overflow-x:auto}.dashboard-table{width:100%;border-collapse:collapse}.dashboard-table th{text-align:left;padding:12px var(--space-md);font-size:.78rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border-color)}.dashboard-table td{padding:14px var(--space-md);font-size:.85rem;border-bottom:1px solid var(--border-color)}.dashboard-table tr:last-child td{border-bottom:none}.dashboard-table-id{font-family:var(--font-mono);font-size:.8rem;color:var(--text-muted)}.dashboard-table-product{display:flex;align-items:center;gap:var(--space-sm)}.dashboard-table-product img{width:36px;height:28px;border-radius:4px;object-fit:cover}.dashboard-table-product span{font-weight:600;font-size:.85rem}.dashboard-table-amount{font-weight:700;color:var(--color-accent)}.dashboard-table-time{color:var(--text-muted);font-size:.8rem}.dashboard-form{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--space-xl);display:flex;flex-direction:column;gap:var(--space-lg);max-width:700px}.dashboard-form-title{font-size:1.1rem;font-weight:700;padding-bottom:var(--space-md);border-bottom:1px solid var(--border-color)}.dashboard-form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md)}.dashboard-form-actions{display:flex;gap:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--border-color)}.dashboard-product-list{display:flex;flex-direction:column;gap:var(--space-md)}.dashboard-product-item{display:flex;align-items:center;justify-content:space-between;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-md);transition:border-color var(--transition-fast)}.dashboard-product-item:hover{border-color:var(--border-color-strong)}.dashboard-product-item-left{display:flex;align-items:center;gap:var(--space-md)}.dashboard-product-item-thumb{width:60px;height:45px;border-radius:var(--radius-sm);object-fit:cover}.dashboard-product-item-info{display:flex;flex-direction:column;gap:2px}.dashboard-product-item-name{font-weight:700;font-size:.9rem}.dashboard-product-item-meta{font-size:.78rem;color:var(--text-muted)}.dashboard-product-item-right{display:flex;align-items:center;gap:var(--space-md)}.dashboard-product-item-price{font-weight:700;color:var(--color-accent);font-size:.95rem}.dashboard-empty{display:flex;flex-direction:column;align-items:center;gap:var(--space-md);padding:var(--space-3xl);text-align:center;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg)}.dashboard-empty-icon{font-size:3rem}.dashboard-empty h3{font-size:1.1rem;font-weight:700}.dashboard-empty p{color:var(--text-muted);font-size:.9rem}.checkout-success-wrapper{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:var(--space-xl)}.checkout-success-card{text-align:center;max-width:480px}.checkout-success-icon{color:var(--color-success);margin-bottom:var(--space-lg)}.checkout-success-title{font-size:1.8rem;font-weight:800;margin-bottom:var(--space-md)}.checkout-success-desc{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin-bottom:var(--space-xl)}.checkout-success-actions{display:flex;flex-direction:column;gap:var(--space-sm)}.dashboard-withdraw-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--space-xl)}.dashboard-withdraw-balance{text-align:center;padding:var(--space-xl);background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-radius:var(--radius-lg);margin-bottom:var(--space-xl)}.dashboard-withdraw-balance-label{font-size:.85rem;color:#ffffffb3}.dashboard-withdraw-balance-value{font-size:2.2rem;font-weight:800;color:#fff;margin-top:4px}@media(max-width:768px){.dashboard-stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-form-row{grid-template-columns:1fr}.dashboard-product-item{flex-direction:column;align-items:flex-start;gap:var(--space-md)}}.dov-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-md)}.dov-stat-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-sm)}.dov-stat-card--balance{background:linear-gradient(135deg,var(--color-primary-dark),var(--color-primary));border:none;color:#fff}.dov-stat-card--balance .dov-stat-label{color:#fffc}.dov-stat-card--balance .dov-stat-value{color:#fff}.dov-stat-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.dov-stat-row{display:flex;align-items:center;justify-content:space-between}.dov-stat-value{font-size:1.35rem;font-weight:800}.dov-stat-icon{width:36px;height:36px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--text-muted)}.dov-stat-icon--balance{background:#fff3;color:#fff;border-radius:50%}.dov-stat-icon--spent{color:#22c55e}.dov-stat-icon--pre{color:var(--color-primary)}.dov-recent{display:flex;flex-direction:column;gap:var(--space-md)}.dov-recent-header{display:flex;align-items:center;justify-content:space-between}.dov-recent-title{font-size:1.05rem;font-weight:800}.dov-recent-viewall{font-size:.82rem;font-weight:600;color:var(--color-primary)}.dov-recent-viewall:hover{text-decoration:underline}.dov-activity-list{display:flex;flex-direction:column;gap:2px}.dov-activity-item{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-lg);background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:border-color var(--transition-fast)}.dov-activity-item:hover{border-color:var(--border-color-strong)}.dov-activity-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary-dark),var(--color-primary));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.95rem;flex-shrink:0}.dov-activity-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.dov-activity-name{font-size:.9rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dov-activity-date{font-size:.75rem;color:var(--text-muted)}.dov-activity-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.dov-activity-price{font-size:.9rem;font-weight:700}.dov-activity-status{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.dov-activity-status--success{color:#22c55e}.dov-activity-status--warning{color:#eab308}.dov-activity-status--error{color:#ef4444}.dov-activity-status--default{color:var(--text-muted)}@media(max-width:768px){.dov-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:420px){.dov-stat-value{font-size:1.1rem}.dov-stat-card{padding:var(--space-md)}}.dash-coming-soon{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg)}.dash-coming-icon{font-size:2.5rem;margin-bottom:var(--space-md)}.dash-coming-soon h2,.dash-coming-soon h3{font-size:1.2rem;font-weight:700;margin-bottom:var(--space-sm)}.dash-coming-soon p{font-size:.88rem;color:var(--text-muted);max-width:400px}.topup-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.topup-left,.topup-right{display:flex;flex-direction:column;gap:0}.topup-balance-card{display:flex;flex-direction:column;gap:6px;padding:24px;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--color-primary) 0%,#b71c1c 100%);color:#fff}.topup-balance-label{font-size:.7rem;font-weight:700;letter-spacing:1px;opacity:.8}.topup-balance-amount{font-size:2rem;font-weight:800;letter-spacing:-.5px}.topup-balance-badge{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;font-weight:500;opacity:.85}.topup-qr-box{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:18px;padding:20px;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border)}.topup-qr-img{width:180px;height:180px;object-fit:contain;border-radius:var(--radius-md)}.topup-info-box{display:flex;gap:10px;padding:14px 16px;border-radius:var(--radius-md);background:#eab30814;border:1px solid rgba(234,179,8,.18);color:var(--text-secondary);font-size:.82rem;line-height:1.5}.topup-right .input-field{width:100%}@media(max-width:768px){.topup-grid{grid-template-columns:1fr}.topup-qr-img{width:140px;height:140px}.topup-balance-amount{font-size:1.5rem}}.ef-container{display:flex;flex-direction:column;gap:var(--space-md);max-width:540px;margin:0 auto;width:100%}.ef-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px}.ef-title{font-size:1.15rem;font-weight:800;color:var(--text-primary);margin:0}.ef-desc{font-size:.82rem;color:var(--text-muted);margin:2px 0 0}.ef-email-badge{display:flex;align-items:center;gap:6px;padding:8px 16px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:.82rem;font-weight:600;color:var(--text-primary);cursor:pointer;transition:background .15s}.ef-email-badge:hover{background:var(--hover-overlay)}.ef-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden}.ef-select-row{display:flex;align-items:flex-end;gap:12px;padding:16px 20px;border-bottom:1px solid var(--border-color)}.ef-select-left{flex:1;min-width:0;position:relative}.ef-select-label{display:block;font-size:.68rem;font-weight:700;letter-spacing:.05em;color:var(--text-muted);text-transform:uppercase;margin-bottom:4px}.ef-select-btn{display:flex;align-items:center;justify-content:space-between;width:100%;background:transparent;border:none;cursor:pointer;padding:0;gap:8px}.ef-select-email{font-size:.95rem;font-weight:700;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;text-align:left}.ef-select-btn svg{color:var(--text-muted);flex-shrink:0}.ef-dropdown{position:absolute;top:100%;left:0;right:0;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:0 8px 24px #00000026;z-index:50;max-height:200px;overflow-y:auto;margin-top:4px}.ef-dropdown-item{display:block;width:100%;padding:10px 14px;border:none;background:transparent;text-align:left;font-size:.85rem;color:var(--text-primary);cursor:pointer;transition:background .12s}.ef-dropdown-item:hover{background:var(--hover-overlay)}.ef-dropdown-item--active{color:var(--color-primary);font-weight:600;background:#e539350f}.ef-fetch-btn2{display:flex;align-items:center;gap:6px;padding:8px 18px;background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-md);font-size:.82rem;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:opacity .15s}.ef-fetch-btn2:hover{opacity:.9}.ef-fetch-btn2:disabled{opacity:.5;cursor:not-allowed}.ef-meta{border-bottom:1px solid var(--border-color);padding:14px 20px}.ef-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ef-meta-item{display:flex;flex-direction:column;gap:2px;min-width:0}.ef-meta-label{font-size:.68rem;font-weight:700;letter-spacing:.05em;color:var(--text-muted);text-transform:uppercase}.ef-meta-value{font-size:.85rem;font-weight:500;color:var(--text-primary);line-height:1.3}.ef-meta-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ef-body-wrap{min-height:300px;max-height:70vh;overflow-y:auto}.ef-body-iframe{width:100%;min-height:400px;height:60vh;border:none;display:block;background:#fff}.ef-body-text{padding:20px;font-size:.88rem;line-height:1.7;color:var(--text-primary);white-space:pre-wrap;word-break:break-word}.ef-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--text-muted);padding:60px 20px}.ef-empty-state h4{margin:0;font-size:1rem;font-weight:700;color:var(--text-primary)}.ef-empty-state p{font-size:.82rem;margin:0}.ef-status-bar{font-size:.78rem;color:var(--text-muted);padding:8px 16px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md)}@media(max-width:768px){.ef-container{max-width:100%}.ef-meta-grid{grid-template-columns:1fr 1fr;gap:8px}.ef-body-iframe{height:50vh;min-height:300px}}.dash-section-title{font-size:1.1rem;font-weight:700}.dash-tx-list{display:flex;flex-direction:column;gap:var(--space-sm)}.dash-tx-item{display:flex;align-items:center;justify-content:space-between;padding:var(--space-md) var(--space-lg);background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:border-color var(--transition-fast)}.dash-tx-item:hover{border-color:var(--border-color-strong)}.dash-tx-left{display:flex;flex-direction:column;gap:2px}.dash-tx-id{font-size:.82rem;font-weight:700;color:var(--color-primary)}.dash-tx-product{font-size:.9rem;font-weight:600}.dash-tx-date{font-size:.78rem;color:var(--text-muted)}.dash-tx-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.dash-tx-amount{font-size:.95rem;font-weight:700}.dash-tx-status{font-size:.72rem;font-weight:700;text-transform:uppercase;padding:2px 8px;border-radius:99px;letter-spacing:.03em}.dash-tx-status--success{background:#22c55e1f;color:#22c55e}.dash-tx-status--warning{background:#eab3081f;color:#eab308}.dash-tx-status--error{background:#ef44441f;color:#ef4444}.dash-tx-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid var(--border-color, #e5e7eb);background:#fff}.dash-tx-table{width:100%;border-collapse:collapse;min-width:600px}.dash-tx-table thead th{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted, #999);padding:12px 16px;text-align:left;border-bottom:1px solid var(--border-color, #e5e7eb)}.dash-tx-row td{padding:14px 16px;border-bottom:1px solid var(--border-color, #f0f0f0);vertical-align:middle}.dash-tx-row:last-child td{border-bottom:none}.dash-tx-cell-product-inner{display:flex;align-items:center;gap:10px}.dash-tx-thumb{width:36px;height:36px;border-radius:8px;object-fit:cover;background:#f3f4f6;flex-shrink:0}.dash-tx-thumb--placeholder{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:#9b0f06}.dash-tx-name{font-weight:600;font-size:.88rem;display:block;color:var(--text-primary)}.dash-tx-txn{font-size:.72rem;color:var(--text-muted, #999)}.dash-tx-cell-date span{display:block;font-size:.82rem;color:var(--text-primary)}.dash-tx-time{font-size:.72rem;color:var(--text-muted, #999)}.dash-tx-method{font-size:.78rem;font-weight:700;display:block;color:var(--text-primary)}.dash-tx-receipt{font-size:.7rem;color:var(--text-muted, #999);display:flex;align-items:center;gap:3px;margin-top:2px}.dash-tx-cell-amount{font-size:.9rem;font-weight:700;color:var(--text-primary);white-space:nowrap}[data-theme=dark] .dash-tx-table-wrap{background:var(--bg-card, #1e1e1e);border-color:#ffffff14}[data-theme=dark] .dash-tx-row td{border-color:#ffffff0d}@media(max-width:640px){.dash-tx-table-wrap{border-radius:8px}.dash-tx-table thead th{padding:10px;font-size:.62rem}.dash-tx-row td{padding:10px}}.mp-purchase-list{display:flex;flex-direction:column;gap:12px}.mp-accordion-list{display:flex;flex-direction:column;gap:8px}.mp-acc-item{background:var(--bg-card, #fff);border:1px solid var(--border-color, #e5e7eb);border-radius:12px;overflow:hidden;transition:box-shadow .2s}.mp-acc-item--open{box-shadow:0 2px 12px #0000000f}.mp-acc-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;background:none;border:none;cursor:pointer;text-align:left;transition:background .15s}.mp-acc-header:hover{background:var(--hover-overlay, rgba(0,0,0,.02))}.mp-acc-header-left{display:flex;align-items:center;gap:12px}.mp-acc-icon{width:36px;height:36px;border-radius:10px;object-fit:cover;background:var(--bg-secondary, #f3f4f6);flex-shrink:0}.mp-acc-icon--placeholder{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:var(--color-primary, #9B0F06)}.mp-acc-name{font-weight:700;font-size:.88rem;display:block;color:var(--text-primary)}.mp-acc-qty{font-size:.72rem;color:var(--text-muted, #999);display:block;margin-top:1px}.mp-acc-chevron{color:var(--text-muted, #999);transition:transform .2s;flex-shrink:0}.mp-acc-chevron--open{transform:rotate(180deg)}.mp-acc-body{padding:12px 16px 16px;display:flex;flex-direction:column;gap:8px;border-top:1px solid var(--border-color, #f0f0f0);margin-top:0}.mp-acc-detail-row{display:flex;justify-content:space-between;align-items:center;font-size:.82rem}.mp-acc-detail-label{color:var(--text-muted, #999);font-weight:500}.mp-acc-detail-value{color:var(--text-primary);font-weight:600;text-align:right}.mp-acc-view-btn{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;margin-top:6px;padding:8px 16px;border-radius:8px;border:none;background:var(--color-primary, #9B0F06);color:#fff;font-size:.8rem;font-weight:600;cursor:pointer;transition:opacity .15s}.mp-acc-view-btn:hover{opacity:.85}.mp-acc-body--grouped{padding:0 12px 12px;gap:0}.mp-grp-order{display:flex;align-items:center;justify-content:space-between;padding:10px 4px;border-bottom:1px solid var(--border-color, #f0f0f0)}.mp-grp-order:last-child{border-bottom:none}.mp-grp-order-info{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.mp-grp-order-date{font-size:.78rem;color:var(--text-muted, #999);white-space:nowrap}.mp-grp-order-qty{font-size:.72rem;font-weight:600;color:var(--text-secondary, #666);background:var(--bg-input, #f3f4f6);padding:2px 6px;border-radius:4px}.mp-grp-status{font-size:.68rem;font-weight:700;padding:2px 8px;border-radius:6px;letter-spacing:.03em;white-space:nowrap}.mp-grp-status--ok{background:#22c55e1f;color:#22c55e}.mp-grp-status--expired{background:#6b72801f;color:#6b7280}.mp-grp-status--failed{background:#ef44441f;color:#ef4444}.mp-grp-status--reported{background:#f59e0b1f;color:#f59e0b}.mp-grp-view-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:1px solid var(--border-color, #e5e7eb);background:transparent;color:var(--text-secondary, #666);cursor:pointer;flex-shrink:0;transition:background .15s,color .15s}.mp-grp-view-btn:hover{background:var(--color-primary, #9B0F06);color:#fff;border-color:var(--color-primary, #9B0F06)}[data-theme=dark] .mp-grp-order{border-bottom-color:#ffffff0f}[data-theme=dark] .mp-grp-order-qty{background:#ffffff14;color:var(--text-primary)}[data-theme=dark] .mp-grp-view-btn{border-color:#ffffff1a;color:var(--text-muted)}[data-theme=dark] .mp-acc-item{background:var(--bg-card, #1e1e1e);border-color:#ffffff14}[data-theme=dark] .mp-acc-body{border-top-color:#ffffff0d}[data-theme=dark] .mp-acc-header:hover{background:#ffffff08}.mp-card{background:#fff;border-radius:14px;border:1px solid var(--border-color, #e5e7eb);overflow:hidden}.mp-card-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border-color, #f0f0f0)}.mp-card-header-left{display:flex;align-items:center;gap:10px}.mp-card-icon{width:36px;height:36px;border-radius:8px;object-fit:cover;background:#f3f4f6;flex-shrink:0}.mp-card-icon--placeholder{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:#9b0f06}.mp-card-name{font-weight:700;font-size:.9rem;display:block;color:var(--text-primary)}.mp-card-qty{font-size:.72rem;color:var(--text-muted, #999);display:block}.mp-card-body{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;transition:background .15s}.mp-card-body:hover{background:#9b0f0608}.mp-card-variant-row{flex:1}.mp-card-variant-name{font-weight:600;font-size:.85rem;color:var(--text-primary)}.mp-card-preorder-badge{display:inline-block;margin-left:8px;font-size:.62rem;font-weight:700;padding:2px 8px;border-radius:4px;letter-spacing:.04em;background:#7c3aed1a;color:#7c3aed;border:1px solid rgba(124,58,237,.25);vertical-align:middle}.mp-card-pending-badge{display:inline-block;margin-left:8px;font-size:.62rem;font-weight:700;padding:2px 8px;border-radius:4px;letter-spacing:.04em;background:#f59e0b1a;color:#f59e0b;border:1px solid rgba(245,158,11,.25);vertical-align:middle}.mp-card-date{font-size:.72rem;color:var(--text-muted, #999);display:block;margin-top:2px}.mp-card-arrow{font-size:1.1rem;color:var(--text-muted, #ccc);flex-shrink:0;margin-left:12px}[data-theme=dark] .mp-card{background:var(--bg-card, #1e1e1e);border-color:#ffffff14}[data-theme=dark] .mp-card-header{border-color:#ffffff0d}[data-theme=dark] .mp-card-body:hover{background:#ffffff08}.mp-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}.mp-modal{background:var(--bg-card, #fff);border-radius:16px;padding:24px;width:100%;max-width:420px;max-height:90vh;overflow-y:auto}.mp-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.mp-modal-title{font-weight:700;font-size:1rem;margin:0}.mp-close{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:4px;border-radius:6px}.mp-close:hover{background:#0000000f}.mp-preorder-box{display:flex;flex-direction:column;align-items:center;gap:10px;padding:40px 0;text-align:center}.mp-preorder-title{font-weight:700;font-size:1.1rem;color:#3b82f6}.mp-preorder-sub{font-size:.82rem;color:var(--text-muted, #aaa)}.mp-pending-box{display:flex;flex-direction:column;align-items:center;gap:10px;padding:32px 20px;text-align:center;background:#f59e0b14;border-radius:12px}.mp-pending-title{font-weight:700;font-size:1.1rem;color:#f59e0b}.mp-pending-sub{font-size:.82rem;color:var(--text-muted, #aaa)}.mp-status-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.mp-status-label{font-size:.7rem;font-weight:700;letter-spacing:.05em;color:var(--text-muted, #aaa);text-transform:uppercase}.mp-status-badge{font-size:.72rem;font-weight:700;letter-spacing:.04em;padding:3px 10px;border-radius:99px}.mp-cred-card{background:var(--bg-input, #f8f8f8);border:1px solid var(--border-color, #e5e7eb);border-radius:10px;padding:12px 14px;margin-bottom:10px}.mp-cred-card--muted{background:#00000008}.mp-cred-card--accent{border-left:3px solid #22c55e}.mp-cred-label{font-size:.65rem;font-weight:700;letter-spacing:.06em;color:var(--text-muted, #aaa);text-transform:uppercase;display:block;margin-bottom:4px}.mp-cred-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.mp-cred-value{font-size:.88rem;font-weight:500;word-break:break-all;color:var(--text-primary, #333)}.mp-copy-btn{background:none;border:none;cursor:pointer;font-size:.72rem;font-weight:600;color:#9b0f06;white-space:nowrap;padding:2px 6px;border-radius:4px}.mp-copy-btn:hover{background:#9b0f0614}.mp-rules{font-size:.82rem;line-height:1.7;white-space:pre-wrap;color:var(--text-secondary, #666)}.mp-review-hint{font-size:.78rem;color:#f59e0b;margin:14px 0 6px;text-align:center;font-style:italic}.mp-actions{display:flex;gap:8px;margin-top:16px}.mp-action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 0;border-radius:10px;border:none;font-size:.82rem;font-weight:600;cursor:pointer;transition:opacity .2s}.mp-action-btn:disabled{opacity:.45;cursor:not-allowed}.mp-action-btn--reviewed{background:#22c55e;color:#fff}.mp-action-btn--review{background:#f59e0b;color:#fff}.mp-action-btn--report{background:#ef4444;color:#fff}.mp-action-btn--report:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;opacity:.7}.mp-review-hint{text-align:center;font-size:.78rem;color:#22c55e;margin:4px 0 0}.mp-report-history{margin-top:16px;border-top:1px solid var(--border-primary);padding-top:14px}.mp-report-history-title{display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}.mp-report-record{background:var(--bg-input, rgba(0,0,0,.03));border-radius:10px;padding:10px 12px;margin-bottom:8px}.mp-report-record-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.mp-report-record-status{font-size:.78rem;font-weight:700}.mp-report-record-date{font-size:.72rem;color:var(--text-muted)}.mp-report-record-note{font-size:.78rem;color:var(--text-secondary);padding:6px 10px;background:var(--bg-card);border-radius:6px;margin-top:4px}.mp-report-record-creds{margin-top:6px;font-size:.75rem;display:flex;flex-direction:column;gap:2px}.mp-report-cred-row{display:flex;align-items:center;gap:6px}.mp-report-cred-label{font-weight:600;color:var(--text-muted);min-width:30px}.mp-report-cred-old{color:#ef4444;text-decoration:line-through;font-family:monospace}.mp-report-cred-new{color:#22c55e;font-family:monospace}@media(prefers-color-scheme:dark){.mp-cred-card{background:#ffffff0a;border-color:#ffffff1a}.mp-cred-card--muted{background:#ffffff0f}.mp-copy-btn{color:#e57373}}[data-theme=dark] .mp-cred-card{background:#ffffff0a;border-color:#ffffff1a}[data-theme=dark] .mp-cred-card--muted{background:#ffffff0f}[data-theme=dark] .mp-copy-btn{color:#e57373}.dash-tx-status--default{background:var(--hover-overlay);color:var(--text-muted)}.dash-updates-list{display:flex;flex-direction:column;gap:var(--space-md)}.dash-update-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-lg)}.dash-update-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-sm)}.dash-update-title{font-size:.95rem;font-weight:700}.dash-update-time{font-size:.75rem;color:var(--text-muted)}.dash-update-body{font-size:.85rem;color:var(--text-secondary);line-height:1.6}@media(max-width:640px){.dash-tx-item{flex-direction:column;align-items:flex-start;gap:var(--space-sm)}.dash-tx-right{align-items:flex-start;flex-direction:row;gap:var(--space-sm)}.dash-update-header{flex-direction:column;align-items:flex-start;gap:4px}}.dash-notif-list{display:flex;flex-direction:column}.dash-notif-item{display:flex;gap:var(--space-sm);padding:var(--space-md) 0;border-bottom:1px solid var(--border-color)}.dash-notif-item:last-of-type{border-bottom:none}.dash-notif-item--unread .dash-notif-title{font-weight:700}.dash-notif-icon{flex-shrink:0;width:32px;height:32px;border-radius:50%;border:2px solid var(--color-primary);display:flex;align-items:center;justify-content:center;color:var(--color-primary);margin-top:2px}.dash-notif-content{flex:1;min-width:0}.dash-notif-title{font-size:.88rem;font-weight:600;margin:0}.dash-notif-msg{font-size:.8rem;color:var(--text-secondary);margin:2px 0 4px;line-height:1.4}.dash-notif-date{font-size:.72rem;color:var(--color-primary);font-weight:500}.dash-notif-readall{background:none;border:none;color:var(--color-primary);font-size:.88rem;font-weight:600;cursor:pointer}.dash-notif-readall:hover{text-decoration:underline}.ds-settings{display:flex;gap:var(--space-xl);min-height:480px}.ds-settings-sidebar{width:220px;flex-shrink:0;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--space-lg);align-self:flex-start}.ds-settings-sidebar-title{font-size:.92rem;font-weight:700;margin-bottom:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--border-color)}.ds-settings-nav{display:flex;flex-direction:column;gap:2px}.ds-settings-nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border:none;background:none;border-radius:var(--radius-md);font-size:.85rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);text-align:left}.ds-settings-nav-item:hover{background:var(--hover-overlay);color:var(--text-primary)}.ds-settings-nav-item.active{background:var(--hover-overlay-strong);color:var(--color-primary);font-weight:600}.ds-settings-content{flex:1;min-width:0}.ds-settings-panel{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--space-xl)}.ds-settings-heading{font-size:1.1rem;font-weight:700;margin-bottom:4px}.ds-settings-desc{font-size:.82rem;color:var(--text-muted);margin-bottom:var(--space-lg)}.ds-settings-form{display:flex;flex-direction:column;gap:var(--space-md);max-width:480px}.ds-field{display:flex;flex-direction:column;gap:6px}.ds-field-label{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.ds-field-input{width:100%;padding:10px 14px;border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-primary);color:var(--text-primary);font-size:.88rem;transition:border-color var(--transition-fast);box-sizing:border-box}.ds-field-input:focus{outline:none;border-color:var(--color-primary)}.ds-field-input::placeholder{color:var(--text-muted);opacity:.6}.ds-field-hint{font-size:.72rem;color:var(--text-muted)}.ds-btn{padding:10px 24px;border:none;border-radius:var(--radius-md);font-size:.85rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast);align-self:flex-start}.ds-btn:disabled{opacity:.6;cursor:not-allowed}.ds-btn--primary{background:var(--color-primary);color:#fff}.ds-btn--primary:hover:not(:disabled){opacity:.9}.ds-btn--dark{background:var(--text-primary);color:var(--bg-primary)}.ds-btn--dark:hover:not(:disabled){opacity:.85}.ds-btn--danger{background:#e53935;color:#fff}.ds-btn--danger:hover:not(:disabled){background:#c62828}.ds-security-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl)}.ds-security-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--space-lg)}.ds-security-card-header{display:flex;align-items:center;gap:10px;margin-bottom:var(--space-lg);padding-bottom:var(--space-md);border-bottom:1px solid var(--border-color)}.ds-security-card-header h3{font-size:.95rem;font-weight:700;margin:0}.ds-2fa-status{display:flex;flex-direction:column;gap:var(--space-sm)}.ds-2fa-badge{display:inline-flex;align-items:center;gap:8px;font-size:.82rem;font-weight:600;padding:6px 14px;border-radius:var(--radius-full);width:fit-content}.ds-2fa-badge.enabled{background:#2ed57326;color:var(--color-success)}.ds-2fa-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.ds-2fa-setup{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm)}.ds-2fa-scan-text{font-size:.82rem;color:var(--text-muted);text-align:center}.ds-2fa-qr-img{width:180px;height:180px;border-radius:var(--radius-md);border:1px solid var(--border-color)}.ds-2fa-secret-wrap{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%}.ds-2fa-secret{font-size:.82rem;font-family:monospace;background:var(--bg-primary);padding:6px 14px;border-radius:var(--radius-sm);border:1px solid var(--border-color);letter-spacing:2px;user-select:all}.ds-2fa-code-input{text-align:center;font-size:1.1rem;letter-spacing:8px;font-weight:700}.ds-2fa-setup .ds-settings-form{width:100%;align-items:center}.ds-2fa-setup .ds-btn{align-self:center}@media(max-width:900px){.ds-settings{flex-direction:column}.ds-settings-sidebar{width:100%}.ds-settings-nav{flex-direction:row;gap:4px}.ds-security-grid{grid-template-columns:1fr}}@media(max-width:480px){.ds-settings-nav-item{padding:8px 10px;font-size:.78rem}.ds-settings-panel{padding:var(--space-md)}}.mp-page-title{font-size:1.1rem;font-weight:700;margin:0}.mp-filter-dropdown{display:flex;flex-direction:column}.mp-filter-selected{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-radius:12px;border:1px solid var(--border-color, #e5e7eb);background:var(--bg-card, #fff);color:var(--text-primary);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s}.mp-filter-selected:hover{border-color:var(--border-color-strong)}.mp-filter-selected-left{display:flex;align-items:center;gap:10px}.mp-filter-selected-label{font-weight:700}.mp-filter-selected-count{min-width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-size:.75rem;font-weight:700;background:var(--bg-secondary, #f3f4f6);color:var(--text-muted)}.mp-filter-options{display:flex;flex-direction:column;margin-top:6px;border:1px solid var(--border-color, #e5e7eb);border-radius:12px;background:var(--bg-card, #fff);overflow:hidden}.mp-filter-option{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border:none;background:none;color:var(--text-primary);font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s;border-bottom:1px solid var(--border-color, #e5e7eb)}.mp-filter-option:last-child{border-bottom:none}.mp-filter-option:hover{background:var(--hover-overlay, rgba(0,0,0,.03))}.mp-filter-option--active{color:var(--opt-color, var(--color-primary))}.mp-filter-option-left{display:flex;align-items:center;gap:10px}.mp-filter-option-count{min-width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-size:.75rem;font-weight:700;background:var(--bg-secondary, #f3f4f6);color:var(--text-muted)}.mp-empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 20px;background:var(--bg-card, #fff);border:1px dashed var(--border-color, #e5e7eb);border-radius:12px;color:var(--text-muted)}.mp-empty-state h3{font-size:.95rem;font-weight:700;margin:0 0 4px;color:var(--text-primary)}.mp-empty-state p{font-size:.82rem;margin:0}[data-theme=dark] .mp-filter-selected,[data-theme=dark] .mp-filter-options{background:var(--bg-card, #1e1e1e);border-color:#ffffff14}[data-theme=dark] .mp-filter-option{border-color:#ffffff0f}[data-theme=dark] .mp-filter-selected-count,[data-theme=dark] .mp-filter-option-count{background:#ffffff0f}[data-theme=dark] .mp-empty-state{background:var(--bg-card, #1e1e1e);border-color:#ffffff1a}.th-header{margin-bottom:-8px}.th-title{font-size:1.2rem;font-weight:800;margin:0 0 4px}.th-subtitle{font-size:.82rem;color:var(--text-muted);margin:0}.th-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.th-stat{background:var(--bg-card, #fff);border:1px solid var(--border-color, #e5e7eb);border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:6px}.th-stat--balance{border-left:3px solid #22c55e}.th-stat-label{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.th-stat-value{font-size:1.15rem;font-weight:800;color:var(--text-primary)}.th-stat-value--green{color:#22c55e}.th-stat-value--red{color:#ef4444}.th-stat-value--blue{color:#3b82f6}.th-tabs{display:flex;gap:0;border-bottom:2px solid var(--border-color, #e5e7eb)}.th-tab{padding:10px 18px;font-size:.82rem;font-weight:600;color:var(--text-muted);background:none;border:none;cursor:pointer;position:relative;transition:color .15s}.th-tab--active{color:var(--color-primary)}.th-tab--active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--color-primary);border-radius:2px 2px 0 0}.th-filters{display:flex;flex-direction:column;gap:12px;background:var(--bg-card, #fff);border:1px solid var(--border-color, #e5e7eb);border-radius:12px;padding:16px}.th-filter-group{display:flex;flex-direction:column;gap:6px}.th-filter-group--half{flex:1;min-width:0}.th-filter-row{display:flex;gap:12px}.th-filter-label{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.th-search-wrap{position:relative}.th-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted)}.th-search-input{width:100%;padding:10px 12px 10px 34px;border-radius:8px;border:1px solid var(--border-color, #e5e7eb);background:var(--bg-input, #f8f8f8);color:var(--text-primary);font-size:.85rem}.th-search-input:focus{outline:none;border-color:var(--color-primary)}.th-date-input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid var(--border-color, #e5e7eb);background:var(--bg-input, #f8f8f8);color:var(--text-primary);font-size:.85rem}.th-date-input:focus{outline:none;border-color:var(--color-primary)}.th-order-list{display:flex;flex-direction:column;gap:8px}.th-order-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:var(--bg-card, #fff);border:1px solid var(--border-color, #e5e7eb);border-radius:10px;transition:border-color .15s}.th-order-item:hover{border-color:var(--border-color-strong, #ccc)}.th-order-left{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.th-order-thumb{width:40px;height:40px;border-radius:10px;object-fit:cover;background:var(--bg-secondary, #f3f4f6);flex-shrink:0}.th-order-thumb--placeholder{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:var(--color-primary)}.th-order-info{display:flex;flex-direction:column;min-width:0}.th-order-name{font-size:.88rem;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.th-order-meta{font-size:.72rem;color:var(--text-muted)}.th-order-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.th-order-amount{font-size:.9rem;font-weight:700;color:var(--text-primary)}.th-order-bottom{display:flex;align-items:center;gap:8px}.th-order-method{font-size:.68rem;font-weight:700;color:var(--text-muted)}.th-order-status{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:2px 8px;border-radius:4px}.th-order-status--success{background:#22c55e1f;color:#22c55e}.th-order-status--warning{background:#eab3081f;color:#eab308}.th-order-status--error{background:#ef44441f;color:#ef4444}.th-order-status--default{background:var(--bg-secondary);color:var(--text-muted)}[data-theme=dark] .th-stat,[data-theme=dark] .th-filters,[data-theme=dark] .th-order-item{background:var(--bg-card, #1e1e1e);border-color:#ffffff14}[data-theme=dark] .th-tabs{border-color:#ffffff14}[data-theme=dark] .th-search-input,[data-theme=dark] .th-date-input{background:var(--bg-input);border-color:#ffffff1a}@media(max-width:480px){.th-stats{grid-template-columns:repeat(2,1fr)}.th-filter-row{flex-direction:column}.th-order-name{font-size:.82rem}.th-order-meta{font-size:.68rem}}.reseller-apply-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--space-xl)}.reseller-apply-title{font-size:1.2rem;font-weight:800;margin-bottom:var(--space-sm)}.reseller-apply-desc{color:var(--text-muted);font-size:.88rem;margin-bottom:var(--space-xl);line-height:1.5}.reseller-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-md);margin-bottom:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid var(--border-color)}.reseller-benefit{display:flex;gap:var(--space-sm);align-items:flex-start}.reseller-benefit-icon{font-size:1.4rem;flex-shrink:0;margin-top:2px}.reseller-benefit strong{font-size:.85rem;display:block;margin-bottom:2px}.reseller-benefit p{font-size:.78rem;color:var(--text-muted);line-height:1.4;margin:0}.reseller-apply-form{display:flex;flex-direction:column;gap:var(--space-md)}.reseller-form-group label{display:block;font-size:.82rem;font-weight:600;margin-bottom:6px}.reseller-form-group input,.reseller-form-group textarea{width:100%;padding:10px 14px;border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-primary);color:var(--text-primary);font-size:.88rem;font-family:inherit;transition:border-color var(--transition-fast);box-sizing:border-box}.reseller-form-group input:focus,.reseller-form-group textarea:focus{outline:none;border-color:var(--color-primary)}.reseller-form-group textarea{resize:vertical;min-height:80px}.reseller-submit-btn{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;margin-top:var(--space-sm)}.reseller-form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md)}.reseller-form-group select{width:100%;padding:10px 12px;border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-card);color:var(--text-primary);font-size:.85rem;outline:none;transition:border-color .2s;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.reseller-form-group select:focus{border-color:var(--color-primary)}.reseller-channels-box{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-md)}.reseller-channels-title{font-size:.9rem;font-weight:600;color:var(--text-primary);margin:0 0 4px}.reseller-channels-desc{font-size:.78rem;color:var(--text-muted);margin:0 0 12px}.reseller-channels-list{display:flex;flex-direction:column;gap:8px}.reseller-channel-link{display:inline-flex;align-items:center;gap:6px;color:var(--color-primary);font-size:.84rem;font-weight:500;text-decoration:none;padding:8px 14px;border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-primary);transition:background .2s,border-color .2s}.reseller-channel-link:hover{background:var(--bg-hover);border-color:var(--color-primary)}.reseller-upload-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border:2px dashed var(--border-color);border-radius:var(--radius-md);background:var(--bg-primary);color:var(--text-muted);font-size:.84rem;cursor:pointer;transition:border-color .2s,color .2s}.reseller-upload-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.reseller-upload-btn:disabled{opacity:.6;cursor:not-allowed}.reseller-proof-grid{display:flex;gap:8px;margin-bottom:10px}.reseller-proof-item{position:relative;width:72px;height:72px;border-radius:10px;overflow:hidden;border:1px solid var(--border-color);flex-shrink:0}.reseller-proof-item img{width:100%;height:100%;object-fit:cover;display:block}.reseller-proof-remove{position:absolute;top:3px;right:3px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#0009;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:0;transition:background .2s}.reseller-proof-remove:hover{background:var(--color-primary)}@media(max-width:480px){.reseller-proof-item{width:64px;height:64px}}@media(max-width:600px){.reseller-form-row{grid-template-columns:1fr}}.reseller-status-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--space-xl) var(--space-xl) var(--space-lg);text-align:center;max-width:520px;margin:0 auto}.reseller-status-card h2{font-size:1.15rem;font-weight:800;margin:var(--space-md) 0 var(--space-sm)}.reseller-status-card p{color:var(--text-muted);font-size:.88rem;line-height:1.5}.reseller-status-icon{color:var(--text-muted)}.reseller-status-card--approved .reseller-status-icon{color:#22c55e}.reseller-status-card--pending .reseller-status-icon{color:#eab308}.reseller-status-card--rejected .reseller-status-icon{color:#ef4444}.reseller-code-box{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-md);margin-top:var(--space-lg);text-align:left}.reseller-code-label{font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:8px}.reseller-code-row{display:flex;align-items:center;gap:var(--space-sm)}.reseller-code{flex:1;font-family:var(--font-mono);font-size:.9rem;font-weight:700;color:var(--color-primary);word-break:break-all}.reseller-copy-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;font-size:.78rem;font-weight:600;border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-card);color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap}.reseller-copy-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.reseller-link-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--space-lg)}.reseller-link-info h3{font-size:.95rem;font-weight:700;margin-bottom:4px}.reseller-link-info p{font-size:.8rem;color:var(--text-muted);margin-bottom:var(--space-md)}.reseller-link-row{display:flex;align-items:center;gap:var(--space-sm)}.reseller-link-url{flex:1;font-family:var(--font-mono);font-size:.8rem;color:var(--color-primary);background:var(--bg-primary);padding:8px 12px;border-radius:var(--radius-md);border:1px solid var(--border-color);word-break:break-all}.reseller-comm-list{display:flex;flex-direction:column}.reseller-comm-item{display:flex;justify-content:space-between;align-items:center;padding:14px var(--space-md);border-bottom:1px solid var(--border-color);gap:var(--space-md)}.reseller-comm-item:last-child{border-bottom:none}.reseller-comm-info{display:flex;flex-direction:column;gap:2px}.reseller-comm-product{font-weight:600;font-size:.88rem}.reseller-comm-meta{font-size:.75rem;color:var(--text-muted)}.reseller-comm-right{text-align:right;display:flex;flex-direction:column;gap:2px;flex-shrink:0}.reseller-comm-amount{font-weight:700;font-size:.9rem;color:#22c55e}.reseller-comm-status{font-size:.7rem;font-weight:600;padding:2px 8px;border-radius:99px;display:inline-block}.reseller-comm-status--credited{background:#22c55e1f;color:#22c55e}.reseller-comm-status--pending{background:#eab3081f;color:#eab308}.reseller-comm-status--cancelled{background:#ef44441f;color:#ef4444}.reseller-pagination{display:flex;align-items:center;justify-content:center;gap:var(--space-md);padding:var(--space-lg) 0 var(--space-sm)}.reseller-withdraw-form{padding:var(--space-md) 0}.reseller-edit-code-btn{display:inline-flex;align-items:center;gap:4px;margin-top:8px;padding:4px 10px;font-size:.72rem;font-weight:600;color:var(--color-primary);background:transparent;border:1px solid var(--color-primary);border-radius:var(--radius-md);cursor:pointer;transition:background .2s}.reseller-edit-code-btn:hover{background:#e539350f}.reseller-code-edit-row{display:flex;align-items:center;gap:8px;margin-top:10px}.reseller-code-edit-input{flex:1;max-width:200px;padding:6px 10px;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:.82rem;font-family:monospace;text-transform:uppercase;letter-spacing:.05em;background:var(--bg-primary);color:var(--text-primary)}.reseller-code-edit-input:focus{border-color:var(--color-primary);outline:none}.reseller-withdraw-balance{font-size:.88rem;padding:var(--space-sm) var(--space-md);background:#e539350f;border-radius:var(--radius-md);margin-bottom:var(--space-md)}.reseller-withdraw-form .reseller-form-group input,.reseller-withdraw-form .reseller-form-group select{width:100%;padding:10px 12px;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:.85rem;background:var(--bg-primary);color:var(--text-primary);transition:border-color .2s}.reseller-withdraw-form .reseller-form-group input:focus,.reseller-withdraw-form .reseller-form-group select:focus{border-color:var(--color-primary);outline:none}.reseller-withdraw-form .reseller-form-group label{display:block;font-size:.8rem;font-weight:600;margin-bottom:4px;color:var(--text-primary)}.reseller-admin-tabs{display:flex;gap:var(--space-sm);background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:6px}.reseller-admin-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px var(--space-md);font-size:.82rem;font-weight:600;border:none;border-radius:var(--radius-md);background:transparent;color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast)}.reseller-admin-tab.active{background:var(--bg-primary);color:var(--text-primary);box-shadow:0 1px 3px #0000001a}.reseller-tab-badge{background:var(--color-primary);color:#fff;font-size:.68rem;font-weight:700;padding:1px 7px;border-radius:99px;min-width:18px;text-align:center}.reseller-app-list{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-md)}.reseller-app-card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-md)}.reseller-app-card--processed{opacity:.75}.reseller-app-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--space-sm)}.reseller-app-header strong{font-size:.9rem;display:block}.reseller-app-email{font-size:.78rem;color:var(--text-muted);display:block}.reseller-app-date{font-size:.75rem;color:var(--text-muted);white-space:nowrap}.reseller-app-body{font-size:.82rem;line-height:1.6;color:var(--text-secondary)}.reseller-app-body p{margin:0 0 4px}.reseller-app-actions{display:flex;gap:var(--space-sm);margin-top:var(--space-md);padding-top:var(--space-sm);border-top:1px solid var(--border-color)}.reseller-btn-approve{background:#22c55e1f!important;color:#22c55e!important;border:1px solid rgba(34,197,94,.25)!important;display:inline-flex;align-items:center;gap:4px}.reseller-btn-approve:hover{background:#22c55e38!important}.reseller-btn-reject{background:#ef44441f!important;color:#ef4444!important;border:1px solid rgba(239,68,68,.25)!important;display:inline-flex;align-items:center;gap:4px}.reseller-btn-reject:hover{background:#ef444438!important}.reseller-app-badge{font-size:.72rem;font-weight:600;padding:3px 10px;border-radius:99px}.reseller-app-badge--approved{background:#22c55e1f;color:#22c55e}.reseller-app-badge--rejected{background:#ef44441f;color:#ef4444}.reseller-list{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-md)}.reseller-card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-md)}.reseller-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--space-md)}.reseller-card-header strong{font-size:.9rem;display:block}.reseller-card-email{font-size:.78rem;color:var(--text-muted);display:block}.reseller-card-code{font-family:var(--font-mono);font-size:.78rem;font-weight:600;color:var(--color-primary);background:var(--bg-card);padding:4px 10px;border-radius:var(--radius-sm);border:1px solid var(--border-color)}.reseller-card-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-sm);margin-bottom:var(--space-md)}.reseller-card-stat{text-align:center}.reseller-card-stat-label{display:block;font-size:.68rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px;margin-bottom:2px}.reseller-card-stat-value{font-weight:700;font-size:.88rem}.reseller-card-actions{display:flex;gap:var(--space-sm);padding-top:var(--space-sm);border-top:1px solid var(--border-color)}.reseller-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--space-md)}.reseller-modal{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--space-xl);width:100%;max-width:420px}.reseller-modal h3{font-size:1rem;font-weight:700;margin-bottom:var(--space-md)}.reseller-modal-textarea{width:100%;padding:10px 14px;border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-primary);color:var(--text-primary);font-size:.85rem;font-family:inherit;resize:vertical;box-sizing:border-box}.reseller-modal-textarea:focus{outline:none;border-color:var(--color-primary)}.reseller-modal-actions{display:flex;justify-content:flex-end;gap:var(--space-sm);margin-top:var(--space-md)}@media(max-width:640px){.reseller-benefits{grid-template-columns:1fr}.reseller-card-stats{grid-template-columns:repeat(2,1fr)}.reseller-admin-tabs{flex-direction:column}.reseller-link-row,.reseller-code-row{flex-direction:column;align-items:stretch}.reseller-comm-item{flex-direction:column;align-items:flex-start}.reseller-comm-right{text-align:left;flex-direction:row;gap:var(--space-sm);align-items:center}}
