:root{--bg: #f5f5f5;--bg-soft: #ffffff;--panel: #ffffff;--panel-soft: #ffffff;--border: #ebebeb;--text: #2b373a;--muted: #666666;--teal: #00856f;--teal-soft: #00947b;--gold: #ffc107;--danger: #f02122;--footer-bg: #1e2024;--footer-bottom: #21282a}*{box-sizing:border-box}html,body{margin:0;padding:0}body.site-body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Segoe UI Adjusted,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}a:hover{color:var(--teal)}img{display:block;max-width:100%}button,input,select,textarea{color:inherit;font:inherit}.container{margin:0 auto;max-width:1240px;padding:0 16px;width:100%}.site-header{background:#fff;border-bottom:1px solid var(--border);position:relative;z-index:50}.header-top{align-items:center;display:flex;gap:24px;min-height:70px}.logo{align-items:center;background:var(--teal);border-radius:6px;color:#fff;display:inline-flex;font-size:20px;font-weight:700;height:40px;justify-content:center;max-width:40px;width:100%}.header-search{align-items:center;display:flex;flex:1;max-width:480px;min-width:160px;position:relative;width:100%}.header-search__input{background:#f9f9f9;border:1px solid var(--border);border-radius:6px;min-height:36px;padding:0 88px 0 14px;width:100%}.header-search__input::placeholder{color:#8b96a1}.header-search__submit,.header-search__clear{align-items:center;border:0;border-radius:4px;display:inline-flex;font-size:12px;font-weight:600;justify-content:center;min-height:28px;min-width:28px;position:absolute;top:50%;transform:translateY(-50%)}.header-search__submit{background:var(--teal);color:#fff;padding:0 10px;right:40px}.header-search__clear{background:transparent;color:#8b96a1;opacity:0;pointer-events:none;right:8px}.header-search__clear.is-visible{opacity:1;pointer-events:auto}.header-actions{align-items:center;display:flex;gap:8px;margin-left:auto}.header-action-link,.header-action-premium{align-items:center;border:1px solid #d8dde3;border-radius:20px;color:var(--text);display:inline-flex;font-size:12px;font-weight:600;min-height:36px;padding:0 14px}.header-action-premium{background:#f4f5f7}.menu-toggle{background:transparent;border:0;display:none;height:32px;margin-left:4px;position:relative;width:32px}.menu-toggle span,.menu-toggle span:before,.menu-toggle span:after{background:var(--text);border-radius:2px;content:"";display:block;height:2px;left:8px;position:absolute;transition:transform .2s ease;width:16px}.menu-toggle span{top:15px}.menu-toggle span:before{left:0;top:-5px}.menu-toggle span:after{left:0;top:5px}.site-navbar{background-color:#fff;border-bottom:1px solid var(--border);border-top:1px solid var(--border)}.navbar-menu{display:flex;flex-wrap:nowrap}.navbar-link{align-items:center;border-left:1px solid var(--border);color:var(--text);display:inline-flex;font-size:14px;font-weight:600;gap:10px;min-height:70px;padding:0 24px;white-space:nowrap}.navbar-link:last-child{border-right:1px solid var(--border)}.navbar-link.is-active,.navbar-link:hover{background:#f7f7f7;color:var(--text)}.navbar-badge{background:#2f3945;border-radius:10px;color:#f6d976;font-size:10px;line-height:1;padding:2px 6px}.page-banner{background:linear-gradient(90deg,#05e6aa,#1cbdf9)}.page-banner__inner{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;min-height:64px}.page-banner__title{color:#fff;font-size:23px;font-weight:600;line-height:1.6;margin:0}.crumbs{align-items:center;color:#fffffff2;display:inline-flex;flex-wrap:wrap;font-size:12px;font-weight:600;gap:8px}.crumbs__sep,.crumbs__current{opacity:.88}.page-shell{padding:0 0 56px}.site-app{min-height:100vh}.page-grid{display:grid;gap:20px;margin-top:40px}.page-grid--single{grid-template-columns:minmax(0,1fr)}.page-main,.page-sidebar{display:grid;gap:24px;min-width:0;width:100%}.sidebar-sticky{position:sticky;top:20px}.panel{background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:20px 20px 26px}.section-panel,.categories-panel,.product-article,.sidebar-block,.category-card{position:relative}.panel-title{border-bottom:1px solid var(--border);font-size:20px;font-weight:600;line-height:1.4;margin:0 0 16px;padding:0 0 22px}.empty-panel h2{font-size:24px;margin:0 0 12px}.empty-panel p{color:var(--muted);margin:0}.section-header{align-items:center;background-color:#fff;border:1px solid var(--border);display:flex;height:66px;justify-content:space-between;margin-bottom:24px;padding:0 22px 0 28px;position:relative}.section-header:before{background-color:var(--teal);content:"";height:100%;left:0;position:absolute;top:0;width:6px}.section-header h2,.section-header h3{color:var(--text);font-size:20px;font-weight:600;margin:0;text-transform:inherit;width:100%}.section-header a{background-color:transparent;border:1px solid var(--text);border-radius:4px;color:var(--text);display:block;font-size:14px;font-weight:400;line-height:1;max-width:max-content;padding:6px 16px;text-align:center;white-space:nowrap}.section-header a:hover{background-color:var(--teal);border-color:var(--teal);color:#fff}.section-header--toolbar{gap:16px}.toolbar-form{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.toolbar-form label{color:var(--muted);font-size:14px;white-space:nowrap}.toolbar-form select{background:#fff;border:1px solid var(--border);border-radius:4px;color:var(--muted);min-height:40px;min-width:130px;padding:0 12px}.toolbar-form button{background:transparent;border:1px solid var(--text);border-radius:4px;min-height:40px;padding:0 12px}.toolbar-form button:hover{background:var(--teal);border-color:var(--teal);color:#fff}.search-inline{display:flex;gap:10px;margin-bottom:18px}.search-inline input{background:#fff;border:1px solid var(--border);border-radius:4px;min-height:40px;padding:0 12px;width:100%}.search-inline button{background:var(--teal);border:1px solid var(--teal);border-radius:4px;color:#fff;min-height:40px;padding:0 14px}body.page-category .search-inline{display:none}.product-list{display:grid;gap:12px}.product-row{align-items:flex-start;background-color:#fff;border:1px solid var(--border);display:grid;gap:16px;grid-template-columns:62px minmax(0,1fr) 132px 130px 90px;min-height:86px;padding:12px 18px 12px 12px;position:relative}.product-row.has-badge .badge{border-radius:2px;color:#fff;font-size:10px;font-weight:700;left:-1px;line-height:1;padding:2px 6px;position:absolute;text-transform:capitalize;top:-1px}.product-row.is-featured .badge{background:#ffc000}.product-row.is-latest .badge{background:#f02122}.product-row.has-badge:not(.is-featured):not(.is-latest) .badge{background:var(--danger)}.product-row__thumb{background:#f7f7f7;border:1px solid var(--border);border-radius:12px;height:62px;overflow:hidden;width:62px}.product-row__thumb img{height:100%;object-fit:cover;width:100%}.product-row__content{min-width:0}.product-row__title{color:var(--text);display:block;font-size:16px;font-weight:600;line-height:1.3;margin-bottom:4px}.product-row__desc{color:var(--muted);font-size:12px;line-height:1.5;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-row__subcategory{color:var(--teal);display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.product-row__platform,.product-row__reputation,.product-row__size{color:var(--muted);font-size:12px;text-align:right}.product-row__platform{display:grid;gap:6px}.product-row__platform span{color:var(--text);font-weight:600;text-transform:capitalize}.product-row__platform small{color:#8e98a5;font-size:11px}.product-row__reputation{display:grid;gap:6px}.product-row__reputation small{color:var(--text);font-size:12px;font-weight:600;line-height:1.1}.rating-stars{display:inline-flex;gap:2px;justify-content:flex-end}.star{color:#ccc;font-size:14px;line-height:1}.star.is-on{color:var(--gold)}.product-row__size{align-self:center;color:var(--text);font-size:22px;font-weight:600;line-height:1;text-transform:uppercase}.compact-list{display:grid;gap:22px}.product-compact{align-items:flex-start;display:flex;gap:12px}.product-compact__thumb{aspect-ratio:1 / 1;background:#f7f7f7;border:1px solid var(--border);border-radius:12px;flex-shrink:0;height:62px;overflow:hidden;width:62px}.product-compact__thumb img{height:100%;object-fit:cover;width:100%}.product-compact__body{min-width:0}.product-compact__title{color:var(--text);display:block;font-size:14px;font-weight:600;line-height:1.6;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-compact__meta{color:var(--teal);display:block;font-size:12px;font-weight:600;line-height:1.5}.product-compact__size{color:var(--muted);display:block;font-size:12px;font-weight:600;line-height:1.4;text-transform:uppercase}.categories-header h2{color:var(--text);font-size:42px;font-weight:600;line-height:1.2;margin:0 0 20px;max-width:760px}.category-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.category-tab{align-items:center;background:transparent;border:1px solid var(--text);border-radius:20px;color:var(--text);display:inline-flex;font-size:14px;font-weight:500;gap:8px;min-height:35px;padding:0 14px}.category-tab small{color:#8a6700;font-size:11px}.category-tab.is-active{background:var(--teal);border-color:var(--teal);color:#fff}.category-tab.is-active small{color:#fff}.category-grid{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.category-card__link{align-items:center;background:#fff;border:1px solid var(--border);border-radius:8px;color:var(--text);display:flex;gap:10px;justify-content:space-between;min-height:64px;padding:12px 16px}.category-card__name{font-size:16px;font-weight:600;line-height:1.4}.category-card__count{color:var(--muted);font-size:12px;font-weight:600}.category-card__badge{background:#f5f5f5;border:1px solid var(--border);border-radius:10px;color:#8a6700;font-size:11px;line-height:1;padding:3px 8px}.filter-list{display:grid;gap:12px;list-style:none;margin:0;padding:0}.filter-list--scroll{max-height:330px;overflow:auto;padding-right:12px}.filter-list--scroll::-webkit-scrollbar{width:4px}.filter-list--scroll::-webkit-scrollbar-thumb{background-color:#a9a9a9;outline:none}.filter-list__item{align-items:center;display:flex;gap:12px;justify-content:space-between}.filter-list__item label{align-items:center;color:var(--muted);display:inline-flex;font-size:13px;font-weight:600;gap:10px;line-height:1.8;width:100%}.filter-list__item input{accent-color:var(--teal);height:16px;margin:0;width:16px}.filter-pill{align-items:center;background-color:#f5f5f5;border:1px solid var(--border);border-radius:4px;color:var(--text);display:inline-flex;font-size:12px;min-height:28px;padding:0 10px;white-space:nowrap}.filter-count{color:var(--muted);font-size:12px}.btn{align-items:center;border-radius:4px;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;line-height:1;min-height:42px;padding:0 12px;text-align:center}.btn-primary{background:var(--teal);border:1px solid var(--teal);color:#fff}.btn-primary:hover{background:var(--teal-soft);border-color:var(--teal-soft);color:#fff}.btn-secondary{background:transparent;border:1px solid var(--text);color:var(--text)}.btn-secondary:hover{background:var(--teal);border-color:var(--teal);color:#fff}.btn.is-disabled,.btn-secondary.is-disabled,.btn-primary.is-disabled{opacity:.45;pointer-events:none}.pager{display:flex;justify-content:flex-end;margin-top:20px}.pager .btn{min-width:110px}.download-panel{display:grid;gap:16px;text-align:center}.download-panel__size{color:var(--text);font-size:48px;font-weight:700;line-height:1;margin:0;text-transform:uppercase}.download-panel__rating{display:inline-flex;gap:4px;justify-content:center;margin-bottom:4px}.download-panel .btn{width:100%}.info-list{display:grid;gap:0;margin:0}.info-list__row{align-items:start;border-bottom:1px solid var(--border);display:grid;gap:8px;grid-template-columns:110px minmax(0,1fr);padding:10px 0}.info-list__row:last-child{border-bottom:0}.info-list dt,.info-list dd{margin:0}.info-list dt{color:var(--text);font-size:12px;text-transform:uppercase}.info-list dd{color:var(--muted);font-size:12px;text-align:right;word-break:break-word}.breadcrumbs{align-items:center;color:var(--muted);display:inline-flex;flex-wrap:wrap;font-size:12px;gap:8px;margin-bottom:14px}.breadcrumbs a{color:var(--muted)}.breadcrumbs a:hover{color:var(--teal)}.product-title{color:var(--text);font-size:48px;font-weight:600;line-height:1.1;margin:0 0 10px}.product-intro{color:var(--muted);font-size:14px;line-height:1.6;margin:0 0 24px}.product-hero-image{background:#fff;border:1px solid var(--border);border-radius:8px;margin-bottom:24px;overflow:hidden}.product-hero-image img{aspect-ratio:16 / 9;object-fit:cover;width:100%}.article-section+.article-section{margin-top:24px}.article-section h3{color:var(--text);font-size:32px;font-weight:600;line-height:1.2;margin:0 0 14px}.article-section p,.article-section li{color:var(--muted);font-size:16px;line-height:1.7}.article-section p{margin:0 0 12px}.article-section ul{margin:0;padding-left:20px}.versions-panel h3{color:var(--text);font-size:24px;font-weight:600;line-height:1.8;margin:0 0 12px}.version-table{border-collapse:collapse;width:100%}.version-table th,.version-table td{border-top:1px solid var(--border);padding:15px 12px;text-align:left;vertical-align:top}.version-table th{color:var(--muted);font-size:12px;font-weight:600;text-transform:uppercase}.version-table td{color:var(--muted);font-size:14px}.version-table td p{margin:0}.version-table td p+p{margin-top:6px}.version-table td strong{color:var(--text);font-size:12px}.version-downloads{display:grid;gap:8px}.version-downloads a{align-items:center;border:1px solid var(--border);border-radius:4px;color:var(--teal);display:inline-flex;font-size:12px;font-weight:600;justify-content:center;min-height:30px;padding:0 10px}.version-downloads a:hover{background:var(--teal);border-color:var(--teal);color:#fff}.compact-grid{display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.download-panel-main{display:grid;gap:24px}.download-status h2{color:var(--text);font-size:42px;font-weight:600;line-height:1.2;margin:0 0 8px}.download-status__product{color:var(--teal);font-size:14px;font-weight:600;line-height:1.8;margin:0 0 16px}.download-status__ok{align-items:center;background:#15c39a;border-radius:22px;color:#fff;display:inline-flex;font-size:14px;font-weight:600;line-height:1;margin:0 0 14px;min-height:35px;padding:0 18px}.download-status__password{color:var(--danger);font-weight:700;margin:0 0 4px}.download-status__help{color:var(--muted);margin:0}.download-status__help a{text-decoration:underline}.download-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.download-actions p{color:var(--muted);font-size:12px;margin:0}.static-panel h2{color:var(--text);font-size:32px;line-height:1.6;margin:0 0 8px}.static-panel p{color:var(--muted);font-size:16px;line-height:1.7;margin:0 0 10px}.empty-note{color:var(--muted)}.site-footer{background:var(--footer-bg);margin-top:64px;padding:68px 0 0}.footer-grid{display:grid;gap:40px;grid-template-columns:repeat(3,minmax(0,1fr))}.footer-column{display:grid;gap:10px}.footer-column h3{color:#d9d9d9;font-size:16px;font-weight:600;line-height:1;margin:0 0 6px;text-transform:capitalize}.footer-column a{color:#bbb;font-size:14px;line-height:1.5}.footer-column a:hover{color:#fff}.footer-bottom{align-items:center;border-top:1px solid #353b40;color:#bbb;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-top:24px;padding:20px 0}.footer-bottom p{font-size:13px;font-weight:600;margin:0}.footer-legal{display:inline-flex;flex-wrap:wrap;gap:16px}.footer-legal a{color:#bbb;font-size:13px}.footer-legal a:hover{color:#fff}@media(min-width:768px){.container{padding:0 20px}}@media(min-width:1200px){.page-grid--two{gap:30px;grid-template-columns:minmax(0,1fr) 356px}body.page-home .page-grid--two .page-main,body.page-product .page-grid--two .page-main{max-width:816px}body.page-category .page-grid--two{grid-template-columns:356px minmax(0,1fr)}body.page-category .page-grid--two .page-main{order:2}body.page-category .page-grid--two .page-sidebar{order:1}}@media(max-width:1199px){.page-grid--two{grid-template-columns:minmax(0,1fr)}.page-sidebar{order:2}.sidebar-sticky{position:static;top:auto}.compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1023px){.menu-toggle{display:block}.header-actions,.site-navbar{display:none}body.menu-open .site-navbar{display:block}.navbar-menu{flex-direction:column}.navbar-link,.navbar-link:last-child{border-left:0;border-right:0;border-top:0;min-height:52px;width:100%}.product-row{gap:12px;grid-template-columns:62px minmax(0,1fr);padding-right:12px}.product-row__platform,.product-row__reputation,.product-row__size{grid-column:2;text-align:left}.rating-stars{justify-content:flex-start}}@media(max-width:900px){.page-banner__title,.categories-header h2,.download-status h2{font-size:30px}.product-title{font-size:36px}.article-section h3{font-size:24px}.category-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.header-top{gap:10px}.logo{height:36px;max-width:36px}.header-search{max-width:none}.header-search__input{min-height:34px;padding-right:78px}.header-search__submit{right:34px}.page-grid{margin-top:24px}.panel{padding:16px}.section-header{gap:10px;height:auto;min-height:56px;padding:10px 12px 10px 18px}.section-header:before{width:4px}.section-header h2,.section-header h3,.panel-title,.versions-panel h3,.static-panel h2{font-size:21px}.toolbar-form{justify-content:flex-start;width:100%}.toolbar-form select,.toolbar-form button{min-height:36px}.category-grid,.compact-grid,.footer-grid{grid-template-columns:1fr}.download-panel__size{font-size:36px}.product-row__size{font-size:18px}.version-table,.version-table thead,.version-table tbody,.version-table tr,.version-table th,.version-table td{display:block;width:100%}.version-table thead{display:none}.version-table tr{border-top:1px solid var(--border);padding:8px 0}.version-table td{border:0;padding:5px 0}.site-footer{margin-top:48px;padding-top:40px}.footer-bottom{align-items:flex-start;flex-direction:column}}body.page-home{background:#f5f5f5}body.page-home .container{max-width:1240px;padding-left:16px;padding-right:16px}body.page-home .site-header{background-color:#fff;border-bottom:0}body.page-home .header-top{gap:24px;min-height:70px}body.page-home .logo{border-radius:6px;height:40px;max-width:40px}body.page-home .header-search{max-width:480px;position:relative}body.page-home .header-search__input{background-color:#f9f9f9;border:1px solid var(--border);border-radius:6px;min-height:36px;padding:8px 44px 8px 48px}body.page-home .header-search__submit{background-color:var(--teal);border-radius:6px 0 0 6px;color:transparent;left:0;min-height:36px;right:auto;width:36px}body.page-home .header-search__submit:before{border:2px solid #fff;border-radius:50%;content:"";height:12px;left:50%;position:absolute;top:50%;transform:translate(-60%,-60%);width:12px}body.page-home .header-search__submit:after{background:#fff;content:"";height:2px;left:54%;position:absolute;top:56%;transform:rotate(45deg);width:6px}body.page-home .header-search__clear{border-radius:0 6px 6px 0;color:transparent;min-height:36px;right:0;width:36px}body.page-home .header-search__clear:before,body.page-home .header-search__clear:after{background-color:#a0acb8;content:"";height:10px;left:50%;position:absolute;top:50%;width:1px}body.page-home .header-search__clear:before{transform:translate(-50%,-50%) rotate(45deg)}body.page-home .header-search__clear:after{transform:translate(-50%,-50%) rotate(-45deg)}body.page-home .header-actions{gap:10px}body.page-home .header-action-link,body.page-home .header-action-premium{border:1px solid #d8dde3;border-radius:20px;font-size:12px;font-weight:600;min-height:36px;padding:0 14px}body.page-home .header-action-premium{background-color:#2b373a;border-color:#2b373a;color:#f4f6f8;padding-left:28px;position:relative}body.page-home .header-action-premium:before{background:linear-gradient(180deg,#f6d976,#d5b24d);border-radius:1px;content:"";height:8px;left:11px;position:absolute;top:14px;width:8px}body.page-home .site-navbar{background-color:#fff;border-bottom:1px solid var(--border);border-top:1px solid var(--border)}body.page-home .navbar-menu{display:flex;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}body.page-home .navbar-menu::-webkit-scrollbar{display:none}body.page-home .navbar-link{align-items:center;border-left:1px solid var(--border);color:var(--text);display:inline-flex;flex:0 0 auto;font-size:14px;font-weight:600;gap:10px;letter-spacing:.15px;line-height:1.6;min-height:70px;padding:0 24px;position:relative;text-transform:capitalize}body.page-home .navbar-link:last-child{border-right:1px solid var(--border)}body.page-home .navbar-link:before{background:linear-gradient(135deg,#4b5f66,#2b373a);border-radius:3px;content:"";flex-shrink:0;height:12px;width:12px}body.page-home .navbar-link[href*="/category/windows"]:before{background:linear-gradient(135deg,#31a6ff,#167dd3)}body.page-home .navbar-link[href*="/category/macos"]:before{background:linear-gradient(135deg,#8b8f97,#51545a)}body.page-home .navbar-link[href*="/category/android"]:before,body.page-home .navbar-link[href*="/category/android-games"]:before{background:linear-gradient(135deg,#40d283,#1ea75f)}body.page-home .navbar-link[href*="/category/pc-games"]:before{background:linear-gradient(135deg,#7d8ba0,#4d5a6b)}body.page-home .navbar-link.is-active,body.page-home .navbar-link:hover{background-color:#f4f6f7;color:var(--text)}body.page-home .navbar-badge{background:#2f3945;border-radius:10px;color:#f6d976;font-size:10px;line-height:1;padding:2px 6px;position:absolute;right:6px;top:11px}body.page-home .page-shell{padding:0 0 64px}body.page-home .page-grid{gap:30px;margin-top:40px}body.page-home .home-sections{display:grid;gap:40px}body.page-home .home-section{background:transparent;border:0;border-radius:0;padding:0}body.page-home .home-section__header.section-header{border-radius:0;height:66px;margin-bottom:24px;padding:0 12px 0 28px}body.page-home .home-section__header.section-header:before{width:4px}body.page-home .home-section__header.section-header h2{font-size:20px;font-weight:600;line-height:1.4}body.page-home .home-view-all{border:1px solid var(--text);border-radius:4px;color:var(--text);font-size:14px;line-height:1;min-height:30px;padding:7px 16px;transition:all .25s ease-in-out}body.page-home .home-view-all:hover{background-color:var(--teal);border-color:var(--teal);color:#fff}body.page-home .home-product-list{display:flex;flex-direction:column;gap:24px;margin-top:24px}body.page-home .home-product-list .product-row{align-items:flex-start;background-color:#fff;border:1px solid var(--border);border-radius:0;display:flex;flex-wrap:nowrap;gap:0;min-height:86px;padding:12px 18px 12px 12px}body.page-home .home-product-list .product-row.has-badge .badge{left:-10px;padding:3px 6px 4px;top:12px}body.page-home .home-product-list .product-row__thumb{margin:auto 0}body.page-home .home-product-list .product-row__content{flex:1 1 auto;max-width:none;padding:4px 6px 0 12px}body.page-home .home-product-list .product-row__title{font-size:16px}body.page-home .home-product-list .product-row__desc,body.page-home .home-product-list .product-row__subcategory{font-size:12px}body.page-home .home-product-list .product-row__platform{align-items:flex-start;border-left:1px solid var(--border);display:flex;flex-direction:column;justify-content:center;margin-left:auto;max-width:140px;min-width:140px;padding:7px 20px 0;text-align:left}body.page-home .home-product-list .product-row__platform small{color:#8f96a0;font-size:11px}body.page-home .home-product-list .product-row__reputation{align-items:center;border-left:1px solid var(--border);display:flex;flex-direction:column;justify-content:center;max-width:130px;min-width:130px;padding:12px 16px 0;text-align:center}body.page-home .home-product-list .product-row__reputation small{font-size:12px;margin-bottom:8px}body.page-home .home-product-list .product-row__size{align-items:center;align-self:stretch;border-left:1px solid var(--border);display:flex;font-size:22px;justify-content:flex-end;line-height:64px;margin-left:auto;max-width:90px;min-width:90px;padding-left:24px;text-align:right}body.page-home .page-sidebar{align-self:start;display:grid;gap:26px;position:sticky;top:20px}body.page-home .home-widget-panel{background-color:#fff;border:1px solid var(--border);border-radius:8px;margin-bottom:0;padding:20px 26px 26px}body.page-home .home-widget-panel__title{border-bottom:1px solid var(--border);font-size:20px;font-weight:600;line-height:1.4;margin:0 0 16px;padding:0 0 22px}body.page-home .home-widget-panel__list{display:grid;gap:22px}body.page-home .home-widget-panel .product-compact{gap:12px}body.page-home .home-widget-panel .product-compact__thumb{border-radius:12px;padding:5px}body.page-home .home-widget-panel .product-compact__body{max-width:230px;width:72%}body.page-home .home-widget-panel .product-compact__title{font-size:14px;line-height:1.6;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.page-home .home-widget-panel .product-compact__meta{color:var(--teal);display:block;font-size:12px;font-weight:600;line-height:1;margin-bottom:5px}body.page-home .home-widget-panel .product-compact__size{color:var(--text);display:block;font-size:20px;font-weight:600;line-height:1}body.page-home .site-footer{background-color:#1e2024;margin-top:64px;padding-top:68px}body.page-home .footer-grid{gap:40px}body.page-home .footer-column h3{color:#d9d9d9}body.page-home .footer-column a{color:#bbb}body.page-home .footer-column a:hover{color:#fff}body.page-home .footer-bottom{background-color:#21282a;margin-top:0;padding:20px 0}body.page-home .footer-legal a,body.page-home .footer-bottom p{color:#bbb}@media(min-width:1200px){body.page-home .container{padding-left:20px;padding-right:20px}body.page-home .page-grid--two{gap:30px;grid-template-columns:minmax(0,1fr) 356px}body.page-home .page-grid--two .page-main{max-width:816px}}@media(min-width:1024px)and (max-width:1199px){body.page-home .page-grid--two{gap:24px;grid-template-columns:minmax(0,1fr) 300px}}@media(max-width:1023px){body.page-home .page-grid{gap:24px}body.page-home .page-sidebar{position:static}body.page-home .home-product-list .product-row{flex-wrap:wrap;gap:8px 0;padding-right:12px}body.page-home .home-product-list .product-row__content{min-width:calc(100% - 74px)}body.page-home .home-product-list .product-row__platform,body.page-home .home-product-list .product-row__reputation,body.page-home .home-product-list .product-row__size{align-items:flex-start;border-left:0;max-width:none;min-width:0;padding:0 0 0 74px;text-align:left;width:100%}body.page-home .home-product-list .product-row__reputation{padding-top:2px}body.page-home .home-product-list .rating-stars{justify-content:flex-start}body.page-home .home-product-list .product-row__size{font-size:20px;line-height:1.25}}@media(max-width:767px){body.page-home .header-top{gap:12px}body.page-home .header-actions{display:none}body.page-home .menu-toggle{display:inline-flex;margin-left:auto}body.page-home .navbar-link{min-height:56px;padding:0 14px}body.page-home .home-sections{gap:24px}body.page-home .home-section__header.section-header{height:auto;min-height:56px;padding:10px 12px 10px 18px}body.page-home .home-view-all{font-size:13px;padding:7px 12px}body.page-home .home-widget-panel{padding:16px}body.page-home .site-footer{margin-top:48px;padding-top:40px}}
