:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#18243b;background:#f4f7fc;font-synthesis:none;--blue:#1261f5;--line:#e2e8f2;--muted:#7f8ba1}*{box-sizing:border-box}body{margin:0;font-size:13px}button,input,select{font:inherit}button,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #d9e2f0;border-radius:8px;padding:10px 15px;background:white;color:#263b5c;font-weight:600;cursor:pointer;text-decoration:none}button:hover,.button:hover{background:#edf3ff}button:disabled{opacity:.5;cursor:wait}.primary{background:linear-gradient(115deg,#1579ff,#1845e9);border-color:transparent;color:#fff;box-shadow:0 4px 12px #155bf52b}.primary:hover{background:#174de0}.danger{color:#d44355}input,select{width:100%;padding:11px 12px;border:1px solid #d9e2f0;border-radius:7px;background:#fff;color:#22334f;outline:none}input:focus,select:focus{border-color:#347eff;box-shadow:0 0 0 3px #347eff15}input[type=checkbox]{width:16px;accent-color:#1769f9}label{display:grid;gap:7px;font-size:12px;font-weight:600;margin-bottom:16px}p{color:var(--muted);line-height:1.65}h1{font-size:26px;letter-spacing:-.8px;margin:0 0 7px}h2{font-size:17px;margin:0 0 6px}small{font-size:11px;color:var(--muted)}.shell{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:246px;background:linear-gradient(150deg,#0c1d3c,#0b1b34 60%,#0b1628);padding:27px 16px 20px;color:#aac9f5;display:flex;flex-direction:column;overflow-y:auto;z-index:20}.brand{display:flex;align-items:center;margin:0 8px 30px}.brand-logo{height:44px;width:auto;max-width:100%;object-fit:contain;display:block}.sidebar .brand{cursor:pointer;border-radius:10px;transition:opacity .15s}.sidebar .brand:hover{opacity:.8}.nav{display:grid;gap:5px}.nav button{position:relative;justify-content:flex-start;gap:15px;border:0;background:transparent;color:#aac9ee;padding:12px 17px;font-weight:500;min-height:45px}.nav button:hover{background:#173259}.nav button.active{color:white;background:linear-gradient(95deg,#092d79,#0e3fc5);box-shadow:0 0 20px #0062ff35,inset 0 0 0 1px #387fff30}.nav button.active:before{content:"";position:absolute;left:0;top:5px;bottom:5px;width:4px;background:#2685ff;border-radius:8px;box-shadow:0 0 13px #129bff}.icon{width:21px;height:21px;flex-shrink:0;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.nav .icon{color:#85b6ff;filter:drop-shadow(0 0 4px #3482ff30)}.section-label{margin:19px 13px 8px;padding-top:20px;border-top:1px solid #233856;font-size:10px;font-weight:600;letter-spacing:1.7px;color:#829fbd}.sidebar-bottom{margin-top:auto;padding-top:24px}.server-status{margin:0 5px;background:#11243c;border:1px solid #1c304b;border-radius:10px;padding:14px;color:white;display:flex;gap:11px}.dot{width:8px;height:8px;display:inline-block;background:#00dca0;border-radius:50%;margin-top:5px;box-shadow:0 0 10px #00dca040}.server-status small{display:block;margin-top:5px;color:#8299b6}.copyright{text-align:center;color:#59748f;font-size:10px;line-height:1.8;margin-top:23px}.workspace{margin-left:246px;min-width:0;width:calc(100% - 246px)}.topbar{height:76px;background:white;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 30px}.breadcrumb{color:#929bb0;font-size:12px}.breadcrumb b{color:#364664}.account{display:flex;align-items:center;gap:11px}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;color:#135edc;background:#e9f1ff;font-weight:700}.account strong{display:block;font-size:12px}.account small{font-size:10px}.master-label{background:#edf3ff;color:#2269de;font-size:9px;border:1px solid #d2e3ff;border-radius:4px;padding:3px 7px;letter-spacing:.8px}.content{padding:29px 30px}.heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:23px}.heading p{margin:0;font-size:12px}.actions{display:flex;gap:8px;flex-wrap:wrap}.eyebrow{font-size:10px;color:#367beb;letter-spacing:1.6px;font-weight:700;margin-bottom:8px}.stats{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:11px;margin-bottom:24px}.stat{padding:17px 13px;background:white;border:1px solid var(--line);border-radius:12px;min-height:120px}.stat-top{display:flex;justify-content:space-between;align-items:center}.stat-icon{width:31px;height:31px;border-radius:9px;background:#edf3ff;display:grid;place-items:center;color:#3975ef}.stat:nth-child(2) .stat-icon{background:#e6faf1;color:#0cab74}.stat:nth-child(4) .stat-icon,.stat:nth-child(7) .stat-icon{background:#fff0f0;color:#e96969}.stat:nth-child(5) .stat-icon{background:#fff4e5;color:#ee9931}.stat:nth-child(6) .stat-icon{background:#f5edff;color:#9860e8}.stat strong{font-size:25px;letter-spacing:-1px}.stat-title{margin:12px 0 4px;font-size:9px;letter-spacing:.45px;font-weight:700}.stat small{font-size:9px}.panel{background:white;border:1px solid var(--line);border-radius:12px;overflow:hidden;margin-bottom:20px}.panel-head{padding:20px 22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.filters{padding:18px 20px;display:grid;grid-template-columns:2.3fr repeat(3,1fr);gap:10px}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;white-space:nowrap;text-align:left}th{padding:13px 15px;background:#f8fafd;color:#7c8ba2;font-size:9px;font-weight:700;letter-spacing:.4px;border-bottom:1px solid var(--line)}td{padding:17px 15px;border-bottom:1px solid #edf1f7;font-size:11px}td small{display:block;margin-top:4px;font-size:10px}.url-cell{max-width:260px;overflow:hidden;text-overflow:ellipsis}.url-cell a{color:#28405f;text-decoration:none;font-weight:600}.badge{display:inline-flex;align-items:center;gap:5px;border-radius:5px;padding:5px 8px;font-size:9px;background:#eef2f7;color:#7d899c}.badge.green{background:#e7f8f0;color:#119369}.badge.red{background:#ffeded;color:#d95662}.badge.blue{background:#edf3ff;color:#447fd5}.badge.amber{background:#fff5e4;color:#b57b25}.empty{text-align:center;padding:56px 20px!important}.empty .icon{width:36px;height:36px;color:#96b5e4;margin-bottom:12px}.empty b{display:block;font-size:14px}.empty p{font-size:12px}.table-footer{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;gap:12px}.table-footer select{width:auto}.mini{padding:5px 7px;font-size:10px;box-shadow:none}.split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.card-body{padding:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.full{grid-column:1/-1}.notice{padding:12px 15px;background:#edf4ff;color:#37679f;border-radius:8px;margin:14px 0;font-size:12px;line-height:1.6}.notice.error{color:#b3434b;background:#fff0f0}.auth{min-height:100vh;display:grid;place-items:center;background:#0b1224 url("background.png") center center/cover no-repeat fixed}.auth-card{max-width:450px;margin:8vh auto;padding:36px;background:white;border:1px solid var(--line);border-radius:18px;width:calc(100% - 36px);box-shadow:0 24px 100px #10234515}.auth-card .brand{justify-content:center;margin:0 0 26px;padding:16px 22px;border-radius:14px;background:linear-gradient(150deg,#0c1d3c,#0b1628)}.auth-card .brand-logo{height:40px}.auth-card h1{font-size:24px}.auth-card form{margin-top:25px}.auth-card button{width:100%}dialog{border:0;border-radius:16px;padding:26px;width:min(620px,calc(100% - 28px));max-height:90vh;box-shadow:0 30px 120px #081e4930}dialog::backdrop{background:#07193480;backdrop-filter:blur(3px)}.dialog-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:23px}#toast{position:fixed;bottom:24px;right:24px;max-width:430px;background:#12315d;color:white;padding:14px 20px;border-radius:9px;box-shadow:0 8px 40px #0b213833;z-index:50;display:none}#toast.show{display:block}.mobile-menu{display:none}.sidebar-scrim{display:none}.muted{color:var(--muted)}.health{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.health strong{font-size:30px;display:block;margin:12px 0}.bar{height:8px;background:#edf2fa;border-radius:10px;overflow:hidden}.bar-fill{height:100%;background:#2879ef}.checkline{display:flex;align-items:center;gap:10px}code{font-size:12px;overflow-wrap:anywhere;white-space:normal;background:#f1f5fb;padding:4px 6px;border-radius:4px}@media(min-width:1500px){.content{padding:36px 42px}.sidebar{width:265px}.workspace{margin-left:265px;width:calc(100% - 265px)}}@media(max-width:1180px){.stats{grid-template-columns:repeat(4,1fr)}.heading{align-items:flex-start;flex-direction:column}.sidebar{width:220px}.workspace{margin-left:220px;width:calc(100% - 220px)}.filters{grid-template-columns:1fr 1fr}}@media(max-width:760px){.sidebar{transform:translateX(-100%);width:246px;transition:transform .2s}.sidebar.open{transform:translateX(0);box-shadow:20px 0 100px #10234355}.sidebar.open~.sidebar-scrim{display:block;position:fixed;inset:0;z-index:15;background:#07193455;backdrop-filter:blur(1px)}.workspace{margin-left:0;width:100%}.topbar{padding:0 16px;height:66px}.mobile-menu{display:inline-flex}.content{padding:22px 15px}.breadcrumb{display:none}.stats{grid-template-columns:repeat(2,1fr)}.stat:last-child{grid-column:1/-1}.split,.form-grid,.health{grid-template-columns:1fr}.full{grid-column:auto}.filters{grid-template-columns:1fr}.account .master-label{display:none}.table-footer{flex-wrap:wrap}h1{font-size:23px}.lp-form{gap:14px}.lp-head-x{flex-wrap:wrap}}
.lp-form{display:grid;gap:18px;max-width:1080px}
.lp-form .notice.lp-ok{display:flex;align-items:flex-start;gap:12px;background:#e9f9f0;color:#127a52;margin:0}
.lp-form .notice.lp-ok .icon{flex-shrink:0;margin-top:1px;color:#12a566}
.lp-form .notice.lp-ok small{display:block;margin-top:3px;color:#3f8f6d}
.lp-head{display:flex;align-items:flex-start;gap:13px;margin-bottom:18px}
.lp-ico{width:36px;height:36px;border-radius:10px;background:#f1ecfe;color:#875cf0;display:grid;place-items:center;flex-shrink:0}
.lp-ico .icon{width:19px;height:19px}
.lp-head-t{flex:1;min-width:0}.lp-head-t h2{margin:0 0 2px}
.lp-head-x{display:flex;align-items:center;gap:8px;flex-shrink:0}
.lp-head-x .mini{gap:5px}.lp-head-x .icon{width:13px;height:13px}
.req{color:#e0526a}.opt{color:var(--muted);font-weight:500;font-size:11px}
.lp-form textarea{width:100%;padding:11px 12px;border:1px solid #d9e2f0;border-radius:7px;background:#fff;color:#22334f;outline:none;font:inherit;resize:vertical}
.lp-form textarea:focus{border-color:#347eff;box-shadow:0 0 0 3px #347eff15}
.lp-code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.6;background:#f7f9fc;white-space:pre;overflow-wrap:normal}
.lp-auto{border:1px solid var(--line);background:#f8fafd;border-radius:10px;padding:12px 14px;margin-bottom:10px}
.lp-auto strong{font-size:12px;margin-right:9px}.lp-auto .badge{vertical-align:middle}
.lp-auto small{display:block;margin-top:6px}
.lp-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(108px,1fr));gap:10px;margin-bottom:14px}
.lp-images:empty{display:none}
.lp-img{position:relative;border:1px solid var(--line);border-radius:9px;overflow:hidden;aspect-ratio:1;background:#f4f7fc}
.lp-img img{width:100%;height:100%;object-fit:cover;display:block}
.lp-img button{position:absolute;top:4px;right:4px;width:22px;height:22px;padding:0;border-radius:6px;background:#0b1628cc;color:#fff;border:0;font-size:11px;line-height:1}
.lp-img button:hover{background:#c23}
.lp-img-new::after{content:"Baru";position:absolute;left:4px;bottom:4px;background:#1261f5;color:#fff;font-size:9px;padding:2px 5px;border-radius:4px}
.lp-drop{display:inline-flex;align-items:center;gap:7px;padding:10px 16px;border:1px dashed #b9c8e0;border-radius:8px;background:#f7faff;color:#2b6cf0;font-weight:600;font-size:12px;cursor:pointer}
.lp-drop:hover{background:#eef4ff}.lp-drop .icon{width:15px;height:15px}
.lp-note{display:block;margin-top:8px}
.lp-actions{display:flex;justify-content:flex-end;gap:10px;padding-bottom:20px}
.lp-tips{margin:0;padding-left:18px;line-height:1.95;font-size:12px;color:var(--muted)}
.lp-tips b{color:#22334f;font-weight:600}
.lp-mini{width:34px;height:34px;border-radius:6px;object-fit:cover;margin-top:6px;border:1px solid var(--line)}
