:root{--ntr-bg:#050505;--ntr-panel:#101010;--ntr-text:#fff;--ntr-muted:rgba(255,255,255,.72);--ntr-border:rgba(255,255,255,.14);--ntr-accent:#1976d2}*{box-sizing:border-box}html{background:var(--ntr-bg);scroll-behavior:smooth}body{margin:0;background:var(--ntr-bg);color:var(--ntr-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}img,video{max-width:100%;height:auto}.ntr-header{position:fixed;top:0;left:0;right:0;width:100%;max-width:none;z-index:10000;background:linear-gradient(180deg,rgba(0,0,0,.78),rgba(0,0,0,.24) 62%,rgba(0,0,0,0));pointer-events:none}.admin-bar .ntr-header{top:32px}.ntr-header-inner{height:74px;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:none;margin:0;padding:0 clamp(12px,3vw,34px);pointer-events:auto}.ntr-brand{display:flex;align-items:center;gap:10px;min-width:0;max-width:calc(100vw - 96px);font-size:18px;font-weight:950;letter-spacing:-.04em}.ntr-site-icon{flex:0 0 auto;width:34px;height:34px;border-radius:12px;object-fit:cover;box-shadow:0 10px 30px rgba(0,0,0,.25)}.ntr-custom-logo-img{max-height:38px;width:auto;max-width:min(260px,52vw);display:block;object-fit:contain}.ntr-menu-toggle{width:44px;height:44px;border:1px solid var(--ntr-border);border-radius:999px;background:rgba(0,0,0,.42);backdrop-filter:blur(14px);display:grid;place-items:center;gap:3px;padding:12px;cursor:pointer}.ntr-menu-toggle span{display:block;width:18px;height:2px;background:#fff;border-radius:2px}.ntr-drawer{position:fixed;right:clamp(10px,3vw,34px);top:74px;width:min(380px,calc(100vw - 20px));padding:16px;border:1px solid var(--ntr-border);border-radius:28px;background:rgba(9,9,9,.92);backdrop-filter:blur(24px);box-shadow:0 24px 70px rgba(0,0,0,.5);transform:translateY(-10px);opacity:0;visibility:hidden;transition:.2s;pointer-events:auto}.ntr-drawer.is-open{transform:none;opacity:1;visibility:visible}.ntr-drawer ul{list-style:none;margin:0 0 16px;padding:0}.ntr-drawer li a{display:block;padding:12px 10px;border-radius:14px;color:#fff}.ntr-drawer li a:hover{background:rgba(255,255,255,.08)}.ntr-search-form{display:flex;gap:8px}.ntr-search-form input{flex:1;border:1px solid var(--ntr-border);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;padding:12px}.ntr-search-form button{border:0;border-radius:999px;background:var(--ntr-accent);color:#fff;font-weight:850;padding:0 14px}.ntr-main{min-height:100vh}.ntr-reels{height:100vh;overflow:hidden;background:#000;position:relative;--ntr-accent:#1976d2;touch-action:none}.ntr-track{height:100vh;will-change:transform;transform:translate3d(0,0,0)}.ntr-slide{position:relative;height:100vh;min-height:100vh;overflow:hidden;background:#050505}.ntr-slide-bg,.ntr-slide-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background-size:cover;background-position:center}.ntr-slide-bg:before{content:"";position:absolute;inset:-25px;background:inherit;filter:blur(24px);transform:scale(1.08);opacity:.5}.ntr-slide-bg:after{content:"";position:absolute;inset:0;background:inherit;background-size:cover;background-position:center}.ntr-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.25) 0%,rgba(0,0,0,.22) 42%,rgba(0,0,0,.86) 100%),radial-gradient(circle at 20% 20%,rgba(255,255,255,.13),transparent 30%)}.ntr-slide-content{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:0 96px 58px 22px;max-width:980px}.ntr-slide-topline{display:flex;gap:8px;align-items:center;margin-bottom:12px}.ntr-badge,.ntr-video-badge{display:inline-flex;align-items:center;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.ntr-badge{background:var(--ntr-accent);box-shadow:0 10px 30px color-mix(in srgb,var(--ntr-accent),transparent 62%)}.ntr-video-badge{background:rgba(255,255,255,.14);border:1px solid var(--ntr-border)}.ntr-slide h1,.ntr-slide h2{font-size:clamp(42px,10vw,86px);line-height:.88;letter-spacing:-.075em;margin:0 0 14px;font-weight:1000;text-shadow:0 16px 42px rgba(0,0,0,.45)}.ntr-excerpt{font-size:18px;line-height:1.28;color:rgba(255,255,255,.9);font-weight:650;max-width:760px;margin:0 0 12px}.ntr-meta{font-size:13px;color:var(--ntr-muted);font-weight:750}.ntr-actions{display:flex;gap:10px;align-items:center;margin-top:16px}.ntr-read{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:#000;font-weight:950;padding:13px 18px;box-shadow:0 16px 46px rgba(0,0,0,.28)}.ntr-side-actions{position:absolute;right:18px;bottom:118px;z-index:5;display:flex;flex-direction:column;gap:13px;align-items:center}.ntr-icon-action{border:0;background:transparent;color:#fff;padding:0;display:flex;flex-direction:column;align-items:center;gap:5px;font-size:11px;font-weight:850;text-shadow:0 2px 10px rgba(0,0,0,.5);cursor:pointer}.ntr-icon-action:disabled{cursor:default}.ntr-icon{width:47px;height:47px;border-radius:999px;display:grid;place-items:center;background:rgba(0,0,0,.38);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px);font-size:23px;box-shadow:0 12px 32px rgba(0,0,0,.28)}.ntr-like.is-liked .ntr-icon{background:#e91e63;border-color:#e91e63}.ntr-video-play{position:absolute;z-index:4;left:50%;top:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:999px;border:1px solid rgba(255,255,255,.24);background:rgba(0,0,0,.34);backdrop-filter:blur(12px);color:#fff;font-size:28px;display:grid;place-items:center;opacity:.9}.ntr-slide.is-active .ntr-video-play{opacity:0;pointer-events:none}.ntr-ad-slide{display:grid;place-items:center}.ntr-ad-bg{background:radial-gradient(circle at 50% 20%,rgba(25,118,210,.42),transparent 34%),linear-gradient(180deg,#111,#000)!important}.ntr-ad-bg:before,.ntr-ad-bg:after{display:none}.ntr-ad-box{position:relative;z-index:3;width:min(360px,calc(100% - 34px));min-height:620px;border:1px solid var(--ntr-border);border-radius:32px;background:rgba(255,255,255,.07);backdrop-filter:blur(20px);display:grid;place-items:center;padding:18px;box-shadow:0 30px 80px rgba(0,0,0,.42)}.ntr-ad-box>span{position:absolute;top:12px;left:16px;color:var(--ntr-muted);font-size:12px;font-weight:850;text-transform:uppercase}.ntr-ad-slot{width:300px;max-width:100%;min-height:600px;display:grid;place-items:center}.ntr-ad-placeholder{border:1px dashed rgba(255,255,255,.28);border-radius:22px;width:300px;max-width:100%;height:600px;display:grid;place-items:center;text-align:center;color:var(--ntr-muted);font-weight:900}.ntr-archive-hero{padding:132px 20px 48px;background:radial-gradient(circle at 80% 0,color-mix(in srgb,var(--ntr-accent),transparent 58%),transparent 34%),linear-gradient(180deg,#101010,#050505)}.ntr-archive-hero-inner,.ntr-archive-layout,.ntr-related{width:min(1180px,calc(100% - 28px));margin:0 auto}.ntr-archive-hero h1{font-size:clamp(44px,9vw,104px);line-height:.88;letter-spacing:-.08em;margin:0 0 14px}.ntr-archive-description{max-width:780px;color:var(--ntr-muted);font-size:18px;line-height:1.4}.ntr-archive-layout{padding:30px 0 70px}.ntr-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:18px}.ntr-card{background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1px solid var(--ntr-border);border-radius:28px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.22)}.ntr-card-media{display:block;position:relative;aspect-ratio:9/12;background-size:cover;background-position:center}.ntr-card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.72))}.ntr-card-media span{position:absolute;left:12px;bottom:12px;z-index:1;border-radius:999px;background:var(--ntr-accent);padding:7px 10px;font-size:11px;font-weight:900;text-transform:uppercase}.ntr-card-body{padding:16px}.ntr-card h2{font-size:22px;line-height:1;letter-spacing:-.04em;margin:0 0 10px}.ntr-card p{color:var(--ntr-muted);margin:0 0 12px;line-height:1.35}.ntr-pagination{margin-top:30px}.ntr-pagination .nav-links{display:flex;gap:8px;flex-wrap:wrap}.ntr-pagination a,.ntr-pagination span{display:grid;place-items:center;min-width:42px;height:42px;padding:0 14px;border-radius:999px;border:1px solid var(--ntr-border);background:rgba(255,255,255,.08);color:#fff}.ntr-pagination .current{background:#fff;color:#000}.ntr-single-flow{background:#050505}.ntr-single-hero-screen{position:relative;height:100vh;min-height:100vh;background-size:cover;background-position:center;display:flex;align-items:flex-end;overflow:hidden}.ntr-single-hero-screen:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.88))}.ntr-single-hero-content{position:relative;z-index:2;width:min(1080px,calc(100% - 34px));margin:0 auto;padding:0 0 54px}.ntr-single-hero-content h1{font-size:clamp(44px,10vw,112px);line-height:.86;letter-spacing:-.085em;margin:15px 0;font-weight:1000}.ntr-scroll-cue{color:var(--ntr-muted);font-weight:850}.ntr-single-content-screen{min-height:100vh;padding:var(--ntr-single-content-top-space,36px) 0 64px;background:linear-gradient(180deg,#050505,#0b0b0b)}.ntr-single-body{width:min(820px,calc(100% - 28px));margin:0 auto}.ntr-lead{font-size:24px;line-height:1.25;font-weight:850;color:#fff;margin:0 0 28px}.ntr-content{font-size:19px;line-height:1.72;color:rgba(255,255,255,.9)}.ntr-content p{margin:0 0 24px}.ntr-content h2,.ntr-content h3{line-height:1;letter-spacing:-.04em;color:#fff}.ntr-content a{text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:var(--ntr-accent)}.ntr-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:28px}.ntr-tags a{border-radius:999px;background:rgba(255,255,255,.08);border:1px solid var(--ntr-border);padding:8px 12px;color:#fff;font-weight:750}.ntr-related-screen{min-height:100vh;padding:104px 0 70px;background:radial-gradient(circle at 15% 0,color-mix(in srgb,var(--ntr-accent),transparent 70%),transparent 34%),#050505}.ntr-related h2{font-size:clamp(38px,8vw,88px);line-height:.9;letter-spacing:-.07em;margin:0 0 24px}.ntr-footer{border-top:1px solid var(--ntr-border);background:#030303;color:var(--ntr-muted)}.ntr-footer-inner{width:min(1180px,calc(100% - 28px));margin:0 auto;padding:28px 0;display:flex;align-items:center;justify-content:space-between;gap:20px}.ntr-footer ul{list-style:none;display:flex;gap:12px;flex-wrap:wrap;margin:0;padding:0}.screen-reader-text{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.ntr-empty{padding:24px;border:1px solid var(--ntr-border);border-radius:22px;background:rgba(255,255,255,.05)}
@media (min-width:1025px){.ntr-reels.ntr-mobile-pref{height:auto;overflow:visible;padding:110px 20px 60px;background:radial-gradient(circle at 80% 0,rgba(25,118,210,.3),transparent 32%),#050505;touch-action:auto}.ntr-reels.ntr-mobile-pref .ntr-track{height:auto;transform:none!important;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:1180px;margin:0 auto}.ntr-reels.ntr-mobile-pref .ntr-slide{min-height:680px;height:680px;border-radius:32px}.ntr-reels.ntr-mobile-pref .ntr-side-actions{display:flex}.ntr-reels.ntr-mobile-pref .ntr-ad-slide{display:none}}
@media (min-width:721px) and (max-width:1024px){.ntr-header-inner{height:70px;padding:0 22px}.ntr-brand{max-width:calc(100vw - 110px)}.ntr-custom-logo-img{max-width:360px}.ntr-drawer{top:70px;right:22px}}@media (max-width:782px){.admin-bar .ntr-header{top:46px}}@media (max-width:720px){.ntr-header-inner{height:64px;padding:0 12px}.ntr-drawer{top:64px;right:10px;width:calc(100vw - 20px);border-radius:24px}.ntr-brand{max-width:calc(100vw - 76px);gap:8px}.ntr-brand span{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ntr-site-icon{width:31px;height:31px;border-radius:10px}.ntr-custom-logo-img{max-height:32px;max-width:52vw}.ntr-menu-toggle{width:42px;height:42px;flex:0 0 auto}.ntr-slide-content{padding-left:15px;padding-right:78px;padding-bottom:44px}.ntr-slide h1,.ntr-slide h2{font-size:clamp(38px,13vw,60px)}.ntr-excerpt{font-size:16px}.ntr-side-actions{right:13px;bottom:98px}.ntr-icon{width:45px;height:45px}.ntr-card-grid{grid-template-columns:1fr}.ntr-archive-layout,.ntr-related,.ntr-single-body{width:calc(100% - 24px)}.ntr-single-hero-content{width:calc(100% - 24px);padding-bottom:44px}.ntr-single-hero-content h1{font-size:clamp(42px,13vw,66px)}.ntr-single-content-screen{padding-top:86px}.ntr-content{font-size:18px}.ntr-footer-inner{display:block}.ntr-footer ul{margin-top:14px}}
.ntr-kicker{display:inline-flex;border-radius:999px;background:var(--ntr-accent);padding:8px 12px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.ntr-archive-hero>div,.ntr-page-hero{width:min(1180px,calc(100% - 28px));margin:0 auto}.ntr-page-hero{padding:132px 0 42px}.ntr-page-hero h1{font-size:clamp(44px,9vw,104px);line-height:.88;letter-spacing:-.08em;margin:14px 0}.ntr-page .ntr-single-body{padding:10px 0 70px}.admin-bar .ntr-header{top:32px}@media(max-width:782px){.admin-bar .ntr-header{top:46px}}

/* Controlli font da pannello tema */
.ntr-slide h1,.ntr-slide h2{font-size:var(--ntr-home-title-desktop)!important;}
.ntr-single-hero-content h1{font-size:var(--ntr-single-title-desktop)!important;}
.ntr-archive-hero h1{font-size:var(--ntr-category-title-desktop)!important;}
body.tag .ntr-archive-hero h1{font-size:var(--ntr-tag-title-desktop)!important;}
.ntr-card h2{font-size:var(--ntr-archive-card-title-desktop)!important;}
.ntr-related h2{font-size:var(--ntr-related-title-desktop)!important;}
.ntr-related-grid .ntr-card h2{font-size:var(--ntr-related-card-title-desktop)!important;}
.ntr-share-icon svg{width:24px;height:24px;display:block;fill:currentColor;}
.ntr-share-icon{font-size:0;}

@media (min-width:721px) and (max-width:1024px){
  .ntr-slide h1,.ntr-slide h2{font-size:var(--ntr-home-title-tablet)!important;}
  .ntr-single-hero-content h1{font-size:var(--ntr-single-title-tablet)!important;}
  .ntr-archive-hero h1{font-size:var(--ntr-category-title-tablet)!important;}
  body.tag .ntr-archive-hero h1{font-size:var(--ntr-tag-title-tablet)!important;}
  .ntr-card h2{font-size:var(--ntr-archive-card-title-tablet)!important;}
  .ntr-related h2{font-size:var(--ntr-related-title-tablet)!important;}
  .ntr-related-grid .ntr-card h2{font-size:var(--ntr-related-card-title-tablet)!important;}
}

@media (max-width:720px){
  .ntr-slide h1,.ntr-slide h2{font-size:var(--ntr-home-title-mobile)!important;}
  .ntr-single-hero-content h1{font-size:var(--ntr-single-title-mobile)!important;}
  .ntr-archive-hero h1{font-size:var(--ntr-category-title-mobile)!important;}
  body.tag .ntr-archive-hero h1{font-size:var(--ntr-tag-title-mobile)!important;}
  .ntr-card h2{font-size:var(--ntr-archive-card-title-mobile)!important;}
  .ntr-related h2{font-size:var(--ntr-related-title-mobile)!important;}
  .ntr-related-grid .ntr-card h2{font-size:var(--ntr-related-card-title-mobile)!important;}
}

/* Header tools, ricerca, seconda e terza riga */
.ntr-header-tools{display:flex;align-items:center;gap:10px;pointer-events:auto;flex:0 0 auto}.ntr-search-toggle{width:44px;height:44px;border:1px solid var(--ntr-border);border-radius:999px;background:rgba(0,0,0,.42);backdrop-filter:blur(14px);display:grid;place-items:center;color:#fff;cursor:pointer;padding:0}.ntr-search-toggle svg{width:23px;height:23px;display:block}.ntr-search-panel{position:fixed;right:clamp(10px,3vw,34px);top:74px;width:min(430px,calc(100vw - 20px));padding:12px;border:1px solid var(--ntr-border);border-radius:999px;background:rgba(9,9,9,.92);backdrop-filter:blur(24px);box-shadow:0 24px 70px rgba(0,0,0,.5);transform:translateY(-10px);opacity:0;visibility:hidden;transition:.2s;pointer-events:auto}.ntr-search-panel.is-open{transform:none;opacity:1;visibility:visible}.ntr-search-panel .ntr-search-form{margin:0}.ntr-header-row{width:100%;max-width:none;margin:0;padding:0 clamp(12px,3vw,34px);pointer-events:auto}.ntr-header-scroll{display:flex;align-items:center;gap:8px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;padding:0 0 8px}.ntr-header-scroll::-webkit-scrollbar{display:none}.ntr-header-pill,.ntr-header-topic-label{white-space:nowrap;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.38);backdrop-filter:blur(14px);color:#fff;font-size:12px;font-weight:900;line-height:1;padding:9px 12px;box-shadow:0 12px 32px rgba(0,0,0,.16)}.ntr-header-pill-hot{background:var(--ntr-accent);border-color:color-mix(in srgb,var(--ntr-accent),#fff 15%)}.ntr-header-row-topics .ntr-header-scroll{padding-bottom:10px}.ntr-header-topic-label{background:rgba(255,255,255,.12);color:rgba(255,255,255,.78);text-transform:uppercase;letter-spacing:.04em}.ntr-topic-pill{background:rgba(255,255,255,.10)}
@media (min-width:721px) and (max-width:1024px){.ntr-search-panel{top:70px;right:22px}.ntr-search-toggle{width:42px;height:42px}.ntr-brand{max-width:calc(100vw - 164px)}}
@media (max-width:720px){.ntr-header-tools{gap:7px}.ntr-search-toggle{width:42px;height:42px;flex:0 0 auto}.ntr-search-panel{top:64px;right:10px;width:calc(100vw - 20px);border-radius:24px}.ntr-brand{max-width:calc(100vw - 126px)}.ntr-header-row{padding:0 10px}.ntr-header-scroll{gap:7px;padding-bottom:7px}.ntr-header-pill,.ntr-header-topic-label{font-size:11px;padding:8px 10px}}


/* v1.3.1 - Header allineato allo stesso stile del plugin Reels */
.ntr-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:10000!important;background:linear-gradient(180deg,rgba(0,0,0,.74),rgba(0,0,0,.34) 58%,rgba(0,0,0,0))!important;pointer-events:none!important;box-shadow:none!important;overflow:visible!important}.admin-bar .ntr-header{top:32px!important}.ntr-header-inner{width:100%!important;max-width:none!important;height:74px!important;margin:0!important;padding:0 clamp(16px,2.8vw,34px)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;pointer-events:auto!important}.ntr-logo,.ntr-brand{display:flex!important;align-items:center!important;min-width:0!important}.ntr-brand{gap:10px!important;font-size:clamp(20px,2vw,28px)!important;font-weight:950!important;letter-spacing:-.045em!important;color:#fff!important;text-shadow:0 8px 28px rgba(0,0,0,.45)!important;max-width:calc(100vw - 132px)!important}.ntr-site-icon{width:44px!important;height:44px!important;border-radius:16px!important;object-fit:cover!important;box-shadow:0 10px 30px rgba(0,0,0,.35)!important;flex:0 0 auto!important}.ntr-custom-logo-img{max-height:40px!important;width:auto!important;max-width:min(260px,52vw)!important;object-fit:contain!important;display:block!important}.ntr-header-tools{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;pointer-events:auto!important;flex:0 0 auto!important}.ntr-search-toggle,.ntr-menu-toggle{width:52px!important;height:52px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.22)!important;background:rgba(0,0,0,.32)!important;color:#fff!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;box-shadow:0 12px 35px rgba(0,0,0,.24)!important;cursor:pointer!important}.ntr-search-toggle{display:grid!important;place-items:center!important;padding:0!important}.ntr-search-toggle svg{width:24px!important;height:24px!important}.ntr-menu-toggle{display:grid!important;place-items:center!important;gap:4px!important;padding:14px!important}.ntr-menu-toggle span{display:block!important;width:22px!important;height:2px!important;background:#fff!important;border-radius:5px!important}.ntr-header-row{width:100%!important;max-width:none!important;margin:0!important;padding:0 clamp(16px,2.8vw,34px)!important;pointer-events:none!important;display:block!important;line-height:1!important}.ntr-header-scroll{display:flex!important;align-items:center!important;gap:8px!important;max-width:min(760px,calc(100vw - 150px))!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;padding:0 0 8px!important;white-space:nowrap!important;pointer-events:auto!important}.ntr-header-scroll::-webkit-scrollbar{display:none!important}.ntr-header-pill,.ntr-header-topic-label{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.22)!important;background:rgba(0,0,0,.34)!important;color:#fff!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;font-size:15px!important;font-weight:900!important;letter-spacing:-.015em!important;line-height:1!important;padding:12px 15px!important;text-shadow:0 4px 14px rgba(0,0,0,.38)!important;box-shadow:0 12px 34px rgba(0,0,0,.18)!important}.ntr-header-pill-hot{background:rgba(0,0,0,.48)!important;border-color:rgba(255,255,255,.34)!important}.ntr-header-row-topics{margin-top:-2px!important}.ntr-header-topic-label{text-transform:none!important;color:rgba(255,255,255,.78)!important;background:rgba(255,255,255,.10)!important}.ntr-topic-pill{background:rgba(255,255,255,.12)!important}.ntr-search-panel{display:none!important;position:fixed!important;right:clamp(16px,2.8vw,34px)!important;top:84px!important;width:min(430px,calc(100vw - 32px))!important;padding:12px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:28px!important;background:rgba(8,8,8,.92)!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important;box-shadow:0 24px 70px rgba(0,0,0,.5)!important;pointer-events:auto!important;transform:none!important;opacity:1!important;visibility:visible!important}.ntr-search-panel.is-open{display:block!important}.ntr-search-panel .ntr-search-form{margin:0!important;display:flex!important;gap:8px!important}.ntr-search-form label{flex:1!important;display:block!important}.ntr-search-form input{width:100%!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:999px!important;background:rgba(255,255,255,.08)!important;color:#fff!important;padding:12px 14px!important}.ntr-search-form button{border:0!important;border-radius:999px!important;background:var(--ntr-accent,#1976d2)!important;color:#fff!important;font-weight:900!important;padding:0 16px!important}.ntr-drawer{top:84px!important;right:clamp(16px,2.8vw,34px)!important;display:block!important}@media(max-width:782px){.admin-bar .ntr-header{top:46px!important}}@media(max-width:720px){.ntr-header-inner{height:66px!important;padding:0 12px!important}.ntr-brand{font-size:23px!important;max-width:calc(100vw - 126px)!important}.ntr-site-icon{width:40px!important;height:40px!important;border-radius:14px!important}.ntr-search-toggle,.ntr-menu-toggle{width:46px!important;height:46px!important}.ntr-menu-toggle span{width:20px!important}.ntr-header-row{padding:0 12px!important}.ntr-header-scroll{max-width:calc(100vw - 94px)!important;gap:7px!important;padding-bottom:7px!important}.ntr-header-pill,.ntr-header-topic-label{font-size:13px!important;padding:10px 12px!important}.ntr-search-panel{top:72px!important;right:10px!important;width:calc(100vw - 20px)!important;border-radius:24px!important}.ntr-drawer{top:72px!important;right:10px!important;width:calc(100vw - 20px)!important}}

/* v1.4.0 - richieste: live, light mode, ads, split home, categorie full width */
body.ntr-theme-light{--ntr-bg:#f6f7fb;--ntr-panel:#fff;--ntr-text:#080808;--ntr-muted:rgba(0,0,0,.66);--ntr-border:rgba(0,0,0,.12);background:#f6f7fb;color:#080808}.ntr-theme-light .ntr-gradient{background:linear-gradient(180deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.22) 38%,rgba(255,255,255,.94) 100%)}.ntr-theme-light .ntr-slide h1,.ntr-theme-light .ntr-slide h2,.ntr-theme-light .ntr-excerpt,.ntr-theme-light .ntr-meta{color:#080808;text-shadow:0 12px 34px rgba(255,255,255,.62)}.ntr-theme-light .ntr-single-content-screen,.ntr-theme-light .ntr-single-flow,.ntr-theme-light .ntr-related-screen{background:#f6f7fb;color:#080808}.ntr-theme-light .ntr-content,.ntr-theme-light .ntr-lead,.ntr-theme-light .ntr-content h2,.ntr-theme-light .ntr-content h3{color:#111}.ntr-theme-light .ntr-card{background:#fff}.ntr-theme-auto.ntr-auto-light{--ntr-bg:#f6f7fb;--ntr-panel:#fff;--ntr-text:#080808;--ntr-muted:rgba(0,0,0,.66);--ntr-border:rgba(0,0,0,.12);background:#f6f7fb;color:#080808}
.ntr-live-badge{height:52px;padding:0 15px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#e50914;color:#fff;font-size:13px;font-weight:1000;letter-spacing:.04em;display:inline-flex;align-items:center;gap:8px;box-shadow:0 12px 35px rgba(229,9,20,.35);cursor:pointer}.ntr-live-dot{width:9px;height:9px;background:#fff;border-radius:50%;box-shadow:0 0 0 0 rgba(255,255,255,.75);animation:ntrPulse 1.15s infinite}@keyframes ntrPulse{70%{box-shadow:0 0 0 10px rgba(255,255,255,0)}100%{box-shadow:0 0 0 0 rgba(255,255,255,0)}}.ntr-live-panel{display:none;position:fixed;right:clamp(16px,2.8vw,34px);top:84px;width:min(520px,calc(100vw - 32px));max-height:min(72vh,680px);overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:28px;background:rgba(8,8,8,.94);color:#fff;backdrop-filter:blur(24px);box-shadow:0 24px 70px rgba(0,0,0,.5);pointer-events:auto}.ntr-live-panel.is-open{display:block}.ntr-live-panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.12)}.ntr-live-panel-head strong{font-size:18px}.ntr-live-panel-head button{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#fff;border-radius:999px;padding:8px 12px;font-weight:900;margin-left:6px;cursor:pointer}.ntr-live-panel-body{padding:12px 16px;overflow:auto;max-height:calc(min(72vh,680px) - 60px)}.ntr-live-timeline-list{list-style:none;margin:0;padding:0;position:relative}.ntr-live-timeline-list:before{content:"";position:absolute;left:38px;top:9px;bottom:9px;width:2px;background:rgba(255,255,255,.16)}.ntr-live-timeline-list li{display:grid;grid-template-columns:54px 1fr;gap:12px;position:relative;padding:10px 0}.ntr-live-timeline-list time{font-weight:950;color:#fff}.ntr-live-timeline-list a{font-weight:850;line-height:1.2}.ntr-live-timeline-list li:after{content:"";position:absolute;left:34px;top:17px;width:10px;height:10px;border-radius:50%;background:var(--ntr-accent,#1976d2);box-shadow:0 0 0 4px rgba(25,118,210,.18)}
.ntr-header-row-secondary{position:relative}.ntr-header-row-secondary:after{content:"→";position:absolute;right:0;top:0;bottom:8px;width:70px;display:grid;place-items:center;color:#fff;font-weight:1000;background:linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,.62));pointer-events:none}.ntr-header-row-secondary .ntr-header-scroll{max-width:100%!important;width:100%!important;padding-right:70px!important}.ntr-header-scroll{max-width:100%!important;width:100%!important}
.ntr-home-split .ntr-slide{background:#080808}.ntr-home-split .ntr-slide-bg,.ntr-home-split .ntr-slide-video{height:56vh;bottom:auto;inset:auto 0 auto 0;top:0}.ntr-home-split .ntr-slide-bg:before{display:none}.ntr-home-split .ntr-gradient{top:0;height:56vh;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.62))}.ntr-home-split .ntr-slide-content{top:56vh;bottom:auto;min-height:44vh;max-width:none;padding:28px 96px 40px 22px;background:linear-gradient(180deg,#0b0b0b,#000);display:flex;flex-direction:column;justify-content:center}.ntr-home-split .ntr-slide h2{font-size:clamp(36px,7.5vw,72px)!important}.ntr-theme-light .ntr-home-split .ntr-slide-content{background:linear-gradient(180deg,#fff,#f4f5f8)}
.ntr-single-hero-tools{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:18px;min-height:48px}.ntr-single-share{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(0,0,0,.36);color:#fff;padding:11px 15px;font-weight:950;line-height:1;backdrop-filter:blur(14px);cursor:pointer;vertical-align:middle}.ntr-single-share svg{width:21px;height:21px;fill:currentColor;flex:0 0 auto}.ntr-scroll-cue{display:inline-flex;align-items:center;justify-content:center;min-height:48px;margin:0!important;line-height:1.1;vertical-align:middle}.ntr-theme-ad{width:min(970px,calc(100% - 28px));margin:22px auto;padding:10px;border:1px solid var(--ntr-border);border-radius:22px;background:rgba(255,255,255,.06);text-align:center}.ntr-theme-ad>span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--ntr-muted);font-weight:900;margin-bottom:6px}.ntr-ad-above-header{position:relative;z-index:10001;margin:0 auto;border-radius:0;width:100%;max-width:none;background:#050505}.ntr-ad-in-content{margin:28px auto}.ntr-badge{background:var(--ntr-accent,#1976d2)!important}.ntr-author-box{padding:132px 20px 44px;background:radial-gradient(circle at 80% 0,color-mix(in srgb,var(--ntr-accent),transparent 60%),transparent 38%),linear-gradient(180deg,#111,#050505)}.ntr-author-inner{width:min(1120px,calc(100% - 28px));margin:0 auto;display:grid;grid-template-columns:auto 1fr;gap:22px;align-items:center}.ntr-author-avatar img{border-radius:50%;width:96px;height:96px}.ntr-author-box h1{font-size:clamp(42px,8vw,96px);line-height:.88;letter-spacing:-.08em;margin:0}.ntr-author-bio{color:var(--ntr-muted);max-width:760px;font-size:18px}.ntr-kicker{display:inline-flex;border-radius:999px;background:var(--ntr-accent);color:#fff;padding:8px 12px;font-size:12px;font-weight:1000;text-transform:uppercase;margin-bottom:16px}.ntr-archive-hero>div{width:min(1180px,calc(100% - 28px));margin:0 auto}
@media(max-width:720px){.ntr-live-badge{height:46px;padding:0 12px;font-size:12px}.ntr-live-panel{top:72px;right:10px;width:calc(100vw - 20px);border-radius:24px}.ntr-home-split .ntr-slide-bg,.ntr-home-split .ntr-slide-video{height:48vh}.ntr-home-split .ntr-gradient{height:48vh}.ntr-home-split .ntr-slide-content{top:48vh;min-height:52vh;padding:22px 74px 34px 16px}.ntr-author-inner{grid-template-columns:1fr;text-align:left}.ntr-author-avatar img{width:76px;height:76px}}

/* v1.4.1: safe-space home, single bounce, footer text, article alternate layout */
.ntr-reels{--ntr-home-content-lift:72px;--ntr-home-bottom-space:0px;}
.ntr-slide-content{bottom:calc(58px + var(--ntr-home-content-lift,0px) + var(--ntr-home-bottom-space,0px));padding-bottom:0;}
.ntr-home-split .ntr-slide-content{padding-bottom:calc(34px + var(--ntr-home-bottom-space,0px));}
.ntr-author-link{color:inherit;text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:var(--ntr-accent);text-underline-offset:3px;}
.ntr-single-hero-tools{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:18px;}
.ntr-single-bounce-enabled .ntr-single-hero-screen,.ntr-single-bounce-enabled .ntr-single-content-screen,.ntr-related-screen{scroll-margin-top:0;}
.ntr-single-layout-contained{background:var(--ntr-bg);}
.ntr-single-hero-contained{height:auto;min-height:100vh;display:block;background:linear-gradient(180deg,#050505,#090909);padding:96px 0 0;overflow:hidden;}
.ntr-single-hero-contained:before{display:none;}
.ntr-single-contained-media-wrap{position:relative;width:min(1040px,calc(100% - 28px));margin:0 auto;border-radius:32px 32px 0 0;overflow:hidden;background:#111;box-shadow:0 28px 90px rgba(0,0,0,.44);}
.ntr-single-contained-media-wrap:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:46%;background:linear-gradient(180deg,rgba(5,5,5,0),#050505 88%);pointer-events:none;}
.ntr-single-contained-media{display:block;width:100%;height:auto;max-height:62vh;object-fit:contain;background:#050505;margin:0 auto;}
.ntr-single-hero-contained .ntr-single-hero-content{width:min(1040px,calc(100% - 28px));padding:0 0 54px;margin:-80px auto 0;}
.ntr-single-hero-contained .ntr-badge{position:relative;z-index:3;}
.ntr-single-hero-contained h1{position:relative;z-index:3;text-shadow:0 16px 42px rgba(0,0,0,.55);}
.ntr-footer-custom{max-width:820px;color:var(--ntr-muted);line-height:1.45;font-size:14px;}
.ntr-footer-custom p{margin:8px 0 0;}
.ntr-footer-inner{gap:12px;}
@media(max-width:720px){.ntr-slide-content{padding-right:76px;bottom:calc(72px + var(--ntr-home-content-lift,0px) + var(--ntr-home-bottom-space,0px));}.ntr-slide h1,.ntr-slide h2{font-size:clamp(34px,11vw,56px);}.ntr-excerpt{font-size:16px;line-height:1.25;max-height:3.75em;overflow:hidden;}.ntr-actions{margin-top:12px}.ntr-read{padding:12px 16px}.ntr-side-actions{bottom:calc(134px + var(--ntr-home-bottom-space,0px));right:12px}.ntr-home-split .ntr-slide-content{padding-right:74px;bottom:auto;}.ntr-single-hero-contained{padding-top:82px;}.ntr-single-contained-media-wrap{width:calc(100% - 20px);border-radius:24px 24px 0 0;}.ntr-single-contained-media{max-height:54vh;}.ntr-single-hero-contained .ntr-single-hero-content{width:calc(100% - 24px);margin-top:-46px;padding-bottom:44px}.ntr-single-hero-tools{gap:10px}.ntr-footer-custom{font-size:13px}}


/* v1.4.4 live mobile safe-space fixes */
.ntr-header{z-index:99999999999999999!important}
.ntr-live-panel,.ntr-live-panel.is-open{z-index:99999999999999999!important;position:fixed!important}
.home .ntr-footer,.front-page .ntr-footer,.blog .ntr-footer{display:none!important}
.ntr-reels{background:#000!important;min-height:100vh!important;overflow:hidden!important}
.ntr-slide::after{content:"";position:absolute;left:0;right:0;bottom:0;height:var(--ntr-home-bottom-space,0px);z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.86) 36%,#000 100%)}
.ntr-home-split .ntr-slide::after{background:linear-gradient(180deg,rgba(0,0,0,0),var(--ntr-bg,#050505) 60%,var(--ntr-bg,#050505) 100%)}
@media(max-width:720px){.ntr-header-tools{gap:6px!important}.ntr-brand{max-width:calc(100vw - 148px)!important;font-size:20px!important;letter-spacing:-.04em!important}.ntr-live-badge{height:32px!important;min-width:0!important;padding:0 8px!important;font-size:10px!important;line-height:1!important;gap:5px!important;letter-spacing:.03em!important;box-shadow:0 8px 22px rgba(229,9,20,.3)!important}.ntr-live-dot{width:6px!important;height:6px!important}.ntr-search-toggle,.ntr-menu-toggle{width:40px!important;height:40px!important;min-width:40px!important}.ntr-search-toggle svg{width:20px!important;height:20px!important}.ntr-menu-toggle{padding:11px!important}.ntr-menu-toggle span{width:17px!important}.ntr-live-panel{top:70px!important;left:8px!important;right:8px!important;width:auto!important;max-height:calc(100vh - 88px)!important;border-radius:22px!important;z-index:99999999999999999!important}.admin-bar .ntr-live-panel{top:116px!important;max-height:calc(100vh - 128px)!important}.ntr-live-panel-head{padding:12px!important}.ntr-live-panel-head strong{font-size:16px!important}.ntr-live-panel-head button{padding:7px 10px!important;margin-left:4px!important}}


/* v1.4.4 - LIVE popup timeline clean: rimuove dot blu sovrapposti e migliora leggibilità */
.ntr-live-panel,.ntr-live-panel.is-open{z-index:99999999999999999!important;isolation:isolate!important}
.ntr-live-timeline-list{list-style:none!important;margin:0!important;padding:0!important;position:relative!important}
.ntr-live-timeline-list:before,.ntr-live-timeline-list li:after{display:none!important;content:none!important}
.ntr-live-timeline-list li{display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;gap:10px!important;align-items:start!important;padding:9px 0!important;border-bottom:1px solid rgba(255,255,255,.08)!important}
.ntr-live-timeline-list li:last-child{border-bottom:0!important}
.ntr-live-timeline-list time{display:block!important;font-weight:950!important;color:rgba(255,255,255,.82)!important;font-size:14px!important;line-height:1.2!important;white-space:nowrap!important;position:relative!important;z-index:2!important}
.ntr-live-timeline-list a{display:block!important;font-weight:850!important;line-height:1.22!important;color:#fff!important;text-decoration:none!important;position:relative!important;z-index:2!important}
.ntr-live-timeline-list a:hover{text-decoration:underline!important}
@media(max-width:720px){.ntr-live-timeline-list li{grid-template-columns:48px minmax(0,1fr)!important;gap:8px!important;padding:8px 0!important}.ntr-live-timeline-list time{font-size:12px!important}.ntr-live-timeline-list a{font-size:14px!important;line-height:1.2!important}}


/* v1.4.5 contrast baseline: dark/light/auto variables and light alternative layouts */
body.ntr-theme-light,body.ntr-theme-auto.ntr-auto-light{--ntr-bg:#f6f7fb;--ntr-panel:#fff;--ntr-text:#080808;--ntr-muted:rgba(0,0,0,.68);--ntr-border:rgba(0,0,0,.14);background:#f6f7fb;color:#080808}
body.ntr-theme-dark,body.ntr-theme-auto.ntr-auto-dark{--ntr-bg:#050505;--ntr-panel:#101010;--ntr-text:#fff;--ntr-muted:rgba(255,255,255,.72);--ntr-border:rgba(255,255,255,.14);background:#050505;color:#fff}
body.ntr-theme-light .ntr-single-hero-contained,body.ntr-theme-auto.ntr-auto-light .ntr-single-hero-contained{background:linear-gradient(180deg,#fff,#f6f7fb)}
body.ntr-theme-light .ntr-single-contained-media-wrap:after,body.ntr-theme-auto.ntr-auto-light .ntr-single-contained-media-wrap:after{background:linear-gradient(180deg,rgba(246,247,251,0),#f6f7fb 88%)}
body.ntr-theme-light .ntr-single-hero-content h1,body.ntr-theme-auto.ntr-auto-light .ntr-single-hero-content h1{color:#080808;text-shadow:0 12px 30px rgba(255,255,255,.82)}

/* ntr-v147-static-read-header-fix */
.ntr-read{background:#fff!important;color:#000!important}.ntr-theme-color .ntr-header,.ntr-theme-color .ntr-header-row{background:var(--ntr-header-gradient,linear-gradient(180deg,rgba(0,0,0,.78),rgba(0,0,0,.24) 62%,rgba(0,0,0,0)))!important}.ntr-theme-color.single .ntr-single-hero-content .ntr-badge{background:var(--ntr-accent)!important;color:#fff!important}

/* v1.5.1 social icons */
.ntr-social-toggle{width:52px!important;height:52px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.22)!important;background:rgba(0,0,0,.32)!important;color:#fff!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;box-shadow:0 12px 35px rgba(0,0,0,.24)!important;cursor:pointer!important;display:grid!important;place-items:center!important;padding:0!important}.ntr-social-toggle svg{width:24px!important;height:24px!important}.ntr-social-panel{display:none!important;position:fixed!important;right:clamp(16px,2.8vw,34px)!important;top:84px!important;width:min(380px,calc(100vw - 32px))!important;padding:14px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:28px!important;background:rgba(8,8,8,.93)!important;color:#fff!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important;box-shadow:0 24px 70px rgba(0,0,0,.52)!important;pointer-events:auto!important;z-index:99999999999999999!important}.ntr-social-panel.is-open{display:block!important}.ntr-social-panel-head{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:2px 4px 10px!important;font-size:17px!important}.ntr-social-icons{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.ntr-social-icon{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:inherit;text-decoration:none}.ntr-social-icon svg{width:22px;height:22px;display:block;flex:0 0 auto}.ntr-social-icon span{font-size:13px;font-weight:850}.ntr-social-icons-header{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.ntr-social-icons-header .ntr-social-icon{justify-content:flex-start!important;border:1px solid rgba(255,255,255,.14)!important;background:rgba(255,255,255,.07)!important;border-radius:16px!important;padding:11px 12px!important;color:#fff!important}.ntr-footer .ntr-social-icons-footer{justify-content:center;margin:8px auto 12px}.ntr-footer .ntr-social-icons-footer .ntr-social-icon{width:42px;height:42px;border-radius:999px;border:1px solid var(--ntr-border);background:rgba(255,255,255,.08)}.ntr-footer .ntr-social-icons-footer .ntr-social-icon span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}body.ntr-theme-light .ntr-footer .ntr-social-icons-footer .ntr-social-icon,body.ntr-auto-light .ntr-footer .ntr-social-icons-footer .ntr-social-icon{color:#111;background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.14)}body.ntr-theme-light .ntr-social-panel,body.ntr-auto-light .ntr-social-panel{background:rgba(255,255,255,.94)!important;color:#111!important;border-color:rgba(0,0,0,.12)!important;box-shadow:0 24px 70px rgba(0,0,0,.22)!important}body.ntr-theme-light .ntr-social-icons-header .ntr-social-icon,body.ntr-auto-light .ntr-social-icons-header .ntr-social-icon{color:#111!important;background:rgba(0,0,0,.04)!important;border-color:rgba(0,0,0,.12)!important}@media(max-width:720px){.ntr-social-toggle{width:40px!important;height:40px!important;min-width:40px!important}.ntr-social-toggle svg{width:20px!important;height:20px!important}.ntr-social-panel{top:72px!important;right:10px!important;width:calc(100vw - 20px)!important;border-radius:24px!important}.admin-bar .ntr-social-panel{top:118px!important}.ntr-social-icons-header{grid-template-columns:1fr 1fr!important}.ntr-social-icons-header .ntr-social-icon{padding:10px!important}.ntr-social-icons-header .ntr-social-icon span{font-size:12px!important}.ntr-header-tools{gap:6px!important}.ntr-brand{max-width:calc(100vw - 194px)!important}}

/* v1.5.3 header row gradient fix: il gradient resta solo nella prima fascia header */
.ntr-header{background:transparent!important;position:fixed!important;isolation:isolate!important}.ntr-header::before{content:""!important;position:absolute!important;left:0!important;right:0!important;top:0!important;height:74px!important;background:linear-gradient(180deg,rgba(0,0,0,.74),rgba(0,0,0,.34) 58%,rgba(0,0,0,0))!important;pointer-events:none!important;z-index:0!important}.ntr-header-inner,.ntr-header-row,.ntr-social-panel,.ntr-live-panel,.ntr-search-panel,.ntr-drawer{position:relative!important;z-index:1!important}.ntr-theme-light .ntr-header::before,.ntr-theme-auto.ntr-auto-light .ntr-header::before{background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.42) 58%,rgba(255,255,255,0))!important}.ntr-theme-color .ntr-header::before{background:var(--ntr-header-gradient,linear-gradient(180deg,rgba(0,0,0,.74),rgba(0,0,0,.34) 58%,rgba(0,0,0,0)))!important}.ntr-header-row,.ntr-theme-color .ntr-header-row,.ntr-web-vitals .ntr-header-row,.ntr-web-vitals.ntr-theme-color .ntr-header-row,.ntr-theme-light .ntr-header-row,.ntr-theme-auto.ntr-auto-light .ntr-header-row{background:transparent!important;box-shadow:none!important}.ntr-header-row-secondary,.ntr-header-row-topics{background:transparent!important}.ntr-header-row-secondary:after{background:linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,.52))!important}.ntr-theme-light .ntr-header-row-secondary:after,.ntr-theme-auto.ntr-auto-light .ntr-header-row-secondary:after{background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.72))!important;color:#111!important}@media(max-width:720px){.ntr-header::before{height:66px!important}}


/* v1.5.4: la sfumatura header resta SOLO dentro la prima riga principale */
.ntr-header{
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
}
.ntr-header::before{
    display:none!important;
    content:none!important;
    background:none!important;
}
.ntr-header-inner{
    position:relative!important;
    isolation:isolate!important;
    overflow:visible!important;
    background:transparent!important;
}
.ntr-header-inner::before{
    content:""!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:0!important;
    bottom:0!important;
    height:100%!important;
    background:linear-gradient(180deg,rgba(0,0,0,.74),rgba(0,0,0,.34) 58%,rgba(0,0,0,0))!important;
    pointer-events:none!important;
    z-index:0!important;
}
.ntr-header-inner > *{
    position:relative!important;
    z-index:1!important;
}
body.ntr-theme-light .ntr-header-inner::before,
body.ntr-theme-auto.ntr-auto-light .ntr-header-inner::before{
    background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.42) 58%,rgba(255,255,255,0))!important;
}
body.ntr-theme-color .ntr-header-inner::before,
body.ntr-web-vitals.ntr-theme-color .ntr-header-inner::before{
    background:var(--ntr-header-gradient,linear-gradient(180deg,rgba(0,0,0,.74),rgba(0,0,0,.34) 58%,rgba(0,0,0,0)))!important;
}
body.ntr-web-vitals:not(.ntr-theme-color):not(.ntr-theme-light):not(.ntr-auto-light) .ntr-header-inner::before{
    background:linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,.28) 58%,rgba(0,0,0,0))!important;
}
.ntr-header-row,
.ntr-header-row-secondary,
.ntr-header-row-topics,
body.ntr-theme-color .ntr-header-row,
body.ntr-web-vitals .ntr-header-row,
body.ntr-web-vitals.ntr-theme-color .ntr-header-row,
body.ntr-theme-light .ntr-header-row,
body.ntr-theme-auto.ntr-auto-light .ntr-header-row{
    background:transparent!important;
    background-image:none!important;
    box-shadow:none!important;
    filter:none!important;
}


/* v1.5.5 final: header gradient only first row; cleaner image caption */
.ntr-header,body.ntr-theme-color .ntr-header,body.ntr-web-vitals.ntr-theme-color .ntr-header,body.ntr-theme-light .ntr-header,body.ntr-theme-auto.ntr-auto-light .ntr-header{background:transparent!important;background-image:none!important;box-shadow:none!important;overflow:visible!important}.ntr-header::before{display:none!important;content:none!important;background:none!important}.ntr-header-inner{position:relative!important;isolation:isolate!important;overflow:hidden!important;background:transparent!important;height:74px!important;min-height:74px!important;max-height:74px!important}.ntr-header-inner::before{content:""!important;position:absolute!important;inset:0!important;width:100%!important;height:74px!important;max-height:74px!important;pointer-events:none!important;z-index:0!important;background:linear-gradient(180deg,rgba(0,0,0,.74),rgba(0,0,0,.34) 58%,rgba(0,0,0,0))!important}body.ntr-theme-light .ntr-header-inner::before,body.ntr-theme-auto.ntr-auto-light .ntr-header-inner::before{background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.42) 58%,rgba(255,255,255,0))!important}body.ntr-theme-color .ntr-header-inner::before,body.ntr-web-vitals.ntr-theme-color .ntr-header-inner::before{background:var(--ntr-header-gradient,linear-gradient(180deg,rgba(0,0,0,.74),rgba(0,0,0,.34) 58%,rgba(0,0,0,0)))!important}.ntr-header-inner>*{position:relative!important;z-index:1!important}.ntr-header-row,.ntr-header-row-secondary,.ntr-header-row-topics,body.ntr-theme-color .ntr-header-row,body.ntr-web-vitals .ntr-header-row,body.ntr-web-vitals.ntr-theme-color .ntr-header-row,body.ntr-theme-light .ntr-header-row,body.ntr-theme-auto.ntr-auto-light .ntr-header-row{background:transparent!important;background-image:none!important;box-shadow:none!important;filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}@media(max-width:720px){.ntr-header-inner{height:66px!important;min-height:66px!important;max-height:66px!important}.ntr-header-inner::before{height:66px!important;max-height:66px!important}}
.ntr-image-caption-box{margin:30px 0 0!important;padding:14px 16px!important;border-radius:18px!important;border:1px solid var(--ntr-border)!important;background:rgba(255,255,255,.055)!important;box-shadow:none!important;color:var(--ntr-text)!important;display:flex!important;align-items:center!important;gap:12px!important}.ntr-image-caption-box>span{margin:0!important;flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:30px!important;border-radius:999px!important;background:rgba(255,255,255,.10)!important;border:1px solid var(--ntr-border)!important;color:var(--ntr-muted)!important;padding:7px 10px!important;font-size:10px!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.04em!important;line-height:1!important}.ntr-image-caption-box p{margin:0!important;flex:1 1 auto!important;color:var(--ntr-muted)!important;font-size:14px!important;line-height:1.45!important;font-weight:600!important}body.ntr-theme-light .ntr-image-caption-box,body.ntr-theme-auto.ntr-auto-light .ntr-image-caption-box{background:rgba(0,0,0,.035)!important;border-color:rgba(0,0,0,.10)!important}body.ntr-theme-light .ntr-image-caption-box>span,body.ntr-theme-auto.ntr-auto-light .ntr-image-caption-box>span{background:rgba(0,0,0,.045)!important;border-color:rgba(0,0,0,.10)!important;color:rgba(0,0,0,.62)!important}@media(max-width:640px){.ntr-image-caption-box{align-items:flex-start!important;gap:9px!important;padding:13px 14px!important}.ntr-image-caption-box>span{font-size:9px!important;padding:7px 9px!important}.ntr-image-caption-box p{font-size:13.5px!important}}


/* v1.5.6: classi standard compatibilità ADV/SEO su single article/content */
.single-content.entry-content,
.single-post-content.entry-content,
.article-content.entry-content,
.post-content.entry-content,
.wp-post-content.entry-content,
.the-content.entry-content{
    width:100%;
}
.ntr-single-page.site-main,
.ntr-single-flow.article,
.ntr-single-body.single-content{
    box-sizing:border-box;
}


/* v1.5.7 drawer/menu fixed + home footer opener */
.ntr-drawer{position:fixed!important;left:auto!important;right:clamp(16px,2.8vw,34px)!important;top:84px!important;width:min(380px,calc(100vw - 32px))!important;max-width:calc(100vw - 32px)!important;max-height:calc(100vh - 104px)!important;overflow:auto!important;z-index:99999999999999999!important;transform:translateY(-8px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.ntr-drawer.is-open{transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.ntr-home-footer-opener{position:absolute;left:50%;bottom:max(14px,env(safe-area-inset-bottom));transform:translateX(-50%);z-index:30;display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(0,0,0,.34);color:#fff;font-weight:900;font-size:13px;line-height:1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 12px 34px rgba(0,0,0,.28);cursor:pointer}.ntr-home-footer-opener strong{font-size:18px;line-height:1;animation:ntrFooterArrow 1.15s infinite ease-in-out}@keyframes ntrFooterArrow{0%,100%{transform:translateY(-1px)}50%{transform:translateY(3px)}}body.ntr-home-footer-revealed .ntr-footer{display:block!important}@media(max-width:720px){.ntr-drawer{top:72px!important;right:10px!important;width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;max-height:calc(100vh - 90px)!important;border-radius:24px!important}.admin-bar .ntr-drawer{top:118px!important;max-height:calc(100vh - 132px)!important}.ntr-home-footer-opener{bottom:max(10px,env(safe-area-inset-bottom));font-size:12px;padding:8px 12px}}


/* v1.5.9: ADV full-width + archivio/tag ads + spazio inizio articolo configurabile */
.ntr-theme-ad{
    width:100%;
    max-width:100%;
    overflow:visible!important;
}
.ntr-theme-ad-inner{
    width:100%;
    max-width:100%;
    overflow:visible!important;
    display:block;
    text-align:center;
}
.ntr-theme-ad-inner ins,
.ntr-theme-ad-inner iframe,
.ntr-theme-ad-inner div{
    max-width:100%;
}
.ntr-single-body > .ntr-theme-ad,
.ntr-content .ntr-theme-ad,
.ntr-ad-before-article,
.ntr-ad-after-article,
.ntr-ad-before-related,
.ntr-ad-after-related{
    width:min(100vw,1180px)!important;
    max-width:100vw!important;
    margin-left:50%!important;
    transform:translateX(-50%)!important;
    padding-left:0!important;
    padding-right:0!important;
}
.ntr-ad-before-article{
    margin-top:0!important;
}
.ntr-archive-inline-ad{
    grid-column:1 / -1!important;
    width:100%!important;
    max-width:100%!important;
    margin:18px 0!important;
    transform:none!important;
}
.ntr-archive-inline-ad .ntr-theme-ad-inner{
    min-height:90px;
}
.ntr-archive-ad-mobile{display:flex!important}
.ntr-archive-ad-desktop{display:flex!important}
@media(max-width:720px){
    .ntr-archive-ad-mobile{display:flex!important}
    .ntr-archive-ad-desktop{display:flex!important}
    .ntr-single-body > .ntr-theme-ad,
    .ntr-content .ntr-theme-ad,
    .ntr-ad-before-article,
    .ntr-ad-after-article,
    .ntr-ad-before-related,
    .ntr-ad-after-related{
        width:100vw!important;
        max-width:100vw!important;
        border-left:0!important;
        border-right:0!important;
        border-radius:0!important;
    }
}


/* v1.5.10 breadcrumb single hero */
.ntr-breadcrumb{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:nowrap;
    max-width:100%;
    width:max-content;
    margin:0 0 14px;
    padding:9px 13px;
    border:1px solid rgba(255,255,255,.20);
    border-radius:999px;
    background:rgba(0,0,0,.34);
    color:rgba(255,255,255,.86);
    font-size:12px;
    font-weight:850;
    line-height:1;
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    box-shadow:0 12px 34px rgba(0,0,0,.22);
    overflow:hidden;
}
.ntr-breadcrumb a{
    color:rgba(255,255,255,.92);
    text-decoration:none;
}
.ntr-breadcrumb a:hover{
    color:#fff;
}
.ntr-breadcrumb-item{
    display:inline-flex;
    align-items:center;
    min-width:0;
    max-width:190px;
}
.ntr-breadcrumb-item span{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.ntr-breadcrumb-separator{
    opacity:.62;
    font-weight:1000;
}
.ntr-breadcrumb-current{
    color:rgba(255,255,255,.72);
}
.ntr-theme-light .ntr-breadcrumb,
.ntr-auto-light .ntr-breadcrumb{
    background:rgba(255,255,255,.62);
    border-color:rgba(0,0,0,.12);
    color:rgba(0,0,0,.74);
}
.ntr-theme-light .ntr-breadcrumb a,
.ntr-auto-light .ntr-breadcrumb a{
    color:rgba(0,0,0,.84);
}
.ntr-theme-light .ntr-breadcrumb-current,
.ntr-auto-light .ntr-breadcrumb-current{
    color:rgba(0,0,0,.60);
}
@media(max-width:720px){
    .ntr-breadcrumb{
        max-width:calc(100vw - 34px);
        font-size:11px;
        padding:8px 10px;
        margin-bottom:11px;
    }
    .ntr-breadcrumb-item{
        max-width:118px;
    }
    .ntr-breadcrumb-item:last-of-type{
        max-width:150px;
    }
}


/* v1.5.11 ADV categorie/tag: ogni 4 notizie, label sopra e box full width */
.ntr-archive-inline-ad{
    grid-column:1 / -1!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:8px!important;
    width:100%!important;
    max-width:100%!important;
    margin:22px 0!important;
    padding:10px 0!important;
    text-align:center!important;
    border-left:0!important;
    border-right:0!important;
    border-radius:0!important;
    background:transparent!important;
    transform:none!important;
    overflow:visible!important;
}
.ntr-archive-inline-ad > span,
.ntr-archive-inline-ad > .ntr-theme-ad-label{
    display:block!important;
    width:100%!important;
    margin:0 0 6px!important;
    padding:0!important;
    text-align:center!important;
    font-size:11px!important;
    line-height:1.2!important;
    text-transform:uppercase!important;
    letter-spacing:.08em!important;
    color:var(--ntr-muted)!important;
    font-weight:900!important;
}
.ntr-archive-inline-ad .ntr-theme-ad-inner{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-height:90px!important;
    margin:0 auto!important;
    padding:0!important;
    overflow:visible!important;
    text-align:center!important;
}
.ntr-archive-inline-ad iframe,
.ntr-archive-inline-ad ins,
.ntr-archive-inline-ad div{
    max-width:100%!important;
}
.ntr-archive-ad-mobile,
.ntr-archive-ad-desktop,
.ntr-archive-ad-every-4{
    display:flex!important;
}


/* v1.5.12 default fallback: padding top contenuto articolo */
.ntr-single-content-screen{
    padding-top:86px;
}


/* v1.5.13 footer light/dark contrast fix */
.ntr-footer,
.site-footer,
footer.ntr-footer{
    color:var(--ntr-text,#fff);
    background:
        radial-gradient(circle at 20% 0,color-mix(in srgb,var(--ntr-accent,#1976d2),transparent 72%),transparent 34%),
        linear-gradient(180deg,rgba(5,5,5,.92),#050505) !important;
    border-top:1px solid var(--ntr-border,rgba(255,255,255,.14));
}
.ntr-footer a,
.site-footer a,
footer.ntr-footer a{
    color:inherit;
}
.ntr-footer p,
.ntr-footer li,
.ntr-footer .ntr-footer-text,
.ntr-footer .ntr-footer-copy,
.ntr-footer .ntr-footer-menu,
.ntr-footer .ntr-social-link{
    color:rgba(255,255,255,.78) !important;
}
.ntr-footer svg,
.site-footer svg{
    color:currentColor;
    fill:currentColor;
}

/* Light manuale e auto-light: footer chiaro reale, non nero */
.ntr-theme-light .ntr-footer,
.ntr-theme-light .site-footer,
.ntr-theme-light footer.ntr-footer,
.ntr-auto-light .ntr-footer,
.ntr-auto-light .site-footer,
.ntr-auto-light footer.ntr-footer,
body.ntr-theme-light .ntr-footer,
body.ntr-theme-light .site-footer,
body.ntr-auto-light .ntr-footer,
body.ntr-auto-light .site-footer{
    background:
        radial-gradient(circle at 20% 0,color-mix(in srgb,var(--ntr-accent,#1976d2),transparent 86%),transparent 38%),
        linear-gradient(180deg,#ffffff,#f3f5f8) !important;
    color:#111827 !important;
    border-top:1px solid rgba(0,0,0,.10) !important;
    box-shadow:0 -20px 60px rgba(0,0,0,.04);
}
.ntr-theme-light .ntr-footer a,
.ntr-theme-light .site-footer a,
.ntr-auto-light .ntr-footer a,
.ntr-auto-light .site-footer a,
body.ntr-theme-light .ntr-footer a,
body.ntr-auto-light .ntr-footer a{
    color:#111827 !important;
}
.ntr-theme-light .ntr-footer p,
.ntr-theme-light .ntr-footer li,
.ntr-theme-light .ntr-footer .ntr-footer-text,
.ntr-theme-light .ntr-footer .ntr-footer-copy,
.ntr-theme-light .ntr-footer .ntr-footer-menu,
.ntr-theme-light .ntr-footer .ntr-social-link,
.ntr-auto-light .ntr-footer p,
.ntr-auto-light .ntr-footer li,
.ntr-auto-light .ntr-footer .ntr-footer-text,
.ntr-auto-light .ntr-footer .ntr-footer-copy,
.ntr-auto-light .ntr-footer .ntr-footer-menu,
.ntr-auto-light .ntr-footer .ntr-social-link,
body.ntr-theme-light .ntr-footer p,
body.ntr-theme-light .ntr-footer li,
body.ntr-auto-light .ntr-footer p,
body.ntr-auto-light .ntr-footer li{
    color:rgba(17,24,39,.78) !important;
}
.ntr-theme-light .ntr-footer .ntr-social-link,
.ntr-auto-light .ntr-footer .ntr-social-link,
body.ntr-theme-light .ntr-footer .ntr-social-link,
body.ntr-auto-light .ntr-footer .ntr-social-link{
    border-color:rgba(0,0,0,.12) !important;
    background:rgba(0,0,0,.045) !important;
}
.ntr-theme-light .ntr-footer .ntr-social-link:hover,
.ntr-auto-light .ntr-footer .ntr-social-link:hover{
    background:rgba(0,0,0,.08) !important;
}

/* Quando la home usa footer apribile, anche il pannello aperto deve seguire il light */
.ntr-theme-light .ntr-home-footer,
.ntr-auto-light .ntr-home-footer,
body.ntr-theme-light .ntr-home-footer,
body.ntr-auto-light .ntr-home-footer{
    background:
        radial-gradient(circle at 20% 0,color-mix(in srgb,var(--ntr-accent,#1976d2),transparent 86%),transparent 38%),
        linear-gradient(180deg,#ffffff,#f3f5f8) !important;
    color:#111827 !important;
}


/* v1.5.15 social ufficiali + fix contatori home */
.ntr-social-icon{
    background:var(--ntr-social-color,#111)!important;
    border-color:color-mix(in srgb,var(--ntr-social-color,#111),#fff 22%)!important;
    color:#fff!important;
    box-shadow:0 12px 30px color-mix(in srgb,var(--ntr-social-color,#111),transparent 68%)!important;
}
.ntr-social-icon svg{
    color:#fff!important;
    fill:currentColor!important;
}
.ntr-social-icon span{
    color:#fff!important;
}
.ntr-social-panel .ntr-social-icon,
.ntr-social-icons-header .ntr-social-icon{
    background:var(--ntr-social-color,#111)!important;
    color:#fff!important;
}
.ntr-social-icons-footer .ntr-social-icon{
    background:var(--ntr-social-color,#111)!important;
    color:#fff!important;
    border-color:color-mix(in srgb,var(--ntr-social-color,#111),#fff 22%)!important;
}
.ntr-social-icon:hover{
    filter:brightness(1.08);
    transform:translateY(-1px);
}
.ntr-like.is-liked [data-like-count]{
    color:#fff!important;
}


/* v1.5.16: freccia footer home apri/chiudi */
.ntr-home-footer-opener{
    transition:transform .18s ease, opacity .18s ease, background .18s ease;
}
.ntr-home-footer-opener.is-open{
    transform:translateY(-2px) rotate(180deg);
}
body.ntr-home-footer-revealed .ntr-footer{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
}
body.home:not(.ntr-home-footer-revealed) .ntr-footer,
body.front-page:not(.ntr-home-footer-revealed) .ntr-footer{
    display:none !important;
}


/* v1.5.17 breadcrumb single sotto header, sopra immagine */
.ntr-single-hero-screen > .ntr-breadcrumb{
    position:absolute!important;
    left:clamp(14px,3vw,34px)!important;
    right:auto!important;
    top:calc(74px + 12px)!important;
    z-index:6!important;
    width:auto!important;
    max-width:min(760px,calc(100vw - 28px))!important;
    margin:0!important;
}
.admin-bar .ntr-single-hero-screen > .ntr-breadcrumb{
    top:calc(74px + 44px)!important;
}
.ntr-single-hero-screen > .ntr-breadcrumb .ntr-breadcrumb-current{
    max-width:clamp(150px,34vw,360px)!important;
}
.ntr-single-hero-screen > .ntr-breadcrumb .ntr-breadcrumb-item:last-of-type{
    max-width:clamp(150px,34vw,360px)!important;
}
@media(max-width:782px){
    .admin-bar .ntr-single-hero-screen > .ntr-breadcrumb{
        top:calc(66px + 54px)!important;
    }
}
@media(max-width:720px){
    .ntr-single-hero-screen > .ntr-breadcrumb{
        top:calc(66px + 10px)!important;
        left:12px!important;
        max-width:calc(100vw - 24px)!important;
    }
    .ntr-single-hero-screen > .ntr-breadcrumb .ntr-breadcrumb-item{
        max-width:84px!important;
    }
    .ntr-single-hero-screen > .ntr-breadcrumb .ntr-breadcrumb-item:last-of-type{
        max-width:clamp(120px,42vw,190px)!important;
    }
}


/* v1.5.18: breadcrumb ripristinato nel blocco titolo */
.ntr-single-hero-content > .ntr-breadcrumb{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    z-index:3!important;
    width:max-content!important;
    max-width:min(760px,100%)!important;
    margin:0 0 14px!important;
}
.admin-bar .ntr-single-hero-content > .ntr-breadcrumb{
    top:auto!important;
}
.ntr-single-hero-screen > .ntr-breadcrumb{
    display:none!important;
}
@media(max-width:720px){
    .ntr-single-hero-content > .ntr-breadcrumb{
        max-width:100%!important;
        font-size:11px!important;
        padding:8px 10px!important;
    }
    .ntr-single-hero-content > .ntr-breadcrumb .ntr-breadcrumb-item{
        max-width:84px!important;
    }
    .ntr-single-hero-content > .ntr-breadcrumb .ntr-breadcrumb-item:last-of-type{
        max-width:clamp(120px,42vw,190px)!important;
    }
}


/* v1.5.19: ADV home adattivo, non più forzato 300x600 */
.ntr-ad-slide{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:clamp(76px,10vh,118px) clamp(10px,3vw,28px) clamp(54px,8vh,92px)!important;
}
.ntr-ad-slide .ntr-gradient{
    pointer-events:none!important;
}
.ntr-ad-box{
    position:relative!important;
    z-index:3!important;
    width:auto!important;
    min-width:0!important;
    max-width:min(1180px,calc(100vw - 24px))!important;
    min-height:0!important;
    height:auto!important;
    max-height:calc(100vh - 160px)!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    padding:14px!important;
    overflow:visible!important;
    border-radius:28px!important;
}
.ntr-ad-box > span{
    position:static!important;
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0 4px!important;
    text-align:left!important;
    align-self:stretch!important;
}
.ntr-ad-slot{
    width:auto!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:0!important;
    height:auto!important;
    max-height:calc(100vh - 230px)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
}
.ntr-ad-slot > *{
    max-width:100%!important;
}
.ntr-ad-slot iframe,
.ntr-ad-slot ins,
.ntr-ad-slot div,
.ntr-ad-slot img{
    max-width:100%!important;
}
.ntr-ad-placeholder{
    width:min(320px,100%)!important;
    height:auto!important;
    min-height:280px!important;
    aspect-ratio:3/5!important;
}
@media (orientation:landscape){
    .ntr-ad-box{
        max-width:min(1180px,calc(100vw - 40px))!important;
        max-height:calc(100vh - 120px)!important;
    }
    .ntr-ad-slot{
        max-height:calc(100vh - 190px)!important;
    }
}
@media (max-width:720px){
    .ntr-ad-slide{
        padding:84px 10px 74px!important;
    }
    .ntr-ad-box{
        max-width:calc(100vw - 20px)!important;
        max-height:calc(100vh - 158px)!important;
        padding:12px!important;
        border-radius:24px!important;
    }
    .ntr-ad-slot{
        max-height:calc(100vh - 224px)!important;
    }
}


/* v1.5.20: colore dominante immagine + rainbow gradient */
.ntr-dominant-accent-home .ntr-slide,
.ntr-dominant-accent-single{
    --ntr-accent:var(--ntr-accent);
}
.ntr-dominant-accent-home .ntr-slide .ntr-gradient{
    background:
        linear-gradient(180deg,rgba(0,0,0,.22) 0%,rgba(0,0,0,.26) 42%,rgba(0,0,0,.88) 100%),
        radial-gradient(circle at 18% 12%,color-mix(in srgb,var(--ntr-accent),transparent 46%),transparent 36%)!important;
}
.ntr-dominant-accent-home .ntr-badge,
.ntr-dominant-accent-single .ntr-badge{
    background:var(--ntr-accent)!important;
    box-shadow:0 12px 34px color-mix(in srgb,var(--ntr-accent),transparent 62%)!important;
}
.ntr-dominant-accent-single .ntr-single-content-screen,
.ntr-dominant-accent-single + .ntr-single-content-screen{
    background:var(--ntr-page-gradient)!important;
}
body.ntr-theme-color .ntr-topic-pill{
    background:color-mix(in srgb,var(--ntr-accent),#000 42%)!important;
    border-color:color-mix(in srgb,var(--ntr-accent),#fff 18%)!important;
}
body.ntr-theme-light .ntr-topic-pill,
body.ntr-auto-light .ntr-topic-pill{
    color:#111!important;
}


/* v1.5.21: rainbow light realmente chiaro + palette immagine dominante */
body.ntr-theme-color.ntr-theme-light,
body.ntr-theme-color.ntr-theme-multi.ntr-theme-light{
    background:var(--ntr-page-gradient)!important;
    color:#080808!important;
}
body.ntr-theme-color.ntr-theme-light .ntr-header::before,
body.ntr-theme-color.ntr-theme-multi.ntr-theme-light .ntr-header::before{
    background:linear-gradient(180deg,rgba(255,255,255,.92),color-mix(in srgb,var(--ntr-grad-start),transparent 72%) 48%,rgba(255,255,255,0) 100%)!important;
}
body.ntr-theme-color.ntr-theme-light .ntr-gradient{
    background:
        linear-gradient(180deg,rgba(255,255,255,.10) 0%,rgba(255,255,255,.34) 48%,rgba(255,255,255,.88) 100%),
        radial-gradient(circle at 20% 12%,color-mix(in srgb,var(--ntr-grad-start),transparent 64%),transparent 38%)!important;
}
body.ntr-theme-color.ntr-theme-light .ntr-slide h1,
body.ntr-theme-color.ntr-theme-light .ntr-slide h2,
body.ntr-theme-color.ntr-theme-light .ntr-excerpt,
body.ntr-theme-color.ntr-theme-light .ntr-meta{
    color:#080808!important;
    text-shadow:0 2px 18px rgba(255,255,255,.48)!important;
}
.ntr-dominant-accent-home .ntr-slide .ntr-gradient{
    background:
        linear-gradient(180deg,rgba(0,0,0,.18) 0%,rgba(0,0,0,.24) 44%,rgba(0,0,0,.88) 100%),
        radial-gradient(circle at 18% 12%,color-mix(in srgb,var(--ntr-grad-start),transparent 42%),transparent 36%),
        radial-gradient(circle at 82% 18%,color-mix(in srgb,var(--ntr-grad-end),transparent 50%),transparent 38%)!important;
}
.ntr-dominant-accent-home .ntr-badge,
.ntr-dominant-accent-single .ntr-badge,
.ntr-dominant-accent-home .ntr-header-pill-hot{
    background:var(--ntr-accent)!important;
    border-color:color-mix(in srgb,var(--ntr-accent),#fff 18%)!important;
    box-shadow:0 12px 34px color-mix(in srgb,var(--ntr-accent),transparent 62%)!important;
}
.ntr-dominant-accent-single .ntr-single-content-screen{
    background:var(--ntr-page-gradient)!important;
}
.ntr-dominant-accent-single .ntr-single-hero-screen:before{
    background:
        linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.88)),
        radial-gradient(circle at 18% 10%,color-mix(in srgb,var(--ntr-grad-start),transparent 46%),transparent 38%),
        radial-gradient(circle at 84% 14%,color-mix(in srgb,var(--ntr-grad-end),transparent 54%),transparent 40%)!important;
}


/* v1.5.22: colore dominante immagine applicato a header e schema base */
body.ntr-dominant-image-accent{
    background:var(--ntr-page-gradient)!important;
    color:var(--ntr-text,#fff)!important;
}
body.ntr-dominant-image-accent .ntr-header{
    background:transparent!important;
}
body.ntr-dominant-image-accent .ntr-header::before{
    background:var(--ntr-header-gradient)!important;
}
body.ntr-dominant-image-accent .ntr-reels,
body.ntr-dominant-image-accent .ntr-main,
body.ntr-dominant-image-accent .ntr-single-flow,
body.ntr-dominant-image-accent .ntr-single-content-screen,
body.ntr-dominant-image-accent .ntr-related-screen{
    background:var(--ntr-page-gradient)!important;
    color:var(--ntr-text,#fff)!important;
}
body.ntr-dominant-image-accent .ntr-gradient{
    background:
        linear-gradient(180deg,rgba(0,0,0,.18) 0%,rgba(0,0,0,.25) 44%,rgba(0,0,0,.88) 100%),
        radial-gradient(circle at 18% 12%,color-mix(in srgb,var(--ntr-grad-start),transparent 42%),transparent 36%),
        radial-gradient(circle at 82% 18%,color-mix(in srgb,var(--ntr-grad-end),transparent 50%),transparent 38%)!important;
}
body.ntr-dominant-image-accent .ntr-badge,
body.ntr-dominant-image-accent .ntr-kicker,
body.ntr-dominant-image-accent .ntr-header-pill-hot{
    background:var(--ntr-accent)!important;
    border-color:color-mix(in srgb,var(--ntr-accent),#fff 18%)!important;
    box-shadow:0 12px 34px color-mix(in srgb,var(--ntr-accent),transparent 62%)!important;
}
body.ntr-dominant-image-accent .ntr-card,
body.ntr-dominant-image-accent .ntr-drawer,
body.ntr-dominant-image-accent .ntr-search-panel,
body.ntr-dominant-image-accent .ntr-live-panel{
    background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.045))!important;
    border-color:var(--ntr-border,rgba(255,255,255,.16))!important;
}


/* v1.5.23: override definitivo dominante immagine sopra light/dark */
html body.ntr-dominant-image-accent,
html body.ntr-dominant-image-accent.ntr-theme-light,
html body.ntr-dominant-image-accent.ntr-auto-light,
html body.ntr-dominant-image-accent.ntr-theme-dark{
    background:var(--ntr-page-gradient)!important;
    color:#fff!important;
}
html body.ntr-dominant-image-accent .ntr-header::before,
html body.ntr-dominant-image-accent.ntr-theme-light .ntr-header::before,
html body.ntr-dominant-image-accent.ntr-auto-light .ntr-header::before{
    background:var(--ntr-header-gradient)!important;
}
html body.ntr-dominant-image-accent .ntr-reels,
html body.ntr-dominant-image-accent .ntr-slide,
html body.ntr-dominant-image-accent .ntr-main,
html body.ntr-dominant-image-accent .ntr-single-flow,
html body.ntr-dominant-image-accent .ntr-single-content-screen,
html body.ntr-dominant-image-accent .ntr-related-screen{
    background:var(--ntr-page-gradient)!important;
    color:#fff!important;
}
html body.ntr-dominant-image-accent .ntr-gradient,
html body.ntr-dominant-image-accent.ntr-theme-light .ntr-gradient,
html body.ntr-dominant-image-accent.ntr-auto-light .ntr-gradient{
    background:
        linear-gradient(180deg,rgba(0,0,0,.16) 0%,rgba(0,0,0,.24) 44%,rgba(0,0,0,.90) 100%),
        radial-gradient(circle at 18% 12%,color-mix(in srgb,var(--ntr-grad-start),transparent 40%),transparent 36%),
        radial-gradient(circle at 82% 18%,color-mix(in srgb,var(--ntr-grad-end),transparent 48%),transparent 38%)!important;
}
html body.ntr-dominant-image-accent .ntr-badge,
html body.ntr-dominant-image-accent .ntr-kicker,
html body.ntr-dominant-image-accent .ntr-header-pill-hot{
    background:var(--ntr-accent)!important;
    color:#fff!important;
}


/* v1.5.24: dominante immagine finale - header dinamico, centro immagine pulito, testo auto */
html body.ntr-dominant-image-accent,
html body.ntr-dominant-image-accent.ntr-theme-light,
html body.ntr-dominant-image-accent.ntr-auto-light,
html body.ntr-dominant-image-accent.ntr-theme-dark{
    background:var(--ntr-page-gradient)!important;
    color:var(--ntr-dominant-text)!important;
}
html body.ntr-dominant-image-accent .ntr-header,
html body.ntr-dominant-image-accent .ntr-header::before,
html body.ntr-dominant-image-accent.ntr-theme-light .ntr-header::before,
html body.ntr-dominant-image-accent.ntr-auto-light .ntr-header::before{
    background:var(--ntr-header-gradient)!important;
}
html body.ntr-dominant-image-accent .ntr-gradient,
html body.ntr-dominant-image-accent.ntr-theme-light .ntr-gradient,
html body.ntr-dominant-image-accent.ntr-auto-light .ntr-gradient{
    background:var(--ntr-home-image-gradient)!important;
}
/* La parte centrale della foto resta senza sfumatura: overlay solo alto e basso */
html body.ntr-dominant-image-accent .ntr-slide-bg::before,
html body.ntr-dominant-image-accent .ntr-slide-bg::after{
    opacity:1;
}
html body.ntr-dominant-image-accent .ntr-slide h1,
html body.ntr-dominant-image-accent .ntr-slide h2,
html body.ntr-dominant-image-accent .ntr-single-hero-content,
html body.ntr-dominant-image-accent .ntr-content{
    color:var(--ntr-dominant-text)!important;
}
html body.ntr-dominant-image-accent .ntr-excerpt,
html body.ntr-dominant-image-accent .ntr-meta{
    color:var(--ntr-dominant-muted)!important;
}
html body.ntr-dominant-image-accent .ntr-badge,
html body.ntr-dominant-image-accent .ntr-kicker,
html body.ntr-dominant-image-accent .ntr-header-pill-hot{
    background:var(--ntr-accent)!important;
    color:#fff!important;
}


/* v1.5.25: dominante deve vincere sempre su auto/light/dark */
html body.ntr-dominant-image-accent .ntr-header,
html body.ntr-dominant-image-accent .ntr-header:before,
html body.ntr-dominant-image-accent .ntr-header::before{
    background:var(--ntr-header-gradient)!important;
}
html body.ntr-dominant-image-accent .ntr-gradient{
    background:var(--ntr-home-image-gradient)!important;
}
html body.ntr-dominant-image-accent .ntr-slide-bg:before{
    display:none!important;
    opacity:0!important;
}
html body.ntr-dominant-image-accent .ntr-slide-bg:after{
    opacity:1!important;
}
html body.ntr-dominant-image-accent .ntr-slide h1,
html body.ntr-dominant-image-accent .ntr-slide h2,
html body.ntr-dominant-image-accent .ntr-single-hero-content,
html body.ntr-dominant-image-accent .ntr-content{
    color:var(--ntr-dominant-text)!important;
}
html body.ntr-dominant-image-accent .ntr-excerpt,
html body.ntr-dominant-image-accent .ntr-meta{
    color:var(--ntr-dominant-muted)!important;
}
html body.ntr-dominant-image-accent .ntr-badge,
html body.ntr-dominant-image-accent .ntr-kicker,
html body.ntr-dominant-image-accent .ntr-header-pill-hot{
    background:var(--ntr-accent)!important;
    color:#fff!important;
}


/* v1.5.26: dominante anche in pagina articolo + contrasto reale */
html body.ntr-dominant-image-accent .ntr-single-hero-screen:before{
    background:var(--ntr-home-image-gradient)!important;
}
html body.ntr-dominant-image-accent .ntr-single-flow,
html body.ntr-dominant-image-accent .ntr-single-content-screen,
html body.ntr-dominant-image-accent .ntr-related-screen{
    background:var(--ntr-page-gradient)!important;
    color:var(--ntr-dominant-text)!important;
}
html body.ntr-dominant-image-accent .ntr-single-hero-content,
html body.ntr-dominant-image-accent .ntr-single-hero-content .entry-title,
html body.ntr-dominant-image-accent .ntr-single-hero-content h1,
html body.ntr-dominant-image-accent .ntr-content,
html body.ntr-dominant-image-accent .entry-content{
    color:var(--ntr-dominant-text)!important;
}
html body.ntr-dominant-image-accent .ntr-single-hero-content .ntr-meta,
html body.ntr-dominant-image-accent .ntr-lead{
    color:var(--ntr-dominant-muted)!important;
}
html body.ntr-dominant-image-accent .ntr-header,
html body.ntr-dominant-image-accent .ntr-header:before,
html body.ntr-dominant-image-accent .ntr-header::before{
    background:var(--ntr-header-gradient)!important;
}


/* v1.5.28 - modalità alternativa home/single: immagine sopra, contenuto sotto */
.ntr-home-split{
    background:var(--ntr-bg,#050505)!important;
}
.ntr-home-split .ntr-slide{
    display:block!important;
    background:var(--ntr-bg,#050505)!important;
    color:var(--ntr-text,#fff)!important;
}
.ntr-home-split .ntr-slide-bg,
.ntr-home-split .ntr-slide-video{
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:0!important;
    bottom:auto!important;
    width:100%!important;
    height:47vh!important;
    min-height:280px!important;
    max-height:560px!important;
    object-fit:cover!important;
    background-size:cover!important;
    background-position:center!important;
}
.ntr-home-split .ntr-slide-bg:before{
    display:none!important;
}
.ntr-home-split .ntr-slide-bg:after{
    opacity:1!important;
}
.ntr-home-split .ntr-gradient{
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:0!important;
    bottom:auto!important;
    height:47vh!important;
    min-height:280px!important;
    max-height:560px!important;
    background:
        linear-gradient(180deg,rgba(0,0,0,.28) 0%,rgba(0,0,0,0) 34%,rgba(0,0,0,0) 58%,var(--ntr-bg,#050505) 100%),
        radial-gradient(circle at 50% 0,color-mix(in srgb,var(--ntr-accent),transparent 70%),transparent 42%)!important;
    pointer-events:none!important;
}
.ntr-home-split .ntr-slide-content{
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:47vh!important;
    bottom:auto!important;
    min-height:53vh!important;
    max-width:none!important;
    width:100%!important;
    padding:clamp(26px,5vh,54px) 96px calc(42px + var(--ntr-home-bottom-space,0px)) clamp(22px,4vw,52px)!important;
    background:linear-gradient(180deg,var(--ntr-bg,#050505),color-mix(in srgb,var(--ntr-bg,#050505),#000 18%))!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    align-items:flex-start!important;
    z-index:3!important;
}
.ntr-home-split .ntr-slide-topline{
    order:1!important;
    margin:0 0 14px!important;
}
.ntr-home-split .ntr-slide h1,
.ntr-home-split .ntr-slide h2{
    order:2!important;
    max-width:min(980px,calc(100vw - 120px))!important;
    margin:0 0 18px!important;
    font-size:clamp(42px,8vw,84px)!important;
    line-height:.92!important;
    letter-spacing:-.075em!important;
    text-shadow:none!important;
}
.ntr-home-split .ntr-meta{
    order:3!important;
    margin:0 0 14px!important;
    color:var(--ntr-muted)!important;
}
.ntr-home-split .ntr-excerpt{
    order:4!important;
    max-width:760px!important;
    margin:0 0 18px!important;
    color:var(--ntr-muted)!important;
    font-size:clamp(18px,2.6vw,30px)!important;
    line-height:1.35!important;
    font-weight:650!important;
}
.ntr-home-split .ntr-actions{
    order:5!important;
    margin-top:2px!important;
}
.ntr-home-split .ntr-side-actions{
    right:18px!important;
    bottom:calc(84px + var(--ntr-home-bottom-space,0px))!important;
    z-index:6!important;
}
.ntr-home-split .ntr-icon-action{
    color:var(--ntr-text,#fff)!important;
    text-shadow:none!important;
}
.ntr-home-split .ntr-icon{
    background:color-mix(in srgb,var(--ntr-panel,#101010),transparent 18%)!important;
    border-color:var(--ntr-border)!important;
}

/* Single layout alternativo: immagine centrata sopra, poi breadcrumb/badge/titolo/meta, poi contenuto */
.ntr-single-layout-contained{
    background:var(--ntr-bg,#050505)!important;
}
.ntr-single-layout-contained .ntr-single-hero-contained{
    height:auto!important;
    min-height:0!important;
    display:block!important;
    padding:96px 0 34px!important;
    background:
        radial-gradient(circle at 50% 0,color-mix(in srgb,var(--ntr-accent),transparent 76%),transparent 36%),
        linear-gradient(180deg,var(--ntr-bg,#050505),var(--ntr-bg,#050505))!important;
    overflow:visible!important;
}
.ntr-single-layout-contained .ntr-single-hero-contained:before{
    display:none!important;
}
.ntr-single-layout-contained .ntr-single-contained-media-wrap{
    position:relative!important;
    width:min(920px,calc(100% - 30px))!important;
    max-width:920px!important;
    margin:0 auto clamp(24px,4vw,42px)!important;
    border-radius:0!important;
    overflow:hidden!important;
    background:transparent!important;
    box-shadow:none!important;
}
.ntr-single-layout-contained .ntr-single-contained-media-wrap:after{
    display:none!important;
}
.ntr-single-layout-contained .ntr-single-contained-media{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:56vh!important;
    object-fit:contain!important;
    object-position:center!important;
    background:transparent!important;
    margin:0 auto!important;
}
.ntr-single-layout-contained .ntr-single-hero-content{
    position:relative!important;
    width:min(980px,calc(100% - 30px))!important;
    margin:0 auto!important;
    padding:0 0 12px!important;
    color:var(--ntr-text,#fff)!important;
}
.ntr-single-layout-contained .ntr-single-hero-content .ntr-breadcrumb{
    margin:0 0 16px!important;
}
.ntr-single-layout-contained .ntr-single-hero-content .ntr-badge{
    margin:0 0 14px!important;
}
.ntr-single-layout-contained .ntr-single-hero-content h1{
    margin:0 0 18px!important;
    font-size:clamp(42px,8.5vw,96px)!important;
    line-height:.92!important;
    letter-spacing:-.078em!important;
    text-shadow:none!important;
    color:var(--ntr-text,#fff)!important;
}
.ntr-single-layout-contained .ntr-single-hero-content .ntr-meta{
    margin:0 0 20px!important;
    color:var(--ntr-muted)!important;
}
.ntr-single-layout-contained .ntr-single-hero-tools{
    margin-top:0!important;
}
.ntr-single-layout-contained .ntr-scroll-cue{
    display:none!important;
}
.ntr-single-layout-contained .ntr-single-content-screen{
    padding-top:var(--ntr-single-content-top-space,34px)!important;
    background:linear-gradient(180deg,var(--ntr-bg,#050505),color-mix(in srgb,var(--ntr-bg,#050505),#000 14%))!important;
}

/* Light mode per layout alternativi */
body.ntr-theme-light .ntr-home-split .ntr-slide-content,
body.ntr-theme-auto.ntr-auto-light .ntr-home-split .ntr-slide-content{
    background:linear-gradient(180deg,#f7f8fc,#ffffff)!important;
}
body.ntr-theme-light .ntr-home-split .ntr-gradient,
body.ntr-theme-auto.ntr-auto-light .ntr-home-split .ntr-gradient{
    background:
        linear-gradient(180deg,rgba(255,255,255,.20) 0%,rgba(255,255,255,0) 34%,rgba(255,255,255,0) 58%,#f7f8fc 100%),
        radial-gradient(circle at 50% 0,color-mix(in srgb,var(--ntr-accent),transparent 78%),transparent 42%)!important;
}
body.ntr-theme-light .ntr-single-layout-contained .ntr-single-hero-contained,
body.ntr-theme-auto.ntr-auto-light .ntr-single-layout-contained .ntr-single-hero-contained{
    background:radial-gradient(circle at 50% 0,color-mix(in srgb,var(--ntr-accent),transparent 82%),transparent 36%),linear-gradient(180deg,#f7f8fc,#f7f8fc)!important;
}
body.ntr-theme-light .ntr-single-layout-contained .ntr-single-content-screen,
body.ntr-theme-auto.ntr-auto-light .ntr-single-layout-contained .ntr-single-content-screen{
    background:linear-gradient(180deg,#f7f8fc,#ffffff)!important;
}

/* Mobile: immagine sopra e testo leggibile sotto */
@media(max-width:720px){
    .ntr-home-split .ntr-slide-bg,
    .ntr-home-split .ntr-slide-video,
    .ntr-home-split .ntr-gradient{
        height:45vh!important;
        min-height:260px!important;
    }
    .ntr-home-split .ntr-slide-content{
        top:45vh!important;
        min-height:55vh!important;
        padding:24px 76px calc(36px + var(--ntr-home-bottom-space,0px)) 16px!important;
    }
    .ntr-home-split .ntr-slide h1,
    .ntr-home-split .ntr-slide h2{
        max-width:calc(100vw - 98px)!important;
        font-size:clamp(40px,13vw,64px)!important;
        line-height:.94!important;
    }
    .ntr-home-split .ntr-excerpt{
        font-size:18px!important;
        line-height:1.35!important;
        max-height:4.1em!important;
        overflow:hidden!important;
    }
    .ntr-home-split .ntr-side-actions{
        right:12px!important;
        bottom:calc(86px + var(--ntr-home-bottom-space,0px))!important;
    }
    .ntr-single-layout-contained .ntr-single-hero-contained{
        padding-top:82px!important;
        padding-bottom:24px!important;
    }
    .ntr-single-layout-contained .ntr-single-contained-media-wrap{
        width:calc(100% - 22px)!important;
        margin-bottom:24px!important;
    }
    .ntr-single-layout-contained .ntr-single-contained-media{
        max-height:46vh!important;
    }
    .ntr-single-layout-contained .ntr-single-hero-content{
        width:calc(100% - 28px)!important;
    }
    .ntr-single-layout-contained .ntr-single-hero-content h1{
        font-size:clamp(38px,12vw,64px)!important;
    }
}


/* v1.5.29 - scroll home più morbido + intermezzo fullscreen a griglia/carousel */
.ntr-track{
    will-change:transform;
}
.ntr-intermezzo-slide{
    background:var(--ntr-bg,#050505);
    color:var(--ntr-text,#fff);
}
.ntr-intermezzo-bg{
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 12% 0,color-mix(in srgb,var(--ntr-accent),transparent 56%),transparent 36%),
        radial-gradient(circle at 88% 100%,rgba(255,255,255,.08),transparent 34%),
        linear-gradient(180deg,var(--ntr-bg,#050505),color-mix(in srgb,var(--ntr-bg,#050505),#000 18%));
}
.ntr-intermezzo-content{
    position:absolute;
    inset:0;
    z-index:2;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:clamp(86px,10vh,130px) clamp(18px,4vw,58px) clamp(46px,7vh,84px);
    box-sizing:border-box;
}
.ntr-intermezzo-head{
    max-width:960px;
    margin:0 0 clamp(20px,4vh,42px);
}
.ntr-intermezzo-head h2{
    margin:14px 0 10px;
    font-size:clamp(42px,8vw,96px);
    line-height:.9;
    letter-spacing:-.075em;
    color:var(--ntr-text,#fff);
}
.ntr-intermezzo-head p{
    margin:0;
    max-width:720px;
    color:var(--ntr-muted,rgba(255,255,255,.72));
    font-size:clamp(18px,2.4vw,28px);
    line-height:1.35;
    font-weight:700;
}
.ntr-intermezzo-carousel{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:minmax(260px,23vw);
    gap:18px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    padding:4px clamp(18px,4vw,54px) 18px 0;
    margin-right:calc(-1 * clamp(18px,4vw,58px));
    scrollbar-width:none;
}
.ntr-intermezzo-carousel::-webkit-scrollbar{
    display:none;
}
.ntr-intermezzo-card{
    scroll-snap-align:start;
    display:flex;
    flex-direction:column;
    min-height:390px;
    overflow:hidden;
    border-radius:28px;
    background:color-mix(in srgb,var(--ntr-panel,rgba(255,255,255,.1)),transparent 8%);
    border:1px solid var(--ntr-border,rgba(255,255,255,.16));
    color:var(--ntr-text,#fff);
    text-decoration:none;
    box-shadow:0 24px 70px rgba(0,0,0,.26);
}
.ntr-intermezzo-media{
    display:block;
    flex:0 0 58%;
    min-height:210px;
    background-size:cover;
    background-position:center;
}
.ntr-intermezzo-card-body{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:9px;
    padding:16px;
}
.ntr-intermezzo-card-cat{
    display:inline-flex;
    border-radius:999px;
    padding:7px 10px;
    background:var(--ntr-accent,#1976d2);
    color:#fff;
    font-size:11px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.ntr-intermezzo-card strong{
    color:var(--ntr-text,#fff);
    font-size:clamp(22px,2.1vw,34px);
    line-height:.98;
    letter-spacing:-.045em;
    font-weight:1000;
}
.ntr-intermezzo-card small{
    color:var(--ntr-muted,rgba(255,255,255,.70));
    font-weight:850;
}

/* Light mode intermezzo */
body.ntr-theme-light .ntr-intermezzo-slide,
body.ntr-theme-auto.ntr-auto-light .ntr-intermezzo-slide{
    background:#f7f8fc;
}
body.ntr-theme-light .ntr-intermezzo-bg,
body.ntr-theme-auto.ntr-auto-light .ntr-intermezzo-bg{
    background:
        radial-gradient(circle at 12% 0,color-mix(in srgb,var(--ntr-accent),transparent 78%),transparent 36%),
        radial-gradient(circle at 88% 100%,rgba(0,0,0,.04),transparent 34%),
        linear-gradient(180deg,#f7f8fc,#fff);
}
body.ntr-theme-light .ntr-intermezzo-card,
body.ntr-theme-auto.ntr-auto-light .ntr-intermezzo-card{
    background:rgba(255,255,255,.82);
    box-shadow:0 24px 70px rgba(15,23,42,.12);
}

/* Mobile intermezzo */
@media(max-width:720px){
    .ntr-intermezzo-content{
        padding:86px 16px 40px;
        justify-content:center;
    }
    .ntr-intermezzo-head{
        margin-bottom:20px;
    }
    .ntr-intermezzo-head h2{
        font-size:clamp(38px,12vw,62px);
    }
    .ntr-intermezzo-head p{
        font-size:17px;
    }
    .ntr-intermezzo-carousel{
        grid-auto-columns:minmax(245px,78vw);
        gap:14px;
        margin-right:-16px;
        padding-right:16px;
    }
    .ntr-intermezzo-card{
        min-height:360px;
        border-radius:24px;
    }
    .ntr-intermezzo-media{
        min-height:200px;
    }
}


/* v1.5.30 - fix modalità alternativa: immagine single larga come contenuto + excerpt home max 14px */
.ntr-home-split .ntr-excerpt{
    font-size:14px!important;
    line-height:1.45!important;
    max-width:720px!important;
    font-weight:650!important;
}
.ntr-home-split .ntr-slide h1,
.ntr-home-split .ntr-slide h2{
    margin-bottom:12px!important;
}
.ntr-home-split .ntr-meta{
    margin-bottom:10px!important;
}

/* Single alternativa: immagine stessa larghezza del blocco titolo/content */
.ntr-single-layout-contained .ntr-single-contained-media-wrap{
    width:min(980px,calc(100% - 30px))!important;
    max-width:980px!important;
    margin-left:auto!important;
    margin-right:auto!important;
}
.ntr-single-layout-contained .ntr-single-contained-media{
    width:100%!important;
    max-width:100%!important;
    display:block!important;
    margin-left:auto!important;
    margin-right:auto!important;
    object-fit:contain!important;
}
.ntr-single-layout-contained .ntr-single-hero-content{
    width:min(980px,calc(100% - 30px))!important;
    max-width:980px!important;
    margin-left:auto!important;
    margin-right:auto!important;
}
.ntr-single-layout-contained .ntr-single-content,
.ntr-single-layout-contained .ntr-content,
.ntr-single-layout-contained .entry-content{
    max-width:980px!important;
}

/* Mobile */
@media(max-width:720px){
    .ntr-home-split .ntr-excerpt{
        font-size:14px!important;
        line-height:1.42!important;
        max-height:4.2em!important;
        overflow:hidden!important;
    }
    .ntr-single-layout-contained .ntr-single-contained-media-wrap,
    .ntr-single-layout-contained .ntr-single-hero-content{
        width:calc(100% - 28px)!important;
        max-width:calc(100% - 28px)!important;
    }
}


/* v1.5.31 - intermezzo visibile ogni 4 articoli: Dossier carousel + Opinioni */
.ntr-intermezzo-slide{background:#171717;color:#fff;overflow:hidden}
.ntr-intermezzo-bg{position:absolute;inset:0;background:linear-gradient(180deg,#333 0%,#161616 34%,#111 100%)}
.ntr-intermezzo-content{position:absolute;inset:0;z-index:2;display:grid;grid-template-rows:minmax(0,1.15fr) minmax(0,.85fr);gap:22px;padding:clamp(64px,8vh,96px) 24px 22px;box-sizing:border-box}
.ntr-dossier-block,.ntr-opinions-block{min-height:0;overflow:hidden}
.ntr-dossier-head,.ntr-opinions-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:0 0 14px;border-bottom:2px solid rgba(255,255,255,.82);padding-bottom:8px}
.ntr-dossier-head h2,.ntr-opinions-head h2{margin:0;color:#fff;font-size:clamp(34px,6.4vw,76px);line-height:.85;letter-spacing:-.055em;font-weight:1000;text-transform:uppercase}
.ntr-opinions-head h2{text-transform:none}
.ntr-dossier-head span,.ntr-opinions-head span{color:rgba(255,255,255,.72);font-weight:900}
.ntr-dossier-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,33vw);gap:22px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;height:calc(100% - 72px);padding-bottom:8px;scrollbar-width:none}
.ntr-dossier-carousel::-webkit-scrollbar{display:none}
.ntr-dossier-card{scroll-snap-align:start;display:flex;flex-direction:column;min-height:0;background:#151515;color:#fff;text-decoration:none;overflow:hidden}
.ntr-dossier-media{display:block;height:44%;min-height:150px;background-size:cover;background-position:center}
.ntr-dossier-card-body{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:18px}
.ntr-dossier-label{display:inline-flex;background:#fff500;color:#111;padding:5px 9px;font-size:13px;line-height:1;font-weight:1000;text-transform:uppercase}
.ntr-dossier-cat{color:#fff;font-size:13px;font-weight:950;text-transform:uppercase}
.ntr-dossier-card strong{color:#fff;font-size:clamp(28px,4vw,54px);line-height:.96;letter-spacing:-.05em;font-weight:1000}
.ntr-dossier-card em{color:rgba(255,255,255,.70);font-style:normal;font-size:clamp(14px,1.9vw,22px);line-height:1.35}
.ntr-opinions-list{display:grid;grid-template-columns:1fr;gap:0;height:calc(100% - 72px);overflow:hidden}
.ntr-opinion-item{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 84px;gap:18px;align-items:start;color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.22);padding:14px 0}
.ntr-opinion-text{display:flex;flex-direction:column;gap:6px}
.ntr-opinion-text strong{color:#fff;font-size:clamp(25px,4.7vw,56px);line-height:.94;letter-spacing:-.05em;font-weight:1000}
.ntr-opinion-text small{color:rgba(255,255,255,.72);font-size:13px;font-weight:700}
.ntr-opinion-text b{color:var(--ntr-accent,#1e88e5);font-size:clamp(18px,2.5vw,28px);line-height:1;font-weight:1000}
.ntr-opinion-text b:before{content:"“ "}
.ntr-opinion-text em{color:rgba(255,255,255,.72);font-style:normal;font-size:clamp(14px,2vw,24px);line-height:1.35}
.ntr-opinion-avatar{width:72px;height:72px;border-radius:999px;background-size:cover;background-position:center;background-color:var(--ntr-accent,#1e88e5);box-shadow:0 0 0 8px color-mix(in srgb,var(--ntr-accent,#1e88e5),transparent 60%)}
@media(min-width:900px){.ntr-intermezzo-content{grid-template-columns:1.25fr .85fr;grid-template-rows:1fr;gap:28px;padding:clamp(70px,8vh,110px) 32px 28px}.ntr-dossier-carousel{grid-auto-columns:minmax(360px,36vw)}}
@media(max-width:720px){.ntr-intermezzo-content{grid-template-rows:1fr 1fr;padding:70px 18px 22px;gap:20px}.ntr-dossier-head h2,.ntr-opinions-head h2{font-size:42px}.ntr-dossier-carousel{grid-auto-columns:minmax(270px,74vw);gap:14px}.ntr-dossier-card strong{font-size:32px}.ntr-dossier-card em{font-size:15px;max-height:4.1em;overflow:hidden}.ntr-opinion-item{grid-template-columns:minmax(0,1fr) 62px;gap:12px;padding:12px 0}.ntr-opinion-text strong{font-size:31px}.ntr-opinion-text em{font-size:16px;max-height:3.9em;overflow:hidden}.ntr-opinion-avatar{width:58px;height:58px}}


/* v1.5.32 - intermezzi alternati: 1 schermata Opinioni, poi 1 schermata Dossier */
.ntr-intermezzo-content-opinions,
.ntr-intermezzo-content-dossier{
    display:block!important;
    padding:clamp(70px,8vh,108px) 24px 24px!important;
}
.ntr-intermezzo-opinions-only .ntr-opinions-block,
.ntr-intermezzo-dossier-only .ntr-dossier-block{
    height:100%;
    min-height:0;
    overflow:hidden;
}
.ntr-intermezzo-opinions-only .ntr-opinions-head,
.ntr-intermezzo-dossier-only .ntr-dossier-head{
    height:auto;
    margin-bottom:18px;
}
.ntr-intermezzo-opinions-only .ntr-opinions-list{
    height:calc(100% - 84px)!important;
    display:grid!important;
    grid-template-rows:1fr 1fr!important;
    overflow:hidden!important;
}
.ntr-intermezzo-opinions-only .ntr-opinion-item{
    min-height:0;
    align-content:start;
}
.ntr-intermezzo-opinions-only .ntr-opinion-text strong{
    font-size:clamp(34px,7vw,78px)!important;
    max-width:980px;
}
.ntr-intermezzo-opinions-only .ntr-opinion-text em{
    font-size:clamp(18px,3vw,34px)!important;
    max-width:950px;
}
.ntr-site-icon-avatar{
    background-size:cover!important;
    background-color:var(--ntr-accent,#1e88e5)!important;
    filter:none!important;
}
.ntr-intermezzo-dossier-only .ntr-dossier-carousel{
    height:calc(100% - 94px)!important;
    grid-auto-columns:minmax(330px,42vw)!important;
    align-items:stretch;
}
.ntr-intermezzo-dossier-only .ntr-dossier-card{
    min-height:100%!important;
}
.ntr-intermezzo-dossier-only .ntr-dossier-media{
    height:56%!important;
    min-height:230px!important;
}
.ntr-intermezzo-dossier-only .ntr-dossier-card-body{
    min-height:0!important;
}
.ntr-intermezzo-dossier-only .ntr-dossier-card strong{
    font-size:clamp(34px,5.6vw,72px)!important;
    line-height:.93!important;
}
.ntr-intermezzo-dossier-only .ntr-dossier-cat,
.ntr-intermezzo-dossier-only .ntr-dossier-card em{
    display:none!important;
}
@media(max-width:720px){
    .ntr-intermezzo-content-opinions,
    .ntr-intermezzo-content-dossier{
        padding:68px 24px 22px!important;
    }
    .ntr-intermezzo-opinions-only .ntr-opinions-list{
        height:calc(100% - 74px)!important;
    }
    .ntr-intermezzo-opinions-only .ntr-opinion-item{
        grid-template-columns:minmax(0,1fr) 62px!important;
        gap:12px!important;
        padding:14px 0!important;
    }
    .ntr-intermezzo-opinions-only .ntr-opinion-text strong{
        font-size:clamp(34px,11vw,56px)!important;
    }
    .ntr-intermezzo-opinions-only .ntr-opinion-text em{
        font-size:20px!important;
        max-height:5.2em!important;
        overflow:hidden!important;
    }
    .ntr-intermezzo-dossier-only .ntr-dossier-carousel{
        grid-auto-columns:minmax(300px,82vw)!important;
        height:calc(100% - 76px)!important;
    }
    .ntr-intermezzo-dossier-only .ntr-dossier-media{
        height:50%!important;
        min-height:220px!important;
    }
    .ntr-intermezzo-dossier-only .ntr-dossier-card strong{
        font-size:clamp(34px,10vw,58px)!important;
    }
}


/* v1.5.33 - fix intermezzi: carousel scorre e Opinioni non copre descrizione */
.ntr-dossier-carousel{
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:pan-x!important;
    overscroll-behavior-x:contain!important;
    cursor:grab;
    scrollbar-width:none;
}
.ntr-dossier-carousel:active{
    cursor:grabbing;
}
.ntr-dossier-card{
    flex:0 0 auto!important;
}
.ntr-intermezzo-dossier-only .ntr-dossier-carousel{
    grid-auto-columns:minmax(280px,78vw)!important;
}
@media(min-width:900px){
    .ntr-intermezzo-dossier-only .ntr-dossier-carousel{
        grid-auto-columns:minmax(340px,36vw)!important;
    }
}

/* Titoli Opinioni più piccoli e descrizione sempre visibile */
.ntr-intermezzo-opinions-only .ntr-opinion-item{
    grid-template-columns:minmax(0,1fr) 64px!important;
    gap:14px!important;
    padding:12px 0!important;
}
.ntr-intermezzo-opinions-only .ntr-opinion-text{
    gap:5px!important;
}
.ntr-intermezzo-opinions-only .ntr-opinion-text strong{
    font-size:clamp(25px,5.2vw,48px)!important;
    line-height:.98!important;
    letter-spacing:-.045em!important;
    max-height:2.95em!important;
    overflow:hidden!important;
}
.ntr-intermezzo-opinions-only .ntr-opinion-text small{
    font-size:12px!important;
}
.ntr-intermezzo-opinions-only .ntr-opinion-text b{
    font-size:clamp(17px,2.4vw,24px)!important;
}
.ntr-intermezzo-opinions-only .ntr-opinion-text em{
    display:block!important;
    font-size:clamp(15px,2.4vw,22px)!important;
    line-height:1.36!important;
    max-height:4.1em!important;
    overflow:hidden!important;
}
.ntr-intermezzo-opinions-only .ntr-opinion-avatar{
    width:58px!important;
    height:58px!important;
}
@media(max-width:720px){
    .ntr-intermezzo-opinions-only .ntr-opinion-text strong{
        font-size:clamp(25px,8vw,38px)!important;
        max-height:2.95em!important;
    }
    .ntr-intermezzo-opinions-only .ntr-opinion-text b{
        font-size:19px!important;
    }
    .ntr-intermezzo-opinions-only .ntr-opinion-text em{
        font-size:17px!important;
        max-height:4.05em!important;
    }
    .ntr-intermezzo-opinions-only .ntr-opinion-avatar{
        width:54px!important;
        height:54px!important;
    }
}


/* v1.5.34 - fix home scroll dopo carousel */
.ntr-dossier-carousel{
    touch-action:pan-x!important;
}
.ntr-reels,
.ntr-track,
.ntr-slide{
    overscroll-behavior-y:contain;
}


/* v1.5.35 - titoli caroselli/intermezzi max 21px */
.ntr-dossier-card strong,
.ntr-intermezzo-card strong,
.ntr-intermezzo-dossier-only .ntr-dossier-card strong,
.ntr-dossier-carousel .ntr-dossier-card strong,
.ntr-intermezzo-carousel .ntr-intermezzo-card strong{
    font-size:21px!important;
    line-height:1.12!important;
    letter-spacing:-.025em!important;
    max-height:3.4em!important;
    overflow:hidden!important;
}

.ntr-dossier-card-body,
.ntr-intermezzo-card-body{
    gap:8px!important;
}

/* Anche su mobile resta massimo 21px */
@media(max-width:720px){
    .ntr-dossier-card strong,
    .ntr-intermezzo-card strong,
    .ntr-intermezzo-dossier-only .ntr-dossier-card strong,
    .ntr-dossier-carousel .ntr-dossier-card strong,
    .ntr-intermezzo-carousel .ntr-intermezzo-card strong{
        font-size:21px!important;
        line-height:1.12!important;
        max-height:3.4em!important;
    }
}


/* v1.5.36 - intermezzi configurabili: testi, font titoli, categorie e numero articoli */
.ntr-dossier-card strong,
.ntr-intermezzo-dossier-only .ntr-dossier-card strong,
.ntr-dossier-carousel .ntr-dossier-card strong,
.ntr-intermezzo-opinions-only .ntr-opinion-text strong{
    font-size:var(--ntr-intermezzo-title-size,21px)!important;
    line-height:1.14!important;
}
.ntr-intermezzo-opinions-only .ntr-opinion-text strong{
    max-height:3.45em!important;
}
@media(max-width:720px){
    .ntr-dossier-card strong,
    .ntr-intermezzo-dossier-only .ntr-dossier-card strong,
    .ntr-dossier-carousel .ntr-dossier-card strong,
    .ntr-intermezzo-opinions-only .ntr-opinion-text strong{
        font-size:var(--ntr-intermezzo-title-size,21px)!important;
    }
}


/* v1.5.37 - box articolo correlato interno a metà contenuto */
.ntr-inline-related-box{
    margin:clamp(24px,4vw,42px) 0;
    width:100%;
}
.ntr-inline-related-link{
    display:grid;
    grid-template-columns:minmax(120px,220px) minmax(0,1fr);
    gap:18px;
    align-items:stretch;
    text-decoration:none;
    color:var(--ntr-text,#fff);
    border-radius:26px;
    overflow:hidden;
    background:color-mix(in srgb,var(--ntr-panel,rgba(255,255,255,.08)),transparent 6%);
    border:1px solid var(--ntr-border,rgba(255,255,255,.15));
    box-shadow:0 18px 54px rgba(0,0,0,.22);
}
.ntr-inline-related-image{
    min-height:150px;
    background-size:cover;
    background-position:center;
}
.ntr-inline-related-content{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    gap:7px;
    padding:16px 18px;
}
.ntr-inline-related-label{
    display:inline-flex;
    border-radius:999px;
    background:var(--ntr-accent,#1976d2);
    color:#fff;
    padding:6px 10px;
    font-size:12px;
    line-height:1;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.ntr-inline-related-cat{
    color:var(--ntr-muted,rgba(255,255,255,.72));
    font-size:12px;
    line-height:1;
    font-weight:900;
    text-transform:uppercase;
}
.ntr-inline-related-content strong{
    color:var(--ntr-text,#fff);
    font-size:clamp(22px,3vw,34px);
    line-height:1;
    letter-spacing:-.04em;
    font-weight:1000;
}
.ntr-inline-related-content small{
    color:var(--ntr-muted,rgba(255,255,255,.72));
    font-size:12px;
    font-weight:800;
}
body.ntr-theme-light .ntr-inline-related-link,
body.ntr-theme-auto.ntr-auto-light .ntr-inline-related-link{
    background:rgba(255,255,255,.86);
    box-shadow:0 18px 54px rgba(15,23,42,.10);
}
@media(max-width:720px){
    .ntr-inline-related-link{
        grid-template-columns:1fr;
        border-radius:22px;
    }
    .ntr-inline-related-image{
        min-height:190px;
    }
    .ntr-inline-related-content{
        padding:15px;
    }
    .ntr-inline-related-content strong{
        font-size:24px;
        line-height:1.03;
    }
}
