:root{--bg:#f6f7fb;--card:#fff;--text:#101828;--muted:#667085;--primary:#6d5dfc;--border:#eaecf0;--dark:#111827}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text)}.sidebar{position:fixed;left:0;top:0;bottom:0;width:260px;background:#fff;border-right:1px solid var(--border);padding:22px}.brand{font-weight:800;font-size:22px;margin-bottom:22px}.brand span{color:var(--primary)}nav a{display:block;padding:12px 14px;border-radius:12px;color:#344054;text-decoration:none;margin:5px 0}nav a:hover{background:#f0eeff;color:var(--primary)}.main{margin-left:260px;padding:28px}.top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.card{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:22px;margin-bottom:18px;box-shadow:0 8px 26px rgba(16,24,40,.04)}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.col-3{grid-column:span 3}.col-4{grid-column:span 4}.col-6{grid-column:span 6}.col-8{grid-column:span 8}.col-12{grid-column:span 12}label{display:block;font-size:14px;font-weight:700;margin-bottom:14px;color:#344054}input,select,textarea{width:100%;padding:12px;border:1px solid #d0d5dd;border-radius:12px;background:#fff;font-size:14px;margin-top:7px}textarea{min-height:130px}.btn{display:inline-block;background:var(--primary);color:white;border:0;border-radius:12px;padding:12px 16px;text-decoration:none;font-weight:800;cursor:pointer}.btn.secondary{background:#111827}.btn.light{background:#f2f4f7;color:#344054}.btn.danger{background:#d92d20}.alert{padding:14px 16px;border-radius:12px;margin-bottom:18px}.alert.success{background:#ecfdf3;color:#067647}.alert.error{background:#fef3f2;color:#b42318}.stat{font-size:32px;font-weight:900}.muted{color:var(--muted)}table{width:100%;border-collapse:collapse}td,th{padding:12px;border-bottom:1px solid var(--border);text-align:left}.badge{padding:5px 10px;border-radius:999px;background:#f0eeff;color:var(--primary);font-size:12px;font-weight:800}.tree ul{border-left:2px solid #e9e6ff;margin-left:18px;padding-left:18px}.tree li{margin:9px 0}.article-preview{background:#fff;border:1px solid var(--border);padding:20px;border-radius:14px;max-height:600px;overflow:auto}.actions{display:flex;gap:8px;flex-wrap:wrap}.hero{background:linear-gradient(135deg,#6d5dfc,#9d77ff);color:white}.hero .muted{color:#eee}@media(max-width:900px){.sidebar{position:static;width:auto}.main{margin-left:0}.grid{display:block}.col-3,.col-4,.col-6,.col-8,.col-12{margin-bottom:16px}}
.top-actions{display:flex;align-items:center;gap:10px}.project-switch select{min-width:220px;margin-top:0}.model-pill{background:#fff;border:1px solid var(--border);border-radius:999px;padding:10px 14px;color:#667085;font-size:13px}.small{font-size:13px}.row-between{display:flex;justify-content:space-between;align-items:center;gap:12px}.mini-stats{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.mini-stats span{background:#f8f7ff;border:1px solid #e9e6ff;color:#5946d2;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}

/* Topical Map Visual v3 */
.topical-toolbar .stat{background:linear-gradient(135deg,#fff,#f6f3ff);border:1px solid #eee;border-radius:18px;padding:18px;box-shadow:0 10px 30px rgba(34,20,80,.06)}
.topical-toolbar .stat span{display:block;color:#7b7890;font-size:13px;margin-bottom:8px}.topical-toolbar .stat b{font-size:30px;color:#24194a}
.topical-card{overflow:hidden}.topical-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:12px}.topical-actions{display:flex;gap:8px;flex-wrap:wrap}.legend{display:flex;gap:14px;flex-wrap:wrap;margin:14px 0;color:#6b6782;font-size:13px}.dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:6px}.dot.pillar{background:#6d5dfc}.dot.child{background:#22a6b3}.dot.viral{background:#ff5d7d}.dot.support{background:#ffb703}.dot.published{background:#0ead69}.dot.draft{background:#4361ee}.dot.todo{background:#adb5bd}.topical-map{position:relative;height:720px;background:radial-gradient(circle at 20px 20px,#eee 1px,transparent 1px),linear-gradient(180deg,#fbfbff,#f7f7fb);background-size:24px 24px,100% 100%;border:1px solid #e8e5f4;border-radius:22px;overflow:auto}.tm-canvas{position:relative;width:1400px;min-height:1200px;transform-origin:0 0}.tm-lines{position:absolute;left:0;top:0;width:1400px;height:1200px;pointer-events:none;z-index:1}.tm-node{position:absolute;z-index:2;width:250px;min-height:74px;border-radius:18px;padding:13px 14px;background:white;border:1px solid #e9e6f5;box-shadow:0 12px 32px rgba(33,23,84,.10);cursor:grab;user-select:none;transition:box-shadow .15s, transform .15s}.tm-node:active{cursor:grabbing;transform:scale(1.02);box-shadow:0 18px 48px rgba(33,23,84,.18)}.tm-node .tm-kind{text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:.08em;color:#87839d}.tm-node .tm-title{font-size:14px;font-weight:800;line-height:1.25;margin-top:5px;color:#1f193d}.tm-node .tm-meta{font-size:12px;color:#77718e;margin-top:7px}.tm-node .tm-open{display:inline-block;margin-top:9px;font-size:12px;font-weight:800;text-decoration:none;color:#5b4df4}.tm-node.pillar{border-left:7px solid #6d5dfc;background:linear-gradient(135deg,#ffffff,#f1efff)}.tm-node.child{border-left:7px solid #22a6b3}.tm-node.viral{border-left:7px solid #ff5d7d}.tm-node.support{border-left:7px solid #ffb703}.tm-node.status-published{box-shadow:0 10px 30px rgba(14,173,105,.16);border-color:#c9f2df}.tm-node.status-published:after{content:'✓';position:absolute;right:12px;top:10px;background:#0ead69;color:white;width:22px;height:22px;border-radius:50%;text-align:center;line-height:22px;font-weight:900}.tm-node.status-draft:after{content:'D';position:absolute;right:12px;top:10px;background:#4361ee;color:white;width:22px;height:22px;border-radius:50%;text-align:center;line-height:22px;font-weight:900;font-size:12px}.tm-node.status-todo{opacity:.92}.tm-node.status-todo:after{content:'+';position:absolute;right:12px;top:10px;background:#adb5bd;color:white;width:22px;height:22px;border-radius:50%;text-align:center;line-height:22px;font-weight:900}.tm-line{stroke:#c7c2dc;stroke-width:2.2;fill:none}.tm-line.viral{stroke:#ffb3c1}.tm-line.support{stroke:#ffd47d}.tm-line.cluster{stroke:#aad9de}.empty-state{text-align:center;padding:60px 20px;background:#faf9ff;border-radius:18px}
@media(max-width:900px){.topical-head{display:block}.topical-map{height:650px}.tm-node{width:220px}.tm-canvas,.tm-lines{width:1200px}.topical-toolbar .col-3{grid-column:span 6}}
.progress{height:12px;background:#edf0f7;border-radius:999px;overflow:hidden;margin:14px 0}.progress span{display:block;height:100%;background:linear-gradient(90deg,#7c3aed,#06b6d4)}.workflow-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.inline-form{display:flex;gap:8px;align-items:end}.inline-form input{width:90px}.split{display:flex;justify-content:space-between;gap:16px;align-items:center}.badge.big{font-size:14px;padding:10px 14px}.status-done{background:#dcfce7;color:#166534}.status-pending{background:#fef3c7;color:#92400e}.status-running{background:#dbeafe;color:#1d4ed8}.status-error{background:#fee2e2;color:#991b1b}.error-text{color:#991b1b;max-width:320px}.hero-card{background:linear-gradient(135deg,#ffffff,#f5f3ff)}
.pipeline-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin:14px 0}.pipeline-stat{text-decoration:none;color:inherit}.pipeline-stat span{display:block;color:#667085;font-size:12px}.pipeline-stat strong{font-size:24px}.pipeline-stat.active{outline:2px solid #7c3aed}.bulk-actions{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0 18px}.bulk-actions select{min-width:150px}.row-actions{display:flex;gap:8px;align-items:center}.mini{padding:7px 10px;font-size:12px}.pipeline-board{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-top:18px}.kanban-col{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:12px;min-height:150px}.kanban-col h4{margin:0 0 12px;display:flex;justify-content:space-between}.kanban-col h4 span{background:#eef2ff;color:#4338ca;border-radius:99px;padding:2px 8px;font-size:12px}.kanban-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:10px;margin-bottom:10px;box-shadow:0 8px 20px rgba(15,23,42,.05)}.kanban-card a{font-weight:700;text-decoration:none}.pipe-idea{background:#eef2ff}.pipe-keyword_approved{background:#ecfeff}.pipe-outline_generated{background:#fef9c3}.pipe-ai_writing{background:#dbeafe}.pipe-human_review{background:#ffedd5}.pipe-seo_optimized{background:#dcfce7}.pipe-image_ready{background:#f3e8ff}.pipe-scheduled{background:#e0f2fe}.pipe-published{background:#bbf7d0}.pipe-indexed{background:#ccfbf1}.pipe-error{background:#fee2e2;color:#991b1b}

/* SERP Analyzer */
.form-stack{display:flex;flex-direction:column;gap:14px}.compact{gap:12px}.mt{margin-top:18px}.compact-list{display:flex;flex-direction:column;gap:10px}.list-row{display:block;text-decoration:none;color:inherit;border:1px solid rgba(148,163,184,.22);border-radius:14px;padding:12px;background:rgba(255,255,255,.55)}.list-row:hover{border-color:#7c3aed;box-shadow:0 10px 24px rgba(124,58,237,.12)}.serp-preview{line-height:1.7}.serp-preview h2{margin-top:4px}.serp-preview h3{margin-top:20px;color:#4f46e5}.serp-preview ul{padding-left:22px}.serp-summary{margin:16px 0}.metric{border:1px solid rgba(148,163,184,.22);border-radius:16px;padding:16px;background:linear-gradient(180deg,#fff,rgba(248,250,252,.8))}.metric b{font-size:28px;display:block;color:#4f46e5}.metric span{font-size:12px;color:#64748b}.steps{line-height:1.9}
.entity-cloud{display:flex;flex-wrap:wrap;gap:10px}.pill{display:inline-flex;gap:6px;align-items:center;padding:8px 12px;border-radius:999px;background:#f3f0ff;color:#4c1d95;border:1px solid #ddd6fe}.pill small{opacity:.65}.inline-form{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.check{display:flex!important;gap:8px;align-items:center;margin:0!important}.callout{padding:12px 14px;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;margin:14px 0}
.citation-sources{border-top:1px solid #e5e7eb;margin-top:30px;padding-top:18px}.citation-sources ol{padding-left:24px}.citation-sources li{margin:10px 0}.citation-sources small{color:#667085}.citation-sources a{font-weight:700;color:#4f46e5}
.provider-box{border:1px solid #e5e7eb;border-radius:18px;padding:16px;margin:14px 0;background:rgba(255,255,255,.82)}
.provider-box h2{margin-top:0;font-size:18px}
/* Internal Link AI */
.badge.status-suggested{background:#fef3c7;color:#92400e}.badge.status-applied{background:#dcfce7;color:#166534}.badge.status-rejected{background:#fee2e2;color:#991b1b}.related-articles{border-top:1px solid #e5e7eb;margin-top:30px;padding-top:18px}.related-articles ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;padding-left:18px}.related-articles a{font-weight:700;color:#4f46e5}.article-preview a{color:#4f46e5;font-weight:700}
/* Image Library */
.image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:18px;margin-bottom:24px}.image-card{background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:0 8px 26px rgba(16,24,40,.04)}.img-wrap{height:210px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden}.img-wrap img{width:100%;height:100%;object-fit:cover}.image-body{padding:16px}.image-body textarea{min-height:78px}.image-card .form-stack label{margin-bottom:6px}.image-card input,.image-card select,.image-card textarea{padding:9px;border-radius:10px}.image-card strong{display:block;margin-bottom:6px}.check input{width:auto;margin:0}
/* Content Calendar */
.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));gap:10px}
.cal-head{font-weight:800;color:#6b7280;padding:8px 10px;text-align:center}
.cal-day{min-height:150px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;padding:10px;overflow:hidden}
.muted-day{background:#f9fafb;color:#9ca3af}
.cal-date{font-weight:800;margin-bottom:8px}
.cal-item{border-left:4px solid #7c3aed;background:#f5f3ff;border-radius:12px;padding:8px;margin:6px 0;font-size:12px}
.cal-item a{font-weight:700;color:#111827;text-decoration:none}
.cal-published{border-left-color:#16a34a;background:#ecfdf5}.cal-pending,.cal-scheduled{border-left-color:#2563eb;background:#eff6ff}.cal-failed,.cal-error{border-left-color:#dc2626;background:#fef2f2}.cal-processing{border-left-color:#f59e0b;background:#fffbeb}
.link-btn{border:0;background:transparent;color:#dc2626;padding:0;margin-top:3px;cursor:pointer;font-size:12px}
@media(max-width:900px){.calendar-grid{grid-template-columns:1fr}.cal-head{display:none}.cal-day{min-height:auto}}

/* UI/UX Sidebar Refresh - scrollable grouped menu */
body.sidebar-collapsed .sidebar{width:84px}body.sidebar-collapsed .main{margin-left:84px}body.sidebar-collapsed .brand span,body.sidebar-collapsed .brand strong,body.sidebar-collapsed .active-project-card,body.sidebar-collapsed .sidebar-search,body.sidebar-collapsed .nav-group-toggle span,body.sidebar-collapsed .nav-text{display:none}body.sidebar-collapsed .nav-group-toggle{justify-content:center;padding:9px 8px}body.sidebar-collapsed .nav-group-toggle b{display:none}body.sidebar-collapsed .nav-link{justify-content:center;padding:12px 8px}.mobile-menu-btn{display:none}.sidebar-backdrop{display:none}.sidebar{height:100vh;overflow:hidden;display:flex;flex-direction:column;padding:16px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);transition:width .2s ease;z-index:50}.sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px;flex:0 0 auto}.brand{margin:0;color:#111827;text-decoration:none;display:flex;align-items:center;gap:7px;font-size:20px;white-space:nowrap}.brand span{color:var(--primary)}.collapse-btn{border:1px solid var(--border);background:#fff;border-radius:12px;width:34px;height:34px;font-size:22px;line-height:1;cursor:pointer;color:#667085}.active-project-card{border:1px solid #e9e6ff;background:linear-gradient(135deg,#ffffff,#f6f3ff);border-radius:16px;padding:12px;margin-bottom:12px;box-shadow:0 8px 24px rgba(93,76,252,.06);flex:0 0 auto}.active-project-card strong{display:block;font-size:13px;line-height:1.35;margin-top:3px}.sidebar-search{margin-bottom:12px;flex:0 0 auto}.sidebar-search input{margin:0;background:#f8fafc;border-radius:14px;padding:11px 12px}.sidebar-scroll{overflow-y:auto;overflow-x:hidden;padding-right:3px;flex:1 1 auto;scrollbar-width:thin;scrollbar-color:#c9c4ff transparent}.sidebar-scroll::-webkit-scrollbar{width:8px}.sidebar-scroll::-webkit-scrollbar-track{background:transparent}.sidebar-scroll::-webkit-scrollbar-thumb{background:#d9d6ff;border-radius:999px}.nav-group{margin-bottom:8px}.nav-group-toggle{width:100%;border:0;background:transparent;color:#98a2b3;padding:9px 8px 7px;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.nav-group-toggle b{font-size:15px;transition:transform .16s ease}.nav-group:not(.is-open) .nav-group-toggle b{transform:rotate(-90deg)}.nav-group-items{display:none}.nav-group.is-open .nav-group-items{display:block}.nav-link,nav a.nav-link{display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:13px;color:#344054;text-decoration:none;margin:3px 0;font-weight:700;font-size:14px;position:relative}.nav-link:hover{background:#f0eeff;color:var(--primary)}.nav-link.active{background:linear-gradient(135deg,#6d5dfc,#8f7cff);color:white;box-shadow:0 10px 24px rgba(109,93,252,.25)}.nav-ico{width:22px;text-align:center;display:inline-flex;justify-content:center}.nav-hidden{display:none!important}.sidebar.no-results:after{content:'Menu tidak ditemukan';display:block;margin:10px 4px;padding:12px;border-radius:14px;background:#f8fafc;color:#667085;font-size:13px;text-align:center}.main{transition:margin-left .2s ease}.top{position:sticky;top:0;z-index:20;background:rgba(246,247,251,.88);backdrop-filter:blur(12px);padding:8px 0 16px;border-bottom:1px solid rgba(234,236,240,.65)}
@media(max-width:900px){.mobile-menu-btn{display:inline-flex;position:fixed;top:14px;left:14px;z-index:70;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:0 10px 30px rgba(16,24,40,.12);font-size:22px}.sidebar{position:fixed;width:285px!important;transform:translateX(-105%);box-shadow:20px 0 60px rgba(16,24,40,.18)}body.sidebar-open .sidebar{transform:translateX(0)}body.sidebar-open .sidebar-backdrop{display:block;position:fixed;inset:0;background:rgba(15,23,42,.38);z-index:45}.main,body.sidebar-collapsed .main{margin-left:0;padding:76px 16px 20px}.top{position:static;display:block}.top-actions{margin-top:12px;display:block}.project-switch select{width:100%;min-width:0}.model-pill{margin-top:8px}.collapse-btn{display:none}.grid{display:block}.col-3,.col-4,.col-6,.col-8,.col-12{margin-bottom:16px}}
