[hidden]{display:none!important}:root{--ink:#1b1a1c;--muted:#747077;--line:#e9e5e2;--paper:#fffdfa;--cream:#f5f0eb;--plum:#38253c;--lime:#d9ff6b;--pink:#f6d5e9;--green:#2b8a63}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:14px}.sidebar{position:fixed;inset:0 auto 0 0;width:242px;background:#211e23;color:#eee9eb;padding:30px 17px;display:flex;flex-direction:column}.brand{color:#fff;text-decoration:none;display:flex;align-items:center;gap:10px;font-size:19px;font-weight:800;letter-spacing:-1px;padding:0 10px 42px}.brand span span{color:var(--lime)}.brand-mark{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:var(--lime);color:#261d26;font-size:16px}.sidebar nav{display:grid;gap:7px}.nav-item{border:0;background:transparent;color:#aba5ab;text-align:left;font:600 13px Manrope;padding:12px 11px;border-radius:8px;cursor:pointer}.nav-item span{display:inline-block;width:27px;font-size:17px}.nav-item:hover,.nav-item.active{background:#38343a;color:#fff}.sidebar-bottom{margin-top:auto;border-top:1px solid #3a363c;padding:19px 8px 0;display:flex;gap:10px;align-items:center}.profile-avatar,.avatar{border-radius:50%;display:grid;place-items:center;font-weight:800}.profile-avatar{background:#c8a2d5;color:#38253c;width:31px;height:31px;font-size:10px}.sidebar-bottom strong,.sidebar-bottom small{display:block;font-size:11px}.sidebar-bottom small{color:#9f98a0;margin-top:2px}main{margin-left:242px;min-height:100vh}.topbar{height:126px;border-bottom:1px solid var(--line);padding:26px 48px;display:flex;justify-content:space-between;align-items:center}.eyebrow{font:500 10px 'DM Mono',monospace;letter-spacing:1.3px;color:#868087;margin:0 0 7px}.topbar h1{font-size:27px;letter-spacing:-1.1px;margin:0}.topbar-actions{display:flex;gap:10px}.button{border:0;border-radius:9px;padding:11px 15px;font:700 12px Manrope;cursor:pointer;transition:.15s}.button-dark{background:var(--plum);color:#fff}.button-dark:hover{background:#57335d}.button-ghost{background:#f2edeb;color:#3d393c}.button-ghost:hover{background:#e8e0dd}.view{display:none;padding:34px 48px 55px}.view.active{display:block}.welcome-card{min-height:220px;background:var(--plum);color:#fff;border-radius:17px;padding:31px 36px;display:flex;justify-content:space-between;overflow:hidden;position:relative}.welcome-card h2{font-size:29px;line-height:1.12;letter-spacing:-1.5px;margin:0 0 11px}.welcome-card h2 em{color:var(--lime);font-style:normal}.welcome-card>div>p:not(.eyebrow){color:#cfc6d0;font-size:12px;margin:0 0 20px}.button-light{background:var(--lime);color:#232025}.button-light span{margin-left:13px;font-size:16px}.orbital{position:relative;width:280px;flex:0 0 280px}.orbit{position:absolute;border:1px solid #806a84;border-radius:50%;width:250px;height:250px;right:-50px;top:-28px}.o2{width:170px;height:170px;right:10px;top:11px;border-color:#b786b7}.orbital strong{position:absolute;right:88px;top:80px;background:var(--lime);color:#2e2330;border-radius:50%;width:65px;height:65px;display:grid;place-items:center;font-size:24px}.dot{position:absolute;border-radius:50%;background:#f0bddc;width:10px;height:10px}.d1{right:40px;top:20px}.d2{right:3px;bottom:26px;background:var(--lime)}.d3{right:200px;bottom:12px;background:#fff}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin:20px 0}.stat{border:1px solid var(--line);border-radius:12px;padding:18px;background:#fff}.stat p{margin:0;color:var(--muted);font-size:11px}.stat strong{display:block;font-size:25px;letter-spacing:-1px;margin:10px 0 6px}.stat small{font-size:10px;color:#817c80}.positive{color:var(--green);font-weight:700}.dashboard-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:19px}.panel,.table-card{border:1px solid var(--line);border-radius:12px;background:#fff}.panel{padding:20px}.panel-head,.section-head{display:flex;justify-content:space-between;align-items:flex-start}.panel h3,.section-head h2{margin:0;font-size:15px;letter-spacing:-.45px}.panel p,.section-head p{margin:5px 0 0;color:var(--muted);font-size:11px}.text-button{border:0;background:none;color:#5d3f62;font:700 11px Manrope;cursor:pointer}.performance-list,.attention-list{margin-top:16px}.performance-row{display:grid;grid-template-columns:30px 1fr auto;gap:10px;align-items:center;padding:11px 0;border-top:1px solid #f0ecea}.avatar{width:29px;height:29px;font-size:9px}.avatar.purple{background:#e9d4eb;color:#724877}.avatar.orange{background:#fde2c7;color:#9d5738}.avatar.blue{background:#d4e8f5;color:#346782}.person-name{font-size:11px;font-weight:800}.person-meta{font-size:10px;color:var(--muted);margin-top:2px}.amount{font:500 11px 'DM Mono';color:#3f3a3e}.bar-wrap{height:5px;background:#f0ebeb;border-radius:5px;margin-top:7px}.bar{height:100%;background:#9f73a6;border-radius:5px}.attention{display:flex;align-items:center;gap:10px;padding:12px 0;border-top:1px solid #f0ecea}.attention-icon{width:31px;height:31px;border-radius:8px;background:#fff1d8;display:grid;place-items:center}.attention strong{display:block;font-size:11px}.attention small{font-size:10px;color:#a06438}.section-head{margin-bottom:26px}.section-head h2{font-size:25px;letter-spacing:-1px}.filters{display:flex;gap:9px}.filters input,.filters select,.form-fields input,.form-fields select{font:500 12px Manrope;border:1px solid #ddd7d5;border-radius:8px;padding:10px;background:#fff;outline-color:#8f6795}.filters input{width:190px}.table-card{overflow:auto}.data-table{width:100%;border-collapse:collapse;min-width:680px}.data-table th{text-align:left;padding:13px 17px;color:#817b81;background:#faf8f7;font:500 9px 'DM Mono';letter-spacing:.7px}.data-table td{padding:14px 17px;border-top:1px solid #f0ecea;font-size:11px}.partner-cell{display:flex;align-items:center;gap:9px}.pill{display:inline-block;border-radius:20px;padding:5px 9px;font-size:9px;font-weight:800}.pill.kol{background:#f5e7f2;color:#79476f}.pill.affiliate{background:#e3f3ef;color:#287054}.pill.active{background:#e8f4e3;color:#43773a}.pill.draft{background:#f2eeee;color:#85777a}.campaign-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.campaign-card{border:1px solid var(--line);border-radius:12px;padding:19px;background:#fff}.campaign-card .campaign-top{display:flex;justify-content:space-between}.campaign-card h3{font-size:15px;margin:16px 0 6px;letter-spacing:-.3px}.campaign-card p{font-size:10px;color:var(--muted);margin:0}.campaign-card .campaign-number{font:700 22px Manrope;margin:22px 0 3px}.campaign-footer{border-top:1px solid #eee9e7;margin-top:17px;padding-top:12px;display:flex;justify-content:space-between;gap:8px;color:#716b70;font-size:10px;white-space:nowrap}.campaign-footer span:first-child{overflow:hidden;text-overflow:ellipsis}.deliverable-list{display:grid;gap:11px}.deliverable{border:1px solid var(--line);background:#fff;border-radius:10px;padding:15px 18px;display:grid;grid-template-columns:28px 1fr 115px 110px 105px;align-items:center;gap:12px}.check{border:1px solid #bdb5b8;width:19px;height:19px;border-radius:6px;cursor:pointer;display:grid;place-items:center;color:white;font-size:12px}.check.done{background:#347d5d;border-color:#347d5d}.deliverable h3{font-size:12px;margin:0}.deliverable p{font-size:10px;color:var(--muted);margin:3px 0 0}.due{font-size:10px}.due.soon{color:#a35c34;font-weight:800}.modal-backdrop{position:fixed;inset:0;background:#21172180;z-index:5;display:grid;place-items:center;padding:20px}.modal{width:min(440px,100%);max-height:90vh;overflow:auto;background:#fffdfa;border-radius:14px;padding:28px;position:relative;box-shadow:0 18px 65px #140d1440}.modal h2{font-size:22px;letter-spacing:-1px;margin:0 0 22px}.close{position:absolute;right:17px;top:15px;border:0;background:#f1eded;border-radius:50%;width:26px;height:26px;font-size:19px;cursor:pointer}.form-fields{display:grid;gap:13px}.form-fields label{font-size:11px;font-weight:800;display:grid;gap:6px}.form-fields input,.form-fields select{width:100%}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:24px}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);background:#282128;color:#fff;border-radius:8px;padding:11px 16px;font-size:11px;opacity:0;pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}.empty{color:#827b80;font-size:11px;padding:22px 0;text-align:center}@media(max-width:900px){.sidebar{width:60px;padding:24px 8px}.brand{padding:0 8px 36px}.brand>span:last-child,.nav-item{font-size:0}.nav-item span{font-size:18px}.sidebar-bottom>div:not(.profile-avatar){display:none}.sidebar-bottom{padding-left:7px}main{margin-left:60px}.topbar,.view{padding-left:25px;padding-right:25px}.stat-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.campaign-grid{grid-template-columns:1fr}.orbital{display:none}}@media(max-width:600px){.topbar{height:auto;padding-top:20px;padding-bottom:20px}.topbar-actions .button-ghost{display:none}.welcome-card{padding:27px 24px}.stat-grid{grid-template-columns:1fr 1fr}.filters{margin-top:15px}.section-head{display:block}.deliverable{grid-template-columns:28px 1fr}.deliverable>*:nth-child(n+3){display:none}}

/* ===== v2: CRUD, status tanggal, detail campaign ===== */
.negative{color:#b3452c;font-weight:700}.muted{color:#a29ca1}
.pill.late{background:#fde4df;color:#a63a24}.pill.soon{background:#fff0d6;color:#a35c34}.pill.upcoming{background:#e3ecf8;color:#2f5a8e}.pill.finished{background:#ecebef;color:#5c556b}
.row-actions{display:inline-flex;gap:4px;white-space:nowrap}.data-table td.row-actions{text-align:right}
.icon-button{border:1px solid transparent;background:transparent;border-radius:7px;width:28px;height:28px;cursor:pointer;font-size:13px;color:#6b6570;display:inline-grid;place-items:center;transition:.15s}
.icon-button:hover{background:#f2edeb;border-color:#e2dbd8;color:#38253c}.icon-button.danger:hover{background:#fde4df;border-color:#f3c4bb;color:#a63a24}
.button-danger{background:#fde4df;color:#a63a24}.button-danger:hover{background:#f8cfc6}
.campaign-card{cursor:pointer;transition:.15s}.campaign-card:hover{border-color:#c9b7cc;box-shadow:0 6px 22px #38253c14}.campaign-footer .link{color:#5d3f62;font-weight:700}
.back-button{margin-bottom:18px;padding:0}.detail-title{font-size:25px;letter-spacing:-1px;margin:10px 0 0}#campaign-detail .section-head{align-items:center}#campaign-detail .stat-grid{margin-top:0}
.panel.notes{margin-bottom:19px}.panel.notes p:last-child{font-size:12px;color:var(--ink);margin:0;line-height:1.55}
.deliverable{grid-template-columns:28px 1fr 96px 130px 68px}.deliverable.late{border-color:#f3c4bb;background:#fffaf9}.deliverable-list.compact{margin-top:16px}.deliverable-list.compact .deliverable{padding:12px 14px;grid-template-columns:24px 1fr 108px 64px}.deliverable-list.compact .deliverable>.pill{display:none}
.due{display:grid;line-height:1.3}.due small{font-size:9px;color:var(--muted);font-weight:500}.due.late,.due.late small{color:#a63a24;font-weight:800}.due.soon,.due.soon small{color:#a35c34;font-weight:800}
.attention-icon.late{background:#fde4df;color:#a63a24;font-weight:800}.attention small.late{color:#a63a24}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-fields textarea{font:500 12px Manrope;border:1px solid #ddd7d5;border-radius:8px;padding:10px;background:#fff;outline-color:#8f6795;width:100%;resize:vertical}
.form-hint{margin:0;font-size:11px;color:#a06438;font-weight:500}.form-error{margin:14px 0 0;font-size:11px;font-weight:700;color:#a63a24;background:#fde4df;border-radius:8px;padding:9px 12px}
.modal-small{width:min(380px,100%)}.confirm-text{font-size:12px;color:#4d474c;line-height:1.55;margin:0}
.topbar-actions .button{white-space:nowrap}
@media(max-width:900px){.deliverable{grid-template-columns:28px 1fr 96px 68px}.deliverable>.due{display:none}.deliverable-list.compact .deliverable{grid-template-columns:24px 1fr 64px}.deliverable-list.compact .deliverable>.pill{display:none}}
@media(max-width:600px){.topbar-actions #import-button{display:none}.filters{flex-wrap:wrap}.filters input,.filters select,.filters .button{flex:1 1 auto;min-width:0}.filters input{width:100%}.form-row{grid-template-columns:1fr}.topbar{flex-wrap:wrap;gap:12px}.deliverable{grid-template-columns:28px 1fr 68px;row-gap:6px}.deliverable>*:nth-child(n+3){display:inline-flex}.deliverable>.pill{display:none}.deliverable>.row-actions{grid-column:3;grid-row:1;justify-self:end}.deliverable>.due{display:grid;grid-column:2/4;grid-template-columns:auto auto;justify-content:start;gap:8px;font-size:10px}#campaign-detail .section-head .filters{margin-top:12px}}
