:root{--suro-primary:var(--wp--preset--color--primary, #1a1a2e);--suro-accent:var(--wp--preset--color--accent, #d63031);--suro-surface:var(--wp--preset--color--surface, #ffffff);--suro-surface-alt:var(--wp--preset--color--surface-alt, #f7f8fa);--suro-text:var(--wp--preset--color--text, #1a1a2e);--suro-text-secondary:var(--wp--preset--color--text-secondary, #6b7280);--suro-border:var(--wp--preset--color--border, #e5e7eb);--suro-container:1100px;--suro-sidebar:300px;--suro-gap:1.5rem;--suro-radius:8px;--suro-radius-sm:4px;--shadow-sm:0 1px 2px rgba(0, 0, 0, 0.05);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.07),0 2px 4px -2px rgba(0, 0, 0, 0.05);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.08),0 4px 6px -4px rgba(0, 0, 0, 0.04);--shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.08),0 8px 10px -6px rgba(0, 0, 0, 0.04)}[data-theme=dark]{--suro-primary:#e4e6eb;--suro-surface:#18191a;--suro-surface-alt:#242526;--suro-text:#e4e6eb;--suro-text-secondary:#b0b3b8;--suro-border:#3e4042;--suro-footer-bg:#1a1b1c;--shadow-sm:0 1px 2px rgba(0, 0, 0, 0.3);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.4),0 2px 4px -2px rgba(0, 0, 0, 0.3);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.5),0 4px 6px -4px rgba(0, 0, 0, 0.4);--shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.5),0 8px 10px -6px rgba(0, 0, 0, 0.4)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--suro-primary:#e4e6eb;--suro-surface:#18191a;--suro-surface-alt:#242526;--suro-text:#e4e6eb;--suro-text-secondary:#b0b3b8;--suro-border:#3e4042;--suro-footer-bg:#1a1b1c;--shadow-sm:0 1px 2px rgba(0, 0, 0, 0.3);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.4),0 2px 4px -2px rgba(0, 0, 0, 0.3);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.5),0 4px 6px -4px rgba(0, 0, 0, 0.4);--shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.5),0 8px 10px -6px rgba(0, 0, 0, 0.4)}}*,::after,::before{box-sizing:border-box}[x-cloak]{display:none!important}body{margin:0;padding:0;background-color:var(--suro-surface-alt);color:var(--suro-text);font-family:var(--wp--preset--font-family--system, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:var(--suro-accent);text-decoration:none}a:hover{color:var(--suro-primary);text-decoration:none}.container{max-width:var(--suro-container);margin:0 auto;padding:0 var(--suro-gap)}.site{display:flex;flex-direction:column;min-height:100vh}.site-main{flex:1;min-width:0}.site-main.container{padding-top:var(--suro-gap)}.front-page .site-main.container{padding-top:0}.content-layout{display:grid;grid-template-columns:1fr var(--suro-sidebar);gap:2.5rem;align-items:start;width:100%}.site-header{background-color:var(--suro-primary);color:#fff;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;height:60px}.site-branding{display:flex;align-items:center;gap:.75rem;flex-shrink:0;min-width:0}.site-logo{display:flex;align-items:center;flex-shrink:0}.site-logo .custom-logo,.site-logo img{max-height:40px;width:auto;height:auto;display:block}.site-title{color:inherit;margin:0;font-size:1.35rem;font-weight:700;line-height:1.2;white-space:nowrap;padding-right:.5rem}.site-title-link{color:#fff;text-decoration:none}.site-title-link:hover{color:#fff;opacity:.85}.site-description{font-size:.75rem;color:rgba(255,255,255,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.wp-custom-logo .site-description,.wp-custom-logo .site-title{display:none}.main-navigation{display:flex;align-items:center;flex:1;justify-content:flex-end;min-width:0;overflow:visible}.primary-menu{list-style:none;margin:0;padding:0;display:flex;gap:0}.primary-menu li{position:relative}.primary-menu li a{color:rgba(255,255,255,.8);padding:.5rem .75rem;font-size:.875rem;font-weight:500;display:block;text-decoration:none;white-space:nowrap;border-radius:var(--suro-radius-sm)}.primary-menu li a:hover,.primary-menu li.current-menu-item>a,.primary-menu li.current_page_item>a{color:#fff;background-color:rgba(255,255,255,.1)}.primary-menu>.current-menu-item>a::after,.primary-menu>.current_page_item>a::after{content:'';position:absolute;bottom:0;left:.75rem;right:.75rem;height:2px;background-color:var(--suro-accent);border-radius:1px}.primary-menu .sub-menu{display:none;list-style:none;margin:0;padding:.5rem 0;position:absolute;top:100%;left:0;min-width:200px;background-color:var(--suro-footer-bg);border-radius:0 0 var(--suro-radius) var(--suro-radius);box-shadow:var(--shadow-lg);z-index:200}.primary-menu li:focus-within>.sub-menu,.primary-menu li:hover>.sub-menu{display:block}.primary-menu .sub-menu li a{padding:.4rem 1rem;font-size:.85rem;border-radius:0}.primary-menu>li.menu-item-has-children>a::after{content:'';display:inline-block;width:0;height:0;margin-left:5px;vertical-align:middle;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid currentColor;opacity:.6}.header-actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.search-toggle{display:flex;align-items:center;justify-content:center;background:0 0;border:none;color:rgba(255,255,255,.8);cursor:pointer;padding:.5rem;border-radius:var(--suro-radius-sm)}.search-toggle:hover{color:#fff;background-color:rgba(255,255,255,.1)}.mobile-menu-toggle{display:none;align-items:center;justify-content:center;background:0 0;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:var(--suro-radius-sm)}.mobile-menu-toggle:hover{background-color:rgba(255,255,255,.1)}.menu-icon{display:flex;flex-direction:column;justify-content:center;gap:5px;width:22px;height:18px}.menu-icon span{display:block;width:100%;height:2px;background-color:currentColor;border-radius:1px;transform-origin:center}.mobile-menu-toggle[aria-expanded=true] .menu-icon span:first-child{transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle[aria-expanded=true] .menu-icon span:nth-child(2){opacity:0}.mobile-menu-toggle[aria-expanded=true] .menu-icon span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.search-overlay{background-color:var(--suro-primary);padding:1rem 0;border-top:1px solid rgba(255,255,255,.1)}.search-overlay-inner{display:flex;align-items:center;gap:1rem}.search-overlay .search-form{flex:1;display:flex;gap:.5rem}.search-overlay .search-form input[type=search]{flex:1;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:var(--suro-radius);color:#fff;font-size:1rem;padding:.625rem 1rem}.search-overlay .search-form input[type=search]::placeholder{color:rgba(255,255,255,.5)}.search-overlay .search-form input[type=search]:focus{border-color:rgba(255,255,255,.4);outline:0}.search-overlay .search-form button[type=submit]{background:var(--suro-accent);color:#fff;padding:.625rem 1.25rem;border-radius:var(--suro-radius);flex-shrink:0}.search-overlay .search-form button[type=submit]:hover{background:#c0282a}.search-close{display:flex;align-items:center;justify-content:center;background:0 0;border:none;color:rgba(255,255,255,.8);cursor:pointer;padding:.5rem;border-radius:var(--suro-radius-sm);flex-shrink:0}.search-close:hover{color:#fff;background-color:rgba(255,255,255,.1)}.trending-bar{background:var(--suro-surface);border-bottom:1px solid var(--suro-border)}.trending-inner{display:flex;align-items:center;gap:.75rem;height:40px}.trending-label{font-weight:700;font-size:.8125rem;color:var(--suro-accent);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;flex-shrink:0}.trending-tags{display:flex;flex-wrap:wrap;gap:.25rem 1rem;list-style:none;margin:0;padding:0}.trending-tag{font-size:.8125rem;font-weight:600;color:var(--suro-text-secondary);text-decoration:none}.trending-tag:hover{color:var(--suro-accent)}.hero-section{padding:var(--suro-gap) 0 0;grid-column:1/-1}.hero-section+.container{padding-top:0}.hero-grid{display:grid;grid-template-columns:7fr 3fr;gap:2rem;align-items:stretch}.hero-primary{position:relative;border-radius:var(--suro-radius);overflow:hidden;display:flex;flex-direction:column}.hero-figure{margin:0;flex:1}.hero-figure img{width:100%;height:100%;object-fit:cover;display:block}.hero-primary .hero-content{position:absolute;bottom:0;left:0;right:0;padding:2rem 1.5rem 1.25rem;background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.4) 60%,transparent 100%)}.hero-primary .hero-content h2{margin:0 0 .375rem;font-size:1.5rem;font-weight:700;line-height:1.3}.hero-primary .hero-content h2 a{color:#fff;text-decoration:none}.hero-primary .hero-content h2 a:hover{opacity:.9}.hero-primary-meta{font-size:.72rem;color:rgba(255,255,255,.75);display:flex;align-items:center;gap:.375rem}.hero-primary-cat{font-weight:600;color:rgba(255,255,255,.9)}.hero-primary-meta .meta-sep{opacity:.5}.hero-secondary{display:flex;flex-direction:column;gap:0;overflow:hidden}.hero-card{display:flex;gap:.75rem;align-items:center;flex:1;padding:.625rem 0;border-top:1px solid rgba(255,255,255,.15)}.hero-card+.hero-card{border-top:none}.hero-card-content{order:-1;min-width:0;flex:1}.hero-card-thumb{flex-shrink:0;border-radius:var(--suro-radius-sm);overflow:hidden;display:block}.hero-card-thumb img{width:120px;height:80px;object-fit:cover;border-radius:var(--suro-radius-sm)}.hero-card-content h3{margin:0 0 .125rem;font-size:.85rem;font-weight:600;line-height:1.35}.hero-card-content h3 a{color:var(--suro-text);text-decoration:none}.hero-card-content h3 a:hover{color:var(--suro-accent)}.hero-card-meta{font-size:.72rem;color:var(--suro-text-secondary);display:flex;align-items:center;gap:.375rem}.hero-card-cat{font-weight:600;color:var(--suro-text-secondary)}.hero-card-meta .meta-sep{opacity:.4}.cat-label{display:inline-block;font-weight:700;text-transform:uppercase;letter-spacing:.04em;line-height:1.4;text-decoration:none}.cat-label a{color:#fff;text-decoration:none}.cat-label--accent{font-size:.7rem;padding:.2em .6em;background-color:var(--suro-accent);border-radius:var(--suro-radius-sm);margin-bottom:.375rem}.cat-label--small{font-size:.625rem;padding:.15em .45em;background-color:var(--suro-footer-bg);border-radius:var(--suro-radius-sm);margin-bottom:.25rem}.section-heading{font-size:.95rem;font-weight:700;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid var(--suro-accent);line-height:1.3}.latest-news{padding:2rem 0 0}.article-list-items,.latest-news-list{display:flex;flex-direction:column}.latest-news-item{display:flex;gap:1rem;align-items:flex-start;padding:.875rem 0;transition:opacity .25s,transform .25s}.latest-news-thumb{flex-shrink:0;border-radius:var(--suro-radius-sm);overflow:hidden;display:block}.latest-news-thumb img{width:120px;height:80px;object-fit:cover;border-radius:var(--suro-radius-sm)}.latest-news-content{min-width:0;flex:1}.latest-news-content h3{margin:0 0 .25rem;font-size:.95rem;font-weight:600;line-height:1.4}.latest-news-content h3 a{color:var(--suro-text);text-decoration:none}.latest-news-content h3 a:hover{color:var(--suro-accent)}.latest-news-meta{font-size:.72rem;color:var(--suro-text-secondary);display:flex;align-items:center;gap:.375rem}.latest-news-meta .latest-news-cat{font-weight:600;color:var(--suro-text-secondary)}.latest-news-meta .meta-sep{opacity:.4}.load-more-wrap{text-align:center;padding:1.5rem 0}.load-more-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.75rem;font-size:.9rem;font-weight:600;color:var(--suro-accent);background:0 0;border:1px solid var(--suro-accent);border-radius:var(--suro-radius);cursor:pointer;transition:background .15s,color .15s,opacity .15s}.load-more-btn:hover{background:var(--suro-accent);color:#fff}.load-more-btn.is-loading{opacity:.6}.posts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.post-card{border-radius:var(--suro-radius);overflow:hidden}.post-card .post-thumb{display:block;overflow:hidden}.post-card .post-thumb img{width:100%;aspect-ratio:16/9;object-fit:cover}.post-card-content{padding:1rem 1.125rem 1.125rem}.post-card h2,.post-card h3{margin:.25rem 0 .375rem;font-size:1rem;font-weight:600;line-height:1.4}.post-card h2 a,.post-card h3 a{color:var(--suro-text);text-decoration:none}.post-card h2 a:hover,.post-card h3 a:hover{color:var(--suro-accent)}.post-card-meta{font-size:.75rem;color:var(--suro-text-secondary);display:flex;align-items:center;gap:.375rem;margin-top:.375rem}.post-card-meta .meta-sep{opacity:.4}.post-meta{font-size:.8rem;color:var(--suro-text-secondary);display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.meta-separator{opacity:.5}.post-excerpt{margin-top:.5rem;font-size:.9rem;color:var(--suro-text-secondary);line-height:1.6}.posts-list{padding-top:1.5rem}.posts-list .post-item{display:flex;gap:1rem;align-items:flex-start;padding:.875rem 0}.post-rank{font-size:1.5rem;font-weight:700;color:var(--suro-accent);min-width:2rem;text-align:center;line-height:1}.post-item .post-title{margin:0;font-size:.95rem}.post-item .post-title a{color:var(--suro-text);text-decoration:none}.post-item .post-title a:hover{color:var(--suro-accent)}.post-item-content{min-width:0}.post-item time{display:block;font-size:.72rem;color:var(--suro-text-secondary);margin-top:.2rem}.single-ekoran .article-main,.single-foto .article-main,.single-post .article-main,.single-video .article-main{max-width:780px;margin:0 auto;padding:0}.article-header{margin-bottom:2rem}.article-title{font-size:2.25rem;font-weight:700;line-height:1.2;margin:.5rem 0 1rem}.article-meta{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;padding-top:1rem}.author-info{display:flex;gap:.75rem;align-items:center}.author-info img{border-radius:50%}.author-name{font-weight:600;color:var(--suro-text)}.reading-time{font-size:.8rem;color:var(--suro-text-secondary)}.modified-date{font-size:.8rem;color:var(--suro-text-secondary)}.article-featured-image{margin-bottom:2rem}.article-featured-image img{border-radius:var(--suro-radius)}.image-caption{font-size:.85rem;color:var(--suro-text-secondary);margin-top:.5rem;font-style:italic}.article-content{font-size:1.0625rem;line-height:1.8}.article-content h2{margin-top:2rem;margin-bottom:.75rem;font-size:1.5rem}.article-content h3{margin-top:1.5rem;margin-bottom:.5rem;font-size:1.25rem}.article-content p{margin-bottom:1.25rem}.article-content blockquote{border-left:4px solid var(--suro-accent);margin:1.5rem 0;padding:1rem 1.5rem;border-radius:0 var(--suro-radius) var(--suro-radius) 0}.article-content img{border-radius:var(--suro-radius)}.article-content figure{margin:1.5rem 0}.article-content figcaption{font-size:.85rem;color:var(--suro-text-secondary);margin-top:.5rem;text-align:center}.article-tags{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.article-tags .tags-label{font-size:.8rem;font-weight:600;color:var(--suro-text-secondary);margin-right:.15rem}.article-tags .tag{font-size:.8rem;color:var(--suro-accent);text-decoration:none}.article-tags .tag:hover{color:var(--suro-primary)}.share-buttons{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:1.25rem 0}.share-left{display:flex;align-items:center;gap:.75rem}.share-label{font-size:.85rem;font-weight:600;color:var(--suro-text-secondary)}.share-icons{display:flex;align-items:center;gap:.4rem}.share-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--suro-text-secondary);text-decoration:none}.share-icon:hover{color:var(--suro-text)}.share-facebook:hover{color:#1877f2}.share-twitter:hover{color:#000}.share-whatsapp:hover{color:#25d366}.share-telegram:hover{color:#08c}.share-copy{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .9rem;border-radius:20px;font-size:.8rem;font-weight:500;font-family:inherit;color:var(--suro-text-secondary);background:0 0;border:1px solid var(--suro-border);cursor:pointer}.share-copy:hover{background:var(--suro-accent);color:#fff;border-color:var(--suro-accent)}.share-copy .copy-text{pointer-events:none}.single-page .page-main{max-width:780px;margin:0 auto}.page-header{margin-bottom:2rem}.page-title{margin:0 0 .5rem;font-size:2rem;font-weight:700;line-height:1.2}.page-content{font-size:1.0625rem;line-height:1.8}.suro-breadcrumbs{margin-bottom:1.5rem;font-size:.85rem;color:var(--suro-text-secondary)}.suro-breadcrumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.25rem}.suro-breadcrumbs li{display:inline-flex;align-items:center}.suro-breadcrumbs a{color:var(--suro-text-secondary)}.suro-breadcrumbs a:hover{color:var(--suro-accent)}.suro-breadcrumbs .separator{margin:0 .25rem;opacity:.5}.suro-pagination{margin-top:2.5rem;text-align:center}.page-links{display:flex;gap:.25rem;justify-content:center;flex-wrap:wrap}.page-links a,.page-links span{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .5rem;border-radius:var(--suro-radius);font-size:.9rem;text-decoration:none}.page-links a{background:var(--suro-surface);color:var(--suro-text)}.page-links a:hover{background:var(--suro-accent);color:#fff}.page-links .current{background:var(--suro-accent);color:#fff;font-weight:700}.site-sidebar{padding:0}.site-sidebar h2{font-size:1rem;font-weight:700;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid var(--suro-accent);line-height:1.3}.site-sidebar h3{font-size:.875rem;font-weight:600;line-height:1.4;margin:0}.site-sidebar h3 a{color:var(--suro-text);text-decoration:none}.site-sidebar h3 a:hover{color:var(--suro-accent)}.widget{padding:0;margin-bottom:1.5rem}.widget-title{font-size:.95rem;font-weight:700;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--suro-accent)}.widget-popular-posts .widget-title{font-size:.95rem}.posts-list.compact{margin:0;padding:0}.posts-list.compact .post-item{display:flex;gap:.75rem;align-items:flex-start;padding:.625rem 0}.posts-list.compact .post-item:last-child{padding-bottom:0}.post-item-content{min-width:0}.post-item time{display:block;font-size:.7rem;color:var(--suro-text-secondary);margin-top:.2rem}.widget_block ul{list-style:none;margin:0;padding:0}.widget_block ul li{padding:.35rem 0;font-size:.875rem}.widget_block ul li a{color:var(--suro-text);text-decoration:none}.widget_block ul li a:hover{color:var(--suro-accent)}.widget_search .search-form{max-width:100%}.widget_search .search-form input[type=search]{font-size:.875rem;padding:.5rem .75rem}.widget_search .search-form button[type=submit]{font-size:.8rem;padding:.5rem 1rem}.widget_block p:not(.search-form){font-size:.875rem;color:var(--suro-text-secondary)}.suro-related-posts{margin-top:1rem}.suro-related-posts h2{font-size:1.15rem;font-weight:700;margin-bottom:1rem}.suro-related-posts .related-posts-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.suro-related-posts .latest-news-item{display:flex;gap:.75rem;padding:0}.suro-related-posts .related-row{display:contents}.suro-related-posts .latest-news-thumb{flex-shrink:0;width:96px;height:64px;border-radius:var(--suro-radius-sm);overflow:hidden}.suro-related-posts .latest-news-thumb img{width:100%;height:100%;object-fit:cover;display:block}.suro-related-posts .latest-news-content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.suro-related-posts .latest-news-content h3{margin:0 0 .25rem;font-size:.875rem;font-weight:600;line-height:1.3}.suro-related-posts .latest-news-content h3 a{color:var(--suro-text);text-decoration:none}.suro-related-posts .latest-news-content h3 a:hover{color:var(--suro-accent)}.suro-related-posts .latest-news-meta{font-size:.75rem;color:var(--suro-text-secondary)}.site-footer{background-color:var(--suro-footer-bg,var(--suro-primary));color:rgba(255,255,255,.8);padding:3rem 0 1.5rem;margin-top:var(--suro-gap)}.footer-widgets{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.footer-column .widget-title{color:#fff;border-bottom-color:var(--suro-accent)}.site-footer a{color:rgba(255,255,255,.85)}.site-footer a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);font-size:.85rem}.footer-bottom a{color:#fff;text-decoration:none;text-underline-offset:2px}.footer-bottom a:hover{text-decoration-color:rgba(255,255,255,0.8)}.social-menu{list-style:none;margin:0;padding:0;display:flex;gap:.75rem}.social-menu a{color:rgba(255,255,255,.7);font-size:.85rem}.social-menu a:hover{color:#fff}.search-form{display:flex;gap:.5rem;max-width:400px}.search-form input[type=search]{flex:1;padding:.5rem .75rem;border:1px solid var(--suro-border);border-radius:var(--suro-radius);font-size:1rem}.search-form button[type=submit]{padding:.5rem 1.5rem;background:var(--suro-accent);color:#fff;border:none;border-radius:var(--suro-radius);cursor:pointer;font-size:.9rem}.search-form button[type=submit]:hover{background:var(--suro-accent)}.search-result-item{display:flex;gap:1.25rem;padding:1.25rem 0}.search-result-item .post-thumb img{width:160px;height:100px;object-fit:cover;border-radius:var(--suro-radius);flex-shrink:0}.search-result-content{min-width:0}.search-result-content .post-title{margin:0 0 .375rem;font-size:1.1rem}.search-result-content .post-title a{color:var(--suro-text);text-decoration:none}.search-result-content .post-title a:hover{color:var(--suro-accent)}.search-query{color:var(--suro-accent);font-weight:600}.search-results-count{color:var(--suro-text-secondary);font-size:.9rem;margin:.5rem 0 1.5rem}.error-404{text-align:center}.error-404 .page-header{margin-bottom:1rem}.error-404 .page-title{font-size:2.5rem}.error-content{max-width:560px;margin:0 auto}.error-content>p{font-size:1.05rem;color:var(--suro-text-secondary);margin-bottom:2rem}.search-form-404{margin:0 auto 2.5rem;max-width:400px}.popular-suggestions{text-align:left}.popular-suggestions h2{font-size:1.1rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--suro-accent)}.suggestions-list{list-style:none;margin:0;padding:0}.suggestions-list li{padding:.625rem 0}.suggestions-list li a{color:var(--suro-text);font-size:.95rem;text-decoration:none}.suggestions-list li a:hover{color:var(--suro-accent)}.suro-ad-slot{text-align:center;margin:1.5rem 0}.archive-description{color:var(--suro-text-secondary);font-size:1rem;margin-bottom:.5rem}[data-theme=dark] .site-header{background-color:var(--suro-footer-bg);box-shadow:0 1px 3px rgba(0,0,0,.4)}[data-theme=dark] .trending-bar{background-color:var(--suro-surface)}[data-theme=dark] .site-title-link{color:var(--suro-text)}[data-theme=dark] .site-description{color:color-mix(in srgb,var(--suro-text) 50%,transparent)}[data-theme=dark] .primary-menu li a{color:color-mix(in srgb,var(--suro-text) 70%,transparent)}[data-theme=dark] .primary-menu li a:hover,[data-theme=dark] .primary-menu li.current-menu-item>a,[data-theme=dark] .primary-menu li.current_page_item>a{color:var(--suro-text);background-color:rgba(255,255,255,.08)}[data-theme=dark] .primary-menu .sub-menu{background-color:var(--suro-surface-alt)}[data-theme=dark] .search-overlay{background-color:var(--suro-surface-alt)}[data-theme=dark] .search-overlay .search-field{background-color:var(--suro-surface-alt);border-color:var(--suro-border);color:var(--suro-text)}[data-theme=dark] .search-overlay .search-submit{background-color:var(--suro-accent)}[data-theme=dark] .search-overlay input[type=search],[data-theme=dark] .search-overlay input[type=text]{background-color:var(--suro-surface-alt);border-color:var(--suro-border);color:var(--suro-text)}[data-theme=dark] .latest-news-item{background-color:var(--suro-surface-alt)}[data-theme=dark] .latest-news-content h3 a{color:var(--suro-text)}[data-theme=dark] .article-main{background-color:var(--suro-surface-alt)}[data-theme=dark] .article-content{color:var(--suro-text)}[data-theme=dark] .article-content a{color:var(--suro-accent)}[data-theme=dark] .article-content a:hover{color:color-mix(in srgb,var(--suro-accent) 80%,#fff)}[data-theme=dark] .article-content blockquote{border-left-color:var(--suro-accent);background-color:var(--suro-surface-alt)}[data-theme=dark] .article-content code{background-color:var(--suro-surface-alt);color:var(--suro-text)}[data-theme=dark] .article-content pre{background-color:var(--suro-footer-bg);border-color:var(--suro-border)}[data-theme=dark] .article-content pre code{background-color:transparent}[data-theme=dark] .site-sidebar{background-color:var(--suro-surface-alt)}[data-theme=dark] .widget{background-color:var(--suro-surface-alt);border-color:var(--suro-border)}[data-theme=dark] .widget-title{color:var(--suro-text)}[data-theme=dark] .site-footer{background-color:var(--suro-footer-bg);color:var(--suro-text-secondary)}[data-theme=dark] .site-footer a{color:rgba(255,255,255,.85)}[data-theme=dark] .site-footer a:hover{color:var(--suro-accent)}[data-theme=dark] .footer-bottom{border-color:var(--suro-border)}[data-theme=dark] .suro-breadcrumbs a{color:var(--suro-text-secondary)}[data-theme=dark] .tag{color:var(--suro-accent);border-color:var(--suro-border);background-color:var(--suro-surface-alt)}[data-theme=dark] .tag:hover{color:var(--suro-accent)}[data-theme=dark] .load-more-btn{background-color:var(--suro-surface-alt);color:var(--suro-text);border-color:var(--suro-border)}[data-theme=dark] .load-more-btn:hover{background-color:var(--suro-border)}[data-theme=dark] .page-numbers{background-color:var(--suro-surface-alt);color:var(--suro-text-secondary);border-color:var(--suro-border)}[data-theme=dark] .page-numbers.current{background-color:var(--suro-accent);color:#fff}[data-theme=dark] .page-numbers:hover:not(.current){background-color:var(--suro-border)}[data-theme=dark] .author-box{background-color:var(--suro-surface-alt)}[data-theme=dark] .author-box-name{color:var(--suro-text)}[data-theme=dark] .suro-related-posts .latest-news-item{background-color:var(--suro-surface-alt);border-color:var(--suro-border)}[data-theme=dark] .share-btn{background-color:var(--suro-surface-alt);color:var(--suro-text-secondary);border-color:var(--suro-border)}[data-theme=dark] .share-btn:hover{background-color:var(--suro-border);color:var(--suro-text)}[data-theme=dark] input[type=email],[data-theme=dark] input[type=password],[data-theme=dark] input[type=search],[data-theme=dark] input[type=text],[data-theme=dark] input[type=url],[data-theme=dark] select,[data-theme=dark] textarea{background-color:var(--suro-surface-alt);border-color:var(--suro-border);color:var(--suro-text)}[data-theme=dark] input:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{border-color:var(--suro-accent);outline:0;box-shadow:0 0 0 2px rgba(214,48,49,.25)}[data-theme=dark] table{border-color:var(--suro-border)}[data-theme=dark] th{background-color:var(--suro-surface-alt);color:var(--suro-text)}[data-theme=dark] td{border-color:var(--suro-border)}[data-theme=dark] #wpadminbar{background-color:var(--suro-footer-bg)!important}.theme-toggle{display:flex;align-items:center;justify-content:center;background:0 0;border:none;color:rgba(255,255,255,.8);cursor:pointer;padding:.5rem;border-radius:var(--suro-radius-sm)}.theme-toggle:hover{color:#fff;background-color:rgba(255,255,255,.1)}.theme-toggle svg{width:18px;height:18px}.theme-toggle .icon-moon,.theme-toggle .icon-sun{display:none}[data-theme=light] .theme-toggle .icon-sun{display:block}[data-theme=dark] .theme-toggle .icon-moon{display:block}@media (max-width:1024px){.content-layout{grid-template-columns:1fr 280px;gap:2rem}}@media (max-width:768px){.container{padding:0 1rem}.content-layout{padding:1.25rem 1rem;grid-template-columns:1fr}.hero-grid{grid-template-columns:1fr}.hero-primary .hero-content h2{font-size:1.35rem}.hero-secondary{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.hero-card-thumb img{width:100px;height:68px}.latest-news-thumb img{width:100px;height:68px}.posts-grid{grid-template-columns:1fr}.article-title{font-size:1.75rem}.footer-widgets{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.site-logo .custom-logo,.site-logo img{max-height:36px}.site-description{display:none}.mobile-menu-toggle{display:flex}.trending-inner{gap:.5rem}.trending-tags{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.25rem .75rem;padding-right:1rem}.trending-tags::-webkit-scrollbar{display:none}.trending-tag{white-space:nowrap}.primary-menu{display:none;position:absolute;top:100%;left:0;right:0;background:var(--suro-footer-bg);flex-direction:column;padding:.5rem 0;box-shadow:var(--shadow-lg);border-top:1px solid rgba(255,255,255,.1);z-index:150}.primary-menu.is-open{display:flex}.primary-menu>.current-menu-item>a::after,.primary-menu>.current_page_item>a::after{display:none}.primary-menu .sub-menu{position:static;box-shadow:none;padding-left:1rem;border-radius:0}.search-result-item{flex-direction:column}.search-result-item .post-thumb img{width:100%;height:auto;aspect-ratio:16/9}}@media (max-width:480px){.container{padding:0 .75rem}.content-layout{padding:1rem .75rem}.hero-secondary{grid-template-columns:1fr}.hero-primary .hero-content{padding:1.25rem 1rem 1rem}.hero-primary .hero-content h2{font-size:1.2rem}.site-branding{min-width:0;overflow:hidden}.site-logo .custom-logo,.site-logo img{max-height:30px;max-width:200px}.site-title-link{font-size:1.15rem}.header-inner{gap:.75rem}.article-title{font-size:1.5rem}.suro-related-posts{margin-top:.5rem}.suro-related-posts .related-posts-grid{grid-template-columns:1fr}.suro-related-posts .latest-news-item+.latest-news-item{border-left:none}.suro-related-posts .latest-news-thumb{width:80px;height:56px}.page-title{font-size:1.5rem}.error-404 .page-title{font-size:1.75rem}}