:root{
  --bg:#0a0e0c;--bg-2:#0c1210;--card:#0f1613;--card-2:#121b16;
  --border:#1a231e;--border-2:#243027;
  --green:#34d058;--green-bright:#46e869;--green-dim:#1e7a35;
  --white:#fff;--text:#c7d2cb;--muted:#899690;--muted-2:#68736c;
  --radius:16px;--maxw:1200px;--shadow:0 20px 60px -20px rgba(0,0,0,.6);
  font-synthesis:none;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--text);font-family:"Inter",system-ui,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:24px}
h1,h2,h3,h4{font-family:"Sora",sans-serif;line-height:1.15;color:var(--white);letter-spacing:-.02em}
.eyebrow{font-family:"Sora";text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:700;color:var(--green)}
.skip{position:absolute;left:-999px;top:0;background:var(--green);color:#04140a;padding:10px 16px;border-radius:8px;z-index:200;font-weight:700}
.skip:focus{left:16px;top:16px}

/* HEADER */
header{position:sticky;top:0;z-index:100;background:rgba(9,13,11,.82);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}
.nav{display:flex;align-items:center;gap:28px;height:74px}
.brand{display:flex;align-items:center;gap:11px;font-family:"Sora";font-weight:800}
.logo-mark{width:38px;height:38px;border-radius:9px;background:linear-gradient(145deg,#141a17,#0a0e0c);border:1px solid var(--border-2);display:grid;place-items:center;font-size:15px;letter-spacing:-1px;box-shadow:inset 0 1px 0 rgba(255,255,255,.05);flex-shrink:0}
.logo-mark b{color:var(--green)}
.logo-mark span{color:var(--white)}
.logo-img{height:38px;width:auto;display:block;flex-shrink:0;object-fit:contain}
.brand-name{font-size:19px;color:var(--white)}
.brand-name em{color:var(--green);font-style:normal}
nav.main{display:flex;gap:26px;margin-left:8px}
nav.main a{font-family:"Sora";font-size:13.5px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);padding:6px 0;position:relative;transition:color .2s}
nav.main a:hover,nav.main a.active{color:var(--white)}
nav.main a.active::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--green);border-radius:2px}
.nav-right{margin-left:auto;display:flex;align-items:center;gap:14px}
.icon-btn{width:40px;height:40px;border-radius:10px;border:1px solid var(--border);background:var(--card);display:grid;place-items:center;color:var(--muted);cursor:pointer;transition:.2s}
.icon-btn:hover{color:var(--green);border-color:var(--border-2)}
.hamburger{display:none}
/* mobil açılır menü */
.mobile-menu{display:none;border-top:1px solid var(--border);background:var(--bg-2)}
.mobile-menu.open{display:block}
.mobile-menu a{display:block;padding:13px 24px;font-family:"Sora";font-size:14px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);border-bottom:1px solid var(--border)}
.mobile-menu a:hover{color:var(--green);background:var(--card)}

