body:not(.page-home) .container{width:min(var(--max),calc(100% - 48px));margin:auto}body:not(.page-home) .eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);font-size:11px;font-weight:700}body:not(.page-home) .brand{align-items:center;gap:10px;font-weight:800;display:flex}body:not(.page-home) .brand img{object-fit:contain;width:34px;height:34px}body:not(.page-home) .brand small{color:var(--muted);margin-top:-2px;font-size:10px;font-weight:500;display:block}body:not(.page-home) .breadcrumbs{color:var(--muted);align-items:center;gap:8px;margin:6px 0 18px;font-size:12px;display:flex}body:not(.page-home) .breadcrumbs span+span:before{content:"›";color:#aab0bf;margin-right:8px}body:not(.page-home) .page-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px;display:flex}body:not(.page-home) .page-head h1{letter-spacing:-.035em;margin:0 0 6px;font-size:36px;line-height:1.08}body:not(.page-home) .page-head p{color:var(--muted);margin:0}body:not(.page-home) .btn{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:13px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 18px;font-weight:700;display:inline-flex}body:not(.page-home) .btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #2d334c14}body:not(.page-home) .btn-primary{background:linear-gradient(135deg,var(--primary2),var(--primary));color:#fff;border-color:#0000}body:not(.page-home) .btn-soft{background:var(--soft);color:var(--primary);border-color:#dfdcff}body:not(.page-home) .btn-danger{background:var(--bad);color:#fff;border-color:#0000}body:not(.page-home) .actions{flex-wrap:wrap;gap:10px;display:flex}body:not(.page-home) .card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);box-shadow:0 1px #121a2f05}body:not(.page-home) .card-pad{padding:20px}body:not(.page-home) .lift{transition:all .2s}body:not(.page-home) .lift:hover{box-shadow:var(--shadow);transform:translateY(-3px)}body:not(.page-home) .filters{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;display:flex}body:not(.page-home) .filter,body:not(.page-home) .input,body:not(.page-home) .select{border:1px solid var(--line);height:46px;color:var(--text);background:#fff;border-radius:13px;outline:none;padding:0 14px}body:not(.page-home) .filter{cursor:pointer;align-items:center;gap:8px;display:inline-flex}body:not(.page-home) .filter.active{background:var(--primary);color:#fff;border-color:var(--primary)}body:not(.page-home) .input{min-width:220px}body:not(.page-home) .input:focus,body:not(.page-home) .select:focus{border-color:#ada6ff;box-shadow:0 0 0 4px #efeeff}body:not(.page-home) .tabs{border-bottom:1px solid var(--line);scrollbar-width:none;gap:24px;display:flex;overflow:auto}body:not(.page-home) .tabs a,body:not(.page-home) .tabs button{white-space:nowrap;color:#50586d;cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;padding:14px 2px 12px;font-weight:700}body:not(.page-home) .tabs .active{color:var(--primary);border-color:var(--primary)}body:not(.page-home) .risk-badge{border-radius:10px;align-items:center;gap:6px;padding:7px 10px;font-size:11px;font-weight:800;display:inline-flex}body:not(.page-home) .risk-low{background:var(--good-bg);color:var(--good)}body:not(.page-home) .risk-medium{background:var(--warn-bg);color:#a56b00}body:not(.page-home) .risk-high{background:var(--bad-bg);color:var(--bad)}body:not(.page-home) .score{letter-spacing:-.04em;font-size:34px;font-weight:800}body:not(.page-home) .score.good{color:var(--good)}body:not(.page-home) .score.warn{color:var(--warn)}body:not(.page-home) .score.bad{color:var(--bad)}body:not(.page-home) .score small{color:var(--muted);letter-spacing:0;font-size:13px;font-weight:600}body:not(.page-home) .grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}body:not(.page-home) .grid-3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}body:not(.page-home) .grid-4{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}body:not(.page-home) .grid-main-aside{grid-template-columns:minmax(0,1fr) 350px;gap:18px;display:grid}body:not(.page-home) .split-rail{grid-template-columns:minmax(0,1fr) minmax(360px,.7fr);gap:18px;display:grid}body:not(.page-home) .sticky{align-self:start;position:sticky;top:92px}body:not(.page-home) .section-title{justify-content:space-between;align-items:end;gap:20px;margin-bottom:14px;display:flex}body:not(.page-home) .section-title h2{letter-spacing:-.025em;margin:0;font-size:23px}body:not(.page-home) .section-title a{color:var(--primary);font-size:12px;font-weight:700}body:not(.page-home) .hero-card{border-radius:var(--r2);border:1px solid var(--line);background:#fff;min-height:380px;position:relative;overflow:hidden}body:not(.page-home) .hero-card>img{object-fit:cover;width:58%;height:100%;position:absolute;top:0;right:0}body:not(.page-home) .hero-card:after{content:"";background:linear-gradient(90deg,#fff 0 40%,#fffffff2 50%,#ffffff38 72%,#0000);position:absolute;inset:0}body:not(.page-home) .hero-content{z-index:2;width:53%;padding:34px;position:relative}body:not(.page-home) .hero-content h1{letter-spacing:-.045em;margin:10px 0;font-size:42px;line-height:1.02}body:not(.page-home) .hero-content p{color:#4f586d;max-width:580px}body:not(.page-home) .hero-meta{flex-wrap:wrap;gap:24px;margin:26px 0;display:flex}body:not(.page-home) .hero-meta strong{font-size:18px;display:block}body:not(.page-home) .hero-meta span{color:var(--muted);font-size:11px}body:not(.page-home) .project-card{overflow:hidden}body:not(.page-home) .project-card .media{position:relative}body:not(.page-home) .project-card .media img{aspect-ratio:16/10;object-fit:cover;width:100%}body:not(.page-home) .project-card .body{padding:15px}body:not(.page-home) .project-card h3{margin:0 0 5px;font-size:16px}body:not(.page-home) .project-card .sub{color:var(--muted);font-size:11px}body:not(.page-home) .project-card .price{justify-content:space-between;align-items:end;gap:10px;margin-top:12px;display:flex}body:not(.page-home) .project-card .price strong{font-size:17px}body:not(.page-home) .project-card .risk-badge{position:absolute;bottom:10px;left:10px}body:not(.page-home) .heart{background:#ffffffe6;border:0;border-radius:50%;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:10px;right:10px}body:not(.page-home) .heart:before{content:"♡";font-size:22px}body:not(.page-home) .developer-card{grid-template-columns:86px 1fr auto;align-items:center;gap:18px;padding:18px;display:grid}body:not(.page-home) .developer-logo{border:1px solid var(--line);color:#f15b27;background:#fff;border-radius:16px;place-items:center;width:86px;height:86px;font-size:24px;font-weight:900;display:grid}body:not(.page-home) .developer-card h3{margin:0 0 3px;font-size:20px}body:not(.page-home) .dev-stats{flex-wrap:wrap;gap:14px;margin-top:12px;display:flex}body:not(.page-home) .dev-stats span{background:#f5f6f9;border-radius:9px;padding:6px 9px;font-size:11px}body:not(.page-home) .dev-score{text-align:right;min-width:120px}body:not(.page-home) .metric-card{padding:16px}body:not(.page-home) .metric-card .value{letter-spacing:-.03em;font-size:24px;font-weight:800}body:not(.page-home) .metric-card .delta{color:var(--good);font-size:12px;font-weight:700}body:not(.page-home) .spark{width:100%;height:46px;margin-top:8px}body:not(.page-home) .spark path{fill:none;stroke:var(--primary);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}body:not(.page-home) .chart-card{padding:20px}body:not(.page-home) .chart-card h3{margin:0 0 10px}body:not(.page-home) .chart{width:100%;height:260px}body:not(.page-home) .chart .gridline{stroke:#e8eaf0}body:not(.page-home) .chart .line{fill:none;stroke:var(--primary);stroke-width:4px;stroke-linecap:round;stroke-linejoin:round}body:not(.page-home) .chart .line2{stroke:#2e91ff}body:not(.page-home) .chart .line3{stroke:#3ca867}body:not(.page-home) .chart .line4{stroke:#f08a2d}body:not(.page-home) .chart text{fill:#8a91a2;font-size:10px}body:not(.page-home) .news-card{overflow:hidden}body:not(.page-home) .news-card img{aspect-ratio:16/10;object-fit:cover;width:100%}body:not(.page-home) .news-card .body{padding:15px}body:not(.page-home) .news-card h3{margin:6px 0;font-size:16px;line-height:1.22}body:not(.page-home) .meta{color:var(--muted);font-size:11px}body:not(.page-home) .tag{background:var(--soft);color:var(--primary);border-radius:9px;padding:6px 9px;font-size:10px;font-weight:700;display:inline-flex}body:not(.page-home) .feature-story{border-radius:var(--r2);color:#fff;min-height:420px;position:relative;overflow:hidden}body:not(.page-home) .feature-story img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}body:not(.page-home) .feature-story:after{content:"";background:linear-gradient(#050b1b0d,#050b1be0);position:absolute;inset:0}body:not(.page-home) .feature-story .content{z-index:2;position:absolute;bottom:24px;left:26px;right:26px}body:not(.page-home) .feature-story h2{max-width:650px;margin:10px 0;font-size:34px;line-height:1.02}body:not(.page-home) .feature-story p{color:#dde0ea;max-width:640px}body:not(.page-home) .checker{padding:22px}body:not(.page-home) .check-row{border-top:1px solid #edf0f5;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;padding:15px 0;display:grid}body:not(.page-home) .check-row:first-child{border-top:0}body:not(.page-home) .check-icon{background:var(--soft);border-radius:14px;place-items:center;width:44px;height:44px;display:grid}body:not(.page-home) .check-icon img{width:24px;height:24px}body:not(.page-home) .timeline{gap:0;display:grid}body:not(.page-home) .timeline-item{padding:0 0 22px 28px;position:relative}body:not(.page-home) .timeline-item:before{content:"";background:var(--primary);border-radius:50%;width:9px;height:9px;position:absolute;top:6px;left:7px;box-shadow:0 0 0 4px #efeeff}body:not(.page-home) .timeline-item:after{content:"";background:#dcdff0;width:1px;position:absolute;top:20px;bottom:0;left:11px}body:not(.page-home) .timeline-item:last-child:after{display:none}body:not(.page-home) .timeline-item strong{display:block}body:not(.page-home) .timeline-item span{color:var(--muted);font-size:12px}body:not(.page-home) .article-layout{grid-template-columns:210px minmax(0,760px) 300px;align-items:start;gap:34px;display:grid}body:not(.page-home) .article-toc{position:sticky;top:94px}body:not(.page-home) .article-toc a{color:#596176;padding:8px 0;font-size:12px;display:block}body:not(.page-home) .article-toc a:hover{color:var(--primary)}body:not(.page-home) .article-body{font-size:17px;line-height:1.72}body:not(.page-home) .article-body h1{letter-spacing:-.045em;font-size:46px;line-height:1.02}body:not(.page-home) .article-body h2{margin:44px 0 14px;font-size:28px;line-height:1.15}body:not(.page-home) .article-body h3{font-size:21px}body:not(.page-home) .article-body p{margin:0 0 18px}body:not(.page-home) .article-body .lead{color:#50596e;font-size:20px}body:not(.page-home) .article-body figure{margin:26px 0}body:not(.page-home) .article-body figure img{border-radius:20px}body:not(.page-home) .callout{background:#f2f0ff;border:1px solid #e2deff;border-radius:16px;margin:22px 0;padding:18px}body:not(.page-home) .article-sidebar{position:sticky;top:94px}body:not(.page-home) .article-sidebar .card+.card{margin-top:14px}body:not(.page-home) .ranking-table{overflow:hidden}body:not(.page-home) .ranking-row{border-top:1px solid var(--line);grid-template-columns:54px 1.5fr 100px 140px 110px 100px 130px;align-items:center;gap:12px;padding:13px 16px;font-size:12px;display:grid}body:not(.page-home) .ranking-row.head{color:var(--muted);background:#f8f9fb;border-top:0;font-weight:700}body:not(.page-home) .ranking-row strong{font-size:14px}body:not(.page-home) .source-card{align-items:center;gap:14px;padding:16px;display:flex}body:not(.page-home) .source-card img{object-fit:contain;width:38px;height:38px}body:not(.page-home) .source-card h3{margin:0;font-size:15px}body:not(.page-home) .source-card p{color:var(--muted);margin:3px 0 0;font-size:12px}body:not(.page-home) .profile-stats{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}body:not(.page-home) .profile-stat{text-align:center;padding:16px}body:not(.page-home) .profile-stat strong{font-size:24px;display:block}body:not(.page-home) .profile-stat span{color:var(--muted);font-size:11px}body:not(.page-home) .quiz-shell{max-width:850px;margin:0 auto}body:not(.page-home) .quiz-step{display:none}body:not(.page-home) .quiz-step.active{display:block}body:not(.page-home) .choice-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}body:not(.page-home) .choice{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:16px;padding:18px}body:not(.page-home) .choice:hover,body:not(.page-home) .choice.selected{background:#f5f3ff;border-color:#aaa2ff}body:not(.page-home) .progress{background:#eceef3;border-radius:99px;height:6px;overflow:hidden}body:not(.page-home) .progress i{background:var(--primary);width:16.666%;height:100%;transition:all .3s;display:block}body:not(.page-home) .footer{color:#fff;background:#111729;margin-top:40px;padding:34px 0 22px}body:not(.page-home) .footer-grid{grid-template-columns:1.4fr repeat(4,1fr);gap:30px;display:grid}body:not(.page-home) .footer h4{margin:0 0 10px}body:not(.page-home) .footer a{color:#cfd4df;padding:4px 0;font-size:12px;display:block}body:not(.page-home) .legal{color:#9fa7b8;border-top:1px solid #2d3548;flex-wrap:wrap;justify-content:space-between;gap:20px;margin-top:24px;padding-top:16px;font-size:11px;display:flex}body:not(.page-home) .bottom-nav{display:none}body:not(.page-home) .toast{color:#fff;box-shadow:var(--shadow);opacity:0;pointer-events:none;z-index:100;background:#111729;border-radius:13px;padding:13px 16px;transition:all .2s;position:fixed;bottom:22px;right:22px;transform:translateY(20px)}body:not(.page-home) .toast.show{opacity:1;transform:none}body:not(.page-home) .accordion{border-top:1px solid var(--line)}body:not(.page-home) .accordion button{text-align:left;background:0 0;border:0;justify-content:space-between;width:100%;padding:15px 0;font-weight:700;display:flex}body:not(.page-home) .accordion .panel-body{color:var(--muted);padding:0 0 16px;display:none}body:not(.page-home) .accordion.open .panel-body{display:block}@media (width<=1100px){body:not(.page-home) .article-layout{grid-template-columns:minmax(0,1fr) 280px}body:not(.page-home) .article-toc{display:none}body:not(.page-home) .grid-4{grid-template-columns:repeat(2,1fr)}body:not(.page-home) .ranking-row{grid-template-columns:44px 1.5fr 90px 120px 100px}body:not(.page-home) .ranking-row>:nth-child(6),body:not(.page-home) .ranking-row>:nth-child(7){display:none}}@media (width<=760px){body:not(.page-home) .container{width:calc(100% - 28px)}body:not(.page-home) .brand{justify-self:center}body:not(.page-home) .brand span{display:none}body:not(.page-home) .brand img{width:31px;height:31px}body:not(.page-home) .page{padding:18px 0 28px}body:not(.page-home) .page-head{margin-bottom:18px;display:block}body:not(.page-home) .page-head h1{font-size:28px}body:not(.page-home) .page-head .actions{margin-top:14px}body:not(.page-home) .breadcrumbs{white-space:nowrap;font-size:10px;overflow:auto}body:not(.page-home) .grid-2,body:not(.page-home) .grid-3,body:not(.page-home) .grid-4,body:not(.page-home) .grid-main-aside,body:not(.page-home) .split-rail{grid-template-columns:1fr}body:not(.page-home) .sticky{position:static}body:not(.page-home) .hero-card{flex-direction:column;min-height:auto;display:flex}body:not(.page-home) .hero-card>img{order:0;width:100%;height:235px;position:relative}body:not(.page-home) .hero-card:after{display:none}body:not(.page-home) .hero-content{order:1;width:100%;padding:20px}body:not(.page-home) .hero-content h1{font-size:34px}body:not(.page-home) .hero-meta{gap:16px;margin:18px 0}body:not(.page-home) .tabs{gap:18px;margin-left:-14px;margin-right:-14px;padding:0 14px}body:not(.page-home) .filters{flex-wrap:nowrap;margin-left:-14px;margin-right:-14px;padding-bottom:4px;padding-left:14px;padding-right:14px;overflow:auto}body:not(.page-home) .filter{flex:none}body:not(.page-home) .developer-card{grid-template-columns:68px 1fr auto;padding:14px}body:not(.page-home) .developer-logo{width:68px;height:68px;font-size:18px}body:not(.page-home) .dev-stats{display:none}body:not(.page-home) .dev-score{min-width:74px}body:not(.page-home) .project-card .body{padding:12px}body:not(.page-home) .project-card h3{font-size:14px}body:not(.page-home) .project-card .price strong{font-size:15px}body:not(.page-home) .section-title h2{font-size:20px}body:not(.page-home) .feature-story{min-height:330px}body:not(.page-home) .feature-story h2{font-size:26px}body:not(.page-home) .feature-story .content{bottom:18px;left:18px;right:18px}body:not(.page-home) .article-layout{display:block}body:not(.page-home) .article-body{font-size:16px;line-height:1.68}body:not(.page-home) .article-body h1{font-size:34px}body:not(.page-home) .article-body h2{font-size:24px}body:not(.page-home) .article-sidebar{gap:12px;display:grid;position:static}body:not(.page-home) .article-sidebar .card+.card{margin:0}body:not(.page-home) .ranking-table{background:0 0;border:0;overflow:visible}body:not(.page-home) .ranking-row.head{display:none}body:not(.page-home) .ranking-row{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:34px 1fr auto;gap:10px;margin-bottom:9px;padding:12px}body:not(.page-home) .ranking-row>:nth-child(n+4){display:none}body:not(.page-home) .profile-stats{grid-template-columns:repeat(2,1fr)}body:not(.page-home) .choice-grid{grid-template-columns:1fr}body:not(.page-home) .footer{display:none}body:not(.page-home) .bottom-nav{z-index:70;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--line);height:70px;padding-bottom:env(safe-area-inset-bottom);background:#fffffff7;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}body:not(.page-home) .bottom-nav a{color:#6e7588;align-content:center;place-items:center;gap:3px;font-size:9px;display:grid}body:not(.page-home) .bottom-nav img{width:21px;height:21px}body:not(.page-home) .bottom-nav a.active{color:var(--primary);font-weight:800}body:not(.page-home) .toast{text-align:center;bottom:86px;left:14px;right:14px}body:not(.page-home) .mobile-scroll{scroll-snap-type:x mandatory;gap:10px;margin-right:-14px;display:flex;overflow:auto}body:not(.page-home) .mobile-scroll>*{scroll-snap-align:start;min-width:78%}body:not(.page-home) .hide-mobile{display:none!important}}body:not(.page-home) .container{width:min(var(--max),calc(100% - 64px))}body:not(.page-home) .brand{letter-spacing:-.015em;font-size:16px}body:not(.page-home) .brand small{font-size:9px}body:not(.page-home) .page-head h1,body:not(.page-home) .section-title h2,body:not(.page-home) .hero-content h1,body:not(.page-home) .article-body h1,body:not(.page-home) .article-body h2{font-family:var(--display)}body:not(.page-home) .page-head h1{font-size:32px}body:not(.page-home) .card{box-shadow:0 2px 10px #1f264006}body:not(.page-home) .btn{border-radius:9px;min-height:44px}body:not(.page-home) .btn-primary{background:linear-gradient(135deg,#624ff4,#4d3bd6)}body:not(.page-home) .filter,body:not(.page-home) .input,body:not(.page-home) .select{border-radius:9px;height:43px}body:not(.page-home) .filter.active{background:#4f3ed6}body:not(.page-home) .tabs{gap:36px}body:not(.page-home) .tabs a,body:not(.page-home) .tabs button{font-size:12px}body:not(.page-home) .section{margin-top:24px}body:not(.page-home) .section-title h2{font-size:21px}body:not(.page-home) .risk-badge{border-radius:6px;padding:5px 8px}body:not(.page-home) .score{font-family:var(--display)}body:not(.page-home) .page-home{background:#fff}body:not(.page-home) .page-home .site-header{color:#fff;box-shadow:none;background:#07111f}body:not(.page-home) .page-home .site-header .brand small,body:not(.page-home) .page-home .site-header .main-nav a{color:#fff}body:not(.page-home) .page-home .site-header .brand img,body:not(.page-home) .page-home .site-header .header-actions img{filter:brightness(0)invert()}body:not(.page-home) .page-home .site-header .main-nav a.active,body:not(.page-home) .page-home .site-header .main-nav a:hover{color:#fff;border-color:#7468ff}body:not(.page-home) .page-home .icon-button:hover{background:#ffffff14;border-color:#ffffff24}body:not(.page-home) .trust-check{grid-template-columns:1.1fr .9fr;gap:14px;display:grid}body:not(.page-home) .newsletter{color:#fff;background:#0b1423;border-radius:14px;grid-template-columns:1fr minmax(340px,.8fr);align-items:center;gap:28px;margin-top:18px;padding:22px 28px;display:grid}body:not(.page-home) .newsletter .input{width:100%}body:not(.page-home) .newsletter-form{gap:8px;display:flex}body:not(.page-home) .page-home .footer{color:#101425;border-top:1px solid var(--line);background:#fff;margin-top:0}body:not(.page-home) .page-home .footer a{color:#5e6679}body:not(.page-home) .page-home .footer .brand small{color:#7c8495}body:not(.page-home) .page-home .legal{color:#8b92a1;border-color:#e7e9ef}body:not(.page-home) .catalog-risk-tabs{align-items:center;gap:10px;margin:14px 0 16px;display:flex}body:not(.page-home) .catalog-risk-tabs .filter{background:#fff}body:not(.page-home) .catalog-risk-tabs .filter.active{color:#4d3bd6;background:#f2f0ff;border-color:#dcd8ff}body:not(.page-home) .catalog-layout{grid-template-columns:minmax(0,1.55fr) minmax(380px,.92fr);align-items:start;gap:14px;display:grid}body:not(.page-home) .catalog-list{gap:10px;display:grid}body:not(.page-home) .catalog-item{grid-template-columns:300px minmax(0,1fr) 118px;align-items:stretch;gap:20px;padding:12px;display:grid}body:not(.page-home) .catalog-photo{border-radius:11px;min-height:175px;position:relative;overflow:hidden}body:not(.page-home) .catalog-photo img{object-fit:cover;width:100%;height:100%}body:not(.page-home) .catalog-photo .risk-badge{position:absolute;bottom:10px;left:10px}body:not(.page-home) .catalog-item h2{font:600 22px var(--display);margin:4px 0 3px}body:not(.page-home) .catalog-address{color:var(--muted);font-size:12px}body:not(.page-home) .catalog-meta{flex-wrap:wrap;gap:8px;margin:11px 0;display:flex}body:not(.page-home) .pill{color:#51596b;background:#f5f6f9;border-radius:6px;padding:5px 8px;font-size:10px;display:inline-flex}body:not(.page-home) .catalog-price{font-size:20px;font-weight:700}body:not(.page-home) .catalog-score{border-left:1px solid var(--line);align-content:center;justify-items:center;display:grid}body:not(.page-home) .catalog-score .score{font-size:30px}body:not(.page-home) .catalog-map{border:1px solid var(--line);background:#eef1ec url(/assets/images/ui/catalog-map.png) 50%/cover no-repeat;border-radius:14px;height:704px;position:relative;overflow:hidden}body:not(.page-home) .map-tabs{box-shadow:var(--shadow);background:#fff;border-radius:9px;padding:3px;display:flex;position:absolute;top:14px;left:50%;transform:translate(-50%)}body:not(.page-home) .map-tabs span{padding:8px 16px;font-size:11px}body:not(.page-home) .map-tabs .active{color:#4d3bd6;background:#f0efff;border-radius:7px}body:not(.page-home) .map-found{text-align:center;box-shadow:var(--shadow);background:#fff;border-radius:12px;padding:16px;position:absolute;bottom:18px;left:18px;right:18px}body:not(.page-home) .project-top{grid-template-columns:1.12fr .92fr .72fr;align-items:stretch;gap:20px;display:grid}body:not(.page-home) .project-gallery{border-radius:14px;min-height:325px;position:relative;overflow:hidden}body:not(.page-home) .project-gallery img{object-fit:cover;width:100%;height:100%}body:not(.page-home) .project-gallery .heart{top:12px;right:12px}body:not(.page-home) .project-gallery-count{background:#fffffff0;border-radius:7px;padding:6px 9px;font-size:11px;position:absolute;bottom:12px;left:12px}body:not(.page-home) .project-summary{padding:8px 0}body:not(.page-home) .project-summary h1{font:600 38px/1 var(--display);letter-spacing:-.035em;margin:14px 0 7px}body:not(.page-home) .project-location{color:#5d6577;margin-bottom:18px}body:not(.page-home) .project-lines{gap:10px;margin-top:18px;display:grid}body:not(.page-home) .project-line{align-items:center;gap:10px;font-size:12px;display:flex}body:not(.page-home) .project-facts{border-top:1px solid var(--line);grid-template-columns:repeat(5,1fr);gap:10px;margin-top:22px;padding-top:14px;display:grid}body:not(.page-home) .project-facts strong{font-size:13px;display:block}body:not(.page-home) .project-facts span{color:var(--muted);font-size:10px}body:not(.page-home) .project-price-box{flex-direction:column;gap:12px;padding:20px;display:flex}body:not(.page-home) .project-price-box .big-price{font:600 30px var(--display)}body:not(.page-home) .project-actions-row{grid-template-columns:repeat(4,1fr);gap:10px;margin:14px 0;display:grid}body:not(.page-home) .project-overview{grid-template-columns:1.15fr .9fr .95fr;gap:14px;display:grid}body:not(.page-home) .risk-meter{background:linear-gradient(90deg,#ed4343 0 28%,#efa320 28% 58%,#2e9b58 58% 100%);border-radius:99px;height:5px;margin:12px 0 20px;position:relative}body:not(.page-home) .risk-meter i{background:#2e9b58;border-radius:50%;width:13px;height:13px;position:absolute;top:50%;left:73%;transform:translate(-50%,-50%);box-shadow:0 0 0 4px #e9f8ed}body:not(.page-home) .construction-photo{object-fit:cover;border-radius:12px;width:100%;height:165px}body:not(.page-home) .progress-line{background:#eceef5;border-radius:99px;height:6px;overflow:hidden}body:not(.page-home) .progress-line i{background:#5546e8;height:100%;display:block}body:not(.page-home) .developers-layout{grid-template-columns:minmax(0,1fr) 330px;gap:14px;display:grid}body:not(.page-home) .developer-row{grid-template-columns:110px minmax(0,1fr) 240px 128px;align-items:center;gap:18px;padding:16px;display:grid}body:not(.page-home) .developer-row .developer-logo{width:110px;height:110px}body:not(.page-home) .developer-copy h2{font:600 22px var(--display);margin:0 0 2px}body:not(.page-home) .developer-metrics{gap:7px;font-size:11px;display:grid}body:not(.page-home) .developer-metric{justify-content:space-between;gap:20px;display:flex}body:not(.page-home) .developer-row-score{text-align:center}body:not(.page-home) .developer-map{background:#eef1ec url(/assets/images/ui/catalog-map.png) 50%/cover no-repeat;border-radius:12px;height:310px}body:not(.page-home) .quick-links .check-row{grid-template-columns:1fr auto}body:not(.page-home) .developer-hero{grid-template-columns:175px minmax(0,1fr) 320px;align-items:stretch;gap:20px;display:grid}body:not(.page-home) .developer-logo-panel{place-items:center;min-height:240px;display:grid}body:not(.page-home) .developer-logo-panel .developer-logo{width:130px;height:130px;font-size:34px}body:not(.page-home) .developer-hero-main{min-height:280px;padding:28px;position:relative;overflow:hidden}body:not(.page-home) .developer-hero-main>img{object-fit:cover;width:58%;height:100%;position:absolute;top:0;right:0}body:not(.page-home) .developer-hero-main:after{content:"";background:linear-gradient(90deg,#fff 0 44%,#fffffff0 53%,#ffffff1f 88%);position:absolute;inset:0}body:not(.page-home) .developer-hero-copy{z-index:2;width:55%;position:relative}body:not(.page-home) .developer-hero-copy h1{font:600 38px var(--display);margin:8px 0}body:not(.page-home) .developer-stat-strip{grid-template-columns:repeat(6,1fr);margin-top:14px;display:grid}body:not(.page-home) .developer-stat-strip>div{border-right:1px solid var(--line);padding:16px 18px}body:not(.page-home) .developer-stat-strip>div:last-child{border-right:0}body:not(.page-home) .developer-stat-strip strong{font-size:20px;display:block}body:not(.page-home) .developer-stat-strip span{color:var(--muted);font-size:10px}body:not(.page-home) .check-hero{background:linear-gradient(110deg,#fff 0 52%,#f6f4ff);min-height:310px;padding:38px 42% 32px 28px;position:relative;overflow:hidden}body:not(.page-home) .check-hero-visual{opacity:.9;width:34%;position:absolute;top:50%;right:4%;transform:translateY(-50%)}body:not(.page-home) .check-hero h1{font:600 42px/1.02 var(--display);margin:0 0 10px}body:not(.page-home) .check-switch{border:1px solid var(--line);border-radius:10px;grid-template-columns:1fr 1fr;max-width:520px;margin:20px 0;display:grid;overflow:hidden}body:not(.page-home) .check-switch button{background:#fff;border:0;height:44px}body:not(.page-home) .check-switch .active{color:#5546e8;background:#f3f1ff;font-weight:700}body:not(.page-home) .check-search{grid-template-columns:minmax(0,1fr) 150px;gap:8px;max-width:700px;display:grid}body:not(.page-home) .risk-result{grid-template-columns:280px minmax(0,1fr);gap:18px;padding:16px;display:grid}body:not(.page-home) .result-project{grid-template-columns:125px 1fr;gap:14px;display:grid}body:not(.page-home) .result-project img{object-fit:cover;border-radius:10px;width:125px;height:125px}body:not(.page-home) .risk-checks{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}body:not(.page-home) .risk-checks .card{text-align:center;padding:15px}body:not(.page-home) .risk-checks .check-icon{margin:0 auto 8px}body:not(.page-home) .ranking-hero-grid{grid-template-columns:repeat(3,1fr) 250px;gap:10px;display:grid}body:not(.page-home) .rank-podium{text-align:center;min-height:170px;padding:18px}body:not(.page-home) .rank-podium .developer-logo{margin:8px auto}body:not(.page-home) .ranking-main{grid-template-columns:minmax(0,1fr) 280px;gap:14px;display:grid}body:not(.page-home) .ranking-side{gap:12px;display:grid}body:not(.page-home) .donut{background:conic-gradient(#2f9a57 0 22%,#e4a01f 22% 68%,#ec4848 68% 100%);border-radius:50%;width:140px;height:140px;margin:10px auto;position:relative}body:not(.page-home) .donut:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:27px}body:not(.page-home) .journal-grid{grid-template-columns:minmax(0,1.7fr) minmax(300px,.78fr);gap:14px;display:grid}body:not(.page-home) .journal-lead-row{grid-template-columns:minmax(0,1.15fr) .85fr;gap:14px;display:grid}body:not(.page-home) .urgent-card .check-row{grid-template-columns:42px 1fr auto}body:not(.page-home) .urgent-logo{color:#ed4b37;background:#f7f7fb;border-radius:50%;place-items:center;width:42px;height:42px;font-weight:800;display:grid}body:not(.page-home) .journal-aside{gap:12px;display:grid}body:not(.page-home) .collection-list a{border-top:1px solid var(--line);gap:12px;padding:11px 0;display:flex}body:not(.page-home) .collection-list a:first-child{border-top:0}body:not(.page-home) .article-head{grid-template-columns:minmax(0,1fr) 520px 280px;align-items:start;gap:20px;margin-bottom:28px;display:grid}body:not(.page-home) .article-head-copy h1{font:600 44px/1.02 var(--display);letter-spacing:-.04em;margin:14px 0}body:not(.page-home) .article-head-copy .lead{color:#5c6476;font-size:17px}body:not(.page-home) .article-head-media img{object-fit:cover;border-radius:14px;width:100%;height:310px}body:not(.page-home) .article-head-side .card+.card{margin-top:10px}body:not(.page-home) .article-content-grid{grid-template-columns:210px minmax(0,760px) 280px;align-items:start;gap:28px;display:grid}body:not(.page-home) .article-reading{font-size:17px;line-height:1.72}body:not(.page-home) .article-reading h2{font:600 28px/1.15 var(--display);margin:38px 0 13px}body:not(.page-home) .article-reading p{margin:0 0 18px}body:not(.page-home) .analytics-kpis{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}body:not(.page-home) .analytics-main{grid-template-columns:minmax(0,1fr) 310px;gap:14px;display:grid}body:not(.page-home) .market-table{border-collapse:collapse;width:100%}body:not(.page-home) .market-table th,body:not(.page-home) .market-table td{border-top:1px solid var(--line);text-align:left;padding:14px 12px;font-size:12px}body:not(.page-home) .market-table th{color:var(--muted);background:#fafbfc;font-size:10px}body:not(.page-home) .market-table tr:first-child th{border-top:0}body:not(.page-home) .footer{color:#111827;border-top:1px solid var(--line);background:#fff;padding:28px 0 18px}body:not(.page-home) .footer a{color:#697185}body:not(.page-home) .footer .brand small{color:#7d8494}body:not(.page-home) .legal{color:#9097a6;border-color:#e6e9f0}body:not(.page-home) .kbd-link{color:var(--primary);font-size:12px;font-weight:700}body:not(.page-home) .inline-icon{object-fit:contain;width:18px;height:18px}@media (width<=1100px){body:not(.page-home) .catalog-layout,body:not(.page-home) .developers-layout,body:not(.page-home) .ranking-main,body:not(.page-home) .analytics-main{grid-template-columns:1fr}body:not(.page-home) .catalog-map,body:not(.page-home) .developer-map{height:420px}body:not(.page-home) .project-top{grid-template-columns:1fr 1fr}body:not(.page-home) .project-price-box{grid-column:1/-1}body:not(.page-home) .project-overview{grid-template-columns:1fr 1fr}body:not(.page-home) .project-overview>:last-child{grid-column:1/-1}body:not(.page-home) .developer-hero{grid-template-columns:150px minmax(0,1fr)}body:not(.page-home) .developer-hero>.card:last-child{grid-column:1/-1}body:not(.page-home) .ranking-hero-grid{grid-template-columns:repeat(3,1fr)}body:not(.page-home) .ranking-hero-grid>:last-child{grid-column:1/-1}body:not(.page-home) .article-head{grid-template-columns:1fr 420px}body:not(.page-home) .article-head-side{grid-column:1/-1;grid-template-columns:repeat(2,1fr);gap:10px;display:grid}body:not(.page-home) .article-head-side .card+.card{margin:0}body:not(.page-home) .article-content-grid{grid-template-columns:minmax(0,1fr) 280px}body:not(.page-home) .article-content-grid>.article-toc{display:none}body:not(.page-home) .analytics-kpis{grid-template-columns:repeat(3,1fr)}}@media (width<=760px){body:not(.page-home) .container{width:calc(100% - 28px)}body:not(.page-home) .page-home .site-header .brand img,body:not(.page-home) .page-home .site-header .header-actions img{filter:none}body:not(.page-home) .trust-check,body:not(.page-home) .newsletter{grid-template-columns:1fr}body:not(.page-home) .newsletter-form{grid-template-columns:1fr;display:grid}body:not(.page-home) .catalog-risk-tabs{margin-right:-14px;overflow:auto}body:not(.page-home) .catalog-layout{grid-template-columns:1fr}body:not(.page-home) .catalog-map{display:none}body:not(.page-home) .catalog-item{grid-template-columns:115px minmax(0,1fr) 62px;padding:9px}body:not(.page-home) .catalog-photo{min-height:130px}body:not(.page-home) .catalog-item h2{font-size:15px}body:not(.page-home) .catalog-address,body:not(.page-home) .catalog-meta{display:none}body:not(.page-home) .catalog-price{font-size:14px}body:not(.page-home) .catalog-score{border:0}body:not(.page-home) .catalog-score .score{font-size:21px}body:not(.page-home) .project-top{grid-template-columns:1fr}body:not(.page-home) .project-gallery{min-height:245px}body:not(.page-home) .project-summary h1{font-size:31px}body:not(.page-home) .project-facts{grid-template-columns:repeat(3,1fr)}body:not(.page-home) .project-actions-row{grid-template-columns:repeat(2,1fr)}body:not(.page-home) .project-overview{grid-template-columns:1fr}body:not(.page-home) .project-overview>:last-child{grid-column:auto}body:not(.page-home) .developer-row{grid-template-columns:70px minmax(0,1fr) 72px;padding:11px}body:not(.page-home) .developer-row .developer-logo{width:70px;height:70px}body:not(.page-home) .developer-metrics{display:none}body:not(.page-home) .developer-copy h2{font-size:16px}body:not(.page-home) .developer-hero{grid-template-columns:82px 1fr}body:not(.page-home) .developer-logo-panel{min-height:120px}body:not(.page-home) .developer-logo-panel .developer-logo{width:68px;height:68px;font-size:18px}body:not(.page-home) .developer-hero-main{min-height:160px;padding:12px}body:not(.page-home) .developer-hero-main>img,body:not(.page-home) .developer-hero-main:after{display:none}body:not(.page-home) .developer-hero-copy{width:100%}body:not(.page-home) .developer-hero-copy h1{font-size:27px}body:not(.page-home) .developer-hero>.card:last-child{grid-column:1/-1}body:not(.page-home) .developer-stat-strip{grid-template-columns:repeat(3,1fr)}body:not(.page-home) .developer-stat-strip>div:nth-child(n+4){display:none}body:not(.page-home) .check-hero{min-height:auto;padding:22px}body:not(.page-home) .check-hero-visual{display:none}body:not(.page-home) .check-hero h1{font-size:30px}body:not(.page-home) .check-search,body:not(.page-home) .risk-result,body:not(.page-home) .risk-checks{grid-template-columns:1fr}body:not(.page-home) .ranking-hero-grid{margin-right:-14px;display:flex;overflow:auto}body:not(.page-home) .rank-podium{min-width:70%}body:not(.page-home) .ranking-main{grid-template-columns:1fr}body:not(.page-home) .ranking-side{display:none}body:not(.page-home) .journal-grid,body:not(.page-home) .journal-lead-row{grid-template-columns:1fr}body:not(.page-home) .journal-aside{display:none}body:not(.page-home) .article-head{display:block}body:not(.page-home) .article-head-copy h1{font-size:32px}body:not(.page-home) .article-head-media{margin-top:16px}body:not(.page-home) .article-head-media img{height:240px}body:not(.page-home) .article-head-side{display:none}body:not(.page-home) .article-content-grid{display:block}body:not(.page-home) .article-reading{font-size:16px;line-height:1.68}body:not(.page-home) .analytics-kpis{grid-template-columns:repeat(2,1fr)}body:not(.page-home) .analytics-kpis>:last-child{grid-column:1/-1}body:not(.page-home) .footer{display:none}}:root{--paper:#f6f6f3;--surface:#fff;--ink:#0b1220;--ink2:#151e31;--muted:#727b8e;--line:#e6e8ef;--violet:#5b5ff7;--blue:#3867f0;--good:#2e9b62;--warn:#d89a24;--bad:#dc4a4a;--shadow:0 18px 55px #0c152717;--radius:22px;--max:1320px;--sans:"General Sans",Arial,sans-serif;--display:"Clash Display","General Sans",Arial,sans-serif;--mono:"Space Mono",monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.45}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input{font:inherit}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.icon{width:22px;height:22px;display:inline-block}.eyebrow{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:#8b92a3;font-size:11px}.topbar{z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f6f6f3e0;border-bottom:1px solid #e6e8efdb;position:sticky;top:0}.topbar-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:28px;height:76px;display:grid}.brand{white-space:nowrap;align-items:center;gap:10px;font-weight:700;display:flex}.brand img{width:36px;height:36px}.brand small{color:var(--muted);margin-top:1px;font-size:10px;font-weight:500;display:block}.nav{justify-content:center;gap:28px;font-size:14px;font-weight:600;display:flex}.nav a:hover{color:var(--violet)}.nav-actions{align-items:center;gap:10px;display:flex}.icon-btn{cursor:pointer;background:0 0;border:0;border-radius:14px;place-items:center;width:44px;height:44px;display:grid}.icon-btn:hover{background:#eceef5}.independent{border:1px solid var(--line);background:#fff;border-radius:12px;height:40px;padding:0 14px;font-size:12px;font-weight:700}.hero{padding:22px 0 16px}.hero-shell{color:#fff;min-height:560px;box-shadow:var(--shadow);background:#07101f;border-radius:30px;position:relative;overflow:hidden}.hero-media{position:absolute;inset:0}.hero-media img{object-fit:cover;width:100%;height:100%}.hero-overlay{background:linear-gradient(90deg,#050d19f0 0%,#050d19c4 39%,#050d1914 72%,#050d191a 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:700px;padding:58px 58px 42px;position:relative}.hero-badge{color:#ccd4e3;font-family:var(--mono);background:#08122073;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:8px;padding:8px 11px;font-size:11px;display:inline-flex}.hero h1{font-family:var(--display);letter-spacing:-.04em;margin:22px 0;font-size:clamp(44px,5.2vw,76px);line-height:.96}.hero h1 em{color:#8d90ff;font-style:normal}.hero p{color:#d2d7e3;max-width:590px;font-size:17px}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.btn{cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 20px;font-weight:700;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#6b6ff8,#4b49eb);box-shadow:0 10px 28px #5b5ff747}.btn-dark{color:#fff;background:#101827}.btn-light{color:var(--ink);background:#fff}.metrics{border-top:1px solid #ffffff26;grid-template-columns:repeat(3,1fr);max-width:650px;margin-top:44px;padding-top:20px;display:grid}.metric{padding-right:28px}.metric+.metric{border-left:1px solid #ffffff26;padding-left:28px}.metric strong{font-family:var(--display);font-size:27px}.metric span{color:#c8cfdb;margin-top:2px;font-size:12px;display:block}.demo-chip{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-family:var(--mono);color:#d8dde8;background:#08101dc2;border-radius:12px;padding:10px 12px;font-size:10px;position:absolute;bottom:24px;right:24px}section{padding:30px 0}.section-head{justify-content:space-between;align-items:end;gap:24px;margin-bottom:18px;display:flex}.section-head h2{font-family:var(--display);letter-spacing:-.025em;margin:0;font-size:34px}.section-head p{color:var(--muted);margin:4px 0 0}.more{color:var(--violet);font-size:13px;font-weight:700}.rubric-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.rubric-card{color:#fff;isolation:isolate;background:#121a2b;border-radius:20px;flex-direction:column;justify-content:space-between;min-height:220px;padding:22px;display:flex;position:relative;overflow:hidden}.rubric-card:before{content:"";z-index:-1;background:linear-gradient(#040a1414,#040a14e6);position:absolute;inset:0}.rubric-card img{object-fit:cover;z-index:-2;filter:saturate(.75);width:100%;height:100%;position:absolute;inset:0}.tag{width:max-content;font-family:var(--mono);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff24;border-radius:999px;align-items:center;padding:7px 10px;font-size:10px;font-weight:700;display:inline-flex}.tag.risk{background:#e64c4c}.tag.market{background:#3d69ef}.tag.sales{background:#45a86d}.rubric-card h3{font-family:var(--display);margin:12px 0;font-size:25px;line-height:1.06}.source{font-family:var(--mono);color:#c7cfdb;font-size:10px}.editorial-grid{grid-template-columns:1.35fr 1fr 1fr;gap:14px;display:grid}.story{border:1px solid var(--line);background:#fff;border-radius:20px;transition:all .25s;overflow:hidden}.story:hover,.project:hover,.tool-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.story img{aspect-ratio:16/9;object-fit:cover;width:100%}.story-body{padding:18px}.story h3{font-family:var(--display);margin:10px 0;font-size:21px;line-height:1.14}.story.feature h3{font-size:28px}.meta{font-family:var(--mono);color:var(--muted);font-size:10px}.catalog-tabs,.filters{flex-wrap:wrap;gap:8px;display:flex}.chip{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:7px;height:38px;padding:0 14px;font-size:12px;display:inline-flex}.chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.filters{margin:12px 0 18px}.projects{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.project{border:1px solid var(--line);background:#fff;border-radius:18px;transition:all .25s;overflow:hidden}.project-media{position:relative}.project-media img{aspect-ratio:16/9;object-fit:cover;width:100%}.risk-badge{font-family:var(--mono);color:#162017;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:700;position:absolute;bottom:12px;left:12px}.low{background:#b9e7c7}.medium{background:#f4d477}.high{background:#f08f89}.project-body{padding:14px}.project h3{margin:0 0 6px;font-size:16px}.project-info{color:var(--muted);font-size:11px}.project-price{justify-content:space-between;align-items:end;margin-top:14px;font-size:11px;display:flex}.project-price strong{font-size:17px}.tools{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.tool-card{color:#fff;background:linear-gradient(135deg,#121a2c,#1d2741);border-radius:22px;min-height:190px;padding:24px;transition:all .25s;position:relative;overflow:hidden}.tool-card:nth-child(2){color:var(--ink);background:linear-gradient(135deg,#f0efff,#e7e9ff)}.tool-card:nth-child(3){color:var(--ink);border:1px solid var(--line);background:linear-gradient(135deg,#fff,#eceef6)}.tool-card h3{font-family:var(--display);margin:0 0 8px;font-size:26px}.tool-card p{max-width:260px;color:inherit;opacity:.72}.tool-icon{background:#6669fa2e;border-radius:32px;place-items:center;width:110px;height:110px;display:grid;position:absolute;bottom:10px;right:18px;transform:rotate(-7deg)}.tool-icon img{filter:none;width:58px;height:58px}.data-grid{grid-template-columns:.9fr 1.3fr;gap:14px;display:grid}.panel{border:1px solid var(--line);background:#fff;border-radius:22px;padding:22px}.panel h3{font-family:var(--display);margin:0 0 16px;font-size:25px}.ranking-row{border-top:1px solid #eef0f4;grid-template-columns:28px 1fr 90px 90px;align-items:center;gap:12px;padding:11px 0;font-size:13px;display:grid}.rankbar{background:#edf0f4;border-radius:99px;height:6px;overflow:hidden}.rankbar i{background:#6066ef;border-radius:99px;height:100%;display:block}.riskdot{border-radius:50%;width:9px;height:9px;margin-right:6px;display:inline-block}.analytics{grid-template-columns:1.55fr .75fr;gap:16px;display:grid}.chartbox{background:linear-gradient(#fbfbff,#fff);border-radius:16px;min-height:245px;padding:10px}.chartbox svg{width:100%;height:210px}.big-number{border-left:1px solid var(--line);flex-direction:column;justify-content:center;padding-left:20px;display:flex}.big-number strong{font-family:var(--display);letter-spacing:-.04em;font-size:52px}.big-number span{color:var(--good);font-weight:700}.trust-check{grid-template-columns:1fr 1fr;gap:14px;display:grid}.trust{color:#fff;background:#11192a}.trust-items{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.trust-item{gap:12px;display:flex}.trust-item img{filter:invert();opacity:.86;width:26px;height:26px}.trust-item strong{font-size:13px;display:block}.trust-item span{color:#9aa5b6;margin-top:3px;font-size:11px;display:block}.sources{font-family:var(--mono);color:#aeb6c5;border-top:1px solid #ffffff1f;flex-wrap:wrap;gap:18px;margin-top:22px;padding-top:18px;font-size:10px;display:flex}.checker{background:linear-gradient(135deg,#f2f2ff,#fff)}.checker form{gap:8px;display:flex}.input{border:1px solid var(--line);background:#fff;border-radius:12px;outline:none;width:100%;height:48px;padding:0 14px}.input:focus{border-color:#8f91f8;box-shadow:0 0 0 4px #5b5ff71f}.popular{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.popular span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:6px 8px;font-size:10px}.result{border:1px solid var(--line);background:#fff;border-radius:14px;margin-top:14px;padding:14px;display:none}.result.show{display:block}.result strong{align-items:center;gap:8px;display:flex}.result small{color:var(--muted);margin-top:6px;display:block}.newsletter{padding:18px 0 36px}.newsletter-card{color:#fff;background:#0e1728;border-radius:24px;grid-template-columns:1fr 1.1fr;align-items:center;gap:30px;padding:26px 30px;display:grid;overflow:hidden}.newsletter-card h3{font-family:var(--display);margin:0;font-size:30px}.newsletter-card p{color:#b4bdcb;margin:6px 0 0}.subscribe{gap:8px;display:flex}.subscribe .input{border:0}footer{border-top:1px solid var(--line);background:#fff;padding:34px 0 92px}.footer-grid{grid-template-columns:1.3fr repeat(4,1fr);gap:28px;display:grid}.footer-grid h4{margin:0 0 10px;font-size:12px}.footer-grid a{color:var(--muted);margin:7px 0;font-size:12px;display:block}.legal{border-top:1px solid var(--line);color:#8c94a2;justify-content:space-between;margin-top:24px;padding-top:18px;font-size:11px;display:flex}.bottom-nav,.mobile-only{display:none}.toast{z-index:80;color:#fff;box-shadow:var(--shadow);opacity:0;pointer-events:none;background:#11192a;border-radius:14px;padding:14px 16px;transition:all .25s;position:fixed;bottom:24px;right:24px;transform:translateY(30px)}.toast.show{opacity:1;transform:none}.reveal{opacity:0;transition:all .55s;transform:translateY(18px)}.reveal.visible{opacity:1;transform:none}:focus-visible{outline-offset:3px;outline:3px solid #5b5ff759}@media (width<=980px){.nav,.independent{display:none}.topbar-inner{grid-template-columns:1fr auto}.brand{grid-column:1}.nav-actions{grid-column:2}.hero-shell{min-height:520px}.hero-content{padding:44px 34px}.projects{grid-template-columns:repeat(2,1fr)}.editorial-grid{grid-template-columns:1fr 1fr}.story.feature{grid-column:1/-1}.tools,.data-grid,.trust-check{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=680px){body{background:#fff;padding-bottom:78px}.container{width:min(100% - 24px,var(--max))}.topbar{background:#ffffffeb}.topbar-inner{height:66px}.brand small{display:none}.brand img{width:32px;height:32px}.brand span{font-size:15px}.nav-actions .icon-btn:nth-child(3){display:none}.hero{padding:10px 0 4px}.hero-shell{border-radius:24px;min-height:500px}.hero-content{padding:28px 22px}.hero h1{margin:15px 0 16px;font-size:42px}.hero p{max-width:92%;font-size:14px}.hero-actions{margin-top:22px}.hero-actions .btn{width:100%}.metrics{grid-template-columns:repeat(3,1fr);margin-top:28px}.metric{padding-right:10px}.metric+.metric{padding-left:10px}.metric strong{font-size:21px}.metric span{font-size:9px}.demo-chip{bottom:14px;right:14px}.section-head h2{font-size:28px}.section-head p{font-size:13px}.rubric-grid,.editorial-grid,.projects{scroll-snap-type:x mandatory;scrollbar-width:none;gap:12px;margin:0 -12px;padding:0 12px 10px;display:flex;overflow-x:auto}.rubric-grid::-webkit-scrollbar{display:none}.editorial-grid::-webkit-scrollbar{display:none}.projects::-webkit-scrollbar{display:none}.rubric-card{scroll-snap-align:start;min-width:82vw;min-height:210px}.story,.story.feature{scroll-snap-align:start;grid-column:auto;min-width:78vw}.story.feature h3{font-size:22px}.project{scroll-snap-align:start;min-width:76vw}.tools{grid-template-columns:1fr}.tool-card{min-height:142px;padding:20px}.tool-card h3{font-size:21px}.tool-icon{width:86px;height:86px}.tool-icon img{width:44px}.data-grid,.analytics{grid-template-columns:1fr}.big-number{border-left:0;border-top:1px solid var(--line);padding:16px 0 0}.trust-check,.trust-items{grid-template-columns:1fr}.checker form{flex-direction:column}.newsletter-card{grid-template-columns:1fr;padding:22px}.subscribe{flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.legal{flex-direction:column;gap:8px}.bottom-nav{z-index:70;height:74px;padding-bottom:max(6px,env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid var(--line);background:#fffffff0;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -14px 35px #121e3417}.bottom-nav button{color:#70798b;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:9px;display:flex}.bottom-nav button.active{color:var(--violet);font-weight:700}.bottom-nav img{width:22px;height:22px}.mobile-only{display:block}.desktop-only{display:none}section{padding:24px 0}.panel{padding:18px}.ranking-row{grid-template-columns:24px 1fr 65px 66px;gap:7px;font-size:11px}.toast{text-align:center;bottom:88px;left:12px;right:12px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}.brand img,.icon-btn img,.bottom-nav img,.trust-item img{object-fit:contain}.asset-note{color:#111827;font:700 9px var(--mono);z-index:3;background:#ffffffe6;border-radius:999px;padding:6px 9px;position:absolute;top:12px;right:12px}:root{--bg:var(--paper);--text:var(--ink);--primary:var(--violet);--primary2:var(--blue);--soft:#f0efff;--good-bg:#eaf8ee;--warn-bg:#fff6db;--bad-bg:#ffeded;--r:18px;--r2:26px}body:not(.page-home) .page{padding:28px 0 64px}body:not(.page-home) .stack{gap:16px;display:grid}body:not(.page-home) .muted{color:var(--muted)}body:not(.page-home) .small{font-size:12px}
