:root{--bg:#edf3fb;--dark:#07111f;--panel:#ffffff;--line:#dbe7f5;--primary:#2563eb;--cyan:#06b6d4;--text:#172033;--muted:#64748b}
*{box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.app-shell{display:flex;min-height:100vh}.sidebar{width:285px;background:linear-gradient(180deg,#07111f,#0b2440 55%,#0e7490);color:#fff;padding:24px;position:fixed;left:0;top:0;bottom:0;box-shadow:15px 0 45px rgba(15,23,42,.20)}.content{margin-left:285px;width:calc(100% - 285px);padding:30px}.brand-box{display:flex;align-items:center;gap:14px}.logo{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,#22d3ee,#2563eb);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:24px;box-shadow:0 14px 28px rgba(37,99,235,.35)}.logo.large{width:72px;height:72px;border-radius:24px;margin:0 auto 18px;font-size:40px;color:#fff}.brand-title{font-size:20px;font-weight:800;line-height:1}.brand-box small{color:#cbd5e1}.sidebar .nav-link{color:#e0f2fe;border-radius:15px;padding:12px 14px;font-weight:650}.sidebar .nav-link:hover{background:rgba(255,255,255,.12);color:#fff}.sidebar .nav-link i{margin-right:10px}.sidebar-footer{position:absolute;left:24px;right:24px;bottom:24px}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.topbar h1{font-weight:850;letter-spacing:-.035em;margin:0}.topbar p{color:var(--muted);margin:4px 0 0}.user-pill{background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 16px;color:var(--muted);box-shadow:0 10px 28px rgba(15,23,42,.06)}.premium-card,.stat-card,.post-card{border:0;border-radius:24px;box-shadow:0 18px 45px rgba(15,23,42,.08);background:rgba(255,255,255,.92);backdrop-filter:blur(12px)}.stat-card{padding:22px;display:flex;align-items:center;justify-content:space-between;min-height:128px;position:relative;overflow:hidden}.stat-card:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;right:-55px;top:-55px;background:linear-gradient(135deg,rgba(37,99,235,.15),rgba(6,182,212,.25))}.stat-card span{color:var(--muted);font-weight:700}.stat-card strong{display:block;font-size:44px;letter-spacing:-.06em}.stat-card i{font-size:38px;color:var(--primary);z-index:1}.stat-card.danger i{color:#ef4444}.post-card{display:grid;grid-template-columns:230px 1fr;overflow:hidden}.post-img{background:#0f172a;min-height:160px}.post-img img,.post-preview img{width:100%;height:100%;object-fit:cover}.post-content{padding:22px}.post-content h5{font-weight:800}.post-preview{background:#0f172a;min-height:240px}.badge.status-draft{background:#64748b}.badge.status-approved{background:#16a34a}.badge.status-published{background:#2563eb}.badge.status-failed{background:#dc2626}.badge.status-scheduled{background:#f59e0b;color:#111827}.premium-accordion .accordion-item{border:0;border-radius:20px!important;margin-bottom:14px;overflow:hidden;box-shadow:0 12px 28px rgba(15,23,42,.06)}.premium-accordion .accordion-button{font-weight:800}.premium-accordion .accordion-button:not(.collapsed){background:#e0f2fe;color:#075985}.big-switch .form-check-input{width:3.25rem;height:1.6rem}.sticky-save{position:sticky;bottom:18px;margin-top:20px;background:rgba(237,243,251,.78);backdrop-filter:blur(12px);padding:14px;border-radius:22px;text-align:right}.login-bg{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 20%,#67e8f9 0,#2563eb 28%,#07111f 72%)}.login-card{width:min(440px,92vw);background:rgba(255,255,255,.96);border-radius:30px;padding:38px;box-shadow:0 30px 80px rgba(0,0,0,.25);text-align:center}.login-card h2{font-weight:900;letter-spacing:-.04em}@media(max-width:992px){.sidebar{position:relative;width:100%;height:auto}.content{margin-left:0;width:100%;padding:18px}.app-shell{display:block}.sidebar-footer{position:relative;left:auto;right:auto;bottom:auto;margin-top:20px}.topbar{display:block}.user-pill{margin-top:12px;display:inline-block}.post-card{grid-template-columns:1fr}.post-img{min-height:220px}}