/* HERO */
.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--border)}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(680px 420px at 82% 30%,rgba(52,208,88,.20),transparent 62%),radial-gradient(500px 500px at 100% 0%,rgba(52,208,88,.10),transparent 60%);pointer-events:none}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;padding:70px 0 74px;position:relative}
.hero h1{font-size:clamp(34px,5vw,60px);font-weight:800;text-transform:uppercase}
.hero h1 .g{color:var(--green)}
.hero-copy{margin:15px}
.hero p.lead{margin:22px 0 30px;font-size:17px;color:var(--muted);max-width:460px}
.cta-row{display:flex;gap:14px;flex-wrap:wrap}
.btn{font-family:"Sora";font-weight:700;font-size:13.5px;text-transform:uppercase;letter-spacing:.05em;padding:15px 26px;border-radius:11px;display:inline-flex;align-items:center;gap:10px;cursor:pointer;transition:.2s;border:1px solid transparent}
.btn.primary{background:var(--green);color:#04140a;box-shadow:0 12px 30px -10px rgba(52,208,88,.55)}
.btn.primary:hover{background:var(--green-bright);transform:translateY(-2px)}
.btn.ghost{background:var(--card);color:var(--white);border-color:var(--border-2)}
.btn.ghost:hover{border-color:var(--green);color:var(--green)}
.hero-visual{position:relative;aspect-ratio:1/.82;min-height:280px;display:grid;place-items:center}
.ball-glow{position:absolute;width:78%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(52,208,88,.35),transparent 65%);filter:blur(6px);animation:pulse 5s ease-in-out infinite}
.ball{width:60%;max-width:280px;filter:drop-shadow(0 24px 44px rgba(0,0,0,.6));animation:float 6s ease-in-out infinite}
.streak{position:absolute;height:2px;border-radius:2px;background:linear-gradient(90deg,transparent,var(--green));opacity:.6}
.s1{width:150px;top:32%;right:6%;transform:rotate(-16deg)}
.s2{width:100px;top:52%;right:2%;transform:rotate(-10deg);opacity:.4}
.s3{width:130px;top:66%;right:12%;transform:rotate(-20deg);opacity:.3}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
@keyframes pulse{0%,100%{opacity:.75;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}

/* TRUST */
.trust{border-top:1px solid var(--border);background:var(--bg-2)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:26px 10px}
.trust-item{display:flex;align-items:center;gap:14px}
.trust-ic{width:42px;height:42px;border-radius:11px;background:rgba(52,208,88,.09);border:1px solid rgba(52,208,88,.2);display:grid;place-items:center;color:var(--green);flex-shrink:0}
.trust-item b{font-family:"Sora";color:var(--white);font-size:14px;display:block;text-transform:uppercase;letter-spacing:.03em}
.trust-item span{font-size:12.5px;color:var(--muted)}

/* SECTIONS */
section.block{padding:64px 0}
.sec-head{margin-bottom:34px}
.sec-head h2{font-size:clamp(24px,3.4vw,34px);font-weight:800;text-transform:uppercase;margin-top:8px}
.sec-head p{color:var(--muted);margin-top:8px;max-width:620px}

/* CARDS */
.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:22px 20px;transition:.22s;position:relative;overflow:hidden}
.card::after{content:"";position:absolute;left:0;top:0;height:100%;width:3px;background:var(--green);transform:scaleY(0);transform-origin:top;transition:.22s}
.card:hover{border-color:var(--border-2);background:var(--card-2);transform:translateY(-3px)}
.card:hover::after{transform:scaleY(1)}
.card .ic{width:44px;height:44px;border-radius:11px;background:rgba(52,208,88,.08);border:1px solid rgba(52,208,88,.18);display:grid;place-items:center;color:var(--green);margin-bottom:16px}
.card h3{font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.01em;margin-bottom:7px}
.card p{font-size:13px;color:var(--muted);line-height:1.5}

/* SPONSOR TABLE */
.sponsor-wrap{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.sponsor-table{display:flex;flex-direction:column;gap:12px}
.srow{display:grid;grid-template-columns:56px 1.4fr 2fr auto auto;align-items:center;gap:18px;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:16px 20px;transition:.2s}
.srow:hover{border-color:var(--green-dim);background:var(--card-2)}
.srank{font-family:"Sora";font-weight:800;font-size:20px;color:var(--muted-2)}
.srow.top .srank{color:var(--green)}
.sbrand{display:flex;align-items:center;gap:16px}
.slogo{width:94px;height:44px;border-radius:10px;background:#0a0d0b;border:1px solid var(--border-2);display:grid;place-items:center;font-family:"Sora";font-weight:800;color:var(--green);font-size:13px;overflow:hidden;flex-shrink:0}
.slogo img{width:100%;height:100%;object-fit:contain;padding:6px}
.sname{font-family:"Sora";font-weight:700;color:var(--white);font-size:16px}
.sdesc{font-size:13px;color:var(--muted)}
.stag{display:inline-block;margin-top:6px;font-size:11px;font-weight:600;color:var(--green);background:rgba(52,208,88,.1);border:1px solid rgba(52,208,88,.22);padding:3px 9px;border-radius:20px;letter-spacing:.02em}
.srating{display:flex;flex-direction:column;align-items:center;gap:3px}
.stars{color:var(--green);font-size:13px;letter-spacing:1px}
.sratenum{font-family:"Sora";font-weight:700;color:var(--white);font-size:13px}
.sbtn{background:var(--green);color:#04140a;font-family:"Sora";font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.04em;padding:12px 22px;border-radius:10px;white-space:nowrap;transition:.2s}
.sbtn:hover{background:var(--green-bright);transform:translateY(-2px)}

/* CONTENT (kategori / site sayfa metni) */
.page-hero{border-bottom:1px solid var(--border);background:var(--bg-2);padding:44px 0}
.page-hero .eyebrow{margin-bottom:10px;display:block}
.page-hero h1{font-size:clamp(28px,4vw,44px);font-weight:800;}
.breadcrumb{font-size:12.5px;color:var(--muted-2);margin-bottom:14px}
.breadcrumb a{color:var(--muted)}
.breadcrumb a:hover{color:var(--green)}
.article{padding:50px 0;font-size:15.5px}
.article h2{font-size:24px;font-weight:700;margin:34px 0 14px;color:var(--white)}
.article h3{font-size:19px;font-weight:700;margin:26px 0 10px;color:var(--white)}
.article p{margin-bottom:16px;color:var(--text)}
.article ul,.article ol{margin:0 0 18px 22px;color:var(--text)}
.article li{margin-bottom:8px}
.article a{color:var(--green);text-decoration:underline;text-underline-offset:3px}
.article a:hover{color:var(--white)}
.article img{border-radius:12px;border:1px solid var(--border);margin:18px 0}
.article table{width:100%;border-collapse:collapse;margin:18px 0}
.article th,.article td{border:1px solid var(--border);padding:11px 14px;text-align:left;font-size:14px}
.article th{background:var(--card);color:var(--white);font-family:"Sora"}
.article strong{color:var(--white)}

/* FOOTER */
footer{background:var(--bg-2);border-top:1px solid var(--border);padding:56px 0 30px}
.foot-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:44px}
.foot h4{font-family:"Sora";text-transform:uppercase;letter-spacing:.1em;font-size:13px;color:var(--green);margin-bottom:18px}
.foot-links{display:grid;grid-template-columns:1fr 1fr;gap:8px 24px}
.foot-links a{font-size:13.5px;color:var(--muted);display:flex;align-items:center;gap:8px;transition:.18s}
.foot-links a::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--green-dim);flex-shrink:0}
.foot-links a:hover{color:var(--white)}
.why{list-style:none}
.why li{font-size:13.5px;color:var(--muted);display:flex;align-items:center;gap:10px;margin-bottom:11px}
.why svg{color:var(--green);flex-shrink:0}
.social{display:flex;gap:12px}
.social a{width:42px;height:42px;border-radius:11px;background:var(--card);border:1px solid var(--border);display:grid;place-items:center;color:var(--muted);transition:.2s}
.social a:hover{color:var(--green);border-color:var(--green-dim);transform:translateY(-2px)}
.foot-brand{display:flex;align-items:center;gap:11px;margin-bottom:14px}
.foot-tag{font-size:13px;color:var(--muted);max-width:280px;margin-bottom:20px}
.copy{border-top:1px solid var(--border);margin-top:40px;padding-top:22px;text-align:center;font-size:12.5px;color:var(--muted-2)}

