.blog-root{color:#1e293b;background:linear-gradient(#e0f2fe 0%,#f0f9ff 25%,#f8fafc 50%,#f0f9ff 80%,#f8fafc 100%);flex-direction:column;min-height:100vh;font-family:Nunito,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;display:flex;position:relative}.blog-root:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle,#0284c70a 1px,#0000 1px);background-size:32px 32px;animation:30s linear infinite blogGridDrift;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes blogGridDrift{0%{background-position:0 0}to{background-position:32px 32px}}.blog-root.dark:before{background-image:radial-gradient(circle,#38bdf808 1px,#0000 1px)}.blog-root.dark{color:#e2e8f0;background:linear-gradient(#0c1a2e 0%,#0f172a 30%,#111827 60%,#0f172a 100%)}.blog-root .lp-footer{margin-top:auto}.blog-main,.blog-root .lp-footer{z-index:1;position:relative}.blog-header{-webkit-backdrop-filter:blur(14px);z-index:100;background:#ffffffeb;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:16px;padding:14px 24px;display:flex;position:fixed;top:0;left:0;right:0}.dark .blog-header{background:#0f172aeb;border-color:#1e293b}.blog-header__left{align-items:center;gap:14px;display:flex}.blog-logo{color:inherit;align-items:center;gap:8px;font-size:17px;font-weight:800;text-decoration:none;transition:opacity .2s;display:inline-flex}.blog-logo:hover{opacity:.8}.blog-logo img{border-radius:6px}.blog-badge{color:#64748b;letter-spacing:.2px;border-left:1px solid #cbd5e1;margin-left:4px;padding:0 0 0 12px;font-size:14px;font-weight:500}.dark .blog-badge{color:#94a3b8;border-left-color:#475569}.blog-header__nav{align-items:center;gap:6px;display:flex}.blog-header__link{color:#64748b;border:1px solid #0000;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.blog-header__link:hover{color:#0284c7;background:#0284c70f}.dark .blog-header__link{color:#94a3b8}.dark .blog-header__link:hover{color:#38bdf8;background:#38bdf81a}.blog-header__link--primary{color:#0284c7;background:#0284c714;border-color:#0284c726}.blog-header__link--primary:hover{background:#0284c726}.dark .blog-header__link--primary{color:#38bdf8;background:#38bdf81f;border-color:#38bdf833}@media (max-width:600px){.blog-header__nav{gap:2px}.blog-header__link span{display:none}.blog-header__link{padding:7px 10px}.blog-badge{display:none}}.blog-main{max-width:820px;margin:0 auto;padding:105px 24px 80px}.blog-main--article{max-width:100%;padding-left:24px;padding-right:24px}.blog-title{background:linear-gradient(135deg,#0284c7 0%,#06b6d4 50%,#22d3ee 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 8px #06b6d433);-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:clamp(28px,5vw,40px);font-weight:900}.dark .blog-title{background:linear-gradient(135deg,#fff 0%,#67e8f9 45%,#22d3ee 100%);-webkit-text-fill-color:transparent;filter:brightness(1.1)drop-shadow(0 0 10px #67e8f94d);-webkit-background-clip:text;background-clip:text}.blog-subtitle{color:#64748b;margin-bottom:40px;font-size:16px}.dark .blog-subtitle{color:#94a3b8}.blog-banner{text-align:center;background:linear-gradient(135deg,#0c4a6e 0%,#0284c7 60%,#06b6d4 100%);border-radius:20px;margin-bottom:40px;padding:56px 40px;position:relative;overflow:hidden}.dark .blog-banner{background:linear-gradient(135deg,#0c2d48 0%,#0369a1 60%,#0284c7 100%)}.blog-banner:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffff0f 40%,#ffffff1f 50%,#ffffff0f 60%,#0000 100%);width:60%;height:100%;animation:6s ease-in-out infinite blogBannerSweep;position:absolute;top:0;left:-100%}@keyframes blogBannerSweep{0%{opacity:0;left:-60%}15%{opacity:1}85%{opacity:1}to{opacity:0;left:160%}}.blog-banner:after{content:"";pointer-events:none;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:40px 40px;position:absolute;top:0;bottom:0;left:0;right:0}.blog-banner__content{z-index:1;position:relative}.blog-banner__title{color:#fff;text-shadow:0 2px 8px #00000026;margin-bottom:10px;font-size:clamp(28px,5vw,40px);font-weight:900}.blog-banner__subtitle{color:#e0f2fe;opacity:.9;margin:0;font-size:16px}.dark .blog-banner__subtitle{color:#bae6fd}@media (max-width:600px){.blog-banner{border-radius:16px;padding:40px 20px}}.blog-main--index{width:100%;max-width:1120px}.blog-hero-section{grid-template-columns:1fr;gap:24px;margin-bottom:48px;display:grid}@media (min-width:1024px){.blog-hero-section{grid-template-columns:1fr 1fr;gap:20px}}.blog-hero-featured{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.blog-hero-featured:hover{box-shadow:0 12px 24px #0000000f}.dark .blog-hero-featured{background:#1e293b;border-color:#334155}.dark .blog-hero-featured:hover{box-shadow:0 12px 32px #00000040}.blog-hero-featured__image{background-color:#e0f2fe;background-image:radial-gradient(#38bdf8 1px,#0000 1px),linear-gradient(135deg,#e0f2fee6,#bae6fde6);background-size:20px 20px,100% 100%;justify-content:center;align-items:center;height:260px;display:flex;position:relative;overflow:hidden}.dark .blog-hero-featured__image{background-color:#0c4a6e;background-image:radial-gradient(#0284c7 1px,#0000 1px),linear-gradient(135deg,#0c4a6ee6,#075985e6)}@keyframes floatAutomaton{0%,to{filter:drop-shadow(0 8px 16px #0284c740);transform:translateY(0)scale(1)}50%{filter:drop-shadow(0 12px 24px #0284c766);transform:translateY(-4px)scale(1.02)}}.blog-hero-featured__icon{color:#0284c7;opacity:.9;transition:opacity .4s;animation:4s ease-in-out infinite floatAutomaton}.blog-hero-featured:hover .blog-hero-featured__icon{opacity:1;animation-play-state:paused}.dark .blog-hero-featured__icon{color:#bae6fd}.blog-hero-featured__content{flex-direction:column;flex:1;padding:32px;display:flex}.blog-hero-featured--text-only{justify-content:center;position:relative;overflow:hidden}.blog-hero-featured--text-only:before{content:"";background:linear-gradient(90deg,#0ea5e9,#06b6d4,#22d3ee);border-radius:20px 20px 0 0;height:6px;position:absolute;top:0;left:0;right:0}.blog-hero-featured--cat-tips-operasional:before{background:linear-gradient(90deg,#10b981,#34d399,#6ee7b7)}.blog-hero-featured--cat-panduan-pemula:before{background:linear-gradient(90deg,#8b5cf6,#a78bfa,#c4b5fd)}.blog-hero-featured--cat-keuangan:before{background:linear-gradient(90deg,#f59e0b,#fbbf24,#fcd34d)}.blog-hero-featured--cat-teknologi:before{background:linear-gradient(90deg,#0ea5e9,#38bdf8,#7dd3fc)}.blog-hero-featured--cat-inspirasi:before{background:linear-gradient(90deg,#ec4899,#f472b6,#f9a8d4)}.blog-hero-featured--cat-industri:before{background:linear-gradient(90deg,#8b5cf6,#818cf8,#a5b4fc)}.blog-hero-featured--text-only .blog-hero-featured__content{padding:32px 36px}.blog-hero-featured--text-only .blog-hero-featured__title{font-size:clamp(22px,3vw,30px)}.blog-hero-featured--text-only .blog-hero-featured__excerpt{font-size:15px;line-height:1.65}@media (max-width:600px){.blog-hero-featured--text-only .blog-hero-featured__content{padding:24px 20px}}.blog-hero-badge{color:#4338ca;background:#e0e7ff;border-radius:8px;align-self:flex-start;margin-bottom:16px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.blog-hero-badge--secondary{color:#b45309;background:#fef3c7}.dark .blog-hero-badge{color:#818cf8;background:#6366f133}.dark .blog-hero-badge--secondary{color:#fbbf24;background:#f59e0b33}.blog-hero-category-tag{text-transform:uppercase;letter-spacing:.05em;color:#0284c7;background:#0284c71a;border-radius:6px;align-self:flex-start;margin-bottom:12px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.dark .blog-hero-category-tag{color:#7dd3fc;background:#38bdf81f}.blog-hero-featured__title{color:#0f172a;margin-bottom:12px;font-size:clamp(22px,3vw,28px);font-weight:800;line-height:1.35}.dark .blog-hero-featured__title{color:#f8fafc}.blog-hero-featured__excerpt{color:#475569;margin-bottom:24px;font-size:16px;line-height:1.6}.dark .blog-hero-featured__excerpt{color:#94a3b8}.blog-hero-meta{color:#64748b;align-items:center;gap:8px;margin-top:auto;font-size:13px;font-weight:600;display:flex}.dark .blog-hero-meta{color:#94a3b8}@keyframes pulseLed{0%,to{box-shadow:0 0 #0ea5e966}50%{box-shadow:0 0 0 4px #0ea5e900}}.blog-hero-meta__avatar-initial{object-fit:cover;border-radius:50%;flex-shrink:0;width:24px;height:24px;margin-right:4px;display:block}.blog-hero-meta__author{color:#334155;font-weight:700}.dark .blog-hero-meta__author,.blog-hero-meta__dot{color:#cbd5e1}.dark .blog-hero-meta__dot{color:#475569}.blog-hero-side{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;display:flex;overflow:hidden}.dark .blog-hero-side{background:#1e293b;border-color:#334155}.blog-hero-side__item{flex-direction:column;flex:1;padding:24px;text-decoration:none;transition:background .2s;display:flex;position:relative}.blog-hero-side__item:before{content:"";transform-origin:50%;background:#0ea5e9;width:3px;transition:transform .2s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.blog-hero-side__item:hover{background:#e0f2fe}.blog-hero-side__item:hover .blog-hero-side__title{color:#0284c7}.dark .blog-hero-side__item:hover{background:#0284c726}.dark .blog-hero-side__item:hover .blog-hero-side__title{color:#38bdf8}.blog-hero-side__item:hover:before{transform:scaleY(1)}.blog-hero-side__item--bordered{border-bottom:1px solid #e2e8f0}.dark .blog-hero-side__item--bordered{border-bottom-color:#334155}.blog-hero-side__title{color:#0f172a;margin-bottom:16px;font-size:17px;font-weight:800;line-height:1.4}.dark .blog-hero-side__title{color:#f8fafc}.blog-divider{background:#e2e8f0;border:none;height:1px;margin:40px 0 32px}.dark .blog-divider{background:#334155}.blog-list{flex-direction:column;display:flex}.blog-list__item{border-bottom:1px solid #e2e8f0;padding:20px 0;text-decoration:none;transition:padding-left .2s;display:block}.blog-list__item:first-child{padding-top:0}.blog-list__item:hover{padding-left:8px}.dark .blog-list__item{border-bottom-color:#334155}.blog-list__title{color:#0f172a;margin-bottom:6px;font-size:17px;font-weight:700;line-height:1.4;transition:color .2s}.blog-list__item:hover .blog-list__title{color:#0284c7}.dark .blog-list__title{color:#f1f5f9}.dark .blog-list__item:hover .blog-list__title{color:#38bdf8}.blog-list__meta{color:#94a3b8;align-items:center;gap:6px;font-size:13px;display:flex}.blog-list__dot{opacity:.5}.blog-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}.blog-card{color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:28px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.blog-card:hover{border-color:#7dd3fc;transform:translateY(-1px);box-shadow:0 6px 16px #0ea5e91f}.dark .blog-card{background:#1e293b;border-color:#334155}.dark .blog-card:hover{border-color:#0284c7;box-shadow:0 6px 16px #0ea5e933}.blog-card__date{color:#0284c7;background:#e0f2fe;border-radius:12px;width:-moz-fit-content;width:fit-content;margin-bottom:8px;padding:4px 10px;font-size:12px;font-weight:700}.dark .blog-card__date{color:#38bdf8;background:#0284c733}.blog-card__title{margin:4px 0 10px;font-size:20px;font-weight:800;line-height:1.35;transition:color .2s}.blog-card:hover .blog-card__title{color:#0284c7}.dark .blog-card:hover .blog-card__title{color:#38bdf8}.blog-card__excerpt{color:#64748b;margin-bottom:12px;font-size:15px;line-height:1.6}.dark .blog-card__excerpt{color:#94a3b8}.blog-card__read{color:#0284c7;margin-top:auto;font-size:14px;font-weight:700}.dark .blog-card__read{color:#38bdf8}.blog-pagination{justify-content:center;align-items:center;gap:20px;margin-top:48px;display:flex}.blog-pagination__btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.blog-pagination__btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.blog-pagination__btn:disabled{opacity:.5;cursor:not-allowed;background:#f1f5f9}.dark .blog-pagination__btn{color:#f8fafc;background:#1e293b;border-color:#334155}.dark .blog-pagination__btn:hover:not(:disabled){background:#334155}.dark .blog-pagination__btn:disabled{background:#0f172a}.blog-pagination__info{color:#64748b;font-size:14px;font-weight:500}.blog-back{color:#0284c7;margin-bottom:24px;font-size:14px;font-weight:700;text-decoration:none;display:inline-block}.blog-back:hover{text-decoration:none}.dark .blog-back{color:#38bdf8}.blog-article__meta{color:#64748b;gap:8px;margin-bottom:16px;font-size:13px;font-weight:600;display:inline-flex}.dark .blog-article__meta{color:#94a3b8}.blog-article__title{letter-spacing:-.02em;color:#0f172a;margin-bottom:20px;font-size:clamp(28px,4.5vw,40px);font-weight:900;line-height:1.2}.blog-article__excerpt{color:#475569;border-bottom:1px solid #e2e8f0;border-left:3px solid #0284c7;margin-bottom:40px;padding-bottom:32px;padding-left:20px;font-size:18px;font-weight:500;line-height:1.7}.dark .blog-article__excerpt{color:#94a3b8;border-bottom-color:#334155;border-left-color:#38bdf8}.blog-article__body{color:#334155;max-width:100%;font-size:17px;line-height:1.85}.blog-article__body>p:first-of-type:first-letter{float:left;color:#0284c7;margin:6px 12px 0 0;font-size:3.2em;font-weight:900;line-height:.85}.dark .blog-article__body>p:first-of-type:first-letter{color:#38bdf8}.blog-article__body h2{color:#0f172a;letter-spacing:-.01em;border-left:4px solid #0284c7;margin:48px 0 18px;padding-left:16px;font-size:24px;font-weight:800;line-height:1.35}.dark .blog-article__body h2{color:#f1f5f9;border-left-color:#38bdf8}.blog-article__body h3{color:#1e293b;letter-spacing:-.01em;margin:36px 0 12px;font-size:19px;font-weight:700}.dark .blog-article__body h3{color:#e2e8f0}.blog-article__body p{color:#334155;text-align:justify;word-break:break-word;margin-bottom:20px}.dark .blog-article__body p{color:#cbd5e1}.blog-article__body ul,.blog-article__body ol{margin:16px 0 24px;padding-left:0;list-style:none}.blog-article__body li{color:#334155;margin-bottom:12px;padding-left:28px;line-height:1.7;position:relative}.blog-article__body li:before{content:"";background:linear-gradient(135deg,#0284c7,#06b6d4);border-radius:50%;flex-shrink:0;width:8px;height:8px;position:absolute;top:10px;left:4px}.dark .blog-article__body li{color:#cbd5e1}.dark .blog-article__body li:before{background:linear-gradient(135deg,#38bdf8,#22d3ee)}.blog-article__body strong{color:#0284c7;font-weight:700}.dark .blog-article__body strong{color:#38bdf8}.blog-article__body blockquote{color:#475569;background:linear-gradient(135deg,#0284c70a,#06b6d405);border-left:4px solid #0284c7;border-radius:0 12px 12px 0;margin:28px 0;padding:20px 24px;font-style:italic}.dark .blog-article__body blockquote{color:#94a3b8;background:linear-gradient(135deg,#0ea5e914,#06b6d40a);border-left-color:#38bdf8}.blog-article__body a{color:#0284c7;text-underline-offset:3px;font-weight:600;-webkit-text-decoration:underline #0284c74d;text-decoration:underline #0284c74d;transition:all .2s}.blog-article__body a:hover{color:#0369a1;text-decoration-color:#0284c7}.dark .blog-article__body a{color:#38bdf8;text-decoration-color:#38bdf84d}.dark .blog-article__body a:hover{color:#7dd3fc;text-decoration-color:#38bdf8}.blog-article__body hr{background:linear-gradient(90deg,#0000,#e2e8f0,#0000);border:none;height:1px;margin:36px 0}.dark .blog-article__body hr{background:linear-gradient(90deg,#0000,#334155,#0000)}.blog-sidebar-left{display:none}@media (min-width:1280px){.blog-sidebar-left{grid-column:1;justify-self:end;padding-right:40px;display:block}.blog-sidebar-left__inner{opacity:.6;flex-direction:column;align-items:flex-start;transition:opacity .3s;display:flex;position:sticky;top:105px}.blog-sidebar-left__inner:hover{opacity:1}}.blog-author-block{align-items:center;gap:12px;margin-bottom:32px;display:flex}.blog-author-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:48px;height:48px;display:block}.blog-author-info{flex-direction:column;display:flex}.blog-author-name{color:#1e293b;font-size:15px;font-weight:700}.dark .blog-author-name{color:#f8fafc}.blog-author-role{color:#64748b;font-size:13px}.dark .blog-author-role{color:#94a3b8}.blog-share-floating{border-top:1px solid #e2e8f0;flex-direction:column;gap:16px;width:100%;padding-top:24px;display:flex}.dark .blog-share-floating{border-color:#334155}.blog-share-title{text-transform:uppercase;letter-spacing:.5px;color:#94a3b8;font-size:12px;font-weight:700}.blog-share-icon{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.blog-share-icon:hover{color:#0284c7;background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-2px)}.dark .blog-share-icon{color:#94a3b8;background:#1e293b;border-color:#334155}.dark .blog-share-icon:hover{color:#38bdf8;background:#334155}.blog-article__topbar{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.blog-share{display:inline-flex;position:relative}.blog-share__btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:700;transition:all .15s;display:inline-flex}.blog-share__btn:hover{color:#0284c7;background:#f1f5f9;border-color:#cbd5e1}.dark .blog-share__btn{color:#94a3b8;background:#1e293b;border-color:#334155}.dark .blog-share__btn:hover{color:#38bdf8;background:#334155}.blog-share__dropdown{z-index:20;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;min-width:180px;padding:6px;animation:.15s shareDropIn;display:flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 32px #0000001a}.dark .blog-share__dropdown{background:#1e293b;border-color:#334155;box-shadow:0 8px 32px #0000004d}@keyframes shareDropIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.blog-share__dropdown button{color:#334155;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:10px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:all .12s;display:flex}.blog-share__dropdown button:hover{color:#0284c7;background:#f1f5f9}.dark .blog-share__dropdown button{color:#cbd5e1}.dark .blog-share__dropdown button:hover{color:#38bdf8;background:#334155}.blog-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#0c4a6e,#0369a1);border-radius:16px;margin-top:48px;padding:32px}.blog-cta h3{margin-bottom:8px;font-size:20px;font-weight:800}.blog-cta p{opacity:.9;margin-bottom:20px;font-size:15px}.blog-cta__btn{color:#0284c7;background:#fff;border-radius:10px;padding:12px 32px;font-size:15px;font-weight:800;text-decoration:none;transition:transform .15s;display:inline-block}.blog-cta__btn:hover{transform:scale(1.03)}.blog-mini-footer{z-index:50;background:#f1f5f9;border-top:1px solid #e2e8f0;width:100%;margin-top:auto;padding:20px 32px;position:relative}.dark .blog-mini-footer{background:#0c1222;border-top-color:#1e293b}.blog-mini-footer__inner{color:#64748b;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}.dark .blog-mini-footer__inner{color:#ffffff73}.blog-mini-footer__links{align-items:center;gap:8px;display:flex}.blog-mini-footer__links a{color:#475569;font-weight:600;text-decoration:none;transition:color .2s}.blog-mini-footer__links a:hover{color:#0284c7}.dark .blog-mini-footer__links a{color:#ffffff8c}.dark .blog-mini-footer__links a:hover{color:#fff}.blog-mini-footer__links span{color:#cbd5e1}.dark .blog-mini-footer__links span{color:#fff3}.blog-mini-footer__badge{color:#94a3b8;font-size:12px}.dark .blog-mini-footer__badge{color:#ffffff59}@media (max-width:600px){.blog-mini-footer__inner{text-align:center;flex-direction:column}}@media (max-width:768px){.blog-main{padding:80px 16px 48px}.blog-title{font-size:26px}.blog-subtitle{margin-bottom:24px;font-size:14px}.blog-card{border-radius:12px;padding:20px}.blog-card__title{font-size:17px}.blog-card__excerpt{font-size:14px}.blog-article__title{font-size:24px}.blog-article__excerpt{margin-bottom:24px;padding-bottom:16px;font-size:15px}.blog-article__body{font-size:15px}.blog-article__body h2{margin:28px 0 10px;font-size:19px}.blog-article__body h3{font-size:16px}.blog-cta{margin-top:32px;padding:24px 16px}.blog-cta h3{font-size:17px}.blog-cta p{font-size:14px}.blog-cta__btn{padding:10px 24px;font-size:14px}.blog-article__topbar{margin-bottom:12px}.blog-share__btn{padding:6px 12px;font-size:12px}.blog-mini-footer{padding:16px}}@media (max-width:420px){.blog-main{padding:72px 12px 40px}.blog-header{padding:10px 12px}.blog-logo{font-size:15px}.blog-logo img{width:26px;height:26px}.blog-card{padding:16px}.blog-card__title{font-size:16px}.blog-share__dropdown{min-width:160px}}.blog-content-wrapper{grid-template-columns:1fr;gap:40px;display:grid}@media (min-width:1280px){.blog-content-wrapper{grid-template-columns:minmax(320px,1fr) minmax(0,760px) minmax(320px,1fr);gap:40px}.blog-article{grid-column:2}.blog-sidebar{grid-column:3;justify-self:start;width:320px}}@media (max-width:1279px) and (min-width:1024px){.blog-content-wrapper{justify-content:center;align-items:flex-start;gap:40px;display:flex}.blog-article{flex:760px;max-width:760px}.blog-sidebar{flex:0 0 320px;width:320px}}.blog-sidebar{opacity:.6;align-self:start;transition:opacity .3s;position:sticky;top:100px}.blog-sidebar:hover{opacity:1}.blog-sidebar__title{color:#1e293b;border-bottom:2px solid #f1f5f9;margin-bottom:20px;padding-bottom:12px;font-size:18px;font-weight:800}.dark .blog-sidebar__title{color:#f8fafc;border-bottom-color:#334155}.blog-sidebar__list{flex-direction:column;gap:24px;display:flex}.blog-sidebar__item{box-shadow:none;background:0 0;border:none;padding:0;text-decoration:none;transition:opacity .2s;display:block}.blog-sidebar__item:hover{opacity:.85}.dark .blog-sidebar__item{background:0 0;border:none}.blog-sidebar__item-title{color:#0f172a;margin-bottom:6px;font-size:15px;font-weight:700;line-height:1.4;transition:color .2s}.blog-sidebar__item:hover .blog-sidebar__item-title{color:#0284c7}.dark .blog-sidebar__item-title{color:#f1f5f9}.dark .blog-sidebar__item:hover .blog-sidebar__item-title{color:#38bdf8}.blog-sidebar__item-meta{color:#64748b;gap:6px;font-size:12.5px;font-weight:500;display:flex}.dark .blog-sidebar__item-meta{color:#94a3b8}.blog-hero-banner{background:linear-gradient(135deg,#0c4a6e 0%,#0284c7 40%,#06b6d4 70%,#22d3ee 100%);border-radius:24px;width:100%;margin-bottom:48px;padding:52px 40px 48px;position:relative;overflow:hidden}@keyframes blogHeroGradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.blog-hero-banner:before{content:"";pointer-events:none;background:radial-gradient(80% 60% at 10% 90%,#22d3ee40 0%,#0000 60%),radial-gradient(60% 80% at 85% 20%,#bae6fd33 0%,#0000 55%),radial-gradient(50% 50%,#ffffff0a 0%,#0000 50%);position:absolute;top:0;bottom:0;left:0;right:0}.blog-hero-banner:after{content:"";pointer-events:none;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:40px 40px;position:absolute;top:0;bottom:0;left:0;right:0}.blog-hero-banner__content{z-index:1;position:relative}.blog-hero-banner__eyebrow{text-transform:uppercase;letter-spacing:1.5px;color:#ffffffb3;align-items:center;gap:6px;margin-bottom:16px;font-size:12px;font-weight:700;display:inline-flex}.blog-hero-banner__eyebrow-dot{background:#22d3ee;border-radius:50%;width:6px;height:6px;animation:2s infinite pulseLed}.blog-hero-banner__title{color:#fff;text-shadow:0 2px 12px #00000026;margin-bottom:14px;font-size:clamp(30px,5vw,46px);font-weight:900;line-height:1.15}.blog-hero-banner__subtitle{color:#bae6fd;opacity:.9;max-width:520px;font-size:16px;line-height:1.6}.blog-hero-banner__stats{gap:24px;margin-top:28px;display:flex}.blog-hero-banner__stat{flex-direction:column;gap:2px;display:flex}.blog-hero-banner__stat-value{color:#fff;font-size:22px;font-weight:800}.blog-hero-banner__stat-label{color:#fff9;font-size:12px;font-weight:600}.dark .blog-hero-banner{background:linear-gradient(135deg,#0c2235 0%,#0369a1 40%,#0284c7 70%,#06b6d4 100%)}@media (max-width:600px){.blog-hero-banner{border-radius:18px;padding:36px 20px 32px}.blog-hero-banner__stats{gap:16px}.blog-hero-banner__stat-value{font-size:18px}}.blog-tags{flex-wrap:wrap;gap:8px;margin-bottom:36px;padding:0;display:flex}.blog-tag-pill{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:100px;align-items:center;gap:5px;padding:7px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.blog-tag-pill:hover{color:#0284c7;background:#f0f9ff;border-color:#7dd3fc}.blog-tag-pill--active{color:#fff;background:#0284c7;border-color:#0284c7}.blog-tag-pill--active:hover{color:#fff;background:#0369a1;border-color:#0369a1}.dark .blog-tag-pill{color:#94a3b8;background:#1e293b;border-color:#334155}.dark .blog-tag-pill:hover{color:#38bdf8;background:#0ea5e91a;border-color:#0ea5e9}.dark .blog-tag-pill--active{color:#fff;background:#0284c7;border-color:#0284c7}.dark .blog-tag-pill--active:hover{color:#fff;background:#0369a1}.blog-card-grid{grid-template-columns:1fr;gap:20px;margin-bottom:48px;display:grid}@media (min-width:768px){.blog-card-grid{grid-template-columns:repeat(2,1fr)}}.blog-rich-card{color:inherit;opacity:0;background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;text-decoration:none;transition:transform .25s,box-shadow .25s,border-color .25s;animation:.5s forwards blogCardFadeIn;display:flex;position:relative;overflow:hidden}.blog-rich-card:first-child{animation-delay:50ms}.blog-rich-card:nth-child(2){animation-delay:.1s}.blog-rich-card:nth-child(3){animation-delay:.15s}.blog-rich-card:nth-child(4){animation-delay:.2s}.blog-rich-card:nth-child(5){animation-delay:.25s}.blog-rich-card:nth-child(6){animation-delay:.3s}.blog-rich-card:nth-child(7){animation-delay:.35s}.blog-rich-card:nth-child(8){animation-delay:.4s}@keyframes blogCardFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.blog-rich-card:hover{border-color:#7dd3fc;transform:translateY(-4px);box-shadow:0 16px 40px #0284c71f}.dark .blog-rich-card{background:#1e293b;border-color:#334155}.dark .blog-rich-card:hover{border-color:#0ea5e9;box-shadow:0 16px 40px #0ea5e926}.blog-rich-card__accent{flex-shrink:0;width:100%;height:4px}.blog-rich-card__accent--1{background:linear-gradient(90deg,#0284c7,#22d3ee)}.blog-rich-card__accent--2{background:linear-gradient(90deg,#06b6d4,#34d399)}.blog-rich-card__accent--3{background:linear-gradient(90deg,#8b5cf6,#c084fc)}.blog-rich-card__accent--4{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.blog-rich-card__accent--5{background:linear-gradient(90deg,#ef4444,#f97316)}.blog-rich-card__body{flex-direction:column;flex:1;padding:24px 24px 20px;display:flex}.blog-rich-card__header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.blog-rich-card__number{color:#0284c7;background:#f0f9ff;border:1px solid #e0f2fe;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:800;display:flex}.dark .blog-rich-card__number{color:#38bdf8;background:#0ea5e91a;border-color:#0ea5e933}.blog-rich-card__readbar{color:#94a3b8;align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.blog-rich-card__readbar-track{background:#e2e8f0;border-radius:2px;width:40px;height:3px;overflow:hidden}.blog-rich-card__readbar-fill{background:linear-gradient(90deg,#0284c7,#22d3ee);border-radius:2px;height:100%;transition:width .3s}.dark .blog-rich-card__readbar-track{background:#334155}.blog-rich-card__title{color:#0f172a;margin-bottom:10px;font-size:18px;font-weight:800;line-height:1.4;transition:color .2s}.blog-rich-card:hover .blog-rich-card__title{color:#0284c7}.dark .blog-rich-card__title{color:#f8fafc}.dark .blog-rich-card:hover .blog-rich-card__title{color:#38bdf8}.blog-rich-card__excerpt{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:18px;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.dark .blog-rich-card__excerpt{color:#94a3b8}.blog-rich-card__footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;display:flex}.dark .blog-rich-card__footer{border-top-color:#1e293b}.blog-rich-card__author{align-items:center;gap:8px;display:flex}.blog-rich-card__author-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:24px;height:24px;display:block}.blog-rich-card__author-name{color:#334155;font-size:12px;font-weight:700}.dark .blog-rich-card__author-name{color:#cbd5e1}.blog-rich-card__date{color:#94a3b8;font-size:12px;font-weight:500}@media (max-width:600px){.blog-rich-card__body{padding:18px 18px 16px}.blog-rich-card__title{font-size:16px}}.blog-newsletter{text-align:center;-webkit-backdrop-filter:blur(12px);background:linear-gradient(135deg,#0284c714,#06b6d40f);border:1px solid #0284c726;border-radius:24px;margin:48px 0 0;padding:44px 36px;position:relative;overflow:hidden}.blog-newsletter:before{content:"";pointer-events:none;background:radial-gradient(60% 80% at 20% 80%,#22d3ee14 0%,#0000 60%),radial-gradient(50% 60% at 80% 30%,#0284c70f 0%,#0000 50%);position:absolute;top:0;bottom:0;left:0;right:0}.dark .blog-newsletter{background:linear-gradient(135deg,#0ea5e914,#06b6d40a);border-color:#0ea5e933}.blog-newsletter__content{z-index:1;position:relative}.blog-newsletter__icon{margin-bottom:12px;font-size:36px}.blog-newsletter__title{color:#0f172a;margin-bottom:8px;font-size:22px;font-weight:800}.dark .blog-newsletter__title{color:#f8fafc}.blog-newsletter__desc{color:#64748b;max-width:420px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:15px;line-height:1.6}.dark .blog-newsletter__desc{color:#94a3b8}.blog-newsletter__form{gap:10px;max-width:400px;margin:0 auto;display:flex}.blog-newsletter__input{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:12px;outline:none;flex:1;padding:12px 18px;font-family:inherit;font-size:14px;transition:border-color .2s}.blog-newsletter__input::placeholder{color:#94a3b8}.blog-newsletter__input:focus{border-color:#0284c7;box-shadow:0 0 0 3px #0284c71a}.dark .blog-newsletter__input{color:#f8fafc;background:#1e293b;border-color:#334155}.dark .blog-newsletter__input:focus{border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e926}.blog-newsletter__btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#0284c7,#06b6d4);border:none;border-radius:12px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:700;transition:all .2s}.blog-newsletter__btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0284c74d}.dark .blog-newsletter__btn{background:linear-gradient(135deg,#0ea5e9,#06b6d4)}@media (max-width:480px){.blog-newsletter{border-radius:18px;padding:32px 20px}.blog-newsletter__form{flex-direction:column}.blog-newsletter__title{font-size:19px}}.blog-empty-state{text-align:center;background:#fff;border:1.5px dashed #cbd5e1;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:16px;margin-bottom:48px;padding:64px 32px;display:flex}.dark .blog-empty-state{background:#1e293b;border-color:#334155}.blog-empty-state__icon{color:#0284c7;background:linear-gradient(135deg,#0284c714,#06b6d40d);border-radius:50%;place-items:center;width:80px;height:80px;margin-bottom:8px;display:grid}.dark .blog-empty-state__icon{color:#38bdf8;background:linear-gradient(135deg,#0ea5e91f,#06b6d40f)}.blog-empty-state__title{color:#0f172a;letter-spacing:-.02em;font-size:22px;font-weight:900}.dark .blog-empty-state__title{color:#f1f5f9}.blog-empty-state__desc{color:#64748b;max-width:400px;font-size:15px;line-height:1.6}.dark .blog-empty-state__desc{color:#94a3b8}.blog-empty-state__btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0284c7,#06b6d4);border:none;border-radius:10px;margin-top:8px;padding:10px 24px;font-family:inherit;font-size:14px;font-weight:700;transition:all .2s}.blog-empty-state__btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0284c740}.dark .blog-empty-state__btn{background:linear-gradient(135deg,#0ea5e9,#06b6d4)}.blog-featured-badge{color:#78350f;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:8px;align-self:flex-start;align-items:center;gap:5px;margin-bottom:14px;padding:4px 12px;font-size:11px;font-weight:800;display:inline-flex}.blog-featured-badge__star{font-size:12px}.blog-section-header{align-items:center;gap:16px;margin-top:8px;margin-bottom:24px;display:flex}.blog-section-header__title{color:#0f172a;white-space:nowrap;font-size:18px;font-weight:800}.dark .blog-section-header__title{color:#f8fafc}.blog-section-header__line{background:#e2e8f0;flex:1;height:1px}.dark .blog-section-header__line{background:#334155}.blog-section-header__count{color:#94a3b8;white-space:nowrap;font-size:13px;font-weight:600}.dark .blog-list__meta{color:#94a3b8}.dark .blog-list__dot{color:#475569}.dark .blog-article__title{color:#f8fafc}.dark .blog-share-title{color:#64748b}.dark .blog-pagination__info{color:#94a3b8}.dark .blog-cta{background:linear-gradient(135deg,#0369a1,#0284c7)}.dark .blog-article__body blockquote{color:#94a3b8;border-left-color:#334155}.dark .blog-banner__subtitle{color:#bae6fd;opacity:1}@keyframes blogSkeletonShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.blog-skeleton-grid{grid-template-columns:1fr;gap:20px;margin-bottom:48px;display:grid}@media (min-width:768px){.blog-skeleton-grid{grid-template-columns:repeat(2,1fr)}}.blog-skeleton-card{opacity:0;background:#fff;border:1px solid #e2e8f0;border-radius:18px;animation:.5s forwards blogCardFadeIn;overflow:hidden}.dark .blog-skeleton-card{background:#1e293b;border-color:#334155}.blog-skeleton-card__accent{background:linear-gradient(90deg,#e2e8f0,#cbd5e1,#e2e8f0) 0 0/200% 100%;height:4px;animation:1.5s infinite blogSkeletonShimmer}.dark .blog-skeleton-card__accent{background:linear-gradient(90deg,#334155,#475569,#334155) 0 0/200% 100%;animation:1.5s infinite blogSkeletonShimmer}.blog-skeleton-card__body{flex-direction:column;gap:12px;padding:24px;display:flex}.blog-skeleton-line{background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0) 0 0/200% 100%;border-radius:6px;width:100%;height:14px;animation:1.5s infinite blogSkeletonShimmer}.dark .blog-skeleton-line{background:linear-gradient(90deg,#1e293b,#334155,#1e293b) 0 0/200% 100%;animation:1.5s infinite blogSkeletonShimmer}.blog-skeleton-line--short{width:40%;height:12px}.blog-skeleton-line--title{height:20px}.blog-skeleton-card__footer{border-top:1px solid #f1f5f9;align-items:center;gap:10px;margin-top:8px;padding-top:16px;display:flex}.dark .blog-skeleton-card__footer{border-top-color:#1e293b}.blog-skeleton-avatar{background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0) 0 0/200% 100%;border-radius:50%;flex-shrink:0;width:24px;height:24px;animation:1.5s infinite blogSkeletonShimmer}.dark .blog-skeleton-avatar{background:linear-gradient(90deg,#1e293b,#334155,#1e293b) 0 0/200% 100%;animation:1.5s infinite blogSkeletonShimmer}.blog-root:not(.dark) .blog-header{-webkit-backdrop-filter:blur(16px);background:#ffffffd9;border-bottom:1px solid #e2e8f0cc;box-shadow:0 1px 3px #0000000a}.blog-root:not(.dark) .blog-hero-featured{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 20px #0000000f}.blog-root:not(.dark) .blog-rich-card{box-shadow:0 1px 4px #0000000a}.blog-root:not(.dark) .blog-rich-card:hover{box-shadow:0 12px 32px #0284c71a}.blog-root:not(.dark) .blog-tag-pill{color:#475569;background:#fff;box-shadow:0 1px 3px #0000000a}.blog-root:not(.dark) .blog-tag-pill:hover{color:#0284c7;background:#f0f9ff}.blog-root:not(.dark) .blog-tag-pill--active{color:#fff;background:#0284c7;border-color:#0284c7;box-shadow:0 2px 8px #0284c740}.blog-root:not(.dark) .blog-tag-pill--active:hover{color:#fff;background:#0369a1;border-color:#0369a1}.blog-root:not(.dark) .blog-hero-side{box-shadow:0 2px 12px #0000000d}.blog-root:not(.dark) .blog-newsletter{background:linear-gradient(135deg,#0284c70f,#06b6d408);border:1px solid #0284c71f;box-shadow:0 2px 16px #0284c70f}.blog-root:not(.dark) .blog-mini-footer{background:#f8fafc;border-top:1px solid #e2e8f0}@media (max-width:768px){.blog-hero-section{gap:16px;grid-template-columns:1fr!important}.blog-hero-featured,.blog-hero-side{border-radius:16px!important}.blog-hero-featured__content{padding:24px!important}.blog-hero-featured__title{font-size:22px!important}.blog-hero-featured__excerpt{-webkit-line-clamp:3;font-size:14px!important}.blog-hero-side__item{padding:16px}.blog-hero-side__title{font-size:14px}.blog-card-grid{grid-template-columns:1fr!important}.blog-rich-card__body{padding:18px}.blog-rich-card__title{font-size:15px}.blog-rich-card__excerpt{-webkit-line-clamp:2;font-size:13px}}@media (max-width:420px){.blog-hero-banner{border-radius:14px;margin-bottom:24px;padding:28px 16px 24px}.blog-hero-banner__title{font-size:24px!important}.blog-hero-banner__subtitle{font-size:13px}.blog-tag-pill{padding:5px 12px;font-size:12px}.blog-section-header__title{font-size:15px}.blog-cta{border-radius:12px;padding:20px 14px}.blog-cta h3{font-size:16px}.blog-cta p{font-size:13px}.blog-cta__btn{padding:10px 20px;font-size:13px}.blog-skeleton-grid{grid-template-columns:1fr}}[data-theme=dark] .blog-root{color:#e2e8f0;background:linear-gradient(#0c1a2e 0%,#0f172a 30%,#111827 60%,#0f172a 100%)}[data-theme=dark] .blog-root:before{background-image:radial-gradient(circle,#38bdf808 1px,#0000 1px)}[data-theme=dark] .blog-header{background:#0f172aeb;border-color:#1e293b}[data-theme=dark] .blog-badge{color:#94a3b8;border-left-color:#475569}[data-theme=dark] .blog-hero-badge{color:#818cf8;background:#6366f133}[data-theme=dark] .blog-hero-badge--secondary{color:#fbbf24;background:#f59e0b33}[data-theme=dark] .blog-hero-category-tag{color:#7dd3fc;background:#38bdf81f}[data-theme=dark] .blog-hero-featured__title{color:#f8fafc}[data-theme=dark] .blog-hero-featured__excerpt,[data-theme=dark] .blog-hero-meta{color:#94a3b8}[data-theme=dark] .blog-hero-meta__author{color:#cbd5e1}[data-theme=dark] .blog-hero-meta__dot{color:#475569}[data-theme=dark] .blog-hero-side{background:#1e293b;border-color:#334155}[data-theme=dark] .blog-hero-side__item:hover{background:#0284c726}[data-theme=dark] .blog-hero-side__item:hover .blog-hero-side__title{color:#38bdf8}[data-theme=dark] .blog-hero-side__item--bordered{border-bottom-color:#334155}[data-theme=dark] .blog-hero-side__title{color:#f8fafc}[data-theme=dark] .blog-divider{background:#334155}[data-theme=dark] .blog-list__item{border-bottom-color:#334155}[data-theme=dark] .blog-list__title{color:#f1f5f9}[data-theme=dark] .blog-list__item:hover .blog-list__title{color:#38bdf8}[data-theme=dark] .blog-list__meta{color:#94a3b8}[data-theme=dark] .blog-list__dot{color:#475569}[data-theme=dark] .blog-card{background:#1e293b;border-color:#334155}[data-theme=dark] .blog-card:hover{border-color:#0284c7;box-shadow:0 6px 16px #0ea5e933}[data-theme=dark] .blog-card__date{color:#38bdf8;background:#0284c733}[data-theme=dark] .blog-card:hover .blog-card__title{color:#38bdf8}[data-theme=dark] .blog-card__excerpt{color:#94a3b8}[data-theme=dark] .blog-card__read{color:#38bdf8}[data-theme=dark] .blog-pagination__btn{color:#f8fafc;background:#1e293b;border-color:#334155}[data-theme=dark] .blog-pagination__btn:hover:not(:disabled){background:#334155}[data-theme=dark] .blog-pagination__btn:disabled{background:#0f172a}[data-theme=dark] .blog-pagination__info{color:#94a3b8}[data-theme=dark] .blog-back{color:#38bdf8}[data-theme=dark] .blog-article__meta{color:#94a3b8}[data-theme=dark] .blog-article__title{color:#f8fafc}[data-theme=dark] .blog-article__excerpt{color:#94a3b8;border-bottom-color:#334155;border-left-color:#38bdf8}[data-theme=dark] .blog-article__body h2{color:#f1f5f9;border-left-color:#38bdf8}[data-theme=dark] .blog-article__body h3{color:#e2e8f0}[data-theme=dark] .blog-article__body p,[data-theme=dark] .blog-article__body li{color:#cbd5e1}[data-theme=dark] .blog-article__body li:before{background:linear-gradient(135deg,#38bdf8,#22d3ee)}[data-theme=dark] .blog-article__body strong{color:#38bdf8}[data-theme=dark] .blog-article__body blockquote{color:#94a3b8;background:linear-gradient(135deg,#0ea5e914,#06b6d40a);border-left-color:#38bdf8}[data-theme=dark] .blog-article__body a{color:#38bdf8;text-decoration-color:#38bdf84d}[data-theme=dark] .blog-article__body a:hover{color:#7dd3fc;text-decoration-color:#38bdf8}[data-theme=dark] .blog-article__body hr{background:linear-gradient(90deg,#0000,#334155,#0000)}[data-theme=dark] .blog-author-name{color:#f8fafc}[data-theme=dark] .blog-author-role{color:#94a3b8}[data-theme=dark] .blog-share-floating{border-color:#334155}[data-theme=dark] .blog-share-icon{color:#94a3b8;background:#1e293b;border-color:#334155}[data-theme=dark] .blog-share-icon:hover{color:#38bdf8;background:#334155}[data-theme=dark] .blog-share__btn{color:#94a3b8;background:#1e293b;border-color:#334155}[data-theme=dark] .blog-share__btn:hover{color:#38bdf8;background:#334155}[data-theme=dark] .blog-share__dropdown{background:#1e293b;border-color:#334155}[data-theme=dark] .blog-share__dropdown button{color:#cbd5e1}[data-theme=dark] .blog-share__dropdown button:hover{color:#38bdf8;background:#334155}[data-theme=dark] .blog-mini-footer{background:#0c1222;border-top-color:#1e293b}[data-theme=dark] .blog-mini-footer__inner{color:#ffffff73}[data-theme=dark] .blog-mini-footer__links a{color:#ffffff8c}[data-theme=dark] .blog-mini-footer__links a:hover{color:#fff}[data-theme=dark] .blog-mini-footer__links span{color:#fff3}[data-theme=dark] .blog-mini-footer__badge{color:#ffffff59}[data-theme=dark] .blog-hero-banner{background:linear-gradient(135deg,#0c2235 0%,#0369a1 40%,#0284c7 70%,#06b6d4 100%)}[data-theme=dark] .blog-tag-pill{color:#94a3b8;background:#1e293b;border-color:#334155}[data-theme=dark] .blog-tag-pill:hover{color:#38bdf8;background:#0ea5e91a;border-color:#0ea5e9}[data-theme=dark] .blog-tag-pill--active{color:#fff;background:#0284c7;border-color:#0284c7}[data-theme=dark] .blog-rich-card{background:#1e293b;border-color:#334155}[data-theme=dark] .blog-rich-card:hover{border-color:#0ea5e9;box-shadow:0 16px 40px #0ea5e926}[data-theme=dark] .blog-rich-card__number{color:#38bdf8;background:#0ea5e91a;border-color:#0ea5e933}[data-theme=dark] .blog-rich-card__readbar-track{background:#334155}[data-theme=dark] .blog-rich-card__title{color:#f8fafc}[data-theme=dark] .blog-rich-card:hover .blog-rich-card__title{color:#38bdf8}[data-theme=dark] .blog-rich-card__excerpt{color:#94a3b8}[data-theme=dark] .blog-rich-card__footer{border-top-color:#1e293b}[data-theme=dark] .blog-rich-card__author-name{color:#cbd5e1}[data-theme=dark] .blog-newsletter{background:linear-gradient(135deg,#0ea5e914,#06b6d40a);border-color:#0ea5e933}[data-theme=dark] .blog-newsletter__title{color:#f8fafc}[data-theme=dark] .blog-newsletter__desc{color:#94a3b8}[data-theme=dark] .blog-newsletter__input{color:#f8fafc;background:#1e293b;border-color:#334155}[data-theme=dark] .blog-newsletter__btn{background:linear-gradient(135deg,#0ea5e9,#06b6d4)}[data-theme=dark] .blog-empty-state{background:#1e293b;border-color:#334155}[data-theme=dark] .blog-empty-state__icon{color:#38bdf8}[data-theme=dark] .blog-empty-state__title{color:#f1f5f9}[data-theme=dark] .blog-empty-state__desc{color:#94a3b8}[data-theme=dark] .blog-section-header__title{color:#f8fafc}[data-theme=dark] .blog-section-header__line{background:#334155}[data-theme=dark] .blog-sidebar__title{color:#f8fafc;border-bottom-color:#334155}[data-theme=dark] .blog-sidebar__item-title{color:#f1f5f9}[data-theme=dark] .blog-sidebar__item:hover .blog-sidebar__item-title{color:#38bdf8}[data-theme=dark] .blog-sidebar__item-meta{color:#94a3b8}[data-theme=dark] .blog-skeleton-card{background:#1e293b;border-color:#334155}[data-theme=dark] .blog-skeleton-card__footer{border-top-color:#1e293b}[data-theme=dark] .blog-cta{background:linear-gradient(135deg,#0369a1,#0284c7)}[data-theme=dark] .blog-banner__subtitle{color:#bae6fd;opacity:1}
