.Dashboard-module__DB7hEa__dashboard{max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem}.Dashboard-module__DB7hEa__header{justify-content:space-between;align-items:center;display:flex}.Dashboard-module__DB7hEa__logo{font-family:var(--font-display),"Courier New",monospace;letter-spacing:2px;font-size:2rem;font-weight:700}.Dashboard-module__DB7hEa__predictionButton{color:#0a0a0a;background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);letter-spacing:1px;cursor:pointer;-webkit-user-select:none;user-select:none;border:none;border-radius:10px;align-items:center;gap:.6rem;margin-bottom:10px;padding:.6rem 1.25rem;font-size:.8rem;font-weight:800;text-decoration:none;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 18px #d4af3773,0 1px 3px #0006}.Dashboard-module__DB7hEa__predictionButton:hover{background:linear-gradient(135deg,var(--secondary)0%,var(--primary)100%);transform:translateY(-2px);box-shadow:0 6px 28px #d4af37a6,0 2px 6px #0006}.Dashboard-module__DB7hEa__predictionButton:active{transform:translateY(0)scale(.98);box-shadow:0 2px 10px #d4af3759}.Dashboard-module__DB7hEa__predictionButton:after{content:"";background:linear-gradient(45deg,#0000,#fff3,#0000);width:200%;height:200%;animation:4s linear infinite Dashboard-module__DB7hEa__sweep;position:absolute;top:-50%;left:-50%;transform:rotate(45deg)}@keyframes Dashboard-module__DB7hEa__sweep{0%{left:-100%}to{left:100%}}.Dashboard-module__DB7hEa__sparkleIcon{color:#0a0a0a;filter:drop-shadow(0 0 3px #0000004d);animation:2s ease-in-out infinite Dashboard-module__DB7hEa__sparkle-pulse}@keyframes Dashboard-module__DB7hEa__sparkle-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.Dashboard-module__DB7hEa__liveIndicator{color:var(--primary);background:#d4af371a;border:1px solid #d4af374d;border-radius:20px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.8rem;font-weight:600;display:flex}.Dashboard-module__DB7hEa__dot{background:var(--primary);width:8px;height:8px;box-shadow:0 0 10px var(--primary);border-radius:50%;animation:2s infinite Dashboard-module__DB7hEa__pulse}@keyframes Dashboard-module__DB7hEa__pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.Dashboard-module__DB7hEa__grid{grid-template:"controls stats""chart stats"1fr/1fr 350px;gap:2rem;display:grid}.Dashboard-module__DB7hEa__controls{grid-area:controls}.Dashboard-module__DB7hEa__chartCard{border-radius:16px;flex-direction:column;grid-area:chart;min-height:400px;padding:1.5rem;display:flex}.Dashboard-module__DB7hEa__sidebar{flex-direction:column;grid-area:stats;gap:1.5rem;display:flex}@media (max-width:900px){.Dashboard-module__DB7hEa__grid{grid-template:"controls""stats""chart"/1fr;gap:1.5rem}.Dashboard-module__DB7hEa__chartCard{min-height:450px}.Dashboard-module__DB7hEa__chartContainer{height:250px}.Dashboard-module__DB7hEa__tableContainer{padding-top:1rem}}.Dashboard-module__DB7hEa__chartHeader{font-family:var(--font-display),"Courier New",monospace;color:var(--text-dim);margin-bottom:1rem;font-size:1rem}.Dashboard-module__DB7hEa__loading{height:100%;color:var(--text-dim);font-family:var(--font-display),"Courier New",monospace;letter-spacing:2px;justify-content:center;align-items:center;display:flex}@media (max-width:600px){.Dashboard-module__DB7hEa__dashboard{padding:1rem}.Dashboard-module__DB7hEa__header{text-align:center;flex-direction:column;gap:1rem}.Dashboard-module__DB7hEa__logo{font-size:1.5rem}.Dashboard-module__DB7hEa__sidebar{gap:0}.Dashboard-module__DB7hEa__liveIndicator{justify-content:center;width:100%;padding:.75rem 1rem;font-size:.85rem;display:flex}}.Dashboard-module__DB7hEa__statsGroup{flex-direction:column;gap:1.5rem;display:flex}@media (max-width:600px){.Dashboard-module__DB7hEa__statsGroup{border:1px solid var(--surface-border);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff08;border-radius:16px;grid-template-columns:1fr 1fr;gap:0;display:grid;overflow:hidden}.Dashboard-module__DB7hEa__statsGroup>div{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;padding:1rem!important}.Dashboard-module__DB7hEa__statsGroup>div:first-child{text-align:center;grid-column:1/-1;border-bottom:1px solid #ffffff0d!important}.Dashboard-module__DB7hEa__statsGroup>div:nth-child(2){border-right:1px solid #ffffff0d!important}}.Dashboard-module__DB7hEa__chartSection{flex-direction:column;gap:2rem;width:100%;display:flex}.Dashboard-module__DB7hEa__chartContainer{width:100%;height:350px;position:relative}.Dashboard-module__DB7hEa__tableContainer{border-top:1px solid #ffffff0d;width:100%;max-height:400px;padding-top:2rem;overflow-y:auto}.Dashboard-module__DB7hEa__tableContainer::-webkit-scrollbar{width:6px}.Dashboard-module__DB7hEa__tableContainer::-webkit-scrollbar-track{background:#0000001a}.Dashboard-module__DB7hEa__tableContainer::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.Dashboard-module__DB7hEa__contextCard{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:.6rem;padding:1.1rem 1.25rem;display:flex}.Dashboard-module__DB7hEa__contextTitle{letter-spacing:.05em;text-transform:uppercase;color:var(--text-dim);margin:0 0 .3rem;font-size:.82rem;font-weight:700}.Dashboard-module__DB7hEa__contextRow{justify-content:space-between;align-items:center;font-size:.88rem;display:flex}.Dashboard-module__DB7hEa__contextLabel{color:var(--text-dim);opacity:.75}.Dashboard-module__DB7hEa__contextValue{font-variant-numeric:tabular-nums;font-weight:700}.Dashboard-module__DB7hEa__phaseDip{color:#ef4444}.Dashboard-module__DB7hEa__phaseRally{color:#10b981}.Dashboard-module__DB7hEa__phaseStable{color:#a3a3a3}.Dashboard-module__DB7hEa__positive{color:#10b981}.Dashboard-module__DB7hEa__negative{color:#ef4444}@media (max-width:600px){.Dashboard-module__DB7hEa__contextCard{grid-column:1/-1}}
.PriceCard-module__WHRuMa__card{background:var(--surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--surface-border);border-radius:16px;flex-direction:column;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.PriceCard-module__WHRuMa__card:hover{transform:translateY(-2px);box-shadow:0 10px 40px -10px #00000080}.PriceCard-module__WHRuMa__primary{border-color:#d4af3766;box-shadow:0 0 20px #d4af3726}.PriceCard-module__WHRuMa__primary .PriceCard-module__WHRuMa__value{background:linear-gradient(90deg,#fff,#d4af37,#f1d06e);color:#0000;text-shadow:0 0 30px #d4af374d;-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700}.PriceCard-module__WHRuMa__secondary .PriceCard-module__WHRuMa__value{color:var(--text-main);font-size:1.8rem;font-weight:600}.PriceCard-module__WHRuMa__header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.PriceCard-module__WHRuMa__title{color:var(--text-dim);text-transform:uppercase;letter-spacing:1px;font-size:.8rem;font-weight:500}.PriceCard-module__WHRuMa__icon{color:var(--primary);opacity:.8}.PriceCard-module__WHRuMa__date{color:var(--text-dim);margin-top:.5rem;font-size:.8rem}@media (max-width:600px){.PriceCard-module__WHRuMa__primary .PriceCard-module__WHRuMa__value{font-size:2.5rem}.PriceCard-module__WHRuMa__card{padding:1.25rem}}.PriceCard-module__WHRuMa__trendContainer{align-items:center;gap:.5rem;margin-top:.5rem;font-size:.8rem;display:flex}.PriceCard-module__WHRuMa__trendLabel{color:var(--text-dim);font-weight:500}.PriceCard-module__WHRuMa__trendUp{color:#4cd964;font-weight:600}.PriceCard-module__WHRuMa__trendDown{color:#ff3b30;font-weight:600}
.ControlPanel-module__II9h6W__wrapper{flex-wrap:wrap;gap:2rem;display:flex}.ControlPanel-module__II9h6W__panel{border:1px solid var(--surface-border);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff08;border-radius:16px;flex-direction:column;flex:1;gap:.8rem;min-width:250px;padding:1.5rem;display:flex}.ControlPanel-module__II9h6W__label{color:var(--text-dim);text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.ControlPanel-module__II9h6W__toggles{background:#0003;border-radius:10px;gap:.5rem;padding:.3rem;display:flex}.ControlPanel-module__II9h6W__button{color:var(--text-dim);cursor:pointer;font-family:var(--font-main);background:0 0;border:none;border-radius:8px;flex:1;min-width:60px;padding:.6rem 1.2rem;font-weight:500;transition:all .2s}.ControlPanel-module__II9h6W__button:hover{color:var(--text-main);background:#ffffff0d}.ControlPanel-module__II9h6W__active{font-weight:700;box-shadow:0 0 15px #d4af3780;background:var(--text-main)!important;color:var(--background)!important}@media (max-width:600px){.ControlPanel-module__II9h6W__wrapper{border:1px solid var(--surface-border);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff08;border-radius:16px;flex-direction:column;gap:0;overflow:hidden}.ControlPanel-module__II9h6W__panel{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;border-radius:0;min-width:100%;padding:1rem}.ControlPanel-module__II9h6W__panel:first-child{border-bottom:1px solid #ffffff0d}.ControlPanel-module__II9h6W__toggles{flex-wrap:wrap}.ControlPanel-module__II9h6W__button{min-height:44px;padding:.8rem 1rem;font-size:.9rem}}
.HistoryTable-module__kT3q0a__container{width:100%;margin-top:1rem;overflow-x:auto}.HistoryTable-module__kT3q0a__table{border-collapse:separate;border-spacing:0;width:100%;color:var(--text-main);font-size:.9rem}.HistoryTable-module__kT3q0a__table th{text-align:left;color:var(--text-dim);font-family:var(--font-display),"Courier New",monospace;border-bottom:1px solid var(--surface-border);text-transform:uppercase;letter-spacing:1px;padding:1rem;font-size:.75rem}.HistoryTable-module__kT3q0a__table td{border-bottom:1px solid #ffffff0d;padding:1rem}.HistoryTable-module__kT3q0a__row{transition:background-color .2s}.HistoryTable-module__kT3q0a__row:hover{background-color:#ffffff05}.HistoryTable-module__kT3q0a__highest{background-color:#45b7101a}.HistoryTable-module__kT3q0a__highest td{color:#4cd964;font-weight:600}.HistoryTable-module__kT3q0a__lowest{background-color:#ff3b301a}.HistoryTable-module__kT3q0a__lowest td{color:#ff3b30;font-weight:600}.HistoryTable-module__kT3q0a__date{color:var(--text-dim)}.HistoryTable-module__kT3q0a__price{font-family:var(--font-mono,monospace);text-align:right}.HistoryTable-module__kT3q0a__table th:last-child{text-align:right}.HistoryTable-module__kT3q0a__change{text-align:right;font-size:.85rem;font-weight:500}.HistoryTable-module__kT3q0a__trendUp{color:#4cd964}.HistoryTable-module__kT3q0a__trendDown{color:#ff3b30}.HistoryTable-module__kT3q0a__trendNeutral{color:var(--text-dim)}
.AlertBanner-module__1nO-9G__banner{border:1px solid #0000;border-radius:12px;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding:1rem 1.25rem;animation:.4s AlertBanner-module__1nO-9G__slideDown;display:flex}@keyframes AlertBanner-module__1nO-9G__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.AlertBanner-module__1nO-9G__drop{background:linear-gradient(135deg,#dc26261f,#ef444412);border-color:#dc262659}.AlertBanner-module__1nO-9G__rally{background:linear-gradient(135deg,#10b9811f,#34d39912);border-color:#10b98159}.AlertBanner-module__1nO-9G__content{flex:1}.AlertBanner-module__1nO-9G__header{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.AlertBanner-module__1nO-9G__title{letter-spacing:.01em;font-size:.95rem;font-weight:700}.AlertBanner-module__1nO-9G__drop .AlertBanner-module__1nO-9G__title{color:#ef4444}.AlertBanner-module__1nO-9G__rally .AlertBanner-module__1nO-9G__title{color:#10b981}.AlertBanner-module__1nO-9G__badge{border-radius:20px;padding:.2rem .6rem;font-size:.78rem;font-weight:700}.AlertBanner-module__1nO-9G__drop .AlertBanner-module__1nO-9G__badge{color:#ef4444;background:#dc262633;border:1px solid #dc262666}.AlertBanner-module__1nO-9G__rally .AlertBanner-module__1nO-9G__badge{color:#10b981;background:#10b98133;border:1px solid #10b98166}.AlertBanner-module__1nO-9G__messageList{flex-direction:column;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.AlertBanner-module__1nO-9G__message{opacity:.85;padding-left:1rem;font-size:.82rem;line-height:1.5;position:relative}.AlertBanner-module__1nO-9G__message:before{content:"•";opacity:.6;position:absolute;left:0}.AlertBanner-module__1nO-9G__drop .AlertBanner-module__1nO-9G__message{color:#fca5a5}.AlertBanner-module__1nO-9G__rally .AlertBanner-module__1nO-9G__message{color:#6ee7b7}.AlertBanner-module__1nO-9G__dismiss{cursor:pointer;opacity:.5;background:0 0;border:none;border-radius:6px;flex-shrink:0;align-self:flex-start;padding:.25rem .4rem;font-size:1rem;transition:opacity .2s,background .2s}.AlertBanner-module__1nO-9G__dismiss:hover{opacity:1;background:#ffffff14}.AlertBanner-module__1nO-9G__drop .AlertBanner-module__1nO-9G__dismiss{color:#ef4444}.AlertBanner-module__1nO-9G__rally .AlertBanner-module__1nO-9G__dismiss{color:#10b981}
