    :root{--bg:#080C1C;--surface:#0D1328;--border:rgba(255,255,255,0.08);--orange:#FA5000;--cyan:#00C3E3;--text:#FFFFFF;--muted:rgba(255,255,255,0.75);--subtle:rgba(255,255,255,0.50)}
    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth;scroll-padding-top:88px}
    body{font-family:'Satoshi',sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}
    body::before{content:'';position:fixed;inset:0;pointer-events:none;z-index:9998;opacity:0.018;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
    .aurora{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}
    .aurora-orb{position:absolute;border-radius:50%}
    .orb1{width:680px;height:680px;top:-260px;right:-180px;background:radial-gradient(circle at 40% 40%,rgba(0,195,227,.55) 0%,rgba(0,195,227,.20) 45%,transparent 72%);filter:blur(45px)}
    .orb2{width:600px;height:600px;bottom:-220px;left:-200px;background:radial-gradient(circle at 60% 60%,rgba(250,80,0,.50) 0%,rgba(250,80,0,.18) 45%,transparent 72%);filter:blur(48px)}
    .orb3{width:520px;height:520px;top:30%;left:18%;background:radial-gradient(circle at 50% 50%,rgba(110,60,255,.38) 0%,rgba(90,50,220,.12) 45%,transparent 70%);filter:blur(50px)}
    @media(max-width:768px){.aurora{display:none}}
    .page-wrap{max-width:1280px;margin:0 auto;padding:0 80px}
    .art-hero{padding:140px 0 64px;position:relative;z-index:1}
    .breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(255,255,255,.4);margin-bottom:28px;flex-wrap:wrap}
    .breadcrumb a{color:rgba(255,255,255,.4);text-decoration:none;transition:color .2s}
    .breadcrumb a:hover{color:white}
    .breadcrumb span{color:rgba(255,255,255,.2)}
    .art-tags{display:flex;align-items:center;gap:8px;margin-bottom:20px;flex-wrap:wrap}
    .tag{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:5px 12px;border-radius:20px}
    .tag-type{background:rgba(250,80,0,.12);border:1px solid rgba(250,80,0,.28);color:var(--orange)}
    .tag-topic{background:rgba(0,195,227,.07);border:1px solid rgba(0,195,227,.18);color:var(--cyan)}
    .art-h1{font-size:clamp(30px,3.8vw,52px);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:white;margin-bottom:20px;max-width:860px}
    .art-intro{font-size:18px;line-height:1.72;color:rgba(255,255,255,.78);max-width:720px;margin-bottom:36px}
    .art-meta{display:flex;align-items:center;gap:24px;flex-wrap:wrap;padding:20px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
    .meta-author{display:flex;align-items:center;gap:10px}
    .meta-name{font-size:14px;font-weight:600;color:white}
    .meta-role{font-size:12px;color:rgba(255,255,255,.45)}
    .meta-divider{width:1px;height:32px;background:var(--border)}
    .meta-item{display:flex;align-items:center;gap:6px;font-size:13px;color:rgba(255,255,255,.45)}
    .meta-item svg{width:14px;height:14px;stroke:rgba(255,255,255,.3);flex-shrink:0}
    .art-body{padding:72px 0 80px;display:grid;grid-template-columns:1fr 300px;gap:80px;align-items:start;position:relative;z-index:1}
    .art-prose{min-width:0}
    .art-prose h2{font-size:clamp(22px,2.2vw,28px);font-weight:700;letter-spacing:-.022em;line-height:1.25;color:white;margin:48px 0 16px}
    .art-prose h2:first-child{margin-top:0}
    .art-prose h3{font-size:18px;font-weight:700;letter-spacing:-.015em;line-height:1.3;color:rgba(255,255,255,.9);margin:32px 0 12px}
    .art-prose p{font-size:16px;line-height:1.85;color:var(--muted);margin-bottom:20px}
    .art-prose p:last-child{margin-bottom:0}
    .art-prose ul{padding-left:0;margin-bottom:24px;display:flex;flex-direction:column;gap:10px;list-style:none}
    .art-prose li{font-size:16px;line-height:1.75;color:var(--muted);display:block;padding-left:18px;position:relative}
    .art-prose ul li::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--cyan);position:absolute;left:0;top:11px}
    .art-prose strong{font-weight:700;color:white}
    .art-prose li strong{display:block;margin-bottom:4px}
    .art-prose a{color:var(--cyan);text-decoration:underline;text-decoration-color:rgba(0,195,227,.35);transition:text-decoration-color .2s}
    .art-prose a:hover{text-decoration-color:var(--cyan)}
    .callout{background:rgba(0,195,227,.06);border:1px solid rgba(0,195,227,.18);border-radius:12px;padding:24px 28px;margin:32px 0}
    .callout-label{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--cyan);margin-bottom:10px}
    .callout p{font-size:15px;line-height:1.75;color:rgba(255,255,255,.75);margin:0}
    .callout.warning{background:rgba(250,80,0,.06);border-color:rgba(250,80,0,.18)}
    .callout.warning .callout-label{color:var(--orange)}
    .art-sidebar{position:sticky;top:88px}
    .sidebar-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);border-radius:16px;padding:24px;margin-bottom:16px}
    .sidebar-card:last-child{margin-bottom:0}
    .sidebar-title{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:16px}
    .fc-link{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:rgba(255,255,255,.52);margin-bottom:12px;text-decoration:none;transition:color .2s;line-height:1.45}
    .fc-link:last-child{margin-bottom:0}
    .fc-link:hover{color:white}
    .fc-link svg{flex-shrink:0;margin-top:2px}
    .toc{display:flex;flex-direction:column;gap:2px}
    .toc-item{font-size:13px;color:rgba(255,255,255,.45);text-decoration:none;padding:6px 10px;border-radius:6px;border-left:2px solid transparent;transition:color .2s,background .2s,border-color .2s;line-height:1.4}
    .toc-item:hover{color:white;background:rgba(255,255,255,.05);border-left-color:var(--cyan)}
    .art-cta{background:radial-gradient(ellipse 90% 70% at 50% 120%,rgba(250,80,0,.22) 0%,transparent 60%),radial-gradient(ellipse 55% 60% at 5% 0%,rgba(0,195,227,.08) 0%,transparent 55%),radial-gradient(circle,rgba(255,255,255,.038) 1px,transparent 1px),rgba(13,19,40,0.90);background-size:auto,auto,28px 28px,auto;border-top:1px solid var(--border);padding:80px;text-align:center;position:relative;overflow:hidden}
    .art-cta::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(250,80,0,.6) 30%,rgba(0,195,227,.6) 70%,transparent 100%)}
    .art-cta-eyebrow{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--cyan);margin-bottom:16px}
    .art-cta-h2{font-size:clamp(26px,3vw,40px);font-weight:800;letter-spacing:-.03em;line-height:1.1;color:white;margin-bottom:14px}
    .art-cta-sub{font-size:16px;color:var(--muted);margin:0 auto 36px;max-width:420px;line-height:1.72}
    .art-cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
    .btn-primary{display:inline-block;padding:14px 30px;border-radius:8px;background:var(--orange);color:#080C1C;font-size:15px;font-weight:600;border:none;cursor:pointer;text-decoration:none;transition:opacity .2s,transform .2s}
    .btn-primary:hover{opacity:.86;transform:translateY(-2px)}
    .btn-ghost{display:inline-block;padding:14px 30px;border-radius:8px;background:transparent;color:white;font-size:15px;font-weight:600;border:1px solid rgba(255,255,255,.22);cursor:pointer;text-decoration:none;transition:background .2s,border-color .2s,transform .2s}
    .btn-ghost:hover{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.38);transform:translateY(-2px)}
    .takeaways{background:rgba(0,195,227,.06);border:1px solid rgba(0,195,227,.18);border-radius:14px;padding:24px 28px;margin:0 0 40px}
    .takeaways-label{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--cyan);margin-bottom:14px}
    .takeaways-list{list-style:none;display:flex;flex-direction:column;gap:10px}
    .takeaways-list li{font-size:15px;line-height:1.65;color:var(--muted);padding-left:22px;position:relative}
    .takeaways-list li::before{content:'\2192';position:absolute;left:0;color:var(--cyan);font-weight:700}
    .related-section{max-width:1280px;margin:0 auto;padding:44px 80px 80px}
    .related-label{font-size:clamp(22px,2.5vw,30px);font-weight:800;letter-spacing:-.03em;color:var(--text);margin:0 0 20px}
    .related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px}
    .related-card{display:block;padding:14px 18px;border:1px solid var(--border);border-radius:10px;text-decoration:none;color:var(--text);font-size:.875rem;font-weight:600;line-height:1.4;transition:border-color .18s}
    .related-card:hover{border-color:var(--orange)}
    [data-theme="light"]{--bg:#F0F4FF;--surface:#FFFFFF;--border:rgba(10,20,60,0.10);--text:#0A1440;--muted:rgba(10,20,60,0.55);--subtle:rgba(10,20,60,0.35);--cyan:#0098B0}
    [data-theme="light"] body{color:#0A1440}
    [data-theme="light"] .art-h1,[data-theme="light"] .art-prose h2{color:#0A1440}
    [data-theme="light"] .art-intro,[data-theme="light"] .art-prose p,[data-theme="light"] .art-prose li{color:rgba(10,20,60,.65)}
    [data-theme="light"] .art-meta{border-color:rgba(10,20,60,.10)}
    [data-theme="light"] .meta-name{color:#0A1440}
    [data-theme="light"] .meta-divider{background:rgba(10,20,60,.10)}
    [data-theme="light"] .art-prose h3{color:rgba(10,20,60,.85)}
    [data-theme="light"] .art-prose ul li::before{background:#0098B0}
    [data-theme="light"] .art-prose strong{color:#0A1440}
    [data-theme="light"] .art-prose a{color:#0098B0}
    [data-theme="light"] .callout{background:rgba(0,152,176,.05);border-color:rgba(0,152,176,.18)}
    [data-theme="light"] .callout p{color:rgba(10,20,60,.65)}
    [data-theme="light"] .callout.warning{background:rgba(250,80,0,.05);border-color:rgba(250,80,0,.18)}
    [data-theme="light"] .sidebar-card{background:#fff;border-color:rgba(10,20,60,.10);box-shadow:0 4px 16px rgba(10,20,60,.06)}
    [data-theme="light"] .fc-link{color:rgba(10,20,60,.55)}
    [data-theme="light"] .fc-link:hover{color:#0A1440}
    [data-theme="light"] .toc-item{color:rgba(10,20,60,.45)}
    [data-theme="light"] .toc-item:hover{color:#0A1440;background:rgba(10,20,60,.05);border-left-color:#0098B0}
    [data-theme="light"] .art-cta{background:radial-gradient(ellipse 90% 70% at 50% 120%,rgba(250,80,0,.10) 0%,transparent 60%),radial-gradient(circle,rgba(10,20,60,.028) 1px,transparent 1px),rgba(232,238,255,0.97);background-size:auto,28px 28px,auto}
    [data-theme="light"] .art-cta-h2{color:#0A1440}
    [data-theme="light"] .art-cta-sub{color:rgba(10,20,60,.60)}
    [data-theme="light"] .btn-ghost{color:#0A1440;border-color:rgba(10,20,60,.22)}
    [data-theme="light"] .btn-ghost:hover{background:rgba(10,20,60,.06);border-color:rgba(10,20,60,.38)}
    [data-theme="light"] .aurora-orb{opacity:0.12}
    @media(max-width:1024px){.page-wrap{padding:0 48px}.art-body{grid-template-columns:1fr;gap:48px}.art-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:16px}.sidebar-card{margin-bottom:0}.art-cta{padding:80px 48px}.related-section{padding:44px 48px 80px}}
    @media(max-width:768px){.page-wrap{padding:0 24px}.art-hero{padding:120px 0 48px}.art-body{padding:48px 0 64px;gap:40px}.art-sidebar{grid-template-columns:1fr}.art-prose h2{font-size:22px;margin-top:36px}.art-cta{padding:64px 24px}.related-section{padding:44px 24px 80px}}
    .lang-sel{display:flex;align-items:center;background:rgba(8,12,28,0.72);border:1.5px solid rgba(255,255,255,0.55);border-radius:20px;padding:2px;gap:0;backdrop-filter:blur(12px)}
    .lang-opt{display:flex;align-items:center;gap:4px;padding:3px 10px;border-radius:16px;font-size:11px;font-weight:600;letter-spacing:.03em;color:rgba(255,255,255,0.55);text-decoration:none;transition:background .2s,color .2s;white-space:nowrap}
    .lang-opt.active{background:rgba(255,255,255,0.14);color:white;cursor:default}
    .lang-opt:hover:not(.active){color:rgba(255,255,255,0.85)}
    [data-theme="light"] .lang-sel{background:rgba(10,20,60,0.07);border-color:rgba(10,20,60,0.18)}
    [data-theme="light"] .lang-opt{color:rgba(10,20,60,0.45)}
    [data-theme="light"] .lang-opt.active{background:rgba(10,20,60,0.12);color:#0A1440}
  
._i0{position:relative;z-index:1;}
._i1{color:rgba(255,255,255,.65);}
._i2{display:flex;align-items:center;gap:10px;text-decoration:none;}
._i3{width:36px;height:36px;border-radius:50%;object-fit:cover;object-position:center top;flex-shrink:0;}
._i4{color:#0A66C2;}
._i5{max-width:780px;margin:0 auto;padding:48px 24px 0;border-top:1px solid var(--border)}
._i6{display:flex;align-items:flex-start;gap:20px}
._i7{flex-shrink:0;text-decoration:none}
._i8{width:56px;height:56px;border-radius:50%;object-fit:cover;object-position:center top}
._i9{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--orange);margin-bottom:6px}
._i10{font-size:16px;font-weight:700;margin-bottom:2px}
._i11{color:inherit;text-decoration:none}
._i12{font-size:13px;color:var(--muted);margin-bottom:10px}
._i13{font-size:15px;line-height:1.65;margin:0}
._i14{padding:28px 24px 44px;text-align:center}
._i15{font-size:12px;color:var(--muted);line-height:1.8;margin:0 auto;max-width:680px;border-top:1px solid var(--border);padding-top:24px}
._i16{font-weight:600}