.password-field{position:relative;display:flex;align-items:center}.password-field .input{padding-right:52px}.password-toggle{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#64748b;cursor:pointer;font-size:18px;line-height:1;padding:0;z-index:2}.password-toggle:hover{color:#1d4ed8}.image-delete-wrap{position:relative;display:inline-block}.image-delete-wrap.is-hidden{display:none}.image-delete-wrap img{display:block;border-radius:12px;border:1px solid #cbd5e1;background:#f8fafc}.image-delete-btn{position:absolute;top:8px;right:8px;width:24px;height:24px;border:none;background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;line-height:1;padding:0;cursor:pointer;text-shadow:0 1px 3px rgba(15,23,42,.9)}.image-delete-btn:hover{color:#fee2e2}.product-thumb{width:96px;height:60px;object-fit:cover;border-radius:12px;display:block}.product-row td{height:96px}.cell-center{min-height:60px;display:flex;align-items:center}.product-table td{vertical-align:middle}.product-table tr td:nth-child(1),.product-table tr td:nth-child(2),.product-table tr td:nth-child(4),.product-table tr td:nth-child(5),.product-table tr td:nth-child(6),.product-table tr td:nth-child(7){white-space:nowrap}.product-name{display:flex;flex-direction:column;justify-content:center;min-height:60px}.product-actions{align-items:center;justify-content:flex-start;flex-wrap:nowrap}.product-actions .inline-form{display:inline-flex}.product-actions .btn{min-width:82px}.product-actions.cell-center{min-height:60px}body{font-family:Arial,"Microsoft YaHei",sans-serif;margin:0;background:linear-gradient(180deg,#eff6ff 0,#f8fafc 280px,#f8fafc 100%);color:#0f172a}a{text-decoration:none;color:inherit}*{box-sizing:border-box}.container{max-width:1240px;margin:0 auto;padding:24px}.nav{position:sticky;top:0;z-index:20;background:rgba(15,23,42,.92);backdrop-filter:blur(12px);color:#fff;padding:16px 24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 8px 24px rgba(15,23,42,.18)}.nav .brand{font-weight:700;font-size:18px}.nav-links{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.nav a{color:#fff;opacity:.92}.hero{padding:28px;border-radius:24px;background:linear-gradient(135deg,#1d4ed8,#2563eb 55%,#38bdf8);color:#fff;box-shadow:0 20px 50px rgba(37,99,235,.28);margin-bottom:24px}.hero h1,.hero h2,.hero h3,.hero p{margin:0 0 10px}.card{background:#fff;border:1px solid #dbeafe;border-radius:20px;box-shadow:0 10px 30px rgba(15,23,42,.06);padding:22px;margin-bottom:20px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#2563eb;color:#fff;border:none;border-radius:12px;padding:11px 16px;cursor:pointer;font-weight:600;transition:.2s}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(37,99,235,.24)}.btn-secondary{background:#475569}.btn-success{background:#16a34a}.btn-danger{background:#dc2626}.btn-link{background:none;color:#2563eb;padding:0}.input,.textarea,.file,.select{width:100%;padding:12px 14px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;outline:none}.input:focus,.textarea:focus,.select:focus{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.12)}.textarea{min-height:120px;resize:vertical}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse;background:#fff}.table th,.table td{padding:14px 12px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:top}.table th{font-size:13px;color:#475569;background:#f8fafc}.muted{color:#64748b}.alert{padding:12px 14px;border-radius:12px;margin-bottom:16px}.alert-success{background:#dcfce7;color:#166534}.alert-error{background:#fee2e2;color:#991b1b}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.badge{display:inline-block;padding:5px 10px;border-radius:999px;background:#e2e8f0;font-size:12px;font-weight:700}.badge-success{background:#dcfce7;color:#166534}.badge-warn{background:#fef3c7;color:#92400e}.badge-danger{background:#fee2e2;color:#991b1b}.badge-info{background:#dbeafe;color:#1d4ed8}.product-image{width:100%;height:190px;object-fit:cover;border-radius:16px;background:#dbeafe}.login-wrap{max-width:440px;margin:72px auto}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.stat{background:#fff;padding:20px;border-radius:20px;border:1px solid #dbeafe;box-shadow:0 10px 30px rgba(15,23,42,.06)}.stat .value{font-size:28px;font-weight:700;margin-top:8px}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:16px}.filters{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:12px;align-items:end}.stack{display:flex;flex-direction:column;gap:12px}.actions{display:flex;gap:8px;flex-wrap:wrap}.empty{padding:32px;text-align:center;color:#64748b}.section-title{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px}.price{font-size:28px;font-weight:700;color:#1d4ed8}.checkout-panel{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.list-reset{list-style:none;padding:0;margin:0}.inline-form{display:inline}.pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:700}.panel{background:#f8fafc;border:1px solid #dbeafe;border-radius:16px;padding:16px}.table td code{white-space:nowrap}@media(max-width:960px){.stats,.filters,.checkout-panel,.form-row{grid-template-columns:1fr}}@media(max-width:640px){.container{padding:16px}.nav{padding:14px 16px}.hero{padding:20px}}