
    :root{
      --nsrt-pink:#FE41C4;
      --nsrt-yellow:#FFE777;
      --nsrt-blue:#029DD3;
      --nsrt-black:#000000;
      --nsrt-heading:#000000;
      --nsrt-text:#1B1B1D;
      --nsrt-text-2:#4D4D4D;
      --nsrt-muted:#7D7D7D;
      --nsrt-white:#FFFFFF;
      --nsrt-cream:#FFF7E9;
      --nsrt-card:#F4F4F5;
      --nsrt-border:#E4E4E6;
      --nsrt-lime:#5AF574;
      --nsrt-green:#00B67A;
      --nsrt-gold:#FDD34D;
      --nsrt-soft-pink:#FE9CD6;
      --nsrt-danger:#E63462;
      --nsrt-container:1180px;
      --nsrt-radius-sm:12px;
      --nsrt-radius:18px;
      --nsrt-radius-lg:26px;
      --nsrt-shadow-sm:0 10px 30px rgba(27,27,29,.06);
      --nsrt-shadow:0 24px 70px rgba(27,27,29,.10);
    }





    .nsrt-page{overflow:clip;background:var(--nsrt-white)}
    .nsrt-container{width:min(var(--nsrt-container),calc(100% - 40px));margin-inline:auto}
    .nsrt-section{padding:50px 0}
    .nsrt-section--cream{background:var(--nsrt-cream)}
    .nsrt-section--gray{background:#FAFAFB}

    .nsrt-btn{
      display:inline-flex;align-items:center;justify-content:center;gap:8px;
      min-height:44px;padding:10px 17px;border:1px solid transparent;border-radius:12px;
      font-weight:900;line-height:1;cursor:pointer;transition:.2s ease;
    }
    .nsrt-btn:hover{transform:translateY(-2px)}
    .nsrt-btn:focus-visible,.nsrt-icon-btn:focus-visible,.nsrt-nav-pill:focus-visible,.nsrt-accordion__button:focus-visible{outline:3px solid rgba(2,157,211,.25);outline-offset:2px}
    .nsrt-btn--pink{background:var(--nsrt-pink);color:var(--nsrt-black);box-shadow:0 10px 25px rgba(254,65,196,.22)}
    .nsrt-btn--pink:hover{background:#FF67D1}
    .nsrt-btn--yellow{background:var(--nsrt-yellow);color:var(--nsrt-black);box-shadow:0 10px 24px rgba(253,211,77,.22)}
    .nsrt-btn--black{background:var(--nsrt-black);color:var(--nsrt-white)}
    .nsrt-btn--white{background:var(--nsrt-white);color:var(--nsrt-black)}
    .nsrt-btn--outline{background:var(--nsrt-white);color:var(--nsrt-black);border-color:var(--nsrt-border)}
    .nsrt-btn--outline:hover{border-color:var(--nsrt-pink)}
    .nsrt-btn--small{min-height:38px;padding:8px 13px;border-radius:10px;font-size:12px}

    .nsrt-badge{
      display:inline-flex;align-items:center;justify-content:center;gap:5px;
      min-height:25px;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:900;line-height:1;white-space:nowrap;
    }
    .nsrt-badge--pink{background:#FFE2F5;color:#9D0B70}
    .nsrt-badge--yellow{background:var(--nsrt-yellow);color:var(--nsrt-black)}
    .nsrt-badge--green{background:#DDF9EA;color:#00764C}
    .nsrt-badge--blue{background:#DDF4FC;color:#006C91}
    .nsrt-badge--dark{background:#151518;color:#FFF;border:1px solid rgba(255,255,255,.14)}

    .nsrt-card{background:var(--nsrt-white);border:1px solid var(--nsrt-border);border-radius:var(--nsrt-radius);box-shadow:var(--nsrt-shadow-sm)}
    .nsrt-eyebrow{display:flex;align-items:center;gap:8px;margin:0 0 7px;color:#A70B78;font-size:10px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}
    .nsrt-eyebrow::before{content:"";width:17px;height:3px;border-radius:99px;background:var(--nsrt-pink)}
    .nsrt-section-title{margin:0;color:var(--nsrt-heading);font-size:clamp(24px,3vw,34px);line-height:1.1;letter-spacing:-.035em}
    .nsrt-section-copy{max-width:700px;margin:9px 0 0;color:var(--nsrt-text-2);font-size:14px}
    .nsrt-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}
    .nsrt-link{display:inline-flex;align-items:center;gap:7px;color:#A70B78;font-size:12px;font-weight:900;white-space:nowrap}
    .nsrt-link:hover{gap:10px}

    /* Top bar and header */
    .nsrt-topbar{background:var(--nsrt-yellow);border-bottom:1px solid rgba(0,0,0,.08)}
    .nsrt-topbar__inner{min-height:32px;display:flex;align-items:center;justify-content:center;gap:8px;text-align:center;color:var(--nsrt-black);font-size:11px;font-weight:900}
    .nsrt-topbar__dot{width:7px;height:7px;border-radius:50%;background:var(--nsrt-pink);box-shadow:0 0 0 4px rgba(254,65,196,.14)}

    .nsrt-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(228,228,230,.92);backdrop-filter:blur(16px)}
    .nsrt-header__inner{min-height:70px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}
    .nsrt-logo{display:inline-flex;align-items:center;gap:9px;color:var(--nsrt-black);font-size:20px;font-weight:950;letter-spacing:-.045em}
    .nsrt-logo__mark{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(135deg,var(--nsrt-pink),var(--nsrt-soft-pink));box-shadow:inset 0 -3px 0 rgba(0,0,0,.08);font-size:14px}
    .nsrt-logo__pink{color:#D9129B}
    .nsrt-header-nav{display:flex;align-items:center;justify-content:center;gap:3px}
    .nsrt-header-nav a{position:relative;padding:10px 11px;border-radius:10px;color:#3C3C3F;font-size:12px;font-weight:850}
    .nsrt-header-nav a:hover,.nsrt-header-nav a.is-current{background:#F7F7F8;color:var(--nsrt-black)}
    .nsrt-header-nav a.is-current::after{content:"";position:absolute;left:13px;right:13px;bottom:4px;height:2px;border-radius:99px;background:var(--nsrt-pink)}
    .nsrt-header__actions{display:flex;align-items:center;gap:9px}
    .nsrt-menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--nsrt-border);border-radius:12px;background:var(--nsrt-white);cursor:pointer}
    .nsrt-menu-toggle span,.nsrt-menu-toggle::before,.nsrt-menu-toggle::after{content:"";display:block;width:18px;height:2px;margin:4px auto;border-radius:99px;background:var(--nsrt-black);transition:.2s ease}
    .nsrt-mobile-nav{display:none;padding:0 20px 14px;border-top:1px solid var(--nsrt-border);background:var(--nsrt-white)}
    .nsrt-mobile-nav a{display:block;padding:12px 4px;border-bottom:1px solid #F0F0F1;font-size:13px;font-weight:850}
    .nsrt-mobile-nav.is-open{display:block}

    /* Breadcrumb */
    .nsrt-breadcrumb{background:var(--nsrt-white)}
    .nsrt-breadcrumb__inner{display:flex;align-items:center;gap:8px;min-height:46px;color:var(--nsrt-muted);font-size:11px;font-weight:750;overflow:auto;white-space:nowrap}
    .nsrt-breadcrumb a:hover{color:#A70B78}
    .nsrt-breadcrumb__sep{color:#B5B5B8}

    /* Product hero */
    .nsrt-product-hero{position:relative;background:var(--nsrt-black);color:var(--nsrt-white);isolation:isolate}
    .nsrt-product-hero::before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 8% 12%,rgba(2,157,211,.17),transparent 28%),radial-gradient(circle at 88% 15%,rgba(254,65,196,.18),transparent 30%),linear-gradient(135deg,#030303,#000 58%,#10020D)}
    .nsrt-product-hero::after{content:"";position:absolute;inset:0;z-index:-1;opacity:.18;background-image:radial-gradient(rgba(255,255,255,.5) .7px,transparent .7px);background-size:24px 24px;mask-image:linear-gradient(to bottom,black,transparent 82%)}
    .nsrt-product-hero__inner{padding:46px 0 30px}
    .nsrt-product-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) 270px;align-items:center;gap:40px}
    .nsrt-product-main{display:grid;grid-template-columns:78px minmax(0,1fr);gap:20px;align-items:start}
    .nsrt-product-logo{width:78px;height:78px;display:grid;place-items:center;border-radius:22px;background:linear-gradient(135deg,#FF6DD6,#B20C7B);box-shadow:inset 0 -5px 0 rgba(0,0,0,.12),0 18px 50px rgba(254,65,196,.25);font-size:27px;font-weight:950}
    .nsrt-product-copy h1{margin:0;color:#FFF;font-size:clamp(34px,5vw,52px);line-height:1;letter-spacing:-.055em}
    .nsrt-product-subtitle{max-width:720px;margin:10px 0 0;color:#CFCFD2;font-size:14px}
    .nsrt-product-badges{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}
    .nsrt-product-actions{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-top:18px}
    .nsrt-coupon{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border:1px dashed rgba(255,255,255,.28);border-radius:11px;background:rgba(255,255,255,.08);color:#FFF;font-size:11px;font-weight:850}
    .nsrt-coupon code{color:var(--nsrt-yellow);font-family:inherit;font-weight:950}
    .nsrt-feature-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}
    .nsrt-feature-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.06);color:#DCDCE0;font-size:10px;font-weight:800}
    .nsrt-feature-chip::before{content:"✓";color:var(--nsrt-lime);font-weight:950}

    .nsrt-score-card{padding:20px;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.04));box-shadow:0 24px 70px rgba(0,0,0,.32);text-align:center;backdrop-filter:blur(14px)}
    .nsrt-score-ring{--score:74;position:relative;width:132px;height:132px;margin:0 auto;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--nsrt-pink) calc(var(--score)*1%),#2A2A2E 0)}
    .nsrt-score-ring::before{content:"";position:absolute;inset:10px;border-radius:50%;background:#111113;border:1px solid rgba(255,255,255,.10)}
    .nsrt-score-ring__value{position:relative;z-index:1;display:grid;line-height:1}
    .nsrt-score-ring__value strong{font-size:32px;letter-spacing:-.05em}
    .nsrt-score-ring__value span{margin-top:5px;color:#AFAFB3;font-size:10px;font-weight:800}
    .nsrt-score-label{margin-top:13px;color:#FFF;font-size:12px;font-weight:950}
    .nsrt-score-status{display:inline-flex;align-items:center;gap:6px;margin-top:7px;color:var(--nsrt-yellow);font-size:10px;font-weight:850}
    .nsrt-score-status::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--nsrt-yellow)}
    .nsrt-score-card__meta{display:flex;justify-content:space-between;gap:10px;margin-top:15px;padding-top:13px;border-top:1px solid rgba(255,255,255,.12);color:#AAAAB0;font-size:9px}

    .nsrt-facts{display:grid;grid-template-columns:repeat(6,1fr);margin-top:28px;border:1px solid rgba(255,255,255,.14);border-radius:17px;background:rgba(255,255,255,.07);overflow:hidden}
    .nsrt-fact{position:relative;padding:14px 12px}
    .nsrt-fact:not(:last-child)::after{content:"";position:absolute;right:0;top:22%;bottom:22%;width:1px;background:rgba(255,255,255,.13)}
    .nsrt-fact span{display:block;color:#AAAAB0;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
    .nsrt-fact strong{display:block;margin-top:4px;color:#FFF;font-size:12px;line-height:1.25}

    /* Sticky page navigation */
    .nsrt-anchor-bar{position:sticky;top:70px;z-index:80;background:rgba(255,255,255,.96);border-bottom:1px solid var(--nsrt-border);backdrop-filter:blur(14px)}
    .nsrt-anchor-bar__inner{display:flex;align-items:center;gap:7px;min-height:54px;overflow-x:auto;scrollbar-width:none}
    .nsrt-anchor-bar__inner::-webkit-scrollbar{display:none}
    .nsrt-nav-pill{flex:0 0 auto;padding:8px 12px;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--nsrt-text-2);font-size:11px;font-weight:850;cursor:pointer}
    .nsrt-nav-pill:hover,.nsrt-nav-pill.is-active{border-color:#FFC4EB;background:#FFF1FA;color:#9E0A71}

    /* Main content layout */
    .nsrt-content-wrap{padding:42px 0 58px}
    .nsrt-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}
    .nsrt-main{display:grid;gap:18px;min-width:0}
    .nsrt-sidebar{position:sticky;top:140px;display:grid;gap:14px}
    .nsrt-panel{padding:24px}
    .nsrt-panel h2{margin:0;color:var(--nsrt-black);font-size:22px;line-height:1.15;letter-spacing:-.03em}
    .nsrt-panel h3{margin:0;color:var(--nsrt-black);font-size:17px;line-height:1.2;letter-spacing:-.02em}
    .nsrt-panel p{margin:10px 0 0;color:var(--nsrt-text-2)}

    .nsrt-review-callout{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;margin-top:17px;padding:15px;border:1px solid #F0D6E8;border-radius:14px;background:#FFF8FC}
    .nsrt-avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--nsrt-blue),var(--nsrt-pink));color:#FFF;font-weight:950}
    .nsrt-review-callout strong{display:block;color:var(--nsrt-black);font-size:12px}
    .nsrt-review-callout span{display:block;color:var(--nsrt-muted);font-size:10px}
    .nsrt-review-callout p{margin:7px 0 0;font-size:12px}
    .nsrt-intro-quote{position:relative;margin-top:17px;padding:15px 16px 15px 46px;border-radius:14px;background:var(--nsrt-cream);color:#3E3E41;font-size:13px;font-weight:700}
    .nsrt-intro-quote::before{content:"C";position:absolute;left:15px;top:13px;color:var(--nsrt-pink);font-size:24px;font-weight:950}

    /* Score bars */
    .nsrt-score-summary{display:flex;align-items:center;gap:12px;margin-top:14px}
    .nsrt-score-summary__value{display:grid;place-items:center;width:66px;height:66px;border-radius:17px;background:#FFF1FA;color:#9F0A72;font-size:23px;font-weight:950}
    .nsrt-score-summary__copy strong{display:block;color:var(--nsrt-black);font-size:13px}
    .nsrt-score-summary__copy span{color:var(--nsrt-muted);font-size:11px}
    .nsrt-score-bars{display:grid;gap:11px;margin-top:20px}
    .nsrt-score-row{display:grid;grid-template-columns:154px minmax(90px,1fr) 32px;align-items:center;gap:11px}
    .nsrt-score-row__label{display:flex;justify-content:space-between;gap:8px;color:#353538;font-size:11px;font-weight:800}
    .nsrt-score-row__label small{color:var(--nsrt-muted);font-size:9px;font-weight:750}
    .nsrt-bar{height:8px;border-radius:999px;background:#ECECEF;overflow:hidden}
    .nsrt-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--nsrt-pink),#B942FF)}
    .nsrt-score-row:nth-child(2n) .nsrt-bar span{background:linear-gradient(90deg,var(--nsrt-blue),#68D5FA)}
    .nsrt-score-row:nth-child(5) .nsrt-bar span,.nsrt-score-row:nth-child(6) .nsrt-bar span{background:linear-gradient(90deg,var(--nsrt-gold),#FFAC2E)}
    .nsrt-score-row__value{text-align:right;color:var(--nsrt-black);font-size:11px;font-weight:950}
    .nsrt-method-note{margin-top:16px;padding-top:14px;border-top:1px solid var(--nsrt-border);color:var(--nsrt-muted);font-size:10px}

    /* Features */
    .nsrt-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:17px}
    .nsrt-feature-item{display:flex;align-items:center;gap:10px;min-height:52px;padding:11px;border:1px solid var(--nsrt-border);border-radius:13px;background:#FAFAFB;color:var(--nsrt-text);font-size:11px;font-weight:850}
    .nsrt-feature-item__icon{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#E4FAEE;color:#007A4E;font-size:13px;font-weight:950}
    .nsrt-feature-item.is-unavailable{color:var(--nsrt-muted)}
    .nsrt-feature-item.is-unavailable .nsrt-feature-item__icon{background:#EEEEF0;color:#99999E}

    /* Gallery */
    .nsrt-gallery{display:grid;grid-template-columns:1.1fr .9fr .9fr 1.1fr;gap:9px;margin-top:17px}
    .nsrt-gallery__item{position:relative;min-height:185px;border:0;border-radius:15px;overflow:hidden;cursor:pointer;background:#222}
    .nsrt-gallery__item::before{content:"";position:absolute;inset:0;background:linear-gradient(150deg,var(--g1),var(--g2));transition:transform .3s ease}
    .nsrt-gallery__item::after{content:"Preview";position:absolute;left:10px;bottom:10px;padding:5px 8px;border-radius:999px;background:rgba(0,0,0,.62);color:#FFF;font-size:9px;font-weight:900;backdrop-filter:blur(8px)}
    .nsrt-gallery__item:hover::before{transform:scale(1.04)}
    .nsrt-gallery__item:nth-child(1){--g1:#FF95D9;--g2:#6A2053}
    .nsrt-gallery__item:nth-child(2){--g1:#76D8FF;--g2:#432B96}
    .nsrt-gallery__item:nth-child(3){--g1:#FFE0A3;--g2:#E04C8B}
    .nsrt-gallery__item:nth-child(4){--g1:#7958E7;--g2:#151518}
    .nsrt-gallery__art{position:absolute;inset:18px 18px 0;z-index:1;border-radius:18px 18px 0 0;background:linear-gradient(145deg,rgba(255,255,255,.66),rgba(255,255,255,.12));border:1px solid rgba(255,255,255,.38);box-shadow:0 18px 35px rgba(0,0,0,.22)}
    .nsrt-gallery__art::before{content:"";position:absolute;left:50%;top:17%;width:56px;height:56px;border-radius:50%;transform:translateX(-50%);background:rgba(255,255,255,.62)}
    .nsrt-gallery__art::after{content:"";position:absolute;left:50%;bottom:-12px;width:96px;height:105px;border-radius:50% 50% 18px 18px;transform:translateX(-50%);background:rgba(255,255,255,.55)}
    .nsrt-gallery-note{margin-top:10px;color:var(--nsrt-muted);font-size:10px}

    /* Pros and cons */
    .nsrt-proscons{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}
    .nsrt-pros,.nsrt-cons{padding:17px;border-radius:15px}
    .nsrt-pros{background:#EDFCF4;border:1px solid #C9F4DD}
    .nsrt-cons{background:#FFF8E7;border:1px solid #FFE3A3}
    .nsrt-pros h3,.nsrt-cons h3{font-size:14px}
    .nsrt-list{display:grid;gap:8px;margin:11px 0 0;padding:0;list-style:none}
    .nsrt-list li{position:relative;padding-left:20px;color:#37373A;font-size:12px}
    .nsrt-pros .nsrt-list li::before{content:"✓";position:absolute;left:0;color:#009A62;font-weight:950}
    .nsrt-cons .nsrt-list li::before{content:"!";position:absolute;left:2px;color:#D68A00;font-weight:950}

    /* Verdict */
    .nsrt-verdict{position:relative;overflow:hidden;border-color:#FFC4EB;background:linear-gradient(135deg,#FFF7FC 0%,#FFF 60%,#FFF7E9 100%)}
    .nsrt-verdict::after{content:"";position:absolute;right:-50px;top:-55px;width:170px;height:170px;border:28px solid rgba(254,65,196,.08);border-radius:50%}
    .nsrt-verdict__grid{position:relative;z-index:1;display:grid;grid-template-columns:88px minmax(0,1fr);gap:18px;align-items:start}
    .nsrt-verdict__score{display:grid;place-items:center;width:88px;height:88px;border-radius:24px;background:var(--nsrt-black);color:#FFF;box-shadow:0 14px 35px rgba(0,0,0,.14)}
    .nsrt-verdict__score strong{font-size:27px;line-height:1}
    .nsrt-verdict__score span{font-size:9px;font-weight:800;color:#BEBEC2}
    .nsrt-verdict__actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:15px}

    /* FAQ */
    .nsrt-accordion{display:grid;gap:9px;margin-top:17px}
    .nsrt-accordion__item{border:1px solid var(--nsrt-border);border-radius:13px;background:#FAFAFB;overflow:hidden}
    .nsrt-accordion__button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 15px;background:transparent;color:var(--nsrt-black);text-align:left;font-size:12px;font-weight:900;cursor:pointer}
    .nsrt-accordion__icon{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#FFE8F7;color:#A60B77;font-size:16px;transition:transform .2s ease}
    .nsrt-accordion__content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}
    .nsrt-accordion__content > div{overflow:hidden}
    .nsrt-accordion__content p{margin:0;padding:0 15px 14px;color:var(--nsrt-text-2);font-size:12px}
    .nsrt-accordion__item.is-open .nsrt-accordion__content{grid-template-rows:1fr}
    .nsrt-accordion__item.is-open .nsrt-accordion__icon{transform:rotate(45deg)}

    /* Embed */
    .nsrt-embed-preview{display:flex;align-items:center;gap:12px;margin-top:15px;padding:14px;border:1px solid var(--nsrt-border);border-radius:13px;background:#FAFAFB}
    .nsrt-embed-preview__logo{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,#FF6DD6,#B20C7B);color:#FFF;font-weight:950}
    .nsrt-embed-preview strong{display:block;color:var(--nsrt-black);font-size:12px}
    .nsrt-embed-preview span{display:block;color:var(--nsrt-muted);font-size:10px}
    .nsrt-codebox{position:relative;margin-top:12px;padding:14px 95px 14px 14px;border-radius:13px;background:#101012;color:#EDEDF0;overflow:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;line-height:1.55;white-space:pre}
    .nsrt-codebox button{position:absolute;right:8px;top:8px;min-height:31px;padding:7px 10px;border-radius:8px;background:var(--nsrt-yellow);color:#000;font-family:Inter,ui-sans-serif,sans-serif;font-size:9px;font-weight:950;cursor:pointer}

    /* Sidebar */
    .nsrt-side-card{padding:18px}
    .nsrt-side-card__title{margin:0;color:var(--nsrt-black);font-size:15px;letter-spacing:-.02em}
    .nsrt-side-card__copy{margin:6px 0 0;color:var(--nsrt-muted);font-size:10px}
    .nsrt-side-cta .nsrt-btn{width:100%;margin-top:13px}
    .nsrt-sponsored{display:block;margin-top:7px;text-align:center;color:#A0A0A4;font-size:9px}
    .nsrt-mini-table{display:grid;margin-top:12px}
    .nsrt-mini-row{display:grid;grid-template-columns:1fr auto;gap:10px;padding:9px 0;border-bottom:1px solid #EFEFF0;font-size:10px}
    .nsrt-mini-row:last-child{border-bottom:0;padding-bottom:0}
    .nsrt-mini-row span{color:var(--nsrt-muted)}
    .nsrt-mini-row strong{color:var(--nsrt-black);text-align:right}
    .nsrt-safety-score{display:flex;align-items:center;gap:10px;margin-top:12px;padding:12px;border-radius:13px;background:#EDFCF4}
    .nsrt-safety-score__badge{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:var(--nsrt-green);color:#FFF;font-weight:950}
    .nsrt-safety-score strong{display:block;color:#006A43;font-size:12px}
    .nsrt-safety-score span{display:block;color:#328067;font-size:9px}
    .nsrt-check-list{display:grid;gap:9px;margin-top:13px}
    .nsrt-check-row{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--nsrt-text-2);font-size:10px}
    .nsrt-check-row strong{color:#007A4E}
    .nsrt-check-row strong.is-warning{color:#C27A00}
    .nsrt-tag-cloud{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}
    .nsrt-tag{padding:7px 9px;border:1px solid var(--nsrt-border);border-radius:999px;background:#FAFAFB;color:#444447;font-size:9px;font-weight:800}
    .nsrt-share{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}
    .nsrt-share button{height:36px;border:1px solid var(--nsrt-border);border-radius:10px;background:#FAFAFB;color:var(--nsrt-black);font-size:11px;font-weight:950;cursor:pointer}
    .nsrt-share button:hover{border-color:var(--nsrt-pink);background:#FFF1FA}

    /* Alternatives */
    .nsrt-alt-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
    .nsrt-alt-card{display:flex;flex-direction:column;min-height:100%;padding:17px}
    .nsrt-alt-card__head{display:flex;align-items:center;gap:10px}
    .nsrt-alt-logo{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;color:#FFF;font-size:13px;font-weight:950}
    .nsrt-alt-card:nth-child(1) .nsrt-alt-logo{background:linear-gradient(135deg,#04ACCB,#C11D91)}
    .nsrt-alt-card:nth-child(2) .nsrt-alt-logo{background:linear-gradient(135deg,#FFF,#E1C9FF);color:#6A32C6;border:1px solid #E4D5F7}
    .nsrt-alt-card:nth-child(3) .nsrt-alt-logo{background:linear-gradient(135deg,#FF733A,#9A0909)}
    .nsrt-alt-card:nth-child(4) .nsrt-alt-logo{background:linear-gradient(135deg,#A85BFF,#6C2AC7)}
    .nsrt-alt-card__title{min-width:0;flex:1}
    .nsrt-alt-card__title strong{display:block;color:var(--nsrt-black);font-size:13px}
    .nsrt-alt-card__title span{display:block;color:var(--nsrt-muted);font-size:9px}
    .nsrt-alt-rating{padding:5px 7px;border-radius:999px;background:#FFF1FA;color:#9C096E;font-size:9px;font-weight:950}
    .nsrt-alt-card p{flex:1;margin:11px 0 0;color:var(--nsrt-text-2);font-size:11px}
    .nsrt-alt-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:11px}
    .nsrt-alt-tags span{padding:5px 7px;border-radius:999px;background:#F4F4F5;color:#65656A;font-size:8px;font-weight:800}
    .nsrt-alt-price{margin-top:13px;padding-top:11px;border-top:1px solid var(--nsrt-border);color:var(--nsrt-muted);font-size:9px}
    .nsrt-alt-price strong{display:block;color:var(--nsrt-black);font-size:12px}
    .nsrt-alt-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:11px}

    /* Recently viewed */
    .nsrt-recent-rail{display:flex;gap:9px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}
    .nsrt-recent-rail::-webkit-scrollbar{display:none}
    .nsrt-recent-item{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid var(--nsrt-border);border-radius:12px;background:var(--nsrt-white);box-shadow:var(--nsrt-shadow-sm)}
    .nsrt-recent-logo{width:27px;height:27px;display:grid;place-items:center;border-radius:8px;background:linear-gradient(135deg,var(--nsrt-blue),var(--nsrt-pink));color:#FFF;font-size:8px;font-weight:950}
    .nsrt-recent-item strong{font-size:10px}
    .nsrt-recent-item span{color:#9A0C70;font-size:9px;font-weight:900}
    .nsrt-disclaimer{margin-top:14px;padding:12px 14px;border:1px solid var(--nsrt-border);border-radius:12px;background:#F7F7F8;color:var(--nsrt-muted);font-size:9px}

    /* Footer */
    .nsrt-footer{background:var(--nsrt-black);color:#FFF}
    .nsrt-footer__inner{padding:46px 0 24px}
    .nsrt-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,.8fr) 1.1fr;gap:35px}
    .nsrt-footer .nsrt-logo{color:#FFF}
    .nsrt-footer__about p{max-width:280px;margin:12px 0 0;color:#AFAFB4;font-size:11px}
    .nsrt-footer h3{margin:2px 0 12px;color:#FFF;font-size:11px;text-transform:uppercase;letter-spacing:.09em}
    .nsrt-footer ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}
    .nsrt-footer li a{color:#B9B9BE;font-size:10px}
    .nsrt-footer li a:hover{color:var(--nsrt-pink)}
    .nsrt-newsletter p{margin:0 0 10px;color:#AFAFB4;font-size:10px}
    .nsrt-newsletter__form{display:flex;gap:7px;padding:5px;border-radius:12px;background:#FFF}
    .nsrt-newsletter__form input{min-width:0;flex:1;border:0;outline:0;padding:0 8px;color:#222;font-size:10px}
    .nsrt-newsletter__form button{min-height:35px;padding:8px 10px;border-radius:9px;background:var(--nsrt-pink);color:#000;font-size:9px;font-weight:950;cursor:pointer}
    .nsrt-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);color:#808086;font-size:9px}
    .nsrt-footer__adult{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#D5D5D8}

    /* Lightbox */
    .nsrt-lightbox{position:fixed;inset:0;z-index:300;display:none;place-items:center;padding:20px;background:rgba(0,0,0,.84);backdrop-filter:blur(8px)}
    .nsrt-lightbox.is-open{display:grid}
    .nsrt-lightbox__panel{position:relative;width:min(680px,100%);aspect-ratio:16/10;border-radius:22px;background:linear-gradient(135deg,#FF95D9,#4D1767);overflow:hidden;box-shadow:0 35px 100px rgba(0,0,0,.5)}
    .nsrt-lightbox__panel::before{content:"Preview image";position:absolute;inset:0;display:grid;place-items:center;color:#FFF;font-size:24px;font-weight:950}
    .nsrt-lightbox__close{position:absolute;right:12px;top:12px;width:40px;height:40px;border-radius:50%;background:#FFF;color:#000;font-size:20px;font-weight:950;cursor:pointer}

    /* Responsive */
    @media (max-width:1080px){
      .nsrt-header-nav{display:none}
      .nsrt-header__inner{grid-template-columns:auto 1fr auto}
      .nsrt-header__actions .nsrt-btn{display:none}
      .nsrt-menu-toggle{display:block}
      .nsrt-product-hero__grid{grid-template-columns:minmax(0,1fr) 240px;gap:28px}
      .nsrt-facts{grid-template-columns:repeat(3,1fr)}
      .nsrt-fact:nth-child(3)::after{display:none}
      .nsrt-fact:nth-child(-n+3){border-bottom:1px solid rgba(255,255,255,.13)}
      .nsrt-content-grid{grid-template-columns:minmax(0,1fr) 270px}
      .nsrt-alt-grid{grid-template-columns:repeat(2,1fr)}
      .nsrt-footer__grid{grid-template-columns:1.3fr repeat(3,.8fr)}
      .nsrt-newsletter{grid-column:1/-1;max-width:500px}
    }

    @media (max-width:860px){
      .nsrt-container{width:min(var(--nsrt-container),calc(100% - 28px))}
      .nsrt-product-hero__inner{padding:38px 0 26px}
      .nsrt-product-hero__grid{grid-template-columns:1fr}
      .nsrt-score-card{display:grid;grid-template-columns:118px minmax(0,1fr);align-items:center;text-align:left}
      .nsrt-score-ring{width:105px;height:105px;margin:0}
      .nsrt-score-ring__value strong{font-size:27px}
      .nsrt-score-card__body{min-width:0}
      .nsrt-score-card__meta{justify-content:flex-start;gap:24px}
      .nsrt-content-grid{grid-template-columns:1fr}
      .nsrt-sidebar{position:static;grid-template-columns:repeat(2,1fr)}
      .nsrt-side-cta{grid-column:1/-1}
      .nsrt-feature-grid{grid-template-columns:repeat(2,1fr)}
      .nsrt-gallery{grid-template-columns:repeat(2,1fr)}
      .nsrt-gallery__item{min-height:210px}
      .nsrt-footer__grid{grid-template-columns:1.4fr 1fr 1fr}
      .nsrt-footer__about{grid-column:1/-1}
      .nsrt-newsletter{grid-column:1/-1}
    }

    @media (max-width:640px){


      .nsrt-container{width:min(var(--nsrt-container),calc(100% - 22px))}
      .nsrt-topbar__inner{min-height:34px;padding:5px 0;font-size:9px}
      .nsrt-header__inner{min-height:62px;gap:15px}
      .nsrt-logo{font-size:18px}
      .nsrt-logo__mark{width:31px;height:31px}
      .nsrt-product-main{grid-template-columns:56px minmax(0,1fr);gap:14px}
      .nsrt-product-logo{width:56px;height:56px;border-radius:16px;font-size:20px}
      .nsrt-product-copy h1{font-size:34px}
      .nsrt-product-subtitle{font-size:12px}
      .nsrt-product-actions{align-items:stretch}
      .nsrt-product-actions .nsrt-btn{flex:1 1 160px}
      .nsrt-coupon{width:100%;justify-content:center}
      .nsrt-score-card{display:block;text-align:center}
      .nsrt-score-ring{margin:0 auto}
      .nsrt-score-card__meta{justify-content:center}
      .nsrt-facts{grid-template-columns:repeat(2,1fr)}
      .nsrt-fact:nth-child(2n)::after{display:none}
      .nsrt-fact:nth-child(3)::after{display:block}
      .nsrt-fact:nth-child(-n+4){border-bottom:1px solid rgba(255,255,255,.13)}
      .nsrt-anchor-bar{top:62px}
      .nsrt-content-wrap{padding:28px 0 42px}
      .nsrt-panel{padding:18px}
      .nsrt-panel h2{font-size:20px}
      .nsrt-score-row{grid-template-columns:1fr 28px;gap:8px}
      .nsrt-score-row__label{grid-column:1/-1}
      .nsrt-feature-grid{grid-template-columns:1fr}
      .nsrt-gallery{grid-template-columns:1fr 1fr;gap:7px}
      .nsrt-gallery__item{min-height:160px}
      .nsrt-proscons{grid-template-columns:1fr}
      .nsrt-verdict__grid{grid-template-columns:70px minmax(0,1fr);gap:14px}
      .nsrt-verdict__score{width:70px;height:70px;border-radius:19px}
      .nsrt-sidebar{grid-template-columns:1fr}
      .nsrt-side-cta{grid-column:auto}
      .nsrt-alt-grid{grid-template-columns:1fr}
      .nsrt-section{padding:40px 0}
      .nsrt-section-head{align-items:flex-start;flex-direction:column;margin-bottom:18px}
      .nsrt-alt-actions{grid-template-columns:1fr 1fr}
      .nsrt-footer__grid{grid-template-columns:1fr 1fr;gap:26px 20px}
      .nsrt-footer__about,.nsrt-newsletter{grid-column:1/-1}
      .nsrt-footer__bottom{align-items:flex-start;flex-direction:column}
    }

    @media (max-width:430px){
      .nsrt-gallery{grid-template-columns:1fr}
      .nsrt-gallery__item{min-height:210px}
      .nsrt-facts{grid-template-columns:1fr 1fr}
      .nsrt-alt-actions{grid-template-columns:1fr}
      .nsrt-footer__grid{grid-template-columns:1fr}
      .nsrt-footer__about,.nsrt-newsletter{grid-column:auto}
    }
  
/* ---- AIHUB_TOOL_LAYOUT ---------------------------------------------------
   1. The design is full-bleed. Kadence's #inner-wrap caps content width and
      adds side padding, which would inset the black hero and squeeze the
      two-column grid, so neutralise it on this template only.
   2. The mock drew fake "screenshots" with CSS gradients and pseudo-elements.
      These are real images, so those decorations are switched off.
------------------------------------------------------------------------- */
body.single-tool #inner-wrap.wrap,
body.single-tool #inner-wrap {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
}
body.single-tool #wrapper.site,
body.single-tool .content-container,
body.single-tool .site-container,
body.single-tool .content-area,
body.single-tool .entry-content {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* Match the site header/footer inner width so copy lines up with the logo. */
body.single-tool { --nsrt-container: 1240px; }

/* --- real gallery screenshots --- */
.nsrt-gallery__item { background: #F1F1F3; }
.nsrt-gallery__item::before { display: none; }          /* fake gradient art */
.nsrt-gallery__item:has(.nsrt-shot)::after { display: none; }  /* "Preview" tag */
.nsrt-shot {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform .35s ease;
}
.nsrt-gallery__item:hover .nsrt-shot { transform: scale(1.04); }

/* --- lightbox shows the real image, not a coloured panel --- */
.nsrt-lightbox__panel:has(.nsrt-lightbox__img) {
  width: auto;
  aspect-ratio: auto;
  background: none;
  box-shadow: none;
}
.nsrt-lightbox__panel:has(.nsrt-lightbox__img)::before { display: none; }
.nsrt-lightbox__img {
  display: block;
  max-width: min(92vw, 1040px);
  max-height: 84vh;
  width: auto;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 35px 100px rgba(0,0,0,.5);
}
.nsrt-lightbox__close { z-index: 3; }

/* Logos and avatars carrying a real image keep a clean frame. */
.nsrt-product-logo[style*="background-image"],
.nsrt-avatar[style*="background-image"],
.nsrt-alt-logo[style*="background-image"],
.nsrt-embed-preview__logo[style*="background-image"] { background-color: #fff; }

/* Category tags are real term links now. */
a.nsrt-tag:hover { border-color: var(--nsrt-pink); color: #9E0A71; }
/* ---- AIHUB_GALLERY_FIT ---------------------------------------------------
   Product screenshots here are portrait character art. The mock's collage
   grid (1.1fr .9fr .9fr 1.1fr, 185px tall) cropped them to a thin band, so
   use an even grid with a portrait aspect instead.
------------------------------------------------------------------------- */
.nsrt-gallery { grid-template-columns: repeat(4, minmax(0,1fr)); }
.nsrt-gallery__item { min-height: 0; aspect-ratio: 3 / 4; }
@media (max-width: 900px) { .nsrt-gallery { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (max-width: 600px) { .nsrt-gallery { grid-template-columns: repeat(2, minmax(0,1fr)); } }

/* ---- AIHUB_TOOL_NOBLOWOUT ------------------------------------------------
   .nsrt-main is a grid whose implicit column is auto-sized, so one
   unbreakable child (the embed snippet) stretched the track to its
   max-content width and every panel inherited it - clipped on mobile.
   Pin the track and let long strings wrap.
------------------------------------------------------------------------- */
.nsrt-main { grid-template-columns: minmax(0, 1fr); }
.nsrt-main > * { min-width: 0; max-width: 100%; }
.nsrt-codebox { overflow-wrap: anywhere; word-break: break-word; }
.nsrt-mini-row strong,
.nsrt-check-row strong,
.nsrt-fact strong { overflow-wrap: anywhere; }
.nsrt-alt-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); }

/* ---- AIHUB_TOOL_GUTTER ---------------------------------------------------
   More breathing room between the article column and the sticky sidebar,
   and a hard guarantee that neither can bleed into the other.
------------------------------------------------------------------------- */
.nsrt-content-grid {
  grid-template-columns: minmax(0, 1fr) 300px;
  column-gap: 40px;
  row-gap: 24px;
}
.nsrt-main, .nsrt-sidebar { min-width: 0; }
.nsrt-sidebar > * { max-width: 100%; }
@media (max-width: 1100px) {
  .nsrt-content-grid { grid-template-columns: minmax(0, 1fr) 270px; column-gap: 28px; }
}
@media (max-width: 960px) {
  .nsrt-content-grid { grid-template-columns: minmax(0, 1fr); }
  .nsrt-sidebar { position: static; }
}

/* Author avatar: real photo when one exists, monogram otherwise. */
.nsrt-avatar--img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: #EDEDF0;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(254,65,196,.35);
}
