:root{--primary:#1e73be;--primary-dark:#0d3b7a;--primary-light:#e8effc;--accent:#f97316;--accent-light:#fff4eb;--success:#059669;--success-light:#ecfdf5;--danger:#dc2626;--danger-light:#fef2f2;--warning:#d97706;--warning-light:#fffbeb;--surface:#ffffff;--surface-raised:#f8fafc;--surface-sunken:#f1f5f9;--border:#d8e1ec;--border-light:#f1f5f9;--text-primary:#1c1c1e;--text-secondary:#475569;--text-muted:#8e8e93;--radius:4px;--radius-full:9999px;--font-heading:system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;--font-body:Georgia, 'Times New Roman', serif;--header-height:35px;--max-width:1000px;--gap:4px;--gap-sm:2px;--navy:#0a1628;--primary-d:#0d3b7a;--blue-bright:#2196f3;--blue-light:#e3f2fd;--blue-pale:#f5f9ff;--card:#fff;--txt-base:#0f172a;--bg-base:#f9fafb;--green:#0d7c3d;--green-s:#e6f9ee;--red:#d32f2f;--orange:#e67e22;--cyan:#0891b2;--purple:#7c3aed}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;touch-action:manipulation}body{font-family:var(--font-body);color:var(--text-primary);background:#f2f2f2;line-height:1.45;-webkit-font-smoothing:antialiased;overflow-x:hidden;margin:0}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}img.site-logo-img,.logo .site-logo-img,.site-logo-img{height:28px!important;max-height:28px;max-width:160px;display:block;object-fit:contain}.site-header{position:sticky;top:0;z-index:100;background:#3376cd;border-bottom:none;height:var(--header-height);overflow:hidden;box-shadow:0 .5px 0 rgb(0 0 0 / .12);transition:transform .25s ease;contain:layout style}.site-header.hide{transform:translateY(-100%)}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 5px;display:flex;align-items:center;gap:6px;height:100%}.logo{font-family:var(--font-heading);font-size:16px;font-weight:800;color:#fff;letter-spacing:-.5px;display:flex;align-items:center;gap:3px;flex-shrink:0;height:28px;overflow:hidden}.logo .dot{width:5px;height:5px;border-radius:50%;background:var(--accent);display:inline-block}.nav-links,.header-inner>nav,.header-inner>.main-navigation{display:none;align-items:center;gap:1px}.header-inner>nav ul,.header-inner>nav ol,.header-inner>.main-navigation ul,.header-inner>.main-navigation ol,.nav-links ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:1px}.header-inner>nav li,.header-inner>.main-navigation li,.nav-links li{list-style:none;margin:0;padding:0;display:flex;align-items:center;position:relative}.nav-links a,.header-inner>nav a,.header-inner>.main-navigation a{font-size:14px;font-weight:600;color:#fff;padding:0 15px;border-radius:var(--radius);font-family:var(--font-heading);min-height:35px;display:flex;align-items:center;white-space:nowrap;line-height:35px}.nav-links a:hover,.header-inner>nav a:hover,.header-inner>.main-navigation a:hover{background:rgb(255 255 255 / .15);color:#fff}.nav-links .current-menu-item>a,.nav-links .current_page_item>a,.header-inner>nav .current-menu-item>a,.header-inner>nav .current_page_item>a,.header-inner>.main-navigation .current-menu-item>a,.header-inner>.main-navigation .current_page_item>a{background:rgb(255 255 255 / .2);color:#fff;font-weight:700}.header-inner>nav ul ul,.header-inner>.main-navigation ul ul,.nav-links ul ul{display:none;position:absolute;top:100%;left:0;background:#3376cd;border:none;border-radius:var(--radius);box-shadow:0 4px 12px rgb(0 0 0 / .15);z-index:110;min-width:200px;flex-direction:column;padding:4px 0}.header-inner>nav ul ul a,.header-inner>.main-navigation ul ul a,.nav-links ul ul a{line-height:1.4;padding:8px 15px;color:#fff}.header-inner>nav li:hover>ul,.header-inner>.main-navigation li:hover>ul,.nav-links li:hover>ul{display:flex}.header-search{display:flex;align-items:center;background:rgb(255 255 255 / .15);border-radius:var(--radius);padding:3px 8px;gap:4px;border:1px solid rgb(255 255 255 / .2);flex:1;min-width:0;height:26px}.header-search:focus-within{border-color:rgb(255 255 255 / .5);background:rgb(255 255 255 / .25)}.header-search svg{color:rgb(255 255 255 / .7);flex-shrink:0;width:14px;height:14px}.header-search input{border:none;outline:none;background:#fff0;font-size:12px;width:100%;color:#fff;font-family:var(--font-body);height:20px;-webkit-appearance:none;appearance:none}.header-search input::placeholder{color:rgb(255 255 255 / .5)}.mobile-menu-btn,.menu-toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:rgb(255 255 255 / .7);flex-shrink:0;cursor:pointer;background:none;border:none;padding:0}.mobile-menu-btn svg,.menu-toggle svg{width:18px;height:18px}.menu-toggle .mobile-menu{display:none}.reading-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:1001;background:#fff0;contain:strict}.reading-progress .bar{height:100%;width:0%;background:linear-gradient(90deg,var(--primary),var(--accent));will-change:width}.trending-bar{background:var(--txt-base);overflow:hidden;white-space:nowrap;height:28px;contain:layout style}.trending-inner{display:flex;align-items:center;padding:0 5px;max-width:var(--max-width);margin:0 auto;height:100%;overflow:hidden}.trending-badge{background:var(--accent);color:#fff;font-size:10px;font-weight:700;padding:2px 8px;border-radius:var(--radius);margin-right:10px;flex-shrink:0;text-transform:uppercase;letter-spacing:.5px;font-family:var(--font-heading);height:18px;line-height:14px}.trending-items{display:flex;gap:8px;align-items:center;overflow:hidden;flex:1}.trending-items a{color:#cbd5e1;font-size:12px;font-weight:500;flex-shrink:0;white-space:nowrap}.trending-items a:hover{color:#fff}.trending-items .sep{color:#475569;flex-shrink:0}.main-container{max-width:var(--max-width);margin:0 auto;padding:4px 4px 56px}.hero-section{background:linear-gradient(135deg,#1e73be 0%,#1e3a8a 50%,#312e81 100%);border-radius:var(--radius);padding:12px 10px;margin-bottom:var(--gap);position:relative;overflow:hidden;min-height:160px;contain:layout style}.hero-section::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-section *{position:relative;z-index:1}.hero-title{font-family:var(--font-heading);font-size:18px;font-weight:800;color:#fff;margin-bottom:4px;line-height:1.2}.hero-subtitle{color:rgb(255 255 255 / .75);font-size:12px;margin-bottom:8px;max-width:500px;line-height:1.35}.hero-search{display:flex;align-items:center;background:rgb(255 255 255 / .12);border:1px solid rgb(255 255 255 / .2);border-radius:var(--radius);padding:8px 10px;gap:8px;height:40px}.hero-search:focus-within{background:rgb(255 255 255 / .2);border-color:rgb(255 255 255 / .4)}.hero-search svg{color:rgb(255 255 255 / .6);flex-shrink:0}.hero-search input{border:none;outline:none;background:#fff0;font-size:14px;width:100%;color:#fff;font-family:var(--font-body);height:22px}.hero-search input::placeholder{color:rgb(255 255 255 / .5)}.hero-search form{width:100%;display:flex}.hero-search form input{width:100%}.hero-stats{display:flex;gap:14px;margin-top:8px}.hero-stat-num{font-family:var(--font-heading);font-size:17px;font-weight:800;color:#fff;display:block}.hero-stat-label{font-size:10px;color:rgb(255 255 255 / .6);text-transform:uppercase;letter-spacing:.5px}.article-featured-img,.featured-card img,.related-card img,.author-avatar{background:var(--surface-sunken)}.article-featured-img{contain:layout style;aspect-ratio:16/9;overflow:hidden;border-radius:var(--radius);margin-bottom:var(--gap);line-height:0}.article-featured-img img{width:100%;height:100%;object-fit:cover;display:block;border-radius:var(--radius)}.featured-image-container,.article-featured-img{border-radius:var(--radius);overflow:hidden;margin-bottom:4px;background:var(--surface-sunken);line-height:0;max-width:100%}.featured-image-container img,.article-featured-img img{width:100%;height:auto;display:block}.quick-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap);margin-bottom:var(--gap);contain:layout style}.quick-cat{background:#fff;border-radius:var(--radius);padding:6px 4px;text-align:center;border:1px solid var(--border);cursor:pointer;height:72px;contain:layout style}.quick-cat:hover{border-color:var(--primary)}.quick-cat-icon{width:32px;height:32px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin:0 auto 3px;font-size:16px}.quick-cat-icon.news{background:#dbeafe}.quick-cat-icon.result{background:#dcfce7}.quick-cat-icon.admit{background:#fef3c7}.quick-cat-icon.govt{background:#ede9fe}.quick-cat-icon.board{background:#fce7f3}.quick-cat-name{font-family:var(--font-heading);font-size:11px;font-weight:600;line-height:1.2}.quick-cat-count{font-size:10px;color:var(--text-muted);margin-top:1px;line-height:1}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--gap);height:32px;contain:layout style}.section-title{font-family:var(--font-heading);font-size:15px;font-weight:700;display:flex;align-items:center;gap:6px;line-height:1}.section-title .icon{width:24px;height:24px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:13px}.view-all{font-size:12px;font-weight:600;color:var(--primary);display:flex;align-items:center;gap:3px;padding:4px 8px;border-radius:var(--radius);font-family:var(--font-heading);height:28px}.view-all:hover{background:var(--primary-light)}.featured-grid{display:grid;grid-template-columns:1fr;gap:var(--gap);margin-bottom:var(--gap)}.featured-card{background:#fff;border-radius:var(--radius);padding:8px;border:1px solid var(--border);position:relative;overflow:hidden;min-height:80px;contain:layout style}.featured-card:hover{border-color:var(--primary)}.featured-card.highlight{background:linear-gradient(135deg,#1e40af,#7c3aed);border:none;color:#fff}.featured-card.highlight .card-category{background:rgb(255 255 255 / .2);color:#fff}.featured-card.highlight .card-title{color:#fff}.featured-card.highlight .card-meta{color:rgb(255 255 255 / .9)}.featured-card.highlight .card-excerpt{color:rgb(255 255 255 / .85)}.card-badges{display:flex;gap:var(--gap);margin-bottom:3px;flex-wrap:wrap}.card-category{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:1px 6px;border-radius:var(--radius);font-family:var(--font-heading);height:16px;line-height:14px}.cat-news{background:#dbeafe;color:#1d4ed8}.cat-result{background:#dcfce7;color:#15803d}.cat-admit{background:#fef3c7;color:#a16207}.cat-govt{background:#ede9fe;color:#6d28d9}.cat-board{background:#fce7f3;color:#be185d}.card-status{font-size:10px;font-weight:600;padding:1px 6px;border-radius:var(--radius);font-family:var(--font-heading);height:16px;line-height:14px}.status-released{background:var(--success-light);color:var(--success)}.status-expected{background:var(--warning-light);color:var(--warning)}.status-new{background:var(--danger-light);color:var(--danger)}.card-title{font-family:var(--font-heading);font-size:13px;font-weight:700;line-height:1.3;margin-bottom:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-excerpt{font-size:12px;color:var(--text-secondary);line-height:1.35;margin-bottom:3px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-meta{font-size:11px;color:var(--text-muted);display:flex;align-items:center;gap:8px;line-height:1}.card-arrow{position:absolute;bottom:8px;right:8px;width:24px;height:24px;background:var(--surface-sunken);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:12px}.featured-card:hover .card-arrow{background:var(--primary);color:#fff}.content-grid{display:grid;grid-template-columns:1fr;gap:var(--gap);margin-bottom:var(--gap)}.content-section{background:#fff;border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;contain:layout style}.content-section-header{padding:6px 8px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-light);height:32px}.content-section-title{font-family:var(--font-heading);font-size:13px;font-weight:700;display:flex;align-items:center;gap:5px;line-height:1}.list-item{display:flex;align-items:flex-start;gap:6px;padding:5px 8px;border-bottom:1px solid var(--border-light);cursor:pointer;min-height:32px;contain:layout style}.list-item:last-child{border-bottom:none}.list-item:hover{background:var(--surface-sunken)}.list-num{font-family:var(--font-heading);font-size:10px;font-weight:700;color:var(--text-muted);width:18px;height:18px;display:flex;align-items:center;justify-content:center;background:var(--surface-sunken);border-radius:var(--radius);flex-shrink:0;margin-top:1px}.list-content{flex:1;min-width:0}.list-title{font-size:12px;font-weight:500;line-height:1.3;color:var(--text-primary)}.list-status{display:inline-block;font-size:9px;font-weight:600;padding:0 5px;border-radius:var(--radius);margin-left:3px;vertical-align:middle;font-family:var(--font-heading);height:14px;line-height:14px}.article-layout{display:grid;grid-template-columns:1fr;gap:var(--gap);align-items:start}.article-main{min-width:0;overflow:hidden;max-width:100%}.article-sidebar{display:none}.breadcrumbs,.rank-math-breadcrumb,#breadcrumbs{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--text-muted);margin-bottom:var(--gap);flex-wrap:wrap;padding:0;line-height:1.2;min-height:16px}.breadcrumbs a,.rank-math-breadcrumb a,#breadcrumbs a{color:var(--text-secondary)}.breadcrumbs a:hover,.rank-math-breadcrumb a:hover,#breadcrumbs a:hover{color:var(--primary)}.rank-math-breadcrumb .separator{margin:0 2px;color:var(--text-muted)}.pstet-bc{font-family:var(--font-heading)!important;color:rgb(102 98 98 / .84)!important;background:none!important;border-bottom:none!important;position:relative;z-index:1;padding:0;font-size:10px;line-height:1.5;margin:0;display:flex;align-items:center;gap:4px;flex-wrap:wrap;min-height:16px}.single .pstet-bc a{color:#045523!important;font-weight:500}.single .pstet-bc a:hover{color:var(--primary)!important}.single .pstet-bc .sep{color:rgb(2 34 255 / 49%)!important;font-size:16px}.article-header{background:#fff;border-radius:var(--radius);border:1px solid var(--border);padding:10px;margin-bottom:6px;contain:layout style}.article-breadcrumbs{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--text-muted);margin-bottom:6px;overflow:hidden;white-space:nowrap;line-height:1.3}.article-breadcrumbs a{color:var(--primary);font-weight:500;flex-shrink:0}.article-breadcrumbs .bc-sep{color:var(--text-muted);opacity:.5;flex-shrink:0}.article-breadcrumbs .bc-current{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:280px}.article-h1,.entry-title{font-family:var(--font-heading)!important;font-size:18px!important;font-weight:900!important;line-height:1.2!important;margin-bottom:6px!important;color:var(--txt-base)!important;letter-spacing:-.3px;word-wrap:break-word;overflow-wrap:break-word;hyphens:none;-webkit-hyphens:none;word-break:keep-all}.article-meta-share{padding-top:8px;border-top:1px solid var(--border-light);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px;min-height:36px;contain:layout style}.social-share{display:flex;align-items:center;gap:4px;flex-shrink:0;height:28px}.social-share-label{font-size:10px;font-weight:600;color:var(--text-muted);font-family:var(--font-heading);margin-right:1px}.share-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius);min-width:28px;min-height:28px;flex-shrink:0;contain:strict}.share-btn svg{width:14px;height:14px;display:block}.share-btn.whatsapp{background:#dcfce7;color:#16a34a}.share-btn.whatsapp:hover{background:#16a34a;color:#fff}.share-btn.twitter{background:#e0f2fe;color:#0284c7}.share-btn.twitter:hover{background:#0284c7;color:#fff}.share-btn.facebook{background:#dbeafe;color:#2563eb}.share-btn.facebook:hover{background:#2563eb;color:#fff}.share-btn.telegram{background:#e0f2fe;color:#0ea5e9}.share-btn.telegram:hover{background:#0ea5e9;color:#fff}.share-btn.copy-link{background:var(--surface-sunken);color:var(--text-muted)}.share-btn.copy-link:hover{background:var(--txt-base);color:#fff}.entry-meta{padding:0;margin:0 0 4px;background:none!important}.entry-meta .byline{display:none}.posted-on{font-size:12px;line-height:1.4;display:block;font-family:var(--font-body)}.ro-dm-author{color:var(--primary);font-weight:700}.ro-dm-dot{color:#999;margin:0 4px;font-weight:700}.ro-dm-sep{color:#999;margin:0 4px}.ro-dm-date{font-weight:600;color:#222}.single .entry-meta{font-family:var(--font-heading)!important;background:none!important;color:#475569;position:relative;z-index:1;font-size:12px!important}.single .entry-meta .ro-dm-author{color:#475569!important}.single .entry-meta .ro-dm-dot{color:#cbd5e1!important}.single .entry-meta .ro-dm-sep{color:#cbd5e1!important}.single .entry-meta .ro-dm-date{color:#64748b!important}.single .entry-meta time{color:#64748b!important}.article-body,.entry-content{background:#fff;border-radius:var(--radius);border:1px solid var(--border);padding:10px;margin-bottom:6px;min-width:0;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word;contain:layout style}.single .inside-article{background:var(--card);border-radius:12px}body,.site-content,.entry-content,.entry-content p,.inside-article{font-family:var(--font-body)!important;color:var(--text-secondary)}.single .entry-content,.single .pstet-abody{line-height:1.79!important;font-family:var(--font-body)!important}.single .entry-content p,.single .pstet-abody p{font-family:var(--font-body)!important;font-size:17px!important;line-height:1.70!important;color:var(--txt-base)!important;margin-bottom:17px!important}.single .entry-content p strong{color:var(--txt-base);font-weight:700}.single .entry-content a{color:var(--primary);text-decoration:none;font-weight:600;border-bottom:1.5px solid rgb(21 101 192 / .2)}.single .entry-content li,.single .pstet-abody li{line-height:1.5;margin-bottom:4px}.single .entry-content h2,.single .entry-content h3,.single .entry-content h4,.single .entry-content h5,.single .entry-content h6,.single .pstet-abody h2,.single .pstet-abody h3,.single .pstet-abody h4,.single .pstet-abody h5,.single .pstet-abody h6{font-family:var(--font-heading)!important;font-weight:800!important;color:var(--txt-base)!important;line-height:1.3!important;margin-top:18px!important;margin-bottom:8px!important;hyphens:none!important;-webkit-hyphens:none!important}.single .entry-content h2,.single .pstet-abody h2{font-size:19px!important;background:none!important;margin-left:0!important;margin-right:0!important;border-radius:0!important;display:block!important;position:relative;overflow:visible;isolation:isolate}.single .entry-content h3,.single .pstet-abody h3{font-size:18px!important;padding-left:12px!important;border-left:3px solid var(--primary)}.single .entry-content h4,.single .pstet-abody h4{font-size:17px!important;color:#334155!important}.single .entry-content h5,.single .pstet-abody h5{font-size:16px!important;color:#475569!important;text-transform:uppercase;letter-spacing:.3px}.single .entry-content h6,.single .pstet-abody h6{font-size:10px!important;color:#64748b!important;text-transform:uppercase;letter-spacing:.5px}.single .entry-content h2::after{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;z-index:0!important;background-image:radial-gradient(circle at 5% 50%,rgb(33 150 243 / .18),transparent 40%),radial-gradient(circle at 50% 50%,rgb(33 150 243 / .13),transparent 45%),radial-gradient(circle at 95% 50%,rgb(33 150 243 / .18),transparent 40%)!important;background-size:100% 100%!important}.single .entry-content h2::before{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;z-index:0!important;background-image:radial-gradient(circle at 8% 30%,rgb(33 150 243 / .15),transparent 4%),radial-gradient(circle at 15% 70%,rgb(255 193 7 / .12),transparent 3.5%),radial-gradient(circle at 25% 20%,rgb(156 39 176 / .12),transparent 4%),radial-gradient(circle at 35% 65%,rgb(0 230 118 / .12),transparent 3.5%),radial-gradient(circle at 45% 35%,rgb(244 67 54 / .1),transparent 4%),radial-gradient(circle at 55% 75%,rgb(33 150 243 / .12),transparent 3.5%),radial-gradient(circle at 65% 25%,rgb(255 152 0 / .12),transparent 4%),radial-gradient(circle at 75% 60%,rgb(0 188 212 / .12),transparent 3.5%),radial-gradient(circle at 85% 40%,rgb(233 30 99 / .1),transparent 4%),radial-gradient(circle at 92% 70%,rgb(104 159 56 / .12),transparent 3.5%)!important;background-size:100% 100%!important}.single .entry-header{padding:0 10px 0!important;margin:0 -10px 8px!important;position:relative;overflow:visible}.single .entry-header::after{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;z-index:0!important;background-image:radial-gradient(circle at 5% 50%,rgb(33 150 243 / .18),transparent 40%),radial-gradient(circle at 50% 50%,rgb(33 150 243 / .13),transparent 45%),radial-gradient(circle at 95% 50%,rgb(33 150 243 / .18),transparent 40%)!important;background-size:100% 100%!important}.single .entry-header::before{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;z-index:0!important;background-image:radial-gradient(circle at 8% 30%,rgb(33 150 243 / .15),transparent 4%),radial-gradient(circle at 15% 70%,rgb(255 193 7 / .12),transparent 3.5%),radial-gradient(circle at 25% 20%,rgb(156 39 176 / .12),transparent 4%),radial-gradient(circle at 35% 65%,rgb(0 230 118 / .12),transparent 3.5%),radial-gradient(circle at 45% 35%,rgb(244 67 54 / .1),transparent 4%),radial-gradient(circle at 55% 75%,rgb(33 150 243 / .12),transparent 3.5%),radial-gradient(circle at 65% 25%,rgb(255 152 0 / .12),transparent 4%),radial-gradient(circle at 75% 60%,rgb(0 188 212 / .12),transparent 3.5%),radial-gradient(circle at 85% 40%,rgb(233 30 99 / .1),transparent 4%),radial-gradient(circle at 92% 70%,rgb(104 159 56 / .12),transparent 3.5%)!important;background-size:100% 100%!important}.single .entry-header>*{position:relative;z-index:1}.wp-block-list:not(.toc-modern-box ul){contain:layout;background:#e8f0fe;border:1px solid #bbdefb;border-radius:10px;padding:14px;margin-bottom:14px}.single .entry-content ul{padding-left:0!important;margin:8px 0}.single .entry-content ul li{position:relative;padding-left:20px!important;margin-bottom:6px;font-size:16px;line-height:1.5;color:var(--txt-base);list-style:none!important;font-family:var(--font-body)}.single .entry-content ul li::before{content:""!important;position:absolute!important;left:8px!important;top:8px!important;width:6px!important;height:6px!important;background:#4285f447!important;border-radius:2px!important;transform:rotate(45deg)!important;font-size:0!important;color:transparent!important}.single .entry-content ol{counter-reset:ol-counter!important;padding-left:0!important;margin:8px 0;list-style:none!important}.single .entry-content ol>li{position:relative;padding:10px 0 10px 40px!important;margin-bottom:0;font-size:16px;line-height:1.5;color:var(--txt-base);counter-increment:ol-counter!important;list-style:none!important;border-left:none!important;border-bottom:.5px solid var(--border);font-family:var(--font-body)}.single .entry-content ol>li:last-child{border-bottom:none}.single .entry-content ol>li::before{content:counter(ol-counter) "."!important;position:absolute!important;left:15px!important;top:10px!important;width:auto!important;height:auto!important;background:none!important;color:#1565c0!important;font-size:16px!important;font-weight:800!important;border-radius:0!important;display:block!important;box-shadow:none!important;border:none!important;transform:none!important;line-height:1.2}.single .entry-content ol>li:not(:last-child)::after{display:none}.single .entry-content ol>li a{color:var(--primary);text-decoration:none;font-weight:600}.single .entry-content ol>li a:hover{text-decoration:underline}.single .entry-content table{width:100%!important;border-collapse:collapse;font-size:14px;border-radius:10px;overflow:hidden;border:1px solid var(--border);margin:0 0 14px;font-family:var(--font-heading)}.single .entry-content table th{color:#334155!important;padding:9px 12px;text-align:left;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.3px}.single .entry-content table tbody tr:nth-child(even) td{background:var(--blue-pale)}.single .entry-content table tbody tr:nth-child(odd) td{background:#fff}.single .entry-content table tbody td{padding:8px 12px;color:#334155;border-bottom:1px solid #eef2f7;line-height:1.5}.single .entry-content table tbody td:first-child{font-weight:700;color:var(--txt-base)}.entry-content table{width:100%!important;border-collapse:collapse;margin:6px 0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);font-size:13px}.entry-content th{background:var(--surface-sunken)!important;font-family:var(--font-heading);font-weight:600;color:var(--text-primary);padding:6px 8px;text-align:left;font-size:13px}.entry-content td{color:var(--text-secondary);padding:6px 8px;font-size:13px}.entry-content tr{border-bottom:1px solid var(--border-light)}.entry-content tr:last-child{border-bottom:none}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:6px 0}.single blockquote.wp-block-quote{background:linear-gradient(135deg,#fef3f0,#fff0eb)!important;border:1px solid #ffccbc!important;border-left:none!important;border-radius:10px!important;position:relative;box-shadow:none;padding:10px 12px!important}.single blockquote.wp-block-quote::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(#e53935,#ff6d00);border-radius:10px 0 0 10px}.single .wp-block-quote p::before{background:linear-gradient(135deg,#ff1744,#ff6d00);border-radius:5px;height:18px;font-size:9.5px;letter-spacing:.5px;box-shadow:none}.single .wp-block-pullquote{background:linear-gradient(135deg,#f3e8ff,#ede7f6);border:1px solid #ce93d8;border-left:none;border-radius:10px;position:relative}.single .wp-block-pullquote::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#9c27b0;border-radius:10px 0 0 10px;font-size:0}.mobile-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--border);display:flex;justify-content:space-around;align-items:center;padding:4px 0 max(4px, env(safe-area-inset-bottom));z-index:100;box-shadow:0 -2px 16px rgb(0 0 0 / .06);height:48px;contain:layout style}.mobile-nav a{display:flex;flex-direction:column;align-items:center;gap:1px;padding:4px 8px;font-size:9px;color:var(--text-muted);font-weight:600;font-family:var(--font-heading);min-width:48px;min-height:40px;justify-content:center}.mobile-nav a.active{color:var(--primary)}.mobile-nav a svg{width:20px;height:20px}.sticky-share-bar{position:fixed;bottom:52px;left:0;right:0;background:#fff;border-top:1px solid var(--border);padding:6px 10px;display:none;align-items:center;justify-content:center;gap:6px;z-index:90;height:36px;contain:layout style}.inpost-toc{background:var(--surface-sunken);border-radius:var(--radius);border:1px solid var(--border);padding:10px;margin-bottom:6px;contain:content}.inpost-toc-header{font-family:var(--font-heading);font-size:13px;font-weight:700;display:flex;align-items:center;gap:5px;height:20px;cursor:pointer}.inpost-toc-header svg{width:14px;height:14px;display:block}.inpost-toc.collapsed .inpost-toc-list{display:none;margin:0}.inpost-toc.collapsed .inpost-toc-header svg{transform:rotate(-90deg)}.wp-block-rank-math-toc-block,.rank-math-toc-container,#rank-math-toc{display:none!important}.tools-widget{margin-bottom:var(--gap);height:250px;overflow:hidden;contain:strict}.tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--gap)}.tools-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:var(--gap);margin-top:var(--gap)}.tool-card{background:#fff;border-radius:var(--radius);border:1px solid var(--border);padding:10px;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:1px;cursor:pointer;height:68px;contain:layout style}.tool-card:hover{border-color:var(--primary)}.tool-card-icon{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:28px;opacity:.9}.tool-card-name{font-family:var(--font-heading);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.3px;color:var(--text-primary);line-height:1.2;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tool-card-sub{font-size:11px;color:var(--text-muted);font-weight:400;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tools-grid-3 .tool-card{height:56px}.ad-slot{min-height:100px;width:100%;background:#fff0;border-radius:var(--radius);overflow:hidden;contain:layout style;content-visibility:auto;contain-intrinsic-size:auto 250px;margin:var(--gap) 0}.ad-slot-header{min-height:90px;contain-intrinsic-size:auto 90px}.ad-slot-sidebar{min-height:250px;contain-intrinsic-size:auto 250px}ins.adsbygoogle[data-ad-status="unfilled"]{display:none!important;min-height:0!important}.wa-popup{position:fixed;bottom:70px;left:10px;z-index:150;width:290px;background:#fff;border-radius:var(--radius);box-shadow:0 8px 32px rgb(0 0 0 / .18);border:1px solid var(--border);overflow:hidden;display:none;contain:layout style}.wa-popup.show{display:block}.wa-popup-header{background:linear-gradient(135deg,#25d366,#128c7e);padding:8px 10px;display:flex;align-items:center;gap:8px;color:#fff;height:44px}.wa-popup-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:8px;background:#25d366;color:#fff;font-family:var(--font-heading);font-size:13px;font-weight:700;border-radius:var(--radius);border:none;cursor:pointer;height:36px}.gnews-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:8px;background:#4285F4;color:#fff;font-family:var(--font-heading);font-size:13px;font-weight:700;border-radius:var(--radius);border:none;cursor:pointer;margin-top:4px;text-decoration:none;height:36px}.faq-section{background:#fff;border-radius:var(--radius);border:1px solid var(--border);padding:8px;margin-bottom:var(--gap);contain:layout style}.faq-item{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:3px;overflow:hidden}.faq-item.open{border-color:var(--primary)}.faq-item dt,.faq-q{padding:8px 10px;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-family:var(--font-heading);min-height:36px;gap:6px;line-height:1.25}.related-grid{display:grid;grid-template-columns:1fr;gap:var(--gap);margin-bottom:var(--gap)}.related-card{background:#fff;border-radius:var(--radius);border:1px solid var(--border);padding:8px;cursor:pointer;min-height:60px;contain:layout style}.related-card:hover{border-color:var(--primary)}.author-bio-card{background:#fff;border-radius:var(--radius);border:1px solid var(--border);padding:8px;margin-bottom:var(--gap);display:flex;gap:8px;align-items:flex-start;contain:layout style}.author-avatar{width:44px;height:44px;border-radius:var(--radius);background:linear-gradient(135deg,var(--primary),#7c3aed);display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-heading);font-size:16px;font-weight:800;flex-shrink:0;overflow:hidden}.author-avatar img{width:44px;height:44px;border-radius:var(--radius);object-fit:cover}.author-info{flex:1;min-width:0}.author-label{font-size:10px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-family:var(--font-heading);margin-bottom:1px;line-height:1}.author-name{font-family:var(--font-heading);font-size:14px;font-weight:700;margin-bottom:1px;line-height:1.2}.author-role{font-size:11px;color:var(--primary);font-weight:500;margin-bottom:2px;line-height:1}.author-desc{font-size:12px;line-height:1.4;color:var(--text-secondary);margin-bottom:4px}.author-desc-short{display:inline}.author-desc-full{display:none}.author-desc.expanded .author-desc-short{display:none}.author-desc.expanded .author-desc-full{display:inline}.author-read-more{color:var(--primary);font-size:11px;font-weight:600;cursor:pointer;font-family:var(--font-heading);background:none;border:none;padding:0;margin-left:2px}.author-stats{display:flex;gap:10px}.author-stat{font-size:11px;color:var(--text-muted);display:flex;align-items:center;gap:3px;line-height:1}.author-stat strong{color:var(--text-primary);font-weight:700;font-family:var(--font-heading)}.sidebar-widget{background:#fff;border-radius:var(--radius);border:1px solid var(--border);margin-bottom:var(--gap);overflow:hidden;contain:layout style}.sidebar-widget-header{padding:8px 10px;border-bottom:1px solid var(--border-light);font-family:var(--font-heading);font-size:13px;font-weight:700;display:flex;align-items:center;gap:6px;height:34px;line-height:1}h3.sidebar-widget-header{font-size:13px;font-weight:700;margin:0;padding-left:10px;border-left:none}.sidebar-link{display:flex;align-items:center;padding:6px 10px;font-size:12px;color:var(--text-secondary);border-bottom:1px solid var(--border-light);min-height:32px}.sidebar-link:last-child{border-bottom:none}.sidebar-link:hover{background:var(--surface-sunken);color:var(--primary)}.toc-item{display:flex;align-items:center;padding:6px 10px;font-size:12px;color:var(--text-secondary);border-left:2px solid #fff0;cursor:pointer;min-height:32px}.toc-item:hover,.toc-item.active{color:var(--primary);background:var(--primary-light);border-left-color:var(--primary)}.site-footer{background:var(--txt-base);color:rgb(255 255 255 / .6);margin-top:var(--gap);contain:layout style;content-visibility:auto;contain-intrinsic-size:auto 300px}.footer-inner{max-width:var(--max-width);margin:0 auto;padding:12px 5px 8px}.footer-grid{display:grid;grid-template-columns:1fr;gap:8px;margin-bottom:10px}.footer-brand .logo{color:#fff;margin-bottom:6px}.footer-col-title{font-family:var(--font-heading);font-size:11px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.footer-links a{display:flex;align-items:center;font-size:12px;color:rgb(255 255 255 / .7);padding:2px 0;min-height:24px}.footer-links a:hover{color:#fff}.footer-bottom{padding-top:10px;border-top:1px solid rgb(255 255 255 / .1);font-size:11px;display:flex;flex-direction:column;gap:3px}.mobile-menu-overlay{position:fixed;inset:0;z-index:200;background:#fff;display:none;flex-direction:column;overflow-y:auto}.mobile-menu-overlay.open{display:flex}.mobile-menu-backdrop{position:fixed;inset:0;z-index:199;background:rgb(0 0 0 / .4);display:none}.mobile-menu-backdrop.open{display:block}@media (min-width:600px){.main-container{padding:6px 5px 56px}.quick-categories{grid-template-columns:repeat(5,1fr)}.featured-grid{grid-template-columns:1fr 1fr}.featured-card.highlight{grid-column:span 2}.content-grid{grid-template-columns:1fr 1fr}.hero-section{padding:16px 14px}.hero-title{font-size:20px}.article-header{padding:10px}.related-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.card-title{font-size:14px}h1.entry-title,.entry-title{font-size:20px!important}}@media (min-width:960px){.main-container{padding:8px 5px 30px}.header-inner{padding:0 5px}.nav-links,.header-inner>nav,.header-inner>.main-navigation{display:flex}.mobile-menu-btn,.menu-toggle{display:none}.mobile-nav{display:none}.mobile-menu-overlay,.mobile-menu-backdrop{display:none!important}.sticky-share-bar{display:none}.inpost-toc{display:none}body.has-bnav{padding-bottom:0!important}.header-search{width:200px;flex:none}.hero-section{padding:20px}.hero-title{font-size:24px}.quick-categories{gap:6px}.quick-cat{padding:8px 6px;height:80px}.quick-cat-icon{width:36px;height:36px;font-size:18px}.quick-cat-name{font-size:12px}.featured-grid{gap:6px}.featured-card{padding:10px}.content-grid{gap:6px}.article-layout{grid-template-columns:minmax(0,1fr) 300px;gap:12px}.article-sidebar{display:block;position:sticky;top:calc(var(--header-height) + 8px)}.article-header{padding:10px}.article-body,.entry-content{padding:10px}h1.entry-title,.entry-title{font-size:20px!important;line-height:1.2!important;letter-spacing:-.4px}.single .entry-content p,.single .pstet-abody p{font-size:18px!important;line-height:1.79!important}.single .entry-content ul li,.single .entry-content ol>li{font-size:18px}.single .entry-content ol>li{padding-left:44px!important}.single .entry-content ol>li::before{font-size:18px!important}.single .entry-content table{font-size:15px}.single .entry-content table thead th{padding:9px 15px;font-size:14px}.single .entry-content table tbody td{padding:8px 15px}.entry-content th{width:160px}.related-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:20px}.footer-bottom{flex-direction:row;justify-content:space-between}.section-title{font-size:16px}.wa-popup{bottom:20px;width:320px}.share-btn{width:32px;height:32px}.share-btn svg{width:16px;height:16px}}@media print{.site-header,.trending-bar,.mobile-nav,.social-share,.sticky-share-bar,.article-sidebar,.ad-slot{display:none!important}.article-body,.entry-content{border:none;padding:0}}.site-content{padding:0!important}.inside-article{padding:0!important}.entry-header{margin-bottom:4px}#primary{margin:0;padding:0}.generate-columns-container{margin:0}.site-main .entry-content>*:first-child{margin-top:0}header.site-header,footer.site-footer,main.site-main,aside.widget-area,article.content-area{display:block}aside.social-share{display:flex;align-items:center}