:root{
    --bg:#07111f;--bg2:#0b1728;--card:#101c2f;--card2:#0f1a2c;
    --line:rgba(148,163,184,.22);--text:#e5eefb;--muted:#a8b3c7;
    --brand:#38bdf8;--gold:#f6d365;--gold2:#d4af37;--green:#22c55e;
    --shadow:0 22px 70px rgba(0,0,0,.38);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;touch-action:manipulation;-webkit-text-size-adjust:100%}
button,a,input,select,textarea{touch-action:manipulation}
body.blog-detail-page{
    margin:0;
    background:
        radial-gradient(circle at 18% 0%,rgba(56,189,248,.16),transparent 30%),
        radial-gradient(circle at 82% 8%,rgba(212,175,55,.13),transparent 28%),
        linear-gradient(180deg,#07111f 0%,#0b1728 48%,#08111f 100%);
    color:var(--text);
    font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    line-height:1.55;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
}
.blog-detail-page a{color:inherit;text-decoration:none}
.blog-detail-page img{max-width:100%;height:auto}
.blog-detail-page .topbar{min-height:148px;contain:layout paint;overflow-anchor:none}
.blog-detail-page .premium-topline{min-height:40px}
.blog-detail-page .topbar-inner{min-height:108px}
.blog-detail-page .logo-img-wrap{display:inline-flex;width:220px;min-height:80px;align-items:center}
.blog-detail-page .site-logo-img{width:220px;height:80px;object-fit:contain}
.blog-detail-page #nav-toggle.nav-toggle{position:absolute;inline-size:1px;block-size:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap}
.blog-detail-page .blog-hero{
    width:min(1180px,calc(100% - 32px));
    margin:24px auto 0;
    padding:38px 28px;
    min-height:190px;
    border:1px solid rgba(212,175,55,.24);
    border-radius:30px;
    background:
        radial-gradient(circle at right top,rgba(246,211,101,.20),transparent 36%),
        radial-gradient(circle at left bottom,rgba(56,189,248,.16),transparent 34%),
        linear-gradient(135deg,rgba(15,23,42,.96),rgba(15,42,65,.88));
    box-shadow:var(--shadow);
    overflow:hidden;
    position:relative;
    color:#e5eefb;
    clear:both;
    isolation:isolate;
}
.blog-detail-page .blog-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,17,31,.20),rgba(15,32,58,.10),rgba(7,17,31,.18));pointer-events:none}
.blog-detail-page .blog-hero-inner{position:relative;z-index:1;max-width:980px;margin:0 auto;text-align:left}
.blog-detail-page .hero-kicker{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:rgba(246,211,101,.15);color:#fde68a;border:1px solid rgba(246,211,101,.34);border-radius:999px;padding:7px 12px;font-weight:950;font-size:13px;margin:0 0 16px}
.blog-detail-page .blog-hero h1{font-size:clamp(30px,5vw,54px);line-height:1.04;margin:0;letter-spacing:-.045em;color:#fff;max-width:940px}
.blog-detail-page .blog-hero p{color:#dbeafe;font-size:18px;line-height:1.75;margin:14px 0 0;max-width:780px}
.blog-detail-page .hero-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.blog-detail-page .hero-meta span,.blog-detail-page .hero-meta a{display:inline-flex;align-items:center;min-height:40px;border-radius:999px;padding:7px 11px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11);color:#e2e8f0;font-size:13px;font-weight:850}
.blog-detail-page .page-wrap{width:min(1180px,calc(100% - 32px));margin:24px auto 44px;display:grid;grid-template-columns:minmax(0,1fr);gap:22px;align-items:start;min-height:760px;overflow-anchor:none}
.blog-detail-page .article-card{background:linear-gradient(180deg,rgba(8,15,28,.98),rgba(10,18,32,.96));border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 24px 76px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.045)}
.blog-detail-page .cover-wrap{position:relative;background:#0b1020;border-bottom:1px solid rgba(148,163,184,.16);contain:layout paint}
.blog-detail-page .cover{display:block;width:100%;height:auto;max-height:520px;aspect-ratio:16/9;object-fit:cover;background:#0b1020;filter:saturate(1.04) contrast(1.03)}
.blog-detail-page .article-body{padding:30px}
.blog-detail-page .breadcrumb{font-size:14px;color:#cbd5e1;margin-bottom:16px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-height:32px}
.blog-detail-page .breadcrumb a{display:inline-flex;align-items:center;min-height:44px;color:#fde68a;font-weight:850}
.blog-detail-page .content{font-size:18px;color:#e5e7eb;overflow-wrap:anywhere;line-height:1.78}
.blog-detail-page .content h1{font-size:28px}
.blog-detail-page .content h2,.blog-detail-page .content h3,.blog-detail-page .content h4{color:#fff;line-height:1.25;letter-spacing:-.02em;margin-top:30px}
.blog-detail-page .content h2{font-size:28px}
.blog-detail-page .content h3{font-size:23px}
.blog-detail-page .content p{margin:0 0 18px}
.blog-detail-page .content a{color:#f6d365;font-weight:850;text-decoration:underline;text-decoration-color:rgba(246,211,101,.35);text-underline-offset:3px}
.blog-detail-page .content img{max-width:100%;height:auto;border-radius:18px;border:1px solid rgba(148,163,184,.18);margin:18px auto;background:#0b1020}
.blog-detail-page .content ul,.blog-detail-page .content ol{padding-left:22px}
.blog-detail-page .content blockquote{margin:24px 0;padding:18px 20px;border-left:4px solid #d4af37;background:rgba(246,211,101,.08);border-radius:16px;color:#f8fafc}
.blog-detail-page .footer-links{margin-top:30px;display:flex;gap:10px;flex-wrap:wrap}
.blog-detail-page .footer-links a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 14px;border-radius:999px;background:rgba(246,211,101,.10);border:1px solid rgba(246,211,101,.22);font-weight:900;color:#f6d365}
.blog-detail-page .lap-premium-footer,.blog-detail-page footer[role="contentinfo"]{min-height:320px;contain:layout paint;overflow:hidden;overflow-anchor:none}
@media(max-width:820px){
    .blog-detail-page .topbar{min-height:132px}
    .blog-detail-page .blog-hero{width:min(100% - 24px,1180px);margin-top:16px;padding:28px 18px;border-radius:22px;min-height:170px}
    .blog-detail-page .page-wrap{width:min(100% - 24px,1180px);margin:18px auto 34px}
    .blog-detail-page .article-body{padding:20px}
    .blog-detail-page .content{font-size:17px}
    .blog-detail-page .content h2{font-size:24px}
    .blog-detail-page .cover{max-height:360px}
}
@media(max-width:520px){
    .blog-detail-page .blog-hero h1{font-size:30px}
    .blog-detail-page .hero-meta{justify-content:flex-start}
    .blog-detail-page .breadcrumb{font-size:13px}
    .blog-detail-page .footer-links a{width:100%}
}


/* LAPDNS BLOG DETAY LCP IMAGE ULTRA LIGHT */
.blog-detail-page .cover-wrap{display:flex!important;align-items:center!important;justify-content:center!important;padding:16px!important;background:rgba(8,15,28,.98)!important;}
.blog-detail-page .cover{width:min(100%,360px)!important;height:auto!important;max-height:none!important;aspect-ratio:4/5!important;object-fit:cover!important;border-radius:20px!important;box-shadow:0 20px 52px rgba(0,0,0,.32)!important;}
@media(max-width:768px){.blog-detail-page .cover-wrap{padding:12px!important}.blog-detail-page .cover{width:min(72vw,340px)!important}}
