.fx-page{min-height:100vh;background:var(--background);overflow-x:hidden}.fx-main{max-width:1280px;margin:0 auto;padding:32px 24px 80px;overflow-x:hidden}.fx-breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;margin-bottom:28px}.fx-breadcrumb a{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .2s}.fx-breadcrumb a:hover{color:#3b82f6}.fx-sep{color:var(--border-2)}.fx-current{color:var(--text-muted);font-weight:500}.fx-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;margin-bottom:32px}.fx-hero-left{flex:1;min-width:0}.fx-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}.fx-title{font-size:34px;font-weight:900;color:var(--text-primary);margin:0 0 10px;letter-spacing:-.03em;line-height:1.15}.fx-subtitle{font-size:15px;color:var(--text-muted);margin:0;line-height:1.6;max-width:580px}.fx-live-bar{display:flex;align-items:center;gap:12px;margin-top:16px;font-size:13px;color:var(--text-muted)}.fx-live-dot{width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 8px rgba(16,185,129,.5);animation:fx-pulse 2s ease-in-out infinite}@keyframes fx-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)}}.fx-highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:40px}.fx-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}.fx-highlight-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#6366f1);opacity:0;transition:opacity .3s}.fx-highlight-card:hover{border-color:rgba(59,130,246,.25);box-shadow:0 8px 32px rgba(59,130,246,.08);transform:translateY(-2px)}.fx-highlight-card:hover:before{opacity:1}.fx-highlight-pair{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px}.fx-highlight-rate{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}.fx-highlight-sub{display:flex;align-items:center;justify-content:flex-end;margin-top:8px}.fx-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}.fx-change.positive{color:#10b981;background:rgba(16,185,129,.08)}.fx-change.negative{color:#ef4444;background:rgba(239,68,68,.08)}.fx-change.neutral{color:var(--text-muted);background:var(--surface-2)}.fx-section{margin-bottom:40px}.fx-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}.fx-section-dot{width:6px;height:6px;border-radius:50%;background:#3b82f6}.fx-widget{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:box-shadow .3s ease}.fx-widget:hover{box-shadow:0 4px 24px rgba(0,0,0,.05)}.fx-widget-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px}.fx-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}.fx-widget-count{font-size:12px;font-weight:600;color:var(--text-muted);background:var(--surface-2);padding:4px 10px;border-radius:8px}.fx-table-wrap{overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.fx-table{width:100%;border-collapse:collapse;font-size:13px}.fx-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}.fx-table td.right,.fx-table th.right{text-align:right}.fx-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}.fx-table tbody tr{transition:background .15s ease}.fx-table tbody tr:hover{background:rgba(59,130,246,.03)}.fx-table tbody tr:last-child td{border-bottom:none}.fx-name-cell{display:flex;align-items:center;gap:12px}.fx-pair-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.fx-name-primary,.fx-price{font-weight:700;font-size:14px;color:var(--text-primary)}.fx-price{font-variant-numeric:tabular-nums}.fx-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:16px}.fx-spinner{width:36px;height:36px;border:3px solid var(--border);border-top:3px solid #3b82f6;border-radius:50%;animation:fx-spin .8s linear infinite}@keyframes fx-spin{to{transform:rotate(1turn)}}.fx-loading-text{font-size:14px;color:var(--text-muted);font-weight:500}.fx-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;gap:12px;text-align:center;padding:40px}.fx-error-icon{font-size:40px;opacity:.6}.fx-error-title{font-size:16px;font-weight:700;color:var(--text-primary)}.fx-error-desc{font-size:14px;color:var(--text-muted);max-width:400px}.fx-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}.fx-retry-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 16px rgba(59,130,246,.3)}@media (max-width:1024px){.fx-highlights{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.fx-main{padding:20px 16px 60px}.fx-hero{flex-direction:column;gap:20px}.fx-title{font-size:26px}.fx-highlights{grid-template-columns:repeat(2,1fr);gap:12px}.fx-highlight-card{padding:18px}.fx-highlight-rate{font-size:22px}.fx-table-wrap{overscroll-behavior-x:contain}.fx-table{min-width:400px}.fx-table td:first-child,.fx-table th:first-child{position:sticky;left:0;z-index:3;background:var(--surface);border-right:1px solid var(--border);box-shadow:2px 0 6px rgba(0,0,0,.06)}.fx-table th:first-child{z-index:4}.fx-table td,.fx-table th{padding:12px 14px}}@media (max-width:480px){.fx-highlights{grid-template-columns:1fr}}