:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#eef4fb;--panel:#fff;--text:#0f172a;--muted:#64748b;--border:#d9e3f0;--primary:#2563eb;--primary-dark:#1d4ed8;--danger:#dc2626;--success:#16a34a;--sidebar:#0f172a;--sidebar-accent:#1e3a8a;--surface:#f8fbff;--shadow:0 18px 40px #0f172a14}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);margin:0;padding:0;font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell{min-height:100vh;display:flex}.sidebar{color:#fff;background:linear-gradient(#0f172a 0%,#111b31 100%);flex-direction:column;gap:18px;width:228px;padding:22px 14px;display:flex;position:fixed;inset:0 auto 0 0;box-shadow:8px 0 28px #0f172a29}.brand-block{flex-direction:column;gap:6px;padding:6px 10px 0;display:flex}.brand{letter-spacing:.01em;font-size:18px;font-weight:700}.brand-subtitle{color:#ffffff8f;font-size:12px}.nav{flex-direction:column;gap:6px;display:flex}.nav a{color:#fffc;border-radius:14px;padding:12px 14px;font-size:15px;font-weight:600;transition:background-color .18s,transform .18s,color .18s}.nav a:hover,.nav a.active{color:#fff;background:#2563eb42;transform:translate(2px)}.sidebar .btn{background:#fffffff5;border:1px solid #ffffffd9;justify-content:center;width:100%;margin-top:auto}.main{background:radial-gradient(circle at 100% 0,#2563eb14,#0000 28%),linear-gradient(#edf4fb 0%,#f7fbff 100%);flex-direction:column;flex:1;min-height:100vh;margin-left:228px;display:flex}.topbar{border-bottom:1px solid var(--border);z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;justify-content:flex-end;align-items:center;padding:12px 28px;display:flex;position:sticky;top:0}.topbar-title{flex-direction:column;gap:4px;display:flex}.topbar-title strong{font-size:20px}.topbar-meta{align-items:center;gap:12px;display:flex}.role-pill{color:#1d4ed8;background:#2563eb1a;border:1px solid #2563eb2e;border-radius:999px;align-items:center;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.page{padding:20px 28px 28px}.page-content{flex-direction:column;gap:20px;max-width:1500px;margin:0 auto;display:flex}.page-header{justify-content:flex-end;align-items:center;gap:16px;display:flex}.page-header h1{letter-spacing:-.02em;margin:0;font-size:32px;line-height:1.05}.card{background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:22px;padding:20px}.stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.stat-value{margin:8px 0 0;font-size:28px;font-weight:700}.muted{color:var(--muted)}.controls{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.users-toolbar{justify-content:flex-end;width:100%}.input,.select,.textarea{border:1px solid var(--border);background:#fff;border-radius:14px;width:100%;padding:12px 14px;transition:border-color .16s,box-shadow .16s,background-color .16s}.input:focus,.select:focus,.textarea:focus{border-color:#2563eb6b;outline:none;box-shadow:0 0 0 4px #2563eb1f}.textarea{resize:vertical;min-height:120px}.btn{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:14px;align-items:center;gap:8px;min-height:44px;padding:11px 16px;font-weight:600;transition:transform .16s,box-shadow .16s,border-color .16s,background-color .16s;display:inline-flex}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 18px #0f172a14}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-danger{color:#c2410c;background:#fff5f5;border-color:#fdba74}.table-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.search-input{width:min(360px,100%)}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:16px 14px;font-size:14px}th{color:var(--muted);background:#f7faff;font-size:13px;font-weight:700}.badge{background:#e2e8f0;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700;display:inline-block}.badge-success{color:#166534;background:#dcfce7}.badge-warning{color:#92400e;background:#fef3c7}.badge-danger{color:#991b1b;background:#fee2e2}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.stack{flex-direction:column;gap:12px;display:flex}.stack.compact{gap:8px}.field-label{color:#52637d;font-size:13px;font-weight:700}.checkbox-grid{flex-wrap:wrap;gap:8px;display:flex}.check-chip{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;display:inline-flex}.tabs{flex-wrap:wrap;gap:10px;display:flex}.tab-btn{background:#ffffffc7;border:1px solid #2563eb1f;border-radius:16px;min-height:48px;padding:12px 18px}.tab-btn.active{background:var(--primary);color:#fff;border-color:#0000}.hero-card{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.hero-copy{flex-direction:column;gap:8px;display:flex}.hero-copy p{margin:0}.section-title{margin:0;font-size:24px;line-height:1.1}.table-cell-actions{min-width:260px}.action-stack{flex-direction:column;gap:10px;display:flex}.action-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.action-row .btn,.action-row .select,.action-stack .select{min-width:0}.action-row.single-line{flex-wrap:nowrap}.action-row.single-line .btn,.action-row.single-line .action-link{white-space:nowrap}.action-link{color:#1d4ed8;align-items:center;font-weight:600;display:inline-flex}.truncate-text{text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom;max-width:100%;display:inline-block;overflow:hidden}.user-email-cell{max-width:220px}.payment-method-cell{max-width:150px}.payment-info-cell{max-width:220px}.index-col{white-space:nowrap;width:56px}.product-create-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.product-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.section-card{flex-direction:column;gap:18px;display:flex}.readonly-note{background:#ffffff94;border:1px dashed #bfd1ee}.detail-grid{grid-template-columns:120px 1fr;gap:10px 14px;display:grid}.modal-backdrop{z-index:50;background:#0f172a6b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-card{background:var(--panel);border:1px solid var(--border);border-radius:24px;width:min(860px,100%);max-height:calc(100vh - 48px);padding:22px;overflow:auto;box-shadow:0 24px 50px #0f172a38}.modal-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.login-shell{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{background:var(--panel);border:1px solid var(--border);border-radius:18px;width:100%;max-width:420px;padding:28px;box-shadow:0 20px 60px #0f172a1f}@media (max-width:900px){.sidebar{width:100%;position:static}.main{margin-left:0}.shell{flex-direction:column}.stats,.grid-2,.product-create-grid{grid-template-columns:1fr}.topbar,.page{padding-left:18px;padding-right:18px}.hero-card,.page-header{flex-direction:column;align-items:stretch}}
