@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--ink:#151922;--muted:#667085;--muted-2:#8a94a6;--line:#e4e7ec;--line-strong:#d0d5dd;--bg:#f7f8fa;--paper:#ffffff;--soft:#f2f4f7;--blue:#2563eb;--blue-dark:#1746b0;--blue-soft:#eff4ff;--green:#157347;--green-soft:#edf8f2;--amber:#9a6700;--amber-soft:#fff8e7;--red:#b42318;--max:1200px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-size:16px;line-height:1.6;letter-spacing:.01em;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}p{line-height:1.65}button,input{font:inherit}.shell{width:min(var(--max),calc(100% - 40px));margin:0 auto}.section{padding:68px 0}.soft-section{background:var(--bg);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.eyebrow{margin:0 0 9px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.025em}h2{font-size:32px;line-height:1.15;margin-bottom:12px}h3{font-size:18px}.site-header{position:sticky;top:0;z-index:30;background:#fffffff5;border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.header-inner{height:64px;display:flex;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.03em}.brand-word{font-size:21px}.brand-mark{width:24px;height:24px;display:grid;grid-template-columns:1fr 1fr;gap:2px}.brand-mark i{display:block;border-radius:3px;background:var(--blue)}.brand-mark i:nth-child(2){opacity:.75}.brand-mark i:nth-child(3){opacity:.5}.brand-mark i:nth-child(4){opacity:.9}.primary-nav{display:flex;align-items:center;gap:24px;margin-left:18px;color:#475467;font-size:14px;font-weight:650}.primary-nav a:hover{color:var(--blue)}.header-action{margin-left:auto;border:1px solid var(--line-strong);border-radius:9px;padding:9px 13px;background:#fff;font-size:13px;font-weight:750}.header-action:hover{border-color:#aeb8c8;background:var(--bg)}.home-hero{padding:64px 0 54px;border-bottom:1px solid var(--line);background:#fff}.home-hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:64px;align-items:center}.home-hero-copy h1{font-size:clamp(42px,5.2vw,64px);line-height:1.02;max-width:780px;margin-bottom:18px}.home-hero-copy>p{font-size:18px;color:#475467;max-width:720px;margin-bottom:24px}.search-wrap{display:flex;align-items:center;background:#fff;border:1px solid var(--line-strong);border-radius:11px;box-shadow:0 3px 10px #1018280d}.search-wrap-large{height:56px;max-width:720px}.search-icon{width:50px;text-align:center;color:#667085;font-size:25px}.search-wrap input{border:0;outline:0;background:transparent;width:100%;height:100%;padding:0 16px 0 0;color:var(--ink)}.search-wrap input::placeholder{color:#98a2b3}.search-note{font-size:12px!important;color:#98a2b3!important;margin:9px 0 0!important}.home-summary{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--bg)}.home-summary>div{min-height:112px;padding:22px;background:#fff;display:flex;flex-direction:column;justify-content:center}.home-summary>div:nth-child(odd){border-right:1px solid var(--line)}.home-summary>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.home-summary strong{font-size:27px;letter-spacing:-.03em}.home-summary span{margin-top:5px;color:var(--muted);font-size:12px;font-weight:650}.simple-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:28px}.simple-heading>p{max-width:620px;color:var(--muted);margin:0}.compact-heading{margin-bottom:24px}.compact-heading h2{margin-bottom:0}.category-directory-section{padding-top:56px}.category-directory{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:start}.category-panel{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}.category-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 20px 17px;background:var(--bg);border-bottom:1px solid var(--line)}.category-panel-head h3{margin:4px 0 0;font-size:19px}.category-kicker{color:var(--blue);font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.category-total{font-size:12px;color:var(--muted);white-space:nowrap}.category-list{display:block}.category-row{min-height:62px;padding:12px 16px 12px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #edf0f2;transition:background .15s ease}.category-row:last-child{border-bottom:0}.category-row:hover{background:#fafbfc}.category-row-copy{display:flex;flex-direction:column;min-width:0}.category-row-copy strong{font-size:14px;margin-bottom:3px}.category-row-copy small{color:var(--muted);font-size:11px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:520px}.category-count{flex:0 0 auto;min-width:28px;height:28px;padding:0 7px;border-radius:8px;background:var(--soft);color:#98a2b3;display:grid;place-items:center;font-size:12px;font-weight:800}.category-count.has-items{background:var(--blue-soft);color:var(--blue)}.category-legend{display:flex;gap:22px;flex-wrap:wrap;margin-top:13px;color:var(--muted);font-size:11px}.category-legend span{display:flex;align-items:center;gap:7px}.legend-dot{width:8px;height:8px;border-radius:50%;background:#d0d5dd}.legend-dot.active{background:var(--blue)}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.how-grid article{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px}.how-grid article>span{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:8px;background:var(--blue-soft);color:var(--blue);font-size:11px;font-weight:850;margin-bottom:18px}.how-grid h3{margin-bottom:8px}.how-grid p{margin:0;color:var(--muted);font-size:13px}.ratings-heading{margin-bottom:24px}.directory-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.site-card{border:1px solid var(--line);border-radius:12px;background:#fff;padding:18px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"main action" "verdict verdict" "scores scores";column-gap:18px;row-gap:14px;transition:border-color .15s ease,box-shadow .15s ease}.site-card:hover{border-color:#bdc5d1;box-shadow:0 5px 18px #1018280f}.site-card-main{grid-area:main;display:flex;align-items:flex-start;gap:12px;min-width:0}.site-mark{width:42px;height:42px;border-radius:10px;display:grid;place-items:center;background:#eef2f6;color:#344054;font-size:17px;font-weight:850;flex:0 0 auto}.site-card-copy{min-width:0}.site-name{font-size:17px;font-weight:800}.site-name:hover{color:var(--blue)}.site-domain{color:#98a2b3;font-size:11px;margin-top:2px}.site-category-link{display:inline-block;margin-top:6px;color:var(--blue);font-size:11px;font-weight:700}.site-card-verdict{grid-area:verdict;margin:0;color:#475467;font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.site-card-scores{grid-area:scores;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);padding-top:12px}.site-card-scores>div{padding:0 14px;border-right:1px solid var(--line);min-width:0}.site-card-scores>div:first-child{padding-left:0}.site-card-scores>div:last-child{border-right:0}.site-card-scores span{display:block;color:var(--muted);font-size:10px;font-weight:700;margin-bottom:3px}.site-card-scores strong{font-size:20px}.site-card-scores small{color:var(--muted);font-size:10px;margin-left:2px}.site-card-scores .user-mini small{display:block;margin:2px 0 0}.site-card-scores .user-mini strong{color:#98a2b3}.card-action{grid-area:action;align-self:start;border:1px solid var(--line-strong);border-radius:8px;padding:8px 10px;font-size:11px;font-weight:750;white-space:nowrap}.card-action:hover{border-color:var(--blue);color:var(--blue)}.empty-state{margin-top:14px;padding:20px;border:1px dashed var(--line-strong);border-radius:12px;color:var(--muted);background:var(--bg)}.methodology-section{padding-top:12px;padding-bottom:72px}.methodology-box{border:1px solid var(--line);border-radius:14px;padding:30px;display:grid;grid-template-columns:.75fr 1.25fr;gap:54px;background:#fff}.methodology-box>div:first-child p{color:var(--muted);margin-bottom:0}.method-checks{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--line);border-radius:10px;overflow:hidden}.method-checks>div{padding:17px}.method-checks>div:nth-child(odd){border-right:1px solid var(--line)}.method-checks>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.method-checks strong{display:block;font-size:13px;margin-bottom:5px}.method-checks span{color:var(--muted);font-size:11px;line-height:1.45}.profile-header{padding:30px 0 28px;background:#fff;border-bottom:1px solid var(--line)}.breadcrumbs{display:flex;align-items:center;gap:7px;color:#98a2b3;font-size:11px;margin-bottom:24px;white-space:nowrap;overflow:hidden}.breadcrumbs strong{color:#667085}.breadcrumbs a:hover{color:var(--blue)}.profile-heading{display:flex;align-items:center;justify-content:space-between;gap:30px}.profile-identity{display:flex;align-items:center;gap:16px}.profile-mark{width:54px;height:54px;border-radius:12px;font-size:21px}.profile-category{color:var(--blue);font-size:11px;font-weight:750;margin-bottom:2px}.profile-identity h1{font-size:36px;line-height:1.05;margin:0 0 3px}.site-domain-link{color:#667085;font-size:12px}.site-domain-link:hover{color:var(--blue)}.primary-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--blue);background:var(--blue);color:#fff;border-radius:9px;padding:11px 15px;font-size:13px;font-weight:800}.primary-btn:hover{background:var(--blue-dark)}.score-summary{display:grid;grid-template-columns:1fr 1fr 1.15fr;gap:12px;margin-top:28px}.score-summary-card{border:1px solid var(--line);border-radius:12px;padding:16px 18px;background:var(--bg)}.score-summary-card>span{display:block;color:var(--muted);font-size:11px;font-weight:700;margin-bottom:7px}.score-summary-card>div strong{font-size:29px;letter-spacing:-.03em}.score-summary-card>div small{color:var(--muted);font-size:11px;margin-left:3px}.score-summary-card p{margin:5px 0 0;color:#98a2b3;font-size:10px;line-height:1.4}.user-score-card{background:#fff}.rating-stars{color:#b5bdc9;font-size:20px;letter-spacing:2px;line-height:1}.not-rated{display:block;font-size:12px!important;margin-top:7px;color:#475467}.profile-verdict{display:grid;grid-template-columns:110px 1fr;gap:18px;align-items:start;padding-top:22px;padding-bottom:22px;border-bottom:1px solid var(--line)}.profile-verdict span{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.07em;font-weight:800;padding-top:4px}.profile-verdict p{margin:0;font-size:16px;font-weight:600;line-height:1.5}.profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:26px;align-items:start;padding-top:36px}.profile-main{display:grid;gap:18px}.profile-section{border:1px solid var(--line);border-radius:12px;padding:24px;background:#fff}.profile-section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px}.profile-section-head h2{font-size:22px;margin:0}.profile-section-head p{max-width:420px;margin:0;color:var(--muted);font-size:12px;text-align:right}.decision-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;border:0;padding:0}.decision-box{border:1px solid var(--line);border-radius:12px;padding:18px;background:#fff}.decision-box span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.07em;font-weight:800;margin-bottom:7px}.decision-box strong{font-size:14px;line-height:1.5}.positive-box span{color:var(--green)}.warning-box span{color:var(--amber)}.pros-cons-clean{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:10px;overflow:hidden}.pros-cons-clean>div{padding:18px}.pros-cons-clean>div+div{border-left:1px solid var(--line)}.pros-cons-clean h3{font-size:14px;margin-bottom:12px}.pros-cons-clean p{display:flex;gap:8px;align-items:flex-start;margin:8px 0;color:#475467;font-size:12px;line-height:1.5}.check{color:var(--green);font-weight:900}.minus{color:var(--red);font-weight:900}.knowledge-list{display:grid;gap:9px}.knowledge-list>div{display:grid;grid-template-columns:26px 1fr;gap:10px;align-items:start;padding:11px 12px;border-radius:9px;background:var(--bg)}.knowledge-list>div>span{width:22px;height:22px;border-radius:50%;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center;font-size:11px;font-weight:850}.knowledge-list p{margin:0;color:#475467;font-size:12px;line-height:1.5}.rating-explainer p{margin:0;color:var(--muted);font-size:13px}.profile-sidebar{display:grid;gap:12px}.details-card{border:1px solid var(--line);border-radius:12px;background:#fff;padding:20px;position:sticky;top:84px}.details-card-head h2{font-size:18px;margin-bottom:14px}.details-card dl{margin:0}.details-card dl>div{display:grid;grid-template-columns:100px 1fr;gap:10px;padding:10px 0;border-top:1px solid var(--line)}.details-card dt{color:var(--muted);font-size:10px;font-weight:700}.details-card dd{margin:0;font-size:12px;font-weight:650;line-height:1.4}.sidebar-visit{width:100%;margin-top:16px}.score-note{border:1px solid var(--line);border-radius:12px;padding:16px;background:var(--bg)}.score-note strong{font-size:12px}.score-note p{margin:6px 0 0;color:var(--muted);font-size:11px;line-height:1.5}.related-section{margin-top:12px}.related-grid{grid-template-columns:repeat(3,1fr)}.category-page-header{padding:32px 0;border-bottom:1px solid var(--line);background:var(--bg)}.category-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.category-title-row h1{font-size:38px;margin:5px 0 7px}.category-title-row p{max-width:720px;color:var(--muted);margin:0}.category-page-count{min-width:110px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:13px;text-align:center}.category-page-count strong{display:block;font-size:22px}.category-page-count span{display:block;color:var(--muted);font-size:10px;margin-top:2px}.category-results{padding-top:30px}.results-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-bottom:16px;margin-bottom:18px;border-bottom:1px solid var(--line)}.results-toolbar>div{display:flex;flex-direction:column}.results-toolbar strong{font-size:14px}.results-toolbar span{color:var(--muted);font-size:11px;margin-top:2px}.results-toolbar>a{color:var(--blue);font-size:12px;font-weight:750}.empty-category-clean{display:flex;align-items:center;gap:18px;border:1px solid var(--line);border-radius:12px;background:var(--bg);padding:26px}.empty-icon{width:42px;height:42px;border-radius:10px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;color:#98a2b3;font-size:22px;flex:0 0 auto}.empty-category-clean h2{font-size:18px;margin-bottom:5px}.empty-category-clean p{margin:0;color:var(--muted);font-size:12px}.site-footer{border-top:1px solid var(--line);padding:36px 0;background:#fff}.footer-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:44px;align-items:start}.footer-brand-block p{max-width:360px;margin:10px 0 0;color:var(--muted);font-size:11px}.footer-links{display:flex;gap:18px;font-size:12px;font-weight:650;color:#475467}.footer-links a:hover{color:var(--blue)}.footer-note{margin:0;color:var(--muted);font-size:11px;line-height:1.55;text-align:right}@media(max-width:980px){.home-hero-grid,.category-directory,.methodology-box,.profile-layout{grid-template-columns:1fr}.home-hero-grid{gap:34px}.home-summary{max-width:600px}.directory-grid{grid-template-columns:1fr}.related-grid{grid-template-columns:1fr 1fr}.methodology-box{gap:26px}.profile-sidebar{order:-1}.details-card{position:static}.score-summary{grid-template-columns:1fr 1fr}.user-score-card{grid-column:1/-1}.footer-grid{grid-template-columns:1fr 1fr}.footer-note{grid-column:1/-1;text-align:left}}@media(max-width:700px){.shell{width:min(var(--max),calc(100% - 24px))}.section{padding:48px 0}.primary-nav{display:none}.header-action{padding:8px 10px}.brand-word{font-size:19px}.home-hero{padding:42px 0 36px}.home-hero-copy h1{font-size:40px}.home-hero-copy>p{font-size:16px}.home-summary>div{min-height:92px;padding:16px}.home-summary strong{font-size:23px}.simple-heading{display:block}.simple-heading>p{margin-top:10px}.category-directory-section{padding-top:44px}.category-row-copy small{white-space:normal;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.category-legend{display:none}.how-grid,.directory-grid{grid-template-columns:1fr}.site-card{grid-template-columns:1fr auto;padding:15px}.site-card-scores>div{padding:0 8px}.site-card-scores strong{font-size:18px}.method-checks{grid-template-columns:1fr}.method-checks>div:nth-child(odd){border-right:0}.method-checks>div{border-bottom:1px solid var(--line)}.method-checks>div:last-child{border-bottom:0}.profile-header{padding-top:22px}.profile-heading{align-items:flex-start}.profile-identity h1{font-size:31px}.visit-main{display:none}.score-summary{grid-template-columns:1fr}.user-score-card{grid-column:auto}.profile-verdict{grid-template-columns:1fr;gap:4px}.profile-layout{padding-top:26px}.decision-grid,.pros-cons-clean{grid-template-columns:1fr}.pros-cons-clean>div+div{border-left:0;border-top:1px solid var(--line)}.profile-section-head{display:block}.profile-section-head p{text-align:left;margin-top:5px}.related-grid{grid-template-columns:1fr}.category-title-row{align-items:flex-start}.category-page-count{display:none}.category-title-row h1{font-size:32px}.footer-grid{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}.footer-note{text-align:left}}@media(max-width:980px){.category-list{display:block}}:root{--premium-navy:#0b1220;--premium-ink:#101828;--premium-subtle:#475467;--premium-blue:#3157d5;--premium-blue-2:#5b7cff;--premium-cyan:#0ea5b7;--premium-surface:#f8fafc;--premium-surface-2:#f2f5fa;--premium-border:#dfe4ec;--premium-shadow:0 18px 50px rgba(15,23,42,.08)}body{background:#fff;color:var(--premium-ink)}.premium-site-header{box-shadow:0 1px #0f172a0a}.premium-site-header .brand-mark{filter:drop-shadow(0 4px 8px rgba(49,87,213,.18))}.premium-site-header .brand-mark i{background:linear-gradient(145deg,var(--premium-blue-2),var(--premium-blue))}.premium-site-header .header-action{border-color:#d8deea;background:#fff;box-shadow:0 1px 2px #1018280a}.premium-site-header .header-action:hover{background:#f8faff;border-color:#bac6e4;color:var(--premium-blue)}.premium-home-hero{position:relative;overflow:hidden;padding:76px 0 68px;background:linear-gradient(180deg,#fbfcff,#fff)}.premium-home-hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-160px;top:-280px;background:radial-gradient(circle,#5b7cff21,#5b7cff00 70%);pointer-events:none}.premium-home-hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;left:-250px;bottom:-320px;background:radial-gradient(circle,#0ea5b714,#0ea5b700 70%);pointer-events:none}.premium-hero-grid{position:relative;z-index:1;grid-template-columns:minmax(0,1.3fr) minmax(330px,.7fr);gap:72px}.premium-home-hero .home-hero-copy h1{font-size:clamp(46px,5.6vw,68px);letter-spacing:-.05em;line-height:.99;color:#0f1728;margin-bottom:22px}.premium-home-hero .home-hero-copy>p{font-size:18px;line-height:1.7;color:#526071;max-width:760px}.premium-search{height:60px;border-radius:14px;border-color:#cfd7e5;box-shadow:0 12px 35px #0f172a12}.premium-search:focus-within{border-color:#9eb0ef;box-shadow:0 0 0 4px #3157d514,0 12px 35px #0f172a12}.premium-search .search-key{margin-right:10px;padding:7px 10px;border-radius:8px;background:#f4f6fb;color:#738099;font-size:10px;font-weight:800;letter-spacing:.03em}.hero-trust-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:17px;color:#637083;font-size:12px;font-weight:650}.hero-trust-row span{display:flex;align-items:center;gap:6px}.hero-trust-row i{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#ecf8f4;color:#15805e;font-size:10px;font-style:normal;font-weight:900}.directory-overview-card{position:relative;border:1px solid #dce3ef;border-radius:20px;background:#fffffff0;box-shadow:var(--premium-shadow);overflow:hidden}.directory-overview-card:before{content:"";display:block;height:4px;background:linear-gradient(90deg,var(--premium-blue),var(--premium-cyan))}.overview-card-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px 16px;border-bottom:1px solid #e7ebf2}.overview-card-head span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#7d8899;font-weight:800}.overview-card-head strong{font-size:13px}.overview-stats{display:grid;grid-template-columns:1fr 1fr}.overview-stats>div{padding:22px;border-bottom:1px solid #edf0f5}.overview-stats>div:nth-child(odd){border-right:1px solid #edf0f5}.overview-stats strong{display:block;font-size:29px;letter-spacing:-.04em}.overview-stats span{display:block;margin-top:4px;color:#7a8595;font-size:11px}.overview-note{display:flex;align-items:flex-start;gap:9px;padding:17px 22px;color:#657083;font-size:11px;line-height:1.5;background:#fbfcfe}.pulse-dot{width:8px;height:8px;border-radius:50%;background:#17a673;box-shadow:0 0 0 4px #17a6731f;margin-top:4px;flex:0 0 auto}.premium-section-heading h2{letter-spacing:-.04em}.premium-section-heading>p{font-size:13px;line-height:1.65}.premium-category-directory{grid-template-columns:1fr 1fr;gap:18px}.premium-category-panel{border-color:#dde3ec;border-radius:16px;box-shadow:0 7px 24px #0f172a09}.premium-category-panel .category-panel-head{padding:21px 22px 18px;background:linear-gradient(180deg,#fafbfe,#f7f9fc)}.premium-category-panel .category-row{min-height:64px;padding-left:22px}.premium-category-panel .category-row:hover{background:#f8faff}.premium-category-panel .category-row-copy strong{font-size:13px}.premium-category-panel .category-count{border-radius:999px;min-width:30px}.premium-category-panel .category-count.has-items{background:#edf2ff;color:#3457cf}.premium-process-section{background:linear-gradient(180deg,#f8fafe,#f5f7fb);border-top:1px solid #e5e9f0;border-bottom:1px solid #e5e9f0}.premium-how-grid article{position:relative;border:1px solid #dfe5ef;border-radius:16px;padding:24px;overflow:hidden;box-shadow:0 6px 18px #0f172a06}.premium-how-grid article:after{content:"";position:absolute;width:100px;height:100px;border-radius:50%;right:-55px;bottom:-65px;background:#3157d50e}.premium-how-grid article>span{background:linear-gradient(145deg,#eef2ff,#e6edff);color:#3157d5}.premium-how-grid h3{font-size:17px}.premium-how-grid p{font-size:12px;line-height:1.6}.premium-profile-grid{gap:16px}.profile-card{position:relative;grid-template-columns:minmax(0,1fr) 150px;grid-template-areas:"main rating" "verdict verdict" "facts facts" "action action";padding:20px;border-radius:16px;border-color:#dfe4ec;box-shadow:0 5px 18px #0f172a09;overflow:hidden}.profile-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#5b7cff,#3157d5);opacity:0;transition:.18s}.profile-card:hover:before{opacity:1}.profile-card:hover{border-color:#cbd4e3;box-shadow:0 14px 34px #0f172a12;transform:translateY(-1px)}.profile-card .site-mark{width:46px;height:46px;border-radius:12px;background:linear-gradient(145deg,#f0f3f8,#e8edf5);box-shadow:inset 0 0 0 1px #dde3ec}.profile-card .site-name{font-size:18px}.profile-card .site-category-link{color:#465ec8}.card-user-rating{grid-area:rating;border-left:1px solid #edf0f4;padding-left:18px;align-self:stretch;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.card-user-rating>span{color:#8b95a5;font-size:9px;text-transform:uppercase;letter-spacing:.07em;font-weight:800}.card-stars{margin:5px 0 3px;color:#b4bcc8;font-size:14px;letter-spacing:1px}.card-user-rating strong{font-size:11px;color:#697588}.profile-card .site-card-verdict{font-size:12px;color:#5b6574;line-height:1.55;-webkit-line-clamp:2}.profile-card-facts{grid-area:facts;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.profile-card-facts>span{padding:11px 12px}.profile-card-facts>span:first-child{padding-left:0;border-right:1px solid #edf0f4}.profile-card-facts small{display:block;color:#929cab;font-size:9px;text-transform:uppercase;letter-spacing:.06em;font-weight:750;margin-bottom:3px}.profile-card-facts strong{display:block;font-size:11px;color:#354153;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-card .card-action{grid-area:action;display:flex;align-items:center;justify-content:space-between;border:0;padding:0;color:#3157d5;font-size:11px}.profile-card .card-action span{font-size:15px}.profile-standard-section{background:#0f1728;color:#fff;padding:74px 0}.profile-standard-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start}.profile-standard-copy .eyebrow{color:#9fb4ff}.profile-standard-copy h2{font-size:36px;margin-bottom:14px}.profile-standard-copy p{color:#aeb8c8;line-height:1.75}.profile-standard-list{display:grid;grid-template-columns:1fr 1fr;border:1px solid #29364d;border-radius:16px;overflow:hidden}.profile-standard-list>div{padding:22px;border-bottom:1px solid #29364d}.profile-standard-list>div:nth-child(odd){border-right:1px solid #29364d}.profile-standard-list>div:nth-child(n+3){border-bottom:0}.profile-standard-list span{display:block;color:#7283a1;font-size:10px;font-weight:800;margin-bottom:14px}.profile-standard-list strong{font-size:14px}.profile-standard-list p{margin:6px 0 0;color:#aeb8c8;font-size:11px;line-height:1.55}.entity-hero{position:relative;padding:32px 0 36px;background:linear-gradient(180deg,#fbfcff,#f7f9fc);border-bottom:1px solid #dfe5ed;overflow:hidden}.entity-hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-230px;top:-250px;background:radial-gradient(circle,#5b7cff1a,#5b7cff00 70%)}.entity-hero .shell{position:relative;z-index:1}.entity-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:42px;align-items:stretch}.entity-overview{padding:8px 0}.entity-heading{display:flex;align-items:center;gap:17px}.entity-mark{width:60px!important;height:60px!important;border-radius:15px!important;font-size:23px!important;background:linear-gradient(145deg,#eef2f8,#e2e8f2)!important;color:#25334a!important;box-shadow:inset 0 0 0 1px #d7dee9}.entity-category{display:inline-block;color:#3157d5;font-size:11px;font-weight:800;margin-bottom:4px}.entity-heading h1{font-size:40px;letter-spacing:-.045em;margin:0 0 3px}.entity-domain-row{display:flex;gap:12px;align-items:center;color:#7c8797;font-size:11px}.entity-domain-row a{color:#3157d5;font-weight:750}.entity-intro{max-width:790px;margin:22px 0 18px;color:#4f5b6c;font-size:15px;line-height:1.75}.entity-meta-strip{display:flex;gap:11px;flex-wrap:wrap}.entity-meta-strip span{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid #dde3ec;border-radius:999px;background:#ffffffb8;color:#687487;font-size:10px;font-weight:700}.entity-meta-strip i{width:6px;height:6px;border-radius:50%;background:#3157d5}.user-rating-panel{background:#fff;border:1px solid #dce3ed;border-radius:18px;padding:20px;box-shadow:0 14px 38px #0f172a12}.rating-panel-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;border-bottom:1px solid #edf0f4}.rating-label{font-size:12px;font-weight:800}.rating-scale{font-size:9px;color:#8b95a5;text-transform:uppercase;letter-spacing:.06em;font-weight:800}.rating-empty-score{display:grid;grid-template-columns:72px 1fr;gap:15px;align-items:center;padding:18px 0 15px}.rating-value{width:72px;height:72px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#f5f7fb,#eef2f7);color:#7c8797;font-size:33px;font-weight:850}.rating-stars-large{color:#b2bbc8;font-size:20px;letter-spacing:2px;margin-bottom:5px}.rating-empty-score strong{font-size:12px;color:#4f5b6c}.rating-distribution{display:grid;gap:7px;padding:13px 0;border-top:1px solid #edf0f4}.rating-dist-row{display:grid;grid-template-columns:26px 1fr 18px;gap:8px;align-items:center;color:#7a8595;font-size:9px}.rating-dist-row i{height:5px;border-radius:999px;background:#edf1f5;overflow:hidden}.rating-dist-row b{display:block;height:100%;background:linear-gradient(90deg,#3157d5,#5b7cff)}.rating-dist-row small{text-align:right}.rating-panel-foot{padding-top:11px;border-top:1px solid #edf0f4;color:#8a95a5;font-size:9px}.rating-panel-foot strong{color:#4e596a;font-size:11px}.entity-snapshot-section{padding-top:44px;padding-bottom:8px}.section-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:20px}.section-title-row h2{font-size:27px;margin:2px 0 0}.section-title-row>p{max-width:520px;margin:0;color:#7b8696;font-size:11px;text-align:right}.section-kicker{display:block;color:#3157d5;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:850}.entity-snapshot-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #dfe4ec;border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 6px 20px #0f172a06}.snapshot-cell{min-height:96px;padding:19px 20px;border-right:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.snapshot-cell:nth-child(3n){border-right:0}.snapshot-cell:nth-last-child(-n+3){border-bottom:0}.snapshot-cell span{display:block;color:#8a95a5;font-size:9px;text-transform:uppercase;letter-spacing:.06em;font-weight:800;margin-bottom:8px}.snapshot-cell strong{font-size:13px;line-height:1.45;color:#2d394b}.entity-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start;padding-top:48px}.content-title-row{margin-bottom:18px}.content-title-row h2{font-size:27px}.entity-main-column{min-width:0}.objective-groups{display:grid;gap:16px}.objective-card,.source-facts-card,.resource-card,.profile-principle-card{border:1px solid #dfe4ec;border-radius:16px;background:#fff;box-shadow:0 5px 18px #0f172a07}.objective-card{overflow:hidden}.objective-card-head{display:flex;align-items:center;gap:12px;padding:17px 18px;background:linear-gradient(180deg,#fbfcfe,#f8fafc);border-bottom:1px solid #e8ecf2}.objective-card-head h3{margin:0;font-size:14px}.objective-card-head p{margin:3px 0 0;color:#8893a3;font-size:10px}.objective-icon{width:31px;height:31px;border-radius:9px;display:grid;place-items:center;background:#edf2ff;color:#3157d5;font-size:11px;font-weight:850;box-shadow:inset 0 0 0 1px #dce5ff}.objective-table{margin:0}.objective-table>div{display:grid;grid-template-columns:210px minmax(0,1fr);border-bottom:1px solid #edf0f4}.objective-table>div:last-child{border-bottom:0}.objective-table dt,.objective-table dd{margin:0;padding:14px 18px;font-size:11px;line-height:1.5}.objective-table dt{color:#758194;background:#fbfcfd;font-weight:700;border-right:1px solid #edf0f4}.objective-table dd{color:#344054;font-weight:650}.source-facts-card{margin-top:16px;overflow:hidden}.source-fact-list{padding:8px 18px 14px}.source-fact-list>div{display:grid;grid-template-columns:18px 1fr;gap:5px;padding:9px 0;border-bottom:1px dashed #e4e8ef}.source-fact-list>div:last-child{border-bottom:0}.source-fact-list span{color:#3157d5;font-weight:900}.source-fact-list p{margin:0;color:#5d6878;font-size:11px;line-height:1.6}.entity-resource-column{display:grid;gap:14px;position:sticky;top:84px}.resource-card{overflow:hidden}.resource-card-head{padding:18px 18px 14px;border-bottom:1px solid #e8ecf2;background:linear-gradient(180deg,#fbfcfe,#f8fafc)}.resource-card-head h2{font-size:18px;margin:3px 0 0}.resource-list{padding:8px}.resource-list a{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:start;padding:11px;border-radius:10px}.resource-list a:hover{background:#f6f8fc}.resource-link-icon{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:#edf2ff;color:#3157d5;font-size:12px;font-weight:850}.resource-list strong{display:block;font-size:11px;margin-bottom:3px}.resource-list small{display:block;color:#8791a0;font-size:9px;line-height:1.45}.profile-principle-card{padding:18px}.profile-principle-card strong{font-size:12px}.profile-principle-card p{margin:7px 0 10px;color:#768194;font-size:10px;line-height:1.55}.profile-principle-card a{color:#3157d5;font-size:10px;font-weight:800}.related-profile-section{background:linear-gradient(180deg,#f8fafc,#f5f7fa);border-top:1px solid #e2e6ed}.section-link{font-size:11px;color:#3157d5;font-weight:800}.category-page-header{background:linear-gradient(180deg,#fbfcff,#f7f9fc)!important;border-bottom:1px solid #dfe4ec!important;padding:34px 0 38px!important}.category-title-row h1{font-size:38px!important;letter-spacing:-.045em!important}.category-title-row p{color:#647084!important;max-width:760px!important}.category-page-count{border:1px solid #dce3ed!important;border-radius:14px!important;background:#fff!important;box-shadow:0 7px 22px #0f172a0a!important;padding:15px 18px!important}.results-toolbar{border:1px solid #dfe4ec!important;border-radius:13px!important;background:#fafbfc!important;padding:14px 16px!important}.empty-category-clean{border-radius:16px!important;background:linear-gradient(180deg,#fbfcfd,#f8fafc)!important}.premium-footer{background:#fbfcfd;border-top:1px solid #e2e6ed}.premium-footer .footer-note{max-width:420px}@media(max-width:980px){.premium-hero-grid,.entity-hero-grid,.entity-content-grid,.profile-standard-grid{grid-template-columns:1fr;gap:28px}.directory-overview-card{max-width:620px}.premium-category-directory,.premium-profile-grid{grid-template-columns:1fr}.entity-snapshot-grid{grid-template-columns:1fr 1fr}.snapshot-cell:nth-child(3n){border-right:1px solid #edf0f4}.snapshot-cell:nth-child(2n){border-right:0}.snapshot-cell:nth-last-child(-n+3){border-bottom:1px solid #edf0f4}.snapshot-cell:nth-last-child(-n+2){border-bottom:0}.entity-resource-column{position:static;grid-row:auto}.profile-standard-list{grid-template-columns:1fr 1fr}}@media(max-width:640px){.premium-home-hero{padding:48px 0 44px}.premium-home-hero .home-hero-copy h1{font-size:39px}.premium-home-hero .home-hero-copy>p{font-size:15px}.premium-search{height:54px}.premium-search .search-key{display:none}.hero-trust-row{gap:10px}.hero-trust-row span{font-size:10px}.directory-overview-card{border-radius:16px}.overview-stats>div{padding:17px}.overview-stats strong{font-size:24px}.premium-category-panel .category-row-copy small{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.premium-category-panel .category-row{align-items:flex-start}.profile-card{grid-template-columns:1fr;grid-template-areas:"main" "rating" "verdict" "facts" "action"}.card-user-rating{border-left:0;border-top:1px solid #edf0f4;padding:12px 0 0;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.card-stars{margin:0}.profile-card-facts{grid-template-columns:1fr}.profile-card-facts>span:first-child{border-right:0;border-bottom:1px solid #edf0f4}.profile-card-facts>span{padding-left:0}.profile-standard-list{grid-template-columns:1fr}.profile-standard-list>div{border-right:0!important;border-bottom:1px solid #29364d!important}.profile-standard-list>div:last-child{border-bottom:0!important}.entity-hero{padding-top:24px}.entity-heading{align-items:flex-start}.entity-mark{width:52px!important;height:52px!important}.entity-heading h1{font-size:32px}.entity-domain-row{flex-direction:column;align-items:flex-start;gap:3px}.entity-intro{font-size:13px;margin-top:18px}.entity-meta-strip{gap:6px}.entity-meta-strip span{font-size:9px}.user-rating-panel{border-radius:15px}.rating-empty-score{grid-template-columns:62px 1fr}.rating-value{width:62px;height:62px}.rating-stars-large{font-size:17px}.section-title-row{align-items:flex-start;flex-direction:column;gap:6px}.section-title-row>p{text-align:left}.entity-snapshot-grid{grid-template-columns:1fr}.snapshot-cell,.snapshot-cell:nth-child(2n),.snapshot-cell:nth-child(3n),.snapshot-cell:nth-last-child(-n+2),.snapshot-cell:nth-last-child(-n+3){border-right:0;border-bottom:1px solid #edf0f4}.snapshot-cell:last-child{border-bottom:0}.snapshot-cell{min-height:0;padding:14px 16px}.entity-content-grid{padding-top:34px}.objective-table>div{grid-template-columns:1fr}.objective-table dt{border-right:0;border-bottom:1px solid #edf0f4;padding-bottom:6px;background:#fbfcfd}.objective-table dd{padding-top:8px}.objective-table dt,.objective-table dd{font-size:10px}.objective-card-head{padding:14px}.resource-card-head{padding:15px}.entity-resource-column{order:2}.entity-main-column{order:1}.premium-footer .footer-note{max-width:none}}:root{--rm-ink:#101828;--rm-text:#344054;--rm-muted:#667085;--rm-soft:#f6f8fb;--rm-soft-blue:#f4f7ff;--rm-line:#e3e8ef;--rm-line-strong:#d0d7e2;--rm-blue:#3156d8;--rm-blue-dark:#2341af;--rm-navy:#101828;--rm-green:#17815d;--rm-card-shadow:0 12px 35px rgba(16,24,40,.055)}body{background:#fff;color:var(--rm-ink)}.section{padding:72px 0}.rm-overline{display:block;color:var(--rm-blue);font-size:10px;font-weight:850;letter-spacing:.105em;text-transform:uppercase;margin-bottom:10px}.rm-site-header{position:sticky;top:0;z-index:50;background:#fffffff7;border-bottom:1px solid #e8ecf2;backdrop-filter:blur(14px);box-shadow:none}.rm-header-inner{height:68px;display:flex;align-items:center;gap:34px}.rm-brand{gap:9px;flex:0 0 auto}.rm-brand .brand-word{font-size:20px;letter-spacing:-.035em}.rm-primary-nav{display:flex;align-items:center;gap:6px;height:100%}.rm-primary-nav a{position:relative;padding:9px 10px;border-radius:8px;color:#5e697b;font-size:12px;font-weight:720;white-space:nowrap;transition:.15s}.rm-primary-nav a:hover{background:#f5f7fb;color:#1f2937}.rm-primary-nav a.active{color:#203eac;background:#f2f5ff}.rm-primary-nav a.active:after{content:"";position:absolute;height:2px;left:10px;right:10px;bottom:-13px;background:var(--rm-blue);border-radius:999px}.rm-header-cta{margin-left:auto;display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border-radius:9px;background:#101828;color:#fff;font-size:11px;font-weight:800;box-shadow:0 4px 12px #1018281f}.rm-header-cta:hover{background:#263244}.rm-header-cta span{font-size:14px}.rm-home-hero{position:relative;overflow:hidden;padding:64px 0 58px;background:linear-gradient(180deg,#fafbff,#fff);border-bottom:1px solid #edf0f5}.rm-home-hero:after{content:"";position:absolute;width:620px;height:620px;border-radius:50%;right:-320px;top:-380px;background:radial-gradient(circle,#4e6ff21c,#4e6ff200 68%);pointer-events:none}.rm-home-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.55fr);gap:72px;align-items:center}.rm-hero-copy h1{font-size:clamp(42px,5vw,64px);line-height:1.01;letter-spacing:-.052em;margin:0 0 20px;max-width:780px;color:#0f1728}.rm-hero-copy>p{max-width:760px;font-size:16px;line-height:1.72;color:#566274;margin-bottom:24px}.rm-search-box{height:58px;max-width:760px;display:flex;align-items:center;background:#fff;border:1px solid #ccd5e1;border-radius:13px;box-shadow:0 12px 32px #0f172a11;overflow:hidden}.rm-search-box>span{width:48px;text-align:center;color:#738096;font-size:23px}.rm-search-box input{min-width:0;flex:1;border:0;outline:0;height:100%;padding:0 10px 0 0;color:#101828;background:transparent;font-size:13px}.rm-search-box input::placeholder{color:#98a2b3}.rm-search-box button{height:38px;margin-right:9px;padding:0 15px;border:0;border-radius:8px;background:#eff3ff;color:#3156d8;font-size:10px;font-weight:850;cursor:pointer}.rm-search-box:focus-within{border-color:#8fa4ee;box-shadow:0 0 0 4px #3156d812,0 12px 32px #0f172a11}.rm-hero-links{display:flex;gap:22px;margin-top:16px}.rm-hero-links a{font-size:11px;color:#49607d;font-weight:750}.rm-hero-links a:hover{color:var(--rm-blue)}.rm-rating-principle{border:1px solid #dce3ee;border-radius:18px;background:#fff;padding:24px;box-shadow:var(--rm-card-shadow);position:relative;overflow:hidden}.rm-rating-principle:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,#3156d8,#6d86ed)}.rm-principle-label{font-size:9px;color:#7d8898;text-transform:uppercase;letter-spacing:.1em;font-weight:850;margin-bottom:13px}.rm-rating-principle>strong{display:block;font-size:25px;line-height:1.08;letter-spacing:-.04em;margin-bottom:15px}.rm-principle-stars{color:#aeb7c5;font-size:22px;letter-spacing:2px;margin-bottom:13px}.rm-rating-principle p{color:#657184;font-size:11px;line-height:1.65;margin-bottom:15px}.rm-rating-principle a{color:#3156d8;font-size:10px;font-weight:800}.rm-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:42px;margin-bottom:26px}.rm-section-heading h2{font-size:32px;line-height:1.12;letter-spacing:-.04em;margin:0}.rm-section-heading>p{max-width:590px;margin:0;color:#687587;font-size:12px;line-height:1.7;text-align:right}.rm-section-heading-strong{margin-bottom:32px}.rm-section-heading-strong h2{font-size:38px}.rm-heading-action a{color:#3156d8;font-size:11px;font-weight:800}.rm-industry-section{padding-top:64px;padding-bottom:76px}.rm-sector-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start}.rm-sector-card{border:1px solid #dfe5ed;border-radius:17px;background:#fff;overflow:hidden;box-shadow:0 7px 24px #0f172a09;min-width:0;transition:.16s}.rm-sector-card:hover{border-color:#cfd7e3;box-shadow:0 12px 30px #0f172a0e;transform:translateY(-1px)}.rm-sector-head{display:grid;grid-template-columns:44px 1fr auto;gap:13px;align-items:start;padding:20px 18px 17px;background:linear-gradient(180deg,#fbfcfe,#f7f9fc);border-bottom:1px solid #e8edf3}.rm-sector-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#eef2ff;color:#3156d8;font-weight:900;font-size:15px;border:1px solid #dce4ff}.rm-sector-head h3{margin:1px 0 5px;font-size:18px;letter-spacing:-.03em}.rm-sector-head p{margin:0;color:#758195;font-size:10px;line-height:1.45}.rm-sector-count{display:grid;place-items:center;min-width:28px;height:28px;padding:0 8px;border-radius:999px;background:#fff;border:1px solid #e2e7ee;color:#667085;font-size:10px;font-weight:850}.rm-sector-categories>a{min-height:58px;padding:11px 15px 11px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #edf0f4;transition:.12s}.rm-sector-categories>a:hover{background:#fafbfe}.rm-sector-categories>a>span{display:flex;flex-direction:column;min-width:0}.rm-sector-categories strong{font-size:11px;margin-bottom:3px;color:#263244}.rm-sector-categories small{font-size:9px;line-height:1.35;color:#8b95a5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}.rm-sector-categories b{flex:0 0 auto;min-width:25px;height:25px;padding:0 6px;border-radius:999px;background:#f2f4f7;color:#98a2b3;display:grid;place-items:center;font-size:9px}.rm-sector-categories b.is-live{background:#edf2ff;color:#3156d8}.rm-sector-foot{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:13px 18px;background:#fbfcfe;color:#8a94a4;font-size:9px}.rm-sector-foot a{color:#3156d8;font-weight:800}.rm-directory-band{border-top:1px solid #e6eaf1;border-bottom:1px solid #e6eaf1;background:#f7f9fc}.rm-directory-band-grid{display:grid;grid-template-columns:repeat(4,1fr)}.rm-directory-band-grid>div{padding:22px 26px;border-right:1px solid #e4e8ef}.rm-directory-band-grid>div:last-child{border-right:0}.rm-directory-band strong{display:block;font-size:24px;letter-spacing:-.035em}.rm-directory-band span{display:block;margin-top:3px;color:#7d8797;font-size:10px}.rm-profile-grid{gap:14px}.rm-profile-grid .profile-card{background:#fff}.rm-profile-grid .profile-card:hover{transform:translateY(-2px)}.rm-profile-anatomy{background:#101828;color:#fff;border-top:1px solid #101828;border-bottom:1px solid #101828}.rm-light-heading .rm-overline{color:#9eb1ff}.rm-light-heading h2{color:#fff}.rm-light-heading>p{color:#aab5c5}.rm-anatomy-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #2c384d;border-radius:16px;overflow:hidden}.rm-anatomy-grid>div{padding:24px;border-right:1px solid #2c384d}.rm-anatomy-grid>div:last-child{border-right:0}.rm-anatomy-grid span{display:block;color:#7f8ca2;font-size:9px;font-weight:850;margin-bottom:17px}.rm-anatomy-grid strong{display:block;font-size:14px;margin-bottom:7px}.rm-anatomy-grid p{margin:0;color:#a9b4c5;font-size:10px;line-height:1.65}.rm-standards-strip{display:grid;grid-template-columns:.7fr 1.3fr;gap:54px;align-items:start}.rm-standards-strip h2{font-size:30px;margin:0;letter-spacing:-.04em}.rm-standard-points{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e1e6ed;border-radius:14px;overflow:hidden}.rm-standard-points>a{padding:18px;border-right:1px solid #e7ebf1}.rm-standard-points>a:last-child{border-right:0}.rm-standard-points strong{display:block;font-size:12px;margin-bottom:5px}.rm-standard-points span{color:#3156d8;font-size:9px;font-weight:750}.rm-profile-hero{padding:28px 0 38px;background:linear-gradient(180deg,#fbfcff,#f6f8fc);border-bottom:1px solid #dfe5ed;position:relative;overflow:hidden}.rm-profile-hero:after{content:"";position:absolute;width:500px;height:500px;border-radius:50%;right:-300px;top:-280px;background:radial-gradient(circle,#4969e21a,#4969e200 70%);pointer-events:none}.rm-profile-hero .shell{position:relative;z-index:1}.rm-breadcrumbs{margin-bottom:22px}.rm-profile-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:36px;align-items:stretch}.rm-profile-overview{padding:8px 0}.rm-profile-title-row{display:flex;align-items:center;gap:16px}.rm-profile-mark{width:62px!important;height:62px!important;border-radius:15px!important;background:linear-gradient(145deg,#eef2f8,#e3e8f1)!important;color:#26354d!important;font-size:23px!important;box-shadow:inset 0 0 0 1px #d7dee8}.rm-profile-title-copy h1{font-size:41px;letter-spacing:-.048em;line-height:1;margin:3px 0 5px}.rm-profile-badges{display:flex;gap:6px;flex-wrap:wrap}.rm-profile-badges a{padding:4px 7px;border-radius:999px;background:#eef2ff;color:#3156d8;font-size:8px;font-weight:800}.rm-profile-domain{color:#7f8a9a;font-size:11px}.rm-profile-intro{max-width:800px;margin:22px 0 20px;color:#536071;font-size:14px;line-height:1.72}.rm-profile-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.rm-official-cta{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:46px;padding:0 18px;border-radius:10px;background:linear-gradient(135deg,#3156d8,#2546be);color:#fff;font-size:12px;font-weight:850;box-shadow:0 10px 25px #3156d838;transition:.15s}.rm-official-cta:hover{background:linear-gradient(135deg,#264bc5,#1f3a9f);transform:translateY(-1px);box-shadow:0 12px 28px #3156d847}.rm-official-cta span{font-size:16px}.rm-secondary-cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 15px;border-radius:10px;border:1px solid #d7dee8;background:#fff;color:#4d5a6d;font-size:11px;font-weight:750}.rm-profile-meta{display:flex;gap:22px;flex-wrap:wrap;margin-top:20px;padding-top:17px;border-top:1px solid #e1e6ed}.rm-profile-meta span{display:flex;flex-direction:column;gap:3px;color:#6f7b8d;font-size:9px}.rm-profile-meta b{color:#9aa3b1;font-size:8px;text-transform:uppercase;letter-spacing:.065em}.rm-user-rating-card{border:1px solid #d9e1ec;border-radius:18px;background:#fff;box-shadow:0 15px 38px #0f172a12;padding:19px 20px}.rm-rating-card-head{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:13px;border-bottom:1px solid #edf0f4}.rm-rating-card-head>div{display:flex;flex-direction:column}.rm-rating-card-head span{font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:#8c96a6;font-weight:850}.rm-rating-card-head strong{font-size:13px;margin-top:2px}.rm-rating-card-head small{font-size:8px;color:#98a2b3}.rm-rating-main{display:grid;grid-template-columns:74px 1fr;gap:15px;align-items:center;padding:18px 0 16px}.rm-rating-value{width:74px;height:74px;border-radius:16px;display:grid;place-items:center;background:#f1f4f8;color:#8993a2;font-size:34px}.rm-rating-stars{color:#b2bbc7;font-size:19px;letter-spacing:1.5px;margin-bottom:4px}.rm-rating-main b{display:block;color:#4f5b6c;font-size:11px}.rm-rating-main span{display:block;margin-top:3px;color:#98a2b3;font-size:9px}.rm-rating-distribution{display:grid;gap:7px;padding:13px 0;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.rm-rating-distribution>div{display:grid;grid-template-columns:28px 1fr 18px;gap:8px;align-items:center;color:#7d8797;font-size:8px}.rm-rating-distribution i{height:5px;border-radius:999px;background:#edf1f5;overflow:hidden}.rm-rating-distribution i b{display:block;height:100%;background:#3156d8}.rm-rating-distribution small{text-align:right}.rm-rating-policy-link{display:block;padding-top:12px;color:#3156d8;font-size:9px;font-weight:750}.rm-profile-snapshot{padding-top:42px}.rm-profile-section-heading{margin-bottom:18px}.rm-profile-section-heading h2{font-size:28px}.rm-profile-section-heading>p{font-size:10px}.rm-snapshot-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #dfe4ec;border-radius:15px;background:#fff;overflow:hidden;box-shadow:0 6px 18px #0f172a06}.rm-snapshot-grid>div{min-height:94px;padding:18px 19px;border-right:1px solid #edf0f4;border-bottom:1px solid #edf0f4}.rm-snapshot-grid>div:nth-child(3n){border-right:0}.rm-snapshot-grid>div:nth-last-child(-n+3){border-bottom:0}.rm-snapshot-grid span{display:block;color:#8e98a7;font-size:8px;text-transform:uppercase;letter-spacing:.07em;font-weight:850;margin-bottom:8px}.rm-snapshot-grid strong{display:block;color:#2f3c4f;font-size:12px;line-height:1.45}.rm-profile-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start;padding-top:48px}.rm-content-heading{margin-bottom:18px}.rm-content-heading h2{font-size:29px}.rm-content-heading>p{font-size:10px}.rm-objective-groups{display:grid;gap:15px}.rm-objective-card,.rm-notes-card,.rm-resource-card,.rm-sidebar-visit-card,.rm-profile-standard-card{border:1px solid #dfe4ec;border-radius:15px;background:#fff;box-shadow:0 5px 18px #0f172a06}.rm-objective-card{overflow:hidden}.rm-objective-card-head{display:flex;align-items:center;gap:11px;padding:17px 18px;border-bottom:1px solid #e8ecf1;background:linear-gradient(180deg,#fbfcfe,#f8f9fc)}.rm-objective-card-head>span{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:#eef2ff;color:#3156d8;font-size:10px;font-weight:900}.rm-objective-card-head h3{font-size:15px;margin:0}.rm-objective-card-head p{margin:3px 0 0;color:#8b95a5;font-size:9px}.rm-objective-card dl{margin:0}.rm-objective-card dl>div{display:grid;grid-template-columns:180px 1fr;gap:18px;padding:14px 18px;border-bottom:1px solid #edf0f4}.rm-objective-card dl>div:last-child{border-bottom:0}.rm-objective-card dt{color:#6d7889;font-size:10px;font-weight:800}.rm-objective-card dd{margin:0;color:#4c5869;font-size:11px;line-height:1.6}.rm-notes-card{margin-top:15px;overflow:hidden}.rm-note-list{padding:7px 18px 12px}.rm-note-list>div{display:grid;grid-template-columns:12px 1fr;gap:6px;padding:9px 0;border-bottom:1px solid #edf0f4}.rm-note-list>div:last-child{border-bottom:0}.rm-note-list i{color:#3156d8;font-style:normal}.rm-note-list p{margin:0;color:#5d6879;font-size:10px;line-height:1.6}.rm-profile-sidebar{display:grid;gap:14px;position:sticky;top:88px}.rm-sidebar-visit-card{padding:20px}.rm-sidebar-visit-card h2{font-size:22px;margin:0 0 7px}.rm-sidebar-visit-card p{color:#7a8595;font-size:10px;margin-bottom:15px}.rm-official-cta-block{display:flex;width:100%}.rm-resource-card{overflow:hidden}.rm-resource-head{padding:18px;border-bottom:1px solid #e8ecf1;background:#fafbfe}.rm-resource-head h2{font-size:19px;margin:0}.rm-resource-list>a{display:grid;grid-template-columns:28px 1fr;gap:10px;padding:13px 15px;border-bottom:1px solid #edf0f4}.rm-resource-list>a:last-child{border-bottom:0}.rm-resource-list>a:hover{background:#fafbfe}.rm-resource-arrow{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:#eef2ff;color:#3156d8;font-size:11px}.rm-resource-list strong{display:block;font-size:10px;margin-bottom:3px}.rm-resource-list small{display:block;color:#8b95a5;font-size:8.5px;line-height:1.45}.rm-profile-standard-card{padding:18px;background:#f8fafe}.rm-profile-standard-card>strong{font-size:11px}.rm-profile-standard-card>p{color:#687486;font-size:9.5px;line-height:1.6;margin:7px 0 12px}.rm-profile-standard-card>div{display:flex;flex-direction:column;gap:6px}.rm-profile-standard-card a{color:#3156d8;font-size:9px;font-weight:750}.rm-related-section{background:#f7f9fc;border-top:1px solid #e4e8ef}.rm-page-hero{padding:48px 0 40px;background:linear-gradient(180deg,#fafbff,#fff);border-bottom:1px solid #e8ecf2}.rm-page-hero h1{font-size:42px;letter-spacing:-.045em;margin:0 0 13px}.rm-page-hero p{max-width:760px;color:#687486;font-size:13px;line-height:1.7;margin:0}.rm-page-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}.rm-content-card{border:1px solid #dfe4ec;border-radius:15px;background:#fff;padding:24px;box-shadow:0 5px 18px #0f172a06}.rm-content-card h2{font-size:24px;margin-bottom:11px}.rm-content-card h3{font-size:15px;margin:22px 0 7px}.rm-content-card p,.rm-content-card li{color:#596575;font-size:11px;line-height:1.75}.rm-content-card ul{padding-left:20px}.rm-sector-directory{display:grid;gap:18px}.rm-sector-directory-section{scroll-margin-top:88px;border:1px solid #dfe4ec;border-radius:16px;overflow:hidden;background:#fff}.rm-sector-directory-head{display:flex;align-items:center;gap:14px;padding:22px;background:#f8fafe;border-bottom:1px solid #e6eaf0}.rm-sector-directory-head .rm-sector-icon{flex:0 0 auto}.rm-sector-directory-head h2{font-size:23px;margin:0 0 4px}.rm-sector-directory-head p{margin:0;color:#7b8696;font-size:10px}.rm-full-category-grid{display:grid;grid-template-columns:1fr 1fr}.rm-full-category-grid>a{display:flex;justify-content:space-between;gap:14px;padding:16px 18px;border-bottom:1px solid #edf0f4}.rm-full-category-grid>a:nth-child(odd){border-right:1px solid #edf0f4}.rm-full-category-grid>a:hover{background:#fbfcfe}.rm-full-category-grid span{min-width:0}.rm-full-category-grid strong{display:block;font-size:11px;margin-bottom:4px}.rm-full-category-grid small{display:block;color:#8a95a5;font-size:9px;line-height:1.45}.rm-full-category-grid b{align-self:center;min-width:26px;height:26px;padding:0 7px;border-radius:999px;display:grid;place-items:center;background:#f2f4f7;color:#98a2b3;font-size:9px}.rm-full-category-grid b.is-live{background:#edf2ff;color:#3156d8}.rm-directory-search{display:flex;align-items:center;height:48px;border:1px solid #d4dbe5;border-radius:11px;background:#fff;max-width:620px;margin-top:22px;overflow:hidden}.rm-directory-search span{width:44px;text-align:center;color:#7b8696}.rm-directory-search input{flex:1;height:100%;border:0;outline:0;padding-right:12px}.rm-filter-row{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:20px}.rm-filter-row button{border:1px solid #dce2ea;border-radius:999px;background:#fff;padding:7px 11px;color:#647083;font-size:9px;font-weight:750;cursor:pointer}.rm-filter-row button.active{background:#101828;color:#fff;border-color:#101828}.rm-footer{margin-top:20px;background:#0f1728;color:#fff;border-top:0;padding:0}.rm-footer-grid{display:grid;grid-template-columns:1.4fr .65fr .8fr 1.15fr;gap:46px;padding:46px 0 34px}.rm-footer .brand-word{color:#fff}.rm-footer .brand-mark i{background:#728cff}.rm-footer-brand p{max-width:330px;color:#aab5c5;font-size:10px;line-height:1.6;margin:12px 0 0}.rm-footer-column{display:flex;flex-direction:column;gap:8px}.rm-footer-column strong,.rm-footer-note strong{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:#dbe2ee;margin-bottom:4px}.rm-footer-column a{color:#9fabbd;font-size:9.5px}.rm-footer-column a:hover{color:#fff}.rm-footer-note p{color:#9fabbd;font-size:9.5px;line-height:1.65;margin:7px 0 0}.rm-footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:16px 0 22px;border-top:1px solid #28364c;color:#7f8ba0;font-size:8.5px}@media(max-width:1100px){.rm-sector-grid{grid-template-columns:1fr 1fr}.rm-home-hero-grid{grid-template-columns:minmax(0,1fr) 320px;gap:42px}.rm-primary-nav{gap:2px}.rm-primary-nav a{padding:8px 7px}}@media(max-width:900px){.shell{width:min(var(--max),calc(100% - 28px))}.section{padding:54px 0}.rm-header-inner{gap:14px;overflow:hidden}.rm-primary-nav{order:3;width:100%;height:44px;overflow-x:auto;border-top:1px solid #edf0f4}.rm-site-header .shell{width:100%;padding:0 14px;flex-wrap:wrap;height:auto}.rm-header-inner{height:auto;padding-top:12px}.rm-header-cta{margin-left:auto}.rm-primary-nav a.active:after{bottom:0}.rm-primary-nav::-webkit-scrollbar{display:none}.rm-home-hero{padding-top:48px}.rm-home-hero-grid{grid-template-columns:1fr}.rm-rating-principle{max-width:520px}.rm-sector-grid{grid-template-columns:1fr 1fr}.rm-section-heading{align-items:flex-start;flex-direction:column;gap:12px}.rm-section-heading>p{text-align:left}.rm-directory-band-grid{grid-template-columns:1fr 1fr}.rm-directory-band-grid>div:nth-child(2){border-right:0}.rm-directory-band-grid>div:nth-child(-n+2){border-bottom:1px solid #e4e8ef}.rm-anatomy-grid{grid-template-columns:1fr 1fr}.rm-anatomy-grid>div:nth-child(2){border-right:0}.rm-anatomy-grid>div:nth-child(-n+2){border-bottom:1px solid #2c384d}.rm-standards-strip{grid-template-columns:1fr;gap:24px}.rm-profile-hero-grid{grid-template-columns:1fr}.rm-user-rating-card{max-width:520px}.rm-profile-content-grid{grid-template-columns:1fr}.rm-profile-sidebar{position:static;grid-template-columns:1fr 1fr}.rm-profile-standard-card{grid-column:1/-1}.rm-page-grid{grid-template-columns:1fr}.rm-footer-grid{grid-template-columns:1.2fr 1fr 1fr}.rm-footer-note{grid-column:1/-1}}@media(max-width:640px){.shell{width:calc(100% - 24px)}.rm-header-inner{padding:10px 12px 0}.rm-brand .brand-word{font-size:18px}.rm-header-cta{padding:9px 11px}.rm-header-cta span{display:none}.rm-primary-nav{margin:0 -12px;padding:0 12px}.rm-primary-nav a{font-size:10px;padding:8px 9px}.rm-home-hero{padding:38px 0 42px}.rm-hero-copy h1{font-size:39px}.rm-hero-copy>p{font-size:14px}.rm-search-box{height:54px}.rm-search-box button{display:none}.rm-hero-links{gap:15px;flex-wrap:wrap}.rm-rating-principle{padding:19px}.rm-rating-principle>strong{font-size:22px}.rm-section-heading-strong h2,.rm-section-heading h2{font-size:28px}.rm-sector-grid{grid-template-columns:1fr}.rm-sector-head{grid-template-columns:40px 1fr auto}.rm-sector-icon{width:40px;height:40px}.rm-sector-categories small{max-width:220px}.rm-directory-band-grid>div{padding:18px}.rm-directory-band strong{font-size:21px}.rm-anatomy-grid{grid-template-columns:1fr}.rm-anatomy-grid>div{border-right:0;border-bottom:1px solid #2c384d!important}.rm-anatomy-grid>div:last-child{border-bottom:0!important}.rm-standard-points{grid-template-columns:1fr}.rm-standard-points>a{border-right:0;border-bottom:1px solid #e7ebf1}.rm-standard-points>a:last-child{border-bottom:0}.rm-profile-title-row{align-items:flex-start}.rm-profile-title-copy h1{font-size:34px}.rm-profile-mark{width:54px!important;height:54px!important}.rm-profile-actions{display:grid;grid-template-columns:1fr}.rm-official-cta,.rm-secondary-cta{width:100%}.rm-profile-meta{gap:14px}.rm-profile-meta span{min-width:42%}.rm-user-rating-card{padding:17px}.rm-rating-main{grid-template-columns:66px 1fr}.rm-rating-value{width:66px;height:66px}.rm-snapshot-grid{grid-template-columns:1fr 1fr}.rm-snapshot-grid>div{border-right:1px solid #edf0f4!important;border-bottom:1px solid #edf0f4!important}.rm-snapshot-grid>div:nth-child(2n){border-right:0!important}.rm-snapshot-grid>div:nth-last-child(-n+2){border-bottom:0!important}.rm-objective-card dl>div{grid-template-columns:1fr;gap:5px;padding:13px 16px}.rm-objective-card dt{font-size:9px}.rm-objective-card dd{font-size:10.5px}.rm-profile-sidebar{grid-template-columns:1fr}.rm-page-hero{padding:38px 0 32px}.rm-page-hero h1{font-size:34px}.rm-full-category-grid{grid-template-columns:1fr}.rm-full-category-grid>a:nth-child(odd){border-right:0}.rm-full-category-grid>a:last-child{border-bottom:0}.rm-footer-grid{grid-template-columns:1fr 1fr;gap:28px}.rm-footer-brand,.rm-footer-note{grid-column:1/-1}.rm-footer-bottom{flex-direction:column}}.rm-brand-mark{position:relative;display:grid;place-items:center;flex:0 0 auto;overflow:hidden;background:linear-gradient(145deg,#f4f6fa,#e9eef5);border:1px solid #dde3eb;box-shadow:0 3px 10px #0f172a0d}.rm-brand-mark-card{width:46px;height:46px;border-radius:12px}.rm-brand-mark-profile{width:64px;height:64px;border-radius:16px}.rm-brand-mark-fallback{position:absolute;inset:0;display:grid;place-items:center;color:#334155;font-weight:900;font-size:17px}.rm-brand-mark-profile .rm-brand-mark-fallback{font-size:23px}.rm-brand-mark img{position:relative;z-index:1;display:block;width:68%;height:68%;object-fit:contain;border-radius:7px;background:#fff}.rm-brand-mark-profile img{width:70%;height:70%;border-radius:9px}.rm-category-hero .rm-category-hero-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:20px}.rm-category-hero-meta>span,.rm-category-hero-meta>a{display:inline-flex;align-items:center;gap:5px;min-height:30px;padding:0 10px;border:1px solid #e0e5ec;border-radius:999px;background:#fff;color:#728094;font-size:9px}.rm-category-hero-meta>span strong{color:#263244;font-size:10px}.rm-category-hero-meta>a{color:#3156d8;font-weight:800}.rm-category-guide{padding-bottom:22px}.rm-guide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.rm-guide-card{position:relative;min-height:180px;padding:20px;border:1px solid #dde4ed;border-radius:15px;background:linear-gradient(180deg,#fff,#fbfcfe);box-shadow:0 6px 20px #0f172a08;overflow:hidden}.rm-guide-card:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;right:-56px;bottom:-55px;background:#3156d80b}.rm-guide-card>span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#edf2ff;color:#3156d8;font-size:9px;font-weight:900;margin-bottom:28px}.rm-guide-card h3{position:relative;z-index:1;font-size:14px;margin:0 0 7px}.rm-guide-card p{position:relative;z-index:1;color:#697587;font-size:10px;line-height:1.65;margin:0}.rm-category-profiles-section{padding-top:50px}.rm-related-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.rm-related-category-grid>a{position:relative;padding:17px 42px 17px 17px;border:1px solid #dfe4ec;border-radius:13px;background:#fff;min-height:92px;transition:.15s}.rm-related-category-grid>a:hover{border-color:#cbd4e2;box-shadow:0 7px 20px #0f172a0b;transform:translateY(-1px)}.rm-related-category-grid strong{display:block;font-size:11px;margin-bottom:5px}.rm-related-category-grid span{display:block;color:#8590a0;font-size:9px;line-height:1.45}.rm-related-category-grid i{position:absolute;right:16px;top:17px;color:#3156d8;font-style:normal;font-size:14px}.rm-rating-pending-note{margin-top:11px;padding:9px 10px;border-radius:8px;background:#f7f9fc;color:#7b8798;font-size:8.5px;line-height:1.5}.rm-rating-policy-link{padding-top:10px}.profile-card .site-card-main{align-items:center}.profile-card .rm-brand-mark{margin-top:0}.rm-objective-card dd{max-width:760px}.rm-resource-list>a{transition:background .12s ease}.rm-sidebar-visit-card{background:linear-gradient(180deg,#fff,#fbfcff)}.rm-sidebar-visit-card .rm-official-cta{box-shadow:0 8px 22px #3156d833}.rm-user-rating-card{position:relative;overflow:hidden}.rm-user-rating-card:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#3156d8,#7a91ee)}@media(max-width:1000px){.rm-guide-grid,.rm-related-category-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.rm-brand-mark-card{width:43px;height:43px}.rm-brand-mark-profile{width:56px;height:56px;border-radius:14px}.rm-guide-grid{grid-template-columns:1fr}.rm-guide-card{min-height:0;padding:17px}.rm-guide-card>span{margin-bottom:18px}.rm-related-category-grid{grid-template-columns:1fr}.rm-category-hero-meta>span,.rm-category-hero-meta>a{font-size:8.5px}}button.ur-star{appearance:none;border:0;background:transparent;padding:0;margin:0;font:inherit;line-height:1;color:#b2bbc7;cursor:pointer;transition:transform .12s ease,color .12s ease}button.ur-star:hover{transform:scale(1.2);color:#f5b301}button.ur-star.is-on{color:#f5b301}button.ur-star:focus-visible{outline:2px solid var(--blue);outline-offset:1px}.rm-rating-stars{color:#b2bbc7;font-size:19px;letter-spacing:0;display:inline-flex;gap:2px}.rm-rating-stars button.ur-star{font-size:22px}.card-stars button.ur-star{font-size:18px}.card-stars{color:#b2bbc7;letter-spacing:0}
