:root{--primary: #0A2342;--secondary: #D32F2F;--accent: #F9A825;--accent-hover: #FBC02D;--light-bg: #F5F5F5;--gray: #666;--gray-light: #E0E0E0;--shadow-light: 0 2px 6px rgba(0, 0, 0, .08);--shadow-strong: 0 4px 20px rgba(0, 0, 0, .1);--radius: 10px;--transition: all .2s ease-in-out}html,body{margin:0;padding:0;overflow-x:hidden}.topbar{width:100%;background-color:var(--primary);color:#fff;padding:10px 0;box-shadow:var(--shadow-strong);position:relative;z-index:1000}.topbar-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.topbar-actions button{margin-left:10px;padding:6px 12px;border-radius:6px;border:none;font-weight:700;cursor:pointer;transition:all .2s ease-in-out}.btn-login{background:#e0e0e0;color:#333}.btn-login:hover{background:#bdbdbd}.btn-pubblica{background:var(--secondary);color:#fff}.btn-pubblica:hover{background:#c12727}body{font-family:Arial,sans-serif;background-color:var(--light-bg)}.container{max-width:1200px;width:100%;margin:2rem auto;padding:1rem;background-color:#fff;border-radius:var(--radius);box-shadow:var(--shadow-strong);box-sizing:border-box;text-align:center}header{background:linear-gradient(135deg,#0a2342,#1a3a5d);color:#fff;padding:30px 20px;border-radius:12px;margin-bottom:20px;box-shadow:var(--shadow-strong);text-align:center}header h1{margin:0;font-size:2rem;font-weight:700;letter-spacing:1px;text-shadow:1px 1px 3px rgba(0,0,0,.3)}header .subtitle{margin-top:5px;font-size:1rem;font-weight:400;color:#f9a825}.filtro{background:#fff;padding:20px;border-radius:12px;margin:20px 0;box-shadow:var(--shadow-light)}.toggle-altri-filtri{display:none}.filtro-row{display:flex;gap:10px;margin-bottom:24px;align-items:flex-end;flex-wrap:wrap}.filtro-row input{flex:1 1 120px;height:40px;padding:0 10px;margin:0;border:1px solid #ccc;border-radius:8px;text-align:center;box-sizing:border-box;font-size:1rem;font-weight:500}.filtro-row select{height:40px;margin:0;border:1px solid #ccc;border-radius:8px;background-color:#fff;font-size:14px;color:#333;padding:0 8px;box-sizing:border-box}.prezzo-buttons-vertical{display:flex;flex-direction:column;gap:2px;flex:0}.results-text{flex:0 0 auto;min-width:0;height:40px;padding:0 10px;font-weight:700;color:var(--primary);background:#f0f0f0;display:flex;align-items:center;justify-content:center;border:1px solid #CCC;border-radius:8px;text-align:center;box-sizing:border-box}body>div>footer,.footer-wrapper{width:100%;margin-top:0}.filtro-rivenditore-footer{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.rivenditore-group{display:flex;gap:8px}.rivenditore-btn{flex:1;padding:8px 10px;font-size:.9em;border:1px solid var(--primary);background:#fff;color:var(--primary);border-radius:8px;cursor:pointer;text-align:center;transition:var(--transition)}.rivenditore-btn.selected,.rivenditore-btn:hover,.rivenditore-btn:focus{background:var(--primary);color:#fff;outline:none}.reset-btn{margin-right:8px;padding:6px 10px!important;font-size:.85em;border:none!important;border-radius:6px!important;cursor:pointer;background:#e0e0e0!important;color:#333!important;transition:background .3s ease,color .3s ease}.reset-btn:hover{background:#bdbdbd!important;color:#000!important}.solo-preferiti{background:transparent;color:#c68a00;padding:5px 10px;font-size:.85em;border:2px solid var(--accent);border-radius:6px;cursor:pointer;font-weight:700;transition:all .2s ease-in-out}.solo-preferiti:hover{background:var(--accent);color:var(--primary)}.solo-preferiti.active{background:var(--accent);color:var(--primary);border-color:var(--accent)}.ricerca-avanzata{text-align:center;margin:20px 0}.ricerca-btn{background:var(--primary);color:#fff;padding:12px 24px;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:var(--transition);text-decoration:none;display:inline-block}.ricerca-btn:hover,.ricerca-btn:focus{background:#1a3a5d;transform:scale(1.05);box-shadow:0 4px 14px #0a234259}.carrozzeria-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:15px;width:100%;background-color:#f5f5f5;padding:15px;border-radius:12px;box-sizing:border-box;margin-bottom:30px}.carrozzeria-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;cursor:pointer;text-align:center;padding:1rem;border-radius:12px;background:#fff;box-shadow:0 2px 6px #0000001a;transition:background .2s,transform .2s;border:2px solid transparent}.carrozzeria-item img{width:80%;height:auto;object-fit:contain;margin-bottom:1rem}.carrozzeria-item span{font-size:.85rem;font-weight:600;color:#333;line-height:1.2;transition:color .2s ease-in-out}.carrozzeria-item:hover:not(.selected){background:#eef3ff}.carrozzeria-item.selected{background:var(--primary);color:#fff;transform:translateY(-2px);border-color:var(--primary)}.carrozzeria-item.selected span{color:#fff}.lista-annunci{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:1rem 0;align-items:start}.card{position:relative;background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-light);display:flex;flex-direction:column;transition:var(--transition);min-width:260px;width:100%}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-strong)}.card img{display:block;width:100%;height:180px;object-fit:cover}.card-content{padding:15px;text-align:left}.card-content h3{margin:0 0 2px;color:var(--primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.card-content .prezzo{margin-top:0;font-size:1.2em;font-weight:700;color:var(--secondary)}.extra-info,.card-content .consumo{font-size:.8em;color:var(--gray);line-height:1.4}.rivenditore-localita-wrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:6px;margin-top:6px}.info-wrapper{font-size:.8em;color:var(--gray);line-height:1.4}.preferiti-btn{background:var(--gray-light);border:none;border-radius:50%;width:36px;height:36px;cursor:pointer;font-size:18px;transition:var(--transition);color:#999}.preferiti-btn.active{background:var(--accent);color:var(--primary)}.preferiti-btn:hover{transform:scale(1.1)}.ribbon{position:absolute;top:10px;left:-30px;width:120px;height:30px;line-height:30px;text-align:center;font-weight:700;transform:rotate(-45deg);box-shadow:0 2px 6px #0003;z-index:10;pointer-events:none}.ribbon.usato{background:var(--secondary);color:#fff}.ribbon.nuovo{background:var(--accent);color:var(--primary)}.ribbon.nuovo:after{content:"";position:absolute;top:0;left:-50%;width:200%;height:100%;background:linear-gradient(120deg,#fff0,#fff6,#fff0);transform:skew(-20deg);animation:shine 2s infinite;pointer-events:none}@keyframes shine{0%{left:-50%}50%{left:50%}to{left:150%}}.paginazione{margin:30px 0;display:flex;justify-content:center;gap:12px;align-items:center}.paginazione button{padding:10px 28px;border:2px solid var(--primary);background:#fff;color:var(--primary);border-radius:999px;cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:.03em;transition:background .2s ease,color .2s ease,transform .15s ease,box-shadow .2s ease}.paginazione button:hover:not(:disabled),.paginazione button:focus:not(:disabled){background:var(--primary);color:#fff;transform:scale(1.06);box-shadow:0 4px 14px #0a234240;outline:none}.paginazione button:disabled{opacity:.35;cursor:not-allowed;border-color:#aaa;color:#aaa}.paginazione span{font-size:.95rem;font-weight:600;color:var(--primary);padding:0 6px}.titolo-carrozzeria{display:flex;align-items:center;gap:8px;text-align:left;font-size:1rem;font-weight:600;margin:30px 0 4px 10px;color:#0a2342;border-left:4px solid var(--accent);padding-left:10px}.nessun-risultato{text-align:center;font-size:1.2rem;color:#666;margin-top:1rem}.prezzo-wrapper{display:flex;align-items:center;gap:5px;flex:1}.prezzo-input-wrapper{position:relative;flex:2;display:flex;align-items:center}.prezzo-input{flex:1;width:100%;height:40px;padding:0 30px 0 10px;margin:0;border:1px solid #CCC;border-radius:8px;text-align:center;box-sizing:border-box;font-size:1rem;font-weight:500}.prezzo-symbol{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;font-weight:700;color:#333}@media (max-width: 1024px){.lista-annunci{grid-template-columns:repeat(2,1fr)}.filtro-row input,.results-text{flex:1 1 100%;min-width:unset}.carrozzeria-bar{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}@media (max-width: 768px){.carrozzeria-bar{grid-template-columns:repeat(2,1fr)}.carrozzeria-item img{width:70%;margin-bottom:.8rem}.carrozzeria-item span{font-size:.9rem}}@media (max-width: 600px){.lista-annunci,.dettaglio-grid{grid-template-columns:minmax(0,1fr)!important}.dettaglio-grid div[style*="420px"]{height:240px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.dettaglio-grid img[alt^=Foto]{object-fit:contain!important;object-position:center!important}.dettaglio-grid>div:first-child>div:nth-of-type(2){flex-direction:column!important;align-items:center!important;text-align:center!important;gap:12px!important}.ad-banner--horizontal,.ad-banner--horizontal ins{display:none!important}.ad-infeed{max-width:100%!important;overflow:hidden}.filtro-row{flex-direction:column!important;align-items:stretch!important;gap:10px!important;margin-bottom:10px!important}.filtro-row>div{width:100%!important;max-width:100%!important;flex:unset!important}.filtro-row select:not(.select-unita){width:100%!important;box-sizing:border-box!important}.select-unita{width:72px!important;flex:none!important}.filtro-row input{width:100%!important;flex:1 1 auto!important;min-width:0!important;box-sizing:border-box!important}.results-text,.rivenditore-group{width:100%!important;flex:unset!important}.rivenditore-group .rivenditore-btn{flex:1;max-width:100%}.filtro-rivenditore-footer{flex-direction:column!important;align-items:stretch!important;gap:10px!important}.filtro-rivenditore-footer>div:last-child{display:flex;gap:8px;width:100%}.filtro-rivenditore-footer>div:last-child .reset-btn,.filtro-rivenditore-footer>div:last-child .solo-preferiti{flex:1;margin:0!important;text-align:center}header h1{font-size:clamp(.95rem,4.4vw,1.8rem)!important;letter-spacing:0!important;white-space:nowrap}.toggle-altri-filtri{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px;margin:4px 0;background:#fff;color:var(--primary);border:1.5px solid var(--primary);border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .2s,color .2s}.toggle-altri-filtri:hover,.toggle-altri-filtri:focus{background:var(--primary);color:#fff;outline:none}.altri-filtri:not(.aperto){display:none}.altri-filtri.aperto{margin-top:12px}.toggle-vista-wrapper{display:none!important}.footer{margin-left:0!important;margin-right:0!important;width:100%!important;padding-left:16px!important;padding-right:16px!important;border-radius:0!important;box-sizing:border-box!important}}.filtro input::placeholder,.filtro select::placeholder{font-style:normal;font-size:14px;color:#aaa}.ad-banner--horizontal{margin:0 auto 24px}.ad-banner--square{margin:0 auto}.ad-banner--horizontal-sm{margin:0 auto 16px}.ad-sidebar{position:fixed;top:50%;transform:translateY(-50%);width:160px;z-index:100;display:none}.ad-sidebar--left{left:calc(50% - 620px)}.ad-sidebar--right{right:calc(50% - 620px)}@media (min-width: 1560px){.ad-sidebar{display:block}}.ad-infeed{grid-column:1 / -1;width:100%;padding:8px 0}@media (max-width: 768px){.ad-banner--horizontal{display:none}.ad-banner--horizontal-sm{display:flex}}@media (min-width: 769px){.ad-banner--horizontal-sm{display:none}.ad-banner--horizontal{display:flex}}@media (max-width: 600px){.paginazione{gap:5px!important;flex-wrap:nowrap!important}.paginazione>button{padding:7px 10px!important;font-size:.8rem!important;white-space:nowrap}.paginazione>div{gap:4px!important}.paginazione>div button{width:28px!important;height:28px!important;font-size:12px!important;display:flex!important;align-items:center!important;justify-content:center!important}.btn-azzera-mobile{display:flex!important}.filtro-rivenditore-footer .reset-btn{display:none!important}}@media (max-width: 600px){.fasce-prezzo-row .fascia-prezzo-box{flex:1 1 100%!important;max-width:100%!important}.contatti-row{flex-direction:column!important;flex:1 1 100%!important;width:100%!important}.contatti-row .btn-invia,.contatti-row .btn-tel,.contatti-row .btn-whatsapp{width:100%!important;box-sizing:border-box!important;justify-content:center!important}.venditore-info{flex-direction:column!important;align-items:center!important;text-align:center!important;width:100%!important;gap:10px!important}.analisi-titolo{width:100%!important;text-align:center!important}.piano-titolo,.piano-sottotitolo{text-align:center!important}.piani-grid{grid-template-columns:1fr!important;max-width:360px;margin-left:auto;margin-right:auto}.step-titolo{text-align:center!important}.db-attivo-box{justify-content:center!important;text-align:center!important}.form-grid{grid-template-columns:1fr!important}.form-grid>*{grid-column:auto!important}.form-grid div[style*="1fr"][style*="12px"]{grid-template-columns:1fr!important}.form-grid div[style*="1fr"][style*="12px"]>div:last-child{margin-top:8px}.piano-info-banner{justify-content:center}.piano-info-testo{display:flex;flex-direction:column;align-items:center;gap:2px;line-height:1.35}.piano-info-sep{display:none}.dotazioni-titolo{font-size:17px!important;white-space:nowrap}.riepilogo-piano-box{justify-content:center!important}.step-nav{flex-wrap:wrap;gap:8px}.step-nav>button{padding:12px 14px!important;font-size:13px!important;white-space:nowrap}.step-nav>span{order:3;width:100%;text-align:center;margin-top:12px}.scadenza-grid{align-items:end}.trust-badges{flex-direction:column!important;align-items:flex-start!important;width:max-content;margin-left:auto;margin-right:auto;gap:8px!important}}.admin-annunci-layout{display:grid;grid-template-columns:minmax(245px,285px) minmax(0,1fr);gap:18px;align-items:start}.admin-fonti-sidebar{position:sticky;top:92px;background:#fff;border:1.5px solid #e7eaf0;border-radius:14px;padding:14px;box-shadow:0 3px 14px #0000000d;min-width:0}.admin-fonti-scroll{max-height:610px;overflow-y:auto;overflow-x:hidden;padding-right:3px;scrollbar-width:thin;scrollbar-color:#c8d0dc transparent}.admin-fonti-scroll::-webkit-scrollbar{width:6px}.admin-fonti-scroll::-webkit-scrollbar-thumb{background:#c8d0dc;border-radius:10px}.admin-annunci-main{min-width:0}@media (max-width: 1050px){.admin-annunci-layout{grid-template-columns:1fr}.admin-fonti-sidebar{position:static}.admin-fonti-scroll{max-height:330px}}.footer{background:var(--primary);color:#fff;padding:30px 20px 15px;border-radius:12px;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:40px;max-width:1200px;width:100%;margin:0 auto}.footer-column{flex:1 1 220px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left}.footer-brand{flex:1 1 240px}.footer-logo{height:160px;width:auto;object-fit:contain;margin-bottom:12px}.footer-column h3{margin-bottom:10px;font-size:1.1rem;color:var(--accent)}.footer-column p,.footer-column ul,.footer-column li{margin:5px 0;font-size:.9rem;list-style:none;padding:0}.footer-column a{color:#fff;text-decoration:none;transition:all .2s ease-in-out}.footer-column a:hover{color:var(--accent-hover);text-decoration:underline;transform:scale(1.05)}.footer-column.seguici .footer-social{display:flex;gap:10px;margin-top:10px;justify-content:flex-start;align-items:center}.footer-social a{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;background:#fff;color:var(--primary);font-weight:700;transition:all .3s ease}.footer-social a:hover{background:var(--accent);color:var(--primary);transform:scale(1.2)}.footer-column.newsletter form{display:flex;flex-direction:row;align-items:stretch;gap:6px;margin-top:10px}.footer-column.newsletter input{padding:8px;border-radius:4px;border:none;flex:1;font-size:.9rem;box-sizing:border-box;margin:0}.footer-column.newsletter button{padding:0 14px;border-radius:4px;border:none;background-color:var(--accent);color:#fff;cursor:pointer;transition:all .2s ease;white-space:nowrap;font-size:.9rem;margin:0;line-height:1}.footer-column.newsletter button:hover{background-color:var(--accent-hover)}.footer-bottom{text-align:center;margin-top:30px;border-top:1px solid rgba(255,255,255,.2);padding-top:15px;font-size:.85rem;color:#ccc;letter-spacing:.5px}@media (max-width: 1024px){.footer-top{justify-content:center}}@media (max-width: 768px){.footer-top{flex-direction:column;align-items:center}.footer-column{align-items:center;text-align:center}.footer-logo{margin:0 auto 12px}.footer-column.seguici .footer-social,.footer-column.newsletter form{justify-content:center}.footer-column.newsletter form{flex-direction:column;gap:5px}.footer-column.newsletter input{width:100%}.footer-column.newsletter button{width:100%;padding:11px 14px;font-weight:700}}:root{--ta-navy: #0f2647;--ta-navy-2: #173a68;--ta-orange: #f56b00;--ta-yellow: #f9a825;--ta-red: #d32f2f;--ta-text: #172033}body.ta-menu-open{overflow:hidden}.ta-topbar{height:72px;padding:0 22px;background:linear-gradient(135deg,var(--ta-navy) 0%,var(--ta-navy-2) 100%);position:sticky;top:0;z-index:1000;box-shadow:0 5px 20px #06183033}.ta-topbar-inner{width:100%;max-width:1380px;height:100%;margin:0 auto;display:flex;align-items:center;gap:22px}.ta-logo{width:186px;height:64px;padding:0;border:0;background:transparent;cursor:pointer;flex:0 0 auto;overflow:hidden;display:flex;align-items:center;justify-content:flex-start}.ta-logo img{width:190px;height:116px;object-fit:contain;display:block}.ta-desktop-nav{display:flex;align-items:center;height:100%;gap:3px;flex:1 1 auto}.ta-nav-link{height:100%;padding:0 13px;color:#ffffffd1;background:transparent;border:0;border-bottom:3px solid transparent;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;transition:color .18s ease,background .18s ease,border-color .18s ease}.ta-nav-link:hover,.ta-nav-link.active{color:#fff;background:#ffffff12;border-bottom-color:var(--ta-orange)}.ta-chevron{display:inline-block;font-size:15px;margin-left:3px;transition:transform .2s ease}.ta-explore-trigger.active .ta-chevron,.ta-account-button[aria-expanded=true] .ta-chevron{transform:rotate(180deg)}.ta-explore-wrap,.ta-account-wrap{position:relative;height:100%;display:flex;align-items:center}.ta-mega-menu{position:fixed;top:82px;left:50%;transform:translate(-50%);width:min(1120px,calc(100vw - 40px));background:#fff;color:var(--ta-text);border-radius:18px;border:1px solid #e7edf4;box-shadow:0 25px 70px #0819313d;overflow:hidden;animation:taDrop .18s ease-out}@keyframes taDrop{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}.ta-mega-menu:before{content:"";position:absolute;top:-8px;left:49%;width:16px;height:16px;background:#fff;transform:rotate(45deg);border-left:1px solid #e7edf4;border-top:1px solid #e7edf4}.ta-mega-head{padding:24px 28px 20px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid #edf1f5;background:linear-gradient(135deg,#fff 30%,#f3f7fb)}.ta-mega-head strong{display:block;margin-top:5px;font-size:19px;color:var(--ta-navy)}.ta-mega-eyebrow{font-size:11px;letter-spacing:1.4px;color:var(--ta-orange);font-weight:900}.ta-mega-close{border:0;background:#edf2f7;color:#526174;width:34px;height:34px;border-radius:50%;font-size:24px;cursor:pointer}.ta-mega-close:hover{background:#e1e8f0;color:var(--ta-navy)}.ta-mega-grid{padding:26px 28px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}.ta-mega-section h3{margin:0 0 14px;color:var(--ta-navy);font-size:14px;text-transform:uppercase;letter-spacing:.7px;display:flex;align-items:center;gap:8px}.ta-mega-link{width:100%;min-height:38px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:9px;padding:8px 9px;background:transparent;color:#3d4a5b;font-size:13px;font-weight:650;text-align:left;cursor:pointer}button.ta-mega-link:hover{background:#f4f7fa;color:var(--ta-orange)}.ta-mega-link b{opacity:0;transform:translate(-4px);transition:.18s}button.ta-mega-link:hover b{opacity:1;transform:translate(0)}.ta-mega-link.disabled{color:#9aa5b1;cursor:default}.ta-mega-link small{color:#936100;background:#fff3ce;border-radius:20px;padding:3px 7px;font-size:9px;font-weight:900;text-transform:uppercase}.ta-mega-footer{padding:15px 28px;background:var(--ta-navy);color:#ffffffc2;display:flex;align-items:center;justify-content:space-between;font-size:13px}.ta-mega-footer button{border:0;border-radius:22px;padding:9px 17px;background:var(--ta-orange);color:#fff;font-weight:800;cursor:pointer}.ta-mega-footer button:hover{filter:brightness(.94)}.ta-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto}.ta-favorites,.ta-login,.ta-account-button{height:40px;border:1px solid rgba(255,255,255,.22);background:#ffffff14;color:#fff;border-radius:22px;padding:0 12px;display:flex;align-items:center;gap:7px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap}.ta-favorites:hover,.ta-login:hover,.ta-account-button:hover{background:#ffffff29}.ta-favorites{position:relative}.ta-favorites>span:first-child{color:var(--ta-yellow);font-size:20px}.ta-favorites b{position:absolute;top:-6px;right:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:10px;background:var(--ta-yellow);color:var(--ta-navy);font-size:10px;display:grid;place-items:center}.ta-avatar{width:30px;height:30px;border-radius:50%;overflow:hidden;display:grid;place-items:center;flex:0 0 auto;color:#fff;font-size:12px;font-weight:900;background:linear-gradient(135deg,var(--ta-orange),#ff9d27)}.ta-avatar img{width:100%;height:100%;object-fit:cover}.ta-account-button{padding:4px 11px 4px 5px}.ta-account-name{max-width:92px;overflow:hidden;text-overflow:ellipsis}.ta-account-menu{position:absolute;top:calc(100% + 10px);right:0;width:224px;background:#fff;border:1px solid #e8edf2;border-radius:13px;box-shadow:0 14px 40px #0003;overflow:hidden;animation:taAccount .15s ease-out}@keyframes taAccount{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.ta-account-head{padding:14px 16px;background:#f7f9fb;border-bottom:1px solid #edf0f3;overflow:hidden}.ta-account-head strong,.ta-account-head span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ta-account-head strong{color:var(--ta-navy);font-size:13px}.ta-account-head span{color:#8b96a4;font-size:11px;margin-top:3px}.ta-account-menu>button,.ta-mobile-account>button{width:100%;border:0;background:#fff;color:#344054;padding:11px 15px;display:flex;align-items:center;gap:10px;font-size:13px;font-weight:650;text-align:left;cursor:pointer}.ta-account-menu>button:hover{background:#fff5ee}.ta-account-menu>button.ta-logout,.ta-mobile-account>button.ta-logout{color:#c83232;border-top:1px solid #edf0f3}.ta-publish{height:42px;border:0;border-radius:23px;padding:0 17px;background:var(--ta-red);color:#fff;font-size:13px;font-weight:800;cursor:pointer;white-space:nowrap;box-shadow:0 5px 13px #d32f2f42}.ta-publish:hover{background:#bd2828;transform:translateY(-1px)}.ta-hamburger{display:none;width:42px;height:42px;border:1px solid rgba(255,255,255,.25);border-radius:10px;background:#ffffff14;padding:10px;cursor:pointer}.ta-hamburger span{display:block;height:2px;background:#fff;border-radius:2px;margin:4px 0;transition:.2s}.ta-hamburger.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.ta-hamburger.open span:nth-child(2){opacity:0}.ta-hamburger.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.ta-mobile-overlay{position:fixed;inset:0;z-index:2000;background:#051020a3;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:taFade .18s ease}@keyframes taFade{0%{opacity:0}to{opacity:1}}.ta-mobile-menu{width:min(390px,92vw);height:100%;margin-left:auto;background:#fff;display:flex;flex-direction:column;overflow-y:auto;box-shadow:-18px 0 50px #0003;animation:taSlide .22s ease-out}@keyframes taSlide{0%{transform:translate(100%)}to{transform:none}}.ta-mobile-head{min-height:75px;padding:0 17px;background:linear-gradient(135deg,var(--ta-navy),var(--ta-navy-2));display:flex;align-items:center;justify-content:space-between;overflow:hidden}.ta-mobile-head img{width:176px;height:105px;object-fit:contain}.ta-mobile-head button{border:0;background:#ffffff1f;color:#fff;width:36px;height:36px;border-radius:50%;font-size:24px;cursor:pointer}.ta-mobile-menu nav{padding:15px 12px}.ta-mobile-menu nav>button{width:100%;min-height:47px;border:0;border-radius:10px;background:#fff;color:#2d3949;padding:10px 12px;display:flex;align-items:center;gap:11px;font-size:14px;font-weight:750;text-align:left;cursor:pointer}.ta-mobile-menu nav>button:hover,.ta-mobile-menu nav>button.active{background:#f0f5fa;color:var(--ta-navy)}.ta-mobile-menu nav>button.active{box-shadow:inset 3px 0 var(--ta-orange)}.ta-mobile-menu nav>button span{width:22px;font-size:17px;text-align:center}.ta-mobile-expand b{margin-left:auto;color:var(--ta-orange);font-size:18px}.ta-mobile-submenu{margin:2px 5px 8px 38px;padding-left:11px;border-left:2px solid #e7edf3}.ta-mobile-submenu button,.ta-mobile-submenu .disabled{width:100%;min-height:36px;border:0;background:transparent;padding:8px;color:#536071;display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:650;text-align:left;cursor:pointer}.ta-mobile-submenu button:hover{color:var(--ta-orange)}.ta-mobile-submenu .disabled{color:#a0a9b4;cursor:default}.ta-mobile-submenu small{color:#936100;background:#fff3ce;border-radius:12px;padding:2px 6px;font-size:8px;text-transform:uppercase;font-weight:900}.ta-mobile-account{margin-top:auto;padding:15px;border-top:1px solid #e8edf2;background:#f8fafc}.ta-mobile-user{display:flex;align-items:center;gap:11px;padding:3px 3px 13px}.ta-mobile-user div{min-width:0}.ta-mobile-user strong,.ta-mobile-user small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ta-mobile-user strong{color:var(--ta-navy);font-size:13px}.ta-mobile-user small{color:#8b96a4;font-size:11px;margin-top:2px}.ta-mobile-account>button{border-radius:8px;background:transparent}.ta-mobile-account>button:hover{background:#fff}.ta-mobile-login,.ta-mobile-publish{justify-content:center!important;min-height:44px;border-radius:22px!important}.ta-mobile-login{background:var(--ta-navy)!important;color:#fff!important}.ta-mobile-publish{margin-top:10px;background:var(--ta-red)!important;color:#fff!important;box-shadow:0 5px 14px #d32f2f33}@media (max-width: 1180px){.ta-topbar-inner{gap:10px}.ta-logo{width:158px}.ta-logo img{width:166px}.ta-nav-link{padding:0 9px;font-size:13px}.ta-action-label,.ta-account-name{display:none}.ta-favorites,.ta-account-button{padding-left:8px;padding-right:8px}.ta-publish{padding:0 13px}}@media (max-width: 960px){.ta-desktop-nav,.ta-publish,.ta-account-wrap,.ta-actions>.ta-login{display:none}.ta-topbar{height:64px;padding:0 14px}.ta-logo{width:176px;height:60px}.ta-logo img{width:180px;height:105px}.ta-actions{margin-left:auto}.ta-action-label{display:inline}.ta-hamburger{display:block}}@media (max-width: 520px){.ta-topbar{height:58px;padding:0 10px}.ta-logo{width:150px;height:55px}.ta-logo img{width:155px;height:92px}.ta-favorites{width:38px;height:38px;padding:0;justify-content:center}.ta-action-label{display:none}.ta-hamburger{width:39px;height:39px}}.ricerca-container{max-width:1200px;margin:20px auto;padding:0 15px;font-family:Arial,sans-serif;background:#fff;min-height:100vh;display:flex;flex-direction:column}.ricerca-subtitle{font-size:1.2rem;color:#f9a825;margin-top:5px;font-weight:400;margin-bottom:30px}.ricerca-filtro{background:#f9f9f9;padding:15px;border-radius:8px;margin-bottom:30px;box-shadow:0 0 10px #0000000d;flex-shrink:0}.ricerca-filtro-row{display:flex;gap:15px;margin-bottom:15px;flex-wrap:wrap;justify-content:flex-start;align-items:center}.ricerca-filtro-row label{font-weight:700;font-size:1rem;display:flex;align-items:center;gap:8px;cursor:pointer}.ricerca-filtro-row input[type=number],.ricerca-filtro-row input[type=text],.ricerca-filtro-row select{padding:8px 10px;font-size:1rem;border-radius:4px;border:1px solid #b8b8b8;min-width:120px;box-sizing:border-box;flex:1 1 150px}.ricerca-aggiungi-marche-btn,.ricerca-reset-btn{padding:12px 24px;border:none;border-radius:10px;cursor:pointer;font-weight:700;font-size:1rem;box-shadow:0 4px 8px #0000001a;transition:background-color .3s ease,transform .2s ease;flex-shrink:0}.ricerca-aggiungi-marche-btn{background-color:#0a2342;color:#fff;box-shadow:0 4px 10px #0a234299}.ricerca-aggiungi-marche-btn:hover:not(:disabled){background-color:#1a3a5d;transform:translateY(-2px)}.ricerca-aggiungi-marche-btn:disabled{background-color:#7a8a9a;cursor:not-allowed;box-shadow:none;transform:none}.ricerca-reset-btn{background-color:#e0e0e0;color:#333;box-shadow:0 4px 8px #0000001a}.ricerca-reset-btn:hover{background-color:#bdbdbd;transform:translateY(-2px)}.ricerca-special-offer-label{flex:0 0 auto;white-space:nowrap;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px}.ricerca-special-offer-label input[type=checkbox]{width:18px;height:18px}.ricerca-nessun-risultato{text-align:center;font-style:italic;color:#888;margin-top:20px;flex-grow:1}.ricerca-anno-input{width:150px;padding:10px;border-radius:8px;border:1px solid #b8b8b8;font-size:1rem;box-sizing:border-box;flex:1 1 150px;min-width:120px}.special-offer{display:flex;align-items:center;justify-content:flex-start;width:100%;margin-bottom:20px;padding:8px 15px;border-radius:8px;background-color:#fff;transition:all .3s ease;gap:0}.special-offer input[type=checkbox]{margin:0;width:20px;height:20px;accent-color:#0a2342;cursor:pointer;flex-shrink:0}.special-offer label{font-size:16px;color:#333;font-weight:700;cursor:pointer;margin-left:10px;display:flex;align-items:center;line-height:1}.special-offer:hover{background-color:#f5f5f5}.special-offer label:before{content:"🔖";margin-right:8px;font-size:1.3rem;opacity:.9}.special-offer input[type=checkbox]:hover{transform:scale(1.1);transition:transform .2s ease}.special-offer input[type=checkbox]:checked{background-color:#0a2342;border-color:#0a2342}.filtro{margin-top:20px;padding:20px;background-color:#f9f9f9;border-radius:8px}.filtro-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;align-items:center;margin-bottom:10px}.filtro-item{flex:1;min-width:150px;display:flex;align-items:center;gap:10px;margin-right:10px}.filtro-item label{font-size:14px;font-weight:600;color:#333;display:block;margin-bottom:8px}.filtro-item select{width:100%;padding:0 10px;border-radius:6px;background-color:#fff;font-size:14px;color:#555;outline:0;transition:all .3s ease;height:42px;box-sizing:border-box}.filtro-item select:focus{outline:0}.filtro-item select option{padding:10px;background-color:#fff}.reset-btn{padding:10px 20px;background-color:#f56b00;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:16px;transition:background-color .3s ease}.reset-btn:hover{background-color:#ff704d}.reset-btn:focus{outline:0;box-shadow:0 0 5px #ff704d99}.aggiungi-btn{background-color:#007bff;color:#fff;border:none;border-radius:25px;padding:10px 20px;font-size:16px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.aggiungi-btn:hover{background-color:#0056b3;transform:scale(1.05)}.aggiungi-btn:focus{outline:0}.aggiungi-btn:active{transform:scale(.98)}.anno-da-ricerca,.anno-a-ricerca{background-color:#fff!important}.versione{width:200px;padding:8px 10px;font-size:14px;box-sizing:border-box}.anno-da-a-row{display:flex;width:auto;gap:10px;flex-direction:row;justify-content:flex-start;align-items:center}.anno-a-ricerca,.anno-da-ricerca{flex:1;min-width:170px;margin:0;width:100%;padding:0 12px;border-radius:5px;background-color:#fff;height:45px;font-size:1rem;box-sizing:border-box}.filtro-row.anno-da-a-row .filtro-item{flex:1;margin-right:10px}.filtro-row.anno-da-a-row{display:flex;justify-content:space-between}.filtro-row.anno-da-a-row .filtro-item:last-child{margin-right:0}.anno-da-a-row .filtro-item{flex:1;min-width:120px}.carrozzeria-select{display:flex;align-items:center;gap:10px}.carrozzeria-img{width:24px;height:24px;margin-left:10px;vertical-align:middle;transition:transform .2s ease,width .2s ease;object-fit:cover}.carrozzeria-input:checked+.carrozzeria-img{transform:scale(1.8)}.carrozzeria-select select{text-align:left;text-align-last:left}.carrozzeria-label{display:flex;align-items:center;gap:8px}.carrozzeria-label img.carrozzeria-img{width:24px;height:24px;object-fit:contain;margin-right:8px;transition:transform .2s ease;vertical-align:middle}.ricerca-filtro-row input,.ricerca-filtro-row select{height:46px;line-height:46px;font-size:1rem;border-radius:6px;box-sizing:border-box;padding:0 12px;border:1px solid #b8b8b8;background-color:#fff;transition:all .25s ease}.ricerca-filtro-row input:hover,.ricerca-filtro-row select:hover{border-color:#e89820;box-shadow:0 0 4px #e8982033}.ricerca-filtro-row input:focus,.ricerca-filtro-row select:focus{border-color:#e89820;box-shadow:0 0 0 3px #e8982026;outline:0}.container{max-width:1200px;margin:auto;padding:16px}.aggiungi-btn,.reset-btn{padding:8px 12px;border:none;border-radius:4px;background-color:#007bff;color:#fff;cursor:pointer}.aggiungi-btn:disabled{background-color:#ccc;cursor:not-allowed}.filtro-item select.anno{flex:0 0 100px;max-width:100px}.filtro-anni{display:flex;gap:10px}.filtro-anni .anno{flex:0 0 180px;height:40px;background-color:#fff;border-radius:4px;padding:0 10px;font-family:Inter,sans-serif;font-size:14px;color:#333}.anno{min-width:180px;width:auto}.tipo-acquisto{display:flex;align-items:center;gap:30px;margin-top:20px;margin-bottom:20px;flex-wrap:wrap}.tipo-acquisto label{font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:15px;line-height:1.2;transition:transform .15s ease,color .15s ease}.tipo-acquisto input[type=radio]{transform:scale(1.1);flex-shrink:0;width:16px;height:16px;margin:0;accent-color:#007bff;box-shadow:none;appearance:none;border:2px solid #b8b8b8;border-radius:50%;position:relative;cursor:pointer;outline:0;transition:border-color .2s,box-shadow .2s}.tipo-acquisto p{width:100%;font-weight:700;margin-bottom:10px;text-align:left;padding-left:5px}.tipo-acquisto label:hover{transform:scale(1.05);color:#e89820}.tipo-acquisto input[type=radio]:checked{box-shadow:0 0 0 2px #e898204d}.prezzo{display:flex;gap:12px;margin-top:10px;flex-wrap:nowrap;justify-content:flex-start;align-items:center}.prezzo input{width:120px;padding:8px 10px;border-radius:4px;border:1px solid #b8b8b8;font-size:14px;outline:0;transition:border-color .2s,box-shadow .2s,background-color .2s}.prezzo input:focus{border-color:#e89820;box-shadow:0 0 0 3px #e8982026;background-color:#fff}.prezzo input:hover{background-color:#fffaf2;border-color:#e89820}.tipo-acquisto input[type=radio]:after{content:"";width:10px;height:10px;background-color:#e89820;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease-in-out}.tipo-acquisto input[type=radio]:checked:after{transform:translate(-50%,-50%) scale(1)}.tipo-acquisto input[type=radio]:hover{border-color:#e89820;box-shadow:0 0 4px #e8982066}.tipo-acquisto input[type=radio]:hover:after{transform:translate(-50%,-50%) scale(.6)}.input-errore{border:2px solid red;border-color:red!important}.errore{color:red;font-size:.8rem;margin-top:2px}.filtro-item.prezzo{display:flex;align-items:center;gap:10px;flex:0 0 auto;width:auto}.filtro-item.prezzo input{border:none;outline:0;height:100%;padding:5px 10px;font-size:15px;width:110px;box-sizing:border-box;margin:0;line-height:1;display:flex;align-items:center;background:0 0;flex:1}.filtro-item.prezzo label,.prezzo-label{display:flex;align-items:center;gap:5px}.prezzo-label input{flex:1;padding:5px 10px;background-color:#fff;border:1px solid #b8b8b8;border-radius:4px;box-sizing:border-box}.filtro-item .prezzo-input,.filtro-item input{width:100%;max-width:none;padding:6px 8px;font-size:14px;border:1px solid #b8b8b8;border-radius:4px;background-color:#fff;box-sizing:border-box}.filtro-item .prezzo-input:focus,.filtro-item input:focus{outline:0;border-color:#e89820;box-shadow:0 0 0 3px #e8982026}@media (max-width:768px){.ricerca-filtro-row{flex-direction:column;align-items:stretch}.ricerca-filtro-row input,.ricerca-filtro-row select{width:100%}}@media (max-width:768px){.anno-da-a-row{flex-direction:column;gap:8px}}@media (max-width:768px){.carrozzeria-label img.carrozzeria-img{width:28px;height:28px}}@media (max-width:768px){.ricerca-filtro-row{flex-direction:column;align-items:stretch}.ricerca-filtro-row input,.ricerca-filtro-row select{width:100%;height:50px;line-height:50px}}@media (max-width:768px){.filtro-row{flex-direction:column}}@media (max-width:500px){.tipo-acquisto{flex-direction:column;align-items:flex-start;gap:10px}.tipo-acquisto label{font-size:14px}}@media (max-width:500px){.prezzo{flex-direction:column}.prezzo input{width:100%}}.prezzo-input{width:100%;padding:.5rem;font-size:1rem;box-sizing:border-box;border:1px solid #b8b8b8;border-radius:4px;transition:border-color .2s,background-color .2s}.prezzo-input.prezzo-errore{border-color:red;background-color:#ffe6e6}.anno{width:180px;height:40px;padding:0 10px;font-size:14px}.filtro-item.prezzo{width:180px;max-width:100%;box-sizing:border-box}.filtro-item.prezzo input{width:100%;text-align:left}.filtro-row.prezzo{display:flex;gap:10px}.filtro-row.prezzo .filtro-item{flex:0 0 180px}.filtro-row.prezzo .filtro-item input{width:100%;text-align:left}.filtro-item label{white-space:nowrap}.prezzo-errore{border:2px solid red!important;background-color:#ffe5e5!important}.errore{color:red;font-size:14px;margin-top:5px}.titolo-tipo-acquisto{position:relative;font-weight:700;font-size:1.1rem;padding-left:20px;margin-bottom:10px}.titolo-tipo-acquisto:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:24px;background-color:#f9a825}.checkbox-row{display:flex;gap:20px;align-items:center;flex-wrap:nowrap;margin-bottom:5px}.checkbox-row label{display:flex;align-items:center;gap:5px;font-weight:600;font-size:14px;cursor:pointer}.checkbox-row input[type=checkbox]{width:20px;height:20px;accent-color:#007bff;margin:0;vertical-align:middle}.barre-convenienza-container{display:flex;gap:40px;margin-top:5px;margin-left:25px;flex-wrap:wrap}@media (max-width:768px){.barre-convenienza-container{margin-left:15px;gap:20px}.barra-convenienza{max-width:90%}}.barra-convenienza div{flex:1}.label-convenienza{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:15px;font-weight:500;display:flex;align-items:center;gap:8px}.convenienza-wrapper{display:flex;gap:40px}.convenienza-item{display:flex;flex-direction:column;align-items:flex-start}.barra-convenienza{width:150px;height:8px;margin-top:4px}.label-convenienza input[type=checkbox]{width:20px;height:20px;transform:scale(1.2);margin:0;cursor:pointer}.geo-row{display:flex;gap:20px;margin-top:20px}.geo-item{position:relative;flex:1;margin-right:10px;display:flex;flex-direction:column;width:200px}.geo-row>div{width:33.33%;display:flex;flex-direction:column}.geo-row input,.geo-row select{background-color:#fff;border-radius:4px;height:38px;font-size:14px;padding:8px;color:#333;box-sizing:border-box;width:100%}.geo-row input:focus,.geo-row select:focus{border-color:#e89820;box-shadow:0 0 0 3px #e8982026;outline:0}@media (max-width:768px){.filtro-row .filtro-item input,.filtro-row .filtro-item select{height:46px;padding:0 12px;font-size:1rem;background-color:#fff}}.flag-display img{display:inline-block;vertical-align:middle}.select-cap__control,.select-distanza__control,.select-nazione__control{min-height:40px!important;height:40px!important;display:flex!important;align-items:center!important;padding:0 8px!important;font-size:14px!important}.select-cap__value-container,.select-distanza__value-container,.select-nazione__value-container{height:100%!important;display:flex!important;align-items:center!important;padding:0 8px!important}.select-cap__placeholder,.select-distanza__placeholder,.select-nazione__placeholder{font-size:14px!important;display:flex!important;align-items:center!important;margin:0!important;height:100%!important;line-height:normal!important}.select-cap__menu,.select-distanza__menu,.select-nazione__menu{font-size:14px!important}.annuncio-item{border:1px solid #ddd;padding:8px;margin-bottom:12px;border-radius:6px;background:#fff}.barra-prezzo-wrapper{background:#eee;border-radius:4px;height:12px;overflow:hidden}.cap-input,.distanza-input{width:100%;height:38px;padding:6px 10px;border-radius:4px;background-color:#fff;font-size:14px;box-sizing:border-box;outline:0;transition:border-color .2s ease}.cap-input:focus,.distanza-input:focus{border-color:#e89820;box-shadow:0 0 0 3px #e8982026}.tipo-acquisto{display:flex;flex-direction:column;gap:0;padding:10px 0 0}.titolo-carrozzeria{margin:0;line-height:1.1;font-size:16px;font-weight:700}.titolo-secondario{margin:0;line-height:1.1;font-size:13px;color:#666}.tipo-acquisto-2{display:flex;flex-direction:column;gap:12px}.tipo-acquisto-2 .opzioni{display:flex;flex-direction:row;gap:40px;align-items:center}.tipo-acquisto-2 label{display:flex;align-items:center;gap:10px;font-weight:700;cursor:pointer;position:relative}.tipo-acquisto-2 input[type=radio]{appearance:none;width:18px;height:18px;border:2px solid #b8b8b8;border-radius:50%;cursor:pointer;position:relative;transition:all .2s ease}.tipo-acquisto-2 input[type=radio]:checked{border-color:#e89820;background-color:#e89820}.tipo-acquisto-2 input[type=radio]:after{content:"";width:10px;height:10px;background-color:#fff;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1)}.tipo-acquisto-2 input[type=radio]:hover{border-color:#e89820;box-shadow:0 0 4px #e8982066}@media (max-width:500px){.tipo-acquisto-2 .opzioni{flex-direction:column;gap:10px}}.errore-prezzo{color:red;font-size:.9rem;margin-top:5px;min-height:1.2em}.spazio-vuoto{height:20px}.spazio-vuoto2{height:40px}.titolo-carrozzeria2{margin-top:0;margin-bottom:10px;font-weight:700;font-size:1.1rem}.blocco-luogo-distanza .filtro-item>div{width:100%}.blocco-luogo-distanza .filtro-item{flex:1;min-width:180px;display:flex;align-items:center;gap:6px}.blocco-luogo-distanza input[type=number]{all:unset!important;display:block!important;flex:1!important;height:40px!important;padding:0 10px!important;font-size:14px!important;color:#333!important;background-color:#fff!important;border:1px solid #b8b8b8!important;border-radius:8px!important;box-sizing:border-box!important;width:100%!important;margin:0!important;cursor:text!important}.blocco-luogo-distanza input[type=number]:focus{border-color:#e89820!important;box-shadow:0 0 0 3px #e8982026!important}.blocco-luogo-distanza input[type=number]:disabled{opacity:.5!important;cursor:not-allowed!important}.blocco-luogo-distanza button:disabled{opacity:.4!important;cursor:not-allowed!important}.topbar{background:linear-gradient(135deg,#0f2647,#1a3a6b);padding:0 24px;height:56px;display:flex;align-items:center;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0003}.topbar-content{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;margin:0 auto}.topbar-actions{display:flex;align-items:center;gap:12px}.btn-pubblica{background:#f56b00;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap}.btn-pubblica:hover{background:#ff7c1a}.logo{color:#fff;font-size:20px;font-weight:800;letter-spacing:-.5px}.input-pm-wrapper input,.input-pm-wrapper select{width:auto!important;flex:1!important;min-width:0!important;margin-bottom:0!important;padding:10px 12px!important}.btn-pm{padding:0!important;font-size:14px!important;border-radius:4px!important;border:none!important;width:28px!important;height:18px!important;min-width:28px!important;max-width:28px!important;min-height:18px!important;max-height:18px!important;line-height:1!important;background-color:#f9a825!important}@keyframes pulseFieldOrange{0%,to{box-shadow:0 0 0 3px #f56b002e}50%{box-shadow:0 0 0 7px #f56b001a}}.articles-admin{font-family:inherit}.articles-admin__header{display:flex;justify-content:space-between;align-items:center;gap:20px;background:#fff;border:1px solid #e6eaf0;border-radius:16px;padding:22px 24px;margin-bottom:18px}.articles-admin__header span{font-size:11px;font-weight:900;color:#f56b00;letter-spacing:.12em}.articles-admin__header h2{margin:4px 0 5px;color:#0f2647;font-size:24px}.articles-admin__header p{margin:0;color:#718096;font-size:13px}.articles-admin__header>button,.article-sections-head>button{border:0;border-radius:10px;background:#f56b00;color:#fff;font-weight:800;padding:11px 16px;cursor:pointer}.articles-admin__layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:18px;align-items:start}.articles-list,.article-editor{background:#fff;border:1px solid #e5eaf0;border-radius:16px;box-shadow:0 4px 18px #0f26470d}.articles-list{position:sticky;top:92px;overflow:hidden}.articles-list__filters{padding:14px;border-bottom:1px solid #edf0f4;display:grid;gap:8px}.articles-list input,.articles-list select,.article-editor input,.article-editor select,.article-editor textarea{width:100%;box-sizing:border-box;border:1.5px solid #dce2ea;border-radius:9px;background:#fff;padding:10px 11px;font:inherit;color:#263648;outline:none}.articles-list input:focus,.articles-list select:focus,.article-editor input:focus,.article-editor select:focus,.article-editor textarea:focus{border-color:#f56b00;box-shadow:0 0 0 3px #f56b0014}.articles-list__scroll{max-height:650px;overflow:auto;padding:8px}.articles-list__scroll>button{width:100%;text-align:left;border:1px solid transparent;border-radius:11px;background:transparent;padding:11px;cursor:pointer;margin-bottom:4px}.articles-list__scroll>button:hover,.articles-list__scroll>button.active{background:#fff6ef;border-color:#ffd8bd}.articles-list__scroll>button div{display:flex;gap:8px;align-items:flex-start}.articles-list__scroll strong{font-size:13px;color:#223651;line-height:1.35}.articles-list__scroll small{display:block;margin:6px 0 0 28px;color:#7c8798}.articles-list__scroll em{display:inline-block;margin:5px 0 0 28px;font-size:10px;color:#7b61b6;background:#f3efff;padding:2px 6px;border-radius:10px}.articles-empty{text-align:center;color:#8a94a3;font-size:13px;padding:25px 8px}.article-editor{padding:20px}.article-editor__top{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid #edf0f4}.article-editor__top h3{margin:0;color:#0f2647}.article-editor__top>div{display:flex;gap:8px}.article-editor__top button{border-radius:8px;padding:8px 13px;font-weight:800;cursor:pointer}.article-editor__top .primary{border:0;background:#0f2647;color:#fff}.article-editor__top .secondary{border:1px solid #d9dfe8;background:#fff;color:#566274}.article-editor__top .danger{border:1px solid #ffc8c8;background:#fff4f4;color:#c62828}.article-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.article-form-grid label{font-size:12px;font-weight:800;color:#536174;display:grid;gap:6px}.article-form-grid .wide{grid-column:1/-1}.article-form-grid .check{display:flex;align-items:center;gap:8px;align-self:end;padding-bottom:10px}.article-form-grid .check input{width:auto}.article-sections-head{display:flex;justify-content:space-between;align-items:center;margin:28px 0 12px}.article-sections-head h3{margin:0 0 4px;color:#0f2647}.article-sections-head p{margin:0;font-size:12px;color:#8792a2}.article-sections{display:grid;gap:12px}.article-section-editor{border:1px solid #e2e7ed;border-radius:12px;padding:14px;background:#fafbfd}.article-section-editor__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;color:#40516a}.article-section-editor__head button{border:0;background:transparent;color:#d32f2f;font-weight:700;cursor:pointer}.article-section-editor textarea{margin-top:9px;resize:vertical}@media (max-width:900px){.articles-admin__layout{grid-template-columns:1fr}.articles-list{position:static}.articles-list__scroll{max-height:320px}}@media (max-width:620px){.articles-admin__header,.article-editor__top,.article-sections-head{align-items:flex-start;flex-direction:column}.article-form-grid{grid-template-columns:1fr}.article-form-grid .wide{grid-column:auto}.article-editor__top>div{flex-wrap:wrap}}.pagina-legale{max-width:820px;margin:0 auto;padding:48px 20px 80px;color:#1f2933;line-height:1.7;font-size:16px}.pagina-legale h1{font-size:30px;font-weight:700;margin-bottom:6px;color:#0f1b2d}.pagina-legale .aggiornamento{font-size:13px;color:#6b7280;margin-bottom:36px}.pagina-legale h2{font-size:20px;font-weight:700;margin-top:36px;margin-bottom:10px;color:#0f1b2d}.pagina-legale h3{font-size:16px;font-weight:600;margin-top:22px;margin-bottom:6px}.pagina-legale p{margin:0 0 14px}.pagina-legale ul{margin:0 0 16px;padding-left:22px}.pagina-legale li{margin-bottom:8px}.pagina-legale a{color:#1d6fd8;text-decoration:underline}.pagina-legale .segnaposto{background:#fff4d6;border-radius:4px;padding:0 4px;font-weight:600}.pagina-legale .box-contatti{background:#f4f6f9;border:1px solid #e2e8f0;border-radius:10px;padding:18px 22px;margin:20px 0}.pagina-legale .box-contatti p{margin:4px 0}@media (max-width: 600px){.pagina-legale{padding:32px 16px 60px}.pagina-legale h1{font-size:25px}}.ency-page{min-height:100vh;background:#f5f7fa;color:#14213d}.ency-main{max-width:1200px;margin:0 auto;padding:32px 20px 64px}.ency-hero{background:linear-gradient(135deg,#0a2342,#173f70);color:#fff;border-radius:22px;padding:38px;box-shadow:0 16px 40px #0a23422e;margin-bottom:28px}.ency-kicker{display:inline-flex;background:#f9a8252b;color:#ffd47b;border:1px solid rgba(249,168,37,.4);padding:6px 11px;border-radius:99px;font-size:13px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.ency-hero h1{font-size:clamp(30px,5vw,52px);margin:14px 0 10px;line-height:1.08}.ency-hero p{max-width:780px;font-size:17px;line-height:1.7;margin:0;color:#e9eef5}.ency-search{margin-top:24px;display:flex;gap:10px}.ency-search input{flex:1;min-width:0;border:0;border-radius:12px;padding:14px 16px;font-size:16px}.ency-search button,.ency-button{border:0;border-radius:12px;background:#f9a825;color:#0a2342;padding:13px 18px;font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.ency-section{background:#fff;border:1px solid #e7ebf0;border-radius:18px;padding:24px;margin-top:22px;box-shadow:0 5px 18px #0f26470d}.ency-section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.ency-section h2{margin:0;font-size:25px}.ency-muted{color:#697386;line-height:1.6}.ency-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.ency-card{display:block;text-decoration:none;color:inherit;border:1px solid #e7ebf0;border-radius:14px;padding:18px;background:#fff;transition:.2s ease}.ency-card:hover{transform:translateY(-3px);border-color:#f9a825;box-shadow:0 10px 26px #0f26471a}.ency-card h3{margin:0 0 8px;font-size:19px;color:#0f2647}.ency-meta{font-size:13px;color:#768196;display:flex;gap:10px;flex-wrap:wrap}.ency-model-card{padding:0;overflow:hidden}.ency-model-image{height:145px;background:#eef2f6;display:flex;align-items:center;justify-content:center}.ency-model-image img{width:100%;height:100%;object-fit:cover}.ency-model-body{padding:17px}.ency-breadcrumb{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 18px;font-size:14px}.ency-breadcrumb a{color:#f56b00;text-decoration:none}.ency-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:20px}.ency-stat{background:#f7f9fc;border:1px solid #e7ebf0;border-radius:13px;padding:16px}.ency-stat strong{display:block;font-size:22px;color:#0f2647;margin-top:5px}.ency-tags{display:flex;gap:8px;flex-wrap:wrap}.ency-tag{background:#edf3fa;border-radius:99px;padding:7px 11px;font-size:13px;color:#27496d}.ency-table-wrap{overflow-x:auto}.ency-table{width:100%;border-collapse:collapse;min-width:900px}.ency-table th,.ency-table td{text-align:left;padding:12px 10px;border-bottom:1px solid #edf0f4;font-size:14px}.ency-table th{background:#f7f9fc;color:#4c5870}.ency-empty{text-align:center;padding:50px 20px}.ency-annunci{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ency-annuncio{border:1px solid #e7ebf0;border-radius:13px;padding:15px}.ency-annuncio h3{margin:0 0 6px;font-size:17px}.ency-price{font-size:20px;color:#f56b00;font-weight:900}.ency-note{border-left:4px solid #f9a825;background:#fff9eb;padding:14px 16px;border-radius:8px;line-height:1.6}.ency-alpha{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:18px}.ency-alpha button{border:1px solid #dfe5ec;background:#fff;border-radius:8px;padding:7px 10px;cursor:pointer}.ency-alpha button.active{background:#0a2342;color:#fff;border-color:#0a2342}@media (max-width:900px){.ency-grid,.ency-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.ency-annunci{grid-template-columns:1fr 1fr}}@media (max-width:600px){.ency-main{padding:20px 13px 45px}.ency-hero{padding:26px 20px;border-radius:16px}.ency-search{flex-direction:column}.ency-grid,.ency-stats,.ency-annunci{grid-template-columns:1fr}.ency-section{padding:18px}.ency-section-head{align-items:flex-start;flex-direction:column}}.ency-sort{display:flex;align-items:center;gap:10px;white-space:nowrap;font-weight:800;color:#34435a}.ency-sort span{font-size:13px;text-transform:uppercase;letter-spacing:.04em}.ency-sort select{min-width:225px;border:1px solid #d9e0e8;background:#fff;color:#14213d;border-radius:10px;padding:11px 38px 11px 13px;font-size:14px;font-weight:700;cursor:pointer;outline:none}.ency-sort select:focus{border-color:#f9a825;box-shadow:0 0 0 3px #f9a8252e}@media (max-width:700px){.ency-version-head{align-items:stretch}.ency-sort{width:100%;align-items:flex-start;flex-direction:column;gap:6px}.ency-sort select{width:100%;min-width:0}}:root{--guide-orange:#f56b00;--guide-blue:#10385f;--guide-ink:#17212b;--guide-soft:#f5f7fa}.guide-center,.guide-article-wrap{background:#fff;color:var(--guide-ink);min-height:70vh}.guide-center{padding-bottom:70px}.guide-hero{max-width:1360px;margin:28px auto 0;min-height:360px;border-radius:26px;padding:58px 64px;box-sizing:border-box;background:linear-gradient(120deg,#0d3155,#174f7e);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:50px;overflow:hidden;position:relative}.guide-hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-160px;top:-150px;background:#ffffff12}.guide-hero__content{max-width:790px;position:relative;z-index:1}.guide-kicker,.guide-heading span,.guide-crosslink>div>span{font-weight:800;font-size:12px;letter-spacing:1.5px;color:#ffb16d}.guide-hero h1{font-size:48px;line-height:1.06;margin:12px 0 16px}.guide-hero p{font-size:19px;line-height:1.6;opacity:.92;max-width:760px}.guide-search{background:#fff;border-radius:12px;padding:0 17px;display:flex;align-items:center;margin-top:28px;max-width:720px;box-shadow:0 12px 30px #00000026}.guide-search span{color:#777;font-size:25px}.guide-search input{width:100%;height:58px;border:0;outline:0;padding:0 13px;font-size:15px}.guide-hero__links{display:flex;gap:18px;margin-top:19px;flex-wrap:wrap}.guide-hero__links a{color:#fff;font-weight:700;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.5)}.guide-hero__visual{position:relative;z-index:1;min-width:220px;text-align:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:30px 22px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.guide-hero__visual div{font-size:58px}.guide-hero__visual strong{display:block;font-size:46px}.guide-hero__visual span{opacity:.85}.guide-featured,.guide-library,.guide-related{max-width:1360px;margin:62px auto 0;padding:0 24px;box-sizing:border-box}.guide-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.guide-heading h2{margin:5px 0 0;font-size:31px;color:var(--guide-blue)}.guide-heading>strong{color:#727b83}.guide-featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.guide-featured-card,.guide-card{color:inherit;text-decoration:none;border:1px solid #e8ebef;background:#fff;border-radius:18px;padding:25px;display:flex;flex-direction:column;transition:.2s;box-shadow:0 4px 16px #10385f0d}.guide-featured-card{min-height:260px;border-top:4px solid var(--guide-orange)}.guide-featured-card:hover,.guide-card:hover{transform:translateY(-5px);box-shadow:0 14px 30px #10385f1f;border-color:#ffd7bc}.guide-icon{font-size:37px}.guide-icon.small{font-size:29px}.guide-category{font-size:11px;text-transform:uppercase;letter-spacing:1px;font-weight:800;color:var(--guide-orange)}.guide-featured-card h3,.guide-card h3{font-size:21px;line-height:1.25;color:var(--guide-blue);margin:12px 0 9px}.guide-featured-card p,.guide-card p{color:#626d77;line-height:1.58;margin:0 0 20px}.guide-card-footer{margin-top:auto;padding-top:15px;border-top:1px solid #edf0f3;display:flex;justify-content:space-between;gap:8px;font-size:13px;color:#8a9299}.guide-card-footer strong{color:var(--guide-orange)}.guide-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}.guide-filters button{border:1px solid #dde2e6;background:#fff;color:#4a5660;border-radius:999px;padding:10px 17px;font-weight:700;cursor:pointer}.guide-filters button.active{background:var(--guide-blue);border-color:var(--guide-blue);color:#fff}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.guide-card{min-height:220px}.guide-card-top{display:flex;align-items:center;justify-content:space-between}.guide-empty{text-align:center;background:var(--guide-soft);padding:50px;border-radius:18px}.guide-crosslink{max-width:1312px;margin:68px auto 0;background:#fff4ec;border:1px solid #ffd9be;border-radius:22px;padding:38px 42px;display:flex;align-items:center;justify-content:space-between;gap:30px;box-sizing:border-box}.guide-crosslink h2{font-size:28px;color:var(--guide-blue);margin:7px 0}.guide-crosslink p{max-width:800px;color:#59636b;line-height:1.55}.guide-crosslink>div:last-child{display:flex;gap:10px;flex-direction:column;min-width:220px}.guide-crosslink a{text-align:center;text-decoration:none;padding:13px 18px;border-radius:9px;font-weight:800;background:var(--guide-orange);color:#fff}.guide-crosslink a:last-child{background:var(--guide-blue)}.guide-article-wrap{padding:1px 20px 70px}.guide-breadcrumb,.guide-article,.guide-related{max-width:1120px;margin-left:auto;margin-right:auto}.guide-breadcrumb{display:flex;gap:8px;align-items:center;padding:24px 0;color:#78828a;font-size:13px;white-space:nowrap;overflow:hidden}.guide-breadcrumb a{color:var(--guide-orange);text-decoration:none}.guide-article{border:1px solid #e8ebef;border-radius:22px;overflow:hidden;box-shadow:0 8px 30px #10385f0f}.guide-article-header{background:linear-gradient(135deg,#f6f9fc,#fff4ec);text-align:center;padding:58px 70px}.guide-article-icon{font-size:50px;margin-bottom:12px}.guide-article-header h1{font-size:42px;line-height:1.13;color:var(--guide-blue);max-width:850px;margin:12px auto}.guide-article-header>p{font-size:18px;color:#59636c;line-height:1.6;max-width:800px;margin:0 auto}.guide-meta{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:22px;font-size:13px;color:#78828b}.guide-article-layout{display:grid;grid-template-columns:240px 1fr;gap:50px;padding:45px 55px 60px}.guide-toc{position:sticky;top:95px;align-self:start;background:var(--guide-soft);border-radius:13px;padding:20px}.guide-toc strong{display:block;color:var(--guide-blue);margin-bottom:10px}.guide-toc a{display:block;color:#5d6870;text-decoration:none;font-size:13px;line-height:1.4;padding:7px 0;border-bottom:1px solid #e4e8ec}.guide-toc a:hover{color:var(--guide-orange)}.guide-article-body section{scroll-margin-top:100px}.guide-article-body h2{font-size:27px;color:var(--guide-blue);margin:0 0 13px}.guide-article-body section+section{margin-top:38px;padding-top:34px;border-top:1px solid #edf0f2}.guide-article-body p{font-size:17px;line-height:1.78;color:#3e4952}.guide-note{margin-top:38px;border-left:4px solid var(--guide-orange);background:#fff7f1;padding:20px 24px;border-radius:0 10px 10px 0}.guide-note p{font-size:14px;margin-bottom:0}.guide-related{padding:0;margin-top:55px}.guide-related .guide-grid{grid-template-columns:repeat(3,1fr)}@media (max-width:900px){.guide-hero{margin:15px;padding:40px 28px}.guide-hero h1{font-size:38px}.guide-hero__visual{display:none}.guide-featured-grid,.guide-grid,.guide-related .guide-grid{grid-template-columns:1fr 1fr}.guide-article-layout{grid-template-columns:1fr;padding:35px 30px}.guide-toc{position:static}.guide-crosslink{margin-left:15px;margin-right:15px;flex-direction:column;align-items:stretch}.guide-crosslink>div:last-child{flex-direction:row}.guide-article-header{padding:45px 30px}.guide-article-header h1{font-size:34px}}@media (max-width:600px){.guide-hero{border-radius:0;margin:0 -0px;padding:38px 22px}.guide-hero h1{font-size:32px}.guide-hero p{font-size:16px}.guide-featured,.guide-library,.guide-related{padding:0 15px;margin-top:42px}.guide-featured-grid,.guide-grid,.guide-related .guide-grid{grid-template-columns:1fr}.guide-heading{align-items:start}.guide-heading h2{font-size:26px}.guide-heading>strong{font-size:12px}.guide-crosslink{padding:28px 22px}.guide-crosslink>div:last-child{flex-direction:column}.guide-article-wrap{padding-left:12px;padding-right:12px}.guide-article-header{padding:35px 20px}.guide-article-header h1{font-size:29px}.guide-article-layout{padding:28px 20px}.guide-article-body h2{font-size:23px}.guide-article-body p{font-size:16px}.guide-breadcrumb{font-size:12px}}.guide-read-button{display:inline-flex;align-items:center;justify-content:center;color:#fff!important;background:var(--guide-orange);text-decoration:none;border-radius:8px;padding:8px 13px;font-weight:800;line-height:1;transition:.2s ease}.guide-read-button:hover{background:#d95d00;transform:translate(2px)}.guide-read-button:focus-visible{outline:3px solid rgba(245,107,0,.28);outline-offset:2px}.public-stats-wrap{margin:30px 0}.public-stats-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.public-stats-kpi{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid #e1e7ee;border-radius:16px;padding:20px;box-shadow:0 8px 24px #1932500d}.public-stats-kpi-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:#fff3dc;font-size:23px;flex:0 0 auto}.public-stats-kpi div{min-width:0}.public-stats-kpi-label{display:block;color:#687587;font-size:11px;font-weight:900;letter-spacing:.7px;text-transform:uppercase;margin-bottom:5px}.public-stats-kpi strong{display:block;color:#102b4e;font-size:25px;line-height:1.15}.public-stats-kpi small{display:block;color:#8792a0;margin-top:6px}.public-stats-grid-two{display:grid;grid-template-columns:1fr 1fr;gap:20px}.public-stats-panel{background:#fff;border:1px solid #e1e7ee;border-radius:18px;padding:24px;box-shadow:0 8px 24px #1932500d}.public-stats-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.public-stats-panel h2{margin:0;color:#102b4e;font-size:22px}.public-stats-panel p{margin:6px 0 0;color:#687587;line-height:1.55}.public-stats-panel-head>span{font-size:12px;color:#7b8795;white-space:nowrap}.public-stats-ranking{display:grid;gap:15px}.public-stats-row{display:flex;align-items:center;gap:12px}.public-stats-position{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#eef3f8;color:#102b4e;font-weight:900}.public-stats-row-main{flex:1;min-width:0}.public-stats-row-label{display:flex;justify-content:space-between;gap:12px;margin-bottom:7px}.public-stats-row-label strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#25364c}.public-stats-row-label span{font-size:12px;color:#778494;white-space:nowrap}.public-stats-bar{height:8px;background:#edf1f5;border-radius:99px;overflow:hidden}.public-stats-bar i{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#f6a300,#ffca46)}.public-stats-territory{margin-top:20px}.public-stats-territory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.public-stats-territory-grid>div{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:10px;border:1px solid #e4e9ef;border-radius:12px;padding:12px}.public-stats-territory-grid b{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#102b4e;color:#fff;font-size:12px}.public-stats-territory-grid span{font-weight:750;color:#25364c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-stats-territory-grid strong{color:#f28a00}.public-stats-note{display:flex;justify-content:space-between;align-items:center;gap:20px;background:#fff4dd;border:1px solid #ffd27b;border-radius:18px;padding:23px 25px;margin-top:20px}.public-stats-note strong{color:#102b4e;font-size:18px}.public-stats-note p{margin:6px 0 0;color:#5e6875}.public-stats-note a{white-space:nowrap;text-decoration:none;background:#f7a500;color:#172033;font-weight:900;border-radius:10px;padding:13px 18px}.public-stats-state{text-align:center;background:#fff;border:1px solid #e1e7ee;border-radius:18px;padding:55px 24px;margin:30px 0}.public-stats-state h2{margin:13px 0 7px;color:#102b4e}.public-stats-state p{margin:0;color:#687587}.public-stats-error{border-color:#ffd2d2;background:snow}.public-stats-spinner{width:38px;height:38px;border:4px solid #e6ebf0;border-top-color:#f7a500;border-radius:50%;margin:0 auto;animation:publicStatsSpin .8s linear infinite}@keyframes publicStatsSpin{to{transform:rotate(360deg)}}.public-stats-empty{padding:20px 0!important}@media (max-width:980px){.public-stats-summary,.public-stats-territory-grid{grid-template-columns:1fr 1fr}}@media (max-width:720px){.public-stats-grid-two{grid-template-columns:1fr}.public-stats-note{align-items:flex-start;flex-direction:column}.public-stats-note a{width:100%;text-align:center;box-sizing:border-box}}@media (max-width:520px){.public-stats-summary,.public-stats-territory-grid{grid-template-columns:1fr}.public-stats-panel{padding:19px}.public-stats-row-label{align-items:flex-start;flex-direction:column;gap:3px}.public-stats-panel-head{flex-direction:column}.public-stats-panel-head>span{white-space:normal}}.compare-module{margin-top:28px}.compare-picker{display:grid;grid-template-columns:1fr auto 1fr;gap:18px;align-items:end;background:#fff;border:1px solid #e3e9f0;border-radius:18px;padding:24px;box-shadow:0 10px 28px #142d4b0f}.compare-picker label{display:block;font-size:13px;font-weight:800;color:#34445a;margin-bottom:8px}.compare-picker select{width:100%;padding:13px 42px 13px 14px;border:1px solid #cfd8e3;border-radius:10px;background:#fff;font-size:15px;color:#172033}.compare-vs{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#102f55;color:#ffc43d;font-weight:900}.compare-heads{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:20px 0}.compare-heads article{display:grid;grid-template-columns:170px 1fr;overflow:hidden;background:#fff;border:1px solid #e2e8ef;border-radius:18px}.compare-heads img{width:100%;height:150px;object-fit:cover}.compare-heads article>div{padding:22px}.compare-heads span{font-size:12px;font-weight:900;letter-spacing:1px;color:#51708f;text-transform:uppercase}.compare-heads h2{font-size:28px;margin:6px 0}.compare-heads p{margin:0;color:#667385}.compare-table-wrap{overflow:auto;background:#fff;border:1px solid #e3e8ef;border-radius:18px}.compare-table{width:100%;border-collapse:collapse;min-width:760px}.compare-table th,.compare-table td{text-align:left;padding:15px 18px;border-bottom:1px solid #edf0f4}.compare-table thead th{background:#102f55;color:#fff}.compare-table tbody th{width:31%;color:#34445a;background:#f8fafc}.compare-table td{font-weight:650;color:#19263a}.compare-verdicts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:20px 0}.compare-verdicts article{background:#fff9e9;border:1px solid #f1d58e;border-radius:15px;padding:20px}.compare-verdicts span{font-size:12px;text-transform:uppercase;letter-spacing:.8px;font-weight:900;color:#806319}.compare-verdicts strong{display:block;font-size:18px;margin:8px 0}.compare-verdicts p{margin:0;color:#66707d;line-height:1.5;font-size:14px}.compare-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.compare-actions a{padding:12px 16px;border-radius:10px;background:#fff;border:1px solid #cfd8e3;color:#17385e;text-decoration:none;font-weight:800}.compare-actions a.primary{background:#f7a500;border-color:#f7a500;color:#172033}.compare-disclaimer{font-size:13px;color:#6c7785;line-height:1.6;margin-top:18px}.compare-empty{padding:28px;background:#fff;border-radius:16px}@media (max-width:760px){.compare-picker{grid-template-columns:1fr}.compare-vs{margin:auto}.compare-heads{grid-template-columns:1fr}.compare-heads article{grid-template-columns:120px 1fr}.compare-verdicts{grid-template-columns:1fr}}@media (max-width:480px){.compare-heads article{grid-template-columns:1fr}.compare-heads img{height:180px}.compare-actions a{width:100%;text-align:center;box-sizing:border-box}}.issues-module{margin-top:28px}.issues-selector{display:grid;grid-template-columns:1fr 1fr;gap:18px;background:#fff;border:1px solid #e2e8ef;border-radius:18px;padding:24px}.issues-selector label{display:block;font-weight:800;font-size:13px;color:#34445a;margin-bottom:8px}.issues-selector select,.issues-selector input{width:100%;box-sizing:border-box;border:1px solid #cfd8e3;border-radius:10px;padding:13px 14px;background:#fff;font-size:15px;color:#172033}.issues-model-card{display:grid;grid-template-columns:300px 1fr;background:#102f55;color:#fff;border-radius:18px;overflow:hidden;margin:20px 0}.issues-model-card img{width:100%;height:220px;object-fit:cover}.issues-model-card>div{padding:30px}.issues-model-card span{font-size:12px;letter-spacing:1.2px;font-weight:900;color:#ffc43d}.issues-model-card h2{font-size:34px;margin:8px 0}.issues-model-card p{color:#dbe7f4;line-height:1.6;margin:0}.issues-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.issues-tags em{font-style:normal;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:7px 11px;font-size:12px}.issues-alert{display:flex;gap:20px;align-items:flex-start;background:#fff8e6;border:1px solid #f1d48a;border-radius:15px;padding:20px;margin-bottom:20px}.issues-alert strong{background:#f7a500;border-radius:8px;padding:8px 11px}.issues-alert p{margin:0;line-height:1.65;color:#5e6570}.issues-list{background:#fff;border:1px solid #e2e8ef;border-radius:18px;overflow:hidden}.issues-list-head{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:24px;border-bottom:1px solid #e8edf2}.issues-list-head>div{display:flex;align-items:center;gap:12px}.issues-list-head span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#eaf2fa;color:#164d7a;font-weight:900}.issues-list-head h2,.issues-list-head p{margin:0}.issues-list-head p{color:#6b7785}.issues-list article{display:grid;grid-template-columns:52px 1fr;gap:16px;padding:22px 24px;border-bottom:1px solid #edf0f4}.issues-list article:last-child{border-bottom:0}.issues-number{font-size:21px;font-weight:900;color:#9aa9b8}.issues-title-row{display:flex;justify-content:space-between;gap:14px;align-items:center}.issues-title-row h3{font-size:18px;margin:0}.issues-title-row span{font-size:11px;text-transform:uppercase;letter-spacing:.7px;border-radius:999px;padding:6px 9px;background:#edf4fb;color:#315d87;font-weight:900}.issues-list article p{margin:8px 0 0;color:#5f6d7d;line-height:1.65}.issues-no-results{padding:35px;text-align:center;color:#6b7785}.issues-next{display:flex;justify-content:space-between;align-items:center;gap:22px;background:#fff;border:1px solid #e2e8ef;border-radius:18px;padding:25px;margin-top:20px}.issues-next h2{margin:0 0 6px}.issues-next p{margin:0;color:#687484}.issues-actions{display:flex;gap:10px;flex-wrap:wrap}.issues-actions a{white-space:nowrap;text-decoration:none;border:1px solid #cfd8e3;border-radius:10px;padding:12px 15px;font-weight:800;color:#17385e}.issues-actions a.primary{background:#f7a500;border-color:#f7a500;color:#172033}@media (max-width:760px){.issues-selector,.issues-model-card{grid-template-columns:1fr}.issues-model-card img{height:230px}.issues-list-head,.issues-next{align-items:flex-start;flex-direction:column}.issues-actions{width:100%}.issues-actions a{flex:1;text-align:center}}@media (max-width:500px){.issues-alert{flex-direction:column}.issues-model-card>div{padding:24px}.issues-list article{grid-template-columns:1fr}.issues-title-row{align-items:flex-start;flex-direction:column}.issues-actions a{width:100%;box-sizing:border-box;flex:auto}}.market-wrap{display:flex;flex-direction:column;gap:24px;margin:28px 0}.market-toolbar{display:flex;gap:12px;align-items:end;flex-wrap:wrap;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px}.market-field{display:flex;flex-direction:column;gap:7px;min-width:190px}.market-field label{font-size:12px;font-weight:800;color:#526174;text-transform:uppercase;letter-spacing:.7px}.market-field select,.market-field input{height:44px;border:1px solid #cfd8e3;border-radius:10px;padding:0 12px;background:#fff;color:#172033;font-size:14px}.market-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.market-kpi{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;box-shadow:0 8px 22px #1932500d}.market-kpi span{display:block;color:#697789;font-size:13px;margin-bottom:8px}.market-kpi strong{font-size:25px;color:#12385e}.market-panel{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:22px;overflow:hidden}.market-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.market-panel h2{margin:0 0 6px;font-size:23px}.market-panel p{margin:0;color:#667487;line-height:1.55}.market-table-wrap{overflow:auto}.market-table{width:100%;border-collapse:collapse;min-width:760px}.market-table th{background:#f3f6f9;color:#425268;font-size:12px;text-transform:uppercase;letter-spacing:.45px;text-align:left;padding:12px}.market-table td{padding:13px 12px;border-bottom:1px solid #edf1f5;font-size:14px}.market-table tr:last-child td{border-bottom:0}.market-rank{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:50%;background:#eef4fa;color:#164d7a;font-weight:800}.market-bar{height:8px;border-radius:99px;background:#edf1f5;overflow:hidden;min-width:120px}.market-bar i{display:block;height:100%;background:#f2a900;border-radius:inherit}.market-link{display:inline-flex;text-decoration:none;font-weight:800;color:#0f568c}.market-listing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.market-listing{border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.market-listing-image{aspect-ratio:16/10;background:#e9eef3;overflow:hidden}.market-listing-image img{width:100%;height:100%;object-fit:cover}.market-listing-body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.market-listing h3{margin:0;font-size:18px}.market-listing-meta{color:#6b7788;font-size:13px}.market-listing-stats{display:flex;gap:12px;flex-wrap:wrap;font-weight:700;color:#24415f;font-size:13px}.market-listing-price{font-size:21px;font-weight:900;color:#12385e}.market-listing a{margin-top:auto;text-decoration:none;background:#12385e;color:#fff;text-align:center;border-radius:9px;padding:11px;font-weight:800}.market-empty,.market-state{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:40px;text-align:center;color:#667487}.market-note{border-left:4px solid #f2a900;background:#fff8e8;border-radius:12px;padding:16px 18px;color:#566273}.market-source-badge{font-size:12px;font-weight:800;padding:7px 10px;border-radius:999px;background:#eaf3fb;color:#164d7a}.market-brand-list{display:flex;flex-direction:column;gap:12px}.market-brand-row{display:grid;grid-template-columns:42px minmax(130px,1fr) 2fr 110px 90px;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid #edf1f5}.market-brand-row:last-child{border-bottom:0}.market-brand-row strong{font-size:16px}.market-brand-row small{color:#6d7989}.market-brand-value{text-align:right;font-weight:900;color:#12385e}.market-spinner{width:36px;height:36px;border:4px solid #dce6ef;border-top-color:#164d7a;border-radius:50%;animation:marketSpin .8s linear infinite;margin:0 auto 14px}@keyframes marketSpin{to{transform:rotate(360deg)}}@media (max-width:900px){.market-summary,.market-listing-grid{grid-template-columns:1fr 1fr}.market-brand-row{grid-template-columns:38px 1fr 1.4fr 90px 80px}}@media (max-width:620px){.market-summary,.market-listing-grid{grid-template-columns:1fr}.market-field{width:100%;min-width:0}.market-brand-row{grid-template-columns:34px 1fr 70px}.market-brand-row .market-bar,.market-brand-row .market-link{grid-column:2/4}.market-panel{padding:17px}.market-panel-head{flex-direction:column}}.market-pagination{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;margin-top:24px;padding-top:20px;border-top:1px solid #edf1f5}.market-pagination button{min-width:40px;height:40px;border:1px solid #d8e0e8;background:#fff;color:#23415f;border-radius:9px;padding:0 12px;font-weight:800;cursor:pointer;transition:.18s ease}.market-pagination button:hover:not(:disabled){border-color:#f2a900;color:#0f365a;transform:translateY(-1px)}.market-pagination button.active{background:#12385e;color:#fff;border-color:#12385e}.market-pagination button:disabled{opacity:.42;cursor:not-allowed}.market-pagination span{color:#7a8795;padding:0 2px}.market-ranking-section{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:22px}.market-ranking-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;scroll-margin-top:95px}.market-ranking-head h2{margin:0 0 6px;color:#172033;font-size:23px}.market-ranking-head p{margin:0;color:#667487;line-height:1.55}.market-results-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.market-ranked-card{position:relative;min-width:0;padding-top:27px}.market-rank-badge{position:absolute;top:0;left:8px;z-index:4;max-width:calc(100% - 16px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:#12385e;color:#fff;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900;box-shadow:0 4px 12px #12385e2e}@media (max-width:1100px){.market-results-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:820px){.market-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.market-ranking-head{flex-direction:column}}@media (max-width:520px){.market-results-grid{grid-template-columns:1fr}.market-pagination button{height:38px;min-width:38px;padding:0 9px}.market-pagination button:first-child,.market-pagination button:last-child{width:100%}}.news-magazine__filters{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 22px}.news-magazine__filters button{border:1px solid #dce3eb;background:#fff;color:#5c6878;border-radius:999px;padding:8px 13px;font-weight:750;cursor:pointer}.news-magazine__filters button.active{background:#0f2647;color:#fff;border-color:#0f2647}.news-magazine__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.news-card{background:#fff;border:1px solid #e3e8ef;border-radius:16px;overflow:hidden;box-shadow:0 6px 22px #0f26470f}.news-card>img,.news-card__placeholder{width:100%;height:180px;object-fit:cover}.news-card__placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#eaf0f8,#fff4eb);font-size:54px}.news-card__body{padding:18px}.news-card__body>span{font-size:11px;letter-spacing:.08em;color:#f56b00;font-weight:900;text-transform:uppercase}.news-card h2{font-size:19px;color:#0f2647;margin:7px 0 8px}.news-card p{color:#687587;line-height:1.55;font-size:14px}.news-card__body>div{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #edf0f4;padding-top:12px;margin-top:15px}.news-card a{font-weight:850;color:#f56b00;text-decoration:none}.news-card small{color:#8993a1}.news-state{background:#fff;border:1px dashed #cad3df;border-radius:16px;padding:48px;text-align:center;color:#718096}.news-state strong{display:block;font-size:20px;color:#0f2647;margin-bottom:6px}@media (max-width:900px){.news-magazine__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.news-magazine__grid{grid-template-columns:1fr}}.portal-page{min-height:100vh;background:#f5f7fa;color:#172033}.portal-hero{background:linear-gradient(135deg,#102b4e,#164d7a);color:#fff;padding:68px 20px 58px}.portal-shell{width:min(1180px,calc(100% - 36px));margin:0 auto}.portal-breadcrumb{font-size:13px;opacity:.8;margin-bottom:24px}.portal-eyebrow{display:inline-flex;gap:8px;align-items:center;font-size:12px;font-weight:800;letter-spacing:1.5px;color:#ffc43d}.portal-hero h1{font-size:clamp(34px,5vw,58px);line-height:1.05;margin:14px 0 18px;max-width:800px}.portal-hero p{font-size:18px;line-height:1.7;max-width:760px;color:#dbe9f7}.portal-content{padding:42px 0 70px}.portal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:32px 0}.portal-card{background:#fff;border:1px solid #e4e9ef;border-radius:16px;padding:24px;box-shadow:0 8px 24px #1932500f}.portal-card h2{font-size:19px;margin:0 0 10px}.portal-card p{margin:0;color:#5e6b7a;line-height:1.6}.portal-block{background:#fff;border-radius:18px;padding:28px;margin:20px 0;border:1px solid #e5eaf0}.portal-block h2{margin:0 0 12px;font-size:24px}.portal-block p{margin:0;color:#566475;line-height:1.75}.portal-cta{display:flex;justify-content:space-between;align-items:center;gap:20px;background:#fff4dd;border:1px solid #ffd27b;border-radius:18px;padding:26px;margin-top:28px}.portal-cta h2{margin:0 0 6px}.portal-cta p{margin:0;color:#5d6570}.portal-cta a{white-space:nowrap;text-decoration:none;background:#f7a500;color:#172033;font-weight:800;border-radius:10px;padding:13px 18px}.content-ad{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:30px auto;overflow:hidden}.content-ad-label{font-size:10px;letter-spacing:1.3px;color:#929aa4;margin-bottom:6px}.content-ad-placeholder{max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #cbd2da;background:#f0f2f4;color:#929aa4;border-radius:8px}.content-ad-placeholder strong{font-size:11px;letter-spacing:1px}.content-ad-placeholder small{margin-top:5px}@media (max-width:850px){.portal-grid{grid-template-columns:1fr 1fr}}@media (max-width:580px){.portal-shell{width:min(100% - 24px,1180px)}.portal-hero{padding:46px 0}.portal-grid{grid-template-columns:1fr}.portal-cta{align-items:flex-start;flex-direction:column}.portal-cta a{width:100%;text-align:center;box-sizing:border-box}}
