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