.dv-page{min-height:100vh;background:var(--background);overflow-x:hidden}.dv-main{max-width:1280px;margin:0 auto;padding:32px 24px 80px;overflow-x:hidden}.dv-breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;margin-bottom:28px}.dv-breadcrumb a{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .2s}.dv-breadcrumb a:hover{color:#3b82f6}.dv-sep{color:var(--border-2)}.dv-current{color:var(--text-muted);font-weight:500}.dv-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;margin-bottom:32px}.dv-hero-left{flex:1;min-width:0}.dv-hero-badge{display:inline-flex;padding:5px 14px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#3b82f6;background:rgba(59,130,246,.08);border:1px solid rgba(59,130,246,.18);border-radius:20px;margin-bottom:16px}.dv-title{font-size:34px;font-weight:900;color:var(--text-primary);margin:0 0 10px;letter-spacing:-.03em;line-height:1.15}.dv-subtitle{font-size:15px;color:var(--text-muted);margin:0;line-height:1.6;max-width:580px}.dv-live-bar{display:flex;align-items:center;gap:12px;margin-top:16px;font-size:13px;color:var(--text-muted)}.dv-live-dot{width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 8px rgba(16,185,129,.5);animation:dv-pulse 2s ease-in-out infinite}@keyframes dv-pulse{0%,to{opacity:1;box-shadow:0 0 8px rgba(16,185,129,.5)}50%{opacity:.5;box-shadow:0 0 16px rgba(16,185,129,.8)}}.dv-highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:40px}.dv-highlight-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:24px;transition:box-shadow .3s,border-color .3s,transform .3s;position:relative;overflow:hidden}.dv-highlight-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#2563eb);opacity:0;transition:opacity .3s}.dv-highlight-card:hover{border-color:rgba(59,130,246,.25);box-shadow:0 8px 32px rgba(59,130,246,.08);transform:translateY(-2px)}.dv-highlight-card:hover:before{opacity:1}.dv-highlight-top{display:flex;align-items:center;gap:10px;margin-bottom:14px}.dv-highlight-flag{font-size:24px;line-height:1}.dv-highlight-meta{display:flex;flex-direction:column}.dv-highlight-code{font-size:16px;font-weight:800;color:var(--text-primary);letter-spacing:-.01em}.dv-highlight-name{font-size:11px;color:var(--text-muted);font-weight:500}.dv-highlight-price{font-size:28px;font-weight:800;color:var(--text-primary);letter-spacing:-.02em;font-variant-numeric:tabular-nums;margin-bottom:4px;line-height:1.1}.dv-highlight-price .dv-currency{font-size:18px;color:#3b82f6;margin-left:2px}.dv-highlight-sub{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.dv-highlight-buy-sell{font-size:12px;color:var(--text-muted)}.dv-highlight-buy-sell span{margin-right:12px}.dv-change{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:700;padding:3px 10px;border-radius:8px;font-variant-numeric:tabular-nums}.dv-change.positive{color:#10b981;background:rgba(16,185,129,.08)}.dv-change.negative{color:#ef4444;background:rgba(239,68,68,.08)}.dv-change.neutral{color:var(--text-muted);background:var(--surface-2)}.dv-section{margin-bottom:40px}.dv-section-label{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px}.dv-section-dot{width:6px;height:6px;border-radius:50%;background:#3b82f6}.dv-widget{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:box-shadow .3s ease}.dv-widget:hover{box-shadow:0 4px 24px rgba(0,0,0,.05)}.dv-widget-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px}.dv-widget-header h3{font-size:16px;font-weight:700;color:var(--text-primary);margin:0;letter-spacing:-.01em;display:flex;align-items:center;gap:10px}.dv-widget-count{font-size:12px;font-weight:600;color:var(--text-muted);background:var(--surface-2);padding:4px 10px;border-radius:8px}.dv-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.dv-table{width:100%;border-collapse:collapse;font-size:13px}.dv-table th{text-align:left;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;padding:12px 20px;border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:2;white-space:nowrap}.dv-table td.right,.dv-table th.right{text-align:right}.dv-table td{padding:14px 20px;border-bottom:1px solid var(--border);color:var(--text-primary);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:13px;vertical-align:middle}.dv-table tbody tr{transition:background .15s ease}.dv-table tbody tr:hover{background:rgba(59,130,246,.03)}.dv-table tbody tr:last-child td{border-bottom:none}.dv-name-cell{gap:12px}.dv-name-cell,.dv-name-flag{display:flex;align-items:center}.dv-name-flag{width:36px;height:36px;border-radius:10px;justify-content:center;flex-shrink:0;font-size:20px;background:var(--surface-2)}.dv-name-text{display:flex;flex-direction:column;gap:1px}.dv-name-primary{font-weight:700;font-size:14px;color:var(--text-primary)}.dv-name-secondary{font-size:11px;color:var(--text-muted)}.dv-price{font-weight:700;font-size:14px;color:var(--text-primary);font-variant-numeric:tabular-nums}.dv-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:16px}.dv-spinner{width:36px;height:36px;border:3px solid var(--border);border-top:3px solid #3b82f6;border-radius:50%;animation:dv-spin .8s linear infinite}@keyframes dv-spin{to{transform:rotate(1turn)}}.dv-loading-text{font-size:14px;color:var(--text-muted);font-weight:500}.dv-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;gap:12px;text-align:center;padding:40px}.dv-error-icon{font-size:40px;opacity:.6}.dv-error-title{font-size:16px;font-weight:700;color:var(--text-primary)}.dv-error-desc{font-size:14px;color:var(--text-muted);max-width:400px}.dv-retry-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s;font-family:inherit;margin-top:8px}.dv-retry-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 16px rgba(59,130,246,.3)}.dv-cta-section{margin-top:40px}.dv-cta-card{display:block;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:0;text-decoration:none;overflow:hidden;transition:border-color .3s,box-shadow .3s}.dv-cta-card:hover{border-color:rgba(59,130,246,.25);box-shadow:0 4px 24px rgba(59,130,246,.06)}.dv-cta-accent{height:3px;background:linear-gradient(90deg,#3b82f6,#2563eb,#60a5fa)}.dv-cta-body{padding:24px 28px}.dv-cta-badge{display:inline-flex;padding:4px 12px;font-size:11px;font-weight:700;color:#3b82f6;background:rgba(59,130,246,.06);border-radius:6px;margin-bottom:12px}.dv-cta-title{font-size:18px;font-weight:800;color:var(--text-primary);margin:0 0 8px;letter-spacing:-.02em}.dv-cta-desc{font-size:14px;color:var(--text-muted);line-height:1.6;margin:0}.dv-cta-link{display:inline-flex;align-items:center;gap:6px;margin-top:12px;font-size:13px;font-weight:700;color:#3b82f6;transition:gap .2s}.dv-cta-card:hover .dv-cta-link{gap:10px}.dv-search-wrap{position:relative;margin-bottom:16px}.dv-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none;transition:color .2s}.dv-search-input{width:100%;padding:13px 44px;font-size:14px;font-weight:500;font-family:inherit;color:var(--text-primary);background:var(--surface);border:1px solid var(--border);border-radius:12px;outline:none;transition:border-color .2s,box-shadow .2s,background .2s}.dv-search-input::placeholder{color:var(--text-muted);font-weight:400}.dv-search-input:focus{border-color:rgba(59,130,246,.4);box-shadow:0 0 0 3px rgba(59,130,246,.08);background:var(--background)}.dv-search-input:focus~.dv-search-icon,.dv-search-wrap:focus-within .dv-search-icon{color:#3b82f6}.dv-search-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;color:var(--text-muted);font-size:12px;cursor:pointer;transition:all .2s;font-family:inherit;padding:0;line-height:1}.dv-search-clear:hover{background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.2);color:#ef4444}@media (max-width:1024px){.dv-highlights{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dv-main{padding:20px 16px 60px}.dv-hero{flex-direction:column;gap:20px}.dv-title{font-size:26px}.dv-highlights{grid-template-columns:repeat(2,1fr);gap:12px}.dv-highlight-card{padding:18px}.dv-highlight-price{font-size:22px}.dv-highlight-price .dv-currency{font-size:14px}.dv-search-input{font-size:13px;padding:11px 40px}}@media (max-width:480px){.dv-highlights{grid-template-columns:1fr}.dv-highlight-sub{flex-direction:column;align-items:flex-start;gap:6px}}