/* RESPONSIVE */
@media(max-width:960px){
  nav.main{display:none}
  .hamburger{display:grid}
  .hero-grid{grid-template-columns:1fr;gap:10px;padding:48px 0}
  .hero-visual{order:-1;min-height:220px}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .cards{grid-template-columns:repeat(2,1fr)}
  .foot-grid{grid-template-columns:1fr;gap:34px}
  .srow{grid-template-columns:40px 1fr auto;gap:12px}
  .srow .sdesc,.srow .srating{display:none}
}
@media(max-width:560px){
  .cards{grid-template-columns:1fr 1fr}
  .foot-links{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}

/* ============================================================
   CONVERT EDİLEN İNCELEME SAYFALARI (review-* / score-* / faq-*)
   Kaynak Bootstrap yapısını koyu/yeşil temaya uyarlar.
   ============================================================ */

/* --- Bootstrap grid shim (sadece gerekli kolonlar) --- */
.article .row{display:flex;flex-wrap:wrap;margin-inline:-12px;align-items:flex-start}
.article .row>[class*="col-"]{padding-inline:12px}
.article .col-lg-8{flex:0 0 64%;max-width:64%}
.article .col-lg-4{flex:0 0 36%;max-width:36%}
.article .mt-1{margin-top:8px}
@media(max-width:960px){.article .col-lg-8,.article .col-lg-4{flex:0 0 100%;max-width:100%}}

/* --- Review header (logo | bilgi | skor) --- */
.article .review-header {
    display: grid;
    gap: 26px;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 26px;
    margin-bottom: 22px;
    justify-content: space-between;
    justify-items: center;
}
.article .review-logo-area{flex-shrink:0}
.article .review-logo,.article .review-logo-placeholder{width:204px;height:104px;border-radius:14px;background:#0a0d0b;border:1px solid var(--border-2);object-fit:contain;padding:10px;display:grid;place-items:center;font-family:"Sora";font-weight:800;color:var(--green);font-size:22px}
.article .review-short-desc{color:var(--muted);font-size:14px;margin:0}
.article .review-score-col{display:flex;flex-direction:column;gap:10px;align-items:stretch;min-width:180px}
.article .review-overall-score{background:var(--bg-2);border:1px solid var(--border-2);border-radius:14px;padding:14px 18px;text-align:center}
.article .overall-number{font-family:"Sora";font-weight:800;font-size:34px;color:var(--green);line-height:1}
.article .overall-label{font-size:12px;color:var(--white);text-transform:uppercase;letter-spacing:.08em;margin-top:4px}
.article .overall-max{font-size:11px;color:var(--muted-2)}
.article .btn-visit-top,.article .btn-visit-large{background:var(--green);color:#04140a;font-family:"Sora";font-weight:700;font-size:13.5px;text-transform:uppercase;letter-spacing:.04em;padding:13px 18px;border-radius:11px;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px;transition:.2s;text-decoration:none;box-shadow:0 12px 30px -12px rgba(52,208,88,.5)}
.article .btn-visit-top:hover,.article .btn-visit-large:hover{background:var(--green-bright);transform:translateY(-2px)}
.article .btn-trusted{background:var(--card-2);color:var(--text);border:1px solid var(--border-2);font-size:12.5px;font-weight:600;padding:11px 16px;border-radius:11px;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px;transition:.2s;text-decoration:none}
.article .btn-trusted:hover{border-color:var(--green-dim);color:var(--green)}

/* --- Skor kırılımı --- */
.article .score-breakdown-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:24px;margin-bottom:26px}
.article .card-section-title{font-family:"Sora";font-size:15px;text-transform:uppercase;letter-spacing:.06em;color:var(--white);margin:0 0 18px}
.article .score-bars{display:grid;grid-template-columns:1fr 1fr;gap:16px 30px}
@media(max-width:640px){.article .score-bars{grid-template-columns:1fr}}
.article .score-bar-label{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);margin-bottom:7px}
.article .score-bar-label i{color:var(--green)}
.article .score-bar-label strong{margin-left:auto;color:var(--white);font-family:"Sora"}
.article .score-bar-track{height:8px;border-radius:6px;background:var(--bg-2);border:1px solid var(--border);overflow:hidden}
.article .score-bar-fill{height:100%;border-radius:6px;background:var(--green)!important}

/* --- İçerik bölümleri --- */
.article .review-section{margin-bottom:26px}
.article .section-title{display:flex;align-items:center;gap:9px;font-family:"Sora";font-size:20px;color:var(--white);margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid var(--border)}
.article .section-title i{color:var(--green)}
.article .review-content.prose p{margin-bottom:14px;color:var(--text)}
.article .review-screenshot{width:100%;border-radius:14px;border:1px solid var(--border)}
.article .feature-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px 20px}
@media(max-width:640px){.article .feature-list{grid-template-columns:1fr}}
.article .feature-list li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text)}
.article .feature-list li i{color:var(--green)}

