.admin-page{max-width:1800px}.page-header{margin-bottom:30px}.page-header h1{margin:0 0 8px;font-size:28px;font-weight:700;color:#1e293b}.subtitle{margin:0;color:#64748b;font-size:14px}.btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .2s;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#e9ecef;color:#495057}.btn-secondary:hover{background:#dee2e6}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c}.btn-icon{padding:6px 10px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s;font-size:14px}.btn-icon:hover{background:#f8fafc;border-color:#cbd5e1}.btn-icon.danger:hover{background:#fee;border-color:#fca5a5}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:60px 20px;color:#94a3b8}.empty-icon{font-size:64px;margin-bottom:16px}.empty-state h3{font-size:20px;color:#1e293b;margin:0 0 8px}.empty-state p{margin:0;font-size:14px}.card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:16px;width:90%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}.modal-content.large{max-width:800px}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{padding:24px 30px;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}.modal-header.danger{background:#fee;border-bottom-color:#fca5a5}.modal-header h3{margin:0;font-size:20px;color:#1e293b;font-weight:600}.close-btn{background:none;border:none;font-size:28px;cursor:pointer;color:#95a5a6;transition:color .2s;line-height:1;padding:0}.close-btn:hover{color:#e74c3c}.modal-body{padding:24px 30px;max-height:calc(80vh - 180px);overflow-y:auto}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:24px 30px;border-top:1px solid #e9ecef}@media (max-width: 768px){.page-header h1{font-size:24px}}[data-theme=dark] .page-header h1{color:#e0e0e0}[data-theme=dark] .subtitle{color:#94a3b8}[data-theme=dark] .btn-secondary{background:#2a2a3a;color:#e0e0e0}[data-theme=dark] .btn-secondary:hover{background:#3a3a4a}[data-theme=dark] .btn-icon{background:#2a2a3a;border-color:#3a3a4a;color:#e0e0e0}[data-theme=dark] .btn-icon:hover{background:#3a3a4a;border-color:#4a4a5a}[data-theme=dark] .btn-icon.danger:hover{background:#3a1a1a;border-color:#6a2626}[data-theme=dark] .spinner{border-color:#2a2a3a;border-top-color:#667eea}[data-theme=dark] .empty-state{color:#64748b}[data-theme=dark] .empty-state h3{color:#e0e0e0}[data-theme=dark] .card{background:#1e293b;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .modal-overlay{background-color:#000c}[data-theme=dark] .modal-content{background:#1e293b;box-shadow:0 20px 60px #0009}[data-theme=dark] .modal-header{border-bottom-color:#2a2a3a}[data-theme=dark] .modal-header.danger{background:#3a1a1a;border-bottom-color:#6a2626}[data-theme=dark] .modal-header h3{color:#e0e0e0}[data-theme=dark] .close-btn{color:#64748b}[data-theme=dark] .close-btn:hover{color:#ff6b6b}[data-theme=dark] .modal-footer{border-top-color:#2a2a3a}.filters-card{background:#fff;border-radius:12px;padding:20px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a}.filters-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;align-items:end}.filter-group{display:flex;flex-direction:column}.filter-label{font-size:13px;font-weight:600;color:#1e293b;margin-bottom:6px}.filter-input,.filter-select{padding:10px 12px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;transition:all .3s}.filter-input:focus,.filter-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-actions{display:flex;gap:8px}@media (max-width: 768px){.filters-row{grid-template-columns:1fr}}.table-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;overflow-x:auto;min-width:0}.table-header{margin-bottom:16px;display:flex;justify-content:space-between;align-items:center}.table-header h3{margin:0;font-size:16px;color:#64748b}.data-table{width:100%;border-collapse:collapse;table-layout:auto}.data-table thead{background:#f8fafc}.data-table th{padding:12px 16px;text-align:left;font-weight:600;color:#475569;font-size:13px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e2e8f0;white-space:nowrap}.data-table td{padding:16px;border-bottom:1px solid #f1f5f9;color:#1e293b;word-wrap:break-word}.data-table tbody tr{transition:background-color .2s}.data-table tbody tr:hover{background:#f8fafc}.user-info{display:flex;flex-direction:column;gap:4px}.user-info strong{font-weight:600}.user-info small{font-size:12px;color:#64748b}.amount{font-weight:600;font-family:Courier New,monospace}.amount.positive{color:#059669}.amount.negative{color:#dc2626}.amount.taxable{color:#2563eb;font-size:15px}.badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;display:inline-block}.status-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:capitalize}.status-badge.active,.status-badge.confirmed{background:#d1fae5;color:#059669}.status-badge.blocked,.status-badge.failed{background:#fee2e2;color:#dc2626}.status-badge.pending{background:#fef3c7;color:#d97706}.role-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:capitalize}.role-badge.super_admin{background:#fef3c7;color:#d97706;border:1px solid #fbbf24}.role-badge.manager{background:#dbeafe;color:#1d4ed8;border:1px solid #60a5fa}.role-badge.corporate_manager{background:#e0f2fe;color:#0369a1;border:1px solid #38bdf8}.role-badge.editor{background:#e9d5ff;color:#7c3aed;border:1px solid #a78bfa}.role-badge.support{background:#d1fae5;color:#059669;border:1px solid #34d399}.role-badge.corporate{background:#f3e8ff;color:#9333ea;border:1px solid #c084fc}.role-badge.admin{background:#fee2e2;color:#dc2626}.role-badge.user{background:#e0e7ff;color:#4f46e5}.blockchain-badge{background:#e0e7ff;color:#4f46e5;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase}.country-badge{background:#f1f5f9;color:#475569;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.year-badge{background:#dbeafe;color:#2563eb;padding:4px 12px;border-radius:12px;font-size:13px;font-weight:700}.asset-badge{background:#f1f5f9;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:600;font-family:monospace}.exchange-badge{background:#fef3c7;color:#d97706;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.type-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase}.type-badge.receive{background:#d1fae5;color:#059669}.type-badge.send{background:#fee2e2;color:#dc2626}.type-badge.trade{background:#dbeafe;color:#2563eb}.type-badge.staking{background:#fef3c7;color:#d97706}.address,.hash{font-family:Courier New,monospace;font-size:12px;background:#f1f5f9;padding:4px 8px;border-radius:4px}.wallet-name{font-weight:600;color:#667eea}.no-exchange{color:#94a3b8}.action-buttons{display:flex;gap:8px;flex-wrap:wrap}@media (max-width: 1024px){.table-card{overflow-x:scroll}.data-table{min-width:800px}}[data-theme=dark] .table-card{background:#1e293b;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .table-header h3{color:#94a3b8}[data-theme=dark] .data-table thead{background:#0f172a}[data-theme=dark] .data-table th{color:#94a3b8;border-bottom-color:#334155}[data-theme=dark] .data-table td{color:#e2e8f0;border-bottom-color:#1e293b}[data-theme=dark] .data-table tbody tr:hover{background:#0f172a}[data-theme=dark] .user-info small{color:#94a3b8}[data-theme=dark] .status-badge.active,[data-theme=dark] .status-badge.confirmed{background:#05966933;color:#34d399}[data-theme=dark] .status-badge.blocked,[data-theme=dark] .status-badge.failed{background:#dc262633;color:#f87171}[data-theme=dark] .status-badge.pending{background:#d9770633;color:#fbbf24}[data-theme=dark] .address,[data-theme=dark] .hash{background:#0f172a;color:#94a3b8}[data-theme=dark] .wallet-name{color:#8b9fef}[data-theme=dark] .no-exchange{color:#64748b}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column}.form-group-full{grid-column:1 / -1}.form-label{font-weight:600;color:#1e293b;margin-bottom:8px;font-size:14px}.required{color:#dc2626}.form-input,.form-select,.form-textarea{padding:12px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;transition:all .3s;font-family:inherit}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{background-color:#f1f5f9;cursor:not-allowed}.form-textarea{min-height:100px;resize:vertical}.form-hint{margin-top:6px;font-size:12px;color:#64748b}.form-input.error,.form-select.error,.form-textarea.error{border-color:#dc2626}.form-error{margin-top:6px;font-size:12px;color:#dc2626}.form-checkbox,.form-radio{display:flex;align-items:center;gap:8px;cursor:pointer}.form-checkbox input[type=checkbox],.form-radio input[type=radio]{width:18px;height:18px;cursor:pointer}.file-upload{position:relative;display:inline-block}.file-upload-input{position:absolute;left:-9999px}.file-upload-label{display:inline-block;padding:10px 20px;background:#e9ecef;color:#495057;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s}.file-upload-label:hover{background:#dee2e6}.alert{padding:15px 20px;border-radius:8px;margin-bottom:20px;display:flex;align-items:center;gap:12px}.alert-success{background-color:#d1fae5;color:#059669;border:1px solid #6ee7b7}.alert-error{background-color:#fee;color:#dc2626;border:1px solid #fca5a5}.alert-warning{background-color:#fef3c7;color:#d97706;border:1px solid #fcd34d}.alert-info{background-color:#dbeafe;color:#2563eb;border:1px solid #93c5fd}.alert-icon{font-size:20px}.alert-message{flex:1}@media (max-width: 768px){.form-grid{grid-template-columns:1fr}.form-group-full{grid-column:1}}[data-theme=dark] .form-label{color:#e2e8f0}[data-theme=dark] .form-input,[data-theme=dark] .form-select,[data-theme=dark] .form-textarea{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .form-input:focus,[data-theme=dark] .form-select:focus,[data-theme=dark] .form-textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33}[data-theme=dark] .form-input:disabled,[data-theme=dark] .form-select:disabled,[data-theme=dark] .form-textarea:disabled{background:#0f172a;color:#64748b}[data-theme=dark] .form-hint{color:#94a3b8}[data-theme=dark] .file-upload-label{background:#2a2a3a;color:#e2e8f0}[data-theme=dark] .file-upload-label:hover{background:#3a3a4a}[data-theme=dark] .alert-success{background:#05966933;color:#34d399;border-color:#34d3994d}[data-theme=dark] .alert-error{background:#dc262633;color:#f87171;border-color:#f871714d}[data-theme=dark] .alert-warning{background:#d9770633;color:#fbbf24;border-color:#fbbf244d}[data-theme=dark] .alert-info{background:#2563eb33;color:#60a5fa;border-color:#60a5fa4d}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-bottom:30px}@media (max-width: 1024px){.charts-grid{grid-template-columns:1fr!important}}@media (max-width: 768px){.charts-grid{grid-template-columns:1fr!important}}@media (max-width: 600px){.charts-grid{grid-template-columns:1fr!important}}.stat-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000001a;display:flex;gap:16px;align-items:center;transition:box-shadow .2s;color:#fff;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1;background:radial-gradient(circle at top right,rgba(255,255,255,.8),transparent);pointer-events:none}.stat-card:hover{box-shadow:0 2px 6px #0000001f}.stat-card.gradient-blue{background:linear-gradient(135deg,#667eea,#764ba2)}.stat-card.gradient-green{background:linear-gradient(135deg,#11998e,#38ef7d)}.stat-card.gradient-purple{background:linear-gradient(135deg,#7f00ff,#e100ff)}.stat-card.gradient-orange{background:linear-gradient(135deg,#ff6a00,#ee0979)}.stat-card.gradient-red{background:linear-gradient(135deg,#dc2626,#b91c1c)}.stat-card.gradient-cyan{background:linear-gradient(135deg,#06b6d4,#0891b2)}.stat-icon{font-size:40px;opacity:.95;position:relative;z-index:1}.stat-content{flex:1;position:relative;z-index:1}.stat-value{font-size:32px;font-weight:800;line-height:1;margin-bottom:6px}.stat-label{font-size:13px;opacity:.95;font-weight:600}.chart-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;width:100%;min-width:0}.chart-header{margin-bottom:20px}.chart-header h3{margin:0 0 4px;font-size:18px;font-weight:600;color:#1e293b}.chart-header p{margin:0;font-size:14px;color:#64748b}.chart-container{height:300px;width:100%;min-width:0;position:relative}.activity-feed{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a}.activity-feed h3{margin:0 0 20px;font-size:18px;font-weight:600;color:#1e293b}.activity-item{display:flex;gap:12px;padding:12px;border-left:3px solid #e2e8f0;margin-bottom:12px;transition:all .2s}.activity-item:hover{background:#f8fafc;border-left-color:#667eea}.activity-icon{width:40px;height:40px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.activity-content{flex:1}.activity-title{font-weight:600;color:#1e293b;margin-bottom:4px}.activity-description{font-size:14px;color:#64748b;margin-bottom:4px}.activity-time{font-size:12px;color:#94a3b8}.quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:30px}.quick-action-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000001a;text-align:center;cursor:pointer;transition:all .2s;border:2px solid transparent}.quick-action-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;border-color:#667eea}.quick-action-icon{font-size:48px;margin-bottom:12px}.quick-action-title{font-weight:600;color:#1e293b;margin-bottom:4px}.quick-action-description{font-size:14px;color:#64748b}@media (max-width: 768px){.stats-grid{grid-template-columns:1fr}.chart-container{height:250px}.quick-actions{grid-template-columns:1fr}}[data-theme=dark] .chart-card,[data-theme=dark] .activity-feed{background:#1e293b;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .chart-header h3,[data-theme=dark] .activity-feed h3{color:#e2e8f0}[data-theme=dark] .chart-header p{color:#94a3b8}[data-theme=dark] .activity-item{border-left-color:#334155}[data-theme=dark] .activity-item:hover{background:#0f172a;border-left-color:#667eea}[data-theme=dark] .activity-icon{background:#0f172a}[data-theme=dark] .activity-title{color:#e2e8f0}[data-theme=dark] .activity-description{color:#94a3b8}[data-theme=dark] .activity-time{color:#64748b}[data-theme=dark] .quick-action-card{background:#1e293b;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .quick-action-card:hover{box-shadow:0 4px 12px #00000080;border-color:#667eea}[data-theme=dark] .quick-action-title{color:#e2e8f0}[data-theme=dark] .quick-action-description{color:#94a3b8}.admin-layout[data-v-6bd41bef]{display:flex;min-height:100vh;background:#f5f7fa;transition:background .3s ease}[data-theme=dark] .admin-layout[data-v-6bd41bef]{background:#0f172a}.admin-main[data-v-6bd41bef]{flex:1;display:flex;flex-direction:column;min-width:0}.admin-content[data-v-6bd41bef]{flex:1;padding:30px;max-width:1800px;margin:0 auto;width:100%}@media (max-width: 768px){.admin-content[data-v-6bd41bef]{padding:20px}}.user-nav[data-v-a2952333]{background:#fff;box-shadow:0 2px 12px #00000014;position:sticky;top:0;z-index:1000;transition:all .3s ease}[data-theme=dark] .user-nav[data-v-a2952333]{background:#1a1a24;box-shadow:0 2px 12px #0000004d}.nav-container[data-v-a2952333]{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:70px;gap:20px}.nav-logo[data-v-a2952333]{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:700;font-size:20px;color:#667eea;transition:transform .2s}.nav-logo[data-v-a2952333]:hover{transform:scale(1.05)}.logo-icon[data-v-a2952333]{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:24px;transition:transform .3s ease}.nav-logo:hover .logo-icon[data-v-a2952333]{transform:scale(1.1) rotate(5deg)}.logo-text[data-v-a2952333]{color:#2c3e50;font-weight:800;font-size:22px}[data-theme=dark] .logo-text[data-v-a2952333]{color:#e0e0e0}.nav-links[data-v-a2952333]{display:flex;gap:8px;align-items:center;flex:1;justify-content:center}.nav-link[data-v-a2952333]{padding:10px 18px;border-radius:8px;text-decoration:none;color:#2c3e50;font-weight:600;font-size:15px;transition:all .2s;position:relative}.nav-link[data-v-a2952333]:hover{background:#667eea1a;color:#667eea}.nav-link.router-link-active[data-v-a2952333]{background:#667eea26;color:#667eea}[data-theme=dark] .nav-link[data-v-a2952333]{color:#e0e0e0}[data-theme=dark] .nav-link[data-v-a2952333]:hover{background:#667eea33;color:#8b9fef}[data-theme=dark] .nav-link.router-link-active[data-v-a2952333]{background:#667eea4d;color:#8b9fef}.nav-actions[data-v-a2952333]{display:flex;align-items:center;gap:12px}.nav-icon-btn[data-v-a2952333]{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;border:none;font-size:18px;font-weight:600}.nav-icon-btn[data-v-a2952333]:hover{transform:translateY(-2px)}.icon-img[data-v-a2952333]{width:20px;height:20px;object-fit:contain;display:block;filter:brightness(0) invert(1)}[data-theme=dark] .icon-img[data-v-a2952333]{filter:brightness(0)}.theme-toggle-btn[data-v-a2952333]{background:#1a1a2e!important;color:#fff!important;border:1px solid rgba(255,255,255,.1);padding:11px!important}.theme-toggle-btn[data-v-a2952333]:hover{background:#2a2a3e!important}[data-theme=dark] .theme-toggle-btn[data-v-a2952333]{background:#ffffffe6!important;color:#2c3e50!important;border:1px solid rgba(0,0,0,.1)}[data-theme=dark] .theme-toggle-btn[data-v-a2952333]:hover{background:#fff!important}.user-menu[data-v-a2952333]{position:relative}.user-menu-btn[data-v-a2952333]{display:flex;align-items:center;gap:10px;padding:8px 16px;border-radius:10px;background:#667eea1a;border:none;cursor:pointer;transition:all .2s}.user-menu-btn[data-v-a2952333]:hover{background:#667eea33;transform:translateY(-2px)}[data-theme=dark] .user-menu-btn[data-v-a2952333]{background:#ffffff1a}[data-theme=dark] .user-menu-btn[data-v-a2952333]:hover{background:#ffffff26}.user-avatar[data-v-a2952333]{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.user-name[data-v-a2952333]{font-weight:600;color:#2c3e50;font-size:15px}[data-theme=dark] .user-name[data-v-a2952333]{color:#e0e0e0}.dropdown-arrow[data-v-a2952333]{font-size:10px;color:#667eea;transition:transform .2s}.user-menu-btn:hover .dropdown-arrow[data-v-a2952333]{transform:rotate(180deg)}.dropdown-menu[data-v-a2952333]{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001f;min-width:220px;overflow:hidden;z-index:2000;animation:slideDown-a2952333 .2s ease}[data-theme=dark] .dropdown-menu[data-v-a2952333]{background:#2a2a3a;box-shadow:0 8px 24px #0006}@keyframes slideDown-a2952333{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item[data-v-a2952333]{display:block;width:100%;padding:14px 18px;color:#2c3e50;text-decoration:none;transition:all .2s;border:none;background:none;text-align:left;cursor:pointer;font-size:15px;font-weight:500}.dropdown-item[data-v-a2952333]:hover{background:#667eea1a;color:#667eea}[data-theme=dark] .dropdown-item[data-v-a2952333]{color:#e0e0e0}[data-theme=dark] .dropdown-item[data-v-a2952333]:hover{background:#667eea33;color:#8b9fef}.logout-btn[data-v-a2952333]{color:#dc3545;font-weight:600}.logout-btn[data-v-a2952333]:hover{background:#dc35451a;color:#dc3545}[data-theme=dark] .logout-btn[data-v-a2952333]:hover{background:#dc354533}.dropdown-divider[data-v-a2952333]{height:1px;background:#0000001a;margin:4px 0}[data-theme=dark] .dropdown-divider[data-v-a2952333]{background:#ffffff1a}.mobile-menu-btn[data-v-a2952333]{display:none;width:42px;height:42px;background:none;border:none;cursor:pointer;padding:0}.burger-icon[data-v-a2952333]{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.burger-icon span[data-v-a2952333]{display:block;position:absolute;width:24px;height:3px;background:#2c3e50;border-radius:2px;transition:all .3s ease}[data-theme=dark] .burger-icon span[data-v-a2952333]{background:#fff}.burger-icon span[data-v-a2952333]:nth-child(1){transform:translateY(-7px)}.burger-icon span[data-v-a2952333]:nth-child(2){transform:translateY(0)}.burger-icon span[data-v-a2952333]:nth-child(3){transform:translateY(7px)}.burger-icon.open span[data-v-a2952333]:nth-child(1){transform:rotate(45deg) translateY(0)}.burger-icon.open span[data-v-a2952333]:nth-child(2){opacity:0}.burger-icon.open span[data-v-a2952333]:nth-child(3){transform:rotate(-45deg) translateY(0)}.mobile-menu[data-v-a2952333]{position:fixed;top:70px;left:0;right:0;background:#fff;max-height:0;overflow:hidden;transition:max-height .3s ease;box-shadow:0 8px 16px #0000001a;z-index:999}[data-theme=dark] .mobile-menu[data-v-a2952333]{background:#1a1a24;box-shadow:0 8px 16px #0006}.mobile-menu.open[data-v-a2952333]{max-height:calc(100vh - 70px);overflow-y:auto}.mobile-menu-content[data-v-a2952333]{padding:20px}.mobile-nav-link[data-v-a2952333]{display:block;padding:16px 20px;color:#2c3e50;text-decoration:none;font-weight:600;font-size:16px;border-radius:10px;transition:all .2s;margin-bottom:6px}.mobile-nav-link[data-v-a2952333]:hover,.mobile-nav-link.router-link-active[data-v-a2952333]{background:#667eea1a;color:#667eea}[data-theme=dark] .mobile-nav-link[data-v-a2952333]{color:#e0e0e0}[data-theme=dark] .mobile-nav-link[data-v-a2952333]:hover,[data-theme=dark] .mobile-nav-link.router-link-active[data-v-a2952333]{background:#667eea33;color:#8b9fef}.mobile-divider[data-v-a2952333]{height:1px;background:#0000001a;margin:16px 0}[data-theme=dark] .mobile-divider[data-v-a2952333]{background:#ffffff1a}.mobile-user-info[data-v-a2952333]{display:flex;align-items:center;gap:16px;padding:16px;background:#667eea0d;border-radius:12px;margin-bottom:12px}[data-theme=dark] .mobile-user-info[data-v-a2952333]{background:#ffffff0d}.user-avatar-large[data-v-a2952333]{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;flex-shrink:0}.user-details[data-v-a2952333]{flex:1}.user-name-large[data-v-a2952333]{font-weight:700;font-size:16px;color:#2c3e50;margin-bottom:4px}[data-theme=dark] .user-name-large[data-v-a2952333]{color:#e0e0e0}.user-email[data-v-a2952333]{font-size:13px;color:#7f8c8d}[data-theme=dark] .user-email[data-v-a2952333]{color:#9ca3af}.mobile-logout-btn[data-v-a2952333]{width:100%;padding:16px;background:#dc35451a;color:#dc3545;border:none;border-radius:10px;font-weight:700;font-size:16px;cursor:pointer;transition:all .2s}.mobile-logout-btn[data-v-a2952333]:hover{background:#dc354533;transform:translateY(-2px)}.mobile-overlay[data-v-a2952333]{display:none}.desktop-only[data-v-a2952333]{display:flex}.mobile-only[data-v-a2952333]{display:none}@media (max-width: 1024px){.nav-links[data-v-a2952333]{gap:4px}.nav-link[data-v-a2952333]{padding:8px 14px;font-size:14px}}@media (max-width: 768px){.desktop-only[data-v-a2952333]{display:none!important}.mobile-only[data-v-a2952333]{display:flex!important}.mobile-menu-btn[data-v-a2952333]{display:block}.mobile-overlay[data-v-a2952333]{display:block;position:fixed;top:70px;left:0;right:0;bottom:0;background:#00000080;z-index:998}.nav-container[data-v-a2952333]{height:60px}.logo-text[data-v-a2952333]{font-size:16px}.logo-icon[data-v-a2952333]{font-size:24px}}.maintenance-timer[data-v-a2952333]{display:flex;align-items:center;padding:8px 16px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:10px;border:2px solid #f59e0b;animation:pulse-border-a2952333 2s ease-in-out infinite}[data-theme=dark] .maintenance-timer[data-v-a2952333]{background:linear-gradient(135deg,#92400e,#b45309);border-color:#f59e0b}@keyframes pulse-border-a2952333{0%,to{border-color:#f59e0b;box-shadow:0 0 #f59e0b66}50%{border-color:#dc2626;box-shadow:0 0 0 4px #dc262633}}.timer-content[data-v-a2952333]{display:flex;flex-direction:column;gap:2px}.timer-label[data-v-a2952333]{font-size:10px;font-weight:600;color:#92400e;text-transform:uppercase;letter-spacing:.5px;line-height:1}[data-theme=dark] .timer-label[data-v-a2952333]{color:#fde68a}.timer-value[data-v-a2952333]{font-size:16px;font-weight:800;color:#b45309;font-family:Courier New,monospace;line-height:1}[data-theme=dark] .timer-value[data-v-a2952333]{color:#fef3c7}.toast-container[data-v-e3f65233]{position:fixed;top:80px;right:20px;z-index:100000;display:flex;flex-direction:column;gap:12px;pointer-events:none;max-width:calc(100vw - 40px)}.toast[data-v-e3f65233]{min-width:350px;max-width:450px;width:100%;background:#fff;border-radius:12px;padding:16px;display:flex;align-items:flex-start;gap:12px;box-shadow:0 8px 32px #0000001f;pointer-events:all;cursor:pointer;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.toast[data-v-e3f65233]:hover{transform:translate(-4px);box-shadow:0 12px 40px #00000026}.toast[data-v-e3f65233]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px}.toast-success[data-v-e3f65233]:before{background:linear-gradient(180deg,#11998e,#38ef7d)}.toast-error[data-v-e3f65233]:before{background:linear-gradient(180deg,#ee0979,#ff6a00)}.toast-warning[data-v-e3f65233]:before{background:linear-gradient(180deg,#f093fb,#f5576c)}.toast-info[data-v-e3f65233]:before{background:linear-gradient(180deg,#667eea,#764ba2)}.toast-icon[data-v-e3f65233]{font-size:24px;flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px}.toast-success .toast-icon[data-v-e3f65233]{background:linear-gradient(135deg,#11998e,#38ef7d)}.toast-error .toast-icon[data-v-e3f65233]{background:linear-gradient(135deg,#ee0979,#ff6a00)}.toast-warning .toast-icon[data-v-e3f65233]{background:linear-gradient(135deg,#f093fb,#f5576c)}.toast-info .toast-icon[data-v-e3f65233]{background:linear-gradient(135deg,#667eea,#764ba2)}.toast-content[data-v-e3f65233]{flex:1;min-width:0}.toast-title[data-v-e3f65233]{font-weight:700;font-size:14px;color:#2c3e50;margin-bottom:4px;line-height:1.4}.toast-message[data-v-e3f65233]{font-size:13px;color:#7f8c8d;line-height:1.4;word-wrap:break-word}.toast-close[data-v-e3f65233]{background:none;border:none;font-size:24px;color:#95a5a6;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .3s;flex-shrink:0}.toast-close[data-v-e3f65233]:hover{background:#f1f3f5;color:#2c3e50}.toast-progress[data-v-e3f65233]{position:absolute;bottom:0;left:0;height:3px;background:linear-gradient(90deg,#ffffff80,#fffc);animation:progress-e3f65233 linear forwards;transform-origin:left}@keyframes progress-e3f65233{0%{width:100%}to{width:0%}}.toast-enter-active[data-v-e3f65233]{animation:slideInRight-e3f65233 .4s cubic-bezier(.4,0,.2,1)}.toast-leave-active[data-v-e3f65233]{animation:slideOutRight-e3f65233 .3s cubic-bezier(.4,0,.2,1)}@keyframes slideInRight-e3f65233{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight-e3f65233{0%{transform:translate(0);opacity:1}to{transform:translate(400px);opacity:0}}.toast-dismissing[data-v-e3f65233]{animation:shake-e3f65233 .3s}@keyframes shake-e3f65233{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}@media (max-width: 768px){.toast-container[data-v-e3f65233]{top:10px;right:10px;left:10px;max-width:none}.toast[data-v-e3f65233]{min-width:auto;max-width:none;width:100%}}@media (max-width: 480px){.toast[data-v-e3f65233]{padding:12px;gap:8px}.toast-icon[data-v-e3f65233]{font-size:20px;width:28px;height:28px}.toast-title[data-v-e3f65233]{font-size:13px}.toast-message[data-v-e3f65233]{font-size:12px}}.modal-overlay[data-v-bfd9f74e]{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.modal-container[data-v-bfd9f74e]{background:#fff;border-radius:16px;max-width:600px;width:100%;box-shadow:0 20px 60px #0000004d;animation:slideIn-bfd9f74e .3s ease-out}@keyframes slideIn-bfd9f74e{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header[data-v-bfd9f74e]{padding:32px 32px 24px;text-align:center;border-bottom:1px solid #e5e7eb}.warning-icon[data-v-bfd9f74e]{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:50%;color:#fff;margin-bottom:16px}.modal-header h2[data-v-bfd9f74e]{font-size:24px;font-weight:700;color:#111827;margin:0}.modal-body[data-v-bfd9f74e]{padding:32px}.warning-text[data-v-bfd9f74e]{font-size:16px;line-height:1.6;color:#374151;margin:0 0 32px;text-align:center}.warning-text strong[data-v-bfd9f74e]{color:#dc2626}.countdown-container[data-v-bfd9f74e]{background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:12px;padding:24px;margin-bottom:24px;text-align:center}.countdown-label[data-v-bfd9f74e]{font-size:14px;font-weight:600;color:#92400e;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.countdown-timer[data-v-bfd9f74e]{font-size:48px;font-weight:800;color:#b45309;font-family:Courier New,monospace;margin-bottom:16px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.countdown-progress[data-v-bfd9f74e]{width:100%;height:8px;background:#b4530933;border-radius:999px;overflow:hidden}.countdown-progress-bar[data-v-bfd9f74e]{height:100%;background:linear-gradient(90deg,#f59e0b,#dc2626);border-radius:999px;transition:width 1s linear}.info-box[data-v-bfd9f74e]{background:#f3f4f6;border-radius:8px;padding:20px}.info-box p[data-v-bfd9f74e]{font-size:14px;font-weight:600;color:#111827;margin:0 0 12px}.info-box ul[data-v-bfd9f74e]{margin:0;padding-left:20px}.info-box li[data-v-bfd9f74e]{font-size:14px;color:#6b7280;margin-bottom:8px;line-height:1.5}.info-box li[data-v-bfd9f74e]:last-child{margin-bottom:0}.modal-footer[data-v-bfd9f74e]{padding:24px 32px 32px;display:flex;gap:12px;justify-content:flex-end}.btn-logout[data-v-bfd9f74e],.btn-continue[data-v-bfd9f74e]{padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-logout[data-v-bfd9f74e]{background:#dc2626;color:#fff}.btn-logout[data-v-bfd9f74e]:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.btn-continue[data-v-bfd9f74e]{background:#f3f4f6;color:#374151}.btn-continue[data-v-bfd9f74e]:hover{background:#e5e7eb;transform:translateY(-1px)}.modal-enter-active[data-v-bfd9f74e],.modal-leave-active[data-v-bfd9f74e]{transition:opacity .3s ease}.modal-enter-from[data-v-bfd9f74e],.modal-leave-to[data-v-bfd9f74e]{opacity:0}@media (max-width: 640px){.modal-container[data-v-bfd9f74e]{margin:20px}.modal-header[data-v-bfd9f74e]{padding:24px 20px 16px}.modal-header h2[data-v-bfd9f74e]{font-size:20px}.modal-body[data-v-bfd9f74e]{padding:20px}.countdown-timer[data-v-bfd9f74e]{font-size:36px}.modal-footer[data-v-bfd9f74e]{flex-direction:column-reverse;padding:16px 20px 24px}.btn-logout[data-v-bfd9f74e],.btn-continue[data-v-bfd9f74e]{width:100%}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa;transition:background .3s ease}body[data-theme=dark]{background:#0f0f1a;color:#e0e0e0}.container{max-width:1400px;margin:0 auto;padding:0 20px}.main-content[data-v-fcef2f3f]{min-height:calc(100vh - 140px)}.footer[data-v-fcef2f3f]{background-color:#2c3e50;color:#fff;text-align:center;padding:30px 0;margin-top:60px}[data-theme=dark] .footer[data-v-fcef2f3f]{background-color:#1a1a24}.footer p[data-v-fcef2f3f]{margin:0;font-size:14px;opacity:.8}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#f5f5f5;color:#333}#app{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:20px}.btn{padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:14px;transition:all .3s}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover{background-color:#0056b3}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333}.btn-success{background-color:#28a745;color:#fff}.btn-success:hover{background-color:#218838}.card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px}.input-group{margin-bottom:15px}.input-group label{display:block;margin-bottom:5px;font-weight:500}.input-group input,.input-group select,.input-group textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:5px;font-size:14px}.input-group input:focus,.input-group select:focus,.input-group textarea:focus{outline:none;border-color:#007bff}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;text-align:left;border-bottom:1px solid #ddd}.table th{background-color:#f8f9fa;font-weight:600}.table tr:hover{background-color:#f8f9fa}.loading{text-align:center;padding:40px;color:#666}.error{background-color:#f8d7da;color:#721c24;padding:12px;border-radius:5px;margin-bottom:15px}.success{background-color:#d4edda;color:#155724;padding:12px;border-radius:5px;margin-bottom:15px}
