html,body,#root{min-height:100%}*{box-sizing:border-box}html{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}body{color:#14213d;background:#f4f7fb;margin:0;padding:0}button,input,select{font-family:inherit}.app{background:#f4f7fb;min-height:100vh}.header{z-index:100;background:#fff;border-bottom:1px solid #dfe5ee;justify-content:space-between;align-items:center;height:66px;padding:0 40px;display:flex;position:sticky;top:0}.logo{color:#14213d;font-size:21px;font-weight:800;text-decoration:none}.logo span{color:#2864e8}.header nav{align-items:center;gap:30px;display:flex}.header nav a{color:#24334f;font-size:14px;font-weight:500;text-decoration:none}.header nav a:hover{color:#2864e8}.home-main{width:100%}.hero{max-width:1200px;margin:0 auto;padding:55px 30px 35px}.hero h1{color:#10203b;margin:0 0 12px;font-size:42px;line-height:1.15}.hero>p{color:#60708b;margin:0 0 30px;font-size:17px}.search-box{width:100%;max-width:760px;margin:0 auto 22px;display:flex}.search-box input{background:#fff;border:1px solid #ccd5e2;border-right:none;border-radius:8px 0 0 8px;outline:none;flex:1;height:48px;padding:0 16px;font-size:15px}.search-box input:focus{border-color:#2864e8}.search-box button{color:#fff;cursor:pointer;background:#2864e8;border:none;border-radius:0 8px 8px 0;height:48px;padding:0 25px;font-weight:600}.search-box button:hover{background:#1f54c9}.filters-container{width:100%;max-width:1200px;margin:0 auto}.filters-toggle-button{color:#24334f;cursor:pointer;background:#fff;border:1px solid #ccd5e2;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-width:150px;height:42px;margin:0 auto 12px;padding:0 18px;font-size:14px;font-weight:700;transition:background .2s,border-color .2s;display:flex;box-shadow:0 2px 8px #1e32500a}.filters-toggle-button:hover{background:#f2f6ff;border-color:#aebbd0}.filters-toggle-icon{justify-content:center;align-items:center;font-size:18px;line-height:1;transition:transform .2s;display:inline-flex}.filters-toggle-icon.is-open{transform:rotate(180deg)}.filters{background:#fff;border:1px solid #dce3ed;border-radius:12px;grid-template-columns:repeat(5,minmax(0,1fr)) auto;gap:14px;padding:22px;display:grid;box-shadow:0 2px 8px #1e32500a}.filter-group{flex-direction:column;gap:7px;display:flex}.filter-group label{color:#596a84;font-size:12px;font-weight:600}.filter-group input,.filter-group select{color:#14213d;background:#fff;border:1px solid #ccd5e2;border-radius:7px;outline:none;width:100%;height:42px;padding:0 11px}.filter-group input:focus,.filter-group select:focus{border-color:#2864e8}.filters>button{color:#fff;cursor:pointer;background:#2864e8;border:none;border-radius:7px;align-self:end;height:42px;padding:0 18px;font-weight:600}.filters>button:hover{background:#1f54c9}.products-section{max-width:1200px;margin:0 auto;padding:25px 30px 80px}.section-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.section-header h2{color:#14213d;margin:0 0 6px;font-size:25px}.section-header p{color:#687892;margin:0;font-size:14px}.secondary-button{color:#2864e8;cursor:pointer;background:#fff;border:1px solid #ccd5e2;border-radius:7px;padding:9px 16px}.secondary-button:hover{background:#f2f6ff}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.product-card{background:#fff;border:1px solid #dce3ed;border-radius:12px;min-width:0;padding:18px;transition:transform .15s,box-shadow .15s,border-color .15s;overflow:hidden}.product-card:hover{border-color:#b9c9e4;transform:translateY(-2px);box-shadow:0 8px 25px #1e325014}.product-image{background:#eef4fc;border-radius:9px;justify-content:center;align-items:center;width:100%;height:210px;margin-bottom:17px;display:flex;overflow:hidden}.product-image img{object-fit:contain;width:100%;height:100%;padding:15px;display:block}.product-image-placeholder{color:#2864e8;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex}.product-image-placeholder span{font-size:38px}.product-image-placeholder small{color:#72819a;font-size:12px}.product-category{color:#2864e8;background:#eef5ff;border-radius:6px;margin-bottom:10px;padding:5px 9px;font-size:11px;font-weight:700;display:inline-block}.product-card h3{color:#14213d;margin:0 0 6px;font-size:19px}.brand{color:#71809a;margin:0 0 17px;font-size:14px}.score{border-top:1px solid #e3e8ef;justify-content:space-between;align-items:center;padding:11px 0;display:flex}.score span{color:#71809a;font-size:12px}.score strong{color:#2864e8;font-size:17px}.product-store{background:#f8fafc;border:1px solid #e1e7ef;border-radius:9px;margin-top:14px;padding:12px}.product-store-info{justify-content:space-between;align-items:center;gap:10px;margin-bottom:9px;display:flex}.product-store-info span{color:#65748c;font-size:12px}.product-store-info strong{color:#14213d;font-size:16px}.product-store-link{color:#fff;background:#14213d;border-radius:7px;justify-content:center;align-items:center;min-height:36px;font-size:12px;font-weight:700;text-decoration:none;display:flex}.product-store-link:hover{background:#2864e8}.product-card>button{color:#fff;cursor:pointer;background:#17243d;border:none;border-radius:7px;width:100%;height:40px;margin-top:14px;font-size:13px;font-weight:600}.product-card>button:hover:not(:disabled){background:#2864e8}.product-card>button:disabled{opacity:.55;cursor:not-allowed}.status-message{text-align:center;color:#63728b;padding:30px 0}.status-message.error{color:#d93025}.comparison-sidebar{z-index:200;background:#fff;border:1px solid #d8e0eb;border-radius:13px;width:340px;position:fixed;top:80px;right:22px;overflow:hidden;box-shadow:0 15px 40px #14284629}.comparison-sidebar-header{border-bottom:1px solid #e2e7ee;padding:17px 18px}.comparison-sidebar-title{align-items:center;gap:12px;display:flex}.comparison-sidebar-icon{color:#2864e8;background:#eef4ff;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.comparison-sidebar-title h3{margin:0 0 3px;font-size:15px}.comparison-sidebar-title p{color:#74829a;margin:0;font-size:12px}.comparison-sidebar-content{padding:10px}.sidebar-product{background:#f7f9fc;border:1px solid #e1e6ee;border-radius:9px;align-items:center;gap:10px;margin-bottom:7px;padding:10px;display:flex}.sidebar-product:last-child{margin-bottom:0}.sidebar-product-image{background:#edf3fb;border-radius:7px;flex:0 0 58px;justify-content:center;align-items:center;width:58px;height:58px;display:flex;overflow:hidden}.sidebar-product-image img{object-fit:contain;width:100%;height:100%}.sidebar-image-placeholder{color:#2864e8;font-size:20px}.sidebar-product-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.sidebar-product-category{color:#2864e8;text-transform:uppercase;font-size:9px;font-weight:700}.sidebar-product-info strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.sidebar-product-info small{color:#75839a;font-size:11px}.sidebar-product-remove{color:#53627a;cursor:pointer;background:#e9edf3;border:none;border-radius:50%;flex:0 0 27px;width:27px;height:27px;font-size:17px}.sidebar-product-remove:hover{color:#d93025;background:#fee2e2}.comparison-sidebar-footer{border-top:1px solid #e2e7ee;padding:13px}.comparison-sidebar-hint{text-align:center;color:#7a879b;margin:0 0 10px;font-size:11px}.sidebar-compare-button{color:#fff;cursor:pointer;background:#2864e8;border:none;border-radius:7px;width:100%;height:42px;font-weight:700}.sidebar-compare-button:hover:not(:disabled){background:#1f54c9}.sidebar-compare-button:disabled{opacity:.45;cursor:not-allowed}.comparison-modal-overlay{z-index:500;background:#0c192d7a;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.comparison-modal{text-align:center;background:#fff;border-radius:13px;width:100%;max-width:420px;padding:30px;position:relative;box-shadow:0 20px 60px #00000038}.comparison-modal-close{cursor:pointer;color:#65738b;background:0 0;border:none;width:30px;height:30px;font-size:22px;position:absolute;top:12px;right:12px}.comparison-modal-icon{color:#a66a00;background:#fff3cd;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 15px;font-size:22px;font-weight:800;display:flex}.comparison-modal h3{margin:0 0 10px;font-size:19px}.comparison-modal p{color:#66758c;margin:0 0 22px;line-height:1.5}.comparison-modal-button{color:#fff;cursor:pointer;background:#2864e8;border:none;border-radius:7px;width:100%;height:40px;font-weight:600}.comparison-main{width:100%}.comparison-page{width:min(1140px,100% - 50px);margin:0 auto;padding:45px 0 80px}.comparison-page-header{margin-bottom:25px}.back-link{color:#2864e8;margin-bottom:18px;font-size:14px;text-decoration:none;display:inline-block}.back-link:hover{text-decoration:underline}.comparison-page-header h1{color:#10203b;margin:0 0 8px;font-size:38px}.comparison-page-header p{color:#64738c;margin:0;font-size:15px}.comparison-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.empty-icon{margin-bottom:15px;font-size:50px}.comparison-empty h1{margin:0 0 10px}.comparison-empty p{color:#6b7a91;margin-bottom:20px}.compare-back-button{color:#fff;background:#2864e8;border-radius:7px;align-items:center;padding:10px 18px;font-weight:600;text-decoration:none;display:inline-flex}.comparison-winner{background:linear-gradient(135deg,#f8fbff,#eef6ff);border:1px solid #bcd7ff;border-radius:13px;align-items:center;gap:20px;min-height:105px;margin-bottom:18px;padding:22px 28px;display:flex}.winner-icon{text-align:center;width:45px;font-size:34px}.winner-info{flex-direction:column;gap:4px;display:flex}.winner-info>span{color:#2864e8;letter-spacing:.3px;font-size:10px;font-weight:800}.winner-info strong{color:#14213d;font-size:20px}.winner-info p{color:#65748c;margin:0;font-size:13px}.comparison-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px;display:grid}.comparison-card{background:#fff;border:1px solid #dce3ed;border-radius:13px;min-width:0;padding:18px;position:relative;overflow:hidden}.comparison-card-winner{border:2px solid #2864e8;box-shadow:0 8px 25px #2864e81a}.comparison-product-main{flex-direction:column;gap:15px;display:flex}.comparison-product-image{background:#eef4fc;border-radius:9px;justify-content:center;align-items:center;width:100%;height:190px;display:flex;overflow:hidden}.comparison-product-image img{object-fit:contain;width:100%;height:100%;padding:12px;display:block}.comparison-image-placeholder{color:#2864e8;flex-direction:column;justify-content:center;align-items:center;gap:7px;display:flex}.comparison-image-placeholder span{font-size:32px}.comparison-image-placeholder small{font-size:11px}.comparison-product-info{min-width:0}.comparison-product-info h3{color:#14213d;margin:7px 0 4px;font-size:19px}.comparison-product-info .brand{margin-bottom:14px}.comparison-score{border-top:1px solid #e1e6ed;justify-content:space-between;align-items:center;padding:11px 0;display:flex}.comparison-score span{color:#71809a;font-size:11px}.comparison-score strong{color:#2864e8;font-size:17px}.comparison-status{margin-top:10px;font-size:11px}.status-negative{color:#e33434}.comparison-stores{border-top:1px solid #e1e6ed;margin-top:16px;padding-top:14px}.comparison-stores-title{color:#53627a;margin-bottom:10px;font-size:12px;font-weight:700}.comparison-store{background:#f5f8fd;border-radius:7px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.comparison-store-link{color:#2864e8;font-size:13px;font-weight:600;text-decoration:none}.comparison-store-link:hover{text-decoration:underline}.comparison-store-price{white-space:nowrap;color:#14213d;font-size:13px}.comparison-table{background:#fff;border:1px solid #dce3ed;border-radius:13px;margin-top:30px;padding:20px;overflow-x:auto}.comparison-table h2{margin:0 0 18px;font-size:21px}.comparison-row{border-top:1px solid #e0e6ee;grid-template-columns:minmax(130px,.7fr) repeat(3,minmax(140px,1fr));min-width:650px;display:grid}.comparison-row>div{color:#4f607a;padding:12px;font-size:13px}.comparison-row>div:first-child{color:#24334f;font-weight:700}.comparison-title{background:#f7f9fc}.comparison-title>div{color:#1b2a44;font-weight:700}.table-winner{font-weight:700;color:#2864e8!important}.table-loser{color:#e33434!important}.comparison-table-store-link{color:#2864e8;font-weight:600;text-decoration:none}.comparison-table-store-link:hover{text-decoration:underline}@media (width<=1100px){.products-grid,.comparison-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filters{grid-template-columns:repeat(3,minmax(0,1fr))}.comparison-sidebar{width:320px}}@media (width<=800px){.header{padding:0 20px}.header nav{gap:15px}.hero{padding:35px 20px 25px}.hero h1{font-size:32px}.products-section{padding-left:20px;padding-right:20px}.products-grid,.comparison-grid{grid-template-columns:1fr}.comparison-page{width:calc(100% - 30px)}.filters{grid-template-columns:repeat(2,minmax(0,1fr))}.comparison-sidebar{width:auto;inset:auto 15px 15px}}@media (width<=550px){.header{flex-direction:column;gap:12px;height:auto;padding:15px 18px}.header nav{justify-content:center;width:100%}.filters{grid-template-columns:1fr}.filters>button{width:100%}.search-box{flex-direction:column}.search-box input{border-right:1px solid #ccd5e2;border-radius:8px;margin-bottom:8px}.search-box button{border-radius:8px}.section-header{align-items:flex-start;gap:15px}.comparison-winner{padding:18px}.comparison-page-header h1{font-size:31px}}.comparison-store-price{text-align:right;white-space:nowrap}.comparison-store-price.unavailable{color:#8a95a7}@media (width<=900px){.header{padding:0 20px}.hero,.products-section{padding-left:20px;padding-right:20px}.filters{grid-template-columns:repeat(2,minmax(0,1fr))}.filters>button{width:100%}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.comparison-sidebar{width:auto;left:12px;right:12px}}@media (width<=650px){.header{flex-wrap:wrap;gap:12px;height:auto;min-height:64px;padding:14px 16px}.header nav{justify-content:space-between;gap:10px;width:100%}.hero{padding-top:35px}.hero h1{font-size:32px}.search-box{flex-direction:column}.search-box input{border-right:1px solid #ccd5e2;border-radius:8px}.search-box button{border-radius:8px;margin-top:8px}.filters,.products-grid{grid-template-columns:1fr}.comparison-page{width:min(100% - 28px,1140px)}}.product-image-placeholder,.comparison-image-placeholder{display:flex}.clear-filters-button{color:#24334f;cursor:pointer;background:#fff;border:1px solid #cfd7e6;border-radius:8px;margin-left:10px;padding:9px 15px;font-size:14px;font-weight:600;transition:background .2s,border-color .2s,transform .2s}.clear-filters-button:hover{background:#f1f5fb;border-color:#aebbd0;transform:translateY(-1px)}.clear-filters-button:active{transform:translateY(0)}@media (width<=700px){.clear-filters-button{width:100%;margin-top:10px;margin-left:0}}.gaming-recommender{color:#fff;background:#17243d;border:1px solid #253b60;border-radius:12px;margin-bottom:18px;padding:22px}.gaming-recommender-header h2{margin:4px 0 7px;font-size:22px}.gaming-recommender-header p{color:#c5d1e5;max-width:820px;margin:0;font-size:13px;line-height:1.5}.gaming-recommender-kicker{letter-spacing:.12em;color:#8eb2ff;font-size:10px;font-weight:800}.gaming-recommender-grid{grid-template-columns:1fr 1.4fr 1.2fr .9fr auto;align-items:end;gap:12px;margin-top:18px;display:grid}.gaming-recommender .filter-group label{color:#c5d1e5}.gaming-recommender .filter-group select{background:#fff;border-color:#405578}.gaming-search-button{color:#fff;cursor:pointer;white-space:nowrap;background:#2864e8;border:none;border-radius:7px;height:42px;padding:0 18px;font-weight:700}.gaming-search-button:hover{background:#3a73ed}.recommendation-message{background:#203454;border:1px solid #38557f;border-radius:8px;align-items:center;gap:12px;margin-top:15px;padding:12px 14px;display:flex}.recommendation-message>span{background:#2864e8;border-radius:50%;flex:0 0 27px;justify-content:center;align-items:center;width:27px;height:27px;font-weight:800;display:flex}.recommendation-message div{flex:1;min-width:0}.recommendation-message strong{margin-bottom:2px;font-size:12px;display:block}.recommendation-message p{color:#c5d1e5;margin:0;font-size:12px;line-height:1.4}.recommendation-message button{color:#fff;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #5d7295;border-radius:6px;padding:7px 10px}.recommendation-message button:hover{background:#2a4267}@media (width<=1000px){.gaming-recommender-grid{grid-template-columns:1fr 1fr}.gaming-search-button{width:100%}}@media (width<=650px){.gaming-recommender{padding:16px}.gaming-recommender-grid{grid-template-columns:1fr}.recommendation-message{flex-wrap:wrap;align-items:flex-start}.recommendation-message button,.filters-container,.filters-toggle-button{width:100%}}.active-nav{color:#2864e8!important;font-weight:700!important}.catalog-main{max-width:1380px;margin:0 auto;padding:38px 28px 70px}.catalog-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.catalog-header h1{color:#10203b;margin:6px 0 8px;font-size:34px}.catalog-header p{color:#687894;max-width:760px;margin:0;line-height:1.55}.eyebrow{letter-spacing:.12em;color:#2864e8;font-size:11px;font-weight:800}.catalog-back-home{color:#2864e8;white-space:nowrap;font-weight:700;text-decoration:none}.catalog-search{max-width:900px;margin:0 auto 30px;display:flex}.catalog-search input{background:#fff;border:1px solid #cfd8e5;border-right:0;border-radius:9px 0 0 9px;outline:none;flex:1;height:50px;padding:0 18px;font-size:15px}.catalog-search input:focus{border-color:#2864e8}.catalog-search button{color:#fff;cursor:pointer;background:#2864e8;border:0;border-radius:0 9px 9px 0;padding:0 28px;font-weight:700}.catalog-layout{grid-template-columns:245px minmax(0,1fr);align-items:start;gap:24px;display:grid}.catalog-sidebar{background:#fff;border:1px solid #dce3ed;border-radius:12px;position:sticky;top:84px;overflow:hidden;box-shadow:0 2px 10px #1e32500a}.sidebar-heading{border-bottom:1px solid #e5eaf1;justify-content:space-between;align-items:flex-start;padding:18px 18px 15px;display:flex}.sidebar-heading span{color:#74839a;letter-spacing:.12em;font-size:10px;font-weight:800}.sidebar-heading h2{margin:3px 0 0;font-size:18px}.sidebar-heading button{color:#2864e8;cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:700}.catalog-filter-section{border-bottom:1px solid #edf1f5;padding:18px}.catalog-filter-section:last-child{border-bottom:0}.catalog-filter-section h3{color:#172742;margin:0 0 13px;font-size:14px}.check-filter{color:#52637d;cursor:pointer;align-items:center;gap:9px;min-height:32px;font-size:13px;display:flex}.check-filter input{accent-color:#2864e8}.remove-filter{color:#2864e8;cursor:pointer;background:0 0;border:0;margin-top:8px;padding:0;font-size:12px}.price-inputs{grid-template-columns:1fr 12px 1fr;align-items:center;gap:5px;display:grid}.price-inputs input{border:1px solid #d0d9e6;border-radius:6px;width:100%;min-width:0;height:36px;padding:0 7px;font-size:12px}.catalog-filter-section select{color:#354763;background:#fff;border:1px solid #d0d9e6;border-radius:6px;width:100%;height:38px;padding:0 8px}.apply-local-filter{color:#2864e8;cursor:pointer;background:#f7f9fc;border:1px solid #d5deeb;border-radius:6px;width:100%;height:34px;margin-top:9px;font-size:12px;font-weight:700}.catalog-results-toolbar{color:#718098;justify-content:space-between;align-items:center;gap:20px;min-height:48px;margin-bottom:14px;padding:0 4px;font-size:13px;display:flex}.catalog-results-toolbar strong{color:#172742;font-size:15px}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.catalog-card{background:#fff;border:1px solid #dce3ed;border-radius:12px;min-width:0;transition:transform .18s,box-shadow .18s,border-color .18s;overflow:hidden}.catalog-card:hover{border-color:#b8c7df;transform:translateY(-2px);box-shadow:0 8px 24px #223c6414}.catalog-card-image{background:#f4f7fb;justify-content:center;align-items:center;height:235px;padding:18px;display:flex}.catalog-card-image img{object-fit:contain;width:100%;height:100%;display:block}.catalog-image-placeholder{color:#7b8da7;background:#edf3fb;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:100%;height:100%;display:flex}.catalog-image-placeholder span{font-size:34px}.catalog-image-placeholder small{font-size:11px}.catalog-card-body{padding:16px}.catalog-card-body h2{color:#10203b;margin:8px 0 4px;font-size:18px;line-height:1.2}.catalog-card-body .brand{color:#6d7c93;margin:0 0 13px}.catalog-metric{color:#687894;border-top:1px solid #e7ecf3;justify-content:space-between;align-items:center;padding:9px 0;font-size:12px;display:flex}.catalog-metric strong{color:#2864e8;font-size:16px}.catalog-store{background:#f8fafc;border:1px solid #dce3ed;border-radius:9px;margin-top:12px;padding:10px}.catalog-store>div{color:#52637d;justify-content:space-between;gap:10px;font-size:12px;display:flex}.catalog-store strong{color:#172742}.catalog-store a{color:#fff;background:#14213d;border-radius:7px;justify-content:center;align-items:center;min-height:35px;margin-top:9px;font-size:12px;font-weight:700;text-decoration:none;display:flex}.catalog-compare{color:#fff;cursor:pointer;background:#14213d;border:0;border-radius:7px;width:100%;height:39px;margin-top:12px;font-weight:700}.catalog-compare:disabled{color:#728198;cursor:default;background:#e8edf4}.catalog-status{text-align:center;color:#63738d;background:#fff;border:1px solid #dce3ed;border-radius:12px;padding:50px 20px}.catalog-status.error{color:#b42318}.trust-section{max-width:1200px;margin:0 auto;padding:20px 30px 65px}.trust-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.trust-card{background:#fff;border:1px solid #dce3ed;border-radius:12px;padding:22px}.trust-card h3{margin:0 0 8px;font-size:16px}.trust-card p{color:#65758e;margin:0;font-size:13px;line-height:1.6}.site-footer{color:#718098;background:#fff;border-top:1px solid #dce3ed;justify-content:space-between;gap:20px;padding:28px 30px;font-size:12px;display:flex}.site-footer nav{flex-wrap:wrap;gap:18px;display:flex}.site-footer a{color:#53647e;text-decoration:none}.site-footer a:hover{color:#2864e8}@media (width<=1050px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.header{padding:0 18px}.header nav{gap:14px}.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{position:static}.catalog-header{flex-direction:column;align-items:flex-start}.trust-grid{grid-template-columns:1fr}}@media (width<=600px){.catalog-main{padding:24px 14px 50px}.catalog-grid{grid-template-columns:1fr}.catalog-card-image{height:220px}.catalog-search button{padding:0 17px}.site-footer{flex-direction:column}}.catalog-pagination{justify-content:center;align-items:center;gap:12px;margin:28px 0 10px;padding:8px 0;display:flex}.catalog-pagination>button,.catalog-page-numbers button{color:#24334f;cursor:pointer;background:#fff;border:1px solid #d3dce8;border-radius:8px;min-width:40px;height:40px;font-size:13px;font-weight:700}.catalog-pagination>button{padding:0 14px}.catalog-pagination button:hover:not(:disabled){color:#2864e8;background:#f5f8ff;border-color:#2864e8}.catalog-pagination button.active{color:#fff;background:#2864e8;border-color:#2864e8}.catalog-pagination button:disabled{opacity:.45;cursor:not-allowed}.catalog-page-numbers{gap:6px;display:flex}@media (width<=600px){.catalog-pagination{gap:6px}.catalog-pagination>button{padding:0 9px}.catalog-page-numbers{max-width:150px;overflow-x:auto}}.mobile-menu-button{cursor:pointer;background:#fff;border:1px solid #d8e0eb;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:40px;display:none}.mobile-menu-button span{background:#14213d;border-radius:2px;width:20px;height:2px}@media (width<=600px){.header{flex-flow:wrap;gap:10px;height:auto;min-height:64px;padding:12px 16px}.mobile-menu-button{display:flex}.header nav{flex-direction:column;align-items:stretch;gap:0;width:100%;padding:8px 0 4px;display:none}.header nav.is-open{display:flex}.header nav a{text-align:left;border-top:1px solid #eef1f5;padding:12px 8px}}.catalog-filter-hint{color:#7a889d;margin-top:8px;font-size:11px;display:block}.builder-page{max-width:1200px;margin:0 auto;padding:48px 28px 80px}.builder-hero{text-align:center;max-width:820px;margin:0 auto 30px}.builder-hero h1{margin:10px 0;font-size:42px;line-height:1.08}.builder-hero p{color:#617089;font-size:17px;line-height:1.6}.builder-controls{background:#fff;border:1px solid #dce5f2;border-radius:18px;grid-template-columns:2fr repeat(3,1fr);gap:14px;padding:20px;display:grid;box-shadow:0 8px 30px #14213d0d}.builder-control label{color:#52627a;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.builder-control select{color:#14213d;background:#fff;border:1px solid #cbd7e7;border-radius:10px;width:100%;height:46px;padding:0 12px;font-size:14px}.builder-summary{background:linear-gradient(120deg,#eef5ff,#fff);border:1px solid #b9d3ff;border-radius:18px;justify-content:space-between;align-items:center;gap:20px;margin:22px 0;padding:24px;display:flex}.builder-summary>div:first-child span{color:#2563eb;font-size:11px;font-weight:800}.builder-summary h2{margin:5px 0;font-size:25px}.builder-summary p{color:#64748b;margin:0}.builder-total{text-align:right}.builder-total span{color:#64748b;font-size:12px;display:block}.builder-total strong{color:#2563eb;font-size:30px}.builder-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.builder-part-card{background:#fff;border:1px solid #dce5f2;border-radius:16px;grid-template-columns:72px 1fr auto;align-items:center;gap:14px;padding:16px;display:grid}.builder-part-icon{color:#2563eb;background:#edf4ff;border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;font-size:24px;display:flex;overflow:hidden}.builder-part-icon img{object-fit:contain;width:100%;height:100%}.builder-part-label{text-transform:uppercase;color:#2563eb;font-size:10px;font-weight:800}.builder-part-body h3{margin:3px 0;font-size:15px}.builder-part-body p{color:#6b7a90;margin:0;font-size:12px}.builder-part-buy{text-align:right}.builder-part-buy strong{font-size:16px;display:block}.builder-part-buy a{color:#2563eb;margin-top:8px;font-size:11px;font-weight:700;text-decoration:none;display:inline-block}.builder-compatibility{background:#f7fbff;border:1px solid #d6e7fb;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;margin-top:16px;padding:18px 20px;display:flex}.builder-compatibility>div{align-items:center;gap:12px;display:flex}.compat-ok{color:#15803d;background:#dcfce7;border-radius:50%;place-items:center;width:28px;height:28px;font-weight:800;display:grid}.builder-compatibility p{color:#68778e;margin:4px 0 0;font-size:13px}.monitor-toggle{color:#334155;font-size:13px}.builder-explanation{background:#fff;border:1px solid #dce5f2;border-radius:18px;margin-top:22px;padding:24px}.builder-explanation h2{margin:0 0 8px}.builder-explanation p{color:#65748b;line-height:1.6}.builder-actions{gap:12px;display:flex}.builder-primary,.builder-secondary{border-radius:9px;padding:11px 18px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.builder-primary{color:#fff;background:#2563eb}.builder-secondary{color:#1e3a5f;background:#eef3fa}.builder-loading{text-align:center;color:#64748b;padding:60px}@media (width<=900px){.builder-controls{grid-template-columns:1fr 1fr}.builder-grid{grid-template-columns:1fr}.builder-summary{flex-direction:column;align-items:flex-start}.builder-total{text-align:left}}@media (width<=600px){.builder-page{padding:28px 14px}.builder-hero h1{font-size:32px}.builder-controls{grid-template-columns:1fr}.builder-part-card{grid-template-columns:56px 1fr}.builder-part-icon{width:56px;height:56px}.builder-part-buy{text-align:left;grid-column:2}.builder-compatibility{flex-direction:column;align-items:flex-start}.builder-actions{flex-direction:column}}
