@font-face{font-family:Arial;src:url(/ArialRegular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Arial;src:url(/ArialBold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Arial;src:url(/ArialBlack.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Blangkon;src:url(/BLANGKONRemastered-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/JetBrainsMono.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}*{box-sizing:border-box;margin:0;padding:0}html{font-size:100%}body{color:var(--text-main);font-family:var(--font-main);font-weight:400;font-size:var(--fs-text-sm);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}ul{list-style:none}button{padding:0;margin:0;border:none;outline:none;background:none;cursor:pointer;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;text-align:inherit}input{font-family:inherit;outline:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--gray-dark);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--green)}#root{width:100%}.layout{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.layout__sticky-header{position:sticky;top:0;z-index:1100}@media(max-width:767px){.layout__sticky-header{position:fixed;top:0;left:0;right:0}}.layout__header-spacer{height:calc(var(--header-height) + var(--running-line-height));flex-shrink:0}@media(min-width:768px){.layout__header-spacer{display:none}}.layout__main-wrapper{display:flex;flex-direction:row;flex:1;width:100%;margin:0 auto;max-width:var(--container-max-width);background-color:var(--white);padding:var(--space-sm) 8px;gap:var(--space-sm)}@media(min-width:768px)and (max-width:1120px){.layout__main-wrapper{padding:30px 15px;gap:10px}}@media(min-width:1121px){.layout__main-wrapper{padding:var(--space-layout-main) var(--padding-page);gap:var(--layout-gap)}}.layout__content{flex:1;min-width:0;max-width:var(--content-max-width);margin:0 auto;border-radius:8px;background-color:var(--bg-light);color:var(--black);padding:8px;overflow-x:hidden}@media(min-width:768px)and (max-width:1120px){.layout__content{padding:15px;min-height:calc(100vh - var(--header-height) - var(--space-layout-main) * 2)}}@media(min-width:1121px){.layout__content{padding:var(--space-lg);min-height:calc(100vh - var(--header-height) - var(--space-layout-main) * 2)}}.header{background-color:var(--black);border-bottom:1px solid var(--gray-dark);display:flex;flex-direction:column;align-items:flex-start;padding:10px;padding-top:calc(10px + env(safe-area-inset-top,0px));gap:var(--space-md);z-index:1000}@media(min-width:768px){.header{padding:var(--space-sm) var(--padding-page);padding-top:var(--space-sm);flex-direction:row;align-items:center;justify-content:space-between;gap:var(--space-lg)}}.header__main-row{display:flex;width:100%;justify-content:space-between;align-items:center;position:relative;z-index:1001}@media(min-width:768px){.header__main-row{display:contents}}.header__menu-toggle{display:flex;align-items:center;flex-direction:column;justify-content:center;gap:6px;width:44px;height:44px;color:var(--white);z-index:1100;padding:0;position:relative;cursor:pointer;background:none;border:none}@media(min-width:768px){.header__menu-toggle{display:none}}.header__menu-toggle-line{display:block;width:26px;height:2px;background-color:var(--white);border-radius:2px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),background-color .3s ease}.header__menu-toggle.is-active .header__menu-toggle-line{background-color:var(--green)}.header__menu-toggle.is-active .header__menu-toggle-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.header__menu-toggle.is-active .header__menu-toggle-line:nth-child(2){opacity:0;transform:scaleX(0)}.header__menu-toggle.is-active .header__menu-toggle-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header__logo{display:flex;align-items:center}.header__logo svg{display:block;width:auto}.header__controls{display:flex;flex-direction:column;width:100%;gap:var(--space-lg);transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;bottom:0;width:90%;z-index:999;background-color:var(--black);padding:calc(var(--running-line-height) + var(--header-height) + 16px) var(--padding-page) var(--space-lg);overflow-y:auto;visibility:hidden;transform:translate(-100%)}.header.is-open .header__controls{visibility:visible;transform:translate(0)}.header__controls>*{transition:all .3s ease .15s;opacity:0;transform:translate(-10px)}.header.is-open .header__controls>*{opacity:1;transform:translate(0)}@media(min-width:768px){.header__controls{position:static;flex-direction:row;width:auto;gap:var(--space-md);max-height:none;opacity:1;visibility:visible;overflow:visible;padding:0;background:none;transform:none}.header__controls>*{opacity:1;transform:none}}@media(min-width:1200px){.header__controls{gap:var(--space-lg)}}.header__backdrop{display:none;position:fixed;inset:0;background:#00000080;z-index:998}.header.is-open .header__backdrop{display:block}@media(min-width:768px){.header__backdrop{display:none!important}}.header__mobile-nav{display:flex;flex-direction:column;gap:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--gray-dark)}@media(min-width:768px){.header__mobile-nav{display:none}}.header__mobile-nav-section{display:flex;flex-direction:column;border-bottom:1px solid rgba(255,255,255,.06)}.header__mobile-nav-section:last-child{border-bottom:none}.header__mobile-nav-title{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:13px;text-transform:uppercase;font-weight:700;color:var(--green);letter-spacing:.1em;padding:var(--space-sm) 0;cursor:pointer;background:none;border:none;transition:color .2s}.header__mobile-nav-title:hover{color:var(--white)}.header__mobile-nav-title--link{text-decoration:none;font-size:13px;cursor:pointer;transition:color .2s;justify-content:flex-start}.header__mobile-nav-title--link:hover{color:var(--white)}.header__mobile-nav-arrow{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.header__mobile-nav-section.is-open .header__mobile-nav-arrow{transform:rotate(-135deg)}.header__mobile-nav-links{display:flex;flex-direction:column;gap:0;max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1);padding:0}.header__mobile-nav-section.is-open .header__mobile-nav-links{max-height:500px;padding:0 0 var(--space-sm) 0}.header__mobile-nav-link{color:var(--text-secondary);text-decoration:none;font-size:14px;font-weight:500;padding:8px 0 8px 12px;border-left:2px solid transparent;transition:color .2s,border-color .2s,padding-left .2s}.header__mobile-nav-link:hover{color:var(--white);padding-left:16px;border-left-color:var(--green)}.header__mobile-nav-link--active{color:var(--green);border-left-color:var(--green)}.header__search{position:relative;width:100%;z-index:10}.header__search input{background:linear-gradient(var(--black),var(--black)) padding-box,radial-gradient(72.92% 72.92% at 50% 50%,#8b8b8b,#fff0) border-box;border:1px solid transparent;border-radius:12px;padding:5px 16px 5px 40px;color:var(--white);font-size:16px;width:100%;transition:width .3s ease}@media(min-width:768px){.header__search input{padding:5px 16px 5px 36px;font-size:var(--fs-text-sm);width:clamp(160px,15vw,240px);height:auto}.header__search input:focus{width:clamp(200px,20vw,300px)}}.header__search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-secondary);width:18px;height:18px;z-index:2}@media(min-width:768px){.header__search svg{left:10px;width:16px;height:16px}}.header__search-results{position:absolute;top:calc(100% + 8px);left:0;width:100%;background:#1a1a1a;border:1px solid var(--green-glow);border-radius:12px;box-shadow:0 10px 30px #000c;z-index:2000;max-height:400px;overflow-y:auto;animation:fadeIn .2s ease-out}.header__search-results::-webkit-scrollbar{width:6px}.header__search-results::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.header__search-results::-webkit-scrollbar-thumb{background:var(--green);border-radius:10px}@media(min-width:768px){.header__search-results{width:300px;right:0;left:auto}}.header__search-status{padding:var(--space-md);text-align:center;color:var(--text-secondary);font-size:var(--fs-text-sm)}.header__search-group{padding:var(--space-sm) 0}.header__search-group:not(:last-child){border-bottom:1px solid rgba(255,255,255,.05)}.header__search-group-title{padding:var(--space-xs) var(--space-md);font-size:10px;text-transform:uppercase;color:var(--green);font-weight:700;letter-spacing:.1em}.header__search-item{padding:var(--space-sm) var(--space-md);color:var(--white);font-size:var(--fs-text-sm);cursor:pointer;transition:all .2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__search-item:hover{background:rgba(var(--green-rgb),.1);color:var(--green);padding-left:calc(var(--space-md) + 4px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.header__user-icon{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);cursor:pointer;transition:color .2s}.header__user-icon:hover{color:var(--green)}.header__user-text{text-transform:uppercase;font-weight:700;font-size:var(--fs-text-md);color:var(--white)}@media(min-width:768px){.header__user-text{display:none}}.header__lang-switch{display:flex;align-items:center;gap:var(--space-sm);font-size:16px;font-weight:700;color:var(--text-secondary);justify-content:center}@media(min-width:768px){.header__lang-switch{gap:var(--space-xs);font-size:14px}}.header__lang-switch__button{color:var(--text-secondary);transition:color .2s;text-transform:uppercase;cursor:pointer;margin-top:3px}.header__lang-switch__button.active{color:var(--green)}.header__lang-switch__button:hover:not(.active){color:var(--white)}.header__lang-switch__separator{color:var(--green)}.footer{background-color:var(--black);color:var(--white);border-top:1px solid var(--light-gray);padding:var(--space-xl) var(--padding-page)}@media(min-width:768px){.footer{padding:var(--space-xl) var(--padding-page)}}.footer__container{margin:0 auto;padding:0 var(--padding-mobile)}.footer__content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:clamp(20px,12px + 2.5vw,60px);margin-bottom:clamp(20px,12px + 2.5vw,60px)}@media(max-width:768px){.footer__content{flex-direction:column;text-align:center;gap:24px;margin-bottom:10px}}.footer__logo{display:flex;align-items:center}@media(max-width:768px){.footer__logo{justify-content:center;width:100%}}.footer__socials{display:flex;align-items:center;gap:15px}@media(max-width:768px){.footer__socials{justify-content:center;width:100%;margin:10px 0}}.footer__social-link{display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.footer__social-link:hover{transform:translateY(-3px)}.footer__social-link svg{width:auto;height:20px}.footer__links{display:flex;align-items:center;gap:40px;list-style:none;padding:0;margin:0}@media(max-width:768px){.footer__links{display:grid;grid-template-columns:repeat(3,auto);justify-content:center;gap:20px 30px;width:100%;margin-top:10px}.footer__links li:nth-child(4){grid-column:2;margin-left:-15px}.footer__links li:nth-child(5){grid-column:3;margin-left:-20px;text-align:left}}.footer__links li a{color:var(--white);text-transform:uppercase;font-weight:400;font-family:JetBrains Mono,sans-serif;font-size:clamp(9px,7.6px + .4375vw,16px);transition:color .2s;text-decoration:none;white-space:nowrap}.footer__links li a:hover{color:var(--green)}@media(max-width:768px){.footer__links li a{font-size:clamp(9px,8px + .3125vw,14px);letter-spacing:1.5px}}.footer__bottom{padding-top:30px;text-align:center}@media(max-width:768px){.footer__bottom{padding-top:20px}}.footer__copyright{color:var(--white);font-weight:500;font-family:JetBrains Mono,sans-serif;font-size:clamp(12px,11.6px + .125vw,14px);letter-spacing:1px}@media(max-width:768px){.footer__copyright{font-size:clamp(12px,11.6px + .125vw,14px);font-weight:500;line-height:1.4}}.left-sidebar{width:100%;background-color:var(--white);display:none;flex-direction:column;z-index:100}@media(min-width:768px){.left-sidebar{display:flex;width:var(--sidebar-left-width);height:calc(100vh - var(--header-height) - var(--running-line-height));position:sticky;top:calc(var(--header-height) + var(--running-line-height));overflow-y:auto;gap:var(--space-sm);scrollbar-width:none}.left-sidebar::-webkit-scrollbar{display:none}}.left-sidebar__mobile-trigger{display:none}@media(min-width:768px){.left-sidebar__mobile-trigger{display:none}}.left-sidebar__grid-icon{display:flex;align-items:center}.left-sidebar__grid-icon svg{width:24px;height:24px}.left-sidebar__grid-icon svg path{fill:var(--black)}.left-sidebar__arrow-icon{display:flex;align-items:center;transition:transform .3s cubic-bezier(.4,0,.2,1);transform:rotate(-180deg)}.left-sidebar--open .left-sidebar__arrow-icon{transform:rotate(0)}.left-sidebar__arrow-icon svg{width:32px;height:32px}.left-sidebar__arrow-icon svg path{fill:var(--black)}.left-sidebar__content{display:flex;flex-direction:column;max-height:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;background-color:var(--black);gap:var(--space-sm)}.left-sidebar--open .left-sidebar__content{max-height:2000px;opacity:1;padding:var(--space-md)}@media(min-width:768px){.left-sidebar__content{max-height:none;overflow:visible;opacity:1;background-color:transparent;padding:0;gap:var(--space-sm)}}.left-sidebar__section{background-color:var(--bg-light);padding:var(--space-sm) var(--space-md);border-radius:8px;display:flex;flex-direction:column}.left-sidebar__header{color:var(--black);font-family:var(--font-main);font-weight:800;font-size:var(--fs-text-sm);text-transform:uppercase;text-decoration:none}.left-sidebar__header--collapsible{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.left-sidebar__header--collapsible:hover,.left-sidebar__header--link:hover{color:var(--dark-green)}.left-sidebar__chevron{transition:transform .3s ease;flex-shrink:0}.left-sidebar__section--open .left-sidebar__chevron{transform:rotate(180deg)}.left-sidebar__links-container{max-height:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.left-sidebar__section--open .left-sidebar__links-container{max-height:500px;margin-top:var(--space-sm)}.left-sidebar__link{color:var(--black);font-family:var(--font-main);font-size:var(--fs-text-xs);text-transform:uppercase;text-decoration:none;margin-bottom:var(--space-xs);transition:color .2s}.left-sidebar__link:last-child{margin-bottom:0}.left-sidebar__link:hover,.left-sidebar__link--active{color:var(--dark-green)}.left-sidebar__link--active{font-weight:700}.left-sidebar__link--disabled{color:#0000004d;cursor:default;pointer-events:none}.right-sidebar{display:flex;flex-direction:column;background-color:var(--white);z-index:100;width:var(--sidebar-right-width);flex-shrink:0;gap:var(--space-sm);position:sticky;top:calc(var(--header-height) + var(--running-line-height));height:calc(100vh - var(--header-height) - var(--running-line-height));overflow-y:auto;scrollbar-width:none}.right-sidebar::-webkit-scrollbar{display:none}@media(max-width:768px){.right-sidebar{width:30%}}.right-sidebar__ads{display:flex;flex-direction:column;gap:var(--space-sm)}.right-sidebar__ad{width:100%;padding:var(--space-xs);background-color:var(--bg-light);border-radius:8px;overflow:hidden;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease}.right-sidebar__ad a:hover img{transform:scale(1.03);filter:brightness(1.05)}.right-sidebar__ad img{width:100%;height:auto;display:block;transition:transform .3s cubic-bezier(.4,0,.2,1),filter .3s ease;cursor:pointer}.right-sidebar__ad--reel{padding:0;cursor:default;aspect-ratio:9/16;background-color:var(--black);border-radius:8px;overflow:hidden}.right-sidebar__ad--reel .right-sidebar__ad-youtube-container{width:100%;height:100%;position:relative}.right-sidebar__ad--reel .right-sidebar__ad-youtube-container iframe,.right-sidebar__ad--reel .right-sidebar__ad-youtube-container #sidebar-youtube-player{width:100%;height:100%;display:block}.right-sidebar__ad--reel .right-sidebar__sound-toggle{position:absolute;bottom:var(--space-xs);right:var(--space-xs);width:29px;height:29px;border-radius:50%;background:rgba(var(--black-rgb),.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(144,255,0,.3);color:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10}.right-sidebar__ad--reel .right-sidebar__sound-toggle .right-sidebar__sound-icon{display:flex;align-items:center;justify-content:center}.right-sidebar__ad--reel .right-sidebar__sound-toggle .right-sidebar__sound-icon svg{width:14px;height:14px}.right-sidebar__ad--reel .right-sidebar__sound-toggle:hover{background:#90ff00cc;border-color:var(--green);transform:scale(1.1);color:var(--black)}.right-sidebar__ad--reel .right-sidebar__sound-toggle.active{background:var(--green);color:var(--black);border-color:var(--green);box-shadow:0 0 15px #90ff0080}.right-sidebar__ad--reel:hover{transform:none;box-shadow:none}.right-sidebar__ad:hover{box-shadow:0 4px 12px #00000014}.right-sidebar__social{background-color:var(--bg-light);border-radius:8px;padding:var(--space-sm);display:flex;align-items:center;justify-content:space-between}@media(max-width:768px){.right-sidebar__social{padding:4px;gap:5px}}.right-sidebar__social-link{display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.4,0,.2,1)}.right-sidebar__social-link svg{display:block}.right-sidebar__social-link svg path{transition:fill .3s ease}@media(max-width:768px){.right-sidebar__social-link svg{width:100%}}.right-sidebar__social-link:hover{transform:scale(1.25)}.right-sidebar__social-link:hover svg path{fill:#90ff00}.HeaderCta{display:none}.HeaderText{display:none!important}.right-sidebar__ad-holy{position:relative;border-radius:4px;overflow:hidden;cursor:pointer}.right-sidebar__ad-holy img{width:100%;height:auto;display:block;transition:transform .3s cubic-bezier(.4,0,.2,1),filter .3s ease}.right-sidebar__ad-holy:hover img{transform:scale(1.03);filter:brightness(1.05)}.right-sidebar__ad-btn{position:absolute;bottom:5%;left:50%;transform:translate(-50%);width:fit-content}@media(max-width:500px){.right-sidebar__ad-btn{font-size:9px;padding:5px 8px}}.right-sidebar__ad-btn{background-color:#90ff00;color:#000;font-family:Arial,sans-serif;font-weight:800;font-size:12px;text-align:center;text-decoration:none;text-transform:uppercase;padding:10px 20px;border-radius:5px;transition:all .3s ease;white-space:nowrap}.right-sidebar__ad-btn:hover{background-color:#7ae000;transform:translate(-50%) translateY(-2px);box-shadow:0 5px 15px #90ff004d}.right-sidebar__ad-btn--red{background-color:red;color:var(--white)}.right-sidebar__ad-btn--red:hover{background-color:#c00;box-shadow:0 5px 15px #ff00004d}.error-boundary{padding:var(--space-xl);text-align:center;color:var(--text-main);min-height:50vh;min-height:50dvh;display:flex;flex-direction:column;align-items:center;justify-content:center}.error-boundary__title{color:var(--green);font-family:Arial Black,Gadget,sans-serif;text-transform:uppercase;font-size:var(--fs-h2);font-weight:900}.error-boundary__message{color:var(--text-secondary);margin-top:var(--space-md);font-size:var(--fs-text-md)}.error-boundary__actions{display:flex;gap:var(--space-md);flex-wrap:wrap;justify-content:center;margin-top:var(--space-lg)}.error-boundary__button{width:100%;width:-webkit-fill-available;padding:.46875rem .9375rem;margin:0 auto;border:none;border-radius:.25rem;background:var(--green);color:var(--black);cursor:pointer;font-family:Arial,sans-serif;font-weight:500;font-size:var(--fs-button);line-height:100%;text-align:center;text-transform:uppercase;transition:all .3s ease;box-shadow:0 .125rem .5rem #90ff004d;user-select:none}.error-boundary__button:focus{outline:none}.error-boundary__button:hover:not(:disabled){background:var(--green);transform:translateY(-.03125rem);box-shadow:0 .25rem .75rem #90ff0066}.error-boundary__button:disabled{cursor:not-allowed;opacity:.6}.error-boundary__button{background:var(--green);color:var(--black)}.error-boundary__button:hover:not(:disabled){background:#7ae600;transform:translateY(-.0625rem)}.error-boundary__button:active:not(:disabled){transform:translateY(0)}.error-boundary__button{max-width:240px;text-decoration:none}.error-boundary__button--secondary{background:transparent;border:1px solid var(--green);color:var(--green)}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;width:100%}.loading-container--full{min-height:60vh}.loading-spinner{width:40px;height:40px;border:3px solid rgba(144,255,0,.1);border-radius:50%;border-top-color:var(--green);animation:spin 1s ease-in-out infinite;margin-bottom:16px}.loading-message{color:var(--text-secondary);font-size:14px;text-transform:uppercase;letter-spacing:1px}@keyframes spin{to{transform:rotate(360deg)}}.running-line{width:100%;padding-top:clamp(10px,6px + 1.25vw,30px);padding-bottom:clamp(10px,6px + 1.25vw,30px);overflow:hidden;position:relative;background-color:var(--black);display:flex}.running-line__content{display:flex;width:fit-content;animation:running-line-scroll linear infinite;will-change:transform;backface-visibility:hidden;contain:layout paint style}.running-line__track{display:flex;flex-shrink:0}.running-line__svg-item{flex-shrink:0;display:block}.running-line__svg-item svg{width:clamp(100px,88px + 3.75vw,160px);height:clamp(16px,13.6px + .75vw,28px);display:block;transform:translateZ(0);backface-visibility:hidden}@keyframes running-line-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(prefers-reduced-motion:reduce){.running-line__content{animation:none}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.running-line__svg-item svg{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}:root{--black: #000000;--white: #ffffff;--green: #90FF00;--dark-green: #538F06;--dark-gray: #1a1a1a;--gray-dark: #333333;--bg-light: #F4F4F4;--text-main: #ffffff;--text-secondary: #aaaaaa;--error: #ff4444;--error-bg: #fff5f5;--error-border: #ffcccc;--font-main: "Arial", sans-serif;--font-mono: "JetBrains Mono", monospace;--running-line-height: 36px;--header-height: clamp(60px, 4rem + 2vw, 90px);--sidebar-left-width: clamp(200px, 15vw, 280px);--sidebar-right-width: clamp(240px, 20vw, 320px);--layout-gap: clamp(1rem, .5rem + 2vw, 2.5rem);--container-max-width: 1920px;--content-max-width: 1440px;--fs-text-xs: clamp(.6875rem, .65rem + .18vw, .875rem);--fs-text-sm: clamp(.8125rem, .75rem + .31vw, 1.125rem);--fs-text-md: clamp(1rem, .9rem + .5vw, 1.5rem);--fs-text-lg: clamp(1.25rem, 1.1rem + .75vw, 2rem);--fs-text-xl: clamp(1.5rem, 1.25rem + 1.25vw, 2.75rem);--fs-h1: clamp(2rem, 1.5rem + 2.5vw, 4.5rem);--fs-h2: clamp(1.75rem, 1.35rem + 2vw, 3.75rem);--fs-h3: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);--fs-price: var(--fs-text-lg);--fs-button: var(--fs-text-sm);--space-xs: clamp(.25rem, .2rem + .25vw, .5rem);--space-sm: clamp(.5rem, .4rem + .5vw, 1rem);--space-md: clamp(1rem, .8rem + 1vw, 2rem);--space-lg: clamp(1.5rem, 1.25rem + 1.25vw, 2.75rem);--space-xl: clamp(2rem, 1.5rem + 2.5vw, 4.5rem);--space-card-gap: var(--space-md);--space-section-gap: clamp(1.5rem, 1rem + 2.5vw, 4rem);--space-layout-main: clamp(1rem, .5rem + 2vw, 3rem);--padding-page: clamp(1rem, .5rem + 3vw, 6rem)}.page-header{margin-bottom:8px}.page-header__title{font-family:Arial Black,sans-serif;font-weight:900;font-size:clamp(20px,18.4px + .5vw,28px);text-transform:uppercase;color:#000;margin:0;letter-spacing:-.02em}.page-header__desc{font-family:Arial,sans-serif;font-size:clamp(12px,11.6px + .125vw,14px);color:#666;margin:6px 0 0;line-height:1.4}
