:root{--primary-color:#e50914;--text-dark:#1f2937;--text-light:#6b7280;--bg-color:#f3f4f6;--bg-white:#fff;--border-color:#e5e7eb}*{box-sizing:border-box;padding:0;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg-color);color:var(--text-dark)}a{color:inherit;text-decoration:none}ul{list-style:none}.hide-mobile{display:flex}.show-mobile{display:none!important}.grid-hero{display:grid;grid-template-columns:1fr 350px;grid-gap:2rem;gap:2rem;margin-bottom:3rem}.grid-2col{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:1rem}.grid-4col{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.grid-article,.grid-category{display:grid;grid-template-columns:3fr 1fr;grid-gap:3rem;gap:3rem}.header-main{max-width:1200px;margin:0 auto;padding:.5rem .2rem;justify-content:space-between}.header-actions,.header-main{display:flex;align-items:center}.header-actions{gap:1rem}.header-nav ul{max-width:1200px;margin:0 auto;display:flex;gap:2rem;padding:1rem;overflow-x:auto;font-weight:700;font-size:.95rem;-webkit-overflow-scrolling:touch}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-dark);padding:.25rem}.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:200;flex-direction:column;padding:1.5rem;overflow-y:auto}.mobile-menu.open{display:flex}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:3rem;gap:3rem;border-bottom:1px solid #374151;padding-bottom:3rem}.dashboard-layout{display:flex;min-height:100vh;background-color:var(--bg-color)}.dashboard-sidebar{width:250px;background-color:#111827;color:#fff;padding:2rem 1rem;flex-shrink:0}.dashboard-sidebar-toggle{display:none;position:fixed;bottom:1.5rem;left:1.5rem;z-index:300;width:50px;height:50px;border-radius:50%;background-color:var(--primary-color);color:#fff;border:none;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.3);align-items:center;justify-content:center}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.dashboard-editor-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:2rem;gap:2rem}.search-article{padding:1.5rem}.category-article,.search-article{display:flex;gap:1.5rem;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);cursor:pointer}.category-article{padding:1rem}.hero-section{height:500px;background-size:cover;background-position:50%}.category-featured,.hero-section{position:relative;border-radius:8px;overflow:hidden;background-color:#1f2937;cursor:pointer}.category-featured{height:400px}.article-featured-img{width:100%;height:450px;background-color:#f3f4f6;border-radius:8px;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;color:#9ca3af;overflow:hidden}.article-title{font-size:3rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;color:var(--text-dark)}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;line-height:1.2}.page-title{font-size:2.5rem;font-weight:900;text-transform:uppercase}.search-article-img{width:240px;height:160px}.category-article-img,.search-article-img{background-color:#e5e7eb;border-radius:4px;flex-shrink:0;overflow:hidden}.category-article-img{width:200px;height:140px}.dashboard-header-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.table-scroll-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:1023px){.grid-hero{grid-template-columns:1fr}.grid-4col{grid-template-columns:repeat(2,1fr)}.grid-article,.grid-category{grid-template-columns:1fr}.dashboard-stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-editor-grid{grid-template-columns:1fr}.hero-section{height:400px}.category-featured{height:320px}.article-featured-img{height:350px}.article-title{font-size:2.25rem}.hero-title,.page-title{font-size:2rem}}@media (max-width:767px){.hide-mobile{display:none!important}.show-mobile{display:flex!important}.grid-hero{gap:1.5rem;margin-bottom:2rem}.grid-2col,.grid-4col,.grid-hero{grid-template-columns:1fr}.grid-4col{gap:1rem}.grid-article,.grid-category{grid-template-columns:1fr;gap:2rem}.header-main{padding:.5rem}.header-main h1{font-size:1.75rem!important}.header-actions{display:none}.mobile-menu-btn{display:block}.header-nav ul{gap:1.25rem;padding:.75rem 1rem;font-size:.85rem}.hero-section{height:300px}.hero-title{font-size:1.5rem}.category-featured{height:250px}.article-title{font-size:1.75rem}.article-featured-img{height:220px}.search-article{flex-direction:column;gap:1rem;padding:1rem}.search-article-img{width:100%;height:200px}.category-article{flex-direction:column;gap:1rem}.category-article-img{width:100%;height:200px}.page-title{font-size:1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.dashboard-sidebar{position:fixed;top:0;left:-260px;bottom:0;z-index:250;transition:left .3s ease;width:250px}.dashboard-sidebar.open{left:0}.dashboard-sidebar-toggle{display:flex}.dashboard-editor-grid,.dashboard-stats-grid{grid-template-columns:1fr}.dashboard-header-actions{flex-direction:column;gap:1rem;align-items:flex-start}}.share-btn{transition:transform .2s ease-in-out!important}.share-btn:hover{transform:scale(1.1)!important}