*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Roboto,Helvetica Neue,sans-serif}body{background:linear-gradient(145deg,#0b0e1a,#1a1f2f);min-height:100vh;padding:20px}#app{max-width:1200px;width:100%;margin:0 auto}.navbar{background:rgba(18,22,40,.95);backdrop-filter:blur(12px);border-radius:24px;margin-bottom:20px;padding:15px 25px;border:1px solid rgba(120,130,220,.3);box-shadow:0 10px 30px rgba(0,0,0,.5)}.navbar .navbar-container{display:flex;justify-content:space-between;align-items:center}.navbar .navbar-brand{display:flex;align-items:center;gap:10px;font-size:1.2rem;font-weight:600;background:linear-gradient(135deg,#a5b4fc,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.navbar .navbar-brand i{font-size:1.5rem}.navbar .navbar-menu{display:flex;gap:15px}.navbar .navbar-menu .navbar-item{color:#b9c2e6;text-decoration:none;padding:8px 16px;border-radius:30px;display:flex;align-items:center;gap:8px;transition:all .2s;border:1px solid transparent}.navbar .navbar-menu .navbar-item:hover{background:#2a3457;color:#fff;border-color:#818cf8}.navbar .navbar-menu .navbar-item.active{background:linear-gradient(145deg,#4f46e5,#6366f1);color:#fff;border-color:#a78bfa;box-shadow:0 0 15px rgba(79,70,229,.5)}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.dashboard{background:rgba(18,22,40,.8);backdrop-filter:blur(12px);border-radius:32px;padding:28px;box-shadow:0 20px 40px rgba(0,0,0,.6),inset 0 0 0 1px rgba(66,153,225,.2);border:1px solid rgba(120,130,220,.3);color:#e6e9ff}.dashboard .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;flex-wrap:wrap;gap:15px}.dashboard .header .title h1{font-size:1.9rem;font-weight:600;background:linear-gradient(135deg,#a5b4fc,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:1px}.dashboard .header .title p{color:#8f9bb5;font-size:.9rem;margin-top:5px}.dashboard .header .badge{background:#262e4f;padding:10px 20px;border-radius:40px;border:1px solid #3f4a7a;font-weight:500;box-shadow:0 4px 12px rgba(0,0,0,.4)}.dashboard .header .badge i{color:#fbbf24;margin-right:8px}.dashboard .info-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px;margin-bottom:32px}.dashboard .info-panel .info-card{background:#1e2340;border-radius:24px;padding:20px 18px;border-left:4px solid;transition:.2s;box-shadow:0 8px 20px rgba(0,0,0,.5)}.dashboard .info-panel .info-card.block{border-left-color:#60a5fa}.dashboard .info-panel .info-card.hash{border-left-color:#c084fc}.dashboard .info-panel .info-card.size{border-left-color:#34d399}.dashboard .info-panel .info-card.parity{border-left-color:#f87171}.dashboard .info-panel .info-card .info-label{font-size:.8rem;text-transform:uppercase;letter-spacing:1px;color:#9aa4c9;margin-bottom:8px}.dashboard .info-panel .info-card .info-value{font-size:1.5rem;font-weight:600;word-break:break-all;font-family:Courier New,monospace}.dashboard .info-panel .info-card .hash-value{font-size:1.1rem;background:#0f1222;padding:8px 12px;border-radius:18px;border:1px solid #334155}.dashboard .last-digit{background:#2d3748;color:#fbbf24;padding:2px 10px;margin-left:10px;font-size:1.2rem}.dashboard .last-digit,.dashboard .result-badge{display:inline-block;font-weight:700;border-radius:30px}.dashboard .result-badge{padding:6px 18px;font-size:1.3rem;background:hsla(0,0%,100%,.05);border:1px solid;margin-left:8px}.dashboard .result-badge.size-badge{border-color:#34d399;color:#6ee7b7}.dashboard .result-badge.parity-badge{border-color:#f87171;color:#fca5a5}.dashboard .trade-panel{background:#151b32;border-radius:28px;padding:24px;margin-bottom:30px}.dashboard .trade-panel .balance-area{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}.dashboard .trade-panel .balance-area .balance-box{background:#0f1424;padding:12px 22px;border-radius:60px;border:1px solid #3c476b}.dashboard .trade-panel .balance-area .balance-box .balance-amount{font-size:2rem;font-weight:700;color:#fcd34d;margin-left:8px}.dashboard .trade-panel .balance-area .reset-btn{background:none;border:1px solid #5f6b96;color:#b9c2e6;padding:8px 18px;border-radius:30px;cursor:pointer;transition:.2s;font-size:.9rem}.dashboard .trade-panel .balance-area .reset-btn:hover{background:#2a3457;color:#fff;border-color:#818cf8}.dashboard .trade-panel .bet-controls{display:flex;flex-wrap:wrap;gap:20px;align-items:flex-end}.dashboard .trade-panel .bet-controls .input-group{flex:2 1 200px}.dashboard .trade-panel .bet-controls .input-group label{display:block;font-size:.8rem;color:#a0abcf;margin-bottom:6px;letter-spacing:.5px}.dashboard .trade-panel .bet-controls .input-group .amount-input{background:#0c1020;border:1px solid #39456b;border-radius:40px;padding:12px 20px;width:100%;color:#fff;font-weight:600;font-size:1.1rem;outline:none}.dashboard .trade-panel .bet-controls .input-group .amount-input:focus{border-color:#818cf8}.dashboard .trade-panel .bet-controls .bet-options{flex:3 1 300px;display:flex;gap:10px;flex-wrap:wrap}.dashboard .trade-panel .bet-controls .bet-options .bet-btn{background:#1f2645;border:1px solid #3c4a78;color:#cbd5e1;font-size:1.3rem;font-weight:700;padding:12px 0;border-radius:50px;flex:1 1 70px;min-width:70px;cursor:pointer;transition:all .15s;box-shadow:0 4px 8px rgba(0,0,0,.3)}.dashboard .trade-panel .bet-controls .bet-options .bet-btn.active{background:linear-gradient(145deg,#4f46e5,#6366f1);border-color:#a78bfa;color:#fff;transform:scale(1.02);box-shadow:0 0 15px #6366f1}.dashboard .trade-panel .bet-controls .bet-options .bet-btn.active.big{background:#ef4444;border-color:#f87171}.dashboard .trade-panel .bet-controls .bet-options .bet-btn.active.small{background:#3b82f6;border-color:#60a5fa}.dashboard .trade-panel .bet-controls .bet-options .bet-btn.active.odd{background:#8b5cf6;border-color:#c084fc}.dashboard .trade-panel .bet-controls .bet-options .bet-btn.active.even{background:#10b981;border-color:#34d399}.dashboard .trade-panel .bet-controls .action-btns{flex:1 1 200px;display:flex;gap:12px}.dashboard .trade-panel .bet-controls .action-btns .action-btn{background:#283153;border:none;color:#fff;padding:12px 20px;border-radius:40px;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;flex:1;transition:.2s;border:1px solid #475688}.dashboard .trade-panel .bet-controls .action-btns .action-btn.primary{background:#4f46e5;border-color:#818cf8}.dashboard .trade-panel .bet-controls .action-btns .action-btn.primary:hover{background:#6366f1;box-shadow:0 0 15px #4f46e5}.dashboard .trade-panel .bet-controls .action-btns .action-btn.warning{background:#b45309;border-color:#f59e0b}.dashboard .trade-panel .bet-controls .action-btns .action-btn.warning:hover{background:#d97706}.dashboard .trade-panel .bet-controls .action-btns .action-btn:disabled{opacity:.4;cursor:not-allowed}.dashboard .trade-panel .error-banner{background:#7f1d1d;color:#fecaca;padding:12px 20px;border-radius:30px;margin-top:15px;border:1px solid #f87171}.dashboard .history-section{background:#151b32;border-radius:24px;padding:20px}.dashboard .history-section .section-title{font-size:1.3rem;margin-bottom:16px;display:flex;align-items:center;gap:10px;color:#b3c0f0}.dashboard .history-section .section-title .stats{display:flex;gap:25px;margin-left:auto;font-size:.9rem;background:#202842;padding:6px 16px;border-radius:30px}.dashboard .history-section .history-list{max-height:300px;overflow-y:auto;border-radius:20px;background:#0f1422;padding:5px}.dashboard .history-section .history-list .history-item{display:flex;align-items:center;justify-content:space-between;background:#1a2140;margin:8px 0;padding:12px 18px;border-radius:40px;border-left:5px solid transparent;font-size:.95rem}.dashboard .history-section .history-list .history-item.win{border-left-color:#10b981;background:#1a2f3a}.dashboard .history-section .history-list .history-item.loss{border-left-color:#ef4444;background:#2a2438}.dashboard .history-section .history-list .history-item .history-block{font-family:monospace;background:#0b0f1c;padding:4px 10px;border-radius:20px;color:#9bb0f0}.dashboard .history-section .history-list .history-item .history-bet{font-weight:700;padding:4px 12px;border-radius:30px;background:#252e50}.dashboard .history-section .history-list .history-item .history-profit{font-weight:700}.dashboard .history-section .history-list .history-item .history-profit.profit-positive{color:#6ee7b7}.dashboard .history-section .history-list .history-item .history-profit.profit-negative{color:#fca5a5}.dashboard .loading-spinner{display:inline-block;width:18px;height:18px;border:3px solid hsla(0,0%,100%,.2);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}.dashboard .footer-note{margin-top:20px;text-align:center;color:#5f6b96;font-size:.8rem}@keyframes spin{to{transform:rotate(1turn)}}@media(max-width:768px){.navbar .navbar-container{flex-direction:column;gap:15px}.navbar .navbar-menu{width:100%;justify-content:space-around}.dashboard .bet-controls{flex-direction:column;align-items:stretch}.dashboard .bet-controls .bet-options{flex-direction:row}}.history-link[data-v-9fdf216c]{color:#818cf8;text-decoration:none;margin-left:auto;margin-right:20px;font-size:.9rem;display:flex;align-items:center;gap:5px;background:#262e4f;padding:6px 16px;border-radius:30px;border:1px solid #3f4a7a;transition:.2s}.history-link[data-v-9fdf216c]:hover{background:#334155;color:#a5b4fc}.action-btn.secondary[data-v-9fdf216c]{background:#7f1d1d;border-color:#f87171;color:#fecaca}.action-btn.secondary[data-v-9fdf216c]:hover{background:#991b1b;box-shadow:0 0 15px #7f1d1d}