:root{--rv-primary:var(--navy);--rv-primary-dark:#060f1e;--rv-primary-pale:var(--gold-pale);--rv-accent:var(--gold);--rv-accent-light:var(--gold-light);--rv-verdict-accent:#e8821a;--rv-success:var(--green);--rv-success-bg:#e6f2ec;--rv-warning:#b8860b;--rv-warning-bg:#fdf8e6;--rv-danger:#b91c1c;--rv-border:var(--cream-dark);--rv-surface:var(--cream);--rv-text:var(--text);--rv-text-mid:var(--slate);--rv-text-light:#718096;--rv-toc-w:250px;--rv-sidebar-w:270px}#scrollBar{display:block;height:3px;background:linear-gradient(90deg,var(--navy),var(--gold));position:fixed;top:0;left:0;width:0%;z-index:300;transition:width .1s linear}.rv-layout{overflow:clip;display:grid;grid-template-columns:var(--rv-toc-w) 1fr var(--rv-sidebar-w)}.rv-toc{align-self:start;position:sticky;top:var(--nav-height);height:calc(100vh - var(--nav-height));overflow-y:auto;padding:1.5rem 1.5rem 2rem 0;border-right:1px solid var(--rv-border);background:var(--rv-surface)}.rv-toc::-webkit-scrollbar{width:3px}.rv-toc::-webkit-scrollbar-thumb{background:var(--rv-border);border-radius:4px}.rv-toc-heading{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--rv-text-light);margin-bottom:.6rem}.rv-toc-list{list-style:none}.rv-toc-list li{margin-bottom:1px}.rv-toc-list a{display:block;padding:.42rem .7rem;font-size:.85rem;color:var(--rv-text-mid);border-radius:5px;border-left:3px solid transparent;transition:all .18s;font-weight:500;text-decoration:none}.rv-toc-list a:hover,.rv-toc-list a.active{background:var(--rv-primary-pale);color:var(--rv-primary);border-left-color:var(--gold)}.rv-toc-div{height:1px;background:var(--rv-border);margin:.6rem 0}.toc-verdict{background:linear-gradient(135deg,var(--rv-verdict-accent) 0%,#c56c0e 100%)!important;color:#fff!important;border-left-color:transparent!important;font-weight:700!important;border-radius:6px;margin-top:2px}.rv-score-card{background:var(--white);border:1px solid var(--rv-border);border-radius:8px;padding:1rem;margin-top:1.25rem;text-align:center}.rv-big-score{font-family:var(--font-serif);font-size:2.4rem;font-weight:800;color:var(--navy);line-height:1}.rv-stars{color:var(--gold);font-size:1.05rem;margin:.2rem 0}.rv-score-sub{font-size:.75rem;color:var(--rv-text-light)}.rv-main{overflow-x:hidden;min-width:0;border-right:1px solid var(--rv-border)}.rv-hero{background:linear-gradient(145deg,#060f1e 0%,var(--navy) 55%,#152e56 100%);color:#fff;padding:2.75rem 2.25rem 2.25rem}.rv-hero-badge{display:inline-block;background:#c9a84c33;border:1px solid rgba(201,168,76,.35);border-radius:20px;padding:.28rem .9rem;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1rem}.rv-hero h1{font-family:var(--font-serif);font-size:2.1rem;font-weight:800;line-height:1.18;margin-bottom:.9rem;color:#fff}.rv-hero-sub{font-size:1rem;opacity:.82;max-width:680px;margin-bottom:1.4rem;line-height:1.65}.rv-hero-meta{display:flex;flex-wrap:wrap;gap:1.1rem;font-size:.82rem;margin-bottom:1.6rem}.rv-hero-meta span{display:flex;align-items:center;gap:.35rem}.rv-ml{opacity:.72}.rv-hero-meta a{color:var(--gold-light);font-weight:600}.rv-hero-meta a:hover{color:#fff;text-decoration:underline}.rv-hero-rating{display:flex;align-items:center;gap:1rem;margin-bottom:1.6rem}.rv-hero-stars{font-size:1.45rem;color:var(--gold);letter-spacing:2px}.rv-hero-score{font-family:var(--font-serif);font-size:3rem;font-weight:800;line-height:1}.rv-hero-score-detail{font-size:.83rem;opacity:.75}.rv-hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;background:#c9a84c1a;border-radius:9px;padding:1.1rem 1.25rem;margin-bottom:1.6rem;border:1px solid rgba(201,168,76,.22)}.rv-hstat{text-align:center}.rv-hstat-label{font-size:.72rem;opacity:.72;margin-bottom:.2rem}.rv-hstat-value{font-size:1.05rem;font-weight:700}.rv-hero-ctas{display:flex;gap:.85rem;flex-wrap:wrap}.rv-bl-banner{background:var(--gold-pale);border-left:4px solid var(--gold);padding:1.4rem 2.25rem;font-size:.96rem;color:var(--rv-text);line-height:1.75}.rv-bl-header{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--navy);margin-bottom:.5rem;display:flex;align-items:center;gap:.4rem}.rv-section{padding:2.25rem;border-bottom:1px solid var(--rv-border)}.rv-sec-label{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem}.rv-section h2{font-family:var(--font-serif);font-size:1.65rem;font-weight:800;color:var(--navy);margin-bottom:.65rem}.rv-sec-intro{font-size:.97rem;color:var(--rv-text-mid);margin-bottom:1.6rem;line-height:1.7;max-width:720px}.rv-fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;margin-bottom:1.5rem}.rv-fit-box{background:#fff;border:1px solid var(--rv-border);border-radius:9px;padding:1.25rem}.rv-fit-box.good{border-top:3px solid var(--rv-success)}.rv-fit-box.bad{border-top:3px solid var(--rv-danger)}.rv-fit-box h3{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.75rem}.rv-fit-box.good h3{color:var(--rv-success)}.rv-fit-box.bad h3{color:var(--rv-danger)}.rv-fit-box ul{list-style:none}.rv-fit-box li{font-size:.88rem;color:var(--rv-text-mid);padding:.32rem 0 .32rem 1.25rem;position:relative;border-bottom:1px solid var(--rv-border);line-height:1.45}.rv-fit-box li:last-child{border-bottom:none}.rv-fit-box.good li:before{content:"✓";position:absolute;left:0;color:var(--rv-success);font-weight:700}.rv-fit-box.bad li:before{content:"✗";position:absolute;left:0;color:var(--rv-danger);font-weight:700}.rv-key-diff{background:var(--gold-pale);border:1px solid rgba(201,168,76,.3);border-radius:9px;padding:1.25rem}.rv-key-diff h4{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:.45rem}.rv-key-diff p{font-size:.9rem;color:var(--rv-text-mid);line-height:1.7}.rv-rating-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}.rv-rcard{background:#fff;border:1px solid var(--rv-border);border-radius:9px;padding:1.3rem;text-align:center}.rv-platform{font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--rv-text-light);margin-bottom:.55rem}.rv-r-stars{color:var(--gold);font-size:1rem;margin:.3rem 0}.rv-r-score{font-family:var(--font-serif);font-size:2.6rem;font-weight:800;color:var(--navy);line-height:1}.rv-r-count{font-size:.8rem;color:var(--rv-text-light);margin-bottom:.75rem}.rv-r-breakdown{margin-bottom:.75rem}.rv-rb-row{display:flex;justify-content:space-between;font-size:.78rem;color:var(--rv-text-light);padding:.2rem 0;border-bottom:1px solid var(--rv-border)}.rv-rb-row:last-child{border-bottom:none}.rv-rb-val{font-weight:700;color:var(--navy)}.rv-rcard a{font-size:.8rem;font-weight:600;color:var(--navy);text-decoration:none}.rv-rcard a:hover{color:var(--gold);text-decoration:underline}.rv-tp-warning{font-size:.76rem;color:var(--rv-warning);background:var(--rv-warning-bg);border-radius:5px;padding:.5rem .65rem;margin:.5rem 0;line-height:1.5;text-align:left}.rv-quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}.rv-qcard{background:#fff;border:1px solid var(--rv-border);border-radius:9px;padding:1.25rem}.rv-qcard.positive{border-top:3px solid var(--rv-success)}.rv-qcard.neutral{border-top:3px solid var(--rv-warning)}.rv-qcard.critical{border-top:3px solid var(--rv-danger)}.rv-qtext{font-size:.88rem;color:var(--rv-text);line-height:1.65;margin-bottom:.85rem;font-style:italic}.rv-qauthor strong{font-size:.88rem;display:block;color:var(--navy)}.rv-qtitle{display:block;font-size:.76rem;color:var(--rv-text-light);margin-top:.15rem}.rv-qplatform{display:block;margin-top:.4rem;font-size:.72rem;color:var(--rv-text-mid);font-weight:600}.rv-co-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem;margin-bottom:1.4rem}.rv-co-hl{background:#fff;border:1px solid var(--rv-border);border-radius:8px;padding:1rem;text-align:center}.rv-co-hl-val{font-family:var(--font-serif);font-size:1.5rem;font-weight:800;color:var(--navy);margin-bottom:.2rem}.rv-co-hl-lab{font-size:.74rem;color:var(--rv-text-light)}.rv-co-body p{font-size:.93rem;color:var(--rv-text-mid);line-height:1.78;margin-bottom:1rem}.rv-feat-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}.rv-fcard{background:#fff;border:1px solid var(--rv-border);border-radius:9px;padding:1.25rem}.rv-fcard-icon{font-size:1.55rem;margin-bottom:.55rem}.rv-fcard h3{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:.35rem}.rv-fcard p{font-size:.84rem;color:var(--rv-text-mid);line-height:1.6}.rv-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;margin-bottom:1.25rem}.rv-pcard{background:#fff;border:1px solid var(--rv-border);border-radius:9px;padding:1.4rem;position:relative}.rv-pcard-featured{border-color:var(--navy);border-width:2px}.rv-pcard-badge{position:absolute;top:-11px;left:50%;transform:translate(-50%);background:var(--navy);color:#fff;font-size:.7rem;font-weight:700;padding:.18rem .7rem;border-radius:20px;white-space:nowrap}.rv-pcard-name{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--rv-text-light);margin-bottom:.4rem}.rv-pcard-price{font-family:var(--font-serif);font-size:1.7rem;font-weight:800;color:var(--navy);line-height:1;margin-bottom:.18rem}.rv-pcard-custom{font-size:1.6rem}.rv-pcard-per-inline{font-family:var(--font-sans);font-size:.78rem;font-weight:400}.rv-pcard-period{font-size:.76rem;color:var(--rv-text-light);margin-bottom:.85rem}.rv-pcard ul{list-style:none}.rv-pcard li{font-size:.84rem;color:var(--rv-text-mid);padding:.28rem 0 .28rem 1.25rem;position:relative;border-bottom:1px solid var(--rv-border);line-height:1.4}.rv-pcard li:last-child{border-bottom:none}.rv-pcard li:before{content:"✓";position:absolute;left:0;color:var(--rv-success);font-weight:700;font-size:.88rem}.rv-pli-con:before{content:"✗"!important;color:var(--rv-danger)!important}.rv-price-note{background:var(--rv-warning-bg);border:1px solid #e0c040;border-radius:7px;padding:1rem 1.25rem;font-size:.87rem;color:var(--rv-text);line-height:1.65}.rv-price-note strong{color:var(--rv-warning)}.rv-uc-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}.rv-uccard{background:#fff;border:1px solid var(--rv-border);border-radius:9px;padding:1.35rem}.rv-uccard-icon{font-size:1.55rem;margin-bottom:.5rem}.rv-uccard h3{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:.45rem}.rv-uccard p{font-size:.85rem;color:var(--rv-text-mid);line-height:1.6}.rv-pc-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}.rv-pc-panel{background:#fff;border:1px solid var(--rv-border);border-radius:9px;overflow:hidden}.rv-pc-header{padding:.75rem 1.25rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.rv-pc-panel.pros .rv-pc-header{background:var(--rv-success-bg);color:var(--rv-success)}.rv-pc-panel.cons .rv-pc-header{background:#fdecea;color:var(--rv-danger)}.rv-pc-body{padding:.5rem 1.25rem 1rem}.rv-pc-item{padding:.85rem 0;border-bottom:1px solid var(--rv-border)}.rv-pc-item:last-child{border-bottom:none}.rv-pc-item h4{font-size:.9rem;font-weight:700;color:var(--rv-text);margin-bottom:.2rem}.rv-pc-item p{font-size:.84rem;color:var(--rv-text-mid);line-height:1.6}.rv-comp-table{width:100%;border-collapse:collapse;margin-bottom:1.4rem;font-size:.88rem}.rv-comp-table th{background:var(--navy);color:#fff;padding:.8rem .95rem;text-align:left;font-weight:600}.rv-comp-table th:first-child{border-radius:8px 0 0}.rv-comp-table th:last-child{border-radius:0 8px 0 0}.rv-comp-table td{padding:.7rem .95rem;border-bottom:1px solid var(--rv-border);color:var(--rv-text-mid)}.rv-comp-table tr:hover td{background:var(--rv-surface)}.rv-comp-table tr:last-child td{border-bottom:none}.rv-comp-table td:first-child{font-weight:700;color:var(--rv-text)}.rv-hs-row td{background:var(--gold-pale)}.rv-hs-row td:first-child{color:var(--navy)}.rv-alt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;margin-top:1.25rem}.rv-altcard{background:#fff;border:1px solid var(--rv-border);border-radius:9px;padding:1.2rem}.rv-altcard h4{font-size:.97rem;font-weight:700;color:var(--navy);margin-bottom:.35rem}.rv-altcard h4 a{color:var(--navy);text-decoration:none}.rv-altcard h4 a:hover{color:var(--gold)}.rv-alt-best{font-size:.78rem;background:var(--gold-pale);color:var(--navy);padding:.18rem .48rem;border-radius:4px;display:inline-block;margin-bottom:.55rem;font-weight:600}.rv-altcard p{font-size:.83rem;color:var(--rv-text-mid);margin-bottom:.38rem;line-height:1.55}.rv-ci strong{color:var(--rv-success)}.rv-si strong{color:var(--rv-danger)}.rv-faq-list{max-width:760px}.rv-faq-item{border:1px solid var(--rv-border);border-radius:8px;margin-bottom:.65rem;background:#fff;overflow:hidden}.rv-faq-item summary{padding:.95rem 1.2rem;font-weight:600;font-size:.94rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--rv-text);transition:background .18s;list-style:none;font-family:var(--font-sans)}.rv-faq-item summary::-webkit-details-marker{display:none}.rv-faq-item summary:hover{background:var(--rv-surface)}.rv-faq-item summary:after{content:"+";font-size:1.25rem;color:var(--gold);flex-shrink:0;margin-left:.5rem;font-weight:400}.rv-faq-item[open] summary:after{content:"−"}.rv-faq-item[open] summary{color:var(--navy);background:var(--gold-pale)}.rv-faq-answer{padding:.95rem 1.2rem 1.2rem;font-size:.9rem;color:var(--rv-text-mid);line-height:1.75;border-top:1px solid var(--rv-border)}.rv-faq-answer p{margin-bottom:.65rem}.rv-faq-answer p:last-child{margin-bottom:0}.rv-faq-answer strong{color:var(--rv-text)}.rv-faq-answer a{color:var(--navy);font-weight:600}.rv-faq-answer a:hover{color:var(--gold)}.rv-verdict{background:linear-gradient(145deg,#060f1e 0%,var(--navy) 100%);color:#fff;padding:2.75rem 2.25rem;border-bottom:1px solid rgba(255,255,255,.06)}.rv-ov-row{display:flex;align-items:center;gap:1.4rem;background:#ffffff14;padding:1.4rem;border-radius:9px;margin-bottom:1.75rem;flex-wrap:wrap}.rv-ov-stars{font-size:1.9rem;color:var(--gold);letter-spacing:2px}.rv-ov-num{font-family:var(--font-serif);font-size:2.9rem;font-weight:800;line-height:1}.rv-ov-label{font-size:.97rem;opacity:.85}.rv-ov-sub{font-size:.82rem;opacity:.62}.rv-verdict-text{max-width:720px;margin-bottom:1.75rem}.rv-verdict-text p{font-size:.97rem;line-height:1.8;margin-bottom:.9rem;color:#ffffffdb}.rv-rec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;margin-bottom:1.75rem}.rv-rec-box{background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:9px;padding:1.4rem}.rv-rec-box h3{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.9rem}.rv-rec-box.yes h3{color:#6ee7b7}.rv-rec-box.caution h3{color:#fcd34d}.rv-rec-box.no h3{color:#fca5a5}.rv-rec-box ul{list-style:none}.rv-rec-box li{font-size:.84rem;padding:.4rem 0 .4rem 1.2rem;position:relative;color:#ffffffd4;border-bottom:1px solid rgba(255,255,255,.08);line-height:1.4}.rv-rec-box li:last-child{border-bottom:none}.rv-rec-box.yes li:before{content:"✓";position:absolute;left:0;color:#6ee7b7;font-weight:700}.rv-rec-box.caution li:before{content:"!";position:absolute;left:0;color:#fcd34d;font-weight:700}.rv-rec-box.no li:before{content:"✗";position:absolute;left:0;color:#fca5a5;font-weight:700}.rv-verdict-cta{text-align:center;background:#ffffff0f;border-radius:9px;padding:1.75rem}.rv-verdict-cta p{font-size:.97rem;opacity:.8;margin-bottom:1.1rem}.rv-verdict-disc{font-size:.76rem;opacity:.5;margin-top:.65rem}.rv-about{padding:2.75rem 2.25rem;background:var(--rv-surface);border-bottom:1px solid var(--rv-border)}.rv-about>h2{font-family:var(--font-serif);font-size:1.65rem;font-weight:800;color:var(--navy);margin-bottom:1.6rem}.rv-abox{background:#fff;border:1px solid var(--rv-border);border-radius:9px;padding:1.4rem;margin-bottom:1.1rem}.rv-abox h3{font-size:.97rem;font-weight:700;color:var(--navy);margin-bottom:.45rem}.rv-abox p{font-size:.88rem;color:var(--rv-text-mid);line-height:1.7}.rv-verifier{background:#fff;border:1px solid var(--rv-border);border-left:4px solid var(--gold);border-radius:9px;padding:1.4rem;margin-bottom:1.1rem}.rv-verifier h4{font-size:1.02rem;font-weight:700;color:var(--navy);margin-bottom:.12rem}.rv-vtitle{font-size:.82rem;color:var(--rv-text-light);margin-bottom:.55rem;display:block}.rv-vbio{font-size:.88rem;color:var(--rv-text-mid);line-height:1.7;margin-bottom:.55rem}.rv-verifier a{color:var(--navy);font-size:.88rem;font-weight:600;text-decoration:none}.rv-verifier a:hover{color:var(--gold);text-decoration:underline}.rv-meta-row{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem;background:#fff;border:1px solid var(--rv-border);border-radius:9px;padding:1.1rem}.rv-mc{font-size:.84rem}.rv-mc-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.07em;color:var(--rv-text-light);margin-bottom:.2rem}.rv-mc-value{font-weight:600;color:var(--rv-text)}.rv-sidebar{align-self:start;padding:1.5rem 1.1rem;background:var(--rv-surface);position:sticky;top:var(--nav-height);height:calc(100vh - var(--nav-height));overflow-y:auto}.rv-sidebar::-webkit-scrollbar{width:3px}.rv-sidebar::-webkit-scrollbar-thumb{background:var(--rv-border);border-radius:4px}.rv-swidget{background:#fff;border:1px solid var(--rv-border);border-radius:9px;padding:1.1rem;margin-bottom:1.1rem}.rv-swidget h3{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--rv-text-light);margin-bottom:.85rem}.rv-sstat{display:flex;justify-content:space-between;align-items:center;padding:.38rem 0;border-bottom:1px solid var(--rv-border);font-size:.84rem}.rv-sstat:last-of-type{border-bottom:none}.rv-sl{color:var(--rv-text-light)}.rv-sv{font-weight:700;color:var(--rv-text);text-align:right}.rv-sbar-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.55rem;font-size:.8rem}.rv-sbar-label{color:var(--rv-text-light);min-width:68px}.rv-sbar-wrap{flex:1;height:6px;background:var(--rv-border);border-radius:3px;overflow:hidden}.rv-sbar-fill{height:100%;background:var(--navy);border-radius:3px}.rv-sbar-score{font-weight:700;color:var(--navy);min-width:40px;text-align:right;font-size:.78rem}.rv-salt{display:flex;justify-content:space-between;align-items:center;padding:.42rem 0;border-bottom:1px solid var(--rv-border)}.rv-salt:last-of-type{border-bottom:none}.rv-salt-name{font-size:.85rem;font-weight:600}.rv-salt-name a{color:var(--navy);text-decoration:none}.rv-salt-name a:hover{color:var(--gold);text-decoration:underline}.rv-salt-tag{font-size:.74rem;color:var(--rv-text-light);text-align:right}.rv-sidebar-link{display:block;margin-top:.65rem;font-size:.8rem;font-weight:600;color:var(--navy);text-decoration:none}.rv-sidebar-link:hover{color:var(--gold);text-decoration:underline}@media (max-width:1100px){.rv-layout{grid-template-columns:220px 1fr 240px}.rv-price-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:860px){.rv-layout{grid-template-columns:1fr}.rv-toc,.rv-sidebar{display:none}.rv-feat-grid,.rv-fit-grid,.rv-uc-grid,.rv-pc-grid,.rv-alt-grid,.rv-rec-grid,.rv-quote-grid,.rv-rating-grid,.rv-co-highlights{grid-template-columns:1fr}.rv-price-grid{grid-template-columns:1fr 1fr}.rv-hero h1{font-size:1.65rem}.rv-hero-stats{grid-template-columns:repeat(2,1fr)}}
