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:#14213d;cursor:pointer;background:#fff;border:1px solid #d7e0ec;border-radius:999px;justify-content:center;align-items:center;gap:12px;min-width:170px;height:46px;margin:0 auto 16px;padding:0 18px;font-size:14px;font-weight:800;transition:transform .18s,box-shadow .18s,border-color .18s;display:inline-flex;box-shadow:0 5px 18px #14213d14}.filters-toggle-button:hover{border-color:#b9c9e1;transform:translateY(-1px);box-shadow:0 8px 22px #14213d1c}.filters-toggle-content{align-items:center;gap:8px;display:inline-flex}.filters-toggle-leading{color:#2864e8;background:#edf3ff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:17px;line-height:1;display:inline-flex}.filters-toggle-icon{color:#52637d;background:#f2f5f9;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;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}.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}.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}@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}@media (width<=600px){.catalog-main{padding:22px 12px 45px}.catalog-header h1{font-size:28px}.catalog-header p{font-size:14px}.catalog-search{width:100%;margin-bottom:18px}.catalog-search input{min-width:0;height:46px}.catalog-search button{height:46px}.catalog-layout{display:block}.catalog-sidebar{margin-bottom:18px}.catalog-results-toolbar{flex-direction:column;align-items:flex-start;gap:5px;margin-bottom:12px}.catalog-grid{grid-template-columns:1fr;gap:14px}.catalog-card-image{height:190px}.catalog-card-body{padding:14px}.catalog-pagination{flex-wrap:wrap}.benchforge-brand{flex:none;align-items:center;line-height:0;text-decoration:none;display:inline-flex}.benchforge-logo{object-fit:contain;width:240px;height:38px;display:block}.filters-toggle-button{appearance:none;color:#171b22;cursor:pointer;box-shadow:none;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;gap:7px;margin:8px auto 18px;padding:6px 2px;font-size:15px;font-weight:700;transition:color .18s,transform .18s;display:inline-flex}.filters-toggle-button:hover{color:#ff6a00;box-shadow:none;background:0 0;border:0;transform:none}.filters-toggle-content{align-items:center;gap:0;display:inline-flex}.filters-toggle-leading{display:none}.filters-toggle-icon{color:#ff6a00;background:0 0;border-radius:0;justify-content:center;align-items:center;width:18px;height:18px;margin-left:2px;font-size:19px;font-weight:800;line-height:1;transition:color .18s,transform .18s;display:inline-flex}.filters-toggle-button[aria-expanded=true],.filters-toggle-button[aria-expanded=true] .filters-toggle-icon{color:#ff6a00}@media (width<=600px){.benchforge-logo{width:200px}.filters-toggle-button{margin-top:4px;margin-bottom:14px;font-size:14px}.filters-toggle-icon{font-size:18px}}}.builder-page{max-width:1240px;margin:0 auto;padding:48px 28px 90px}.builder-hero{text-align:center;max-width:850px;margin:0 auto 34px}.builder-hero h1{margin:10px 0;font-size:44px;line-height:1.08}.builder-hero p{color:#617089;font-size:17px;line-height:1.65}.builder-wizard{background:#fff;border:1px solid #dce5f2;border-radius:22px;padding:26px;box-shadow:0 10px 35px #14213d0f}.wizard-step{align-items:flex-start;gap:14px;display:flex}.wizard-number{color:#fff;background:#2563eb;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.wizard-kicker{color:#2563eb;letter-spacing:.08em;font-size:11px;font-weight:900}.wizard-step h2{margin:4px 0;font-size:22px}.wizard-step p{color:#68778e;margin:0;font-size:13px;line-height:1.5}.genre-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:22px 0 28px 48px;display:grid}.genre-card{appearance:none;text-align:left;cursor:pointer;background:#fff;border:1px solid #dce5f2;border-radius:15px;min-height:116px;padding:16px 12px;transition:all .16s}.genre-card:hover{border-color:#9bbbe8;transform:translateY(-1px)}.genre-card-active{background:#f1f6ff;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb14}.genre-icon{margin-bottom:9px;font-size:24px;display:block}.genre-card strong{color:#14213d;font-size:14px;display:block}.genre-card small{color:#718096;margin-top:5px;font-size:11px;line-height:1.35;display:block}.wizard-budget-step{margin-top:8px}.budget-control{margin:22px 0 8px 48px}.budget-value{color:#14213d;margin-bottom:10px;font-size:32px;font-weight:900}.budget-control input{accent-color:#2563eb;width:100%}.budget-range{color:#748197;justify-content:space-between;margin-top:5px;font-size:12px;display:flex}.monitor-toggle{color:#334155;align-items:center;gap:8px;font-size:13px;display:flex}.builder-monitor-toggle{margin:18px 0 0 48px}.builder-selection-summary{grid-template-columns:1fr 2fr;gap:14px;margin:20px 0;display:grid}.builder-selection-summary>div{background:#f7fbff;border:1px solid #dce8f7;border-radius:14px;padding:15px 18px}.builder-selection-summary span{color:#6c7b91;letter-spacing:.08em;font-size:10px;font-weight:900;display:block}.builder-selection-summary strong{color:#14213d;margin-top:5px;font-size:14px;line-height:1.4;display:block}.results-heading{margin:34px 0 18px}.results-heading h2{margin:5px 0;font-size:30px}.results-heading p{color:#68778e;margin:0}.build-options{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:16px;display:grid}.build-option{background:#fff;border:1px solid #dce5f2;border-radius:20px;padding:18px;box-shadow:0 8px 28px #14213d0a}.build-option-recommended{border-color:#6ca0ed;box-shadow:0 12px 38px #2563eb1c}.build-option-head{min-height:125px}.build-tier{color:#64748b;letter-spacing:.09em;font-size:10px;font-weight:900}.build-option h2{margin:5px 0;font-size:25px}.build-option-head p{color:#68778e;margin:0;font-size:13px;line-height:1.45}.build-badge{color:#2563eb;background:#eaf2ff;border-radius:999px;margin-top:10px;padding:6px 9px;font-size:9px;font-weight:900;display:inline-block}.build-price{border-top:1px solid #edf1f7;border-bottom:1px solid #edf1f7;margin:5px 0 12px;padding:15px 0}.build-price span,.build-price small{color:#718096;font-size:11px;display:block}.build-price strong{margin:3px 0;font-size:27px;display:block}.build-performance{grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:14px;display:grid}.build-performance div{background:#f7f9fc;border-radius:9px;padding:8px}.build-performance span{color:#718096;text-transform:uppercase;font-size:9px;font-weight:800;display:block}.build-performance strong{margin-top:2px;font-size:12px;display:block}.builder-grid{grid-template-columns:1fr;gap:9px;display:grid}.builder-part-card{background:#fbfcfe;border:1px solid #e4eaf3;border-radius:11px;grid-template-columns:42px 1fr;align-items:center;gap:9px;padding:9px;display:grid}.builder-part-icon{color:#2563eb;background:#edf4ff;border-radius:9px;justify-content:center;align-items:center;width:42px;height:42px;font-size:17px;display:flex;overflow:hidden}.builder-part-icon img{object-fit:contain;width:100%;height:100%}.builder-part-body{min-width:0}.builder-part-label{text-transform:uppercase;color:#2563eb;font-size:8px;font-weight:900}.builder-part-body h3{margin:2px 0;font-size:11px;line-height:1.25}.builder-part-body p{color:#6b7a90;margin:0;font-size:9px;line-height:1.3}.builder-part-buy{grid-column:2;justify-content:space-between;align-items:center;gap:8px;margin-top:-2px;display:flex}.builder-part-buy strong{font-size:12px}.builder-part-buy a{color:#2563eb;font-size:9px;font-weight:800;text-decoration:none}.builder-explanation{background:#fff;border:1px solid #dce5f2;border-radius:18px;margin-top:24px;padding:24px}.builder-explanation h2{margin:0 0 8px}.builder-explanation p{color:#65748b;font-size:14px;line-height:1.6}.builder-note{font-size:12px!important}.builder-actions{gap:12px;margin-top:18px;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-secondary{color:#1e3a5f;background:#eef3fa}.builder-loading{text-align:center;color:#64748b;padding:60px}@media (width<=1050px){.genre-grid{grid-template-columns:repeat(3,1fr)}.build-options{grid-template-columns:1fr}.build-option{max-width:none}}@media (width<=700px){.builder-page{padding:28px 14px}.builder-hero h1{font-size:32px}.genre-grid{grid-template-columns:1fr 1fr;margin-left:0}.budget-control,.builder-monitor-toggle{margin-left:0}.builder-selection-summary{grid-template-columns:1fr}.wizard-step h2{font-size:19px}.builder-actions{flex-direction:column}}.builder-extra-controls{align-items:end;gap:18px;margin:20px 0 0 48px;display:flex}.builder-extra-controls label:not(.monitor-toggle){color:#526178;flex-direction:column;gap:6px;font-size:11px;font-weight:800;display:flex}.builder-extra-controls select{color:#14213d;background:#fff;border:1px solid #dce5f2;border-radius:9px;padding:10px 12px}.builder-generate{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:11px;margin:22px 0 0 48px;padding:13px 20px;font-weight:900;display:block;box-shadow:0 8px 20px #2563eb2e}.builder-generate:hover{transform:translateY(-1px)}.builder-generate:disabled{opacity:.65;cursor:wait}.builder-error{color:#a33a3a;background:#fff2f2;border:1px solid #f0caca;border-radius:10px;margin:14px 0 0 48px;padding:11px 13px;font-size:12px}.builder-fps{color:#46654d;background:#eff7f1;border:1px solid #d7ebdc;border-radius:10px;justify-content:space-between;align-items:center;margin:0 0 12px;padding:10px 12px;font-size:11px;display:flex}.builder-fps strong{color:#246b36;font-size:16px}@media (width<=700px){.builder-extra-controls{flex-direction:column;align-items:stretch;margin-left:0}.builder-generate,.builder-error{margin-left:0}}.builder-report-gate{color:#fff;background:linear-gradient(135deg,#14213d,#1d3152);border-radius:18px;justify-content:space-between;align-items:center;gap:24px;margin-top:24px;padding:24px 26px;display:flex;box-shadow:0 12px 32px #14213d1f}.builder-report-gate .eyebrow{color:#ff7a00}.builder-report-gate h2{margin:6px 0 7px;font-size:25px}.builder-report-gate p{color:#d9e2ef;max-width:760px;margin:0;font-size:13px;line-height:1.55}.builder-report-gate .builder-primary{white-space:nowrap;cursor:pointer;border:0}.report-sent-banner{color:#246b36;background:#effaf2;border:1px solid #cfe9d6;border-radius:12px;margin-top:20px;padding:12px 15px;font-size:13px;font-weight:800}.report-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#08101e9e;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.report-modal{background:#fff;border-radius:22px;width:min(560px,100%);max-height:calc(100vh - 36px);padding:30px;position:relative;overflow:auto;box-shadow:0 25px 80px #00000047}.report-modal-close{color:#4a5b72;cursor:pointer;background:#eef2f7;border:0;border-radius:50%;width:34px;height:34px;font-size:24px;line-height:1;position:absolute;top:13px;right:15px}.report-modal-icon{color:#ff7a00;background:#fff1e8;border-radius:14px;place-items:center;width:48px;height:48px;margin-bottom:16px;font-size:23px;display:grid}.report-modal h2{color:#14213d;margin:7px 30px 9px 0;font-size:28px;line-height:1.15}.report-modal-lead{color:#64748b;margin:0 0 17px;font-size:14px;line-height:1.55}.report-modal-summary{background:#f7fbff;border:1px solid #dce8f7;border-radius:12px;margin-bottom:18px;padding:12px 14px}.report-modal-summary span{color:#526178;font-size:11px;font-weight:800;display:block}.report-modal-summary strong{color:#14213d;margin-top:4px;font-size:13px;display:block}.report-email-label{color:#334155;margin-bottom:7px;font-size:12px;font-weight:900;display:block}.report-modal input[type=email]{box-sizing:border-box;width:100%;font:inherit;color:#14213d;border:1px solid #cfd9e8;border-radius:10px;outline:none;padding:13px 14px}.report-modal input[type=email]:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.report-consent{color:#526178;align-items:flex-start;gap:9px;margin-top:13px;font-size:11px;line-height:1.45;display:flex}.report-consent input{margin-top:2px}.report-privacy{color:#7a8799;margin:12px 0;font-size:10px;line-height:1.5}.report-privacy a{color:#2563eb}.report-submit{width:100%;margin-left:0}.report-modal-error{margin:12px 0 0}@media (width<=700px){.builder-report-gate{flex-direction:column;align-items:stretch}.builder-report-gate .builder-primary{justify-content:center;width:100%}.report-modal{padding:24px}.report-modal h2{font-size:24px}}.report-modal-preparing{text-align:center;padding:10px 4px 4px}.report-modal-spinner{border:4px solid #e7eef8;border-top-color:#2563eb;border-radius:50%;width:52px;height:52px;margin:2px auto 22px;animation:.8s linear infinite benchforge-spin}.report-modal-preparing .eyebrow{display:block}.report-modal-preparing h2{margin:8px 20px 10px}.report-progress-list{text-align:left;gap:8px;margin-top:18px;display:grid}.report-progress-list div{color:#526178;background:#f7f9fc;border:1px solid #e7edf5;border-radius:10px;padding:10px 12px;font-size:12px}.report-progress-list span{color:#246b36;width:24px;font-weight:900;display:inline-block}.report-progress-list .report-progress-active{color:#1e4f9a;background:#f1f6ff;border-color:#c9dcfa}.report-progress-list .report-progress-active span{color:#2563eb}@keyframes benchforge-spin{to{transform:rotate(360deg)}}.report-modal-close:disabled{opacity:.55;cursor:wait}:root{--bf-orange:#ff6a00;--bf-orange-dark:#e85d00;--bf-orange-soft:#fff1e8;--bf-charcoal:#111318;--bf-charcoal-2:#1b1f27;--bf-ink:#20242c;--bf-muted:#66707f;--bf-bg:#f5f6f8;--bf-card:#fff;--bf-border:#e2e5e9;--bf-steel:#7d8793;--bf-steel-soft:#eef0f3;--bf-success:#15803d;--bf-danger:#b42318}body,.app{background:var(--bf-bg);color:var(--bf-ink)}.header{border-bottom-color:var(--bf-border);background:#fff;box-shadow:0 1px #11131808}.header nav a{color:var(--bf-ink);font-weight:600}.header nav a:hover,.header nav a.active-nav,.active-nav{color:var(--bf-orange)!important}.mobile-menu-button{border-color:var(--bf-border);background:#fff}.mobile-menu-button span{background:var(--bf-charcoal)}.hero h1,.catalog-header h1,.comparison-page-header h1{color:var(--bf-charcoal)}.hero>p,.section-header p,.catalog-header p,.comparison-page-header p{color:var(--bf-muted)}.search-box input,.catalog-search input{color:var(--bf-ink);background:#fff;border-color:#cfd3d8}.search-box input:focus,.catalog-search input:focus{border-color:var(--bf-orange);box-shadow:0 0 0 3px #ff6a001a}.search-box button,.catalog-search button,.filters>button,.sidebar-compare-button,.comparison-modal-button,.compare-back-button{background:var(--bf-orange);color:#fff}.search-box button:hover,.catalog-search button:hover,.filters>button:hover,.sidebar-compare-button:hover:not(:disabled),.comparison-modal-button:hover,.compare-back-button:hover{background:var(--bf-orange-dark)}.filters-toggle-button{border-color:var(--bf-border);color:var(--bf-charcoal);background:#fff;box-shadow:0 4px 14px #11131812}.filters-toggle-button:hover{border-color:#ff6a0073;box-shadow:0 7px 20px #1113181a}.filters-toggle-leading{background:var(--bf-orange-soft);color:var(--bf-orange)}.filters-toggle-icon{background:var(--bf-steel-soft);color:#59616c}.filters,.catalog-sidebar,.product-card,.catalog-card,.trust-card,.comparison-card,.comparison-modal,.comparison-sidebar,.builder-controls,.builder-summary,.builder-part-card,.builder-explanation{background:var(--bf-card);border-color:var(--bf-border)}.filters,.catalog-sidebar,.product-card,.catalog-card,.builder-controls,.builder-part-card{box-shadow:0 3px 14px #1113180b}.filter-group label,.catalog-filter-section h3,.sidebar-heading h2,.catalog-results-toolbar strong{color:var(--bf-charcoal)}.filter-group input,.filter-group select,.catalog-filter-section input,.catalog-filter-section select{color:var(--bf-ink);background:#fff;border-color:#cfd3d8}.filter-group input:focus,.filter-group select:focus,.catalog-filter-section input:focus,.catalog-filter-section select:focus{border-color:var(--bf-orange);box-shadow:0 0 0 3px #ff6a0014}.secondary-button,.catalog-back-home,.back-link,.sidebar-heading button,.remove-filter,.product-store-link,.product-card>button{color:var(--bf-orange)}.secondary-button:hover{background:var(--bf-orange-soft);border-color:#ff6a0059}.product-category,.catalog-card .eyebrow,.eyebrow,.sidebar-product-category,.catalog-card-body .product-category{background:var(--bf-orange-soft);color:var(--bf-orange)}.product-card h3,.catalog-card-body h2,.section-header h2,.product-store-info strong,.catalog-metric strong,.score strong{color:var(--bf-charcoal)}.score strong,.catalog-metric strong{color:var(--bf-orange)}.product-image,.catalog-card-image,.catalog-image-placeholder,.product-image-placeholder,.sidebar-product-image,.builder-part-icon{background:#f0f2f4}.product-image-placeholder,.sidebar-image-placeholder,.builder-part-icon{color:var(--bf-orange)}.product-store{border-color:var(--bf-border);background:#f7f7f8}.product-store-link,.product-card>button{background:var(--bf-charcoal);color:#fff}.product-store-link:hover,.product-card>button:hover:not(:disabled){background:var(--bf-orange);color:#fff}.catalog-card:hover,.product-card:hover{border-color:#ff6a0052;box-shadow:0 9px 28px #11131817}.catalog-results-toolbar,.catalog-filter-hint,.status-message,.brand,.product-store-info span,.catalog-header p,.trust-card p,.site-footer,.site-footer a,.comparison-sidebar-title p,.comparison-sidebar-hint{color:var(--bf-muted)}.catalog-sidebar,.catalog-filter-section,.comparison-sidebar-header,.comparison-sidebar-footer,.site-footer{border-color:var(--bf-border)}.check-filter input{accent-color:var(--bf-orange)}.apply-local-filter{color:var(--bf-orange);background:#f7f7f8;border-color:#d5d8dd}.apply-local-filter:hover{background:var(--bf-orange-soft);border-color:#ff6a004d}.catalog-pagination>button,.catalog-page-numbers button{color:var(--bf-ink);background:#fff;border-color:#d3d6db}.catalog-pagination button:hover:not(:disabled){border-color:var(--bf-orange);color:var(--bf-orange);background:var(--bf-orange-soft)}.catalog-pagination button.active{background:var(--bf-orange);border-color:var(--bf-orange);color:#fff}.gaming-recommender{color:#fff;background:linear-gradient(135deg,#171a20 0%,#242932 100%);border-color:#2e333c}.gaming-recommender-kicker,.gaming-recommender-header,.gaming-recommender label{color:#fff}.gaming-search-button{background:var(--bf-orange)}.gaming-search-button:hover{background:var(--bf-orange-dark)}.recommendation-message{background:#ff6a001a;border-color:#ff6a0059}.comparison-sidebar-icon,.comparison-sidebar-icon svg{background:var(--bf-orange-soft);color:var(--bf-orange)}.sidebar-compare-button:disabled{background:#aeb3bb}.comparison-modal-overlay{background:#11131899}.comparison-modal-icon{background:var(--bf-orange-soft);color:var(--bf-orange)}.comparison-winner{background:linear-gradient(135deg,#fff8f3,#fff);border-color:#ff6a0047}.winner-info>span{color:var(--bf-orange)}.table-winner{background:#fff8f3}.site-footer{background:#fff}.site-footer a:hover{color:var(--bf-orange)}.status-message.error,.catalog-status.error,.status-negative{color:var(--bf-danger)}@media (width<=600px){.header nav a{border-top-color:var(--bf-border)}}.builder-page{color:#20242c}.builder-hero h1{color:#111318}.builder-hero p{color:#66707f}.builder-controls{background:#fff;border-color:#e2e5e9;box-shadow:0 5px 20px #1113180d}.builder-control label{color:#59616c}.builder-control select{color:#20242c;border-color:#cfd3d8}.builder-control select:focus{border-color:#ff6a00;outline:none;box-shadow:0 0 0 3px #ff6a001a}.builder-summary{background:linear-gradient(120deg,#fff5ed,#fff);border-color:#ff6a004d}.builder-summary>div:first-child span{color:#ff6a00}.builder-summary p,.builder-total span{color:#66707f}.builder-total strong{color:#ff6a00}.builder-part-card{border-color:#e2e5e9}.builder-part-icon{color:#ff6a00;background:#f0f2f4}.builder-part-label{color:#ff6a00}.builder-part-body p{color:#66707f}.builder-part-buy a{color:#ff6a00}.builder-compatibility{background:#fafafa;border-color:#e2e5e9}.compat-ok{color:#ff6a00;background:#fff1e8}.builder-compatibility p{color:#66707f}.monitor-toggle{color:#333840}.builder-explanation{border-color:#e2e5e9}.builder-explanation p{color:#66707f}.builder-primary{color:#fff!important;background:#ff6a00!important}.builder-primary:hover{background:#e85d00!important}.builder-secondary{color:#20242c!important;background:#fff!important;border-color:#d5d8dd!important}.builder-secondary:hover{color:#ff6a00!important;background:#fff1e8!important;border-color:#ff6a00!important}@media (width<=700px){.builder-page{padding-left:14px;padding-right:14px}.builder-hero h1{font-size:32px}.builder-controls{grid-template-columns:1fr}.builder-summary{flex-direction:column;align-items:flex-start}.builder-total{text-align:left}.builder-grid{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}.builder-primary,.builder-secondary{justify-content:center}}
