:root{--ink:#111;--muted:#6b6b6b;--subtle:#929292;--line:#e5e5e5;--line-dark:#c9c9c9;--paper:#fff;--wash:#f7f7f7;--radius:10px;--shadow:0 12px 36px rgba(0,0,0,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;font-size:14px}button,input,select{font:inherit;color:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:236px;border-right:1px solid var(--line);background:#fff;padding:25px 16px 18px;display:flex;flex-direction:column;z-index:20}.brand{height:38px;display:flex;align-items:center;gap:10px;padding:0 8px;font:700 18px Manrope,sans-serif;letter-spacing:-.02em}.brand-mark{width:28px;height:28px;background:#111;color:#fff;display:grid;place-items:center;border-radius:7px;font-size:14px}.main-nav{margin-top:36px}.nav-label{margin:0 10px 10px;color:#999;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.12em}.nav-label.second{margin-top:29px}.nav-item{height:42px;padding:0 10px;border-radius:7px;display:flex;align-items:center;gap:12px;color:#626262;text-decoration:none;font-weight:500;margin:2px 0}.nav-item:hover{background:#fafafa;color:#111}.nav-item.active{background:#f2f2f2;color:#111;font-weight:600}.nav-item small{margin-left:auto;background:#e5e5e5;color:#3c3c3c;padding:2px 7px;border-radius:10px;font-size:10px}.sidebar-profile{border-top:1px solid var(--line);padding:17px 7px 0;margin-top:auto;display:flex;align-items:center;gap:10px}.avatar{height:34px;width:34px;border:1px solid #d7d7d7;background:#f4f4f4;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:600}.sidebar-profile>div:nth-child(2){display:flex;flex-direction:column;min-width:0}.sidebar-profile strong{font-size:12px}.sidebar-profile span{font-size:11px;color:#888;margin-top:2px}.sidebar-profile button{margin-left:auto}.main-content{margin-left:236px;min-width:0}.topbar{height:72px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);z-index:10}.topbar-left,.topbar-actions,.table-actions{display:flex;align-items:center;gap:9px}.menu-button{display:none!important}.search,.small-search{height:38px;width:300px;border:1px solid var(--line);border-radius:7px;display:flex;align-items:center;gap:9px;padding:0 10px;background:#fff}.search:focus-within,.small-search:focus-within{border-color:#aaa;box-shadow:0 0 0 3px #f2f2f2}.search input,.small-search input{border:0;outline:0;width:100%;background:transparent}.search input::placeholder,.small-search input::placeholder{color:#a0a0a0}.search kbd{border:1px solid #ddd;border-bottom-color:#c7c7c7;background:#fafafa;padding:2px 5px;border-radius:4px;color:#888;font-size:10px;white-space:nowrap}.icon-button{border:0;background:transparent;border-radius:6px;min-width:34px;height:34px;display:grid;place-items:center;color:#555}.icon-button:hover{background:#f4f4f4}.icon-button:disabled{opacity:.35;cursor:not-allowed}.notification-button{position:relative}.notification-button i{position:absolute;right:7px;top:6px;width:5px;height:5px;border-radius:50%;background:#111;border:1px solid #fff}.button{height:38px;padding:0 13px;border:1px solid var(--line-dark);border-radius:7px;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:12px}.button:hover{background:#f6f6f6}.button-dark{background:#111;border-color:#111;color:#fff}.button-dark:hover{background:#292929}.content-wrap{padding:38px 32px 22px;max-width:1500px;margin:0 auto}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:27px}.eyebrow{font-size:11px!important;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:#8a8a8a!important;margin-bottom:6px!important}.page-heading h1{font:700 26px Manrope,sans-serif;letter-spacing:-.03em;margin:0}.page-heading p{color:var(--muted);margin:7px 0 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat-card,.panel{border:1px solid var(--line);border-radius:var(--radius);background:#fff}.stat-card{padding:18px}.stat-top{display:flex;justify-content:space-between;color:#696969;font-size:12px}.mini-icon{width:28px;height:28px;border:1px solid var(--line);border-radius:7px;display:grid;place-items:center;color:#666}.stat-card>strong{display:block;font:700 25px Manrope,sans-serif;letter-spacing:-.04em;margin:17px 0 6px}.stat-card p{font-size:11px;color:#888;margin:0}.stat-card p b{color:#333;margin-right:3px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(280px,.75fr);gap:12px;margin-top:12px}.panel{padding:20px}.panel-head{display:flex;align-items:flex-start;justify-content:space-between}.panel h2{font:700 14px Manrope,sans-serif;margin:0}.panel-head p{color:#888;font-size:11px;margin:5px 0 0}.legend{font-size:10px;color:#777;display:flex;align-items:center;gap:6px}.legend i{width:6px;height:6px;background:#111;border-radius:50%}.chart-summary{display:flex;align-items:center;gap:9px;margin:26px 0 15px}.chart-summary strong{font:700 21px Manrope,sans-serif}.chart-summary span{font-size:10px;border:1px solid #d7d7d7;border-radius:10px;padding:3px 7px}.chart{height:178px;display:flex}.chart-labels{display:flex;flex-direction:column;justify-content:space-between;color:#aaa;font-size:9px;padding:0 8px 0 0}.plot{position:relative;flex:1}.grid-line{position:absolute;left:0;right:0;border-top:1px dashed #ececec}.line-a{top:0}.line-b{top:33%}.line-c{top:66%}.plot svg{width:100%;height:100%;overflow:visible}.trend{fill:none;stroke:#171717;stroke-width:2}.area{fill:url(#none);fill:rgba(0,0,0,.025)}.chart-dates{display:flex;justify-content:space-between;margin:8px 0 0 43px;color:#aaa;font-size:9px}.text-button{border:0;background:transparent;font-size:11px;text-decoration:underline;text-underline-offset:3px;color:#555}.activity-list{margin-top:19px}.activity{display:flex;gap:12px;padding:14px 0;border-top:1px solid #eee}.activity-icon{width:30px;height:30px;border:1px solid #ddd;border-radius:50%;display:grid;place-items:center;flex:0 0 auto}.activity strong{display:block;font-size:11px}.activity p,.activity time{font-size:10px;color:#777;margin:4px 0}.activity time{color:#aaa}.orders-panel{margin-top:12px;padding:0}.orders-head{padding:19px 20px}.small-search{width:190px;height:34px}.table-wrap{overflow-x:auto;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}table{width:100%;border-collapse:collapse;white-space:nowrap}th{height:39px;background:#fafafa;color:#818181;text-align:left;font-size:10px;font-weight:600;padding:0 16px;text-transform:uppercase;letter-spacing:.04em}td{height:61px;border-top:1px solid #eee;padding:0 16px;font-size:11px;color:#5f5f5f}td>strong{color:#222}.customer{display:flex;align-items:center;gap:9px}.customer>span{width:29px;height:29px;border:1px solid #ddd;background:#f8f8f8;border-radius:50%;display:grid;place-items:center;font-size:10px;color:#333}.customer div{display:flex;flex-direction:column}.customer strong{color:#333;font-size:11px}.customer small{color:#999;margin-top:3px}.status{display:inline-flex;align-items:center;gap:6px;border:1px solid #ddd;background:#fafafa;border-radius:12px;padding:4px 8px;color:#555;font-size:10px}.status i{width:5px;height:5px;border-radius:50%;background:#444}.status-dibatalkan{color:#888}.status-dibatalkan i{background:#aaa}.status-menunggu{border-style:dashed}.empty-state{text-align:center;padding:35px;color:#888}.table-footer{height:57px;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.table-footer p{font-size:10px;color:#888}.table-footer>div{display:flex;align-items:center;gap:3px}.page-number{min-width:28px;height:28px;border:0;background:transparent;border-radius:5px;font-size:10px}.page-number:hover,.page-number.active{background:#f0f0f0}.table-footer .icon-button{min-width:28px;height:28px;border:1px solid #e5e5e5}footer{display:flex;justify-content:space-between;color:#aaa;font-size:10px;padding:24px 2px 0}footer span:last-child{display:flex;align-items:center;gap:6px}footer i{width:5px;height:5px;background:#111;border-radius:50%}[data-icon]{display:inline-flex;width:17px;height:17px}svg.icon{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.overlay{display:none}dialog{border:1px solid #cfcfcf;border-radius:12px;padding:0;box-shadow:var(--shadow);width:min(440px,calc(100% - 32px))}dialog::backdrop{background:rgba(0,0,0,.22)}dialog form{padding:22px}.dialog-head{display:flex;justify-content:space-between;margin-bottom:20px}.dialog-head h2{font:700 18px Manrope,sans-serif;margin:0}.dialog-head p{color:#777;margin:5px 0 0;font-size:12px}dialog label{display:block;font-size:11px;font-weight:600;margin-top:14px}dialog input,dialog select{display:block;width:100%;height:40px;border:1px solid #d8d8d8;border-radius:7px;margin-top:7px;padding:0 11px;background:#fff;outline:none}dialog input:focus,dialog select:focus{border-color:#777;box-shadow:0 0 0 3px #eee}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:24px}.toast{position:fixed;right:24px;bottom:24px;background:#111;color:#fff;border-radius:7px;padding:11px 15px;font-size:11px;box-shadow:var(--shadow);opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s;z-index:50}.toast.show{opacity:1;transform:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1050px){.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.activity-list{display:grid;grid-template-columns:1fr 1fr;column-gap:22px}.search{width:240px}}
@media(max-width:760px){.sidebar{transform:translateX(-100%);transition:transform .22s}.sidebar.open{transform:none;box-shadow:15px 0 40px rgba(0,0,0,.1)}.main-content{margin-left:0}.menu-button{display:grid!important}.overlay.show{display:block;position:fixed;inset:0;background:rgba(0,0,0,.15);z-index:15}.topbar{padding:0 16px}.topbar .button:not(.button-dark){display:none}.topbar .button-dark{font-size:0;width:38px;padding:0}.topbar .button-dark [data-icon]{margin:0}.search{width:min(47vw,240px)}.search kbd{display:none}.content-wrap{padding:28px 16px 18px}.page-heading{align-items:flex-start}.period-control{display:none}.stats-grid{grid-template-columns:1fr 1fr}.orders-head{gap:15px}.table-actions{width:100%}.small-search{width:100%}.orders-head{align-items:stretch;flex-direction:column}.activity-list{display:block}}
@media(max-width:480px){.stats-grid{grid-template-columns:1fr}.topbar-actions{gap:2px}.search{width:45vw}.page-heading h1{font-size:23px}.chart-summary{margin-top:22px}.chart-labels{display:none}.chart-dates{margin-left:0}.panel{padding:16px}.table-footer p{display:none}.table-footer{justify-content:flex-end}footer{flex-direction:column;gap:9px}.toast{left:16px;right:16px;text-align:center}}
