:root{--bg:#f4f7fb;--panel:#ffffff;--border:#e5e7eb;--text:#111827;--muted:#6b7280;--primary:#2563eb;--accent:#f97316;--sidebar-1:#0f172a;--sidebar-2:#1e293b}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#f8fbff,#f2f5fb);font-family:Inter,Segoe UI,Tahoma,sans-serif;color:var(--text)}.app-shell{display:grid;grid-template-columns:290px 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,var(--sidebar-1),var(--sidebar-2));padding:24px;color:#fff;display:flex;flex-direction:column;justify-content:space-between}.brand-box{display:flex;gap:14px;align-items:center;padding:16px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08)}.brand-mark{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--primary));font-weight:800;font-size:1.45rem}.brand-title{font-size:1.15rem;font-weight:800}.brand-sub{font-size:.82rem;color:rgba(255,255,255,.7)}.menu-list{display:flex;flex-direction:column;gap:8px}.menu-link{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:16px;color:rgba(255,255,255,.82);text-decoration:none;transition:.18s}.menu-link:hover,.menu-link.active{background:rgba(255,255,255,.12);color:#fff}.main-panel{padding:28px}.topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;background:rgba(255,255,255,.82);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.7);padding:20px 22px;border-radius:24px;box-shadow:0 14px 40px rgba(15,23,42,.06)}.page-title{font-size:1.7rem;font-weight:800;margin:0}.page-subtitle{color:var(--muted);font-size:.92rem;margin-top:4px}.topbar-actions{display:flex;gap:10px}.panel-card{background:var(--panel);border:1px solid rgba(15,23,42,.06);border-radius:26px;box-shadow:0 16px 44px rgba(15,23,42,.05)}.panel-card .card-body{padding:24px}.stat-card{height:100%;padding:24px;border-radius:24px;background:var(--panel);border:1px solid rgba(15,23,42,.06);box-shadow:0 16px 44px rgba(15,23,42,.05)}.stat-label{color:var(--muted);font-size:.92rem}.stat-value{font-size:2rem;font-weight:800;margin-top:10px}.workflow-step{display:flex;gap:14px;padding:14px 0;border-bottom:1px dashed var(--border)}.workflow-step:last-child{border-bottom:none}.step-badge{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:#eff6ff;color:var(--primary);font-weight:800}.section-title{font-size:1.06rem;font-weight:800;margin-bottom:14px}.quick-link{display:block;text-decoration:none;color:inherit;padding:16px;border-radius:18px;border:1px solid var(--border);background:#fff;height:100%}.quick-link:hover{border-color:#c7d2fe;transform:translateY(-1px)}.placeholder-box{border:2px dashed #dbe3ef;border-radius:22px;padding:32px;background:linear-gradient(180deg,#fff,#f8fbff)}.placeholder-icon{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;background:#eff6ff;color:var(--primary);font-size:1.4rem;margin-bottom:16px}.table-clean th{font-size:.88rem;color:var(--muted);font-weight:700;background:#f8fafc}.table-clean td,.table-clean th{padding:14px 16px}.chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:.83rem;font-weight:700}.chip.orange{background:#fff7ed;color:#c2410c}.chip.green{background:#ecfdf5;color:#047857}@media (max-width: 992px){.app-shell{grid-template-columns:1fr}.sidebar{position:static}.topbar{flex-direction:column;align-items:flex-start}.main-panel{padding:18px}}

.form-modern{border-radius:16px;border:1px solid #dbe5f1;padding:.8rem 1rem}
.form-modern:focus{border-color:#93c5fd;box-shadow:0 0 0 .25rem rgba(59,130,246,.12)}
.code-pill{display:inline-block;padding:.35rem .75rem;border-radius:999px;background:#eff6ff;color:#2563eb;font-weight:800;font-size:.84rem}
.customer-data-table thead th{white-space:nowrap}
.dynamic-wrapper{display:flex;flex-direction:column;gap:14px}
.dynamic-item{padding:18px;border:1px solid #e5e7eb;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fbff)}
.dynamic-item-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}
.detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}
.detail-title{font-size:1.8rem;font-weight:800}
.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.info-grid div{padding:14px 16px;border-radius:18px;background:#f8fbff;border:1px solid #e5e7eb}
.info-grid span{display:block;color:#6b7280;font-size:.87rem;margin-bottom:4px}
.soft-box{padding:16px;border-radius:18px;background:#f8fbff;border:1px solid #e5e7eb;min-height:64px}
.list-stack{display:flex;flex-direction:column;gap:10px}
.stack-item{padding:14px 16px;border-radius:18px;background:#fff;border:1px solid #e5e7eb}
@media (max-width: 992px){.info-grid{grid-template-columns:1fr}.detail-header{flex-direction:column}}
