:root{--bg-primary: #0a0a0f;--bg-card: #12121a;--bg-card-hover: #1a1a28;--bg-surface: #0e0e16;--accent: #f0b90b;--accent-hover: #ffd84d;--accent-dim: rgba(240, 185, 11, .15);--secondary: #00c2ff;--secondary-hover: #33d4ff;--secondary-dim: rgba(0, 194, 255, .12);--text-primary: #e2e8f0;--text-muted: #94a3b8;--text-faint: #64748b;--border: #1e1e2e;--border-light: #2a2a3e;--green: #22c55e;--green-dim: rgba(34, 197, 94, .12);--red: #ef4444;--red-dim: rgba(239, 68, 68, .12);--radius-sm: 6px;--radius: 10px;--radius-lg: 16px;--shadow-card: 0 2px 16px rgba(0, 0, 0, .4);--shadow-glow: 0 0 30px rgba(240, 185, 11, .08);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--max-width: 1140px;--sidebar-width: 280px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);line-height:1.7;font-size:16px;min-height:100vh}img,svg{max-width:100%;display:block}a{color:var(--secondary);text-decoration:none;transition:color .2s}a:hover{color:var(--secondary-hover)}h1,h2,h3,h4,h5,h6{line-height:1.3;font-weight:700;color:#fff}h1{font-size:2.25rem;margin-bottom:1rem}h2{font-size:1.75rem;margin-bottom:.75rem;margin-top:2.5rem}h3{font-size:1.35rem;margin-bottom:.5rem;margin-top:2rem}h4{font-size:1.1rem;margin-bottom:.5rem;margin-top:1.5rem}p{margin-bottom:1rem;color:var(--text-primary)}ul,ol{padding-left:1.5rem;margin-bottom:1rem}li{margin-bottom:.35rem}.site-nav{position:sticky;top:0;z-index:100;background:#0a0a0fd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.nav-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:64px}.nav-brand{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;color:#fff;text-decoration:none;letter-spacing:-.02em}.nav-brand:hover{color:#fff}.nav-brand .brand-accent{color:var(--accent)}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none;padding:0;margin:0}.nav-links a{color:var(--text-muted);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-links a:hover{color:#fff}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--accent);transition:width .25s}.nav-links a:hover:after{width:100%}.nav-toggle{display:none;background:none;border:none;color:var(--text-primary);font-size:1.5rem;cursor:pointer;padding:.25rem}.site-footer{border-top:1px solid var(--border);padding:3rem 1.5rem 2rem;margin-top:4rem}.footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.footer-links{display:flex;gap:2rem;list-style:none;padding:0;margin:0}.footer-links a{color:var(--text-muted);font-size:.85rem;font-weight:500}.footer-links a:hover{color:var(--accent)}.footer-disclaimer{max-width:640px;font-size:.8rem;color:var(--text-faint);line-height:1.6;padding:1rem 1.5rem;background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border)}.footer-copy{font-size:.8rem;color:var(--text-faint)}.hero{text-align:center;padding:5rem 1.5rem 3rem;max-width:800px;margin:0 auto}.hero h1{font-size:2.75rem;letter-spacing:-.03em;line-height:1.15;margin-bottom:1.25rem;background:linear-gradient(135deg,#fff 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.15rem;color:var(--text-muted);max-width:600px;margin:0 auto 2rem;line-height:1.7}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem 4rem}.exchange-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;flex-direction:column;text-decoration:none;color:inherit}.exchange-card:hover{transform:translateY(-4px);border-color:var(--accent);box-shadow:var(--shadow-glow);color:inherit}.exchange-card .card-icon{font-size:2.5rem;margin-bottom:1rem}.exchange-card .card-title{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.exchange-card .card-desc{font-size:.92rem;color:var(--text-muted);line-height:1.6;flex:1;margin-bottom:1.25rem}.exchange-card .card-link{font-size:.9rem;font-weight:600;color:var(--accent);display:inline-flex;align-items:center;gap:.35rem;transition:gap .2s}.exchange-card:hover .card-link{gap:.6rem}.comparison-wrapper{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 4rem;display:grid;grid-template-columns:1fr var(--sidebar-width);gap:3rem;align-items:start}.comparison-content{min-width:0}.comparison-sidebar{position:sticky;top:84px;display:flex;flex-direction:column;gap:1.5rem}.breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-faint);margin-bottom:1.5rem;flex-wrap:wrap}.breadcrumbs a{color:var(--text-muted)}.breadcrumbs a:hover{color:var(--accent)}.breadcrumbs .sep{color:var(--text-faint)}.updated-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--green);background:var(--green-dim);padding:.3rem .75rem;border-radius:50px;font-weight:500;margin-bottom:1.5rem}.toc{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem}.toc-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint);margin-bottom:.75rem}.toc-list{list-style:none;padding:0;margin:0}.toc-list li{margin-bottom:.4rem}.toc-list a{font-size:.88rem;color:var(--text-muted);display:block;padding:.2rem 0;transition:color .2s,padding-left .2s}.toc-list a:hover{color:var(--accent);padding-left:.35rem}.sidebar-cta{background:linear-gradient(135deg,var(--bg-card) 0%,rgba(240,185,11,.06) 100%);border:1px solid var(--accent);border-radius:var(--radius);padding:1.5rem;text-align:center}.sidebar-cta p{font-size:.9rem;color:var(--text-muted);margin-bottom:1rem}.sidebar-cta .sidebar-cta-title{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.5rem}.author-info{display:flex;align-items:center;gap:.75rem;padding:1rem 0;border-top:1px solid var(--border);margin-top:3rem}.author-avatar{width:44px;height:44px;border-radius:50%;background:var(--accent-dim);display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.author-meta{font-size:.85rem;color:var(--text-muted)}.author-meta strong{color:#fff;display:block;font-weight:600}.comparison-table-wrapper{overflow-x:auto;margin:2rem 0;border-radius:var(--radius);border:1px solid var(--border)}.comparison-table{width:100%;border-collapse:collapse;font-size:.92rem}.comparison-table thead{background:var(--bg-surface)}.comparison-table th{padding:1rem 1.25rem;font-weight:700;text-align:left;color:#fff;border-bottom:2px solid var(--border);white-space:nowrap}.comparison-table th:first-child{color:var(--text-muted);font-weight:600}.comparison-table td{padding:.85rem 1.25rem;border-bottom:1px solid var(--border);color:var(--text-primary)}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table tbody tr:hover{background:#ffffff05}.comparison-table .winner{color:var(--green);font-weight:600}.comparison-table .loser{color:var(--text-faint)}.comparison-table .feature-label{color:var(--text-muted);font-weight:500}.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:2rem 0}.pros-block,.cons-block{background:var(--bg-card);border-radius:var(--radius);padding:1.5rem;border:1px solid var(--border)}.pros-block{border-top:3px solid var(--green)}.cons-block{border-top:3px solid var(--red)}.pros-block .block-title,.cons-block .block-title{font-size:1rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.pros-block .block-title{color:var(--green)}.cons-block .block-title{color:var(--red)}.pros-block ul,.cons-block ul{list-style:none;padding:0;margin:0}.pros-block li,.cons-block li{padding:.4rem 0 .4rem 1.5rem;position:relative;font-size:.92rem;color:var(--text-primary)}.pros-block li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}.cons-block li:before{content:"✗";position:absolute;left:0;color:var(--red);font-weight:700}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:700;color:#000;background:linear-gradient(135deg,var(--accent) 0%,#ffd84d 100%);border:none;border-radius:var(--radius);cursor:pointer;text-decoration:none;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 20px #f0b90b40}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 28px #f0b90b59;color:#000}.cta-button:active{transform:translateY(0)}.cta-button.cta-secondary{background:linear-gradient(135deg,var(--secondary) 0%,#33d4ff 100%);box-shadow:0 4px 20px #00c2ff33}.cta-button.cta-secondary:hover{box-shadow:0 6px 28px #00c2ff4d}.cta-button.cta-full{width:100%}.cta-button.cta-sm{padding:.6rem 1.25rem;font-size:.88rem}.faq-section{margin:2.5rem 0}.faq-section h2{margin-bottom:1.25rem}.faq-item{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.75rem;overflow:hidden;background:var(--bg-card)}.faq-question{width:100%;background:none;border:none;color:#fff;font-size:1rem;font-weight:600;padding:1.15rem 1.5rem;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-family:var(--font-sans);transition:background .2s}.faq-question:hover{background:#ffffff08}.faq-question .faq-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--accent);transition:transform .3s}.faq-item.open .faq-question .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.open .faq-answer{max-height:500px}.faq-answer-inner{padding:0 1.5rem 1.25rem;font-size:.92rem;color:var(--text-muted);line-height:1.7}@media(max-width:900px){.comparison-wrapper{grid-template-columns:1fr}.comparison-sidebar{position:static;order:-1}}@media(max-width:768px){.hero h1{font-size:2rem}h1{font-size:1.75rem}h2{font-size:1.4rem}.card-grid,.pros-cons{grid-template-columns:1fr}.nav-links{display:none;position:absolute;top:64px;left:0;right:0;background:#0a0a0ff7;flex-direction:column;padding:1.5rem;gap:1rem;border-bottom:1px solid var(--border)}.nav-links.open{display:flex}.nav-toggle{display:block}}@media(max-width:480px){body{font-size:15px}.hero{padding:3rem 1rem 2rem}.hero h1{font-size:1.65rem}.card-grid{padding:0 1rem 3rem}.exchange-card{padding:1.5rem}}.hp-hero{background:linear-gradient(180deg,#0f0f1e 0%,var(--bg-primary) 100%);border-bottom:1px solid var(--border);padding:2.5rem 1.5rem 2rem;text-align:center}.hp-hero-inner{max-width:var(--max-width);margin:0 auto}.hp-hero h1{font-size:2.25rem;letter-spacing:-.03em;margin-bottom:.5rem;background:linear-gradient(135deg,#fff 30%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hp-hero-sub{font-size:1rem;color:var(--text-muted);margin-bottom:1.25rem;max-width:480px;margin-left:auto;margin-right:auto}.hp-stats-bar{display:inline-flex;align-items:center;gap:.75rem;font-size:.8rem;color:var(--text-faint);background:var(--bg-card);border:1px solid var(--border);border-radius:50px;padding:.45rem 1.25rem}.hp-stat{display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap}.hp-stat-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}.hp-stat-dot--blue{background:var(--secondary)}.hp-stat-dot--green{background:var(--green)}.hp-stat-sep{width:1px;height:14px;background:var(--border-light);flex-shrink:0}.hp-table-section{max-width:var(--max-width);margin:0 auto;padding:1.5rem 1.5rem 0}.hp-table-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.75rem}.hp-table-header h2{font-size:1.15rem;margin:0;color:#fff}.hp-table-label{font-size:.75rem;color:var(--text-faint)}.hp-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card)}.hp-table{width:100%;border-collapse:collapse;font-size:.88rem;white-space:nowrap}.hp-table thead{background:var(--bg-surface)}.hp-table th{padding:.7rem 1rem;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint);text-align:left;border-bottom:1px solid var(--border)}.hp-th-rank{width:40px;text-align:center!important}.hp-table td{padding:.75rem 1rem;border-bottom:1px solid var(--border);color:var(--text-primary)}.hp-table tbody tr:last-child td{border-bottom:none}.hp-row{transition:background .15s}.hp-row:hover{background:#ffffff06}.hp-row--hl{background:#f0b90b0a}.hp-row--hl:hover{background:#f0b90b12}.hp-td-rank{text-align:center;color:var(--text-faint);font-weight:600;font-size:.82rem}.hp-td-name{display:flex;align-items:center;gap:.5rem}.hp-exch-name{font-weight:700;color:#fff;font-size:.92rem}.hp-badge-rec{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--accent);background:var(--accent-dim);padding:.15rem .5rem;border-radius:50px}.hp-td-score{min-width:100px}.hp-score-wrap{display:flex;align-items:center;gap:.5rem}.hp-score-num{font-weight:700;font-size:.9rem;color:#fff;min-width:24px}.hp-score-bar{width:48px;height:5px;background:var(--border);border-radius:3px;overflow:hidden}.hp-score-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--secondary),var(--green))}.hp-td-fees{font-family:Inter,monospace;font-size:.85rem;color:var(--text-primary);letter-spacing:-.01em}.hp-lev{font-weight:600;font-size:.85rem;color:var(--text-primary)}.hp-lev--high{color:var(--accent)}.hp-kyc{font-size:.8rem;font-weight:500;padding:.2rem .55rem;border-radius:4px;display:inline-block}.hp-kyc--no{color:var(--green);background:var(--green-dim)}.hp-kyc--yes{color:var(--text-faint);background:#64748b1a}.hp-td-feature{color:var(--text-muted);font-size:.85rem}.hp-td-action{text-align:right}.hp-compare-btn{display:inline-block;font-size:.78rem;font-weight:600;padding:.35rem .85rem;border-radius:5px;background:var(--accent-dim);color:var(--accent);text-decoration:none;transition:background .15s,color .15s}.hp-compare-btn:hover{background:var(--accent);color:#000}.hp-compare-btn--disabled{background:none;color:var(--text-faint);cursor:default}.hp-compare-btn--disabled:hover{background:none;color:var(--text-faint)}.hp-quick{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem}.hp-quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.hp-quick-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;color:inherit;transition:border-color .2s,background .2s}.hp-quick-card:hover{border-color:var(--accent);background:var(--bg-card-hover);color:inherit}.hp-quick-text{display:flex;flex-direction:column;gap:.15rem}.hp-quick-title{font-size:.92rem;font-weight:700;color:#fff}.hp-quick-tag{font-size:.78rem;color:var(--text-faint)}.hp-quick-arrow{font-size:1.1rem;color:var(--text-faint);transition:color .2s,transform .2s;flex-shrink:0}.hp-quick-card:hover .hp-quick-arrow{color:var(--accent);transform:translate(3px)}.hp-trust{border-top:1px solid var(--border);padding:1.5rem}.hp-trust-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:2.5rem}.hp-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--text-faint)}.hp-trust-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hp-trust-icon--shield:before{content:"";width:14px;height:16px;background:var(--text-faint);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 2L4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm-1 15l-4-4 1.41-1.41L11 14.17l6.59-6.59L19 9l-8 8z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 2L4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm-1 15l-4-4 1.41-1.41L11 14.17l6.59-6.59L19 9l-8 8z'/%3E%3C/svg%3E") center/contain no-repeat}.hp-trust-icon--check:before{content:"";width:14px;height:14px;background:var(--text-faint);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E") center/contain no-repeat}.hp-trust-icon--refresh:before{content:"";width:14px;height:14px;background:var(--text-faint);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M17.65 6.35A7.958 7.958 0 0012 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08A5.99 5.99 0 0112 18c-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M17.65 6.35A7.958 7.958 0 0012 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08A5.99 5.99 0 0112 18c-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z'/%3E%3C/svg%3E") center/contain no-repeat}@media(max-width:768px){.hp-hero h1{font-size:1.75rem}.hp-stats-bar{flex-wrap:wrap;justify-content:center;border-radius:var(--radius);padding:.5rem 1rem;gap:.5rem}.hp-stat-sep{display:none}.hp-quick-grid{grid-template-columns:1fr}.hp-trust-inner{flex-direction:column;gap:1rem}.hp-table-header{flex-direction:column;gap:.25rem}}@media(max-width:480px){.hp-hero{padding:2rem 1rem 1.5rem}.hp-hero h1{font-size:1.5rem}.hp-table-section{padding:1rem .75rem 0}.hp-table th,.hp-table td{padding:.6rem .65rem}.hp-quick{padding:1.5rem .75rem}}
