:root{--cb-bg:#0c1020;--cb-bg-2:#141a32;--cb-surface:#1b2240;--cb-border:rgba(255,255,255,.08);--cb-primary:#ffc629;--cb-primary-d:#e0a800;--cb-text:#eef1fb;--cb-muted:#9aa3c7;--cb-header:#0c1020;--cb-radius:16px;--cb-maxw:1200px;--cb-font:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--cb-page-bg:#0c1020;--cb-header-bg:#0c1020;--cb-footer-bg:#141a32;--cb-content-bg:#141a32;--cb-sidebar-bg:#141a32;--cb-btn-bg:#ffc629;--cb-btn-text:#1a1300;--cb-header-text:#9aa3c7;--cb-footer-text:#9aa3c7;--cb-header-font:var(--cb-font);--cb-header-weight:600;--cb-h1-font:var(--cb-font);--cb-h1-weight:800;--cb-h1-color:#eef1fb;--cb-h2-font:var(--cb-font);--cb-h2-weight:700;--cb-h2-color:#eef1fb;--cb-h3-font:var(--cb-font);--cb-h3-weight:700;--cb-h3-color:#eef1fb;--cb-h4-font:var(--cb-font);--cb-h4-weight:700;--cb-h4-color:#eef1fb;--cb-h5-font:var(--cb-font);--cb-h5-weight:700;--cb-h5-color:#eef1fb;--cb-h6-font:var(--cb-font);--cb-h6-weight:700;--cb-h6-color:#eef1fb;--cb-p-font:var(--cb-font);--cb-p-weight:400;--cb-p-color:#dfe3f3;--cb-sb-surface:#1b2240;--cb-sb-border:rgba(255,255,255,.08);--cb-sb-text:#eef1fb;--cb-sb-muted:#9aa3c7;--cb-sb-btn:#ffc629;--cb-sb-btn-text:#1a1300}body.cb-body{margin:0;background:var(--cb-bg);color:var(--cb-text);font-family:var(--cb-font);line-height:1.65;-webkit-font-smoothing:antialiased}.cb-body a{color:inherit;text-decoration:none}.cb-body img{max-width:100%;height:auto;display:block}.cb-container{max-width:var(--cb-maxw);margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-family:var(--cb-font);color:var(--cb-text);line-height:1.25}.cb-screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.cb-btn{display:inline-block;padding:11px 20px;border-radius:999px;font-weight:700;font-size:14px;cursor:pointer;border:none;transition:transform .12s ease,filter .12s ease}.cb-btn-primary{background:var(--cb-primary);color:#1a1300}.cb-btn-primary:hover{filter:brightness(1.06);transform:translateY(-1px)}.cb-btn-ghost{background:#fff0;border:1px solid var(--cb-border);color:var(--cb-text)}.cb-btn-ghost:hover{border-color:var(--cb-primary);color:var(--cb-primary)}.cb-badge{display:inline-block;padding:4px 12px;border-radius:999px;background:rgb(255 198 41 / .14);color:var(--cb-primary);font-size:12px;font-weight:700;letter-spacing:.3px;text-transform:uppercase}.cb-header{position:sticky;top:0;z-index:50;background:var(--cb-header);border-bottom:1px solid var(--cb-border)}.cb-header-inner{display:flex;align-items:center;gap:20px;height:70px}.cb-logo{display:flex;align-items:center;flex:0 0 auto;line-height:0}.cb-logo img,.cb-logo .custom-logo{height:40px;width:auto;max-width:none;display:block}.cb-logo-text{font-weight:800;font-size:22px;color:var(--cb-primary);letter-spacing:.4px;line-height:1}.cb-nav{margin-left:auto}.cb-nav ul{list-style:none;display:flex;gap:6px;margin:0;padding:0}.cb-nav a{display:block;padding:9px 14px;border-radius:10px;font-size:14.5px;font-weight:500;color:var(--cb-muted);transition:color .15s,background .15s}.cb-nav a:hover,.cb-nav .current-menu-item>a{color:var(--cb-text);background:rgb(255 255 255 / .05)}.cb-search-toggle{background:#fff0;border:1px solid var(--cb-border);color:var(--cb-text);width:40px;height:40px;border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.cb-search-toggle:hover{border-color:var(--cb-primary);color:var(--cb-primary)}.cb-cta{flex:0 0 auto;background:var(--cb-primary);color:#1a1300;font-weight:700;font-size:14px;padding:10px 16px;border-radius:999px;line-height:1}.cb-cta:hover{filter:brightness(1.06)}.cb-burger{display:none;background:#fff0;border:1px solid var(--cb-border);color:var(--cb-text);width:42px;height:40px;border-radius:10px;cursor:pointer;font-size:18px}.cb-searchbar{display:none;border-bottom:1px solid var(--cb-border);background:var(--cb-bg-2)}.cb-searchbar.is-open{display:block}.cb-searchbar .cb-container{padding-top:14px;padding-bottom:14px}.cb-searchform{display:flex;gap:10px}.cb-searchform input[type="search"],.cb-searchform input[type="text"]{flex:1;background:var(--cb-surface);border:1px solid var(--cb-border);color:var(--cb-text);border-radius:10px;padding:11px 14px;font-size:14px;font-family:inherit}.cb-searchform input::placeholder{color:var(--cb-muted)}.cb-searchform button{flex:0 0 auto}.cb-wrap{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:40px;padding:40px 0 64px}.cb-wrap--full{display:block}.cb-main{min-width:0}.cb-page-head{padding:34px 0 6px}.cb-breadcrumb{font-size:12.5px;color:var(--cb-muted);margin-bottom:12px}.cb-breadcrumb a:hover{color:var(--cb-primary)}.cb-archive-title{font-size:clamp(24px,3.4vw,34px);font-weight:800;margin:0}.cb-archive-desc{color:var(--cb-muted);margin-top:10px;max-width:680px}.cb-featured{background:var(--cb-bg-2);border:1px solid var(--cb-border);border-radius:var(--cb-radius);overflow:hidden;margin-bottom:34px}.cb-featured-media{position:relative;aspect-ratio:16/8;background:var(--cb-surface)}.cb-featured-media img{width:100%;height:100%;object-fit:cover}.cb-featured-ph{display:flex;align-items:center;justify-content:center;height:100%;color:var(--cb-primary);font-weight:800;font-size:46px;opacity:.4}.cb-featured-body{padding:24px 26px 28px}.cb-featured-title{font-size:clamp(22px,2.6vw,30px);font-weight:800;margin:12px 0 10px;line-height:1.2}.cb-featured-title a:hover{color:var(--cb-primary)}.cb-featured-excerpt{color:var(--cb-muted);margin:0 0 18px}.cb-section-title{font-size:18px;font-weight:800;margin:0 0 18px;display:flex;align-items:center;gap:10px}.cb-section-title::before{content:"";width:18px;height:3px;border-radius:3px;background:var(--cb-primary);display:inline-block}.cb-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.cb-card{background:var(--cb-bg-2);border:1px solid var(--cb-border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:transform .14s ease,border-color .14s ease}.cb-card:hover{transform:translateY(-3px);border-color:rgb(255 198 41 / .4)}.cb-card-media{aspect-ratio:16/9;background:var(--cb-surface)}.cb-card-media img{width:100%;height:100%;object-fit:cover}.cb-card-ph{display:flex;align-items:center;justify-content:center;height:100%;color:var(--cb-primary);font-weight:800;font-size:30px;opacity:.4}.cb-card-body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:9px;flex:1}.cb-card-title{font-size:17px;font-weight:700;line-height:1.3;margin:0}.cb-card-title a:hover{color:var(--cb-primary)}.cb-card-excerpt{color:var(--cb-muted);font-size:14px;margin:0}.cb-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--cb-muted);font-size:12.5px;margin-top:auto}.cb-meta .cb-dot{opacity:.5}.cb-pagination{margin-top:34px}.cb-pagination .nav-links{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.cb-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:10px;border:1px solid var(--cb-border);color:var(--cb-muted);font-weight:600;font-size:14px}.cb-pagination .page-numbers.current{background:var(--cb-primary);color:#1a1300;border-color:var(--cb-primary)}.cb-pagination a.page-numbers:hover{color:var(--cb-primary);border-color:var(--cb-primary)}.cb-sidebar{min-width:0}.cb-widget{background:var(--cb-bg-2);border:1px solid var(--cb-border);border-radius:14px;padding:20px;margin-bottom:22px}.cb-widget-title{font-size:15px;font-weight:800;margin:0 0 14px;text-transform:uppercase;letter-spacing:.4px}.cb-widget ul{list-style:none;margin:0;padding:0}.cb-rp{display:flex;gap:12px;padding:10px 0;border-top:1px solid var(--cb-border)}.cb-rp:first-child{border-top:none;padding-top:0}.cb-rp-thumb{flex:0 0 64px;width:64px;height:64px;border-radius:10px;overflow:hidden;background:var(--cb-surface)}.cb-rp-thumb img{width:100%;height:100%;object-fit:cover}.cb-rp-title{font-size:13.5px;font-weight:600;line-height:1.35;margin:0 0 4px}.cb-rp-title a:hover{color:var(--cb-primary)}.cb-rp-date{font-size:12px;color:var(--cb-muted)}.cb-cats li{display:flex;justify-content:space-between;gap:10px;padding:9px 0;border-top:1px solid var(--cb-border);font-size:14px}.cb-cats li:first-child{border-top:none}.cb-cats a{color:var(--cb-muted)}.cb-cats a:hover{color:var(--cb-primary)}.cb-cats .cb-count{font-size:12px;color:var(--cb-muted);background:var(--cb-surface);border-radius:999px;padding:1px 9px}.cb-widget select,.cb-widget .wp-block-search__input{width:100%;background:var(--cb-surface);border:1px solid var(--cb-border);color:var(--cb-text);border-radius:10px;padding:9px 12px;font-family:inherit}.cb-widget a{color:var(--cb-muted)}.cb-widget a:hover{color:var(--cb-primary)}.cb-single-head{max-width:820px}.cb-single-title{font-size:clamp(26px,4vw,40px);font-weight:800;line-height:1.18;margin:12px 0 14px}.cb-single-meta{display:flex;align-items:center;gap:12px;color:var(--cb-muted);font-size:14px;margin-bottom:22px}.cb-avatar{width:38px;height:38px;border-radius:50%;overflow:hidden;background:var(--cb-surface);flex:0 0 auto}.cb-single-media{border-radius:var(--cb-radius);overflow:hidden;margin:0 0 26px;background:var(--cb-surface)}.cb-single-media img{width:100%}.cb-article{font-size:var(--cb-article-size,16.5px);color:#dfe3f3}.cb-article p{margin:0 0 1.15em}.cb-article h2{font-size:25px;margin:1.5em 0 .5em}.cb-article h3{font-size:20px;margin:1.3em 0 .5em}.cb-article a{color:var(--cb-primary);text-decoration:underline;text-underline-offset:3px}.cb-article ul,.cb-article ol{margin:0 0 1.2em;padding-left:1.3em}.cb-article li{margin:.3em 0}.cb-article img,.cb-article .wp-block-image{border-radius:12px;margin:1.2em 0}.cb-article blockquote{margin:1.4em 0;padding:6px 20px;border-left:3px solid var(--cb-primary);color:var(--cb-text);font-style:italic}.cb-article code{background:var(--cb-surface);padding:2px 6px;border-radius:6px;font-size:.92em}.cb-tags{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0}.cb-tags a{font-size:12.5px;color:var(--cb-muted);border:1px solid var(--cb-border);padding:5px 12px;border-radius:999px}.cb-tags a:hover{border-color:var(--cb-primary);color:var(--cb-primary)}.cb-author{display:flex;gap:16px;align-items:flex-start;background:var(--cb-bg-2);border:1px solid var(--cb-border);border-radius:14px;padding:20px;margin:28px 0}.cb-author .cb-avatar{width:56px;height:56px}.cb-author-name{font-weight:800;margin:0 0 4px}.cb-author-bio{color:var(--cb-muted);font-size:14px;margin:0}.cb-related{margin-top:40px}.cb-comments{margin-top:40px}.cb-comments .comment-list{list-style:none;margin:0;padding:0}.cb-comments .comment-body{background:var(--cb-bg-2);border:1px solid var(--cb-border);border-radius:12px;padding:16px 18px;margin:0 0 16px}.cb-comments .children{list-style:none;margin:0 0 0 26px;padding:0}.cb-comments .comment-author{font-weight:700;font-size:14px}.cb-comments .comment-metadata{font-size:12px;color:var(--cb-muted)}.cb-comments input[type="text"],.cb-comments input[type="email"],.cb-comments input[type="url"],.cb-comments textarea{width:100%;background:var(--cb-surface);border:1px solid var(--cb-border);color:var(--cb-text);border-radius:10px;padding:11px 13px;font-family:inherit;margin-bottom:12px}.cb-page{max-width:820px;margin:0 auto}.cb-page-title{font-size:clamp(26px,4vw,38px);font-weight:800;margin:0 0 18px}.cb-home-banner{padding-top:30px}.cb-home-banner img{width:100%;height:auto;display:block;border-radius:var(--cb-radius)}.cb-banner-link{display:block}.cb-home-intro{background:var(--cb-bg-2);border:1px solid var(--cb-border);border-radius:var(--cb-radius);padding:clamp(22px,3vw,32px)}.cb-home-intro .cb-page-title{margin-bottom:12px}.cb-home-posts{padding:26px 0}.cb-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.cb-section-head .cb-section-title{margin:0}.cb-viewall-link{color:var(--cb-primary);font-weight:700;font-size:14px;white-space:nowrap}.cb-viewall-link:hover{filter:brightness(1.08)}.cb-grid--3{grid-template-columns:repeat(3,1fr)}.cb-home-rest{background:var(--cb-bg-2);border:1px solid var(--cb-border);border-radius:var(--cb-radius);padding:clamp(22px,3vw,32px)}.cb-404{text-align:center;padding:80px 0}.cb-404 h1{font-size:90px;margin:0;color:var(--cb-primary)}.cb-404 p{color:var(--cb-muted)}.cb-404 .cb-searchform{max-width:420px;margin:24px auto 0}.cb-footer{background:var(--cb-bg-2);border-top:1px solid var(--cb-border);padding:34px 0;margin-top:20px}.cb-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.cb-footer-nav ul{list-style:none;display:flex;gap:16px;margin:0;padding:0}.cb-footer-nav a{color:var(--cb-muted);font-size:14px}.cb-footer-nav a:hover{color:var(--cb-primary)}.cb-copy{color:var(--cb-muted);font-size:13.5px}@media (max-width:980px){.cb-wrap{grid-template-columns:1fr;gap:30px}.cb-sidebar{order:2}.cb-grid--3{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.cb-grid{grid-template-columns:1fr}.cb-grid--3{grid-template-columns:1fr}.cb-nav{display:none;position:absolute;left:0;right:0;top:70px;background:var(--cb-header);border-bottom:1px solid var(--cb-border);margin:0}.cb-nav.is-open{display:block}.cb-nav ul{flex-direction:column;gap:0;padding:8px 12px}.cb-nav a{padding:13px 12px;border-radius:0}.cb-burger{display:inline-flex;align-items:center;justify-content:center}.cb-cta{margin-left:auto}.cb-header-inner{height:64px}.cb-footer-inner{flex-direction:column;text-align:center}}body.cb-body{background:var(--cb-page-bg);font-family:var(--cb-p-font);font-weight:var(--cb-p-weight)}.cb-header{background:var(--cb-header-bg)}.cb-nav a{font-family:var(--cb-header-font);font-weight:var(--cb-header-weight);color:var(--cb-header-text)}.cb-nav a:hover,.cb-nav .current-menu-item>a{color:var(--cb-text)}.cb-logo-text{font-family:var(--cb-header-font)}.cb-cta{background:var(--cb-btn-bg);color:var(--cb-btn-text)}.cb-footer{background:var(--cb-footer-bg)}.cb-copy,.cb-footer-nav a{color:var(--cb-footer-text)}.cb-home-intro,.cb-home-rest,.cb-card,.cb-featured{background:var(--cb-content-bg)}.cb-widget{background:var(--cb-sidebar-bg)}h1{font-family:var(--cb-h1-font);font-weight:var(--cb-h1-weight);color:var(--cb-h1-color)}h2{font-family:var(--cb-h2-font);font-weight:var(--cb-h2-weight);color:var(--cb-h2-color)}h3{font-family:var(--cb-h3-font);font-weight:var(--cb-h3-weight);color:var(--cb-h3-color)}h4{font-family:var(--cb-h4-font);font-weight:var(--cb-h4-weight);color:var(--cb-h4-color)}h5{font-family:var(--cb-h5-font);font-weight:var(--cb-h5-weight);color:var(--cb-h5-color)}h6{font-family:var(--cb-h6-font);font-weight:var(--cb-h6-weight);color:var(--cb-h6-color)}.cb-single-title,.cb-archive-title,.cb-page-title{font-family:var(--cb-h1-font);font-weight:var(--cb-h1-weight);color:var(--cb-h1-color)}.cb-article{color:var(--cb-p-color);font-family:var(--cb-p-font)}.cb-article p,.cb-article li{color:var(--cb-p-color);font-family:var(--cb-p-font);font-weight:var(--cb-p-weight)}.cb-widget{border-color:var(--cb-sb-border)}.cb-widget-title,.cb-rp-title,.cb-rp-title a{color:var(--cb-sb-text)}.cb-rp{border-top-color:var(--cb-sb-border)}.cb-rp-thumb{background:var(--cb-sb-surface)}.cb-rp-date{color:var(--cb-sb-muted)}.cb-cats li{border-top-color:var(--cb-sb-border)}.cb-cats a{color:var(--cb-sb-muted)}.cb-count{background:var(--cb-sb-surface);color:var(--cb-sb-muted)}.cb-sidebar .cb-searchform input[type="search"],.cb-sidebar .cb-searchform input[type="text"],.cb-widget select,.cb-widget .wp-block-search__input{background:var(--cb-sb-surface);border-color:var(--cb-sb-border);color:var(--cb-sb-text)}.cb-sidebar .cb-searchform button{background:var(--cb-sb-btn);color:var(--cb-sb-btn-text)}