:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--admin-bg:#0d0d0d;--admin-surface:#171717;--admin-surface-alt:#1f1f1f;--admin-border:#f4c44e2e;--admin-border-strong:#f4c44e59;--admin-text:#f5f5f5;--admin-muted:#f5f5f58c;--admin-gold:#f4c44e;--admin-gold-soft:#f4c44e24;--admin-gold-light:#ffdb85;--admin-red:#e6323a}*{box-sizing:border-box}body{background:var(--admin-bg);min-height:100vh;color:var(--admin-text);margin:0;font-family:system-ui,Segoe UI,Roboto,sans-serif}#root{width:100%}a{color:inherit}.admin-shell{min-height:100vh;display:flex}.admin-sidebar{background:var(--admin-surface);border-right:1px solid var(--admin-border);flex-direction:column;flex:0 0 240px;gap:24px;padding:24px 16px;display:flex}.admin-sidebar-brand{flex-direction:column;padding:0 12px;display:flex}.admin-sidebar-brand-gold{letter-spacing:.04em;color:var(--admin-gold);font-size:20px;font-weight:800}.admin-sidebar-brand-rest{letter-spacing:.12em;text-transform:uppercase;color:var(--admin-muted);font-size:12px;font-weight:600}.admin-sidebar-nav{flex-direction:column;gap:4px;display:flex}.admin-sidebar-link{color:var(--admin-muted);border-radius:10px;padding:10px 12px;font-size:14px;font-weight:600;text-decoration:none;display:block}.admin-sidebar-link:hover{background:var(--admin-surface-alt);color:var(--admin-text)}.admin-sidebar-link--active{background:var(--admin-gold-soft);color:var(--admin-gold)}.admin-sidebar-link:focus-visible{outline:2px solid var(--admin-gold);outline-offset:2px}.admin-main{flex-direction:column;flex:auto;min-width:0;display:flex}.admin-topbar{background:var(--admin-surface);border-bottom:1px solid var(--admin-border);align-items:center;min-height:64px;padding:0 32px;display:flex}.admin-topbar-title{color:var(--admin-text);font-size:15px;font-weight:700}.admin-topbar-account{align-items:center;gap:12px;margin-left:auto;display:flex}.admin-topbar-login{color:var(--admin-text);font-size:14px;font-weight:600}.admin-topbar-role{background:var(--admin-gold-soft);color:var(--admin-gold);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:2px 10px;font-size:12px;font-weight:700}.admin-topbar-logout{border:1px solid var(--admin-border-strong);color:var(--admin-text);font:inherit;cursor:pointer;appearance:none;background:0 0;border-radius:10px;padding:8px 14px;font-size:13px;font-weight:600}.admin-topbar-logout:hover{background:var(--admin-surface-alt)}.admin-topbar-logout:disabled{opacity:.6;cursor:not-allowed}.admin-topbar-logout:focus-visible{outline:2px solid var(--admin-gold);outline-offset:2px}.admin-topbar-error{color:var(--admin-red);margin-left:12px;font-size:13px}.admin-auth-loading{min-height:100vh;color:var(--admin-muted);justify-content:center;align-items:center;font-size:14px;display:flex}.admin-content{flex:auto;padding:32px}.page-section{flex-direction:column;gap:20px;display:flex}.page-title{letter-spacing:.02em;color:var(--admin-gold);margin:0;font-size:26px;font-weight:800}.page-placeholder-text{color:var(--admin-muted);margin:0}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-header-actions{align-items:center;gap:16px;display:flex}.dashboard-updated-at{color:var(--admin-muted);font-size:13px}.dashboard-refresh-button{border:1px solid var(--admin-border-strong);min-height:40px;color:var(--admin-text);font:inherit;cursor:pointer;appearance:none;background:0 0;border-radius:10px;padding:0 16px;font-size:13px;font-weight:700;transition:background-color .15s}.dashboard-refresh-button:hover:not(:disabled){background:var(--admin-surface-alt)}.dashboard-refresh-button:disabled{opacity:.6;cursor:not-allowed}.dashboard-refresh-button:focus-visible{outline:2px solid var(--admin-gold);outline-offset:2px}.dashboard-refresh-error{color:var(--admin-red);margin:0;font-size:13px}.dashboard-cards{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.stat-card{box-sizing:border-box;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:16px;align-items:center;gap:14px;padding:20px;transition:transform .15s,border-color .15s,background-color .15s;display:flex}.stat-card:hover{border-color:var(--admin-border-strong);background:var(--admin-surface-alt);transform:translateY(-2px)}.stat-card-icon{flex:none;font-size:28px;line-height:1}.stat-card-body{flex-direction:column;gap:4px;min-width:0;display:flex}.stat-card-title{color:var(--admin-muted);font-size:13px;font-weight:600}.stat-card-value{color:var(--admin-gold);overflow-wrap:break-word;font-size:24px;font-weight:800}.stat-card--skeleton{background:linear-gradient(100deg, var(--admin-surface) 30%, var(--admin-surface-alt) 50%, var(--admin-surface) 70%);background-size:200% 100%;height:76px;animation:1.4s ease-in-out infinite dashboard-skeleton-shimmer}@keyframes dashboard-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.stat-card--skeleton{animation:none}}.dashboard-error{background:var(--admin-surface);border:1px solid var(--admin-red);border-radius:16px;flex-direction:column;align-items:flex-start;gap:12px;padding:24px;display:flex}.dashboard-error-text{color:var(--admin-text);margin:0;font-size:14px}.dashboard-retry-button{background:var(--admin-gold);min-height:40px;color:var(--admin-bg);font:inherit;cursor:pointer;appearance:none;border:none;border-radius:10px;padding:0 18px;font-weight:700}.dashboard-retry-button:hover{background:var(--admin-gold-light)}.dashboard-retry-button:focus-visible{outline:2px solid var(--admin-gold);outline-offset:2px}.dashboard-bottom{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.dashboard-panel{box-sizing:border-box;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:16px;padding:24px}.dashboard-panel-title{letter-spacing:.02em;text-transform:uppercase;color:var(--admin-gold);margin:0 0 16px;font-size:15px;font-weight:800}.system-status-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.system-status-item{color:var(--admin-text);align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.system-status-dot{border-radius:50%;flex:none;width:10px;height:10px}.system-status-dot--green{background:#21c55e;box-shadow:0 0 6px #21c55e99}.system-status-dot--gray{background:var(--admin-muted)}.quick-actions{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.quick-action-button{box-sizing:border-box;border:1px solid var(--admin-border-strong);background:var(--admin-bg);min-height:44px;color:var(--admin-text);border-radius:10px;justify-content:center;align-items:center;font-size:14px;font-weight:700;text-decoration:none;transition:background-color .15s,border-color .15s;display:flex}.quick-action-button:hover{background:var(--admin-gold-soft);border-color:var(--admin-gold);color:var(--admin-gold)}.quick-action-button:focus-visible{outline:2px solid var(--admin-gold);outline-offset:2px}@media (width<=900px){.admin-shell{flex-direction:column}.admin-sidebar{flex-direction:row;flex:none;align-items:center;overflow-x:auto}.admin-sidebar-nav{flex-direction:row}.admin-content{padding:20px}.dashboard-bottom,.quick-actions{grid-template-columns:1fr}}.login-page{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-form{box-sizing:border-box;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:20px;flex-direction:column;gap:18px;width:100%;max-width:360px;padding:32px;display:flex}.login-title{text-align:center;letter-spacing:.04em;color:var(--admin-gold);margin:0 0 4px;font-size:22px;font-weight:800}.login-field{flex-direction:column;gap:6px;display:flex}.login-label{color:var(--admin-muted);font-size:13px;font-weight:600}.login-input{box-sizing:border-box;background:var(--admin-bg);border:1px solid var(--admin-border);width:100%;min-height:44px;color:var(--admin-text);font:inherit;border-radius:10px;padding:10px 12px}.login-input:focus-visible{outline:2px solid var(--admin-gold);outline-offset:2px}.login-input:disabled{opacity:.6}.login-error{color:var(--admin-red);margin:0;font-size:13px}.login-submit{background:var(--admin-gold);min-height:44px;color:var(--admin-bg);font:inherit;cursor:pointer;appearance:none;border:none;border-radius:10px;font-weight:700}.login-submit:hover:not(:disabled){background:var(--admin-gold-light)}.login-submit:disabled{opacity:.6;cursor:not-allowed}.login-submit:focus-visible{outline:2px solid var(--admin-gold);outline-offset:2px}.users-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.users-refresh-button{border:1px solid var(--admin-border-strong);min-height:40px;color:var(--admin-text);font:inherit;cursor:pointer;appearance:none;background:0 0;border-radius:10px;padding:0 16px;font-size:13px;font-weight:700}.users-refresh-button:hover:not(:disabled){background:var(--admin-surface-alt)}.users-refresh-button:disabled{opacity:.6;cursor:not-allowed}.users-controls{flex-wrap:wrap;gap:12px;display:flex}.users-search-input,.users-filter-select,.users-sort-select{box-sizing:border-box;background:var(--admin-surface);border:1px solid var(--admin-border);min-height:44px;color:var(--admin-text);font:inherit;border-radius:10px;padding:0 14px;font-size:14px}.users-search-input{flex:260px}.users-filter-select,.users-sort-select{cursor:pointer;flex:0 220px}.users-search-input:focus-visible,.users-filter-select:focus-visible,.users-sort-select:focus-visible{outline:2px solid var(--admin-gold);outline-offset:2px}.users-empty-state{text-align:center;color:var(--admin-muted);background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:16px;margin:0;padding:32px}.users-skeleton-list{flex-direction:column;gap:8px;display:flex}.users-row-skeleton{background:linear-gradient(100deg, var(--admin-surface) 30%, var(--admin-surface-alt) 50%, var(--admin-surface) 70%);background-size:200% 100%;border-radius:12px;height:52px;animation:1.4s ease-in-out infinite dashboard-skeleton-shimmer}@media (prefers-reduced-motion:reduce){.users-row-skeleton{animation:none}}.users-status-badge{background:var(--admin-surface-alt);color:var(--admin-muted);text-transform:uppercase;letter-spacing:.02em;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700;display:inline-block}.users-status-badge--admin{background:var(--admin-gold-soft);color:var(--admin-gold)}.users-open-link{color:var(--admin-gold);font-size:13px;font-weight:700;text-decoration:none}.users-open-link:hover{text-decoration:underline}.users-table-wrap{border:1px solid var(--admin-border);border-radius:16px;overflow-x:auto}.users-table{border-collapse:collapse;background:var(--admin-surface);width:100%}.users-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--admin-muted);border-bottom:1px solid var(--admin-border);padding:12px 16px;font-size:12px;font-weight:700}.users-table td{color:var(--admin-text);border-bottom:1px solid var(--admin-border);white-space:nowrap;padding:12px 16px;font-size:14px}.users-table tbody tr{transition:background-color .15s}.users-table tbody tr:hover{background:var(--admin-surface-alt)}.users-table tbody tr:last-child td{border-bottom:none}.users-card-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:none}.users-card{box-sizing:border-box;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:14px;flex-direction:column;gap:10px;padding:16px;display:flex}.users-card-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.users-card-name{color:var(--admin-text);font-weight:700}.users-card-fields{grid-template-columns:repeat(2,1fr);gap:8px;margin:0;display:grid}.users-card-field dt{text-transform:uppercase;letter-spacing:.03em;color:var(--admin-muted);font-size:11px}.users-card-field dd{color:var(--admin-text);margin:2px 0 0;font-size:14px}.users-open-link--card{align-self:flex-start}.users-load-more{justify-content:center;display:flex}.users-load-more-button{border:1px solid var(--admin-border-strong);min-height:40px;color:var(--admin-gold);font:inherit;cursor:pointer;appearance:none;background:0 0;border-radius:10px;padding:0 20px;font-weight:700}.users-load-more-button:hover:not(:disabled){background:var(--admin-gold-soft)}.users-load-more-button:disabled{opacity:.6;cursor:not-allowed}@media (width<=900px){.users-table-wrap{display:none}.users-card-list{display:flex}}.user-detail-back-link{color:var(--admin-gold);align-self:flex-start;font-size:14px;font-weight:600;text-decoration:none}.user-detail-back-link:hover{text-decoration:underline}.user-detail-skeleton{background:linear-gradient(100deg, var(--admin-surface) 30%, var(--admin-surface-alt) 50%, var(--admin-surface) 70%);background-size:200% 100%;border-radius:16px;height:200px;animation:1.4s ease-in-out infinite dashboard-skeleton-shimmer}.user-detail-header{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px;display:flex}.user-detail-identity{flex-direction:column;gap:6px;display:flex}.user-detail-name{color:var(--admin-text);margin:0;font-size:22px;font-weight:800}.user-detail-telegram-id{color:var(--admin-muted);font-size:13px}.user-detail-public-id{color:var(--admin-muted);align-items:center;gap:8px;font-size:12px;display:flex}.user-detail-copy-button{border:1px solid var(--admin-border-strong);min-height:28px;color:var(--admin-gold);font:inherit;cursor:pointer;appearance:none;background:0 0;border-radius:8px;padding:0 10px;font-size:11px;font-weight:700}.user-detail-copy-button:hover{background:var(--admin-gold-soft)}.user-detail-summary{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.user-detail-balance{color:var(--admin-gold);font-size:26px;font-weight:800}.user-detail-registered{color:var(--admin-muted);font-size:12px}.user-detail-tabs{border-bottom:1px solid var(--admin-border);gap:8px;display:flex}.user-detail-tab{min-height:40px;color:var(--admin-muted);font:inherit;cursor:pointer;appearance:none;background:0 0;border:none;border-bottom:2px solid #0000;padding:0 16px;font-size:14px;font-weight:700}.user-detail-tab:hover{color:var(--admin-text)}.user-detail-tab--active{color:var(--admin-gold);border-bottom-color:var(--admin-gold)}.user-detail-panel{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:16px;flex-direction:column;gap:8px;padding:20px;display:flex}.user-detail-overview-line{color:var(--admin-text);margin:0;font-size:14px}.user-history-skeleton{flex-direction:column;gap:8px;display:flex}.user-history-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.user-history-item{box-sizing:border-box;background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:12px;flex-direction:column;gap:6px;padding:14px 16px;display:flex}.user-history-item-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.user-history-item-type{color:var(--admin-text);text-transform:capitalize;font-weight:700}.user-history-item-amount{color:var(--admin-text);font-weight:800}.user-history-item-amount--positive{color:#21c55e}.user-history-item-amount--negative{color:var(--admin-red)}.user-history-item-meta{color:var(--admin-muted);flex-wrap:wrap;gap:12px;font-size:12px;display:flex}@media (width<=900px){.user-detail-header{flex-direction:column;align-items:stretch}.user-detail-summary{align-items:flex-start}}.payment-methods-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.payment-methods-refresh-button{border:1px solid var(--admin-border-strong);min-height:40px;color:var(--admin-text);font:inherit;cursor:pointer;appearance:none;background:0 0;border-radius:10px;padding:0 16px;font-size:13px;font-weight:700}.payment-methods-refresh-button:hover:not(:disabled){background:var(--admin-surface-alt)}.payment-methods-refresh-button:disabled{opacity:.6;cursor:not-allowed}.payment-methods-empty-state{text-align:center;color:var(--admin-muted);background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:16px;margin:0;padding:32px}.payment-methods-table-wrap{border:1px solid var(--admin-border);border-radius:16px;overflow-x:auto}.payment-methods-table{border-collapse:collapse;background:var(--admin-surface);width:100%}.payment-methods-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--admin-muted);border-bottom:1px solid var(--admin-border);padding:12px 16px;font-size:12px;font-weight:700}.payment-methods-table td{color:var(--admin-text);border-bottom:1px solid var(--admin-border);white-space:nowrap;padding:12px 16px;font-size:14px}.payment-methods-table tbody tr:hover{background:var(--admin-surface-alt)}.payment-methods-table tbody tr:last-child td{border-bottom:none}.payment-methods-icon-cell{text-align:center;font-size:18px}.payment-methods-code-cell{color:var(--admin-muted);font-family:monospace}.payment-methods-status-badge{background:var(--admin-surface-alt);color:var(--admin-muted);text-transform:uppercase;letter-spacing:.02em;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700;display:inline-block}.payment-methods-status-badge--enabled{background:var(--admin-gold-soft);color:var(--admin-gold)}.payment-methods-edit-button{border:1px solid var(--admin-border-strong);min-height:32px;color:var(--admin-gold);font:inherit;cursor:pointer;appearance:none;background:0 0;border-radius:8px;padding:0 14px;font-size:13px;font-weight:700}.payment-methods-edit-button:hover{background:var(--admin-gold-soft)}.modal-backdrop{z-index:100;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-panel{box-sizing:border-box;border:1px solid var(--admin-border);background:var(--admin-surface);border-radius:16px;width:100%;max-width:520px;max-height:90vh;padding:20px;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.modal-title{color:var(--admin-gold);margin:0;font-size:18px;font-weight:800}.modal-close-button{border:1px solid var(--admin-border-strong);min-width:32px;min-height:32px;color:var(--admin-text);cursor:pointer;appearance:none;background:0 0;border-radius:8px;font-size:18px;line-height:1}.modal-close-button:hover{background:var(--admin-surface-alt)}.payment-method-form{flex-direction:column;gap:14px;display:flex}.payment-method-form-field{flex-direction:column;gap:6px;display:flex}.payment-method-form-label{text-transform:uppercase;letter-spacing:.03em;color:var(--admin-muted);font-size:12px;font-weight:700}.payment-method-form-static{color:var(--admin-text);font-size:14px}.payment-method-form-input,.payment-method-form-textarea{box-sizing:border-box;background:var(--admin-surface-alt);border:1px solid var(--admin-border);min-height:40px;color:var(--admin-text);font:inherit;border-radius:10px;padding:0 12px;font-size:14px}.payment-method-form-textarea{resize:vertical;min-height:72px;padding:10px 12px}.payment-method-form-input:focus-visible,.payment-method-form-textarea:focus-visible{outline:2px solid var(--admin-gold);outline-offset:2px}.payment-method-form-checkbox-field{color:var(--admin-text);align-items:center;gap:8px;font-size:14px;display:flex}.payment-method-form-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.payment-method-form-error{color:#ef4444;margin:0;font-size:13px}.payment-method-form-actions{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.payment-method-form-cancel,.payment-method-form-submit{min-height:40px;font:inherit;cursor:pointer;appearance:none;border-radius:10px;padding:0 18px;font-size:14px;font-weight:700}.payment-method-form-cancel{border:1px solid var(--admin-border-strong);color:var(--admin-text);background:0 0}.payment-method-form-cancel:hover:not(:disabled){background:var(--admin-surface-alt)}.payment-method-form-submit{background:var(--admin-gold);color:#1a1a1a;border:none}.payment-method-form-submit:hover:not(:disabled){filter:brightness(1.05)}.payment-method-form-submit:disabled,.payment-method-form-cancel:disabled{opacity:.6;cursor:not-allowed}@media (width<=640px){.payment-method-form-grid{grid-template-columns:1fr}}
