:root{--ink:#142033;--ink-2:#2b374b;--muted:#6e788b;--line:#e4e8ef;--surface:#fff;--canvas:#f5f7fa;--green:#50c878;--green-dark:#32aa5e;--green-soft:#eaf9ef;--blue:#4978ed;--purple:#7757ed;--gold:#e2b53e;--amber:#e3912c;--red:#e25562;--red-soft:#fff0f1;--radius:10px;--shadow:0 8px 28px #1d2e4b12}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--canvas);-webkit-font-smoothing:antialiased;margin:0;font-family:Questrial,Arial,sans-serif;font-size:15px;line-height:1.58}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.container{width:min(1380px,100% - 48px);margin-inline:auto}.site-frame{min-height:100vh}.button{border:1px solid var(--line);min-height:44px;color:var(--ink);background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 19px;font-weight:600;transition:all .2s;display:inline-flex}.button:hover{border-color:#bdc6d5;transform:translateY(-1px)}.button-primary{background:var(--green);border-color:var(--green);color:#fff;box-shadow:0 9px 20px #50c87838}.button-primary:hover{background:var(--green-dark);border-color:var(--green-dark);color:#fff}.button-secondary{color:var(--ink);background:#fff}.button-small{min-height:36px;padding-inline:13px;font-size:13px}.icon-button{width:42px;height:42px;color:var(--ink-2);border:1px solid #0000;border-radius:8px;place-items:center;display:grid}.icon-button:hover{background:#f0f3f7}.panel{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff}.rich-copy{color:#49576a;line-height:1.82}.rich-copy h2,.rich-copy h3,.rich-copy h4{color:var(--ink);margin:25px 0 10px}.rich-copy h2{font-size:25px}.rich-copy h3{font-size:21px}.rich-copy p{margin:0 0 15px}.rich-copy ul,.rich-copy ol{padding-left:24px}.rich-copy blockquote{border-left:3px solid var(--green);color:#46556b;background:#f3f8ff;margin:20px 0;padding:14px 18px}.rich-copy a{color:var(--blue);font-weight:700;text-decoration:underline}.rich-copy img{border-radius:10px;width:auto;max-width:100%;height:auto;margin:22px auto;box-shadow:0 12px 30px #0d2a5f1f}.site-header{border-bottom:1px solid var(--line);z-index:50;background:#fff;height:80px;position:sticky;top:0}.site-header-inner{align-items:center;width:min(1380px,100% - 48px);height:100%;margin:auto;display:flex}.brand{flex:none;align-items:center;gap:12px;display:flex}.brand>img{object-fit:contain;object-position:left center;width:188px;height:50px}.brand-mark{background:linear-gradient(145deg,var(--purple),var(--blue));border-radius:12px;justify-content:center;align-items:flex-end;gap:4px;width:45px;height:45px;padding:11px;display:flex;box-shadow:0 8px 18px #5058dc33}.brand-mark i{background:#fff;border-radius:3px;width:4px}.brand-mark i:first-child{height:13px}.brand-mark i:nth-child(2){height:22px}.brand-mark i:nth-child(3){height:17px}.brand-copy{flex-direction:column;line-height:1;display:flex}.brand-copy strong{letter-spacing:.14em;font-size:20px;font-weight:600}.brand-copy small{letter-spacing:.13em;color:#8a93a3;text-transform:uppercase;margin-top:6px;font-size:9px}.desktop-nav{align-items:stretch;gap:30px;height:100%;margin-left:auto;margin-right:32px;display:flex}.desktop-nav a{color:#40495a;white-space:nowrap;align-items:center;font-size:15px;font-weight:600;display:flex;position:relative}.desktop-nav a:after{content:"";background:var(--green);height:3px;transition:all .2s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover,.desktop-nav a.active{color:var(--ink)}.desktop-nav a.active:after{transform:scaleX(1)}.header-actions{align-items:center;gap:7px;display:flex}.language-button{color:#4a5364;background:0 0;border:0;align-items:center;gap:6px;height:42px;display:flex}.header-exposure{min-height:46px;margin-left:4px}.mobile-toggle{background:0 0;border:0;width:44px;height:44px;display:none}.mobile-nav{display:none}.home-hero{color:#fff;background:linear-gradient(112deg,#7852e9 0%,#596ae9 49%,#459fe1 100%);position:relative;overflow:hidden}.home-hero:before{content:"";opacity:.45;background-image:radial-gradient(#ffffff2e 1px,#0000 1px);background-size:25px 25px;position:absolute;inset:0}.home-hero:after{content:"";border:1px solid #ffffff2b;border-radius:50%;width:500px;height:500px;position:absolute;top:-250px;right:-190px}.hero-inner{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:405px;padding:46px 0 28px;display:flex;position:relative}.hero-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#ffffffd1;font-size:12px;font-weight:600}.hero-inner h1{letter-spacing:-.025em;margin:14px 0 12px;font-size:clamp(38px,4vw,56px);font-weight:600;line-height:1.05}.hero-inner>p{color:#ffffffe0;max-width:780px;margin:0 0 24px;font-size:17px}.hero-search{text-align:left;width:min(930px,100%)}.search-tabs{gap:3px;padding-left:12px;display:flex}.search-tabs button{color:#ffffffd1;background:#ffffff1f;border:0;border-radius:7px 7px 0 0;padding:9px 19px;font-size:13px}.search-tabs button.active{color:var(--ink);background:#fff}.search-bar{background:#fff;border-radius:10px;align-items:center;gap:13px;height:68px;padding:7px 7px 7px 22px;display:flex;box-shadow:0 18px 45px #16244f33}.search-bar svg{color:#717b8e}.search-bar input{min-width:0;height:100%;color:var(--ink);border:0;outline:0;flex:1;font-size:16px}.search-bar button{background:var(--green);color:#fff;border:0;border-radius:8px;min-width:130px;height:54px;font-weight:600}.popular-searches{color:#ffffffd4;flex-wrap:wrap;justify-content:center;gap:15px;margin-top:12px;font-size:12px;display:flex}.popular-searches strong{color:#fff;font-weight:600}.trust-strip{z-index:2;background:#24378f2e;border-top:1px solid #ffffff2b;position:relative}.trust-grid{grid-template-columns:repeat(4,1fr);display:grid}.trust-item{border-right:1px solid #ffffff24;justify-content:center;align-items:center;gap:13px;height:90px;display:flex}.trust-item:last-child{border-right:0}.trust-item svg{opacity:.9}.trust-item strong{font-size:21px;line-height:1.1;display:block}.trust-item small{color:#ffffffb8;text-transform:uppercase;letter-spacing:.08em;margin-top:4px;font-size:11px;display:block}.home-section{padding:56px 0 0}.home-section:last-of-type{padding-bottom:64px}.section-heading{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:22px;display:flex}.section-heading>div>span{color:var(--green-dark);letter-spacing:.13em;text-transform:uppercase;margin-bottom:5px;font-size:11px;font-weight:600;display:block}.section-heading h2{letter-spacing:-.02em;margin:0;font-size:29px;font-weight:600;line-height:1.2}.section-heading p{color:var(--muted);max-width:700px;margin:7px 0 0;font-size:14px}.section-heading>a{color:#5d46ce;align-items:center;gap:7px;font-size:13px;font-weight:600;display:flex}.rankings-board{grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.ranking-column{border-right:1px solid var(--line);min-width:0}.ranking-column:last-child{border-right:0}.ranking-column-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:58px;padding:0 18px;display:flex}.ranking-column-head span{align-items:center;gap:8px;font-size:16px;font-weight:600;display:flex}.ranking-column-head small{color:var(--muted);font-size:11px}.broker-list-row{border-bottom:1px solid var(--line);background:#fff;grid-template-columns:30px 48px minmax(130px,1fr) auto auto 18px;align-items:center;gap:12px;min-height:82px;padding:12px 16px;transition:all .18s;display:grid}.broker-list-row:last-child{border-bottom:0}.broker-list-row:hover{background:#fbfcfe}.broker-list-row.compact{grid-template-columns:28px 42px minmax(110px,1fr) auto 16px;min-height:76px;padding:10px 14px}.rank-number{color:#8c95a5;text-align:center;font-family:IBM Plex Mono,monospace}.medal{clip-path:polygon(50% 0,93% 20%,86% 76%,50% 100%,14% 76%,7% 20%);place-items:center;width:27px;height:31px;font-weight:600;display:grid}.medal-1{color:#805b00;background:#ffd966}.medal-2{color:#56616d;background:#dce4ec}.medal-3{color:#8c532f;background:#ecc4a2}.broker-logo{background:linear-gradient(145deg,#fff,#f5f7fb);border:1px solid #dfe4ec;border-radius:9px;flex:none;place-items:center;display:grid;overflow:hidden}.broker-logo img{object-fit:contain;width:100%;height:100%;padding:5px}.broker-logo b{color:#fff;background:linear-gradient(145deg,var(--purple),#4434d4);place-items:center;width:100%;height:100%;font-size:13px;display:grid}.logo-sm{width:42px;height:42px}.logo-md{width:48px;height:48px}.logo-lg{width:80px;height:80px}.logo-xl{border-radius:12px;width:156px;height:156px}.broker-row-main{min-width:0}.broker-row-main strong{white-space:nowrap;text-overflow:ellipsis;font-size:14px;display:block;overflow:hidden}.broker-row-main small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:6px;margin-top:4px;font-size:11px;display:flex;overflow:hidden}.broker-row-tags{gap:5px;display:flex}.broker-row-tags i{color:#5b5bc7;background:#eef2ff;border-radius:4px;padding:3px 6px;font-size:10px;font-style:normal}.row-arrow{color:#a5adba}.country-flag{vertical-align:middle;border-radius:2px;justify-content:center;align-items:center;display:inline-flex;overflow:hidden;box-shadow:0 0 0 1px #0000000f}.flag-sm{width:18px;height:13px}.flag-md{width:23px;height:16px}.flag-lg{width:31px;height:22px}.country-flag .fi{background-size:cover;width:100%;height:100%}.flag-fallback{color:#667;background:#eaf0f5}.score-stars{color:var(--ink);align-items:center;gap:8px;display:inline-flex}.star-boxes{gap:3px;display:inline-flex}.star-boxes i{color:#fff;background:#dfe4ec;place-items:center;width:26px;height:26px;font-size:16px;font-style:normal;display:grid}.star-boxes i.filled{background:var(--green)}.score-stars strong{font-family:IBM Plex Mono,monospace;font-size:18px}.score-stars.compact .star-boxes{display:none}.score-stars.compact strong{font-size:15px}.tone-good strong{color:var(--green-dark)}.tone-gold strong{color:#c79712}.tone-watch strong{color:var(--amber)}.tone-risk strong{color:var(--red)}.directory-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.broker-card{grid-template-columns:58px 1fr;gap:14px;padding:18px;display:grid;position:relative}.broker-card-main h3{margin:0 0 5px;font-size:17px}.broker-card-main p{color:var(--muted);margin:0 0 10px;font-size:12px}.broker-card-meta{flex-wrap:wrap;gap:6px;display:flex}.broker-card-meta span{color:#596476;background:#f1f4f8;border-radius:4px;padding:3px 7px;font-size:10px}.broker-card-score{border-top:1px solid var(--line);grid-column:1/-1;justify-content:space-between;align-items:center;padding-top:13px;display:flex}.broker-card-score a{color:#5d46ce;font-size:12px;font-weight:600}.reviews-layout{grid-template-columns:1.3fr 1fr;gap:18px;display:grid}.featured-review{background:linear-gradient(135deg,#fff,#f2f4ff);flex-direction:column;justify-content:flex-end;min-height:340px;padding:32px;display:flex;position:relative;overflow:hidden}.featured-review:before{content:"";background:linear-gradient(140deg,#7757ed24,#50c8781a);border-radius:50%;width:270px;height:270px;position:absolute;top:-70px;right:-65px}.article-category{color:var(--green-dark);text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:600}.featured-review h3{max-width:620px;margin:10px 0;font-family:Playfair Display Variable,serif;font-size:31px;line-height:1.18}.featured-review p{color:var(--muted);max-width:650px;margin:0 0 18px}.article-meta{color:#7d8695;align-items:center;gap:12px;font-size:11px;display:flex}.article-list{grid-template-columns:1fr;gap:12px;display:grid}.article-list-item{flex-direction:column;justify-content:center;padding:18px 20px;display:flex}.article-list-item h3{margin:7px 0;font-family:Playfair Display Variable,serif;font-size:19px;line-height:1.26}.regulator-home-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.regulator-home-card{grid-template-columns:110px 1fr auto;align-items:center;gap:18px;padding:20px;display:grid}.regulator-logo{border:1px solid var(--line);background:#fff;border-radius:8px;place-items:center;height:76px;display:grid;overflow:hidden}.regulator-logo img{object-fit:contain;width:100%;height:100%;padding:9px}.regulator-logo strong{letter-spacing:.02em;font-size:25px}.regulator-home-card h3{margin:0;font-size:19px}.regulator-home-card p{color:var(--muted);margin:5px 0;font-size:12px}.regulator-facts{flex-wrap:wrap;gap:8px;display:flex}.regulator-facts span{color:#596476;background:#f2f5f8;border-radius:4px;align-items:center;gap:5px;padding:4px 7px;font-size:10px;display:flex}.regulator-tier{color:#846100;background:#f8e6a8;border-radius:5px;place-items:center;width:48px;height:34px;font-weight:700;display:grid}.risk-home{grid-template-columns:1.55fr .75fr;gap:18px;display:grid}.risk-list{overflow:hidden}.risk-list-item{border-bottom:1px solid var(--line);grid-template-columns:90px 1fr auto;align-items:center;gap:16px;padding:18px 20px;display:grid}.risk-list-item:last-child{border-bottom:0}.risk-list-item h3{margin:0;font-size:15px}.risk-list-item p{color:var(--muted);margin:4px 0;font-size:12px}.risk-level{text-align:center;text-transform:uppercase;border-radius:4px;padding:5px 8px;font-size:10px;font-weight:700}.risk-high,.risk-critical{background:var(--red-soft);color:var(--red)}.risk-medium{color:#c97c19;background:#fff6e9}.risk-low{background:var(--green-soft);color:var(--green-dark)}.risk-summary{padding:24px}.risk-summary h3{margin:0 0 17px;font-size:19px}.risk-stat-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px;display:grid}.risk-stat-grid div{background:#f5f7fa;border-radius:7px;padding:14px}.risk-stat-grid strong{font-size:23px;display:block}.risk-stat-grid small{color:var(--muted);font-size:10px}.news-grid{grid-template-columns:1.2fr 1fr 310px;gap:16px;display:grid}.news-feature,.news-compact,.news-most-read{padding:24px}.news-feature{background:linear-gradient(145deg,#eef1ff,#fff);flex-direction:column;justify-content:flex-end;min-height:340px;display:flex}.news-feature h3{margin:10px 0;font-family:Playfair Display Variable,serif;font-size:28px;line-height:1.2}.news-compact{flex-direction:column;gap:0;padding:0;display:flex;overflow:hidden}.news-compact a{border-bottom:1px solid var(--line);flex-direction:column;flex:1;justify-content:center;padding:18px 20px;display:flex}.news-compact a:last-child{border-bottom:0}.news-compact h3{margin:5px 0;font-family:Playfair Display Variable,serif;font-size:17px;line-height:1.25}.news-most-read h3{margin:0 0 13px;font-size:17px}.news-most-read ol{counter-reset:item;margin:0;padding:0;list-style:none}.news-most-read li{counter-increment:item;border-top:1px solid var(--line);grid-template-columns:25px 1fr;gap:8px;padding:12px 0;font-size:13px;display:grid}.news-most-read li:before{content:counter(item);color:var(--green-dark);font-family:IBM Plex Mono}.method-strip{grid-template-columns:1fr repeat(3,1fr);align-items:center;gap:24px;padding:28px;display:grid}.method-intro h2{margin:0 0 6px;font-size:24px}.method-intro p{color:var(--muted);margin:0;font-size:12px}.method-step{grid-template-columns:42px 1fr;align-items:center;gap:12px;display:grid}.method-step>span{background:var(--green-soft);width:42px;height:42px;color:var(--green-dark);border-radius:50%;place-items:center;font-family:IBM Plex Mono;display:grid}.method-step strong{font-size:14px;display:block}.method-step small{color:var(--muted);margin-top:2px;font-size:11px;display:block}.page-hero{border-bottom:1px solid var(--line);background:#fff}.page-hero .container{justify-content:space-between;align-items:flex-end;gap:30px;min-height:210px;padding-top:48px;padding-bottom:33px;display:flex}.breadcrumb{color:#7a8494;align-items:center;gap:7px;margin-bottom:17px;font-size:11px;display:flex}.page-hero h1{margin:0 0 8px;font-size:38px;line-height:1.12}.page-hero p{max-width:680px;color:var(--muted);margin:0}.page-search{border:1px solid var(--line);background:#f7f8fa;border-radius:8px;align-items:center;min-width:350px;height:48px;padding:0 12px;display:flex}.page-search input{background:0 0;border:0;outline:0;flex:1;min-width:0;margin-left:9px}.page-body{padding:32px 0 68px}.filter-bar{align-items:center;gap:9px;min-height:66px;margin-bottom:18px;padding:10px 12px;display:flex}.filter-bar select,.filter-bar input{border:1px solid var(--line);height:42px;color:var(--ink);background:#fff;border-radius:7px;padding:0 12px}.filter-bar input{flex:1;min-width:250px}.filter-bar button{background:var(--green);color:#fff;border:0;border-radius:7px;height:42px;padding:0 18px;font-weight:600}.filter-chip{border:1px solid var(--line);color:#556071;background:#fff;border-radius:6px;height:38px;padding:0 14px}.filter-chip.active{background:var(--green-soft);color:#258d4d;border-color:#aeeac0}.page-layout{grid-template-columns:minmax(0,1fr) 310px;gap:20px;display:grid}.content-list{overflow:hidden}.content-list .broker-list-row{grid-template-columns:34px 62px minmax(170px,1fr) minmax(140px,auto) auto 20px;min-height:104px;padding:16px 20px}.side-panel{align-self:start;padding:20px}.side-panel h2{margin:0 0 12px;font-size:18px}.side-panel .broker-list-row{margin-inline:-12px}.empty-state{text-align:center;color:var(--muted);padding:60px 24px}.profile-page{padding:26px 0 70px}.profile-breadcrumb{margin-bottom:16px}.profile-top{grid-template-columns:220px 1.2fr 1fr .85fr;min-height:435px;display:grid;overflow:hidden}.profile-column{border-right:1px solid var(--line);min-width:0;padding:26px}.profile-column:last-child{border-right:0}.profile-brand{text-align:center;flex-direction:column;align-items:center;display:flex}.profile-brand .status-badge{align-self:flex-start}.profile-brand .logo-xl{margin:auto}.profile-brand>small{color:var(--muted);margin-top:14px;font-size:10px}.status-badge{text-transform:uppercase;border-radius:4px;align-items:center;width:max-content;padding:5px 9px;font-size:10px;font-weight:700;display:inline-flex}.status-positive{background:var(--green-soft);color:var(--green-dark)}.status-warning{color:#b87510;background:#fff4df}.status-negative{background:var(--red-soft);color:var(--red)}.status-neutral{color:#6e788b;background:#edf0f5}.profile-identity .profile-label{color:#5d46ce;font-size:11px;font-weight:600}.profile-identity>p{color:var(--muted);margin:0 0 11px;font-size:13px}.identity-meta{color:#667184;align-items:center;gap:9px;margin-bottom:16px;font-size:12px;display:flex}.identity-tags{flex-wrap:wrap;gap:6px;margin-bottom:17px;display:flex}.identity-tags span{color:#6551c9;background:#f1efff;border-radius:4px;padding:4px 8px;font-size:10px}.regulation-summary{background:#f6f5fc;border-radius:8px;margin-bottom:12px;padding:14px;font-size:12px}.regulation-summary strong{margin-bottom:3px;display:block}.official-link{background:var(--green);color:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 14px;font-size:13px;display:flex}.official-link small{color:#ffffffc7;display:block}.score-column>span,.environment-column>span{color:var(--muted);text-transform:uppercase;letter-spacing:.09em;font-size:10px}.score-column>h2{color:#5d46ce;margin:3px 0;font-size:16px}.score-radar{width:230px;max-width:100%;margin:4px auto;position:relative}.score-radar svg{width:100%;display:block}.radar-grid{fill:none;stroke:#dfe4ec;stroke-width:1px}.radar-axis{stroke:#e4e8ef;stroke-width:1px}.radar-value{fill:#e3a43a6b;stroke:#df9b27;stroke-width:2px}.radar-blue .radar-value{fill:#4978ed59;stroke:#4978ed}.radar-point{fill:#fff;stroke:#df9b27;stroke-width:2px}.radar-blue .radar-point{stroke:#4978ed}.radar-score{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.radar-score strong{font-family:IBM Plex Mono;font-size:25px}.radar-score small{font-size:9px}.score-breakdown{gap:7px;margin-top:4px;display:grid}.score-breakdown div{color:#667184;grid-template-columns:1fr 34px;align-items:center;gap:8px;font-size:10px;display:grid}.score-breakdown i{background:#eef1f5;border-radius:3px;grid-column:1/-1;height:4px;overflow:hidden}.score-breakdown i b{background:#d99c2b;height:100%;display:block}.environment-grade{background:linear-gradient(140deg,#f1f3ff,#f7fbff);border-radius:8px;margin:16px 0;padding:18px}.environment-grade strong{color:#459f69;font-size:42px;font-weight:400}.environment-grade small{color:var(--muted);font-size:10px;display:block}.quick-facts{margin:0}.quick-facts div{border-bottom:1px solid var(--line);justify-content:space-between;gap:12px;padding:12px 0;font-size:11px;display:flex}.quick-facts dt{color:var(--muted)}.quick-facts dd{text-align:right;margin:0}.profile-actions{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:16px;display:grid}.profile-actions a{background:var(--green);color:#fff;border-radius:6px;place-items:center;height:38px;font-size:10px;font-weight:600;display:grid}.profile-metrics{grid-template-columns:repeat(5,1fr);margin-top:16px;display:grid;overflow:hidden}.profile-metric{border-right:1px solid var(--line);align-items:center;gap:12px;padding:20px;display:flex}.profile-metric:last-child{border-right:0}.profile-metric svg{color:#6d55d6}.profile-metric strong{font-size:14px;display:block}.profile-metric small{color:var(--muted);font-size:10px;display:block}.profile-nav{z-index:10;border:1px solid var(--line);background:#fff;border-radius:8px;gap:0;margin-top:16px;display:flex;position:sticky;top:80px;overflow:auto}.profile-nav a{white-space:nowrap;border-bottom:2px solid #0000;padding:14px 17px;font-size:12px}.profile-nav a:hover{border-bottom-color:var(--green)}.profile-content{grid-template-columns:310px minmax(0,1fr);gap:18px;margin-top:18px;display:grid}.profile-side,.profile-main{flex-direction:column;gap:16px;display:flex}.content-panel{padding:24px}.content-panel h2{margin:0 0 14px;font-size:21px}.content-panel h3{margin:20px 0 8px;font-size:15px}.content-panel p{color:#4f5a6b}.licence-card{border-top:1px solid var(--line);grid-template-columns:46px 1fr auto;gap:14px;padding:16px 0;display:grid}.licence-card:first-of-type{border-top:0}.licence-card h3{margin:0 0 4px}.licence-card p{color:var(--muted);margin:0;font-size:11px}.licence-card .status-badge{align-self:start}.risk-signal{border-top:1px solid var(--line);padding:14px 0}.risk-signal:first-of-type{border-top:0}.risk-signal-head{justify-content:space-between;align-items:center;display:flex}.risk-signal h3{margin:0}.risk-signal p{margin:5px 0;font-size:12px}.evidence-link{border-top:1px solid var(--line);justify-content:space-between;gap:15px;padding:12px 0;font-size:12px;display:flex}.evidence-link small{color:var(--muted)}.regulator-list{flex-direction:column;gap:14px;display:flex}.regulator-row{grid-template-columns:220px 1fr 80px;align-items:center;gap:24px;padding:24px;display:grid}.regulator-row-logo{border-right:1px solid var(--line);justify-content:center;align-items:center;height:110px;padding-right:24px;display:flex}.regulator-row-logo img{max-height:90px}.regulator-row-logo strong{font-size:35px}.regulator-row h2{margin:0;font-size:24px}.regulator-row-meta{color:#596476;align-items:center;gap:14px;margin:7px 0;font-size:12px;display:flex}.regulator-row p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;display:-webkit-box;overflow:hidden}.regulator-profile-top{grid-template-columns:240px 1.15fr 1fr .8fr;display:grid;overflow:hidden}.regulator-profile-top>div{border-right:1px solid var(--line);padding:25px}.regulator-profile-top>div:last-child{border-right:0}.regulator-profile-logo{flex-direction:column;gap:16px;display:flex}.regulator-profile-logo .regulator-logo{height:145px}.tier-block{text-align:center;background:#f1f5fc;border-radius:8px;padding:15px}.tier-block strong{color:#477db1;font-size:42px;display:block}.regulator-identity p{color:var(--muted);font-size:12px}.regulator-links{gap:8px;margin-top:16px;display:grid}.regulator-links a{border:1px solid var(--line);border-radius:6px;justify-content:space-between;padding:10px 12px;font-size:11px;display:flex}.regulator-links a:first-child{background:var(--green);color:#fff;border-color:var(--green)}.regulator-keyfacts div{border-bottom:1px solid var(--line);padding:12px 0}.regulator-keyfacts small{color:var(--muted);font-size:10px;display:block}.regulator-keyfacts strong{font-size:13px}.ranking-tabs{border-bottom:1px solid var(--line);gap:28px;margin-bottom:18px;display:flex;overflow:auto}.ranking-tabs a{white-space:nowrap;color:#778091;border-bottom:2px solid #0000;padding:15px 0}.ranking-tabs a.active{color:var(--ink);border-bottom-color:var(--green);font-weight:600}.ranking-list .broker-list-row{grid-template-columns:52px 76px minmax(180px,1fr) minmax(220px,auto) 100px 20px;min-height:118px}.ranking-list .logo-md{width:76px;height:62px}.ranking-list .broker-row-main strong{font-size:18px}.ranking-score{text-align:right}.ranking-score strong{font-family:IBM Plex Mono;font-size:30px;line-height:1;display:block}.ranking-score small{color:var(--muted);font-size:10px}.compare-picker{align-items:center;gap:12px;margin-bottom:18px;padding:18px;display:flex}.compare-picker input{border:1px solid var(--line);border-radius:7px;flex:1;height:44px;padding:0 12px}.compare-picker button{background:var(--green);color:#fff;border:0;border-radius:7px;height:44px;padding:0 18px}.compare-scroll{overflow:auto}.compare-table{background:#fff;min-width:850px;display:grid}.compare-row{grid-template-columns:210px repeat(var(--compare-count),minmax(210px,1fr));border-bottom:1px solid var(--line);display:grid}.compare-row>div{border-right:1px solid var(--line);padding:14px 16px}.compare-row>div:last-child{border-right:0}.compare-row .compare-label{color:var(--muted);z-index:2;background:#fafbfc;font-size:11px;position:sticky;left:0}.compare-head>div{min-height:170px}.compare-broker-head{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.compare-broker-head strong{font-size:17px}.compare-best{background:#f1fbf4}.compare-risk{background:#fff4f4}.news-page-grid{grid-template-columns:1.3fr 1fr;gap:18px;margin-bottom:24px;display:grid}.article-card{padding:20px}.article-card h2,.article-card h3{font-family:Playfair Display Variable,serif}.article-card h2{font-size:29px;line-height:1.2}.article-card h3{font-size:20px;line-height:1.25}.article-card p{color:var(--muted);font-size:13px}.article-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.article-page{padding:35px 0 72px}.article-layout{grid-template-columns:minmax(0,900px) 330px;justify-content:center;gap:28px;display:grid}.article-main{padding:38px 48px}.article-main header{text-align:left;border-bottom:1px solid var(--line);margin-bottom:26px;padding-bottom:25px}.article-main h1{margin:12px 0;font-family:Playfair Display Variable,serif;font-size:44px;line-height:1.13}.article-main .article-excerpt{color:#566174;font-size:17px}.article-body h2{margin:34px 0 12px;font-family:Playfair Display Variable,serif;font-size:28px}.article-body p{color:#3f4b5d;font-size:16px;line-height:1.8}.article-faq{margin-top:36px}.article-faq details{border-top:1px solid var(--line);padding:14px 0}.article-faq summary{font-weight:600}.article-sidebar{flex-direction:column;gap:16px;display:flex}.editorial-box{padding:20px}.editorial-box h3{margin:0 0 12px;font-size:16px}.editorial-box p{color:var(--muted);font-size:11px}.static-page{padding:48px 0 80px}.static-content{max-width:900px;margin:auto;padding:36px 44px}.static-content h1{font-size:38px}.static-content h2{margin-top:30px}.static-content p,.static-content li{color:#4d596b}.surface-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:12px}.page-main{padding:34px 0 72px}.page-eyebrow,.section-marker{color:var(--green-dark);letter-spacing:.13em;text-transform:uppercase;margin-bottom:7px;font-size:11px;font-weight:700;display:block}.page-hero-actions{gap:10px;display:flex}.breadcrumbs{color:#7b8595;align-items:center;gap:9px;margin-bottom:16px;font-size:12px;display:flex}.breadcrumbs strong{color:var(--ink)}.button-large{min-height:50px;padding-inline:25px}.directory-toolbar{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:1fr 220px auto;gap:10px;margin-bottom:18px;padding:13px;display:grid}.directory-toolbar label{border:1px solid var(--line);border-radius:7px;align-items:center;gap:10px;height:46px;padding:0 13px;display:flex}.directory-toolbar input{border:0;outline:0;flex:1;min-width:0}.directory-toolbar select,.compare-picker select{border:1px solid var(--line);height:46px;color:var(--ink);background:#fff;border-radius:7px;padding:0 12px}.directory-layout,.risk-page-layout{grid-template-columns:minmax(0,1fr) 320px;gap:20px;display:grid}.directory-results{overflow:hidden}.result-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:72px;padding:15px 20px;display:flex}.result-header strong,.result-header span{display:block}.result-header strong{font-size:17px}.result-header span{color:var(--muted);margin-top:3px;font-size:11px}.result-count{background:var(--green-soft);border-radius:999px;padding:5px 9px;color:var(--green-dark)!important}.directory-aside,.ranking-aside,.exposure-layout>aside{flex-direction:column;gap:16px;display:flex}.aside-card{border:1px solid var(--line);background:#fff;border-radius:11px;padding:22px;box-shadow:0 5px 18px #1d2e4b0a}.aside-card>svg{width:32px;height:32px;color:var(--green-dark);background:var(--green-soft);border-radius:8px;margin-bottom:14px;padding:7px}.aside-card h2{margin:0 0 8px;font-size:18px}.aside-card h3{margin:7px 0;font-size:16px}.aside-card p{color:var(--muted);font-size:12px;line-height:1.65}.aside-card>a:not(.button){color:var(--green-dark);align-items:center;gap:5px;margin-top:13px;font-size:12px;font-weight:700;display:flex}.aside-card .label{color:var(--green-dark);text-transform:uppercase;letter-spacing:.1em;font-size:10px}.compact-card .button{width:100%;margin-top:8px}.notice-card{background:#f1fbf5;border:1px solid #bfe8ce;border-radius:10px;align-items:center;gap:15px;margin-top:18px;padding:20px;display:flex}.notice-card>svg{color:var(--green-dark)}.notice-card h2{margin:0;font-size:17px}.notice-card p{color:var(--muted);margin:3px 0 0;font-size:12px}.profile-band{background:radial-gradient(circle at 85% 20%,#7757ed17,#0000 30%),linear-gradient(#fff,#f5f7fb);padding:26px 0 20px}.broker-profile-grid{grid-template-columns:210px 1.2fr 1fr .8fr;min-height:465px;display:grid;overflow:hidden}.broker-profile-grid>div{border-right:1px solid var(--line);padding:26px}.broker-profile-grid>div:last-child{border-right:0}.profile-logo-panel{flex-direction:column;align-items:center;display:flex}.profile-logo-panel .status-badge{align-self:flex-start}.profile-logo-panel .broker-logo{margin:auto}.profile-logo-panel>span:last-child{color:var(--muted);text-align:center;font-size:10px}.profile-kicker{color:#6e55d4;font-size:11px}.profile-identity h1{margin:8px 0 2px;font-size:36px;line-height:1.1}.legal-name{color:var(--muted);margin:0 0 13px}.profile-facts{color:#5e6878;flex-wrap:wrap;align-items:center;gap:12px;font-size:12px;display:flex}.profile-facts span{align-items:center;gap:6px;display:flex}.profile-facts svg{width:14px}.profile-tags{flex-wrap:wrap;gap:6px;margin:16px 0;display:flex}.profile-tags i{color:#6551c9;background:#f0eeff;border-radius:4px;padding:4px 8px;font-size:10px;font-style:normal}.reg-summary{background:#f5f5fb;border-radius:8px;align-items:center;gap:11px;margin-bottom:11px;padding:13px;display:flex}.reg-summary svg{color:#6752ce}.reg-summary small,.reg-summary strong{display:block}.reg-summary small{color:var(--muted);font-size:10px}.reg-summary strong{font-size:13px}.official-site-link{background:var(--green);border-radius:8px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex;box-shadow:0 9px 20px #50c87833;color:#fff!important}.official-site-link span>*{display:block}.official-site-link small{color:#ffffffc7;text-transform:uppercase;letter-spacing:.08em;font-size:9px}.panel-title{color:var(--muted);justify-content:space-between;align-items:center;font-size:11px;display:flex}.score-visual{grid-template-columns:minmax(150px,1fr) 100px;align-items:center;margin-top:12px;display:grid}.score-visual .score-radar{width:190px}.score-visual dl{margin:0}.score-visual dl div{border-bottom:1px solid var(--line);text-transform:capitalize;justify-content:space-between;padding:7px 0;font-size:10px;display:flex}.score-visual dt{color:var(--muted)}.score-visual dd{margin:0;font-weight:700}.star-row{border-top:1px solid var(--line);margin-top:8px;padding-top:15px}.profile-score-panel>small{color:var(--muted);margin-top:10px;font-size:9px;display:block}.panel-label{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:10px}.profile-environment>h2{color:#439f68;margin:19px 0 3px;font-size:50px;font-weight:400;line-height:1}.profile-environment>p{color:var(--muted);margin:0 0 14px;font-size:11px}.profile-environment dl{margin:0}.profile-environment dl div{border-bottom:1px solid var(--line);justify-content:space-between;gap:10px;padding:11px 0;font-size:10px;display:flex}.profile-environment dt{color:var(--muted)}.profile-environment dd{text-align:right;margin:0}.profile-environment .profile-actions{grid-template-columns:1fr 1fr}.profile-proof-strip{grid-template-columns:repeat(4,1fr);margin-top:14px;display:grid;overflow:hidden}.profile-proof-strip>div{border-right:1px solid var(--line);justify-content:center;align-items:center;gap:11px;padding:19px;display:flex}.profile-proof-strip>div:last-child{border:0}.profile-proof-strip svg{color:#6752ce}.profile-proof-strip small,.profile-proof-strip strong{display:block}.profile-proof-strip small{color:var(--muted);text-transform:uppercase;font-size:9px}.profile-proof-strip strong{font-size:13px}.broker-detail-layout,.regulator-detail-layout{grid-template-columns:310px minmax(0,1fr);gap:18px;padding-top:18px;padding-bottom:70px;display:grid}.broker-side-stack,.broker-content-stack{flex-direction:column;gap:16px;display:flex}.detail-card{border:1px solid var(--line);background:#fff;border-radius:11px;padding:24px;box-shadow:0 6px 20px #1d2e4b0b}.detail-card h2{margin:3px 0 13px;font-size:21px}.detail-card-title,.section-title-row{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.detail-card-title span{background:var(--green-soft);width:27px;height:27px;color:var(--green-dark);border-radius:50%;place-items:center;font-size:12px;display:grid}.section-title-row>a,.section-title-row>span{color:#6752ce;margin-top:6px;font-size:11px;font-weight:700}.licence-mini{border-top:1px solid var(--line);padding:15px 0}.licence-mini>div{align-items:center;gap:8px;display:flex}.licence-mini p,.licence-mini small,.licence-mini a{font-size:10px;display:block}.licence-mini p{margin:8px 0 2px}.licence-mini small{color:var(--muted)}.licence-mini a{color:#6752ce;margin-top:7px}.licence-mini .status-badge{float:right;margin-top:-21px}.risk-side{background:#fff9f1}.risk-side>strong{color:var(--amber)}.risk-side p{color:var(--muted);font-size:11px}.verdict-card>p,.long-copy{color:#39465a;font-family:Playfair Display Variable,serif;font-size:18px;line-height:1.7}.verdict-note{border-left:3px solid var(--amber);color:#76531d;background:#fff7e9;gap:10px;padding:13px;font-size:12px;display:flex}.licence-table{border:1px solid var(--line);border-radius:8px;overflow:hidden}.licence-table>div{grid-template-columns:1fr 1.1fr 1.2fr .8fr;display:grid}.licence-table>div>span{border-right:1px solid var(--line);min-width:0;padding:13px}.licence-table>div>span:last-child{border:0}.table-head{color:var(--muted);text-transform:uppercase;background:#f7f9fb;font-size:10px}.table-row{border-top:1px solid var(--line);font-size:11px}.table-row span>*{display:block}.table-row span .country-flag{margin-right:6px;display:inline-flex}.table-row small{color:var(--muted);margin-top:4px}.table-row a{color:#6752ce;align-items:center;gap:4px;margin-top:7px;display:flex}.table-row a svg{width:12px}.risk-list{gap:10px;display:grid}.risk-item{border:1px solid var(--line);border-left:3px solid var(--amber);border-radius:7px;grid-template-columns:35px 1fr;gap:13px;padding:16px;display:grid}.risk-item.risk-high,.risk-item.risk-critical{border-left-color:var(--red);background:#fff}.risk-item>svg{width:35px;height:35px;color:var(--amber);background:#fff3dc;border-radius:8px;padding:9px}.risk-item.risk-high>svg,.risk-item.risk-critical>svg{background:var(--red-soft);color:var(--red)}.risk-item span,.risk-item small{color:var(--muted);text-transform:uppercase;font-size:9px}.risk-item h3{margin:3px 0;font-size:15px}.risk-item p{color:#526073;margin:4px 0;font-size:12px}.source-list>a{border-top:1px solid var(--line);grid-template-columns:39px 1fr auto 16px;align-items:center;gap:12px;padding:14px 0;display:grid}.source-list>a:first-child{border-top:0}.source-icon{background:var(--green-soft);width:39px;height:39px;color:var(--green-dark);border-radius:8px;place-items:center;display:grid}.source-icon svg{width:18px}.source-list strong,.source-list small{display:block}.source-list small{color:var(--muted);font-size:10px}.source-list>a>svg{width:14px;color:var(--muted)}.related-articles{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.related-articles a{border:1px solid var(--line);border-radius:8px;padding:17px}.related-articles span{color:var(--green-dark);text-transform:uppercase;font-size:9px}.related-articles h3{margin:6px 0;font-family:Playfair Display Variable,serif;font-size:18px}.related-articles p{color:var(--muted);font-size:11px}.compare-picker{border:1px solid var(--line);background:#fff;border-radius:10px}.compare-picker label{align-items:center;gap:10px;font-size:12px;font-weight:700;display:flex}.compare-picker small{color:var(--muted)}.compare-board{overflow:auto}.compare-board .compare-row{min-width:720px;display:grid}.compare-board .compare-row>strong,.compare-board .compare-row>span,.compare-board .compare-row>div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px}.compare-board .compare-row>strong{color:var(--muted);z-index:2;background:#f8fafb;font-size:11px;position:sticky;left:0}.compare-board .compare-row>span{font-size:12px}.compare-board .compare-head>div{text-align:center;flex-direction:column;align-items:center;gap:7px;min-height:190px;display:flex}.compare-head h2{margin:2px 0;font-size:18px}.compare-head div>span{color:var(--muted);font-size:11px}.compare-head a{color:var(--green-dark);font-size:11px;font-weight:700}.risk-count{align-items:center;gap:7px;display:flex!important}.risk-count svg,.check-icon,.cross-icon{width:17px}.check-icon{color:var(--green-dark)}.cross-icon{color:var(--red)}.ranking-page-layout{grid-template-columns:minmax(0,1fr) 310px;gap:20px;display:grid}.ranking-main{overflow:hidden}.ranking-tabs{margin:0;padding:0 18px}.ranking-tabs a{align-items:center;gap:6px;display:flex}.ranking-tabs svg{width:16px}.ranking-note{color:#8d6b12;background:#fff8dd;border-radius:6px;margin:14px 18px;padding:11px 13px;font-size:11px}.ranking-aside ol{color:#566174;padding-left:20px;font-size:12px;line-height:2}.risk-metrics{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px;display:grid}.risk-metrics>div{border:1px solid var(--line);background:#fff;border-radius:10px;align-items:center;gap:14px;padding:18px;display:flex}.risk-metrics svg{color:var(--red)}.risk-metrics strong,.risk-metrics span{display:block}.risk-metrics strong{font-size:22px}.risk-metrics span{color:var(--muted);font-size:11px}.risk-feed{overflow:hidden}.risk-feed-item{border-bottom:1px solid var(--line);background:#fff;grid-template-columns:52px 1fr;gap:16px;padding:22px;display:grid}.risk-feed-item:last-child{border:0}.risk-level-icon{width:48px;height:48px;color:var(--amber);background:#fff3dc;border-radius:10px;place-items:center;display:grid}.risk-feed-item.risk-high .risk-level-icon,.risk-feed-item.risk-critical .risk-level-icon{background:var(--red-soft);color:var(--red)}.risk-feed-meta,.risk-feed-item footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.risk-feed-meta{color:var(--muted);text-transform:uppercase;font-size:9px}.risk-feed-item h2{margin:6px 0;font-size:18px}.risk-feed-item p{color:#566174;font-size:12px}.risk-feed-item footer{border-top:1px solid var(--line);padding-top:11px;font-size:10px}.risk-feed-item footer a{align-items:center;gap:6px;display:flex}.risk-feed-item footer b{text-transform:uppercase;color:var(--red)}.regulator-filter{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;padding-bottom:18px;display:flex}.regulator-filter>div{flex-wrap:wrap;gap:7px;display:flex}.regulator-filter a{background:#edf6f0;border-radius:4px;padding:8px 13px;font-size:11px}.regulator-filter a.active{background:var(--green);color:#fff}.regulator-filter label{border:1px solid var(--line);background:#fff;align-items:center;gap:9px;width:330px;height:44px;padding:0 12px;display:flex}.regulator-filter label svg{width:17px}.regulator-filter input{border:0;outline:0;flex:1;min-width:0}.regulator-directory{flex-direction:column;gap:15px;display:flex}.regulator-row{grid-template-columns:210px 1fr 30px}.regulator-row>.regulator-logo{height:120px}.regulator-row-main>div{align-items:center;gap:10px;display:flex}.regulator-row-main>strong{margin:2px 0 8px;font-size:13px;display:block}.regulator-row-main footer{flex-wrap:wrap;gap:15px;margin-top:14px;display:flex}.regulator-row-main footer span{color:#617082;align-items:center;gap:6px;font-size:10px;display:flex}.regulator-row-main footer svg{width:14px}.tier-badge{color:#634d00;background:#e9c854;border-radius:3px;padding:4px 9px;font-size:10px;font-weight:700}.regulator-profile{grid-template-columns:230px 1.2fr 1fr .85fr;display:grid;overflow:hidden}.regulator-profile>div{border-right:1px solid var(--line);padding:26px}.regulator-profile>div:last-child{border:0}.regulator-brand-panel{flex-direction:column;justify-content:space-between;gap:22px;display:flex}.regulator-grade{text-align:center;background:#f1f5fc;border-radius:8px;padding:16px}.regulator-grade small,.regulator-grade strong{display:block}.regulator-grade small{color:var(--muted);font-size:10px}.regulator-grade strong{color:#477db1;font-size:44px}.regulator-identity>span,.regulator-score>span{color:#6752ce;text-transform:uppercase;letter-spacing:.08em;font-size:10px}.regulator-identity h1{margin:7px 0;font-size:30px;line-height:1.15}.regulator-identity>p{color:var(--muted)}.regulator-capabilities{flex-wrap:wrap;gap:6px;margin:17px 0;display:flex}.regulator-capabilities i{color:#31794c;background:#edf8f1;border-radius:4px;padding:5px 8px;font-size:10px;font-style:normal}.regulator-score .score-radar{width:240px}.regulator-facts h2{margin:0 0 12px;font-size:17px}.regulator-facts dl{margin:0}.regulator-facts dl>div{border-bottom:1px solid var(--line);padding:11px 0}.regulator-facts dt{color:var(--muted);text-transform:uppercase;font-size:9px}.regulator-facts dd{margin:3px 0 0;font-size:11px}.regulator-links{flex-direction:column;gap:8px;display:flex}.regulator-links>a{border:1px solid var(--line);border-radius:7px;grid-template-columns:38px 1fr 15px;align-items:center;gap:10px;padding:12px;display:grid}.regulator-links>a:first-of-type{color:var(--ink);border-color:var(--line);background:#fff}.regulator-links>a>svg:first-child{background:var(--green-soft);width:38px;height:38px;color:var(--green-dark);border-radius:8px;padding:9px}.regulator-links strong,.regulator-links small{display:block}.regulator-links small{color:var(--muted);font-size:9px}.institution-facts{grid-template-columns:1fr 1fr;gap:10px;margin-top:17px;display:grid}.institution-facts>div{background:#f6f8fa;border-radius:7px;align-items:center;gap:10px;padding:14px;font-size:12px;display:flex}.institution-facts svg{color:#6752ce}.institution-facts small{color:var(--muted);font-size:9px;display:block}.member-list>a{border-top:1px solid var(--line);grid-template-columns:42px 1fr auto 16px;align-items:center;gap:12px;padding:12px 0;display:grid}.member-list strong,.member-list small{display:block}.member-list small{color:var(--muted);font-size:10px}.empty-state.small{padding:28px}.news-tabs{flex-wrap:wrap;gap:6px;margin-bottom:18px;display:flex}.news-tabs a{border:1px solid var(--line);background:#fff;border-radius:6px;padding:9px 14px;font-size:11px}.news-tabs a.active{background:var(--green);border-color:var(--green);color:#fff}.featured-story{grid-template-columns:42% 1fr;min-height:380px;margin-bottom:20px;display:grid;overflow:hidden}.story-visual,.article-cover{background:radial-gradient(circle at 30% 30%,#50c87847,#0000 30%),linear-gradient(140deg,#eeeaff,#f5fbff);justify-content:center;align-items:center;display:flex;position:relative}.story-visual svg{color:#6955d7;width:70px;height:70px}.story-visual span,.article-cover span{color:var(--green-dark);text-transform:uppercase;background:#fff;border-radius:4px;padding:5px 8px;font-size:9px;position:absolute;top:18px;left:18px}.featured-story>div:last-child{flex-direction:column;justify-content:center;padding:38px;display:flex}.featured-story h2{margin:9px 0;font-family:Playfair Display Variable,serif;font-size:34px;line-height:1.2}.featured-story p{color:var(--muted)}.featured-story footer{color:#7c8797;flex-wrap:wrap;gap:14px;font-size:10px;display:flex}.featured-story footer span{align-items:center;gap:5px;display:flex}.featured-story footer svg{width:13px}.featured-story b,.article-card b{color:var(--green-dark);align-items:center;gap:6px;margin-top:18px;font-size:11px;display:flex}.news-layout{grid-template-columns:minmax(0,1fr) 310px;gap:20px;display:grid}.news-layout .article-grid{grid-template-columns:repeat(2,1fr)}.article-card{padding:0;overflow:hidden}.article-cover{height:180px}.article-cover svg{color:#6752ce;width:42px}.article-card>div:last-child{padding:20px}.article-card>div:last-child>span{color:var(--muted);font-size:9px}.article-card h2{margin:7px 0;font-size:21px}.news-aside{flex-direction:column;gap:16px;display:flex}.article-header{border-bottom:1px solid var(--line);background:linear-gradient(#fff,#f6f8fb);padding:42px 0}.article-container{width:min(900px,100% - 48px);margin:auto}.back-link{color:var(--muted);align-items:center;gap:7px;margin-bottom:24px;font-size:11px;display:flex}.article-header h1{margin:12px 0;font-family:Playfair Display Variable,serif;font-size:48px;line-height:1.12}.article-header>div>p{color:#596579;max-width:800px;font-size:18px}.article-byline{color:#758093;flex-wrap:wrap;gap:15px;margin-top:20px;font-size:10px;display:flex}.article-byline span{align-items:center;gap:5px;display:flex}.article-byline svg{width:14px}.article-page .article-layout{padding-top:28px;padding-bottom:72px}.article-body{padding:40px 48px}.editorial-notice{background:#f1f7ff;border-left:3px solid #5e84e7;gap:12px;padding:16px;display:flex}.editorial-notice p{margin:0!important;font-size:11px!important}.article-review-footer{border-top:1px solid var(--line);gap:13px;margin-top:35px;padding-top:20px;display:flex}.article-review-footer svg{color:var(--green-dark)}.article-review-footer p{margin:3px 0;font-size:11px}.article-sidebar .aside-card{position:sticky;top:100px}.article-sidebar .aside-card>a:not(.button){border-top:1px solid var(--line);color:#526073;margin:0;padding:8px 0}.article-sidebar .aside-card>a:first-of-type{border:0}.exposure-layout{grid-template-columns:minmax(0,1fr) 330px;gap:20px;display:grid}.exposure-form-card{padding:30px}.exposure-form-card>h2{margin:0;font-size:24px}.exposure-form-card>p{color:var(--muted)}.exposure-form{gap:17px;margin-top:24px;display:grid}.exposure-form label{gap:7px;font-size:12px;font-weight:700;display:grid}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.exposure-form input,.exposure-form select,.exposure-form textarea{border:1px solid var(--line);border-radius:7px;outline:0;padding:0 12px}.exposure-form input,.exposure-form select{height:46px}.exposure-form textarea{resize:vertical;padding-top:12px}.exposure-form input:focus,.exposure-form select:focus,.exposure-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #50c8781f}.consent-row{align-items:start;grid-template-columns:18px 1fr!important}.consent-row input{width:17px;height:17px;accent-color:var(--green)}.form-error{color:var(--red)}.submission-success{text-align:center;padding:60px 20px}.submission-success>svg{width:60px;height:60px;color:var(--green)}.static-layout{grid-template-columns:minmax(0,900px) 310px;justify-content:center;gap:22px;display:grid}.static-document{padding:38px 46px}.document-meta{color:var(--green-dark);border-bottom:1px solid var(--line);align-items:center;gap:7px;padding-bottom:17px;font-size:10px;display:flex}.document-meta svg{width:15px}.static-document h2{margin:32px 0 10px;font-family:Playfair Display Variable,serif;font-size:27px}.static-document p,.static-document li{color:#49576a;line-height:1.8}.static-document a{color:var(--green-dark);font-weight:700}.static-aside{flex-direction:column;gap:16px;display:flex}.static-aside .aside-card{flex-direction:column;display:flex}.method-table{border:1px solid var(--line);border-radius:8px;overflow:hidden}.method-table div{border-top:1px solid var(--line);grid-template-columns:180px 1fr;padding:14px 16px;display:grid}.method-table div:first-child{border:0}.method-table span{color:var(--muted);font-size:12px}.not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:40px;display:flex}.not-found>svg{width:55px;height:55px;color:var(--purple)}.not-found>span{color:var(--purple);font-family:IBM Plex Mono,monospace;font-size:62px}.not-found>div{gap:10px;display:flex}@media (max-width:1180px){.broker-profile-grid,.regulator-profile{grid-template-columns:200px 1.25fr 1fr}.profile-environment,.regulator-facts{border-top:1px solid var(--line);grid-column:1/-1;grid-template-columns:180px 1fr auto;align-items:center;gap:22px;display:grid}.profile-environment dl,.regulator-facts dl{grid-template-columns:repeat(2,1fr);gap:0 20px;display:grid}.profile-environment .profile-actions{margin:0}.news-layout{grid-template-columns:1fr 280px}}@media (max-width:900px){.directory-layout,.risk-page-layout,.ranking-page-layout,.news-layout,.exposure-layout,.static-layout,.broker-detail-layout,.regulator-detail-layout{grid-template-columns:1fr}.broker-profile-grid,.regulator-profile{grid-template-columns:190px 1fr}.profile-score-panel,.regulator-score{border-top:1px solid var(--line);grid-column:1/-1}.profile-environment,.regulator-facts,.profile-environment dl,.regulator-facts dl{display:block}.profile-proof-strip{grid-template-columns:1fr 1fr}.profile-proof-strip>div:nth-child(2){border-right:0}.profile-proof-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.directory-aside,.ranking-aside,.news-aside,.exposure-layout>aside,.static-aside{grid-template-columns:repeat(2,1fr);display:grid}.regulator-filter{flex-direction:column;align-items:flex-start}.regulator-filter label{width:100%}.featured-story{grid-template-columns:1fr}.story-visual{min-height:240px}.article-sidebar{display:none}}@media (max-width:640px){.page-main{padding-top:22px}.directory-toolbar{grid-template-columns:1fr}.directory-toolbar select{width:100%}.broker-profile-grid,.regulator-profile{grid-template-columns:1fr}.broker-profile-grid>div,.regulator-profile>div{border-right:0;border-bottom:1px solid var(--line);padding:20px}.profile-logo-panel{min-height:240px}.profile-score-panel,.regulator-score{grid-column:auto}.profile-proof-strip{grid-template-columns:1fr}.profile-proof-strip>div{border-right:0;border-bottom:1px solid var(--line)!important}.licence-table{overflow:auto}.licence-table>div{min-width:720px}.source-list>a{grid-template-columns:39px 1fr 15px}.source-list .status-badge{display:none}.related-articles,.institution-facts,.risk-metrics,.form-grid,.news-layout .article-grid{grid-template-columns:1fr}.directory-aside,.ranking-aside,.news-aside,.exposure-layout>aside,.static-aside{display:flex}.regulator-row{grid-template-columns:86px 1fr}.regulator-row>.regulator-logo{height:85px}.regulator-row-main footer,.regulator-row>svg{display:none}.featured-story>div:last-child{padding:24px}.featured-story h2{font-size:27px}.article-header h1{font-size:36px}.article-body,.static-document{padding:25px 20px}.article-container{width:calc(100% - 28px)}.method-table div{grid-template-columns:1fr;gap:4px}.compare-picker{flex-direction:column;align-items:stretch}.risk-feed-item{grid-template-columns:1fr}.risk-feed-item footer{flex-direction:column;align-items:flex-start}.not-found>div{flex-direction:column}}.site-footer{background:#e9edf2;border-top:1px solid #dce2e9}.footer-main{grid-template-columns:1.4fr repeat(4,1fr);gap:35px;padding:50px 0;display:grid}.footer-brand p{color:#647083;max-width:300px;font-size:12px}.footer-brand>a{color:#4e42bb;font-size:12px}.footer-group{flex-direction:column;gap:9px;display:flex}.footer-group h3{margin:5px 0;font-size:14px}.footer-group a{color:#657184;font-size:12px}.footer-group a:hover{color:var(--ink)}.footer-bottom{border-top:1px solid #d8dee6}.footer-bottom .container{justify-content:space-between;align-items:center;gap:24px;min-height:65px;display:flex}.footer-bottom p{color:#7d8796;margin:0;font-size:10px}.not-found{text-align:center;place-items:center;min-height:70vh;display:grid}.not-found strong{color:var(--purple);font-family:IBM Plex Mono;font-size:70px}.not-found h1{margin:0;font-family:Playfair Display Variable,serif;font-size:36px}.not-found p{color:var(--muted)}.not-found-actions{justify-content:center;gap:10px;display:flex}@media (max-width:1180px){.desktop-nav{gap:18px;margin-right:18px}.desktop-nav a{font-size:13px}.header-exposure{display:none}.profile-top{grid-template-columns:190px 1.2fr 1fr}.environment-column{border-top:1px solid var(--line);grid-column:1/-1;grid-template-columns:200px 1fr auto;align-items:center;gap:20px;display:grid}.environment-grade{margin:0}.quick-facts{grid-template-columns:repeat(2,1fr);gap:0 18px;display:grid}.profile-actions{margin:0}.news-grid{grid-template-columns:1.2fr 1fr}.news-most-read{grid-column:1/-1}.footer-main{grid-template-columns:1.4fr repeat(2,1fr)}.footer-brand{grid-row:span 2}}@media (max-width:900px){.container,.site-header-inner{width:min(100% - 28px,1380px)}.desktop-nav,.language-button{display:none}.header-actions{margin-left:auto}.mobile-toggle{place-items:center;display:grid}.mobile-nav{border-bottom:1px solid var(--line);box-shadow:var(--shadow);background:#fff;flex-direction:column;padding:12px 18px 20px;display:flex;position:absolute;top:80px;left:0;right:0}.mobile-nav a{border-bottom:1px solid var(--line);padding:12px;font-weight:600}.mobile-nav .button{border:0;margin-top:12px}.hero-inner{min-height:390px}.trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid #ffffff24}.rankings-board{grid-template-columns:1fr}.ranking-column{border-right:0;border-bottom:1px solid var(--line)}.directory-grid,.regulator-home-grid,.article-grid{grid-template-columns:1fr 1fr}.reviews-layout,.risk-home,.news-page-grid,.news-grid{grid-template-columns:1fr}.method-strip{grid-template-columns:1fr 1fr}.method-intro{grid-column:1/-1}.page-hero .container{flex-direction:column;align-items:flex-start}.page-search{width:100%;min-width:0}.page-layout{grid-template-columns:1fr}.side-panel{display:none}.profile-top{grid-template-columns:190px 1fr}.score-column,.environment-column{border-top:1px solid var(--line);grid-column:1/-1}.score-column{grid-template-columns:220px 1fr;gap:15px;display:grid}.environment-column{display:block}.profile-content{grid-template-columns:1fr}.profile-side{grid-template-columns:1fr 1fr;display:grid}.regulator-row{grid-template-columns:160px 1fr 60px}.regulator-profile-top{grid-template-columns:210px 1fr}.regulator-profile-top>div:nth-child(n+3){border-top:1px solid var(--line)}.article-layout{grid-template-columns:1fr}.article-sidebar{grid-template-columns:1fr 1fr;display:grid}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-area:auto/1/auto/-1}}@media (max-width:640px){body{font-size:14px}.site-header{height:70px}.mobile-nav{top:70px}.brand-mark{width:39px;height:39px}.brand-copy strong{font-size:17px}.brand-copy small{font-size:7px}.header-actions .icon-button{display:none}.hero-inner{min-height:420px;padding-top:36px}.hero-inner h1{font-size:39px}.hero-inner>p{font-size:14px}.search-tabs{padding-left:0;overflow:auto}.search-tabs button{white-space:nowrap;padding-inline:14px}.search-bar{height:60px;padding-left:14px}.search-bar button{min-width:92px;height:46px}.trust-item{height:76px}.trust-item strong{font-size:17px}.home-section{padding-top:42px}.section-heading{align-items:flex-start}.section-heading h2{font-size:25px}.section-heading p{font-size:12px}.broker-list-row{grid-template-columns:27px 42px minmax(0,1fr) auto 15px}.broker-row-tags{display:none}.directory-grid,.regulator-home-grid,.article-grid{grid-template-columns:1fr}.featured-review{min-height:300px;padding:24px}.featured-review h3{font-size:26px}.regulator-home-card{grid-template-columns:85px 1fr}.risk-list-item{grid-template-columns:75px 1fr}.risk-list-item>small{grid-column:2}.method-strip{grid-template-columns:1fr}.method-intro{grid-column:auto}.page-hero .container{min-height:180px;padding-top:32px}.page-hero h1{font-size:31px}.filter-bar{overflow:auto}.content-list .broker-list-row{grid-template-columns:28px 50px minmax(0,1fr) auto 16px;min-height:92px;padding:12px}.content-list .broker-row-tags{display:none}.profile-page{padding-top:17px}.profile-top{grid-template-columns:1fr}.profile-column{border-right:0;border-bottom:1px solid var(--line);padding:20px}.profile-brand{min-height:230px}.profile-brand .status-badge{align-self:flex-start}.profile-brand .logo-xl{width:125px;height:125px}.profile-identity h1{font-size:30px}.score-column{display:block}.profile-metrics{grid-template-columns:1fr 1fr}.profile-metric:nth-child(2n){border-right:0}.profile-nav{top:70px}.profile-side{display:flex}.regulator-row{grid-template-columns:90px 1fr;gap:14px;padding:17px}.regulator-row-logo{height:80px;padding-right:14px}.regulator-tier{display:none}.regulator-row h2{font-size:20px}.regulator-profile-top{grid-template-columns:1fr}.regulator-profile-top>div{border-right:0;border-bottom:1px solid var(--line)}.ranking-list .broker-list-row{grid-template-columns:40px 58px minmax(0,1fr) 70px 15px;min-height:100px}.ranking-list .broker-row-tags{display:none}.ranking-list .logo-md{width:58px;height:52px}.ranking-score strong{font-size:23px}.article-main{padding:25px 20px}.article-main h1{font-size:34px}.article-sidebar{display:flex}.footer-main{grid-template-columns:1fr 1fr;gap:30px 20px}.footer-bottom .container{padding:16px 0;display:block}.footer-bottom p+p{margin-top:8px}}body{background:#f4f6f8;font-size:16px;line-height:1.55}.container,.site-header-inner{width:min(1280px,100% - 48px)}.site-header{height:76px}.desktop-nav{gap:26px}.desktop-nav a{font-size:14px}.brand-copy strong{letter-spacing:.1em;font-size:19px}.brand-copy small{letter-spacing:.08em;font-size:10px}.hero-inner{min-height:380px;padding-top:42px}.hero-inner h1{max-width:900px;font-size:clamp(40px,4vw,54px)}.hero-inner>p{font-size:17px;line-height:1.55}.trust-item small{letter-spacing:.04em;text-transform:none;font-size:12px}.home-section{padding-top:46px}.section-heading{margin-bottom:18px}.section-heading>div>span,.page-eyebrow,.section-marker{font-size:12px}.section-heading h2{font-size:30px}.section-heading p{font-size:15px}.section-heading>a{color:var(--green-dark);font-size:14px}.panel,.surface-card,.aside-card{box-shadow:0 5px 18px #1e2d460d}.rankings-board-sparse{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)}.ranking-data-note{border-left:1px solid var(--line);background:linear-gradient(135deg,#f7fbf8,#fff);align-items:center;gap:18px;padding:32px;display:flex}.ranking-data-note>svg{width:42px;height:42px;color:var(--green-dark);background:var(--green-soft);border-radius:50%;padding:9px}.ranking-data-note strong{font-size:18px}.ranking-data-note p{color:var(--muted);margin:7px 0 12px;font-size:14px}.ranking-data-note a{color:var(--green-dark);align-items:center;gap:5px;font-size:13px;font-weight:700;display:flex}.ranking-data-note a svg{width:14px}.broker-row-main small,.broker-card-main p,.article-meta,.regulator-home-card p{font-size:12px}.broker-row-tags i,.broker-card-meta span,.regulator-facts span{font-size:11px}.featured-review,.news-feature{isolation:isolate}.featured-review>img,.news-feature>img{object-fit:cover;z-index:-2;width:100%;height:100%;position:absolute;inset:0}.featured-review.has-cover:after,.news-feature.has-cover:after{content:"";z-index:-1;background:linear-gradient(90deg,#0c1a26e0,#0c1a2685 65%,#0c1a262e);position:absolute;inset:0}.featured-review.has-cover:before{display:none}.featured-review-content,.news-feature-content{z-index:1;position:relative}.featured-review.has-cover h3,.featured-review.has-cover p,.news-feature.has-cover h3,.news-feature.has-cover p{color:#fff}.featured-review.has-cover .article-meta,.news-feature.has-cover .article-meta{color:#ffffffc7}.featured-review.has-cover .article-category,.news-feature.has-cover .article-category{color:#bdf0cc}.featured-review h3,.news-feature h3,.article-list-item h3,.news-compact h3,.featured-story h2,.article-card h2{letter-spacing:-.015em;font-family:Questrial,Arial,sans-serif;font-weight:700}.news-feature{position:relative;overflow:hidden}.news-most-read li a{flex-direction:column;gap:3px;display:flex}.news-most-read li small{color:var(--muted);font-size:11px}.regulator-tier.pending{color:#647083;background:#eef1f4;width:auto;min-width:78px;padding:0 9px;font-size:11px}.page-hero .container{align-items:center;min-height:154px;padding-top:32px;padding-bottom:25px}.page-hero h1{font-size:36px}.page-hero p{font-size:15px}.page-body{padding-top:25px}.page-main{padding-top:26px}.featured-story{min-height:330px}.story-visual.has-cover img,.article-cover.has-cover img{object-fit:cover;width:100%;height:100%}.story-visual.has-cover,.article-cover.has-cover{display:block}.article-header{padding:34px 0 28px}.article-header h1{letter-spacing:-.02em;font-family:Questrial,Arial,sans-serif;font-size:42px;font-weight:700}.article-header>div>p{font-size:17px}.article-byline,.back-link{font-size:12px}.article-hero-image{object-fit:cover;border:1px solid var(--line);background:#fff;border-radius:10px;width:100%;max-height:500px;margin-top:26px;display:block;overflow:hidden}.article-inline-image{object-fit:contain;border:1px solid var(--line);background:#f8fafc;border-radius:8px;width:100%;max-height:560px;margin:24px 0;display:block}.article-table-wrap{border:1px solid var(--line);border-radius:8px;width:100%;margin:24px 0;overflow:auto}.article-table-wrap table{border-collapse:collapse;width:100%;min-width:620px}.article-table-wrap th{color:var(--ink);text-align:left;background:#f3f6f8;font-size:13px}.article-table-wrap th,.article-table-wrap td{border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:12px 14px}.article-table-wrap th:last-child,.article-table-wrap td:last-child{border-right:0}.article-table-wrap tbody tr:last-child td{border-bottom:0}.article-sources{border-top:1px solid var(--line);margin-top:38px;padding-top:22px}.article-sources>p{color:var(--muted);font-size:13px!important}.article-sources>a{border-top:1px solid var(--line);color:var(--ink);justify-content:space-between;align-items:center;gap:16px;padding:13px 0;display:flex}.article-sources>a strong,.article-sources>a small{display:block}.article-sources>a small{color:var(--muted);margin-top:3px;font-size:12px}.article-sources>a>svg{width:17px;color:var(--green-dark)}.article-body{font-size:16px}.article-body p,.article-body li{font-size:16px;line-height:1.78}.article-body h2{font-family:Questrial,Arial,sans-serif;font-weight:700}.method-step i{display:none}@media (max-width:900px){.container,.site-header-inner{width:min(100% - 28px,1280px)}.rankings-board-sparse{grid-template-columns:1fr}.ranking-data-note{border-left:0;border-top:1px solid var(--line)}.page-hero .container{min-height:0;padding-block:28px}}@media (max-width:640px){body{font-size:15px}.hero-inner{min-height:390px}.hero-inner h1{font-size:36px}.home-section{padding-top:36px}.section-heading h2{font-size:27px}.section-heading p{font-size:14px}.ranking-data-note{align-items:flex-start;padding:24px 18px}.article-header h1{font-size:32px}}.tone-good .star-boxes i.filled{background:var(--green)}.tone-gold .star-boxes i.filled{background:var(--gold)}.tone-watch .star-boxes i.filled{background:var(--amber)}.tone-risk .star-boxes i.filled{background:var(--red)}.radar-green .radar-value{fill:#50c87852;stroke:var(--green-dark)}.radar-amber .radar-value{fill:#e3912c4d;stroke:var(--amber)}.radar-red .radar-value{fill:#e2556242;stroke:var(--red)}.radar-green .radar-point{stroke:var(--green-dark)}.radar-amber .radar-point{stroke:var(--amber)}.radar-red .radar-point{stroke:var(--red)}
:root{--ink:#101f32;--ink-2:#27374a;--muted:#68778a;--line:#dfe6ec;--surface:#fff;--canvas:#f4f7f6;--green:#50c878;--green-dark:#239956;--green-soft:#eaf8ef;--blue:#267b74;--purple:#15724d;--gold:#d8b24a;--amber:#d7892f;--red:#d94f5c;--radius:12px;--shadow:0 10px 30px #0f243211}html{background:var(--canvas)}body{background:var(--canvas);color:var(--ink);font-family:Questrial,Noto Sans SC Variable,Arial,sans-serif;font-size:15px;line-height:1.58}h1,h2,h3,h4,strong{font-family:inherit}.container{width:min(1320px,100% - 48px)}.panel,.surface-card,.aside-card,.detail-card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff}.button{letter-spacing:-.01em;border-radius:7px;font-weight:700}.button-primary,.button-secondary,.profile-actions .button,.exposure-form button,.filter-bar button,.directory-toolbar button{border-color:var(--green);background:var(--green);color:#fff;box-shadow:0 8px 20px #50c8782e}.button-primary:hover,.button-secondary:hover,.profile-actions .button:hover{background:var(--green-dark);border-color:var(--green-dark);color:#fff}.eyebrow{color:var(--green-dark);letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:800}.site-header{border-bottom:1px solid var(--line);z-index:60;background:#fff;height:auto;min-height:124px;position:sticky;top:0;box-shadow:0 3px 16px #0f23330a}.site-header-primary{align-items:center;gap:30px;height:76px;display:flex}.brand{flex:none;align-items:center;gap:12px;min-width:286px;display:flex}.regulens-mark{width:45px;height:45px;color:var(--green);filter:drop-shadow(0 7px 12px #50c87833);flex:none}.brand-upload{object-fit:contain;width:45px;height:45px}.brand.custom-wordmark{min-width:270px}.brand-upload-wide{filter:none;border-radius:0;width:auto;max-width:250px;height:47px}.brand-copy{flex-direction:column;line-height:1;display:flex}.brand-copy strong{letter-spacing:.13em;color:var(--ink);font-size:20px;font-weight:800}.brand-copy small{color:#7a8796;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;max-width:224px;margin-top:6px;font-size:9px;font-weight:600;overflow:hidden}.global-search{background:#f7f9f9;border:1px solid #d9e2e7;border-radius:8px;flex:1;align-items:center;max-width:590px;height:45px;margin-left:auto;transition:all .2s;display:flex;overflow:hidden}.global-search:focus-within{background:#fff;border-color:#8adca6;box-shadow:0 0 0 3px #50c8781f}.global-search>svg{color:#647284;flex:none;margin-left:15px}.global-search input{min-width:0;height:100%;color:var(--ink);background:0 0;border:0;outline:0;flex:1;padding:0 12px}.global-search button{background:var(--green);color:#fff;border:0;min-width:88px;height:100%;font-weight:800}.header-actions{flex:none;align-items:center;gap:7px;display:flex}.language-button,.member-entry{height:42px;color:var(--ink-2);border-radius:7px;align-items:center;gap:7px;padding:0 10px;font-size:13px;font-weight:700;display:flex}.language-button:hover,.member-entry:hover{background:#f1f5f3}.member-entry img{object-fit:cover;border-radius:50%;width:28px;height:28px}.header-exposure{white-space:nowrap;min-height:44px;padding-inline:17px}.site-nav-bar{background:#fbfcfc;border-top:1px solid #edf1f3;height:48px}.site-nav-inner{justify-content:space-between;align-items:center;gap:20px;height:100%;display:flex}.desktop-nav{align-items:stretch;gap:4px;height:100%;margin:0;display:flex}.desktop-nav a{color:#3d4a5a;align-items:center;height:100%;padding:0 18px;font-size:14px;font-weight:700;display:flex;position:relative}.desktop-nav a:after{content:"";background:var(--green);border-radius:2px 2px 0 0;height:3px;transition:all .2s;position:absolute;bottom:0;left:18px;right:18px;transform:scaleX(0)}.desktop-nav a:hover,.desktop-nav a.active{color:var(--ink);background:#f4f8f5}.desktop-nav a.active:after{transform:scaleX(1)}.editorial-standard{color:#778493;white-space:nowrap;font-size:11px;font-weight:600}.mobile-toggle,.mobile-nav{display:none}.country-flag{vertical-align:-2px;background:#eef2f3;border-radius:2px;flex:none;justify-content:center;align-items:center;display:inline-flex;overflow:hidden;box-shadow:0 0 0 1px #0f1f321f}.country-flag img{object-fit:cover;width:100%;height:100%}.country-flag svg{width:72%;height:72%}.flag-fallback{color:#617182;background:#eef2f4;box-shadow:0 0 0 1px #dce3e8}.home-hero{color:var(--ink);border-bottom:1px solid var(--line);background:radial-gradient(circle at 13% 18%,#50c8781f,#0000 30%),radial-gradient(circle at 87% 20%,#40918117,#0000 29%),linear-gradient(#fff 0%,#f4f8f6 100%);position:relative;overflow:hidden}.home-hero:before{content:"";background-image:linear-gradient(#1f5a4309 1px,#0000 1px),linear-gradient(90deg,#1f5a4309 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 75%);mask-image:linear-gradient(90deg,#000,#0000 75%)}.home-hero:after{display:none}.hero-inner{z-index:1;text-align:left;grid-template-columns:minmax(0,1.45fr) minmax(360px,.55fr);align-items:center;gap:48px;min-height:382px;padding:42px 0 34px;display:grid;position:relative}.hero-copy{min-width:0}.hero-eyebrow{color:var(--green-dark);letter-spacing:.11em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:800;display:flex}.hero-inner h1{max-width:800px;color:var(--ink);letter-spacing:-.04em;margin:12px 0;font-size:clamp(42px,4vw,58px);font-weight:700;line-height:1.04}.hero-inner .hero-copy>p{color:#516174;max-width:770px;margin:0 0 26px;font-size:17px;line-height:1.65}.hero-search{text-align:left;width:100%}.search-tabs{gap:0;padding:0;display:flex}.search-tabs button{color:#5a6879;background:#ffffffb8;border:1px solid #dce5e8;border-bottom:0;border-radius:7px 7px 0 0;padding:8px 15px;font-size:12px;font-weight:700}.search-tabs button+button{margin-left:4px}.search-tabs button.active{color:var(--green-dark);background:#fff;border-color:#c9dbd1}.search-bar{background:#fff;border:1px solid #cbd9d2;border-radius:0 9px 9px;align-items:center;gap:12px;height:66px;padding:6px 6px 6px 18px;display:flex;box-shadow:0 16px 36px #0f291f1a}.search-bar svg{color:#607081}.search-bar input{min-width:0;height:100%;color:var(--ink);border:0;outline:0;flex:1;font-size:15px}.search-bar button{background:var(--green);color:#fff;border:0;border-radius:7px;min-width:116px;height:52px;font-weight:800}.popular-searches{color:#687889;flex-wrap:wrap;justify-content:flex-start;gap:14px;margin-top:12px;font-size:11px;display:flex}.popular-searches a:hover{color:var(--green-dark)}.hero-intelligence-card{background:#ffffffeb;border:1px solid #dce6e1;border-radius:12px;overflow:hidden;box-shadow:0 18px 45px #18372b14}.hero-intelligence-card header{border-bottom:1px solid var(--line);background:#f8fbf9;padding:20px 22px}.hero-intelligence-card header span{color:var(--green-dark);letter-spacing:.12em;font-size:10px;font-weight:800;display:block}.hero-intelligence-card header strong{margin-top:4px;font-size:20px;display:block}.hero-intelligence-row{border-bottom:1px solid #edf1ef;align-items:center;gap:13px;padding:17px 21px;display:flex}.hero-intelligence-row>svg{background:var(--green-soft);width:38px;height:38px;color:var(--green-dark);border-radius:8px;padding:9px}.hero-intelligence-row strong,.hero-intelligence-row small{display:block}.hero-intelligence-row strong{font-size:13px}.hero-intelligence-row small{color:var(--muted);margin-top:2px;font-size:10px}.hero-intelligence-card footer{background:#fbfcfb;justify-content:space-between;align-items:center;gap:14px;padding:14px 20px;font-size:10px;display:flex}.hero-intelligence-card footer span{color:#697888;align-items:center;gap:6px;display:flex}.hero-intelligence-card footer i{background:var(--green);border-radius:50%;width:7px;height:7px}.hero-intelligence-card footer a{color:var(--green-dark);align-items:center;gap:5px;font-weight:800;display:flex}.hero-intelligence-card footer svg{width:13px}.hero-market-card header{grid-template-columns:1fr auto;align-items:end;gap:2px 14px;padding:17px 19px;display:grid}.hero-market-card header span{grid-column:1/-1}.hero-market-card header strong{font-size:18px}.hero-market-card header a{color:var(--green-dark);align-items:center;gap:4px;font-size:10px;font-weight:800;display:flex}.hero-market-card header a svg{width:12px}.hero-market-list{padding:4px 13px 5px}.hero-market-row{border-bottom:1px solid #e8eeeb;grid-template-columns:23px 43px minmax(0,1fr) 42px 13px;align-items:center;gap:9px;min-height:65px;padding:8px 5px;display:grid}.hero-market-row:last-child{border-bottom:0}.hero-market-row>b{color:#9b7b1e;text-align:center;font-family:IBM Plex Mono,monospace;font-size:11px}.hero-market-row>span{min-width:0}.hero-market-row>span strong,.hero-market-row>span small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.hero-market-row>span strong{font-size:13px}.hero-market-row>span small{color:var(--muted);margin-top:3px;font-size:9px}.hero-market-row>em{text-align:right;font-family:IBM Plex Mono,monospace;font-size:15px;font-style:normal;font-weight:800}.hero-market-row>.score-gold{color:#b27c10}.hero-market-row>.score-risk{color:var(--red)}.hero-market-row>svg{color:#9aa6af;width:13px}.trust-strip{z-index:2;border-top:1px solid var(--line);background:#fff;position:relative}.trust-grid{grid-template-columns:repeat(4,1fr);display:grid}.trust-item{border-right:1px solid var(--line);justify-content:flex-start;align-items:center;gap:13px;height:88px;padding:0 24px;display:flex}.trust-item:first-child{border-left:1px solid var(--line)}.trust-item>svg{background:var(--green-soft);width:35px;height:35px;color:var(--green-dark);border-radius:8px;padding:8px}.trust-item strong{color:var(--ink);font-size:22px;line-height:1;display:block}.trust-item small{color:var(--muted);letter-spacing:0;text-transform:none;margin-top:5px;font-size:11px;font-weight:700;display:block}.home-section:last-of-type{padding-bottom:68px}.section-heading{align-items:flex-end;margin-bottom:18px}.section-heading>div>span{color:var(--green-dark);letter-spacing:.12em;font-size:11px;font-weight:800}.section-heading h2{letter-spacing:-.03em;font-size:29px;font-weight:750}.section-heading p{max-width:750px;color:var(--muted);font-size:14px}.section-heading>a{color:var(--green-dark);font-weight:800}.broker-logo{background:#fff;border-color:#dfe7e9;border-radius:8px}.broker-logo b{color:#fff;background:linear-gradient(145deg,#2f8f68,#50c878)}.broker-list-row{background:#fff}.broker-row-main strong{font-size:14px;font-weight:750}.score-stars strong{font-family:IBM Plex Mono,monospace}.score-unavailable strong{color:#778493;font-family:inherit;font-size:12px}.star-boxes i.filled{background:var(--green)}.directory-grid{gap:14px}.broker-card{padding:19px}.broker-card-score a,.section-heading>a{color:var(--green-dark)}.regulator-home-card{padding:19px}.regulator-home-card h3{font-size:18px}.featured-review h3,.news-feature h3,.article-list-item h3,.news-compact h3,.featured-story h2,.article-card h2,.article-header h1,.article-body h2,.static-document h2,.not-found h1{font-family:Playfair Display Variable,Noto Sans SC Variable,Georgia,serif}.featured-review:before{background:linear-gradient(140deg,#50c87826,#317f6714)}.article-category{color:var(--green-dark);font-weight:800}.page-hero .container{min-height:166px;padding-block:34px 27px}.page-hero h1{letter-spacing:-.035em;font-size:37px;font-weight:760}.page-hero p{font-size:14px}.page-main{padding-top:26px}.directory-toolbar,.filter-bar{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:10px}.profile-band{background:radial-gradient(circle at 88% 0,#50c87814,#0000 34%),linear-gradient(#fff,#f4f7f6);padding:28px 0 24px}.breadcrumbs{color:#778492;margin-bottom:17px;font-size:11px}.breadcrumbs strong{color:var(--ink)}.broker-profile-grid,.regulator-profile{border-color:#dce5e1;box-shadow:0 12px 34px #0e271c12}.broker-profile-grid>div,.regulator-profile>div{border-color:var(--line)}.profile-kicker,.regulator-identity>span,.section-marker{color:var(--green-dark);letter-spacing:.06em;font-weight:800}.profile-identity h1,.regulator-identity h1{letter-spacing:-.035em;font-weight:760}.official-site-link{background:var(--green);color:#fff;box-shadow:0 9px 20px #50c8782b}.status-positive{color:#1d8e4d;background:#e8f8ee}.score-pending{text-align:center;min-height:220px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;padding:30px 18px;display:flex}.score-pending>svg{background:var(--green-soft);width:44px;height:44px;color:var(--green-dark);border-radius:50%;padding:10px}.score-pending strong{color:var(--ink);margin-top:11px;font-size:15px}.score-pending p{max-width:260px;margin:6px 0 0;font-size:11px;line-height:1.6}.profile-proof-strip{border-color:var(--line)}.broker-detail-layout,.regulator-detail-layout{padding-top:20px}.detail-card{box-shadow:0 7px 24px #12291f0d}.section-title-row a,.licence-mini a,.table-row a{color:var(--green-dark);font-weight:800}.source-icon,.institution-facts svg{background:var(--green-soft);color:var(--green-dark)}.regulator-links a:first-of-type{color:var(--ink);border-color:var(--line);background:#fff}.regulator-links a:hover{background:#f5fbf7;border-color:#9adfb0}.long-copy{font-size:15px;line-height:1.8}.broker-side-stack,.broker-content-stack{min-width:0}.most-read-list{margin:0;padding:0;list-style:none}.most-read-list li{border-top:1px solid var(--line);grid-template-columns:30px minmax(0,1fr);gap:10px;padding:13px 0;display:grid}.most-read-list li:first-child{border-top:0}.most-read-list li>span{color:var(--green-dark);font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:700}.most-read-list li>a{min-width:0;color:var(--ink);flex-direction:column;gap:5px;font-size:12px;line-height:1.45;display:flex}.most-read-list li>a:hover{color:var(--green-dark)}.most-read-list li small{color:var(--muted);font-size:10px}.profile-identity h1,.regulator-identity h1,.page-hero h1,.section-heading h2{font-family:Questrial,Noto Sans SC Variable,Arial,sans-serif}.article-header h1,.article-body h2,.featured-review h3,.news-feature h3,.article-list-item h3,.news-compact h3{font-family:Playfair Display Variable,Noto Sans SC Variable,Georgia,serif}.auth-page{background:radial-gradient(circle at 50% 0,#50c8781c,transparent 36%),var(--canvas);place-items:start center;min-height:calc(100vh - 124px);padding:74px 24px;display:grid}.auth-card{border:1px solid var(--line);text-align:center;background:#fff;border-radius:14px;width:min(480px,100%);padding:42px;box-shadow:0 18px 50px #0f271d14}.auth-emblem{background:var(--green-soft);width:58px;height:58px;color:var(--green-dark);border-radius:12px;place-items:center;margin:0 auto 18px;display:grid}.auth-card h1{letter-spacing:-.035em;margin:0;font-size:30px;line-height:1.17}.auth-card>p:not(.eyebrow){color:var(--muted);margin:14px 0 25px;font-size:13px}.google-signin{width:100%;height:51px;color:var(--ink);background:#fff;border:1px solid #ced9dd;border-radius:8px;justify-content:center;align-items:center;gap:11px;font-weight:750;display:flex}.google-g{color:#4285f4;font-size:18px;font-weight:900}.auth-card>small{color:#7b8795;margin-top:18px;font-size:10px;display:block}.auth-card>small a{color:var(--green-dark);font-weight:700}.auth-setup-note{text-align:left;background:#fff9e8;border:1px solid #efd89f;border-radius:8px;padding:16px}.auth-setup-note strong,.auth-setup-note span{display:block}.auth-setup-note span{color:#776840;margin-top:3px;font-size:11px}.account-page{padding:45px 0 72px}.account-shell{flex-direction:column;gap:18px;display:flex}.account-heading{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.account-heading h1{letter-spacing:-.035em;margin:0;font-size:34px}.account-heading p:last-child{color:var(--muted);margin:8px 0 0}.account-metrics{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.account-metrics article{border:1px solid var(--line);min-height:112px;box-shadow:var(--shadow);background:#fff;border-radius:11px;grid-template-rows:1fr 1fr;grid-template-columns:38px 1fr;align-items:center;padding:20px;display:grid}.account-metrics svg{background:var(--green-soft);width:36px;height:36px;color:var(--green-dark);border-radius:9px;grid-row:1/-1;padding:9px}.account-metrics span{color:var(--muted);font-size:11px}.account-metrics strong{font-size:23px}.account-panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:12px;padding:26px}.section-heading.compact{align-items:center}.watchlist-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.watchlist-card{border:1px solid var(--line);border-radius:8px;grid-template-columns:48px 1fr auto;align-items:center;gap:13px;padding:14px;display:grid}.watchlist-card span strong,.watchlist-card span small{display:block}.watchlist-card span small{color:var(--muted);margin-top:3px;font-size:10px}.watchlist-card b{color:var(--green-dark);font-family:IBM Plex Mono}.account-empty{text-align:center;color:var(--muted);padding:48px 20px}.account-empty>svg{background:var(--green-soft);width:46px;height:46px;color:var(--green-dark);border-radius:50%;padding:10px}.account-empty h3{color:var(--ink);margin:12px 0 3px}.account-empty p{margin:0 0 17px;font-size:12px}.watch-broker-button{gap:7px}.watch-broker-button.is-followed{color:#16713b;background:#effbf3;border-color:#50c87873}.watch-broker-button .spin{animation:.8s linear infinite v1-spin}@keyframes v1-spin{to{transform:rotate(360deg)}}.site-footer{background:#eaf0ed;border-top:1px solid #dce5e1}.footer-main{padding:48px 0}.footer-group h3{font-weight:800}.footer-group a,.footer-brand p{color:#5e6f68}.footer-brand>a{color:var(--green-dark);font-weight:700}.footer-bottom{border-color:#d5dfda}@media (max-width:1180px){.global-search{max-width:430px}.editorial-standard{display:none}.desktop-nav a{padding-inline:13px}.desktop-nav a:after{left:13px;right:13px}.hero-inner{grid-template-columns:minmax(0,1.25fr) 340px;gap:30px}.hero-inner h1{font-size:47px}}@media (max-width:980px){.site-header{min-height:72px}.site-header-primary{height:72px}.site-nav-bar,.global-search,.language-button,.member-entry span,.desktop-nav{display:none}.brand{min-width:0}.header-actions{margin-left:auto}.mobile-toggle{background:0 0;border:0;place-items:center;width:42px;height:42px;display:grid}.mobile-nav{border-top:1px solid var(--line);border-bottom:1px solid var(--line);box-shadow:var(--shadow);background:#fff;flex-direction:column;padding:14px 20px 22px;display:flex;position:absolute;top:72px;left:0;right:0}.mobile-nav>a{border-bottom:1px solid #edf1ef;padding:11px 5px;font-weight:700}.mobile-nav .button{margin-top:12px}.mobile-search{border:1px solid var(--line);background:#f7f9f8;border-radius:7px;align-items:center;gap:9px;height:45px;margin-bottom:8px;padding:0 12px;display:flex}.mobile-search svg{width:18px}.mobile-search input{background:0 0;border:0;outline:0;flex:1;min-width:0}.hero-inner{grid-template-columns:1fr;min-height:0;padding:43px 0 34px}.hero-intelligence-card{display:none}.hero-inner h1{font-size:45px}.trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.auth-page{min-height:calc(100vh - 72px)}.account-metrics{grid-template-columns:1fr 1fr}}@media (max-width:640px){.container{width:calc(100% - 28px)}.brand-copy strong{font-size:17px}.brand-copy small{max-width:150px;font-size:7px}.regulens-mark,.brand-upload{width:40px;height:40px}.header-exposure{display:none}.hero-inner{padding-top:34px}.hero-inner h1{font-size:36px}.hero-inner .hero-copy>p{font-size:14px}.search-tabs{overflow:auto}.search-tabs button{white-space:nowrap;padding-inline:11px}.search-bar{height:60px;padding-left:13px}.search-bar button{min-width:87px;height:48px}.popular-searches{gap:9px}.trust-item{height:79px;padding:0 13px}.trust-item>svg{display:none}.trust-item strong{font-size:19px}.trust-item small{font-size:9px}.home-section{padding-top:38px}.section-heading h2{font-size:26px}.section-heading p{font-size:13px}.auth-card{padding:30px 21px}.auth-card h1{font-size:25px}.account-heading{flex-direction:column;align-items:flex-start}.account-heading h1{font-size:29px}.account-metrics{grid-template-columns:1fr 1fr}.account-metrics article{min-height:96px;padding:14px}.watchlist-grid{grid-template-columns:1fr}.account-panel{padding:18px}.broker-detail-layout,.regulator-detail-layout{grid-template-columns:minmax(0,1fr);width:calc(100% - 28px)}.broker-side-stack,.broker-content-stack,.detail-card{width:100%;min-width:0}}:root{--brand:#102fa8;--brand-dark:#07195f;--brand-electric:#1769e8;--brand-soft:#eef3ff;--success:#22b970;--success-soft:#eaf8f0;--green:var(--brand);--green-dark:var(--brand-dark);--green-soft:var(--brand-soft);--ink:#0d1a38;--ink-2:#253453;--muted:#68758c;--line:#dbe3ef;--canvas:#f4f6fb;--gold:#d7a84b;--amber:#e38d32;--red:#e75263;--shadow:0 14px 36px #0a266f16}body{color:var(--ink);background:var(--canvas)}.panel,.surface-card,.detail-card,.account-panel,.side-panel{border-color:var(--line);box-shadow:var(--shadow);border-radius:10px}.button,.global-search button,.search-bar button,.filter-bar button,.header-exposure{background:linear-gradient(135deg,var(--brand),var(--brand-electric));color:#fff;border-color:#0000;box-shadow:0 9px 22px #102fa82e}.button:hover,.global-search button:hover,.search-bar button:hover,.filter-bar button:hover,.header-exposure:hover{background:linear-gradient(135deg,var(--brand-dark),var(--brand));transform:translateY(-1px)}.button-secondary{color:var(--brand);box-shadow:none;background:#fff;border:1px solid #b9c7e5}.button-secondary:hover{border-color:var(--brand);background:var(--brand-soft);color:var(--brand-dark)}.site-header{background:#fffffff7;border-color:#dfe5ef;box-shadow:0 6px 24px #081f5b0e}.regulens-mark,.brand-upload{background:linear-gradient(145deg,var(--brand-dark),var(--brand-electric));box-shadow:0 9px 22px #102fa838}.brand-copy strong{color:var(--brand-dark);letter-spacing:.14em}.brand-copy small{color:#75829a;letter-spacing:.13em}.site-nav-bar{border-color:var(--line);background:#fff}.desktop-nav a{color:#293954}.desktop-nav a:hover,.desktop-nav a.active{color:var(--brand)}.desktop-nav a:after{background:var(--brand)}.language-button,.member-entry,.icon-button{color:#253754}.member-entry:hover,.language-button:hover,.icon-button:hover{color:var(--brand);background:var(--brand-soft)}.global-search-shell{z-index:85;flex:1;min-width:280px;max-width:640px;margin-left:auto;position:relative}.global-search{background:#f7f9fd;border:1px solid #cad5e8;width:100%;max-width:none;margin:0;box-shadow:inset 0 1px 1px #0e235406}.global-search:focus-within{border-color:var(--brand-electric);background:#fff;box-shadow:0 0 0 4px #1769e81c}.global-search svg{color:#61708b}.global-search input{color:var(--ink)}.global-search button{border-radius:0 7px 7px 0;min-width:106px;font-weight:800}.search-suggestions{z-index:120;border:1px solid #c8d4e9;border-top:3px solid var(--brand);color:var(--ink);text-align:left;background:#fffffffb;border-radius:10px;position:absolute;top:calc(100% + 9px);left:0;right:0;overflow:hidden;box-shadow:0 24px 56px #07195f33}.search-suggestions-head{color:#65728a;letter-spacing:.08em;text-transform:uppercase;background:#f6f8fc;border-bottom:1px solid #e5eaf2;justify-content:space-between;align-items:center;height:38px;padding:0 15px;font-size:10px;font-weight:800;display:flex}.search-suggestions-head small{letter-spacing:0;text-transform:none;font-size:10px}.search-suggestion-row{min-height:70px;color:var(--ink);border-bottom:1px solid #e8edf4;grid-template-columns:52px minmax(180px,1fr) 112px auto 94px 15px;align-items:center;gap:11px;padding:9px 13px;transition:all .16s;display:grid}.search-suggestion-row:hover{background:#f1f5ff}.search-suggestion-row>.broker-logo{width:52px;height:44px}.search-suggestion-row>svg{color:#92a0b4;width:14px}.search-suggestion-identity,.search-suggestion-jurisdiction{min-width:0}.search-suggestion-identity strong,.search-suggestion-identity small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.search-suggestion-identity strong{font-size:13px}.search-suggestion-identity small{color:var(--muted);margin-top:3px;font-size:10px}.search-suggestion-jurisdiction{align-items:center;gap:7px;display:flex}.search-suggestion-jurisdiction small{color:#5e6d84;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.search-suggestion-status{text-overflow:ellipsis;white-space:nowrap;border-radius:4px;max-width:130px;padding:5px 7px;font-size:9px;font-weight:800;overflow:hidden}.search-suggestion-meta{color:#5c6b82;text-align:right;font-size:10px}.search-suggestions-empty{grid-template-columns:38px 1fr auto;align-items:center;gap:12px;min-height:92px;padding:17px;display:grid}.search-suggestions-empty>svg{background:var(--brand-soft);width:38px;height:38px;color:var(--brand);border-radius:8px;padding:9px}.search-suggestions-empty strong,.search-suggestions-empty small{display:block}.search-suggestions-empty small{color:var(--muted);margin-top:4px;font-size:10px}.search-suggestions-empty>a{color:var(--brand);align-items:center;gap:5px;font-size:11px;font-weight:800;display:flex}.search-suggestions-empty>a svg{width:13px}.search-suggestions footer{color:#6d7890;background:#f4f7fc;justify-content:space-between;align-items:center;gap:15px;min-height:38px;padding:0 15px;font-size:9px;display:flex}.search-suggestions footer a{color:var(--brand);font-weight:800}.home-hero{color:#fff;background:radial-gradient(circle at 12% 0,#4189ff59,#0000 31%),radial-gradient(circle at 88% 16%,#34daff21,#0000 28%),linear-gradient(122deg,#061551 0%,#0b2d9e 50%,#1769e8 100%)}.home-hero:before{opacity:.36;background-image:linear-gradient(#ffffff0f 1px,#0000 1px),linear-gradient(90deg,#ffffff0f 1px,#0000 1px),radial-gradient(#ffffff6b 1px,#0000 1px);background-size:44px 44px,44px 44px,25px 25px;-webkit-mask-image:linear-gradient(90deg,#000,#0000 88%);mask-image:linear-gradient(90deg,#000,#0000 88%)}.hero-inner{grid-template-columns:minmax(0,1.37fr) minmax(380px,.63fr);gap:54px;min-height:438px;padding:48px 0 38px}.hero-eyebrow{color:#8fbdff;letter-spacing:.14em;font-size:11px;font-weight:800}.hero-inner h1{color:#fff;letter-spacing:-.047em;max-width:880px;font-size:clamp(48px,4.5vw,68px);font-weight:700;line-height:1.01}.hero-inner .hero-copy>p{color:#d4e1ff;max-width:790px;font-size:17px;line-height:1.62}.hero-search{width:min(980px,100%)}.search-tabs{padding-left:10px}.search-tabs button{color:#cfddff;background:#05164b5c;border:1px solid #ffffff29;border-bottom:0;font-weight:700}.search-tabs button.active{color:var(--brand-dark);background:#fff}.hero-search-shell{z-index:45;position:relative}.search-bar{background:#fff;border:1px solid #ffffff85;border-radius:9px;height:72px;box-shadow:0 20px 48px #010e3d57}.search-bar:focus-within{box-shadow:0 20px 48px #010e3d61,0 0 0 4px #68abff47}.search-bar input{font-size:16px}.search-bar button{min-width:132px;height:56px}.hero-search-shell .search-suggestions{top:calc(100% + 8px)}.popular-searches{color:#bfd0f8;justify-content:flex-start;padding-left:6px}.popular-searches strong{color:#fff}.popular-searches a:hover{color:#fff;text-decoration:underline}.hero-market-card{color:var(--ink);background:#fffffffa;border:1px solid #ffffff61;border-radius:11px;overflow:hidden;box-shadow:0 28px 70px #010f3f57}.hero-market-card header{border-bottom:1px solid var(--line);background:linear-gradient(135deg,#f8faff,#eef3ff)}.hero-market-card header span{color:var(--brand);font-weight:800}.hero-market-card header a{color:var(--brand)}.hero-market-row{border-color:#e5eaf3;min-height:69px}.hero-market-row:hover{background:#f0f4ff}.hero-market-row>.score-good{color:var(--brand)}.trust-strip{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#03103e75;border-color:#ffffff21}.trust-item,.trust-item:first-child{border-color:#ffffff21}.trust-item>svg{color:#9fc6ff;background:#ffffff1c}.trust-item strong{color:#fff}.trust-item small{color:#b7c9ed}.broker-logo{background:#fff;border-color:#d6dfed;border-radius:8px;box-shadow:0 3px 12px #0923600b}.broker-logo b{background:linear-gradient(145deg,var(--brand-dark),var(--brand-electric))}.broker-logo img{padding:7px}.logo-sm{width:52px;height:44px}.logo-md{width:72px;height:56px}.logo-lg{width:116px;height:86px}.logo-xl{border-radius:10px;width:185px;height:145px}.country-flag{background:#fff;border-radius:2px;box-shadow:0 0 0 1px #091d4824}.flag-sm{width:22px;height:16px}.flag-md{width:28px;height:20px}.flag-lg{width:34px;height:24px}.flag-fallback{color:var(--brand-dark);background:#e9eef7}.broker-list-row{grid-template-columns:32px 72px minmax(180px,1fr) auto auto 18px;gap:13px;padding:13px 17px}.broker-list-row.compact{grid-template-columns:28px 52px minmax(120px,1fr) auto 16px;min-height:80px}.broker-list-row.compact .broker-logo{width:52px;height:44px}.broker-list-row:hover{background:#f1f5ff}.broker-row-main strong{font-size:14px}.broker-row-main small{font-size:11px}.broker-row-tags i,.broker-card-meta span{color:#40578e;background:#edf2ff}.row-arrow{color:#8b9ab2}.star-boxes i.filled,.tone-good .star-boxes i.filled{background:var(--brand)}.tone-good strong{color:var(--brand)}.status-positive{background:var(--success-soft);color:#16864d}.status-warning{color:#a96b0e;background:#fff4dd}.status-negative{color:#ce3e4e;background:#fff0f2}.status-neutral{color:#65728a;background:#edf1f6}.home-section{padding-top:54px}.section-heading>div>span{color:var(--brand);font-weight:800}.section-heading h2{color:var(--brand-dark);font-size:31px}.section-heading>a,.broker-card-score a{color:var(--brand)}.rankings-board{border-top:3px solid var(--brand);box-shadow:0 16px 40px #09236013}.ranking-column-head{background:#f7f9fd}.ranking-column-head span{color:var(--brand-dark)}.broker-card{grid-template-columns:76px 1fr;gap:15px}.broker-card>.broker-logo{width:76px;height:60px}.broker-card:hover,.regulator-home-card:hover{border-color:#b5c7e7;transform:translateY(-2px);box-shadow:0 15px 35px #102fa81a}.regulator-home-card{grid-template-columns:132px 1fr auto;gap:20px;padding:20px}.regulator-home-card .regulator-logo{border-color:#d8e1ef;height:92px}.regulator-home-card h3{color:var(--brand-dark);font-size:18px}.regulator-facts span{color:#50617c;background:#f1f4f9}.regulator-tier{color:#6e5200;background:#f4dd8d}.regulator-tier.pending{color:#66748a;background:#edf1f6}.featured-review,.news-feature,.news-feature:not(.has-cover),.featured-review:not(.has-cover),.story-visual,.article-cover{background:linear-gradient(135deg,#eaf1ff,#f8faff)}.article-category{color:var(--brand)}.method-step>span{background:var(--brand-soft);color:var(--brand)}.profile-band{background:radial-gradient(circle at 90% 0,#1769e81a,#0000 32%),linear-gradient(#fff,#f1f4fa)}.broker-profile-grid,.regulator-profile{border-top:3px solid var(--brand);border-color:#d5dfed;box-shadow:0 18px 48px #0822651a}.broker-profile-grid{grid-template-columns:220px minmax(350px,1.16fr) minmax(330px,.98fr) minmax(270px,.78fr)}.profile-logo-panel{background:linear-gradient(160deg,#fff,#f3f6fc)}.profile-logo-panel .logo-xl{margin:auto}.profile-kicker,.regulator-identity>span,.section-marker{color:var(--brand)}.profile-identity h1,.regulator-identity h1{color:var(--brand-dark)}.profile-tags i,.regulator-capabilities i{background:var(--brand-soft);color:#294da6}.reg-summary{background:#eff4ff}.reg-summary>svg{color:var(--brand)}.official-site-link{background:linear-gradient(135deg,var(--brand-dark),var(--brand-electric));box-shadow:0 10px 23px #102fa833}.official-site-link:hover{background:linear-gradient(135deg,#061345,var(--brand))}.profile-score-panel{background:linear-gradient(#fbfcff,#fff)}.profile-score-panel .panel-title>span{color:#5f6e87}.score-visual{align-items:center}.score-radar{width:245px}.radar-grid{stroke:#d6deec}.radar-axis{stroke:#e0e6f1}.radar-value{stroke-width:2.5px}.radar-point{fill:#fff;stroke-width:2.4px}.radar-score-disc{stroke:#fffc;stroke-width:2px}.radar-score{z-index:2;color:#fff;text-shadow:0 1px 3px #0003}.radar-score strong{color:#fff;font-size:28px}.radar-score small{color:#ffffffdb}.radar-blue .radar-value{fill:#1752d273;stroke:#174dcc}.radar-blue .radar-point{stroke:#174dcc}.radar-blue .radar-score-disc{fill:#123db8}.radar-green .radar-value{fill:#1752d273;stroke:#174dcc}.radar-green .radar-point{stroke:#174dcc}.radar-green .radar-score-disc{fill:#123db8}.radar-gold .radar-value{fill:#d7a84b78;stroke:#c89227}.radar-gold .radar-point{stroke:#c89227}.radar-gold .radar-score-disc{fill:#c28d27}.radar-amber .radar-value{fill:#e38d326e;stroke:#d87c18}.radar-amber .radar-point{stroke:#d87c18}.radar-amber .radar-score-disc{fill:#d77b19}.radar-red .radar-value{fill:#e7526361;stroke:#d94355}.radar-red .radar-point{stroke:#d94355}.radar-red .radar-score-disc{fill:#d94355}.profile-environment{background:#fbfcff}.profile-environment h2,.regulator-grade strong{color:var(--brand)}.profile-actions .button{font-weight:800}.profile-proof-strip{box-shadow:0 10px 28px #0923600f}.profile-proof-strip svg{color:var(--brand)}.regulator-profile .regulator-brand-panel{background:linear-gradient(160deg,#fff,#f3f6fc)}.regulator-grade{background:#edf3ff}.regulator-score .score-radar{width:255px}.regulator-links>a:hover{background:#f3f6ff;border-color:#adc1e7}.regulator-links>a>svg:first-child,.source-icon,.institution-facts svg{background:var(--brand-soft);color:var(--brand)}.regulator-row{border-left:3px solid #0000;grid-template-columns:210px 1fr 48px}.regulator-row:hover{border-left-color:var(--brand);background:#f7f9ff}.regulator-row>.regulator-logo{height:124px}.regulator-row-main footer .country-flag{width:28px;height:20px}.page-hero{background:linear-gradient(#fff,#fbfcff)}.page-hero h1{color:var(--brand-dark)}.directory-toolbar,.filter-bar{box-shadow:0 10px 30px #09236012}.directory-toolbar label:focus-within,.filter-bar input:focus{border-color:var(--brand-electric);box-shadow:0 0 0 3px #1769e81a}.filter-chip.active,.regulator-filter a.active{background:var(--brand);border-color:var(--brand);color:#fff}.regulator-filter a:not(.active){color:#4d5f7d;background:#eef2f8}.content-list,.ranking-main,.risk-feed,.compare-table{border-top:3px solid var(--brand)}.content-list .broker-list-row{grid-template-columns:34px 76px minmax(180px,1fr) minmax(150px,auto) auto 20px}.content-list .broker-logo{width:76px;height:60px}.ranking-tabs a.active,.ranking-score strong{color:var(--brand)}.compare-table .broker-logo{width:100px;height:72px}.compare-table .country-flag{width:28px;height:20px}.compare-table .score-stars .star-boxes i.filled{background:var(--brand)}.risk-metrics>div{box-shadow:0 9px 28px #0923600e}.auth-page{background:radial-gradient(circle at 50% 0,#1769e821,transparent 36%),var(--canvas)}.auth-emblem,.account-metrics svg,.account-empty>svg{background:var(--brand-soft);color:var(--brand)}.google-signin:hover{background:#f5f8ff;border-color:#9cb4df}.watchlist-card:hover{background:#f5f8ff;border-color:#aac0e5}.watchlist-card b{color:var(--brand)}.site-footer{background:#e9edf5;border-color:#cfd9e8}.footer-brand>a,.footer-group a:hover{color:var(--brand)}@media (max-width:1280px){.search-suggestion-row{grid-template-columns:52px minmax(170px,1fr) 100px auto 15px}.search-suggestion-meta{display:none}.broker-profile-grid{grid-template-columns:200px minmax(330px,1.15fr) minmax(310px,.95fr)}.profile-environment{grid-column:1/-1}}@media (max-width:1180px){.global-search-shell{max-width:430px}.hero-inner{grid-template-columns:minmax(0,1.2fr) 350px;gap:32px}.hero-inner h1{font-size:52px}.regulator-home-card{grid-template-columns:110px 1fr auto}.regulator-home-card .regulator-logo{height:82px}}@media (max-width:980px){.global-search-shell{display:none}.hero-inner{grid-template-columns:1fr}.hero-intelligence-card{display:none}.hero-inner h1{font-size:48px}.popular-searches{justify-content:flex-start}.broker-profile-grid{grid-template-columns:190px 1fr}.profile-score-panel{grid-column:1/-1}.score-visual{max-width:600px;margin-inline:auto}}@media (max-width:640px){.home-hero{background:linear-gradient(145deg,#061551,#1039ba 66%,#1769e8)}.hero-inner h1{font-size:39px}.hero-inner .hero-copy>p{color:#d6e2ff}.hero-search-shell .search-suggestions{left:-2px;right:-2px}.search-suggestion-row{grid-template-columns:46px minmax(0,1fr) auto 14px;min-height:64px;padding:8px}.search-suggestion-row>.broker-logo{width:46px;height:39px}.search-suggestion-jurisdiction,.search-suggestion-meta{display:none}.search-suggestion-status{max-width:82px}.search-suggestions footer{display:none}.search-suggestions-empty{grid-template-columns:34px 1fr}.search-suggestions-empty>a{display:none}.broker-list-row,.content-list .broker-list-row{grid-template-columns:28px 54px minmax(0,1fr) auto 16px}.broker-list-row .broker-logo,.content-list .broker-logo{width:54px;height:45px}.broker-row-tags{display:none}.regulator-home-card{grid-template-columns:92px 1fr}.regulator-home-card .regulator-logo{height:72px}.regulator-home-card .regulator-tier{display:none}.broker-profile-grid{grid-template-columns:1fr}.profile-logo-panel .logo-xl{width:165px;height:130px}.profile-score-panel{grid-column:auto}.score-radar{width:230px}.score-visual{display:block}.compare-table .broker-logo{width:76px;height:58px}}:root{--score-excellent:#0f8f54;--score-good:#32bd70;--score-gold:#d8a625;--score-watch:#e7832f;--score-risk:#df4d5c;--metal-aaa:#d3a72f;--metal-aa:#c58d18;--metal-a:#c9a667;--metal-b:#a86b36;--metal-c:#a34b3b;--metal-pending:#8994a6}.score-stars{align-items:center;gap:8px;min-width:0;line-height:1;display:inline-flex}.score-star-meter{flex:none;width:112px;height:20px;display:block;overflow:visible}.score-stars.compact{gap:6px}.score-stars.compact .score-star-meter{width:82px;height:15px}.score-star-meter .star-track{fill:#e1e6ee}.score-star-meter .star-fill{fill:currentColor;filter:drop-shadow(0 1px 1px #04173b1f)}.score-stars>strong,.score-number{font-variant-numeric:tabular-nums;letter-spacing:.01em;font-family:Questrial,Noto Sans SC Variable,Arial,sans-serif;font-weight:800}.score-stars>strong{font-size:20px}.score-stars.compact>strong{font-size:14px}.score-stars>svg+strong{color:currentColor}.score-number{text-align:right;min-width:46px;font-size:20px}.score-number.score-na{color:#8994a6}.tone-excellent{color:var(--score-excellent)!important}.tone-good{color:var(--score-good)!important}.broker-row-main .score-stars{margin-top:5px}.broker-row-main .score-stars+.score-stars{display:none}.broker-row-main .score-stars{min-height:16px}.broker-row-main>small{align-items:center;gap:7px;margin-top:5px;line-height:1.25;display:flex}.hero-market-row .score-stars{margin-top:3px}.hero-market-row .score-star-meter{width:64px;height:12px}.search-suggestion-identity .score-stars{margin-top:3px}.search-suggestion-identity .score-star-meter{width:68px;height:12px}.search-suggestion-meta .score-number{font-size:17px}.home-hero{isolation:isolate;background:radial-gradient(circle at 12% 0,#5894ff47,#0000 34%),radial-gradient(circle at 92% 18%,#27cdff29,#0000 30%),linear-gradient(118deg,#071a63 0%,#0d35b2 52%,#1d70e9 100%);position:relative;overflow:visible}.home-hero:before{content:"";z-index:-1;pointer-events:none;position:absolute;inset:0}.hero-inner{isolation:isolate;align-items:center;min-height:510px;padding:58px 0 48px}.hero-copy{align-self:center}.hero-inner h1{margin-top:14px}.hero-market-card{align-self:center}.hero-market-row{grid-template-columns:24px 48px minmax(0,1fr) 48px 14px;padding:8px 6px}.hero-market-row .broker-logo{width:48px;height:43px}.hero-market-row>span small{align-items:center;gap:5px;margin-top:4px;display:flex}.hero-market-row .score-number{font-size:17px}.trust-strip{z-index:1;background:#071f72;position:relative}.trust-item{height:92px}.trust-item strong{font-size:24px}.trust-item small{font-size:11px}.broker-list-row{align-items:center;min-height:96px}.broker-list-row.compact{min-height:86px}.broker-row-main{align-self:center}.broker-row-main>strong{color:var(--ink);font-size:15px;line-height:1.15;display:block}.broker-row-main .score-star-meter{width:88px;height:16px}.broker-row-tags{align-items:center;gap:6px;display:flex}.broker-row-tags i{white-space:nowrap}.content-list .broker-list-row,.ranking-main .broker-list-row{grid-template-columns:34px 78px minmax(250px,1fr) minmax(170px,auto) 58px 18px}.rankings-board .broker-list-row{grid-template-columns:28px 54px minmax(120px,1fr) 48px 15px}.rankings-board .broker-row-main .score-star-meter{width:72px;height:13px}.profile-logo-frame,.regulator-logo-frame{position:relative;background:linear-gradient(155deg,#fff 0%,#fbfcff 72%,#edf2fb 100%)!important;border:1px solid #cad5e7!important;border-radius:12px!important;box-shadow:0 16px 35px #081f5b1c,inset 0 0 0 5px #fff,0 0 0 4px #102fa812!important}.profile-logo-frame img,.regulator-logo-frame img{padding:18px!important}.profile-logo-frame b,.regulator-logo-frame b{margin:8px}.profile-logo-panel>.status-badge{z-index:2;position:absolute;top:18px;left:18px}.broker-profile-shell{border-top:3px solid var(--brand);background:#fff;overflow:hidden;box-shadow:0 22px 56px #071b571f}.broker-profile-summary{background:radial-gradient(circle at 92% 12%,#2570e81f,#0000 33%),linear-gradient(135deg,#fff,#f8faff);grid-template-columns:230px minmax(0,1fr) 260px;align-items:center;gap:32px;min-height:286px;padding:34px 36px;display:grid}.broker-profile-summary .profile-logo-panel{background:0 0;border:0;place-items:center;min-height:210px;padding:24px;display:grid;position:relative}.broker-profile-summary .profile-logo-panel .logo-xl{width:205px;height:165px}.broker-profile-summary .profile-identity{border:0;padding:0}.broker-profile-summary .profile-identity h1{margin:7px 0 0;font-size:42px;line-height:1.05}.legal-name{color:#758198;margin:8px 0 0;font-size:17px}.identity-rating{margin-top:18px}.identity-rating .score-star-meter{width:124px;height:22px}.identity-rating .score-stars>strong{font-size:22px}.profile-facts{color:#52617a;flex-wrap:wrap;align-items:center;gap:12px 20px;margin-top:18px;display:flex}.profile-facts>span{align-items:center;gap:7px;display:flex}.profile-facts svg{width:16px}.profile-facts b{color:var(--ink)}.profile-tags{flex-wrap:wrap;gap:7px;margin-top:16px;display:flex}.profile-tags i{border-radius:4px;padding:5px 9px;font-size:10px;font-style:normal}.summary-actions{flex-direction:column;justify-content:center;align-self:stretch;gap:10px;display:flex}.summary-actions>.watch-broker-button{justify-content:center;width:100%;height:54px}.summary-actions>div{grid-template-columns:1fr 1fr;gap:9px;display:grid}.summary-actions .button{justify-content:center;align-items:center;min-height:50px;display:flex}.broker-primary-cards{border-top:1px solid var(--line);grid-template-columns:1fr 1fr 1fr;display:grid}.profile-primary-card{border-right:1px solid var(--line);background:#fff;min-width:0;min-height:430px;padding:28px 30px 24px;position:relative}.profile-primary-card:last-child{border-right:0}.panel-title{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:15px;min-height:58px;padding-bottom:18px;display:flex}.panel-title span{color:var(--brand);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:800}.panel-title h2{margin:4px 0 0;font-size:28px;line-height:1.1}.panel-title>a{color:var(--brand);font-size:11px;font-weight:800}.profile-primary-card .score-visual{grid-template-columns:minmax(190px,1fr) minmax(120px,.68fr);align-items:center;gap:14px;min-height:245px;margin-top:20px;display:grid}.profile-primary-card .score-radar{width:100%;max-width:240px;margin:auto}.profile-primary-card .score-visual dl{margin:0}.profile-primary-card .score-visual dl>div{border-bottom:1px solid #e8edf5;justify-content:space-between;padding:9px 0;display:flex}.profile-primary-card dt{color:var(--muted);text-transform:capitalize;font-size:11px}.profile-primary-card dd{font-variant-numeric:tabular-nums;margin:0;font-weight:800}.profile-primary-card>small{color:var(--muted);font-size:10px}.licence-status-list{margin-top:15px}.licence-status-list>div{border-bottom:1px solid #e8edf4;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:65px;display:grid}.licence-status-list>div>span:nth-child(2){grid-template-columns:28px minmax(0,1fr);align-items:center;column-gap:9px;min-width:0;display:grid}.licence-status-list>div>span:nth-child(2) .country-flag{grid-row:1/3}.licence-status-list strong,.licence-status-list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.licence-status-list strong{font-size:13px}.licence-status-list small{color:var(--muted);font-size:10px}.licence-status-card footer{color:var(--muted);margin-top:18px;font-size:10px}.licence-tier{color:#614500;background:linear-gradient(145deg,#f9e9ad,#c99322);border-radius:4px;place-items:center;height:30px;font-size:11px;font-weight:900;display:grid;box-shadow:inset 0 1px #ffffffb8,0 4px 10px #8b5b091f}.contact-list{margin-top:12px}.contact-link{min-height:63px;color:var(--ink);border-bottom:1px solid #e8edf4;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:11px;padding:10px 3px;display:grid}.contact-link:hover{color:var(--brand);background:#f8faff}.contact-icon{background:var(--brand-soft);width:38px;height:38px;color:var(--brand);border-radius:10px;place-items:center;display:grid}.contact-link span:nth-child(2){min-width:0}.contact-link small,.contact-link strong{text-overflow:ellipsis;display:block;overflow:hidden}.contact-link small{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:9px}.contact-link strong{white-space:normal;overflow-wrap:anywhere;margin-top:2px;font-size:12px}.contact-external{color:#8190a8}.social-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:13px;display:grid}.social-links .contact-link{border:1px solid var(--line);border-radius:8px;min-height:52px;padding:7px 9px}.social-links .contact-icon{width:32px;height:32px}.social-links .contact-link strong{font-size:10px}.profile-section-tabs{border-top:1px solid var(--line);background:#f8faff;align-items:stretch;min-height:62px;padding:0 28px;display:flex;overflow:auto}.profile-section-tabs a{color:#52617a;white-space:nowrap;border-bottom:3px solid #0000;align-items:center;padding:0 22px;font-size:12px;font-weight:800;display:flex}.profile-section-tabs a:hover,.profile-section-tabs a:first-child{border-color:var(--brand);color:var(--brand)}.broker-detail-layout{grid-template-columns:330px minmax(0,1fr);gap:20px;padding-bottom:76px;display:grid}.broker-side-stack,.broker-content-stack{flex-direction:column;gap:18px;display:flex}.trading-snapshot dl{margin:15px 0 0}.trading-snapshot dl>div{border-top:1px solid var(--line);grid-template-columns:105px 1fr;gap:12px;padding:11px 0;display:grid}.trading-snapshot dt{color:var(--muted);font-size:11px}.trading-snapshot dd{text-align:right;margin:0;font-size:12px;font-weight:800}.risk-side>strong{color:var(--score-risk)}.risk-side>p{color:var(--muted);font-size:11px}.tier-aaa{--tier:#d0a027;--tier-dark:#8c6508;--tier-light:#fff2ad;--tier-shadow:#a16f0833}.tier-aa{--tier:#bd8415;--tier-dark:#765006;--tier-light:#ffe5a0;--tier-shadow:#8e5c0433}.tier-a{--tier:#c49b5d;--tier-dark:#7e5b2b;--tier-light:#f8e5bc;--tier-shadow:#764e1f33}.tier-b{--tier:#a96736;--tier-dark:#6d371e;--tier-light:#edc397;--tier-shadow:#70351833}.tier-c{--tier:#a34b3b;--tier-dark:#68261e;--tier-light:#e9a894;--tier-shadow:#752b1f33}.tier-pending{--tier:#8b96a7;--tier-dark:#576272;--tier-light:#e5e9ef;--tier-shadow:#46516229}.regulator-tier,.regulator-grade,.tier-aaa .regulator-tier,.tier-aa .regulator-tier,.tier-a .regulator-tier,.tier-b .regulator-tier,.tier-c .regulator-tier,.tier-pending .regulator-tier{background:linear-gradient(145deg,var(--tier-light),var(--tier));color:var(--tier-dark);border:1px solid color-mix(in srgb,var(--tier) 75%,#fff);box-shadow:inset 0 1px #fffc,0 7px 16px var(--tier-shadow)}.regulator-home-card[class*=tier-],.regulator-row[class*=tier-]{border-left:4px solid var(--tier)}.regulator-profile[class*=tier-]{border-top:4px solid var(--tier);box-shadow:0 20px 54px var(--tier-shadow)}.regulator-page[class*=tier-] .regulator-logo-frame{border-color:var(--tier)!important;box-shadow:0 16px 35px var(--tier-shadow),inset 0 0 0 5px #fff,0 0 0 4px color-mix(in srgb,var(--tier) 16%,transparent)!important}.regulator-page[class*=tier-] .official-site-link{background:linear-gradient(135deg,var(--tier-dark),var(--tier));box-shadow:0 10px 24px var(--tier-shadow)}.regulator-page[class*=tier-] .section-marker,.regulator-page[class*=tier-] .regulator-identity>span{color:var(--tier-dark)}.regulator-grade{border-radius:10px}.regulator-grade small{color:color-mix(in srgb,var(--tier-dark) 80%,#fff)}.regulator-grade strong{text-shadow:0 1px #ffffff80;color:var(--tier-dark)!important}.radar-platinum .radar-value{fill:#d3a72f7a;stroke:#a97c0f}.radar-platinum .radar-point{stroke:#a97c0f}.radar-platinum .radar-score-disc{fill:#b98916}.radar-classic-gold .radar-value{fill:#c58d187a;stroke:#9d6a08}.radar-classic-gold .radar-point{stroke:#9d6a08}.radar-classic-gold .radar-score-disc{fill:#a9740d}.radar-champagne .radar-value{fill:#c9a66780;stroke:#a47c3d}.radar-champagne .radar-point{stroke:#a47c3d}.radar-champagne .radar-score-disc{fill:#ae8647}.radar-bronze .radar-value{fill:#a86b367a;stroke:#88491f}.radar-bronze .radar-point{stroke:#88491f}.radar-bronze .radar-score-disc{fill:#925326}.radar-copper .radar-value{fill:#a34b3b70;stroke:#84372c}.radar-copper .radar-point{stroke:#84372c}.radar-copper .radar-score-disc{fill:#8e3d31}.radar-silver .radar-value{fill:#8994a666;stroke:#667282}.radar-silver .radar-point{stroke:#667282}.radar-silver .radar-score-disc{fill:#6f7b8d}.compare-broker-head{flex-direction:column;align-items:center;display:flex}.compare-broker-head .score-stars{margin:7px 0 5px}.compare-table .score-stars .star-fill{fill:currentColor}.compare-table .score-number{margin-left:10px}.broker-list-row>.score-number,.hero-market-row>.score-number{letter-spacing:.015em;text-shadow:0 1px #ffffffd1;font-size:20px;font-weight:900}.broker-list-row.compact>.score-number,.rankings-board .broker-list-row>.score-number{font-size:18px}@media (max-width:1180px){.broker-profile-summary{grid-template-columns:200px 1fr}.summary-actions{grid-column:1/-1;grid-template-columns:1fr 1fr;display:grid}.summary-actions>div,.broker-primary-cards{grid-template-columns:1fr 1fr}.contact-card{grid-column:1/-1;min-height:auto}.contact-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;display:grid}.social-links{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:980px){.hero-inner{min-height:480px}.broker-primary-cards{grid-template-columns:1fr}.profile-primary-card,.contact-card{border-right:0;border-bottom:1px solid var(--line);grid-column:auto;min-height:auto}.content-list .broker-list-row,.ranking-main .broker-list-row{grid-template-columns:32px 66px minmax(0,1fr) 54px 16px}.content-list .broker-row-tags,.ranking-main .broker-row-tags{display:none}.broker-detail-layout{grid-template-columns:1fr}.broker-side-stack{grid-template-columns:1fr 1fr;display:grid}}@media (max-width:640px){.hero-inner{min-height:440px;padding:42px 0 34px}.hero-inner h1{font-size:37px}.trust-item{height:78px}.broker-profile-summary{grid-template-columns:1fr;gap:20px;padding:24px 20px}.broker-profile-summary .profile-logo-panel{min-height:160px}.broker-profile-summary .profile-logo-panel .logo-xl{width:180px;height:140px}.broker-profile-summary .profile-identity h1{font-size:34px}.summary-actions{grid-column:auto;display:flex}.profile-facts{flex-direction:column;align-items:flex-start;gap:9px}.profile-primary-card{padding:24px 20px}.profile-primary-card .score-visual{grid-template-columns:1fr}.profile-primary-card .score-visual dl{grid-template-columns:1fr 1fr;gap:0 18px;display:grid}.contact-list{grid-template-columns:1fr}.social-links{grid-template-columns:1fr 1fr}.profile-section-tabs{padding:0 8px}.profile-section-tabs a{padding-inline:13px}.broker-side-stack{grid-template-columns:1fr}.broker-detail-layout{width:calc(100% - 28px)}.broker-list-row,.content-list .broker-list-row,.ranking-main .broker-list-row{grid-template-columns:26px 56px minmax(0,1fr) 45px 13px;padding:12px 10px}.broker-list-row .broker-logo,.content-list .broker-logo{width:56px;height:48px}.broker-row-main .score-star-meter{width:76px;height:14px}.score-number{min-width:40px;font-size:17px}}:root{--action-green:#32c875;--action-green-dark:#159a54;--action-green-soft:#e9f9f0;--score-excellent:var(--action-green);--score-good:var(--action-green);--score-gold:#e4b321;--score-watch:#ef8c27;--score-risk:#e45261}.score-star-meter{--star-size:20px;--star-gap:3px;align-items:center;gap:var(--star-gap);vertical-align:middle;flex:none;width:auto!important;height:var(--star-size)!important;display:inline-flex!important;overflow:visible!important}.score-stars.compact .score-star-meter{--star-size:15px;--star-gap:2px}.hero-market-row .score-star-meter,.search-suggestion-identity .score-star-meter{--star-size:12px;--star-gap:1px}.rankings-board .broker-row-main .score-star-meter{--star-size:13px;--star-gap:1.5px}.broker-row-main .score-star-meter{--star-size:16px;--star-gap:2px}.identity-rating .score-star-meter{--star-size:22px;--star-gap:3px}.compare-broker-head .score-star-meter{--star-size:18px;--star-gap:2px}.score-star-cell{width:var(--star-size);height:var(--star-size);flex:none;line-height:1;display:inline-block;position:relative}.score-star-track,.score-star-fill{height:var(--star-size);font-family:Arial,sans-serif;font-size:var(--star-size);white-space:nowrap;font-weight:900;line-height:1;display:block;position:absolute;top:0;left:0;overflow:hidden}.score-star-track{color:#dfe5ed;width:100%}.score-star-fill{color:currentColor;filter:drop-shadow(0 1px 1px #071b571f)}.score-stars>strong,.score-number{font-variant-numeric:tabular-nums}.tone-excellent,.tone-good{color:var(--action-green)!important}.tone-gold{color:var(--score-gold)!important}.tone-watch{color:var(--score-watch)!important}.tone-risk{color:var(--score-risk)!important}.home-hero .trust-strip{-webkit-backdrop-filter:none;backdrop-filter:none;background:#071f72;border-top:1px solid #ffffff29;padding:0}.home-hero .trust-grid{gap:0}.home-hero .trust-item,.home-hero .trust-item:first-child{min-width:0;height:auto;min-height:112px;box-shadow:none;background:0 0;border:0;border-right:1px solid #ffffff29;border-radius:0;grid-template-columns:52px minmax(0,1fr);align-items:center;column-gap:18px;padding:22px 30px;display:grid}.home-hero .trust-item:first-child{border-left:1px solid #ffffff29}.home-hero .trust-item>svg{color:#d8e6ff;filter:drop-shadow(0 5px 10px #0003);background:0 0;border:0;border-radius:0;grid-row:1/3;width:48px;height:48px;padding:0;display:block}.home-hero .trust-item strong{color:#fff;letter-spacing:.01em;align-self:end;font-size:31px;line-height:1}.home-hero .trust-item small{color:#fffc;align-self:start;margin-top:7px;font-size:12px;font-weight:700;line-height:1.35}.animated-stat-number{font-variant-numeric:tabular-nums;align-items:baseline;display:inline-flex}.animated-stat-number i{color:inherit;margin-left:2px;font-size:.67em;font-style:normal;font-weight:900}.brand.custom-wordmark,.site-footer .brand.custom-wordmark{box-shadow:none!important;background:0 0!important}.brand.custom-wordmark .brand-upload,.site-footer .brand.custom-wordmark .brand-upload{object-fit:contain;width:auto!important;max-width:270px!important;height:50px!important;box-shadow:none!important;filter:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.site-footer .brand.custom-wordmark .brand-upload{height:64px!important}.button-primary,.header-exposure,.global-search button,.search-bar button,.filter-bar button,.directory-toolbar button,.exposure-form button,.watch-broker-button,.summary-actions>.watch-broker-button{border:1px solid var(--action-green)!important;color:#fff!important;background:linear-gradient(135deg,#3ad27f 0%,#29bb69 100%)!important;box-shadow:0 10px 23px #24b86533!important}.button-primary:hover,.header-exposure:hover,.global-search button:hover,.search-bar button:hover,.filter-bar button:hover,.directory-toolbar button:hover,.exposure-form button:hover,.watch-broker-button:hover{transform:translateY(-1px);border-color:var(--action-green-dark)!important;color:#fff!important;background:linear-gradient(135deg,#2fc473,#159a54)!important}.button-secondary,.summary-actions .button-secondary{border:1px solid var(--action-green)!important;color:var(--action-green-dark)!important;box-shadow:none!important;background:#fff!important}.button-secondary:hover,.summary-actions .button-secondary:hover{background:var(--action-green)!important;color:#fff!important}.radar-unified-gold .radar-grid{fill:none;stroke:#dbe2ed;stroke-width:1.15px}.radar-unified-gold .radar-axis{stroke:#e3e8f0;stroke-width:1px}.radar-unified-gold .radar-value{stroke-width:3px;fill-opacity:1;stroke:#e6ad1f!important}.radar-unified-gold .radar-point{fill:#fff;stroke-width:3px;stroke:#e3a619!important}.radar-unified-gold .radar-score-disc{stroke:#fff6c9;stroke-width:2.6px}.radar-unified-gold .radar-score,.radar-unified-gold .radar-score strong,.radar-unified-gold .radar-score small{text-shadow:0 2px 5px #59330047;color:#fff!important}@media (max-width:640px){.home-hero .trust-grid{grid-template-columns:1fr 1fr;gap:0}.home-hero .trust-item,.home-hero .trust-item:first-child{border-left:0;border-right:1px solid #ffffff24;grid-template-columns:38px minmax(0,1fr);column-gap:10px;min-height:100px;padding:16px 14px}.home-hero .trust-item:nth-child(odd){border-left:1px solid #ffffff24}.home-hero .trust-item:nth-child(-n+2){border-bottom:1px solid #ffffff24}.home-hero .trust-item>svg{width:36px;height:36px;padding:0}.home-hero .trust-item strong{font-size:22px}.home-hero .trust-item small{font-size:10px}.brand.custom-wordmark .brand-upload{max-width:205px!important;height:42px!important}.site-footer .brand.custom-wordmark .brand-upload{max-width:230px!important;height:54px!important}}
