:root{--bg:#f2f7f4;--panel:#fff;--ink:#15243a;--muted:#708075;--line:#dce8e1;--green:#0b8f5a;--green2:#35c985;--dark:#06382e;--soft:#e9f8f0;--amber:#f1b83b;--red:#e85c5c;--shadow:0 15px 36px rgba(15,51,39,.09);--r:18px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.shell{min-height:100vh;display:grid;grid-template-columns:280px 1fr}.side{background:linear-gradient(180deg,#06382f,#052d27 65%,#041f1b);color:#fff;padding:24px 18px}.brand{display:flex;gap:13px;align-items:center}.brand img{width:58px;height:58px;border-radius:16px;object-fit:cover;background:#0c4a3f}.brand strong{display:block;font-size:18px}.brand small{opacity:.68}.badge{margin-top:20px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.05);border-radius:14px;padding:13px;font-size:13px}.side h3{margin:30px 4px 8px;color:#82aa9e;font-size:10px;letter-spacing:1.5px}.side .line{padding:11px 10px;color:#c9d8d2;border-radius:11px;margin:5px 0}.side .line.active{background:linear-gradient(135deg,#0b8f5a,#08714e);color:#fff}.main{padding:28px;min-width:0}.top{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.top h1{font-size:32px;margin:0}.top p{margin:7px 0 0;color:var(--muted)}.pill{display:inline-flex;align-items:center;gap:8px;border-radius:99px;padding:9px 12px;background:#fff;border:1px solid var(--line);font-weight:800;font-size:12px}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:24px}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow);padding:18px}.card .label{font-size:11px;color:var(--muted);font-weight:800}.card strong{display:block;margin-top:13px;font-size:25px}.hero{margin-top:16px;background:linear-gradient(135deg,#06392f,#0a774f 60%,#0b9860);color:#fff;border:none;display:grid;grid-template-columns:1.5fr 1fr;gap:18px;align-items:center}.hero h2{font-size:28px;margin:0 0 8px}.hero p{color:#dbf3e8;line-height:1.6}.hero img{width:150px;height:150px;border-radius:24px;object-fit:cover;justify-self:end;box-shadow:0 18px 40px rgba(0,0,0,.22)}.checks{margin-top:16px}.check{display:grid;grid-template-columns:24px 1fr auto;gap:10px;align-items:center;padding:13px 0;border-bottom:1px solid #eef3f0}.check:last-child{border-bottom:0}.dot{width:12px;height:12px;border-radius:50%;background:#aebbb4}.dot.ok{background:#20cb79;box-shadow:0 0 0 6px rgba(32,203,121,.12)}.dot.warn{background:#f1b83b;box-shadow:0 0 0 6px rgba(241,184,59,.12)}.status{font-size:11px;font-weight:950;border-radius:99px;padding:5px 8px}.status.ok{background:#def7e9;color:#087548}.status.warn{background:#fff2ce;color:#906500}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);font-weight:900;text-decoration:none;cursor:pointer}.btn.primary{background:linear-gradient(135deg,#0b8f5a,#08714c);color:#fff;border:0}.btn.dark{background:#14272e;color:#fff;border:0}.note{margin-top:16px;background:#fff8df;border:1px solid #ecd180;color:#6f5310;border-radius:13px;padding:13px;line-height:1.5;font-size:12px}.footer{color:var(--muted);font-size:11px;text-align:center;margin-top:24px}.form{max-width:760px}.field{margin:14px 0}.field label{display:block;font-weight:850;font-size:12px;margin-bottom:7px}.field input{width:100%;height:48px;border:1px solid var(--line);border-radius:12px;padding:0 13px;font-size:14px}.field input:focus{outline:0;border-color:var(--green);box-shadow:0 0 0 4px rgba(11,143,90,.12)}.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.message{padding:14px;border-radius:13px;margin:14px 0}.message.ok{background:#def7e9;color:#087548;border:1px solid #bde7cf}.message.err{background:#ffe5e5;color:#a22b2b;border:1px solid #efc4c4}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.small{font-size:11px;color:var(--muted)}@media(max-width:900px){.shell{grid-template-columns:1fr}.side{display:none}.main{padding:18px}.grid{grid-template-columns:1fr 1fr}.hero{grid-template-columns:1fr}.hero img{justify-self:start}}@media(max-width:560px){.grid,.two{grid-template-columns:1fr}.top{display:block}.pill{margin-top:12px}.main{padding:14px}.top h1{font-size:27px}}

/* ===== Tahap 4: Login & Role Access ===== */
a{color:inherit}.side a.line{display:block;text-decoration:none}.line.disabled{opacity:.55;cursor:not-allowed}.side-bottom{margin-top:28px;border-top:1px solid rgba(255,255,255,.1);padding-top:12px}.eyebrow{font-size:11px;letter-spacing:1.5px;font-weight:900;color:var(--green);margin-bottom:8px}.muted{color:var(--muted);line-height:1.6}.auth-page{background:linear-gradient(135deg,#eaf6f0 0%,#f9fcfa 52%,#e5f3ec 100%);min-height:100vh}.auth-layout{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(380px,520px);gap:60px;align-items:center;max-width:1260px;margin:auto;padding:50px}.auth-layout.compact{grid-template-columns:minmax(0,1fr) minmax(360px,500px)}.auth-brand{min-height:650px;border-radius:32px;padding:64px;display:flex;align-items:center;gap:34px;color:#fff;background:radial-gradient(circle at 80% 20%,rgba(53,201,133,.24),transparent 38%),linear-gradient(145deg,#032d26,#075143 58%,#086b4a);box-shadow:0 30px 80px rgba(5,56,46,.2);position:relative;overflow:hidden}.auth-brand:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.09);border-radius:50%;right:-160px;bottom:-180px}.auth-brand img{width:150px;height:150px;border-radius:30px;object-fit:cover;box-shadow:0 22px 60px rgba(0,0,0,.27);z-index:1}.auth-brand span{font-size:12px;letter-spacing:4px;font-weight:900;color:#8de2bb}.auth-brand h1{font-size:54px;line-height:1.02;margin:14px 0 18px;letter-spacing:-2px}.auth-brand p{max-width:520px;color:#cfe9df;line-height:1.7;font-size:16px}.trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.trust-row b{font-size:11px;padding:9px 11px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.06);border-radius:999px}.auth-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:38px;box-shadow:0 30px 80px rgba(15,51,39,.12)}.auth-card h2{font-size:34px;margin:0 0 8px}.auth-card form{margin-top:24px}.btn.full{width:100%;justify-content:center;text-align:center}.password-note,.login-help{font-size:11px;color:var(--muted);line-height:1.55;margin:8px 0 16px}.text-link{display:inline-block;margin-top:20px;color:var(--green);font-weight:800;text-decoration:none}.simple-error{max-width:620px;margin:10vh auto;background:#fff;border:1px solid var(--line);border-radius:28px;padding:44px;text-align:center;box-shadow:var(--shadow)}.simple-error img{width:90px;height:90px;border-radius:20px;object-fit:cover;margin-bottom:20px}.simple-error h1{font-size:38px;margin:6px 0}.simple-error p{color:var(--muted)}.access-matrix{margin-top:18px;overflow:auto}.access-matrix table{width:100%;border-collapse:collapse;margin-top:12px;min-width:650px}.access-matrix th,.access-matrix td{text-align:left;padding:14px;border-bottom:1px solid var(--line)}.access-matrix th{font-size:11px;color:var(--muted);letter-spacing:.4px}.admin-grid{display:grid;grid-template-columns:minmax(320px,410px) 1fr;gap:18px;margin-top:22px}.user-list{min-width:0}.user-row{display:grid;grid-template-columns:44px 1fr auto;gap:12px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}.user-row:last-child{border-bottom:none}.avatar{width:42px;height:42px;border-radius:14px;background:var(--soft);color:var(--green);display:grid;place-items:center;font-weight:900}.user-info{min-width:0}.user-info b,.user-info span,.user-info small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-info span{font-size:12px;color:var(--muted);margin:3px 0}.user-info small{font-size:10px;color:#799087}.user-actions form{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.tiny{border:1px solid var(--line);background:#fff;border-radius:9px;padding:7px 9px;font-size:10px;font-weight:800;cursor:pointer}.tiny.danger{color:#a92d2d;border-color:#eccaca;background:#fff4f4}.owner-chip{font-size:9px;font-weight:900;color:var(--green);background:var(--soft);padding:7px 9px;border-radius:999px}.input-page{background:#e8f2ed;min-height:100vh}.phone-shell{max-width:520px;margin:0 auto;min-height:100vh;background:#f6faf8;box-shadow:0 0 60px rgba(15,51,39,.12)}.mobile-head{position:sticky;top:0;background:linear-gradient(135deg,#06382f,#075b46);color:#fff;padding:18px;display:flex;align-items:center;justify-content:space-between;z-index:3}.mobile-head .brand img{width:48px;height:48px;border-radius:14px}.icon-btn{width:42px;height:42px;border:1px solid rgba(255,255,255,.2);border-radius:13px;display:grid;place-items:center;text-decoration:none}.mobile-content{padding:18px}.success-banner{background:#daf5e6;border:1px solid #b6e6cb;color:#087548;border-radius:14px;padding:13px;font-weight:800;margin-bottom:15px}.mobile-content h1{font-size:30px;margin:5px 0 8px}.mini-row{display:flex;align-items:center;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line)}.mini-row:last-child{border-bottom:none}.preview-page{background:#edf5f1;min-height:100vh}.preview-wrap{max-width:1260px;margin:auto;padding:28px}.preview-top{display:flex;align-items:center;justify-content:space-between;background:#06382f;color:#fff;padding:14px 18px;border-radius:18px}.preview-top .brand img{width:50px;height:50px;border-radius:14px}.preview-login{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;margin-top:18px}.login-visual{border-radius:26px;padding:54px;background:radial-gradient(circle at 80% 25%,rgba(53,201,133,.25),transparent 38%),linear-gradient(145deg,#06382f,#08704e);color:#fff;min-height:510px;display:flex;flex-direction:column;justify-content:center}.login-visual .eyebrow{color:#89e5bc}.login-visual h1{font-size:52px;line-height:1.04;margin:10px 0}.login-visual p{color:#d4eee3;max-width:560px;line-height:1.6}.role-buttons{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.auth-card.mock{align-self:stretch;display:flex;flex-direction:column;justify-content:center}.preview-result{margin-top:18px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.preview-result h2{font-size:28px;margin:4px 0}.access-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;min-width:400px}.access-list span{background:var(--soft);border-radius:12px;padding:12px;font-size:12px;font-weight:800;color:#075d42}
@media(max-width:980px){.auth-layout{grid-template-columns:1fr;padding:22px;gap:18px}.auth-brand{min-height:350px;padding:36px}.auth-brand h1{font-size:40px}.auth-brand img{width:110px;height:110px}.admin-grid,.preview-login{grid-template-columns:1fr}.preview-result{display:block}.access-list{min-width:0;margin-top:15px}}
@media(max-width:600px){.auth-layout{padding:0;display:block}.auth-brand{border-radius:0;min-height:290px;padding:28px;display:block}.auth-brand img{width:76px;height:76px}.auth-brand h1{font-size:34px}.auth-card{border-radius:24px 24px 0 0;margin-top:-18px;position:relative;padding:26px;min-height:55vh}.preview-wrap{padding:12px}.login-visual{padding:28px;min-height:400px}.login-visual h1{font-size:37px}.access-list{grid-template-columns:1fr}.user-row{grid-template-columns:42px 1fr}.user-actions{grid-column:1/-1}.admin-grid{display:block}.admin-grid .card{margin-bottom:14px}}
a.tiny{text-decoration:none;display:inline-flex;align-items:center}


/* ===== Tahap 5: Master Data Migration ===== */
.tabs{display:flex;gap:8px;flex-wrap:wrap;margin:22px 0 12px}.tabs a{padding:10px 14px;border-radius:11px;border:1px solid var(--line);background:#fff;text-decoration:none;font-weight:850;font-size:12px;color:var(--muted)}.tabs a.active{background:var(--green);border-color:var(--green);color:#fff}.filter-row{display:flex;gap:8px;margin-bottom:12px}.tiny.selected{background:var(--soft);border-color:#a8d9c1;color:var(--green)}.data-table{overflow:auto;padding:0}.data-table table{width:100%;border-collapse:collapse;min-width:820px}.data-table th,.data-table td{padding:13px 14px;border-bottom:1px solid var(--line);text-align:left;font-size:12px}.data-table th{font-size:10px;color:var(--muted);letter-spacing:.5px;background:#f8fbf9;position:sticky;top:0}.data-table tr:hover td{background:#fbfdfc}.empty-state{padding:48px;text-align:center}.empty-state b,.empty-state span{display:block}.empty-state span{color:var(--muted);margin-top:6px}.master-summary{margin-top:18px}.summary-row{display:grid;grid-template-columns:190px 1fr;gap:14px;padding:12px 0;border-bottom:1px solid var(--line);align-items:start}.summary-row:last-child{border-bottom:0}.summary-row span{color:var(--muted);font-size:12px}.summary-row code{overflow-wrap:anywhere;font-size:11px}.action-card{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px}.action-card h2{font-size:32px;margin:6px 0}.action-card p{color:var(--muted);max-width:700px}.scope-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:18px;margin:18px 0}.check-row{display:flex;gap:11px;align-items:flex-start;padding:12px 0;border-bottom:1px solid var(--line);cursor:pointer}.check-row:last-child{border-bottom:0}.check-row input{margin-top:3px;accent-color:var(--green)}.check-row b,.check-row small{display:block}.check-row small{color:var(--muted);margin-top:3px}.inline-form{display:flex;align-items:center;gap:12px}.inline-form label{font-weight:850;font-size:12px}.inline-form select,.field select{height:48px;border:1px solid var(--line);border-radius:12px;padding:0 13px;background:#fff;min-width:260px}.field select{width:100%}@media(max-width:900px){.scope-grid{grid-template-columns:1fr}.action-card{display:block}.action-card form{margin-top:14px}.summary-row{grid-template-columns:1fr}.inline-form{display:block}.inline-form select{width:100%;margin-top:8px}}


/* ===== Tahap 6: Historical Migration ===== */
.migration-progress{margin-top:18px}.progress-track{height:14px;background:#e8efe9;border-radius:999px;overflow:hidden;margin:18px 0 8px}.progress-track span{display:block;height:100%;background:linear-gradient(90deg,#0b8f5a,#35c985);border-radius:999px;transition:width .25s}.migration-progress code{font-size:10px;overflow-wrap:anywhere}.btn[disabled]{opacity:.5;cursor:not-allowed}.history-preview{max-width:1280px;margin:auto;padding:28px}.history-stage{margin-top:18px;display:grid;grid-template-columns:280px 1fr;min-height:780px;background:#f2f7f4;border-radius:26px;overflow:hidden;box-shadow:var(--shadow)}.history-stage .side{min-height:100%}.mock-progress{height:13px;border-radius:999px;background:#e7eee9;overflow:hidden}.mock-progress span{display:block;width:100%;height:100%;background:linear-gradient(90deg,#0b8f5a,#35c985)}@media(max-width:900px){.history-stage{grid-template-columns:1fr}.history-stage .side{display:none}}


/* ===== Tahap 7: Backend & Business Rules ===== */
.stage7-table{margin-top:18px}.method-chip{display:inline-flex;padding:6px 9px;border-radius:9px;background:var(--soft);color:var(--green);font-size:10px;font-weight:950;min-width:58px;justify-content:center}.rule-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:14px}.rule-grid div{border:1px solid var(--line);border-radius:13px;padding:14px;background:#f8fbf9}.rule-grid span,.rule-grid b{display:block}.rule-grid span{text-transform:capitalize;font-size:10px;color:var(--muted);margin-bottom:7px}.rule-grid b{font-size:18px}.decision-form{min-width:230px}.decision-form input{width:100%;height:38px;border:1px solid var(--line);border-radius:9px;padding:0 10px;margin-bottom:7px}.decision-form div{display:flex;gap:6px}.issue-list{margin:0;padding-left:17px;min-width:260px}.issue-list li{margin:4px 0;color:#665014}.stage7-preview{max-width:1360px;margin:auto;padding:28px}.api-flow{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin:20px 0}.api-flow div{position:relative;background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px;box-shadow:var(--shadow)}.api-flow div:not(:last-child):after{content:'→';position:absolute;right:-11px;top:38%;color:var(--green);font-weight:950;z-index:2}.api-flow b,.api-flow span{display:block}.api-flow span{font-size:11px;color:var(--muted);margin-top:5px}.json-card{background:#10241e;color:#d9f4e8;border-radius:18px;padding:20px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.7;overflow:auto}.endpoint-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.endpoint-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px}.endpoint-card code{display:block;margin:8px 0;font-size:11px;overflow-wrap:anywhere}.endpoint-card small{color:var(--muted)}
@media(max-width:1050px){.rule-grid{grid-template-columns:1fr 1fr}.api-flow{grid-template-columns:1fr 1fr}.api-flow div:after{display:none}.endpoint-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.rule-grid,.api-flow,.endpoint-grid{grid-template-columns:1fr}.decision-form{min-width:180px}}


/* ===== Tahap 8: Dashboard Owner ===== */
.owner-dashboard-page{background:#edf5f1}.dashboard-shell{grid-template-columns:300px minmax(0,1fr)}.dashboard-side{position:sticky;top:0;height:100vh;overflow:auto;padding:24px 16px}.dashboard-brand img{width:64px;height:64px;border-radius:18px;object-fit:cover}.dashboard-side button.line{display:flex;width:100%;border:0;font:inherit;text-align:left;align-items:center;gap:8px;background:transparent;cursor:pointer}.dashboard-side button.line.active{background:linear-gradient(135deg,#0b8f5a,#08714e);color:#fff}.nav-count{margin-left:auto;min-width:25px;height:25px;border-radius:999px;background:#ef6363;color:#fff;display:grid;place-items:center;font-size:10px;font-weight:900}.database-card{margin-top:30px;border:1px solid rgba(255,255,255,.14);border-radius:15px;padding:14px;display:flex;gap:11px;align-items:flex-start;background:rgba(255,255,255,.05)}.database-card b,.database-card small{display:block}.database-card small{margin-top:4px;color:#a9c8bd;line-height:1.5}.online-dot{width:11px;height:11px;border-radius:50%;background:#22cf7c;box-shadow:0 0 0 7px rgba(34,207,124,.12);margin-top:5px}.dashboard-main{padding:25px 28px 36px}.dashboard-header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.dashboard-header h1{font-size:34px;margin:0}.dashboard-header p{margin:6px 0 0;color:var(--muted)}.dashboard-header-actions{display:flex;gap:9px;align-items:center}.mobile-side-toggle{display:none;border:0;background:var(--dark);color:#fff;border-radius:11px;width:43px;height:43px;margin-bottom:12px;font-size:20px}.dashboard-filter-card{margin-top:18px;padding:16px 18px}.preset-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.preset{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:11px;padding:10px 15px;font-weight:850;cursor:pointer}.preset.active{background:var(--green);border-color:var(--green);color:#fff}.dashboard-filter-grid{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));gap:10px}.dashboard-filter-grid label span{display:block;font-size:10px;font-weight:900;color:var(--muted);margin:0 0 6px 2px}.dashboard-filter-grid input,.dashboard-filter-grid select,.history-search-card input,.history-search-card select,.section-page-heading select{width:100%;height:45px;border:1px solid var(--line);background:#fff;border-radius:11px;padding:0 11px;color:var(--ink)}.dashboard-filter-grid input:focus,.dashboard-filter-grid select:focus,.history-search-card input:focus,.history-search-card select:focus{outline:0;border-color:var(--green);box-shadow:0 0 0 4px rgba(11,143,90,.1)}.filter-actions{display:flex;gap:8px;align-items:center;margin-top:14px}.filter-note{font-size:11px;color:var(--muted);margin-left:auto}.dashboard-loading{display:flex;gap:10px;align-items:center;margin-top:14px;background:#e4f5ec;color:#087548;border-radius:12px;padding:12px}.dashboard-loading span{width:16px;height:16px;border:2px solid #9dd7bc;border-top-color:var(--green);border-radius:50%;animation:dash-spin .75s linear infinite}@keyframes dash-spin{to{transform:rotate(360deg)}}.hidden{display:none!important}.owner-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-top:18px}.owner-kpi{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);display:flex;gap:14px;align-items:flex-start;min-height:125px}.owner-kpi.featured{background:linear-gradient(135deg,#06382f,#0b8f5a);color:#fff;border:0}.owner-kpi.featured span,.owner-kpi.featured small{color:#d5eee3}.owner-kpi span,.owner-kpi strong,.owner-kpi small{display:block}.owner-kpi span{font-size:10px;color:var(--muted);font-weight:900;letter-spacing:.4px}.owner-kpi strong{font-size:25px;margin:8px 0 5px;overflow-wrap:anywhere}.owner-kpi small{font-size:10px;color:#779084}.kpi-icon{width:43px;height:43px;flex:0 0 43px;border-radius:14px;background:var(--soft);color:var(--green);display:grid;place-items:center;font-weight:950}.owner-kpi.featured .kpi-icon{background:rgba(255,255,255,.14);color:#fff}.dashboard-two-column{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(330px,.75fr);gap:14px;margin-top:14px}.dashboard-three-column{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px}.section-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.section-heading h2,.section-page-heading h2{margin:2px 0 0;font-size:21px}.chart-legend{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:7px}.chart-legend span{width:24px;height:4px;background:var(--green);border-radius:9px}.svg-chart{width:100%;min-height:330px;margin-top:8px}.svg-chart svg{display:block;width:100%;height:auto;overflow:visible}.chart-grid-line{stroke:#e5eee8;stroke-width:1}.chart-axis-text{fill:#789086;font-size:10px}.chart-line{fill:none;stroke:#0b8f5a;stroke-width:4;stroke-linejoin:round;stroke-linecap:round}.chart-point circle{fill:#fff;stroke:#0b8f5a;stroke-width:3}.empty-chart{min-height:300px;display:grid;place-items:center;color:var(--muted)}.owner-insights{margin-top:7px}.insight-row{display:grid;grid-template-columns:42px 1fr;gap:11px;padding:14px 0;border-bottom:1px solid var(--line)}.insight-row:last-child{border-bottom:0}.insight-icon{width:40px;height:40px;border-radius:13px;background:var(--soft);color:var(--green);display:grid;place-items:center;font-weight:950}.insight-row b,.insight-row span{display:block}.insight-row span{font-size:11px;color:var(--muted);line-height:1.5;margin-top:4px}.insight-placeholder,.empty-mini{padding:25px;text-align:center;color:var(--muted)}.text-action{border:0;background:transparent;color:var(--green);font-weight:900;cursor:pointer}.ranking-list{margin-top:8px}.ranking-row{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:9px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.ranking-row:last-child{border-bottom:0}.ranking-number{width:25px;height:25px;border-radius:8px;background:var(--soft);color:var(--green);display:grid;place-items:center;font-size:10px;font-weight:950}.ranking-main>div:first-child{display:flex;justify-content:space-between;gap:7px}.ranking-main b{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ranking-main span{font-size:9px;color:var(--muted);white-space:nowrap}.ranking-bar{height:5px;background:#edf3ef;border-radius:999px;margin-top:7px;overflow:hidden}.ranking-bar span{display:block;height:100%;background:linear-gradient(90deg,#0b8f5a,#35c985);border-radius:999px}.ranking-row>strong{font-size:11px}.source-card{margin-top:14px}.source-breakdown{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-top:13px}.source-item{display:grid;grid-template-columns:43px minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:13px}.source-icon{width:40px;height:40px;border-radius:12px;background:var(--soft);color:var(--green);display:grid;place-items:center;font-weight:950}.source-item b,.source-item span{display:block}.source-item span{font-size:10px;color:var(--muted);margin-top:3px}.source-item strong{color:var(--green)}.section-page-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin:22px 0 14px}.section-page-heading p{color:var(--muted);margin:5px 0 0}.owner-data-table{padding:0;overflow:auto}.owner-data-table table{min-width:940px;width:100%;border-collapse:collapse}.owner-data-table th,.owner-data-table td{padding:13px 14px;border-bottom:1px solid var(--line);text-align:left;font-size:11px}.owner-data-table th{background:#f8fbf9;color:var(--muted);font-size:9px;letter-spacing:.4px;position:sticky;top:0}.owner-data-table td small{display:block;color:var(--muted);margin-top:3px}.money-cell{font-weight:900;color:#087548}.rank-chip{width:27px;height:27px;border-radius:9px;background:var(--soft);color:var(--green);display:grid;place-items:center;font-weight:950}.table-empty{text-align:center!important;padding:45px!important;color:var(--muted)}.history-heading{align-items:center}.history-search-card{display:grid;grid-template-columns:minmax(250px,1fr) 220px auto;gap:9px;margin-bottom:12px}.source-chip{font-size:9px;padding:6px 7px;border-radius:8px;background:#eef4f1;color:#47665b;font-weight:850}.status.danger{background:#ffe5e5;color:#a22b2b}.pagination{display:flex;align-items:center;justify-content:space-between;margin-top:12px;color:var(--muted);font-size:11px}.pagination>div{display:flex;gap:5px}.pagination button{width:35px;height:35px;border:1px solid var(--line);border-radius:9px;background:#fff;cursor:pointer}.pagination button.active{background:var(--green);color:#fff;border-color:var(--green)}.pagination button:disabled{opacity:.4;cursor:not-allowed}.validation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.validation-card-top{display:flex;justify-content:space-between;gap:12px}.validation-card h3{margin:10px 0 4px}.validation-card p{margin:0;color:var(--muted);font-size:11px}.validation-card ul{margin:14px 0;padding-left:18px;color:#67530f;font-size:11px;line-height:1.55}.validation-actions{display:flex;gap:8px}.btn.danger{background:#fff0f0;color:#a12f2f;border-color:#efc9c9}.validation-note{background:#f7faf8;border-radius:10px;padding:11px;font-size:11px;color:var(--muted)}.validation-empty{grid-column:1/-1;text-align:center;padding:45px}.validation-empty b,.validation-empty span{display:block}.validation-empty span{color:var(--muted);margin-top:6px}.dashboard-toast{position:fixed;right:25px;bottom:25px;z-index:50;transform:translateY(30px);opacity:0;background:#102f26;color:#fff;border-radius:13px;padding:13px 16px;box-shadow:0 20px 45px rgba(0,0,0,.2);transition:.2s;pointer-events:none}.dashboard-toast.show{transform:translateY(0);opacity:1}.dashboard-toast.err{background:#8f2e2e}.dashboard-toast.warn{background:#8a6611}
@media(max-width:1200px){.dashboard-filter-grid{grid-template-columns:repeat(3,1fr)}.dashboard-two-column{grid-template-columns:1fr}.dashboard-three-column{grid-template-columns:1fr 1fr}.owner-kpi-grid{grid-template-columns:1fr 1fr}}
@media(max-width:900px){.dashboard-shell{display:block}.dashboard-side{display:block;position:fixed;z-index:40;left:-320px;width:300px;transition:left .2s;box-shadow:20px 0 45px rgba(0,0,0,.2)}.dashboard-side.open{left:0}.mobile-side-toggle{display:grid;place-items:center}.dashboard-main{padding:16px}.dashboard-header{display:block}.dashboard-header-actions{margin-top:13px}.dashboard-three-column{grid-template-columns:1fr}.validation-grid{grid-template-columns:1fr}}
@media(max-width:650px){.dashboard-filter-grid,.owner-kpi-grid,.source-breakdown{grid-template-columns:1fr}.filter-actions,.dashboard-header-actions{align-items:stretch;flex-direction:column}.filter-note{margin-left:0}.history-search-card{grid-template-columns:1fr}.owner-kpi{min-height:0}.dashboard-main{padding:12px}.dashboard-header h1{font-size:29px}}


/* ===== Tahap 9: Input GMV HP ===== */
.mobile-input-page{background:#edf3f0;color:#17233a;padding-bottom:96px;min-height:100vh}.mobile-input-app{width:100%;max-width:540px;margin:0 auto;padding:calc(14px + env(safe-area-inset-top)) 12px 30px}.mobile-input-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px}.mobile-brand{display:flex;align-items:center;gap:11px;min-width:0}.mobile-brand img{width:55px;height:55px;border-radius:16px;object-fit:cover;box-shadow:0 10px 25px rgba(16,45,35,.12)}.mobile-brand span{font-size:8px;font-weight:950;letter-spacing:1.5px;color:#0b8f5a}.mobile-brand h1{font-size:22px;margin:2px 0 3px;line-height:1.05}.mobile-brand small{font-size:10px;color:#748091}.mobile-header-actions{display:flex;gap:6px}.mobile-icon-button{width:40px;height:40px;border-radius:12px;border:1px solid #d7e4dd;background:#fff;color:#173126;display:grid;place-items:center;text-decoration:none;font-weight:900}.mobile-security-strip{display:flex;align-items:center;gap:10px;background:#fff8df;border:1px solid #ecd180;color:#6d5310;border-radius:14px;padding:11px 12px;margin-bottom:12px}.mobile-security-strip span{font-size:9px;font-weight:950;white-space:nowrap}.mobile-security-strip p{margin:0;font-size:10px;line-height:1.45}.mobile-target-card,.mobile-host-summary,.mobile-form-card,.mobile-history-card{background:#fff;border:1px solid #dce7e1;border-radius:20px;box-shadow:0 12px 30px rgba(20,48,37,.08);margin-bottom:12px}.mobile-target-card{padding:15px}.target-card-top,.target-card-bottom{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.target-card-top span{font-size:10px;color:#748091}.target-card-top strong{display:block;font-size:25px;color:#087146;margin-top:6px}.leader-chip{max-width:48%;padding:7px 10px;border-radius:99px;background:#eaf8f1;color:#087548;font-size:9px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.target-progress{height:9px;border-radius:99px;background:#e6ede9;overflow:hidden;margin:12px 0 7px}.target-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,#1ebb75,#0b8f5a);border-radius:99px;transition:width .25s}.target-card-bottom{font-size:9px;color:#748091}.mobile-host-summary{overflow:hidden}.host-summary-head{background:linear-gradient(135deg,#063d30,#0b8f5a);color:#fff;padding:14px}.host-summary-head span,.host-summary-head strong,.host-summary-head small{display:block}.host-summary-head span{font-size:8px;letter-spacing:1px;opacity:.75}.host-summary-head strong{font-size:21px;margin:5px 0 3px}.host-summary-head small{font-size:10px;opacity:.82}.host-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:11px}.host-summary-grid div{border:1px solid #dce7e1;border-radius:12px;padding:10px;min-width:0}.host-summary-grid span,.host-summary-grid b{display:block}.host-summary-grid span{font-size:8px;color:#748091}.host-summary-grid b{font-size:11px;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-form-card{padding:15px}.mobile-section-title{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:14px}.mobile-section-title span{font-size:8px;letter-spacing:1px;font-weight:950;color:#0b8f5a}.mobile-section-title h2{font-size:17px;margin:3px 0 0}.mobile-section-title small{font-size:9px;color:#748091}.mobile-form-grid{display:grid;gap:14px}.mobile-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mobile-field>span{display:block;font-size:11px;font-weight:850;margin-bottom:7px}.mobile-field em{font-style:normal;color:#e85656}.mobile-field input,.mobile-field select,.mobile-field textarea{width:100%;height:55px;border:1px solid #d6e2dc;border-radius:14px;background:#fff;color:#17233a;padding:0 13px;font-size:16px;outline:0}.mobile-field textarea{height:105px;padding:13px;resize:vertical;line-height:1.45}.mobile-field input:focus,.mobile-field select:focus,.mobile-field textarea:focus{border-color:#0b8f5a;box-shadow:0 0 0 3px rgba(11,143,90,.10)}.mobile-field input[readonly]{background:#f5f8f6;color:#64736c}.mobile-field.has-error input,.mobile-field.has-error select,.mobile-field.has-error textarea,.mobile-field.has-error .mobile-money-input{border-color:#e85656;box-shadow:0 0 0 3px rgba(232,86,86,.08)}.field-helper{display:block;font-size:9px;color:#748091;margin:5px 2px 0}.field-error{display:none;font-size:9px;color:#b83737;margin:5px 2px 0}.field-error.show{display:block}.mobile-money-input{display:flex;height:55px;border:1px solid #d6e2dc;border-radius:14px;overflow:hidden}.mobile-money-input:focus-within{border-color:#0b8f5a;box-shadow:0 0 0 3px rgba(11,143,90,.10)}.mobile-money-input b{display:grid;place-items:center;padding:0 12px;background:#f4f7f5;color:#748091;border-right:1px solid #e0e8e4;font-size:13px}.mobile-money-input input{border:0;border-radius:0;box-shadow:none!important;height:100%}.mobile-counter{display:block;text-align:right;font-size:9px;color:#748091;margin-top:5px}.input-inline-status{display:flex;justify-content:space-between;gap:10px;border-radius:12px;padding:10px 11px;margin-top:12px;font-size:9px}.input-inline-status b,.input-inline-status span{display:block}.input-inline-status.safe{background:#e8f8ef;color:#087146}.input-inline-status.duplicate{background:#ffe9e9;color:#a62e2e}.input-preview-total{background:#eef8f3;border:1px solid #d9ebe2;border-radius:14px;padding:12px;margin-top:12px}.input-preview-total span,.input-preview-total strong,.input-preview-total small{display:block}.input-preview-total span{font-size:8px;color:#748091;font-weight:900}.input-preview-total strong{font-size:14px;margin-top:6px}.input-preview-total small{font-size:9px;color:#748091;margin-top:4px}.input-draft-status{font-size:8px;color:#748091;text-align:right;margin-top:7px}.mobile-history-card{padding:0;overflow:hidden}.mobile-history-toggle{width:100%;border:0;background:#fff;padding:14px;display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer}.mobile-history-toggle b,.mobile-history-toggle small{display:block}.mobile-history-toggle b{font-size:12px}.mobile-history-toggle small{font-size:9px;color:#748091;margin-top:4px}.mobile-history-list{border-top:1px solid #e4ece7;padding:0 12px}.mobile-history-item{padding:12px 0;border-bottom:1px solid #edf2ef}.mobile-history-item:last-child{border-bottom:0}.history-item-main,.history-item-bottom{display:flex;justify-content:space-between;gap:10px}.history-item-main b,.history-item-main span{display:block}.history-item-main b{font-size:11px}.history-item-main span{font-size:8px;color:#748091;margin-top:4px}.history-item-main strong{font-size:11px;color:#087146}.history-item-bottom{align-items:center;margin-top:8px}.history-item-bottom button{border:0;background:#eaf8f1;color:#087548;border-radius:8px;padding:6px 11px;font-size:9px;font-weight:900}.history-item-bottom small{font-size:8px;color:#9aa5a0}.input-status{padding:5px 7px;border-radius:99px;font-size:7px;font-weight:950}.input-status.ok{background:#ddf7e9;color:#087447}.input-status.warn{background:#fff2cc;color:#8e6500}.mobile-history-empty{padding:25px;text-align:center;color:#748091;font-size:10px}.mobile-input-note{padding:11px 12px;border-radius:13px;background:#eaf3ff;border:1px solid #d6e4f5;color:#37516d;font-size:9px;line-height:1.5}.mobile-bottom-bar{position:fixed;z-index:60;left:0;right:0;bottom:0;padding:9px 12px calc(9px + env(safe-area-inset-bottom));background:rgba(255,255,255,.97);border-top:1px solid #dce7e1;backdrop-filter:blur(14px)}.mobile-bottom-inner{max-width:540px;margin:auto;display:grid;grid-template-columns:105px 1fr;gap:9px}.mobile-action{height:54px;border-radius:14px;font-weight:900;border:1px solid #dce7e1;cursor:pointer;font-size:13px}.mobile-action.secondary{background:#fff;color:#5a6672}.mobile-action.primary{border:0;background:linear-gradient(135deg,#0b8f5a,#087047);color:#fff;box-shadow:0 8px 18px rgba(11,143,90,.22)}.mobile-action:disabled{opacity:.55;cursor:not-allowed}.mobile-modal-backdrop{position:fixed;z-index:100;inset:0;background:rgba(4,23,17,.58);display:flex;align-items:flex-end;justify-content:center;padding:16px}.mobile-modal{width:min(100%,520px);max-height:90vh;overflow:auto;background:#fff;border-radius:24px;padding:13px 16px 18px;box-shadow:0 25px 80px rgba(0,0,0,.28);animation:mobile-sheet-in .2s ease-out}@keyframes mobile-sheet-in{from{transform:translateY(40px);opacity:.6}to{transform:translateY(0);opacity:1}}.mobile-modal-handle{width:45px;height:5px;background:#dbe4df;border-radius:99px;margin:0 auto 14px}.mobile-modal-icon{width:52px;height:52px;border-radius:18px;background:#e5f8ee;color:#087146;display:grid;place-items:center;margin:0 auto;font-size:25px;font-weight:950}.mobile-modal-icon.warning{background:#fff2cc;color:#8e6500}.mobile-modal-icon.success{background:#ddf7e9;color:#087447}.mobile-modal h2{text-align:center;margin:12px 0 5px}.mobile-modal>p{text-align:center;color:#748091;font-size:10px;line-height:1.5;margin:0 0 13px}.mobile-confirm-summary{border:1px solid #dce7e1;border-radius:14px;overflow:hidden}.mobile-confirm-summary div{display:flex;justify-content:space-between;gap:14px;padding:10px 11px;border-bottom:1px solid #edf2ef}.mobile-confirm-summary div:last-child{border-bottom:0}.mobile-confirm-summary span{font-size:9px;color:#748091}.mobile-confirm-summary b{font-size:9px;text-align:right}.mobile-rule-box{background:#fff8df;color:#6d5310;border:1px solid #ecd180;border-radius:12px;padding:11px;margin-top:11px;font-size:9px;line-height:1.5}.mobile-rule-box ul{padding-left:17px;margin:7px 0 0}.mobile-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}.mobile-modal-actions.single{grid-template-columns:1fr}.mobile-success-id{background:#f1f7f4;border-radius:12px;padding:12px;text-align:center;font:700 11px ui-monospace,monospace;color:#315348}.mobile-input-toast{position:fixed;left:50%;bottom:calc(88px + env(safe-area-inset-bottom));z-index:130;width:min(90%,430px);transform:translate(-50%,18px);opacity:0;background:#102a21;color:#fff;padding:12px 14px;border-radius:12px;text-align:center;font-size:10px;transition:.2s;pointer-events:none}.mobile-input-toast.show{opacity:1;transform:translate(-50%,0)}.mobile-input-toast.err{background:#8e2e2e}.mobile-input-toast.warn{background:#80600e}
@media(min-width:720px){.mobile-input-page{padding-bottom:120px}.mobile-input-app{margin:24px auto;background:#f3f7f5;border-radius:30px;padding:22px;box-shadow:0 15px 45px rgba(20,48,37,.12)}}
@media(max-width:390px){.mobile-two-columns{grid-template-columns:1fr}.host-summary-grid{grid-template-columns:1fr 1fr}.mobile-bottom-inner{grid-template-columns:92px 1fr}.mobile-brand h1{font-size:19px}.mobile-security-strip{align-items:flex-start;flex-direction:column}}


/* ===== Tahap 10: Audit, Backup, Security ===== */
.audit-filter-grid{display:grid;grid-template-columns:160px 160px 210px minmax(240px,1fr) auto;gap:9px;margin:17px 0;padding:13px}.audit-filter-grid input,.audit-filter-grid select{height:44px;border:1px solid var(--line);border-radius:10px;padding:0 10px;background:#fff}.audit-detail-cell{max-width:430px;white-space:normal;overflow-wrap:anywhere}.pagination a{width:35px;height:35px;border:1px solid var(--line);border-radius:9px;background:#fff;display:grid;place-items:center;text-decoration:none;color:var(--ink)}.pagination a.active{background:var(--green);color:#fff;border-color:var(--green)}.security-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0}.security-kpi span,.security-kpi strong,.security-kpi small{display:block}.security-kpi span{font-size:9px;font-weight:900;color:var(--muted)}.security-kpi strong{font-size:27px;margin:8px 0 5px}.security-kpi small{font-size:9px;color:var(--muted)}.security-two-column{grid-template-columns:1.2fr .8fr}.security-event-list{margin-top:8px}.security-event{display:grid;grid-template-columns:75px minmax(0,1fr) auto;gap:11px;padding:13px 0;border-bottom:1px solid var(--line);align-items:flex-start}.security-event:last-child{border-bottom:0}.security-severity{border-radius:9px;padding:7px;text-align:center;font-size:8px;font-weight:950}.security-severity.info,.security-severity.low{background:#e9f6ef;color:#087146}.security-severity.medium{background:#fff2cc;color:#8a6500}.security-severity.high,.security-severity.critical{background:#ffe3e3;color:#a72f2f}.security-event b,.security-event span,.security-event small{display:block}.security-event span{font-size:9px;color:var(--muted);margin-top:3px}.security-event small{font-size:9px;color:#65736d;line-height:1.45;margin-top:5px;overflow-wrap:anywhere}.log-file-list{margin-top:8px}.log-file-list div{padding:11px 0;border-bottom:1px solid var(--line)}.log-file-list b,.log-file-list span{display:block}.log-file-list b{font-size:10px}.log-file-list span{font-size:9px;color:var(--muted);margin-top:4px}.security-note{margin-top:12px;padding:11px;border-radius:11px;background:#eef5f1;color:#50645b;font-size:9px;line-height:1.5}.security-backup-card{margin-top:14px}.backup-actions{display:flex;gap:6px;align-items:center}.backup-actions form{margin:0}.backup-actions button,.backup-actions a{border:0;background:#eaf8f1;color:#087548;border-radius:8px;padding:6px 9px;text-decoration:none;font-size:9px;font-weight:900;cursor:pointer}
@media(max-width:1100px){.security-kpi-grid{grid-template-columns:1fr 1fr}.audit-filter-grid{grid-template-columns:1fr 1fr}.audit-filter-grid .btn{grid-column:span 2}}
@media(max-width:650px){.security-kpi-grid{grid-template-columns:1fr}.audit-filter-grid{grid-template-columns:1fr}.audit-filter-grid .btn{grid-column:auto}.security-event{grid-template-columns:65px 1fr}.security-event form,.security-event>.status{grid-column:2}.security-two-column{grid-template-columns:1fr}}


/* ===== Tahap 11: Deployment Center ===== */
.deployment-hero{display:flex;justify-content:space-between;align-items:center;gap:18px;border-radius:20px;padding:21px;margin:18px 0;color:#fff;box-shadow:var(--shadow)}.deployment-hero.ready{background:linear-gradient(135deg,#063d30,#0b8f5a)}.deployment-hero.blocked{background:linear-gradient(135deg,#5d3d13,#a97818)}.deployment-hero span,.deployment-hero strong,.deployment-hero p{display:block}.deployment-hero span{font-size:9px;letter-spacing:1.2px;font-weight:950;opacity:.8}.deployment-hero strong{font-size:24px;margin:6px 0}.deployment-hero p{font-size:10px;margin:0;opacity:.82}.deployment-score{width:82px;height:82px;border-radius:50%;border:8px solid rgba(255,255,255,.25);display:grid;place-items:center;font-size:20px;font-weight:950}.deployment-group-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.deployment-check-card{padding:16px}.deployment-check-row{display:grid;grid-template-columns:31px minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.deployment-check-row:last-child{border-bottom:0}.deployment-check-icon{width:29px;height:29px;border-radius:9px;display:grid;place-items:center;font-weight:950}.deployment-check-icon.pass{background:#ddf7e9;color:#087447}.deployment-check-icon.warn{background:#fff2cc;color:#8a6500}.deployment-check-icon.fail{background:#ffe3e3;color:#a72f2f}.deployment-check-row b,.deployment-check-row small{display:block}.deployment-check-row b{font-size:11px}.deployment-check-row small{font-size:9px;color:var(--muted);line-height:1.45;margin-top:4px}.deployment-actions-card{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:14px}.deployment-actions-card h2{margin:3px 0 6px}.deployment-actions-card p{margin:0;color:var(--muted);font-size:10px;line-height:1.55}.deployment-actions-card form{flex:0 0 auto}
@media(max-width:950px){.deployment-group-grid{grid-template-columns:1fr}.deployment-actions-card{display:block}.deployment-actions-card form{margin-top:14px}}
@media(max-width:580px){.deployment-hero{align-items:flex-start}.deployment-score{width:65px;height:65px;border-width:6px;font-size:16px}.deployment-hero strong{font-size:19px}.deployment-check-row{grid-template-columns:29px minmax(0,1fr)}.deployment-check-row>.status{grid-column:2;justify-self:start}.deployment-actions-card .btn{width:100%}}


/* ===== Tahap 12: Parallel Run & Go-Live ===== */
.parallel-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0}.parallel-progress-card{margin-bottom:14px}.parallel-progress{height:12px;background:#e5ece8;border-radius:99px;overflow:hidden;margin:12px 0 8px}.parallel-progress span{display:block;height:100%;background:linear-gradient(90deg,#18b66d,#0b8f5a);border-radius:99px}.parallel-progress-card p{font-size:10px;color:var(--muted);margin:0}.delta-zero{color:#087447;font-weight:900}.delta-bad{color:#b43636;font-weight:900;background:#fff0f0}.parallel-actions{display:flex;gap:5px;flex-wrap:wrap}.parallel-actions form{margin:0}.parallel-actions button,.parallel-issue button{border:0;background:#eaf8f1;color:#087548;border-radius:8px;padding:6px 9px;font-size:8px;font-weight:900;cursor:pointer}.parallel-issues-card{margin-top:14px}.parallel-issue{display:grid;grid-template-columns:72px minmax(0,1fr) minmax(220px,auto);gap:11px;align-items:flex-start;padding:12px 0;border-bottom:1px solid var(--line)}.parallel-issue:last-child{border-bottom:0}.parallel-issue b,.parallel-issue span,.parallel-issue small{display:block}.parallel-issue span{font-size:9px;color:var(--muted);margin-top:3px}.parallel-issue small{font-size:9px;color:#64716b;margin-top:4px;overflow-wrap:anywhere}.parallel-issue form{display:flex;gap:6px}.parallel-issue input{height:37px;border:1px solid var(--line);border-radius:8px;padding:0 9px;min-width:180px}.go-live-hero{display:flex;justify-content:space-between;align-items:center;gap:18px;border-radius:20px;padding:21px;margin:18px 0;color:#fff;box-shadow:var(--shadow)}.go-live-hero.ready{background:linear-gradient(135deg,#063d30,#0b8f5a)}.go-live-hero.blocked{background:linear-gradient(135deg,#5d3d13,#a97818)}.go-live-hero span,.go-live-hero strong,.go-live-hero p{display:block}.go-live-hero>div>span{font-size:9px;letter-spacing:1px;font-weight:950;opacity:.8}.go-live-hero strong{font-size:24px;margin:6px 0}.go-live-hero p{font-size:10px;margin:0;opacity:.82}.go-live-actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:14px 0}.go-live-actions-grid textarea{width:100%;min-height:90px;border:1px solid var(--line);border-radius:12px;padding:11px;margin:10px 0;resize:vertical}.rollback-card{border-color:#efc4c4}.btn.danger{background:#b43a3a;color:#fff;border-color:#b43a3a}.center-card{width:min(92%,620px);margin:55px auto;background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:var(--shadow)}
@media(max-width:1050px){.parallel-kpi-grid{grid-template-columns:1fr 1fr}.go-live-actions-grid{grid-template-columns:1fr}}
@media(max-width:680px){.parallel-kpi-grid{grid-template-columns:1fr}.parallel-issue{grid-template-columns:65px 1fr}.parallel-issue form,.parallel-issue>.status{grid-column:2}.parallel-issue form{display:grid}.parallel-issue input{min-width:0;width:100%}.go-live-hero strong{font-size:19px}}