/* --- FAQ --- */
.article .faq-accordion{display:flex;flex-direction:column;gap:10px}
.article .faq-item{background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden}
.article .faq-question{cursor:pointer;padding:15px 18px;font-family:"Sora";font-weight:600;font-size:14.5px;color:var(--white);list-style:none;display:flex;align-items:center;justify-content:space-between}
.article .faq-question::after{content:"+";color:var(--green);font-size:20px;font-weight:400}
.article .faq-item[open] .faq-question::after{content:"–"}
.article .faq-question::-webkit-details-marker{display:none}
.article .faq-answer{padding:0 18px 16px;font-size:13.5px;color:var(--muted);line-height:1.6}

/* --- Sağ kolon CTA / info --- */
.article .review-cta-box{background:linear-gradient(160deg,var(--card-2),var(--card));border:1px solid var(--green-dim);border-radius:var(--radius);padding:22px;margin-bottom:18px;position:sticky;top:90px}
.article .cta-disclaimer{font-size:11.5px;color:var(--muted-2);text-align:center;margin:12px 0 0}
.article .info-box{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:16px 18px;margin-bottom:14px}
.article .info-box h5{font-family:"Sora";font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:var(--green);margin:0 0 6px;display:flex;align-items:center;gap:8px}
.article .info-box p{font-size:13.5px;color:var(--text);margin:0}

