:root{color-scheme:dark;font-family:Vazirmatn,ui-sans-serif,system-ui,-apple-system,sans-serif;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:#0b1120;color:#e2e8f0}body{background:linear-gradient(135deg,#0b1120,#0f172a,#0b1120)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:3px}.header{background:#0f172ad9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(99,102,241,.15);padding:1rem 2rem;position:sticky;top:0;z-index:100}.header-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.header-brand{display:flex;align-items:center;gap:.75rem}.header-logo{width:42px;height:42px;background:linear-gradient(135deg,#f59e0b,#ef4444);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;box-shadow:0 4px 15px #f59e0b4d}.header-title{font-size:1.25rem;font-weight:700;background:linear-gradient(90deg,#f59e0b,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-subtitle{font-size:.75rem;color:#fff6;font-weight:400}.header-time{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#ffffff80;font-variant-numeric:tabular-nums}.live-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #22c55e66}50%{opacity:.7;box-shadow:0 0 0 6px #22c55e00}}.main{max-width:1400px;margin:0 auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.ticker-bar{display:flex;gap:1.5rem;overflow-x:auto;padding:.5rem 0;scrollbar-width:none}.ticker-bar::-webkit-scrollbar{display:none}.ticker-item{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:10px;white-space:nowrap;font-size:.8rem;flex-shrink:0;transition:all .3s ease}.ticker-item:hover{background:#ffffff0f;border-color:#6366f133}.ticker-label{color:#ffffff80}.ticker-value{font-weight:600;font-variant-numeric:tabular-nums}.price-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.price-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.price-card:before{content:"";position:absolute;top:0;right:0;width:100%;height:3px;border-radius:16px 16px 0 0}.price-card.up:before{background:linear-gradient(90deg,#22c55e,#16a34a)}.price-card.down:before{background:linear-gradient(90deg,#ef4444,#dc2626)}.price-card.neutral:before{background:linear-gradient(90deg,#6366f1,#818cf8)}.price-card:hover{border-color:#6366f140;transform:translateY(-2px);box-shadow:0 8px 30px #0000004d}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.card-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.card-badge{font-size:.65rem;padding:.2rem .6rem;border-radius:20px;font-weight:500;letter-spacing:.03em}.badge-up{background:#22c55e26;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.badge-down{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.badge-neutral{background:#6366f126;color:#818cf8;border:1px solid rgba(99,102,241,.2)}.card-name{font-size:1rem;font-weight:600;margin-bottom:.15rem}.card-name-en{font-size:.7rem;color:#ffffff59;margin-bottom:.75rem}.card-price-row{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.75rem}.card-price{font-size:1.75rem;font-weight:800;font-variant-numeric:tabular-nums;line-height:1}.card-currency{font-size:.75rem;color:#fff6;font-weight:500}.card-changes{display:flex;gap:1rem;font-size:.78rem}.change-item{display:flex;align-items:center;gap:.3rem}.change-up{color:#22c55e}.change-down{color:#ef4444}.change-neutral{color:#fff6}.card-sparkline{margin-top:1rem;height:50px;position:relative}.sparkline-svg{width:100%;height:100%}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.section-title{font-size:1.1rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.section-title-icon{font-size:1.2rem}.chart-container{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:1.5rem}.chart-tabs{display:flex;gap:.5rem;margin-bottom:1.25rem;flex-wrap:wrap}.chart-tab{padding:.45rem 1rem;border-radius:8px;font-size:.8rem;font-weight:500;border:1px solid rgba(255,255,255,.08);background:transparent;color:#ffffff80;cursor:pointer;transition:all .2s ease;font-family:inherit}.chart-tab:hover{background:#ffffff0d;color:#fffc}.chart-tab.active{background:#6366f126;color:#818cf8;border-color:#6366f14d}.chart-canvas{width:100%;height:300px;position:relative}.chart-svg{width:100%;height:100%}.chart-grid-line{stroke:#ffffff0d;stroke-width:1}.chart-label{fill:#ffffff4d;font-size:11px;font-family:Vazirmatn,sans-serif}.info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.info-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:1.25rem}.info-card-title{font-size:.9rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.04)}.info-row:last-child{border-bottom:none}.info-row-label{font-size:.82rem;color:#ffffff80}.info-row-value{font-size:.85rem;font-weight:600;font-variant-numeric:tabular-nums}.news-list{display:flex;flex-direction:column;gap:.75rem}.news-item{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:1rem 1.25rem;display:flex;align-items:flex-start;gap:1rem;transition:all .3s ease;cursor:pointer}.news-item:hover{background:#ffffff0f;border-color:#6366f133}.news-time{font-size:.72rem;color:#ffffff59;white-space:nowrap;padding-top:.15rem;min-width:80px}.news-content{flex:1}.news-title{font-size:.88rem;font-weight:600;margin-bottom:.3rem;line-height:1.5}.news-desc{font-size:.78rem;color:#ffffff73;line-height:1.6}.news-tag{font-size:.65rem;padding:.15rem .5rem;border-radius:6px;font-weight:500;display:inline-block;margin-top:.4rem}.tag-bullish{background:#22c55e1f;color:#22c55e}.tag-bearish{background:#ef44441f;color:#ef4444}.tag-neutral{background:#6366f11f;color:#818cf8}.footer{text-align:center;padding:2rem 1rem;font-size:.75rem;color:#ffffff40;border-top:1px solid rgba(255,255,255,.04)}.currency-toggle{display:flex;gap:0;border:1px solid rgba(255,255,255,.08);border-radius:8px;overflow:hidden}.currency-btn{padding:.4rem .9rem;font-size:.75rem;font-weight:500;border:none;background:transparent;color:#ffffff73;cursor:pointer;transition:all .2s;font-family:inherit}.currency-btn.active{background:#6366f133;color:#818cf8}.currency-btn:hover:not(.active){background:#ffffff0d}@media(max-width:768px){.header{padding:.75rem 1rem}.main{padding:1rem}.price-cards,.info-grid{grid-template-columns:1fr}.chart-canvas{height:220px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeInUp .5s ease both}.animate-in:nth-child(1){animation-delay:.05s}.animate-in:nth-child(2){animation-delay:.1s}.animate-in:nth-child(3){animation-delay:.15s}.animate-in:nth-child(4){animation-delay:.2s}.animate-in:nth-child(5){animation-delay:.25s}.animate-in:nth-child(6){animation-delay:.3s}
