*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f8fafc;min-height:100vh;color:#1e293b;-webkit-font-smoothing:antialiased}.page{display:flex;min-height:100vh}.brand-panel{display:none;flex:1;background:linear-gradient(135deg,#6366f1,#8b5cf6,#a78bfa);padding:60px;position:relative;overflow:hidden}.brand-panel:before{content:"";position:absolute;top:-50%;right:-30%;width:80%;height:80%;border-radius:50%;background:#ffffff0a}.brand-panel:after{content:"";position:absolute;bottom:-20%;left:-10%;width:60%;height:60%;border-radius:50%;background:#ffffff08}.brand-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;height:100%;max-width:480px}.brand-title{font-size:42px;font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1.2}.brand-sub{font-size:18px;color:#ffffffbf;margin-top:16px;line-height:1.6}.brand-features{margin-top:40px;display:flex;flex-direction:column;gap:16px}.feature-item{display:flex;align-items:center;gap:12px;color:#ffffffd9;font-size:15px}.feature-icon{width:32px;height:32px;border-radius:8px;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.form-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 32px;min-width:0}.form-card{width:100%;max-width:420px}.logo{font-size:22px;font-weight:800;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.03em}.logo-mobile{text-align:center;margin-bottom:32px}.title{font-size:24px;font-weight:700;color:#0f172a;margin:24px 0 8px}.subtitle{font-size:15px;color:#64748b;margin-bottom:28px}.form{display:flex;flex-direction:column;gap:16px}.input-group{display:flex;flex-direction:column;gap:5px}.input-label{font-size:13px;font-weight:600;color:#475569}.input{width:100%;padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:15px;outline:none;transition:all .15s;background:#fff;color:#1e293b}.input::placeholder{color:#94a3b8}.input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.btn{padding:12px 20px;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .15s}.btn.primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 1px 3px #6366f140}.btn.primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f159}.btn.primary:active{transform:translateY(0)}.btn.full{width:100%}.err{font-size:13px;color:#ef4444;text-align:center;background:#fef2f2;padding:8px 12px;border-radius:8px}.success{font-size:13px;color:#059669;text-align:center;background:#ecfdf5;padding:8px 12px;border-radius:8px}.info{font-size:14px;color:#64748b;text-align:center;background:#f8fafc;padding:12px;border-radius:8px;line-height:1.5}.switch-row{font-size:14px;color:#64748b;text-align:center;margin-top:4px}.switch-row a{color:#6366f1;text-decoration:none;font-weight:600;cursor:pointer}.switch-row a:hover{text-decoration:underline}.verified-badge{text-align:center;background:#ecfdf5;color:#059669;font-weight:600;font-size:14px;padding:12px;border-radius:10px;border:1px solid #a7f3d0}.dash-layout{display:flex;min-height:100vh;background:#f5f5f8}.dash-sidebar{width:220px;background:#1a1a2e;color:#fff;display:flex;flex-direction:column;flex-shrink:0}.dash-sidebar-logo{padding:24px 20px 20px;font-size:18px;font-weight:800;letter-spacing:-.03em;border-bottom:1px solid rgba(255,255,255,.08)}.dash-sidebar-nav{flex:1;padding:12px 8px;display:flex;flex-direction:column;gap:2px}.dash-sidebar-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border:none;background:none;color:#fff9;font-size:14px;font-weight:500;cursor:pointer;border-radius:8px;transition:all .15s;text-align:left;width:100%}.dash-sidebar-item:hover{background:#ffffff14;color:#fff}.dash-sidebar-item.active{background:#6366f140;color:#fff;font-weight:600}.dash-sidebar-icon{font-size:16px;width:20px;text-align:center;flex-shrink:0}.dash-sidebar-footer{padding:16px 14px;border-top:1px solid rgba(255,255,255,.08)}.dash-sidebar-user{font-size:13px;color:#ffffff80;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:8px}.dash-logout-btn{width:100%;padding:6px 0;border:1px solid rgba(255,255,255,.15);border-radius:6px;background:none;color:#ffffff80;font-size:12px;cursor:pointer;transition:all .15s}.dash-logout-btn:hover{background:#ef444426;border-color:#ef44444d;color:#fca5a5}.dash-content{flex:1;padding:28px 32px;overflow-x:hidden;max-width:1100px}.dash-content-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.dash-content-title{font-size:22px;font-weight:700;color:#0f172a}.dash-header-balance{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px 16px}.dash-balance-label{font-size:13px;color:#64748b;font-weight:500}.dash-balance-num{font-size:18px;font-weight:700;color:#0f172a}.dash-balance-unit{font-size:12px;color:#94a3b8}.dash-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.dash-card{background:#fff;border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;border:1px solid #e2e8f0;transition:box-shadow .15s}.dash-card:hover{box-shadow:0 2px 12px #0000000a}.dash-card-icon{font-size:28px;width:48px;height:48px;background:#f0f4ff;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-card-body{flex:1;min-width:0}.dash-card-label{font-size:12px;color:#94a3b8;font-weight:500;margin-bottom:4px}.dash-card-value{font-size:22px;font-weight:700;color:#0f172a;line-height:1.2}.dash-card-unit{font-size:11px;color:#94a3b8;margin-top:2px}.dash-table-container{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow-x:auto}.dash-table{width:100%;border-collapse:collapse}.dash-table th{padding:12px 16px;text-align:left;font-size:12px;font-weight:600;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0;white-space:nowrap}.dash-table td{padding:12px 16px;font-size:13px;color:#334155;border-bottom:1px solid #f1f5f9}.dash-empty{text-align:center;color:#94a3b8;padding:32px!important}.dash-badge{background:#eef2ff;color:#6366f1;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500}.dash-model{font-family:monospace;font-size:12px;color:#64748b}.dash-status{font-size:12px;font-weight:500;padding:2px 8px;border-radius:4px}.dash-status.pending{background:#fef3c7;color:#d97706}.dash-status.paid{background:#d1fae5;color:#059669}.dash-topup-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #e2e8f0}.dash-section-title{font-size:16px;font-weight:600;color:#0f172a;margin-bottom:8px}.dash-rate{font-size:13px;color:#94a3b8;margin-bottom:16px}.dash-topup-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;margin-bottom:16px}.dash-topup-option{padding:16px 12px;border:2px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;text-align:center;transition:all .15s}.dash-topup-option:hover{border-color:#c7d2fe}.dash-topup-option.selected{border-color:#6366f1;background:#eef2ff}.dash-topup-price{display:block;font-size:20px;font-weight:700;color:#0f172a}.dash-topup-tokens{display:block;font-size:11px;color:#94a3b8;margin-top:4px}.dash-topup-btn{width:100%;padding:12px;border:none;border-radius:10px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .15s}.dash-topup-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.dash-topup-msg{text-align:center;margin-top:12px;font-size:13px;color:#059669}.dash-topup-error{color:#dc2626}.dash-field{margin-bottom:16px}.dash-field-label{display:block;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.dash-currency-select,.dash-payment-select{display:flex;gap:6px;flex-wrap:wrap}.dash-currency-option,.dash-payment-option{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;padding:6px 12px;font-size:13px;cursor:pointer;transition:all .15s}.dash-currency-option:hover,.dash-payment-option:hover{border-color:#6366f1}.dash-currency-option.selected,.dash-payment-option.selected{background:#6366f1;color:#fff;border-color:#6366f1}.dash-input{width:100%;padding:10px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:15px;outline:none;transition:border-color .15s}.dash-input:focus{border-color:#6366f1}.dash-topup-btn:disabled{opacity:.6;cursor:not-allowed}.dash-payment-info{margin-top:16px;background:#f8fafc;border-radius:10px;padding:16px;text-align:left}.dash-payment-row{display:flex;align-items:center;gap:8px;margin-bottom:12px;flex-wrap:wrap}.dash-payment-label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase}.dash-payment-addr{font-size:12px;background:#fff;padding:4px 8px;border:1px solid #e2e8f0;border-radius:6px;word-break:break-all;flex:1;min-width:0}.dash-payment-actions{display:flex;gap:8px;flex-wrap:wrap}.dash-wallet-btn{display:inline-flex;align-items:center;gap:6px;background:#6366f1;color:#fff;text-decoration:none;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .15s}.dash-wallet-btn:hover{background:#4f46e5;transform:translateY(-1px)}.dash-mini-btn{background:#eef2ff;color:#6366f1;border:none;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:500;cursor:pointer}.dash-mini-btn:hover{background:#e0e7ff}@media (min-width: 900px){.brand-panel{display:flex}.logo-mobile{display:none}}@media (max-width: 899px){.logo-mobile{display:block}.page{flex-direction:column}.form-panel{padding:32px 20px}.title{font-size:22px}}
