@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Newsreader:ital,opsz,wght@0,6..72,400..700;1,6..72,400..700&display=swap";:root{--surface-bg:#09090b;--surface-card:#18181b;--surface-card-hover:#27272a;--surface-header:#09090b;--surface-overlay:#18181bf2;--border-subtle:#27272a;--border-strong:#3f3f46;--border-focus:#38bdf8;--font-serif:"Newsreader", Georgia, serif;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--text-1:#f4f4f5;--text-2:#a1a1aa;--text-3:#71717a;--accent-cyan:#38bdf8;--accent-emerald:#10b981;--accent-amber:#f59e0b;--accent-rose:#f43f5e;--shadow-sm:0 1px 2px 0 #0003;--shadow-md:0 4px 12px 0 #0000004d;--shadow-lg:0 12px 28px -4px #00000073;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-full:9999px}:root[data-theme=light]{--surface-bg:#f8fafc;--surface-card:#fff;--surface-card-hover:#f1f5f9;--surface-header:#fff;--surface-overlay:#fffffff2;--border-subtle:#e2e8f0;--border-strong:#cbd5e1;--border-focus:#0284c7;--text-1:#0f172a;--text-2:#475569;--text-3:#94a3b8;--accent-cyan:#0284c7;--accent-emerald:#059669;--accent-amber:#d97706;--accent-rose:#e11d48;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 12px 0 #0f172a0f;--shadow-lg:0 12px 28px -4px #0f172a1a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background-color:var(--surface-bg);color:var(--text-1);min-height:100vh;line-height:1.6;overflow-x:hidden}::selection{background-color:var(--accent-cyan);color:#000}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--text-1);letter-spacing:-.015em;font-weight:600;line-height:1.25}p{color:var(--text-2);margin-bottom:1.25rem;line-height:1.7}a{color:var(--text-1);text-decoration:none;transition:color .2s,border-color .2s}a:hover{color:var(--accent-cyan)}ul,ol{color:var(--text-2);margin-bottom:1.5rem;padding-left:1.75rem}li{margin-bottom:.5rem;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.page-layout{grid-template-columns:1fr;gap:2.5rem;max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem;display:grid}@media (width>=1024px){.page-layout{grid-template-columns:minmax(0,8fr) minmax(0,4fr)}}.glass-card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:var(--shadow-md);margin-bottom:1.5rem;padding:1.5rem;transition:border-color .25s,transform .25s,box-shadow .25s}.glass-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.roori-header{z-index:1000;border-bottom:1px solid var(--border-subtle);padding:.9rem 0;position:sticky;top:0;box-shadow:0 4px 20px #0009;background:var(--surface-header)!important}.header-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.brand-logo{font-family:var(--font-serif);color:var(--text-1);letter-spacing:-.03em;align-items:center;gap:.5rem;font-size:1.75rem;font-weight:700;display:flex}.brand-accent{color:var(--accent-cyan)}.nav-links{align-items:center;gap:1.75rem;display:flex}.nav-links a{font-family:var(--font-sans);color:var(--text-2);border-radius:var(--radius-sm);padding:.3rem .6rem;font-size:.9rem;font-weight:500}.nav-links a:hover{color:var(--text-1);background:#ffffff0d}.theme-toggle{border:1px solid var(--border-subtle);color:var(--text-1);cursor:pointer;border-radius:var(--radius-sm);background:0 0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.theme-toggle:hover{border-color:var(--border-strong);color:var(--accent-cyan)}.category-badge{border-radius:var(--radius-sm);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.08em;padding:.25rem .65rem;font-size:.7rem;font-weight:700;display:inline-block}.category-business{color:var(--accent-emerald);background:#10b9811f;border:1px solid #10b9814d}.category-tech{color:var(--accent-cyan);background:#38bdf81f;border:1px solid #38bdf84d}.category-policy{color:var(--accent-amber);background:#f59e0b1f;border:1px solid #f59e0b4d}.article-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin:2rem 0;display:grid}.article-card-link{color:inherit;flex-direction:column;height:100%;text-decoration:none;display:flex}.article-card-image{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border-subtle);width:100%;height:200px;margin-bottom:1rem;transition:opacity .3s}.article-card-link:hover .article-card-image{opacity:.9}.card-title{font-family:var(--font-serif);color:var(--text-1);margin-bottom:.5rem;font-size:1.35rem;font-weight:600;line-height:1.3}.card-title:hover{color:var(--accent-cyan)}.card-dek{font-family:var(--font-sans);color:var(--text-2);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.card-footer{color:var(--text-3);border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-top:auto;padding-top:.85rem;font-size:.75rem;display:flex}.tool-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin:2rem 0;display:grid}.tldr-box{background:var(--surface-card);border:1px solid var(--border-subtle);border-left:4px solid var(--accent-cyan);border-radius:var(--radius-md);margin:2rem 0;padding:1.5rem 1.75rem}.tldr-box h2{font-family:var(--font-serif);color:var(--text-1);margin-bottom:.75rem;font-size:1.35rem}.callout-box{background:var(--surface-card);border:1px solid var(--border-subtle);border-left:4px solid var(--accent-emerald);border-radius:var(--radius-md);margin:2rem 0;padding:1.5rem 1.75rem}.grid-two-col{grid-template-columns:1fr 1fr;gap:1.75rem;margin:2.5rem 0;display:grid}@media (width<=768px){.grid-two-col{grid-template-columns:1fr}}.know-box,.dont-know-box{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);margin-bottom:0;padding:1.5rem}.know-box h2,.dont-know-box h2{font-family:var(--font-serif);color:var(--text-1);border-bottom:1px solid var(--border-subtle);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.35rem}.roori-article-container{max-width:800px;margin:0 auto}.article-header{margin-bottom:2.5rem}.meta-badges{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.article-title{font-family:var(--font-serif);color:var(--text-1);margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.article-dek{font-family:var(--font-serif);color:var(--text-2);margin-bottom:1.5rem;font-size:1.25rem;font-weight:400;line-height:1.45}.author-byline{color:var(--text-3);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);padding:.75rem 0;font-size:.85rem}.hero-figure{margin:2rem 0 2.5rem}.hero-img{object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--border-subtle);width:100%;max-height:440px}figcaption{color:var(--text-3);text-align:center;margin-top:.5rem;font-size:.75rem}.article-section{margin-bottom:2.5rem}.article-section h2{font-family:var(--font-serif);border-bottom:1px solid var(--border-subtle);color:var(--text-1);margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.6rem;font-weight:700}.article-sources{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);margin:2.5rem 0;padding:1.5rem 1.75rem}.article-sources h2{font-family:var(--font-serif);border-bottom:1px solid var(--border-subtle);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.35rem}.sidebar-ads{flex-direction:column;gap:2rem;display:flex}.adsense-slot{background:var(--surface-card);border:1px dashed var(--border-subtle);border-radius:var(--radius-md);width:100%;min-height:250px;color:var(--text-3);letter-spacing:.05em;justify-content:center;align-items:center;font-size:.8rem;display:flex}#ad-sidebar-sticky{position:sticky;top:90px}footer{border-top:1px solid var(--border-subtle);background:var(--surface-card);margin-top:4rem;padding:3.5rem 0}.footer-content{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.footer-links a{color:var(--text-2);font-size:.875rem}.footer-links a:hover{color:var(--accent-cyan)}@media (width<=768px){.nav-links{display:none}.page-layout{padding:1.5rem 1rem}.article-title{font-size:1.85rem}}
