.frontend-body{
    background:#f2eded
}
.frontend-wrap{
    max-width:1420px
}
.frontend-shell{
    align-items:center
}
.site-nav{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    flex:1
}
.site-nav a{
    background:#fff4f0;
    color:#1d2436;
    padding:14px 22px;
    border-radius:16px;
    font-weight:700
}
.site-nav a:hover{
    background:#123589;
    color:#fff
}
.lang-actions{
    display:flex;
    gap:14px;
    align-items:center
}
.lang-btn{
    background:#fff4f0;
    color:#8b4f39;
    padding:14px 20px;
    border-radius:16px;
    font-weight:800
}
.lang-btn.active{
    background:#123589;
    color:#fff
}
.hero-main{
    margin-top:20px
}
.hero-card-main{
    background:#fff;
    border-radius:34px;
    padding:70px 30px 30px;
    text-align:center;
    box-shadow:0 12px 35px rgba(0,0,0,.04);
        border: 3px solid #1e4484;
}
.hero-card-main h1{
    font-size:64px;
    line-height:1.05;
    margin:0 0 18px;
    font-weight:800
}
.hero-card-main p{
    font-size:20px;
    color:#54627c;
    max-width:820px;
    margin:0 auto 28px
}
.hero-actions{
    display:flex;
    justify-content:center;
    gap:14px;
    flex-wrap:wrap
}
.big-download-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:320px;
    background:#123589;
    color:#fff;
    padding:18px 28px;
    border-radius:22px;
    font-weight:800;
    font-size:20px
}
.checker-card{
    margin-top:22px;
    background:#fff;
    border-radius:34px;
    padding:34px;
    box-shadow:0 10px 35px rgba(0,0,0,.04)
}
.checker-form{
    background:#eef2ff;
    border-radius:30px;
    padding:26px;
    border:2px dashed #6e98ff
}
.form-group{
    margin-bottom:18px
}
.form-group label{
    font-size:18px
}
.manual-title{
    font-size:28px;
    font-weight:800;
    margin:18px 0 22px;
    text-align:center
}
.checker-grid{
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    gap:18px
}
.full-width-os{
    grid-column:1 / span 4
}
.searchable-select{
    position:relative
}
.searchable-input{
    width:100%;
    background:#fff;
    border:1px solid #d7def9;
    border-radius:22px;
    padding:18px 18px;
    font-size:18px;
    font-weight:700;
    outline:none
}
.searchable-dropdown{
    position:absolute;
    left:0;
    right:0;
    top:calc(100% + 8px);
    background:#fff;
    border:1px solid #d7def9;
    border-radius:18px;
    box-shadow:0 18px 40px rgba(0,0,0,.08);
    max-height:260px;
    overflow:auto;
    display:none;
    z-index:40;
    padding:8px
}
.searchable-select.open .searchable-dropdown{
    display:block
}
.searchable-option{
    padding:12px 14px;
    border-radius:12px;
    cursor:pointer;
    font-weight:700;
    color:#1f2430
}
.searchable-option:hover,
.searchable-option.active{
    background:#eef2ff
}
.convert-area{
    display:flex;
    justify-content:center;
    margin-top:24px
}
.check-btn{
    max-width:260px;
    background:#123589;
    color:#fff;
    padding:18px 24px;
    border-radius:22px;
    font-size:20px;
    font-weight:800
}
.result-wrap{
    margin-top:24px
}
.result-alert{
    padding:20px 24px;
    border-radius:22px;
    font-weight:800;
    font-size:24px;
    margin-bottom:14px;
    text-align:center
}
.result-alert.danger{
    background:#ffe5e5;
    color:#b12222;
    border: 2px dotted #7445b6;
}
.result-alert.good{
    background:#e7f8ea;
    color:#15733a
}
.result-alert.excellent{
    background:#e8f0ff;
    color:#123589
}
.result-sub-alert{
    background:#fff1f1;
    color:#c52b2b;
    border:1px solid #f0b4b4;
    padding:16px 20px;
    border-radius:18px;
    margin-bottom:18px;
    font-weight:700
}
.result-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin-bottom:18px
}
.spec-card{
    background:#fff;
    border-radius:28px;
    padding:24px;
    box-shadow:0 10px 35px rgba(0,0,0,.04);
        border: 2px dashed #5d9568;

}
.spec-card h2{
    margin-bottom:14px
}
.spec-row{
    display:flex;
    justify-content:space-between;
    gap:20px;
    padding:14px 0;
    border-bottom:1px solid #eceff8
}
.spec-row:last-child{
    border-bottom:none
}
.spec-row span{
    color:#5a6780;
    font-weight:700
}
.spec-row strong{
    text-align:right
}
.compat-table-wrap{
    background:#fff;
    border-radius:28px;
    padding:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.04)
}
.compat-table{
    width:100%;
    min-width:900px;
    border-collapse:collapse
}
.compat-table th,
.compat-table td{
    padding:14px 12px;
    border-bottom:1px solid #edf1fb;
    text-align:left
}
.status-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 14px;
    border-radius:999px;
    font-weight:800;
    font-size:14px
}
.status-pill.good{
    background:#e6f7eb;
    color:#18763d
}
.status-pill.bad{
    background:#ffe5e5;
    color:#b12222
}
.status-pill.excellent{
    background:#e8f0ff;
    color:#123589
}
.status-pill.neutral{
    background:#f0f0f0;
    color:#555
}
.more-actions{
    display:flex;
    justify-content:center;
    margin-top:18px
}
.mini-action{
    background:#fff4f0;
    color:#8b4f39;
    padding:14px 22px;
    border-radius:16px;
    font-weight:800
}
.seo-content-box{
    background:#fff;
    border-radius:30px;
    padding:28px;
    margin-top:24px;
    box-shadow:0 10px 35px rgba(0,0,0,.04)
}
.compare-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px
}
.compare-bars{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px
}
.bar-card{
    background:#fff;
    border-radius:28px;
    padding:24px;
    box-shadow:0 10px 35px rgba(0,0,0,.04)
}
.bar-card h2{
    font-size:24px;
    margin-bottom:18px
}
.bar-line{
    width:100%;
    height:18px;
    background:#eef2ff;
    border-radius:999px;
    overflow:hidden
}
.bar-fill{
    height:100%;
    background:linear-gradient(90deg,#94d1ce,#6f9ae7);
    border-radius:999px
}
.bar-score{
    margin-top:14px;
    font-size:28px;
    font-weight:800;
    color:#123589
}
@media (max-width:1100px){
    .checker-grid{
        grid-template-columns:1fr 1fr
    }
    .full-width-os{
        grid-column:1 / span 2
    }
    .result-grid,
    .compare-grid,
    .compare-bars{
        grid-template-columns:1fr
    }
}
@media (max-width:768px){
    .hero-card-main h1{
        font-size:38px
    }
    .hero-card-main p{
        font-size:17px
    }
    .checker-grid{
        grid-template-columns:1fr
    }
    .full-width-os{
        grid-column:auto
    }
    .site-nav,
    .lang-actions{
        width:100%;
        justify-content:center
    }
}

.stacked-actions{display:flex;flex-direction:column;align-items:center;gap:14px}
.big-download-btn.disabled{opacity:.55;pointer-events:auto;cursor:not-allowed}
.tool-helper-note{font-size:14px;font-weight:700;color:#7c95d6;text-align:center;max-width:420px}
.manual-divider-block{display:flex;align-items:center;gap:12px;width:min(100%,420px)}
.manual-divider-line{flex:1;height:1px;background:rgba(255,255,255,.35)}
.manual-divider-text{font-weight:800;color:#fff;opacity:.95;text-transform:uppercase;letter-spacing:.08em}
.secondary-hero-btn{border:none;background:#fff;color:#123589;padding:16px 24px;border-radius:20px;font-size:18px;font-weight:800;cursor:pointer;min-width:240px}
.manual-specs-panel{display:none;margin-top:26px;padding-top:24px;border-top:1px dashed #d7def9}
.manual-specs-panel.open{display:block}
.manual-subtitle{margin:-2px 0 18px;color:#64748b;font-weight:700}
html[dir="rtl"] .site-nav,html[dir="rtl"] .spec-row,html[dir="rtl"] .manual-divider-block{direction:rtl}
html[dir="rtl"] .spec-row strong{text-align:left}
html[dir="rtl"] .compat-table th,html[dir="rtl"] .compat-table td{text-align:right}
.site-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.site-nav > a,
.nav-dropdown-toggle {
    color: #383838;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown-toggle {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: inherit;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 16px;
    border-radius: 12px;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.nav-caret {
    font-size: 12px;
    line-height: 1;
}

.nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.14);
    padding: 10px 0;
    display: none;
    z-index: 1000;
    margin-top: 0;
}

html[dir="rtl"] .nav-dropdown-menu {
    left: auto;
    right: 0;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
    display: block;
}

.nav-dropdown-menu .menu-link {
    display: block;
    color: #1f2937;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 11px 16px;
    transition: background .2s ease, color .2s ease;
        margin: 5px 7px;
}

.nav-dropdown-menu .menu-link:hover {
    background: #f3f4f6;
    color: #123589;
}

.nav-dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 12px;
}
.icon-label,
.section-title-with-icon,
.cell-with-icon{
    display:inline-flex;
    align-items:center;
    gap:10px;
}
.icon-label img,
.section-title-with-icon img,
.cell-with-icon img,
.status-pill img{
    width:45px;
    height:45px;
    object-fit:contain;
    flex:0 0 45px;
}
.inline-ui-gif{
    width:75px;
    height:75px;
    object-fit:contain;
}
.big-download-btn,
.secondary-hero-btn,
.result-alert{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
}
.result-alert{
    width:100%;
}
.result-alert-gif{
    width:150px;
    height:150px;
    object-fit:contain;
    border-radius: 20px;
}
.status-pill{
    gap:10px;
}
.status-pill img{
    width:24px;
    height:24px;
    flex:0 0 24px;
}
.selected-game-preview{
    margin:18px 0 10px;
    display:none;
}
.selected-game-preview.has-image{
    display:block;
}
.selected-game-preview img{
    display:block;
    width:100%;
    border-radius:20px;
    max-height:420px;
    object-fit:cover;
}
@media (max-width:768px){
    .icon-label img,
    .section-title-with-icon img,
    .cell-with-icon img,
    .inline-ui-gif,
    .result-alert-gif{
        width:36px;
        height:36px;
        flex-basis:36px;
    }
}
@media (min-width:769px){
.secondary-hero-btn{
     border: 2px dashed #ddd;
    width: 400px;
    }
.big-download-btn{

    width: 400px;
    }
}

#pc-specs-download-btn{background: #1f9492;
background: linear-gradient(90deg, rgba(31, 148, 146, 1) 0%, rgba(97, 139, 207, 1) 100%);}
#pc-specs-download-btn:hover{background: #0a50f7}
