@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap";:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#06080d;color:#f8fafc;--accent: #3b82f6;--accent-soft: rgba(59, 130, 246, .14);--border: rgba(226, 232, 240, .12);--muted: #9ca3af;--panel: rgba(14, 20, 31, .86);--panel-strong: rgba(10, 15, 24, .96);--text: #f8fafc}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#06080deb,#06080dd1),url(/images/ashkore_logo_dark_mode.png) no-repeat right 6vw top 5vh / min(42vw,520px),#06080d;color:var(--text)}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:Space Grotesk,system-ui,sans-serif;letter-spacing:0}.auth-page{display:grid;min-height:100vh;place-items:center;padding:24px}.auth-card{width:min(100%,480px);border:1px solid var(--border);border-radius:8px;background:linear-gradient(180deg,#101827f0,#080d16f5);box-shadow:0 28px 80px #00000061;padding:32px}.auth-logo{width:174px;max-width:64vw;height:auto;margin-bottom:34px}.auth-copy h1,.dashboard-hero h1,.top-header h1{margin:0}.auth-copy h1{font-size:2.35rem}.auth-copy p,.dashboard-hero p,.metric-card p,.operations-panel p{color:var(--muted);line-height:1.7}.eyebrow{margin:0 0 8px;color:#93c5fd;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.auth-alert{margin:20px 0;border:1px solid rgba(251,113,133,.28);border-radius:8px;background:#f43f5e1a;color:#fecdd3;padding:12px 14px}.auth-actions{display:grid;gap:12px;margin-top:28px}.google-button,.email-button,.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:8px;min-height:48px;border:1px solid transparent;font-weight:700;transition:transform .18s ease,border-color .18s ease,background .18s ease}.google-button{background:#fff;color:#0f172a}.email-button{background:#3b82f624;border-color:#60a5fa57;color:#eff6ff}.google-button:hover,.email-button:hover,.icon-button:hover{transform:translateY(-1px)}.auth-footnote{display:flex;gap:10px;align-items:flex-start;margin-top:22px;color:var(--muted);font-size:.92rem;line-height:1.5}.callback-status{display:inline-flex;align-items:center;gap:10px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.admin-shell{display:grid;min-height:100vh;grid-template-columns:268px minmax(0,1fr);background:linear-gradient(180deg,#080d16fa,#05080efa),#06080d}.desktop-sidebar{border-right:1px solid var(--border)}.sidebar{display:flex;min-height:100vh;flex-direction:column;background:#05080ec2}.sidebar-brand{display:flex;align-items:center;justify-content:space-between;min-height:76px;padding:18px 20px;border-bottom:1px solid var(--border)}.sidebar-logo{width:142px;height:auto}.sidebar-badge,.metric-status,.session-pill{border:1px solid rgba(96,165,250,.24);border-radius:999px;background:#3b82f61a;color:#bfdbfe}.sidebar-badge{padding:5px 8px;font-size:.72rem;font-weight:800}.sidebar-nav{display:grid;gap:8px;padding:18px 12px}.sidebar-link,.mobile-nav-link{display:flex;align-items:center;gap:10px;border-radius:8px;color:#d1d5db;font-weight:700}.sidebar-link{min-height:46px;padding:0 12px}.sidebar-link.active,.sidebar-link:hover{background:var(--accent-soft);color:#eff6ff}.sidebar-link-disabled,.mobile-nav-link-disabled{color:#9ca3af8f}.sidebar-account{display:flex;gap:12px;align-items:center;margin:auto 14px 16px;border:1px solid var(--border);border-radius:8px;background:#0f172aa3;padding:12px}.avatar{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--accent-soft);color:#93c5fd;font-weight:800}.account-copy{min-width:0}.account-copy span,.account-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-copy small{color:var(--muted)}.workspace{min-width:0}.top-header{display:flex;align-items:center;justify-content:space-between;min-height:76px;border-bottom:1px solid var(--border);padding:0 30px}.top-header h1{font-size:1.35rem}.top-header-actions{display:flex;align-items:center;gap:10px}.session-pill{display:inline-flex;align-items:center;gap:8px;max-width:280px;padding:8px 12px;font-size:.9rem;font-weight:700}.session-pill span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon-button{min-height:40px;padding:0 12px;background:transparent;border-color:var(--border);color:#dbeafe}.primary-action{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;width:fit-content;border:1px solid rgba(96,165,250,.34);border-radius:8px;background:#2563eb;color:#eff6ff;font-weight:800;padding:0 14px}.danger-button{border-color:#fb71854d;color:#fecdd3}.mobile-nav{display:none}.workspace-main{padding:30px}.workspace-inner{width:min(100%,1180px);margin:0 auto}.dashboard{display:grid;gap:22px}.dashboard-hero{display:flex;justify-content:space-between;gap:20px;border:1px solid var(--border);border-radius:8px;background:linear-gradient(135deg,#0f172ae6,#090e18eb);padding:30px}.dashboard-hero h1{font-size:clamp(2rem,4vw,3.4rem)}.dashboard-hero p{max-width:700px;margin-bottom:0}.hero-status{align-self:flex-start;min-width:210px;border:1px solid rgba(96,165,250,.24);border-radius:8px;background:#3b82f614;padding:16px}.hero-status span,.hero-status strong{display:block}.hero-status span{color:var(--muted);font-size:.86rem}.hero-status strong{margin-top:4px;color:#eff6ff}.dashboard-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.metric-card,.operations-panel{border:1px solid var(--border);border-radius:8px;background:var(--panel);box-shadow:0 22px 50px #00000038}.metric-card{display:flex;min-height:248px;flex-direction:column;padding:20px}.metric-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.metric-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:8px;background:#ffffff0f;color:#93c5fd}.metric-status{padding:5px 8px;font-size:.75rem;font-weight:800}.metric-value{margin-top:26px;color:#fff;font-family:Space Grotesk,system-ui,sans-serif;font-size:2.55rem;font-weight:700}.metric-card h2{margin:8px 0 0;font-size:1.15rem}.metric-card p{margin:10px 0 0;font-size:.96rem}.operations-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px;padding:24px}.operations-panel h2,.operations-panel p{margin:0}.auth-loading{display:grid;min-height:100vh;place-items:center;color:var(--muted)}.content-page{display:grid;gap:20px}.page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border:1px solid var(--border);border-radius:8px;background:linear-gradient(135deg,#0f172ae6,#090e18eb);padding:24px}.page-heading h1{margin:0;font-size:clamp(1.9rem,3vw,2.75rem)}.page-heading p{max-width:780px;margin:8px 0 0;color:var(--muted);line-height:1.65}.heading-actions{display:flex;align-items:center;gap:10px}.toolbar,.article-row,.article-form,.live-preview-panel,.article-preview{border:1px solid var(--border);border-radius:8px;background:var(--panel)}.toolbar{display:flex;align-items:flex-end;gap:14px;padding:16px}.toolbar label,.article-form label{display:grid;gap:8px;color:#dbeafe;font-size:.9rem;font-weight:800}input,textarea,select{width:100%;border:1px solid rgba(226,232,240,.15);border-radius:8px;background:#05080ec7;color:var(--text);padding:11px 12px}textarea{resize:vertical}.form-alert{border:1px solid rgba(251,113,133,.28);border-radius:8px;background:#f43f5e1a;color:#fecdd3;padding:12px 14px}.empty-state{border:1px dashed rgba(226,232,240,.18);border-radius:8px;color:var(--muted);padding:28px;text-align:center}.article-list{display:grid;gap:12px}.article-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:18px}.article-row-title{display:flex;align-items:center;gap:10px}.article-row h2{margin:0;font-size:1.15rem}.article-row p{max-width:760px;margin:8px 0 0;color:var(--muted);line-height:1.55}.article-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px;color:#93c5fd;font-size:.84rem}.article-meta span{border:1px solid rgba(96,165,250,.18);border-radius:999px;background:#3b82f614;padding:5px 8px}.row-actions,.form-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px}.editor-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);gap:18px;align-items:flex-start}.article-form{display:grid;gap:16px;padding:18px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.markdown-input{min-height:360px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;line-height:1.55}.checkbox-row{display:flex;flex-wrap:wrap;gap:16px}.checkbox-row label{display:flex;align-items:center;gap:8px}.checkbox-row input{width:auto}.live-preview-panel{max-height:calc(100vh - 118px);overflow:auto;padding:14px}.status-badge{display:inline-flex;align-items:center;width:fit-content;border-radius:999px;font-size:.75rem;font-weight:900;padding:5px 9px;text-transform:uppercase}.status-draft{border:1px solid rgba(250,204,21,.3);background:#facc151a;color:#fde68a}.status-published{border:1px solid rgba(34,197,94,.3);background:#22c55e1a;color:#bbf7d0}.status-archived{border:1px solid rgba(148,163,184,.28);background:#94a3b81a;color:#cbd5e1}.article-preview{padding:min(5vw,44px)}.article-preview-header{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid var(--border);padding-bottom:24px}.article-preview-header h1,.article-body h1{margin:0;font-size:clamp(2rem,4vw,3.4rem)}.article-preview-header p{max-width:760px;color:var(--muted);line-height:1.7}.article-byline{display:flex;gap:10px;margin-top:20px;color:#bfdbfe;font-weight:800}.article-hero-image img{width:100%;border-radius:8px;object-fit:cover}.article-hero-image figcaption{color:var(--muted);font-size:.88rem;margin-top:8px}.article-body{display:grid;gap:10px;margin-top:28px;color:#e5e7eb;line-height:1.78}.article-body h1,.article-body h2,.article-body h3,.article-faqs h2,.article-faqs h3{color:#fff;margin:18px 0 0}.article-body h2,.article-faqs h2{font-size:1.7rem}.article-body p,.article-body ul,.article-faqs p{margin:0}.article-faqs{display:grid;gap:12px;margin-top:28px;border-top:1px solid var(--border);padding-top:24px}@media(max-width:980px){.admin-shell{grid-template-columns:1fr}.desktop-sidebar{display:none}.mobile-nav{display:flex;gap:8px;overflow-x:auto;border-bottom:1px solid var(--border);padding:12px 18px}.mobile-nav-link{min-width:max-content;border:1px solid var(--border);padding:9px 12px}.dashboard-hero,.page-heading,.operations-panel{grid-template-columns:1fr;flex-direction:column}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-layout,.article-row{grid-template-columns:1fr}.live-preview-panel{max-height:none}}@media(max-width:640px){.auth-card,.dashboard-hero,.page-heading,.operations-panel{padding:22px}.top-header{align-items:flex-start;flex-direction:column;gap:12px;padding:18px}.workspace-main{padding:18px}.dashboard-grid{grid-template-columns:1fr}.toolbar,.form-grid,.article-preview-header{grid-template-columns:1fr;flex-direction:column}.session-pill{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
