*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #3b82f6;--primary-dark: #2563eb;--success: #22c55e;--warning: #f59e0b;--error: #ef4444;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-500: #6b7280;--gray-700: #374151;--gray-900: #111827;--bg-primary: #f9fafb;--bg-card: white;--text-primary: #111827;--text-secondary: #6b7280;--border-color: #e5e7eb}[data-theme=dark]{--gray-50: #1f2937;--gray-100: #374151;--gray-200: #4b5563;--gray-300: #6b7280;--gray-500: #9ca3af;--gray-700: #d1d5db;--gray-900: #f9fafb;--bg-primary: #111827;--bg-card: #1f2937;--text-primary: #f9fafb;--text-secondary: #9ca3af;--border-color: #374151}[data-theme=dark] body{background-color:var(--bg-primary);color:var(--text-primary)}[data-theme=dark] .card,[data-theme=dark] .stat-card,[data-theme=dark] .stat-card-new,[data-theme=dark] .table-container,[data-theme=dark] .modal{background:var(--bg-card)}[data-theme=dark] th{background:#374151}[data-theme=dark] td{border-color:#374151}[data-theme=dark] tr:hover{background:#374151}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background:var(--gray-100);border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .login-card{background:var(--bg-card)}[data-theme=dark] .sidebar{background:#111827}[data-theme=dark] .sidebar .balance-section{background:#374151}[data-theme=dark] .sidebar .download-plugin{background:#374151;border-color:#6b7280}[data-theme=dark] .sidebar .theme-toggle{border-color:#374151;color:#9ca3af}[data-theme=dark] .sidebar .theme-toggle:hover{background:#374151}[data-theme=dark] .sidebar .logout-btn{border-color:#374151;color:#9ca3af}[data-theme=dark] .sidebar .logout-btn:hover{background:#374151}[data-theme=dark] .sidebar .balance-title,[data-theme=dark] .sidebar .balance-key,[data-theme=dark] .sidebar .balance-refresh{color:#9ca3af}[data-theme=dark] .sidebar .balance-network{color:#f3f4f6}[data-theme=dark] .sidebar a{color:#d1d5db}[data-theme=dark] .sidebar a:hover,[data-theme=dark] .sidebar a.active{background:#374151;color:#fff}.stat-box{text-align:center;padding:.75rem;background:var(--gray-50);border-radius:.5rem;border:1px solid transparent}[data-theme=dark] .stat-box{background:#1f2937;border-color:#374151}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--gray-50);color:var(--gray-900);line-height:1.5}.app{display:flex;height:100vh;overflow:hidden}.sidebar{width:220px;background:var(--gray-900);color:#fff;padding:1rem;display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh;overflow-y:auto}.sidebar h1{font-size:1.25rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-700)}.sidebar-logo-wrapper{text-align:center;margin-bottom:.75rem}.sidebar-logo{display:block;width:140px;margin:0 auto}.sidebar nav{display:flex;flex-direction:column;gap:.25rem;padding-bottom:1rem;margin-top:1rem}.sidebar a{display:flex;align-items:center;gap:.6rem;color:var(--gray-300);text-decoration:none;padding:.5rem .75rem;border-radius:.5rem;transition:all .2s;font-size:.875rem}.sidebar a svg{flex-shrink:0}.sidebar a:hover,.sidebar a.active{background:var(--gray-700);color:#fff}.sidebar .theme-toggle{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background:transparent;border:1px solid var(--gray-700);color:var(--gray-400);padding:.4rem .75rem;border-radius:.5rem;cursor:pointer;transition:all .2s;font-size:.8rem;margin-bottom:.5rem}.sidebar .theme-toggle:hover{background:var(--gray-700);color:#fff}.sidebar .logout-btn{width:100%;background:transparent;border:1px solid var(--gray-700);color:var(--gray-400);padding:.4rem .75rem;border-radius:.5rem;cursor:pointer;transition:all .2s;font-size:.8rem}.sidebar .logout-btn:hover{background:var(--gray-700);color:#fff}.sidebar .sidebar-bottom{margin-top:auto}.sidebar .download-plugin{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-bottom:.5rem;background:var(--gray-700);border:1px solid var(--gray-500);color:#fff;padding:.5rem .75rem;border-radius:.5rem;text-decoration:none;transition:all .2s;font-size:.8rem}.sidebar .download-plugin:hover{background:var(--primary);border-color:var(--primary)}.sidebar .download-plugin svg{flex-shrink:0}.sidebar .balance-section{margin-bottom:.5rem;padding:.5rem;background:var(--gray-700);border-radius:.5rem}.sidebar .balance-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.sidebar .balance-title{font-size:.75rem;color:var(--gray-500);text-transform:uppercase}.sidebar .balance-refresh{background:none;border:none;color:var(--gray-500);cursor:pointer;padding:.25rem;border-radius:.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.sidebar .balance-refresh:hover{color:#fff;background:var(--gray-600)}.sidebar .balance-refresh.loading svg{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sidebar .balance-item{display:flex;justify-content:space-between;align-items:flex-start;padding:.3rem 0}.sidebar .balance-info{display:flex;flex-direction:column}.sidebar .balance-network{font-size:.875rem;color:var(--gray-300)}.sidebar .balance-key{font-size:.7rem;color:var(--gray-500)}.sidebar .balance-amount{font-size:.875rem;font-weight:600;color:var(--success)}.sidebar .balance-amount.error{color:var(--error)}.main-content{flex:1;padding:1rem 1.5rem;overflow-y:auto;margin-left:220px;height:100vh}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.page-header h2{font-size:1.25rem;font-weight:600}.card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.stat-card .label{font-size:.875rem;color:var(--gray-500);margin-bottom:.5rem}.stat-card .value{font-size:2rem;font-weight:700}.table-container{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}table{width:100%;border-collapse:collapse}th,td{padding:.75rem .5rem;text-align:left;border-bottom:1px solid var(--gray-200)}th{background:var(--gray-50);font-weight:600;font-size:.875rem;color:var(--gray-700)}tr:hover{background:var(--gray-50)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s;border:none;font-size:.875rem}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--gray-200);color:var(--gray-700)}.btn-secondary:hover{background:var(--gray-300)}.btn-danger{background:var(--error);color:#fff}.btn-small{padding:.375rem .75rem;font-size:.75rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:500;margin-bottom:.5rem;font-size:.875rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.625rem .875rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:.875rem;transition:border-color .2s}.form-group select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:2.5rem;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='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;cursor:pointer}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary)}.form-group select[multiple]{height:150px}.badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.badge-success{background:#dcfce7;color:#166534}.badge-warning{background:#fef3c7;color:#92400e}.badge-error{background:#fee2e2;color:#991b1b}.badge-info{background:#dbeafe;color:#1e40af}.badge-orange{background:#fef3c7;color:#92400e}.badge-gray{background:var(--gray-200);color:var(--gray-700)}.filters{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.filters select,.filters input{padding:.5rem .75rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:.875rem}.filters select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:2.5rem;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='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;cursor:pointer}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--gray-100)}.login-card{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.login-card h1{text-align:center;margin-bottom:2rem;font-size:1.5rem}.login-card .btn{width:100%;justify-content:center;padding:.875rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:50}.modal{background:#fff;border-radius:1rem;padding:2rem;max-width:600px;width:90%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h3{font-size:1.25rem;font-weight:600}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--gray-500)}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.loading{text-align:center;padding:3rem;color:var(--gray-500)}.skeleton{background:linear-gradient(90deg,var(--gray-200) 25%,var(--gray-100) 50%,var(--gray-200) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:.375rem}.skeleton-text{height:1rem;margin-bottom:.5rem}.skeleton-text-sm{height:.75rem;width:60%}.skeleton-card{height:120px;border-radius:.75rem}.skeleton-row{height:3rem;margin-bottom:.5rem}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.error-message{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:.5rem;margin-bottom:1rem}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem}.toast{padding:.875rem 1.25rem;border-radius:.5rem;color:#fff;font-size:.875rem;font-weight:500;box-shadow:0 4px 12px #00000026;animation:toast-in .3s ease;display:flex;align-items:center;gap:.5rem}.toast-success{background:var(--success)}.toast-error{background:var(--error)}.toast-info{background:var(--primary)}.toast-exit{animation:toast-out .3s ease forwards}@keyframes toast-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toast-out{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.date-presets-wrapper{display:contents}.date-presets-inputs{display:flex;align-items:center;gap:.5rem}.date-presets-field{display:flex;align-items:center;gap:.35rem}.date-presets-field label{font-size:.8rem;color:var(--text-secondary);font-weight:500}.date-presets-field input[type=date]{padding:.375rem .5rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:.8rem;background:var(--bg-card);color:var(--text-primary);font-family:inherit;transition:border-color .15s}.date-presets-field input[type=date]:focus{outline:none;border-color:var(--primary)}.empty-state{text-align:center;padding:3rem;color:var(--gray-500)}.hero-card{background:#fff;border-radius:.75rem;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 1px 3px #00000014;margin-bottom:1rem}.hero-content{position:relative;z-index:1}.hero-label{font-size:.85rem;color:var(--gray-500);margin-bottom:.25rem}.hero-number{font-size:2.5rem;font-weight:700;color:var(--gray-900);line-height:1.1}.hero-sub{display:flex;align-items:center;gap:1rem;margin-top:.5rem;font-size:.8rem;color:var(--gray-500)}.evadav-dot,.popcash-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.25rem}.evadav-dot{background:var(--primary)}.popcash-dot{background:#f59e0b}.hero-btn{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);z-index:1;padding:.5rem 1rem;background:#fff;border:1px solid var(--gray-200);border-radius:.5rem;color:var(--gray-600);text-decoration:none;font-size:.8rem;font-weight:500;transition:all .15s}.hero-btn:hover{border-color:var(--gray-300);color:var(--gray-900)}.hero-btn span{margin-left:.25rem}.hero-wave{position:absolute;bottom:0;left:0;right:0;height:60px;pointer-events:none}.hero-wave svg{width:100%;height:100%}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stat-card-new{background:#fff;border-radius:.75rem;padding:1.25rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #00000014}.stat-left{display:flex;flex-direction:column}.stat-card-new .stat-label{font-size:.85rem;font-weight:500;color:var(--gray-700);margin-bottom:.25rem}.stat-card-new .stat-number{font-size:2rem;font-weight:700;color:var(--gray-900);line-height:1.1}.stat-card-new .stat-sub{font-size:.75rem;color:var(--gray-400);margin-top:.25rem}.stat-icon{width:48px;height:48px;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.stat-icon.blue{background:#dbeafe;color:#2563eb}.stat-icon.green{background:#dcfce7;color:#16a34a}.stat-icon.orange{background:#ffedd5;color:#ea580c}.mobile-header,.sidebar-overlay{display:none}@media (max-width: 767px){.mobile-header{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;height:52px;background:var(--gray-900);padding:0 .75rem;z-index:1001}.mobile-header .hamburger-btn{position:absolute;left:.75rem;background:transparent;border:none;color:#fff;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.mobile-header .hamburger-btn svg{display:block}.mobile-header .mobile-logo{height:28px;width:auto}.mobile-header .mobile-balance{position:absolute;right:.75rem;font-size:.8rem;font-weight:600;color:var(--success)}.mobile-header .mobile-balance-label{color:var(--gray-500);font-weight:400}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.sidebar-overlay.open{opacity:1;visibility:visible}.sidebar{transform:translate(-100%);transition:transform .2s ease;z-index:1000;top:52px;height:calc(100vh - 52px)}.sidebar.open{transform:translate(0)}.sidebar .sidebar-logo-wrapper{display:none}.main-content{margin-left:0;padding-top:52px;padding-left:.75rem;padding-right:.75rem;height:calc(100vh - 52px);margin-top:0}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}th,td{padding:.5rem .4rem;font-size:.8rem}.table-container table th:first-child,.table-container table td:first-child{position:sticky;left:0;background:#fff;z-index:1;box-shadow:2px 0 4px #0000000d}.table-container table th:first-child{background:var(--gray-50)}[data-theme=dark] .table-container table td:first-child{background:#1f2937}[data-theme=dark] .table-container table th:first-child{background:#374151}.hide-mobile{display:none}.badge{padding:.2rem .5rem;font-size:.7rem}.btn-small{padding:.3rem .5rem;font-size:.7rem}.filters{gap:.5rem}.filters select,.filters input[type=date]{min-width:140px;flex:1}.grid-responsive-2,.grid-responsive-3{grid-template-columns:1fr!important}.stats-row{grid-template-columns:1fr}.form-row-2{grid-template-columns:1fr!important}.page-header{flex-direction:column;align-items:stretch;gap:.75rem}.page-header>div{justify-content:flex-start}}@media (min-width: 768px) and (max-width: 1024px){.sidebar{width:200px}.main-content{margin-left:200px}.table-container{overflow-x:auto}}
