:root{--primary:#1a56db;--primary-dark:#1e429f;--secondary:#6b7280;--success:#059669;--warning:#d97706;--danger:#dc2626;--text:#1f2937;--text-muted:#6b7280;--bg:#fff;--bg-secondary:#f3f4f6;--border:#e5e7eb;--shadow:0 1px 3px rgba(0,0,0,.1);--shadow-md:0 4px 6px rgba(0,0,0,.1);--radius:8px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Hiragino Sans,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.header{background:var(--bg);border-bottom:1px solid var(--border);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.logo{font-size:1.25rem;font-weight:700;color:var(--primary)}.logo:hover{text-decoration:none}.nav{display:flex;gap:1.5rem;flex-wrap:wrap}.nav a{color:var(--text);font-size:.875rem}.nav a:hover{color:var(--primary)}.main{min-height:calc(100vh - 200px);padding-bottom:3rem}.hero{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff;padding:3rem 1rem;text-align:center;margin-bottom:2rem}.hero h1{font-size:1.75rem;margin-bottom:1rem}.hero p{font-size:1rem;opacity:.9}.section{margin-bottom:3rem}.section-title{font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary)}.category-links{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.category-link{display:block;padding:1.5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);transition:all .2s}.category-link:hover{text-decoration:none;border-color:var(--primary);box-shadow:var(--shadow-md)}.category-link h3{color:var(--primary);margin-bottom:.5rem}.category-link p{color:var(--text-muted);font-size:.875rem}.broker-item{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem}.broker-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.broker-header h3{font-size:1.25rem}.broker-description{color:var(--text-muted);margin-bottom:1rem}.company-name{display:block;font-size:.75rem;color:var(--text-muted);font-weight:400}.broker-specs{margin-bottom:1rem}.broker-specs,.broker-specs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:1rem;gap:1rem;padding:1rem;background:var(--bg-secondary);border-radius:var(--radius)}.spec{text-align:center}.spec .label{display:block;font-size:.75rem;color:var(--text-muted);margin-bottom:.25rem}.spec .value{font-weight:700;font-size:1rem}.broker-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.feature-tag{display:inline-block;padding:.25rem .75rem;background:var(--bg-secondary);border-radius:9999px;font-size:.75rem;color:var(--text)}.broker-actions{display:flex;gap:1rem;flex-wrap:wrap}.rank-badge{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;font-weight:700;font-size:.875rem;background:var(--secondary);color:#fff}.rank-badge.rank-1{background:linear-gradient(135deg,gold,#ffb700);color:#000}.rank-badge.rank-2{background:linear-gradient(135deg,silver,#a0a0a0);color:#000}.rank-badge.rank-3{background:linear-gradient(135deg,#cd7f32,#b06020);color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:500;cursor:pointer;border:none;transition:all .2s}.btn,.btn:hover{text-decoration:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--bg);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--bg-secondary)}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-cta{font-size:1rem;padding:1rem 2rem}.pr-label{display:inline-block;padding:.125rem .375rem;background:hsla(0,0%,100%,.2);border-radius:4px;font-size:.625rem;margin-left:.5rem}.cta-button-wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem}.cta-section{background:var(--bg-secondary);padding:2rem;border-radius:var(--radius);text-align:center;margin:2rem 0}.cta-section h3{margin-bottom:.5rem}.cta-section p{color:var(--text-muted)}.table-wrapper{overflow-x:auto;margin-bottom:1rem}.comparison-table{width:100%;border-collapse:collapse;min-width:700px}.comparison-table td,.comparison-table th{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.comparison-table th{background:var(--bg-secondary);font-weight:600;white-space:nowrap}.comparison-table td.rank{text-align:center}.comparison-table td.broker-name{font-weight:500}.comparison-table td.feature-cell{text-align:center}.comparison-table .note{display:block;font-size:.75rem;color:var(--text-muted)}.badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.badge-success{background:#d1fae5;color:#065f46}.badge-muted{background:var(--bg-secondary);color:var(--text-muted)}.pros-cons{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:2rem}.cons,.pros{padding:1rem;border-radius:var(--radius)}.pros{background:#f0fdf4;border:1px solid #bbf7d0}.cons{background:#fef2f2;border:1px solid #fecaca}.pros h3{color:var(--success)}.cons h3,.pros h3{margin-bottom:.5rem}.cons h3{color:var(--danger)}.cons ul,.pros ul{margin-left:1.25rem}.cons li,.pros li{margin-bottom:.25rem}.guide-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.guide-item{padding:1.5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius)}.guide-item h3{margin-bottom:.5rem}.guide-item p{color:var(--text-muted);font-size:.875rem}.guide-content{max-width:800px}.guide-content h1{margin-bottom:.5rem}.updated-at{color:var(--text-muted);font-size:.875rem;margin-bottom:1rem}.evaluation-criteria{background:var(--bg-secondary);padding:1.5rem;border-radius:var(--radius)}.risk-warning{margin-top:2rem;padding:1.5rem;background:#fffbeb;border:1px solid #fcd34d;border-radius:var(--radius)}.risk-warning h4{color:var(--warning);margin-bottom:.5rem}.risk-warning p{font-size:.875rem;color:var(--text-muted)}.footer{background:var(--bg-secondary);padding:2rem 0;margin-top:3rem}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1rem;font-size:.875rem}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:var(--text-muted);font-size:.875rem}.footer-section a:hover{color:var(--primary)}.footer-disclaimer{padding-top:1.5rem;border-top:1px solid var(--border);margin-bottom:1rem}.pr-notice{margin-bottom:.5rem}.disclaimer,.footer-copyright,.pr-notice{font-size:.75rem;color:var(--text-muted)}.footer-copyright{text-align:center}@media (max-width:768px){.hero h1{font-size:1.5rem}.nav{gap:1rem}.pros-cons{grid-template-columns:1fr}.broker-specs,.broker-specs-grid{grid-template-columns:repeat(2,1fr)}.category-links{grid-template-columns:1fr}}