@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
:root{--ink:#153352;--blue:#075ed5;--green:#00b85a;--yellow:#ffd33d;--paper:#f4f8fc;--white:#fff;--muted:#687d92;--line:#dfe9f2;--shadow:0 18px 48px rgba(13,79,168,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.gbr-page{margin:0;color:var(--ink);background:radial-gradient(circle at 95% 0,rgba(11,95,215,.1),transparent 28rem),radial-gradient(circle at 0 35%,rgba(0,184,90,.09),transparent 30rem),var(--paper);font:16px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}button,input,select,textarea{font:inherit}a{color:inherit}.gbr-shell{width:min(1180px,calc(100% - 40px));margin:auto}.gbr-header{position:sticky;top:0;z-index:100;background:rgba(245,249,253,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(220,231,240,.9)}.gbr-header-row{min-height:72px;display:flex;align-items:center;gap:14px}.gbr-logo{display:flex;flex:0 0 auto}.gbr-logo img{display:block;width:184px;height:auto}.gbr-nav{margin-left:auto;display:flex;align-items:center;gap:5px}.gbr-nav a,.gbr-login,.gbr-add{min-height:36px;display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;text-decoration:none;font-size:14px;font-weight:800}.gbr-nav a:hover{background:#fff}.gbr-login{border:1px solid var(--line);background:#fff}.gbr-add{color:#fff!important;background:linear-gradient(135deg,var(--blue),#087c96);box-shadow:0 8px 18px rgba(11,95,215,.18)}.gbr-lang{position:relative}.gbr-lang summary{width:67px;min-height:36px;display:flex;align-items:center;justify-content:space-between;padding:7px 11px;border:1px solid var(--line);border-radius:999px;background:#fff;cursor:pointer;list-style:none;font-size:14px;font-weight:900}.gbr-lang summary::-webkit-details-marker{display:none}.gbr-lang summary:after{content:"⌄";color:var(--blue)}.gbr-lang-list{position:absolute;right:0;top:44px;width:180px;padding:7px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 16px 36px rgba(13,79,168,.16)}.gbr-lang-list button{width:100%;padding:8px 10px;border:0;border-radius:9px;background:transparent;text-align:left;cursor:pointer;font-size:13px}.gbr-lang-list button:hover,.gbr-lang-list button.active{color:var(--blue);background:#edf5ff;font-weight:800}.page-main{min-height:60vh}.page-hero{position:relative;margin:34px 0 22px;padding:clamp(30px,5vw,62px);overflow:hidden;border:1px solid var(--line);border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(239,248,255,.96));box-shadow:var(--shadow)}.page-hero:after{content:"";position:absolute;right:-70px;bottom:-180px;width:360px;height:360px;border:54px solid rgba(0,184,90,.07);border-radius:50%}.page-hero>*{position:relative;z-index:1}.kicker{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 5px rgba(255,211,61,.2)}.page-hero h1{max-width:900px;margin:15px 0 15px;font-size:clamp(38px,6vw,72px);line-height:.98;letter-spacing:-.055em}.page-hero h1 em{color:var(--green);font-style:normal}.page-hero p{max-width:760px;margin:0;color:var(--muted);font-size:clamp(16px,2vw,19px)}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:10px 17px;border:0;border-radius:13px;text-decoration:none;cursor:pointer;font-weight:850}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--blue),#078f8c);box-shadow:0 9px 20px rgba(11,95,215,.18)}.btn-secondary{color:var(--blue);background:#fff;border:1px solid var(--line)}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start;margin-bottom:28px}.card{padding:clamp(22px,3vw,34px);border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.97);box-shadow:var(--shadow)}.card h2{margin:0 0 13px;font-size:clamp(24px,3vw,34px);letter-spacing:-.035em}.card h3{margin:24px 0 8px;font-size:19px}.card p{color:#5f748a}.card p:first-child{margin-top:0}.stack{display:grid;gap:14px}.info-list,.check-list{margin:12px 0 0;padding:0;list-style:none;display:grid;gap:10px}.info-list li,.check-list li{position:relative;padding:13px 15px 13px 43px;border-radius:15px;background:linear-gradient(135deg,#f4f9ff,#f3fbf6)}.check-list li:before{content:"✓";position:absolute;left:15px;top:12px;width:20px;height:20px;display:grid;place-items:center;border-radius:7px;color:#fff;background:var(--green);font-size:12px;font-weight:950}.number-list{counter-reset:item;margin:0;padding:0;list-style:none;display:grid;gap:11px}.number-list li{counter-increment:item;padding:16px 16px 16px 58px;position:relative;border-radius:16px;background:#f5f9fd}.number-list li:before{content:counter(item);position:absolute;left:14px;top:13px;width:32px;height:32px;display:grid;place-items:center;border-radius:10px;color:#fff;background:var(--blue);font-weight:900}.aside-card{position:sticky;top:92px}.aside-card strong{display:block;color:var(--blue);font-size:24px}.aside-card small{color:var(--muted)}.page-section{margin:22px 0;padding:clamp(22px,4vw,40px);border:1px solid var(--line);border-radius:25px;background:#fff}.page-section h2{margin:0 0 8px;font-size:clamp(25px,4vw,38px);letter-spacing:-.04em}.page-section>p{margin-top:0;color:var(--muted)}.tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.tile{padding:20px;border-radius:18px;background:linear-gradient(145deg,#f2f8ff,#f4fcf7)}.tile b{display:block;margin-bottom:6px;color:var(--blue);font-size:18px}.form-card{width:min(840px,100%);margin:0 auto 30px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:grid;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:800}.field input,.field select,.field textarea{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:13px;color:var(--ink);background:#fbfdff;outline:0}.field textarea{min-height:108px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#8ebdf3;box-shadow:0 0 0 3px rgba(11,95,215,.08)}.field-help{color:var(--muted);font-size:12px}.form-actions{display:flex;align-items:center;gap:12px;margin-top:20px}.notice{padding:15px 17px;border-radius:15px;color:#415e77;background:#fff5c7}.notice.blue{background:#eaf4ff}.notice.green{background:#eafaf0}.demo-badge{display:inline-flex;padding:6px 10px;border-radius:999px;color:#795c00;background:#fff0a8;font-size:12px;font-weight:900}.faq{display:grid;gap:9px}.faq details{padding:16px 18px;border:1px solid var(--line);border-radius:16px;background:#fff}.faq summary{cursor:pointer;font-weight:850}.faq p{margin-bottom:0}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:20px 0}.metric{padding:24px;border-radius:21px;background:#fff;box-shadow:var(--shadow);text-align:center}.metric strong{display:block;color:var(--blue);font-size:clamp(28px,4vw,40px)}.metric:nth-child(2) strong{color:var(--green)}.metric:nth-child(3) strong{color:#a97900}.metric span{color:var(--muted);font-size:14px}.bars{height:210px;display:flex;align-items:end;gap:10px;padding-top:20px}.bar{flex:1;min-width:25px;border-radius:9px 9px 3px 3px;background:linear-gradient(#0b5fd7,#00b85a);position:relative}.bar span{position:absolute;bottom:-25px;left:50%;transform:translateX(-50%);color:var(--muted);font-size:11px}.company-profile{display:grid;grid-template-columns:110px 1fr auto;gap:20px;align-items:center}.profile-logo{width:110px;height:110px;display:grid;place-items:center;border-radius:30px;color:#fff;background:linear-gradient(135deg,var(--blue),#6551db);font-size:32px;font-weight:950}.profile-score{text-align:right}.profile-score strong{display:block;color:var(--blue);font-size:34px}.game-wrap{width:min(920px,100%);margin:0 auto 30px}.game-board{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:linear-gradient(#eaf5ff 0 74%,#eafaf0 74%);box-shadow:var(--shadow)}#gameCanvas{width:100%;height:auto;display:block;touch-action:manipulation}.game-hud{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-bottom:12px}.game-hud span{padding:8px 12px;border-radius:999px;background:#fff;font-size:13px;font-weight:800}.game-controls{display:flex;justify-content:center;gap:10px;margin-top:15px}.social-zone{margin-top:38px;padding:25px 20px;text-align:center;background:rgba(255,255,255,.72);border-top:1px solid var(--line)}.social-zone h2{margin:0;font-size:18px}.social-zone p{margin:4px auto 15px;color:var(--muted);font-size:12px}.social-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.social-link{width:54px;display:flex;flex-direction:column;align-items:center;gap:5px;text-decoration:none}.social-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;color:#fff;background:var(--network,var(--blue));box-shadow:0 6px 14px rgba(13,79,168,.12)}.social-icon svg{width:19px;height:19px}.social-link small{font-size:10px;font-weight:700}.gbr-footer{padding:25px 20px 34px;color:#526c84;background:rgba(255,255,255,.88);text-align:center;font-size:12px}.gbr-footer p{margin:0 0 9px}.gbr-footer nav{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 12px}.gbr-footer a{color:var(--blue);text-decoration:none;font-weight:750}.gbr-footer a:hover{text-decoration:underline}.mobile-links{display:none}.table-list{display:grid;gap:8px}.list-row{display:grid;grid-template-columns:55px minmax(180px,1fr) minmax(150px,.6fr) 110px;align-items:center;gap:12px;padding:13px;border-radius:16px;background:linear-gradient(135deg,#f6faff,#f5fcf8)}.list-row a{color:var(--blue);font-weight:850;text-decoration:none}.legal-copy{max-width:860px;margin:0 auto}.legal-copy h2{margin-top:30px}.legal-copy li{margin:7px 0;color:#5f748a}
@media(max-width:900px){.gbr-nav>a:not(.gbr-add):not(.gbr-login){display:none}.content-grid{grid-template-columns:1fr}.aside-card{position:static}.tiles{grid-template-columns:1fr 1fr}.company-profile{grid-template-columns:90px 1fr}.profile-logo{width:90px;height:90px}.profile-score{grid-column:1/-1;text-align:left}.list-row{grid-template-columns:45px 1fr 100px}.list-row>:nth-child(3){display:none}}
@media(max-width:620px){.gbr-shell{width:min(100% - 20px,540px)}.gbr-header-row{min-height:62px}.gbr-logo img{width:132px}.gbr-login{display:none!important}.gbr-add{padding:7px 10px;font-size:12px}.page-hero{margin-top:18px;padding:28px 20px;border-radius:24px}.page-hero h1{font-size:40px}.tiles,.form-grid,.stats-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.card,.page-section{padding:20px 17px}.company-profile{grid-template-columns:70px 1fr}.profile-logo{width:70px;height:70px;border-radius:20px;font-size:24px}.list-row{grid-template-columns:38px 1fr}.list-row>:nth-child(4){display:none}.social-zone{padding-inline:10px}.gbr-footer nav{gap:5px 9px}}
.social-zone .social-link{width:54px}.social-zone .social-icon{width:36px;height:36px}.social-zone .social-icon svg{width:19px;height:19px}.social-zone .social-link small{font-size:10px}

/* 2026 visual system: compact luminous minimalism */
html{font-size:16px}body,body.gbr-page{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;font-size:15px;letter-spacing:-.008em;background:radial-gradient(circle at 8% 5%,rgba(0,184,90,.08),transparent 24rem),radial-gradient(circle at 92% 0,rgba(7,94,213,.11),transparent 30rem),linear-gradient(180deg,#f8fbfe 0,#f3f8fc 50%,#f8fbfd 100%)}
.gbr-header{border-bottom:1px solid rgba(223,233,242,.7);background:rgba(248,251,254,.82);box-shadow:0 8px 30px rgba(13,79,168,.035)}
.gbr-header-row{min-height:66px}.gbr-logo img{width:166px}.gbr-nav a,.gbr-login,.gbr-add{min-height:34px;padding:6px 11px;font-size:13px}.gbr-add{background:linear-gradient(135deg,#0867df,#048e87);box-shadow:0 8px 24px rgba(7,94,213,.18)}
.gbr-lang summary{width:64px;min-height:34px;font-size:13px}.gbr-mobile{display:none;position:relative}.gbr-mobile summary{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;background:#fff;cursor:pointer;list-style:none;font-size:18px}.gbr-mobile summary::-webkit-details-marker{display:none}.gbr-mobile-menu{position:absolute;right:0;top:44px;width:220px;padding:8px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 20px 50px rgba(13,79,168,.17)}.gbr-mobile-menu a{display:flex!important;padding:10px 11px!important;border-radius:10px;font-size:13px!important}.gbr-mobile-menu a:hover{background:#eff6ff}
.page-hero{margin:27px 0 18px;padding:clamp(27px,4vw,48px);border-color:rgba(214,228,239,.86);border-radius:26px;background:linear-gradient(135deg,rgba(255,255,255,.97),rgba(241,249,255,.94));box-shadow:0 20px 60px rgba(13,79,168,.07)}.page-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 78% 5%,rgba(7,94,213,.08),transparent 29%),radial-gradient(circle at 93% 95%,rgba(0,184,90,.1),transparent 32%)}.page-hero h1{max-width:830px;margin:12px 0;font-size:clamp(34px,5vw,58px);line-height:1.01}.page-hero p{max-width:720px;font-size:16px;line-height:1.6}.kicker{font-size:11px}.card,.page-section{border-color:rgba(220,231,240,.9);border-radius:21px;box-shadow:0 16px 44px rgba(13,79,168,.055)}.card{padding:clamp(20px,3vw,30px)}.card h2,.page-section h2{font-size:clamp(23px,3vw,31px)}.card p,.page-section p,.tile,.number-list li,.info-list li,.check-list li{font-size:14px;line-height:1.6}.btn{min-height:42px;border-radius:12px;font-size:13px}.field label{font-size:12px}.field input,.field select,.field textarea{padding:11px 13px;border-radius:12px;font-size:14px}.field-help{font-size:11px}.faq details{padding:15px 17px}.faq summary{font-size:14px;line-height:1.45}.faq p{font-size:13px;line-height:1.65}
.global-stats{width:min(1050px,calc(100% - 40px));margin:28px auto;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.global-stat{position:relative;min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;border:1px solid rgba(223,233,242,.82);border-radius:22px;background:rgba(255,255,255,.92);box-shadow:0 15px 38px rgba(13,79,168,.065);text-align:center}.global-stat strong{display:flex;align-items:center;gap:9px;color:var(--blue);font-size:clamp(26px,3vw,34px);line-height:1;letter-spacing:-.04em}.global-stat:nth-child(2) strong{color:var(--green)}.global-stat:nth-child(3) strong{color:#a97800}.global-stat strong:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(0,184,90,.1)}.global-stat:nth-child(2) strong:before{background:var(--blue);box-shadow:0 0 0 5px rgba(7,94,213,.1)}.global-stat:nth-child(3) strong:before{background:var(--yellow);box-shadow:0 0 0 5px rgba(255,211,61,.2)}.global-stat span{margin-top:8px;color:var(--muted);font-size:13px;font-weight:500}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.price-card{position:relative;padding:25px;border:1px solid var(--line);border-radius:21px;background:#fff;box-shadow:var(--shadow)}.price-card.featured{border-color:rgba(0,184,90,.35);background:linear-gradient(145deg,#fff,#f0fff6);transform:translateY(-5px)}.price-tag{display:block;margin:14px 0 4px;color:var(--blue);font-size:36px;line-height:1;font-weight:900;letter-spacing:-.05em}.price-card small{color:var(--muted)}.price-card ul{min-height:92px;padding-left:18px;color:var(--muted);font-size:13px}.link-pair{display:grid;grid-template-columns:180px 1fr;gap:10px}.game-calendar{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.game-month{padding:17px;border-radius:17px;background:linear-gradient(145deg,#f1f7ff,#f3fcf7)}.game-month.current{color:#fff;background:linear-gradient(135deg,#075ed5,#078e8b);box-shadow:0 14px 32px rgba(7,94,213,.18)}.game-month b{display:block;margin-bottom:4px}.game-month small{opacity:.72}
.social-zone{padding:22px 20px}.social-zone h2{font-size:16px}.social-zone p{margin:3px auto 13px;font-size:11px}.social-zone .social-icon{width:34px;height:34px;border-radius:10px}.gbr-footer{font-size:11px}
@media(max-width:900px){.gbr-nav>a{display:none}.gbr-nav .gbr-lang{display:block}.gbr-mobile{display:block}.pricing-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.game-calendar{grid-template-columns:1fr}.global-stats{width:min(100% - 28px,760px)}}
@media(max-width:620px){body,body.gbr-page{font-size:14px}.gbr-shell{width:min(100% - 20px,540px)}.gbr-header-row{min-height:60px;gap:8px}.gbr-logo img{width:126px}.gbr-lang summary{width:58px;min-height:34px}.page-hero{margin-top:14px;padding:24px 18px;border-radius:21px}.page-hero h1{font-size:34px}.page-hero p{font-size:14px}.global-stats{width:min(100% - 20px,540px);grid-template-columns:1fr;gap:8px}.global-stat{min-height:86px;padding:15px}.global-stat strong{font-size:27px}.global-stat span{margin-top:5px;font-size:12px}.link-pair{grid-template-columns:1fr}.form-actions{align-items:stretch;flex-direction:column}.form-actions .btn{width:100%}.social-links{gap:7px}.social-zone .social-link{width:48px}.social-zone .social-link small{font-size:9px}}
body:not(.gbr-page) .intro{border-radius:26px;box-shadow:0 20px 60px rgba(13,79,168,.07)}body:not(.gbr-page) .intro h1{font-size:clamp(34px,4vw,54px);line-height:.94}body:not(.gbr-page) .intro p,body:not(.gbr-page) .lead,body:not(.gbr-page) .story-copy p,body:not(.gbr-page) .section-head p,body:not(.gbr-page) .step p,body:not(.gbr-page) .rule p,body:not(.gbr-page) .benefit p{font-size:14px;line-height:1.6}body:not(.gbr-page) .hero h1{font-size:clamp(36px,5vw,58px)}body:not(.gbr-page) .panel-head h2,body:not(.gbr-page) .side-panel h2{font-size:18px}body:not(.gbr-page) .rank-row{min-height:86px}body:not(.gbr-page) .company-copy small{font-size:10.5px;line-height:1.35}body:not(.gbr-page) .category-cell{font-size:13px}body:not(.gbr-page) .sponsors{border-radius:22px}body:not(.gbr-page) .sponsor-title h2{font-size:25px}

/* Complete responsive layer */
body{overflow-x:hidden}.gbr-header-row,.header-row{padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right))}.btn,button,a,input,select,textarea{touch-action:manipulation}.btn,.gbr-mobile summary,.gbr-lang summary{min-height:44px}
@media(max-width:760px){
  body,body.gbr-page{font-size:16px;line-height:1.55}.gbr-shell,.shell{width:min(100% - 24px,620px)}
  .gbr-header{top:0}.gbr-header-row{min-height:62px;gap:8px}.gbr-logo img{width:128px}.gbr-nav{gap:7px}.gbr-lang summary{width:58px;height:42px}.gbr-mobile summary{width:42px;height:42px;border-radius:13px}.gbr-mobile-menu{position:fixed;top:68px;left:12px;right:12px;width:auto;padding:10px;border-radius:18px}.gbr-mobile-menu a{min-height:44px!important;align-items:center;font-size:14px!important}
  .page-main{min-height:55vh}.page-hero{margin:16px 0 14px;padding:24px 20px;border-radius:22px}.page-hero h1{margin:10px 0;font-size:clamp(30px,9vw,42px);line-height:1.06;letter-spacing:-.045em}.page-hero p{font-size:15px;line-height:1.6}.kicker{font-size:11px;letter-spacing:.075em}
  .content-grid{grid-template-columns:1fr;gap:12px;margin-bottom:18px}.card,.page-section{padding:20px 17px;border-radius:19px}.card h2,.page-section h2{font-size:25px;line-height:1.15}.card h3{font-size:18px}.card p,.page-section p,.tile,.number-list li,.info-list li,.check-list li{font-size:15px}.tiles,.form-grid,.stats-grid,.pricing-grid,.game-calendar{grid-template-columns:1fr;gap:10px}.tile{padding:17px;border-radius:16px}.field.full{grid-column:auto}.field label{font-size:14px}.field input,.field select,.field textarea{min-height:48px;padding:12px 13px;font-size:16px}.field textarea{min-height:116px}.field-help{font-size:12px}.link-pair{grid-template-columns:1fr}.form-actions{align-items:stretch;flex-direction:column}.form-actions .btn{width:100%}.btn{min-height:48px;font-size:14px}
  .number-list li{padding:15px 14px 15px 54px}.number-list li:before{left:12px}.check-list li{padding:13px 13px 13px 42px}.notice{font-size:14px;line-height:1.55}.faq details{padding:15px}.faq summary{font-size:15px;line-height:1.45}.faq p{font-size:14px;line-height:1.65}
  .global-stats{width:min(100% - 24px,620px);grid-template-columns:1fr;gap:8px;margin:20px auto}.global-stat{min-height:92px;padding:16px;border-radius:18px}.global-stat strong{font-size:29px}.global-stat span{margin-top:6px;font-size:13px}
  .price-card{padding:20px;border-radius:19px}.price-card.featured{transform:none}.price-tag{font-size:34px}.price-card ul{min-height:0;font-size:14px;line-height:1.6}
  .game-hud{display:grid;grid-template-columns:1fr 1fr;gap:7px}.game-hud span{display:flex;justify-content:space-between;align-items:center;padding:9px 11px;font-size:12px}.game-hud .demo-badge{justify-content:center}.game-board{border-radius:18px}.game-controls{align-items:stretch;flex-direction:column}.game-controls .btn{width:100%}.game-month{padding:15px}.bars{height:180px;gap:6px}.bar{min-width:16px}
  .company-profile{grid-template-columns:68px minmax(0,1fr);gap:13px}.profile-logo{width:68px;height:68px;border-radius:19px;font-size:22px}.profile-score{grid-column:1/-1;display:flex;align-items:center;gap:10px;text-align:left}.profile-score strong{font-size:27px}
  .social-zone{margin-top:24px;padding:20px 10px}.social-zone h2{font-size:17px}.social-zone p{font-size:12px}.social-links{gap:8px 5px}.social-zone .social-link{width:52px}.social-zone .social-icon{width:38px;height:38px}.social-zone .social-link small{font-size:10px}.gbr-footer{padding:22px 14px calc(28px + env(safe-area-inset-bottom));font-size:12px;line-height:1.5}.gbr-footer nav{gap:7px 12px}.gbr-footer a{min-height:28px;display:inline-flex;align-items:center}
  body:not(.gbr-page) .intro{grid-template-columns:1fr;margin:16px 0 14px;padding:23px 18px;border-radius:22px;gap:20px}body:not(.gbr-page) .intro h1{font-size:clamp(33px,10vw,44px);line-height:.98}body:not(.gbr-page) .intro p{font-size:15px}.hero-mark{left:50%;top:24%;width:min(90vw,410px)}.company-search{width:100%;margin-top:18px;flex-direction:column;padding:6px;border-radius:16px}.company-search input{min-height:46px;font-size:16px}.company-search button{width:100%;min-height:46px}.week-card{min-width:0;padding:20px 16px;border-radius:20px}.week-label strong{font-size:18px}.countdown{grid-template-columns:1fr 1fr;gap:7px}.count-part{padding:12px 6px}.count-part b{font-size:30px}.count-part small{font-size:10px}.week-card .week-note{font-size:12px;line-height:1.45}
  .category-scroller{grid-template-columns:36px minmax(0,1fr) 36px;gap:4px;margin-bottom:12px;padding:4px}.category-scroll-btn{width:36px;height:36px}.category{min-height:38px;padding:8px 12px;font-size:13px}.period-switch{width:100%;max-width:100%;justify-content:flex-start;overflow-x:auto;margin-bottom:15px;padding:4px;scrollbar-width:none}.period-switch::-webkit-scrollbar{display:none}.period-btn{flex:0 0 auto;min-height:40px;padding:8px 13px;font-size:13px}
  .dashboard{grid-template-columns:1fr;gap:14px}.panel{border-radius:19px}.table-wrap{overflow:visible}.rank-head{display:none}#rankList{padding:0}.rank-row{min-width:0!important;min-height:0!important;display:grid!important;grid-template-columns:44px minmax(0,1fr) auto!important;grid-template-areas:"place company trend" "place score score"!important;gap:7px 10px!important;margin:7px 0!important;padding:13px!important;border-radius:17px!important;align-items:center}.rank-row .place{grid-area:place;align-self:start;min-width:42px;padding:6px 7px;font-size:15px}.rank-row .company{grid-area:company;min-width:0}.company-logo{width:40px;height:40px;border-radius:12px}.company-link{font-size:14px}.company-copy small{font-size:12px!important;line-height:1.35!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rank-row .category-cell{display:none}.rank-row .score{grid-area:score;font-size:16px}.rank-row .score:before{content:"Баллы: ";color:var(--muted);font-size:12px;font-weight:600}.rank-row .trend{grid-area:trend;justify-self:end;min-width:48px;padding:5px 7px;font-size:12px}.pagination{padding:14px 4px}.pager button{width:42px;height:42px}
  .sidebar{grid-template-columns:1fr;gap:12px}.side-panel{padding:18px}.side-panel h2{font-size:19px!important}.top-list{gap:5px}.top-item{grid-template-columns:28px 36px minmax(0,1fr) auto;gap:8px;padding:9px;border-radius:13px}.mini-logo{width:36px;height:36px}.top-item b,.top-score{font-size:12px}.top-item .company-link{font-size:13px}.play-card{min-height:0;padding:20px}.play-card h2{font-size:22px}.play-card p{font-size:14px}.play-card button{min-height:46px;width:100%}
  .sponsors{margin-bottom:28px;padding:18px!important;border-radius:20px!important}.sponsor-title{align-items:stretch;flex-direction:column;gap:12px}.sponsor-title h2{font-size:23px!important}.sponsor-title p{font-size:14px}.sponsor-all-btn{justify-content:center;width:100%;min-height:46px}.sponsor-grid{grid-template-columns:1fr}.sponsor-card{grid-template-columns:44px minmax(0,1fr);padding:14px}.sponsor-avatar{width:44px;height:44px}.sponsor-card .views{grid-column:2;font-size:12px}
  body:not(.gbr-page) .hero{margin-top:16px;padding:24px 18px;border-radius:22px}body:not(.gbr-page) .hero h1{font-size:clamp(32px,9vw,43px);line-height:1}.hero-grid,.story,.impact{grid-template-columns:1fr!important;gap:20px!important}.mission-card{padding:18px}.steps,.rules-grid,.benefits{grid-template-columns:1fr!important}.section{padding:20px 17px!important;border-radius:20px!important}.story-mark{min-height:170px}.cta{align-items:stretch!important;flex-direction:column;padding:22px 18px!important;border-radius:20px!important}.cta .primary{width:100%}
}
@media(max-width:380px){.gbr-shell,.shell{width:calc(100% - 16px)}.gbr-logo img{width:112px}.gbr-nav{gap:4px}.gbr-lang summary{width:54px;padding:7px 9px}.page-hero{padding:21px 16px}.page-hero h1{font-size:29px}.rank-row{grid-template-columns:40px minmax(0,1fr) auto!important;padding:11px!important}.company-logo{display:none}.top-item{grid-template-columns:25px 34px minmax(0,1fr)}.top-score{grid-column:3}.global-stats{width:calc(100% - 16px)}.social-zone .social-link{width:48px}}