/* --- İncelenen siteler grid (anasayfa) --- */
.review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.review-chip{display:flex;align-items:center;gap:12px;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:12px 14px;transition:.2s}
.review-chip:hover{border-color:var(--green-dim);background:var(--card-2);transform:translateY(-2px)}
.review-chip img{width:40px;height:40px;border-radius:9px;object-fit:contain;background:#0a0d0b;border:1px solid var(--border-2);padding:5px;flex-shrink:0}
.review-chip .rc-badge{width:40px;height:40px;border-radius:9px;background:#0a0d0b;border:1px solid var(--border-2);display:grid;place-items:center;font-family:"Sora";font-weight:800;color:var(--green);font-size:13px;flex-shrink:0}
.review-chip .rc-name{font-family:"Sora";font-weight:600;font-size:14px;color:var(--white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:960px){.review-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.review-grid{grid-template-columns:1fr}}

/* --- Arama paneli --- */
.search-panel{display:none;border-top:1px solid var(--border);background:var(--bg-2)}
.search-panel.open{display:block}
.search-form{display:flex;align-items:center;gap:12px;padding:16px 0}
.search-form svg{color:var(--muted);flex-shrink:0}
.search-form input{flex:1;background:var(--card);border:1px solid var(--border-2);border-radius:11px;padding:13px 16px;color:var(--white);font-family:"Inter";font-size:15px;outline:none}
.search-form input:focus{border-color:var(--green-dim)}
.search-form input::placeholder{color:var(--muted-2)}
.search-close{background:var(--card);border:1px solid var(--border);color:var(--muted);width:42px;height:42px;border-radius:11px;cursor:pointer;font-size:15px;flex-shrink:0}
.search-close:hover{color:var(--green);border-color:var(--green-dim)}
.search-form.static{max-width:560px}
.search-form.static input{border-radius:11px 0 0 11px}
.search-form.static .btn{border-radius:0 11px 11px 0}
.search-results{padding-bottom:16px;display:none}
.search-results.has{display:block}
.sr-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:var(--card);border:1px solid var(--border);border-radius:10px;margin-bottom:8px;transition:.15s}
.sr-item:hover{border-color:var(--green-dim);background:var(--card-2)}
.sr-t{font-family:"Sora";font-weight:600;color:var(--white);font-size:14.5px}
.sr-badge{font-size:11px;color:var(--green);background:rgba(52,208,88,.1);border:1px solid rgba(52,208,88,.22);padding:3px 10px;border-radius:20px;flex-shrink:0}
.sr-empty{padding:16px;color:var(--muted);text-align:center}

/* --- Kategori içeriği (yazı) --- */
.article .cat-intro{font-size:16.5px;color:var(--text);line-height:1.7;margin-bottom:26px;padding-bottom:20px;border-bottom:1px solid var(--border)}
.article .related-links{margin-top:34px;padding-top:22px;border-top:1px solid var(--border);font-size:14px;color:var(--muted)}
.article .related-links span{font-family:"Sora";color:var(--white);margin-right:8px}
.article .related-links a{display:inline-block;margin:4px 6px 4px 0;color:var(--green);background:rgba(52,208,88,.08);border:1px solid rgba(52,208,88,.2);padding:6px 13px;border-radius:20px;text-decoration:none;font-size:13px}
.article .related-links a:hover{background:rgba(52,208,88,.16)}

/* --- Sayfalama (pager) --- */
.pager{display:flex;justify-content:center;gap:8px;margin-top:36px;flex-wrap:wrap}
.pager a,.pager span{min-width:42px;height:42px;display:grid;place-items:center;border-radius:10px;font-family:"Sora";font-weight:600;font-size:14px;padding:0 12px;box-sizing:border-box}
.pager a{background:var(--card);border:1px solid var(--border);color:var(--text);transition:.18s;text-decoration:none}
.pager a:hover{border-color:var(--green-dim);color:var(--green);transform:translateY(-2px)}
.pager .pg-cur{background:var(--green);color:#04140a;border:1px solid var(--green)}
.pager .pg-dots{color:var(--muted-2)}

/* --- Kategori içeriği: yazar HTML'inden gelen özel bloklar --- */
.article .lead{font-size:17px;color:var(--text);line-height:1.7}
.article header{margin-bottom:8px}
.article section{margin-bottom:6px}
.article .note,.article .notice,.article .warning{border-left:4px solid var(--green);padding:14px 18px;margin:22px 0;background:var(--card);border-radius:0 12px 12px 0;color:var(--text);font-size:14.5px}
.article .warning,.article .notice{color:var(--muted)}
.article .warning strong,.article .notice strong{color:var(--white)}
.article .formula{padding:14px 18px;margin:16px 0;border-left:4px solid var(--green);background:var(--bg-2);border-radius:0 12px 12px 0;font-size:14.5px}
.article .formula strong{color:var(--green)}
.article .step{padding-left:18px;border-left:3px solid var(--border-2);margin:16px 0}
.article code{background:var(--bg-2);border:1px solid var(--border);padding:2px 7px;border-radius:6px;font-size:13.5px;color:var(--green)}
.article h4{font-size:16px;font-weight:700;margin:22px 0 8px;color:var(--white);font-family:"Sora"}
.article u{text-decoration-color:var(--green-dim);text-underline-offset:3px}
