@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&family=Noto+Serif+SC:wght@500;600;700&display=swap";:root{--brand: #15315B;--brand-dark: #102749;--brand-light: #E7EEF8;--gold: #C2A36A;--gold-bg: #EFEBE0;--gold-text: #8a7445;--ink: #1B2435;--ink-secondary:#2f3a4c;--muted: #8A8676;--muted-light: #A9A28C;--placeholder: #b9b3a6;--line: #EAE7DF;--line-light: #F1EEE7;--bg: #F6F5F2;--bg-card: #ffffff;--bg-header: #FBFAF7;--white: #ffffff;--danger: #c0392b;--radius: 16px;--radius-sm: 11px;--radius-pill: 999px;--shadow: 0 1px 2px rgba(16,24,40,.04);--shadow-lg: 0 1px 2px rgba(16,24,40,.04), 0 8px 24px -16px rgba(16,24,40,.1);--sidebar-w: 216px;--sans: "Noto Sans SC", system-ui, -apple-system, "Segoe UI", "PingFang SC", "Microsoft YaHei", Roboto, Helvetica, Arial, sans-serif;--serif: "Noto Serif SC", Georgia, "Times New Roman", serif;font-family:var(--sans)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--ink);font-size:15px;line-height:1.5}a{color:var(--brand);text-decoration:none}h1{font-family:var(--serif);font-size:30px;font-weight:600;color:#15233a;margin:0;letter-spacing:.01em}h2{font-size:18px;font-weight:700;color:#15233a;margin:0;letter-spacing:.01em}.shell{display:flex;height:100vh;width:100%;overflow:hidden}.sidenav{width:var(--sidebar-w);flex-shrink:0;background:linear-gradient(180deg,#15315b,#102749);display:flex;flex-direction:column;padding:0;color:#fff}.sidenav-brand{display:flex;align-items:center;gap:13px;padding:26px 24px 24px}.brand-mark{width:40px;height:40px;border-radius:11px;background:radial-gradient(120% 120% at 30% 25%,#5b9be6,#2f6fc4 45%,#1b4f9c);box-shadow:0 4px 12px #08183473,inset 0 1px 1px #fff6;flex-shrink:0;position:relative}.brand-mark:after{content:"";position:absolute;top:9px;left:11px;width:8px;height:8px;border-radius:50%;background:#ffffffd9;filter:blur(.4px)}.brand-text{line-height:1.15}.brand-name{font-family:var(--serif);font-weight:600;font-size:18px;letter-spacing:.02em;color:#fff}.brand-sub{font-size:10.5px;letter-spacing:.34em;color:#ffffff80;font-weight:500;margin-top:3px}.sidenav-divider{height:1px;background:#ffffff14;margin:0 20px 18px}.sidenav-label{font-size:10.5px;letter-spacing:.2em;color:#ffffff61;font-weight:600;margin-bottom:10px;padding:0 16px 0 18px}.sidenav-links{display:flex;flex-direction:column;gap:4px;padding:0 16px}.navlink{position:relative;display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:10px;cursor:pointer;font-size:14.5px;font-weight:500;color:#ffffffa8;background:transparent;transition:all .15s ease}.navlink:hover{background:#ffffff0f;color:#ffffffd9}.navlink.active{background:#ffffff17;color:#fff;font-weight:600}.navlink.active:before{content:"";position:absolute;left:-16px;top:10px;bottom:10px;width:3px;border-radius:0 3px 3px 0;background:var(--gold)}.nav-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;background:#ffffff47}.navlink.active .nav-dot{background:var(--gold)}.sidenav-user{margin-top:auto;padding:20px}.sidenav-user-card{display:flex;align-items:center;gap:11px;padding:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.07);border-radius:12px}.sidenav-user-avatar{width:36px;height:36px;border-radius:10px;background:var(--gold);color:#15315b;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;flex-shrink:0}.sidenav-user-info{line-height:1.3;min-width:0}.sidenav-user-name{font-size:13.5px;font-weight:600;color:#fff}.sidenav-user-email{font-size:11px;color:#ffffffc7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar{height:64px;flex-shrink:0;background:#ffffffd1;-webkit-backdrop-filter:saturate(140%) blur(8px);backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid #ECEAE3;display:flex;align-items:center;justify-content:space-between;padding:0 36px}.topbar-breadcrumb{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--muted)}.topbar-breadcrumb .crumb-separator{color:#c9c5b8}.topbar-breadcrumb .crumb-current{color:#404a5c;font-weight:600}.topbar-actions{display:flex;align-items:center;gap:12px}.topbar-icon-btn{width:34px;height:34px;border-radius:9px;border:1px solid #E7E4DC;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.topbar-divider{width:1px;height:24px;background:#e7e4dc}.topbar-avatar{width:34px;height:34px;border-radius:50%;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.main-area{flex:1;display:flex;flex-direction:column;min-width:0}.content{flex:1;overflow-y:auto}.content-inner{max-width:1160px;margin:0 auto;padding:44px 48px 80px}.inquiry-list-page{width:min(1320px,calc(100vw - var(--sidebar-w) - 64px));margin-left:50%;transform:translate(-50%)}.page-header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:30px}.page-eyebrow{font-size:11.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-light);font-weight:700;margin-bottom:10px}.page-subtitle{margin:8px 0 0;font-size:14px;color:var(--muted)}.section-header{display:flex;align-items:center;gap:11px;margin-bottom:18px}.section-bar{width:4px;height:18px;border-radius:2px;background:var(--gold);flex-shrink:0}.card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:30px 32px;margin-bottom:16px}.card-compact{padding:20px 24px}.muted{color:var(--muted)}.row{display:flex;gap:12px;flex-wrap:wrap}.spread{display:flex;align-items:center;justify-content:space-between;gap:12px}.field-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:28px 24px}.field-label{font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:#a39c8c;font-weight:700;margin-bottom:9px}.field-value{font-size:15.5px;color:var(--ink-secondary);font-weight:500;margin:0}.field-value-empty{font-size:15.5px;color:var(--placeholder);margin:0}.field{margin-bottom:14px}.field label{display:block;font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:#a39c8c;font-weight:700;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;padding:11px 14px;font-size:15px;font-family:var(--sans);border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--white);color:var(--ink)}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #15315b1a}.field textarea{min-height:80px;resize:vertical}.btn{display:inline-flex;align-items:center;gap:8px;cursor:pointer;padding:12px 20px;font-size:14px;font-weight:600;font-family:var(--sans);border:none;border-radius:var(--radius-sm);background:var(--brand);color:#fff;box-shadow:0 2px 6px #15315b38;white-space:nowrap}.btn:hover{background:var(--brand-dark)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-sm{padding:8px 15px;font-size:13.5px;box-shadow:none}.btn-ghost{background:var(--white);color:#465061;border:1px solid #DCD8CE;box-shadow:0 1px 2px #1018280a}.btn-ghost:hover{background:var(--bg)}.btn-danger{background:var(--danger);box-shadow:none}.btn-danger:hover{background:#9c2c20}.list{width:100%;background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);border-collapse:separate;border-spacing:0}.list th{text-align:left;padding:15px 26px;background:var(--bg-header);border-bottom:1px solid #EFEBE2;font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:#9a9384;font-weight:700}.list td{text-align:left;padding:20px 26px;border-bottom:1px solid var(--line-light)}.list tr:last-child td{border-bottom:none}.list tbody tr:hover td{background:#fdfcfa;cursor:pointer}.list-compact th{padding:13px 14px}.list-compact td{padding:15px 14px}.badge{display:inline-block;padding:5px 13px;border-radius:var(--radius-pill);font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.badge-lead{background:var(--gold-bg);color:var(--gold-text)}.badge-qualified{background:#e7eef8;color:#1d4e8c}.badge-sampling{background:#f0e8f8;color:#6b3fa0}.badge-negotiating{background:#fff3e0;color:#b5730a}.badge-order_placed{background:#e5f7ee;color:#1a7a4c}.badge-in_production{background:#e3f4f9;color:#0e6e8c}.badge-shipped{background:#e1f1fa;color:#1567a3}.badge-repeat_client{background:#e5f7ee;color:#16794a}.badge-pending_quote{background:var(--gold-bg);color:var(--gold-text)}.badge-quoted{background:#e7eef8;color:#1d4e8c}.badge-closed{background:#edebe6;color:#6b6557}.search-input{width:100%;max-width:380px;padding:12px 16px 12px 42px;border:1px solid #E5E2DA;border-radius:var(--radius-sm);background:var(--white);font-family:var(--sans);font-size:14px;color:var(--ink);outline:none;box-shadow:0 1px 2px #10182808}.search-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #15315b1a}.search-wrap{position:relative;max-width:380px;margin-bottom:24px}.search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#a7a091;pointer-events:none}.centered{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px}.panel{width:100%;max-width:420px}.factory-wrap{max-width:640px;margin:0 auto;padding:24px 18px}.img-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:14px}.img-grid img{width:100%;height:132px;object-fit:cover;border-radius:14px;border:1px solid var(--line);box-shadow:var(--shadow)}.placeholder{padding:8px 0}.placeholder .tag{display:inline-block;font-size:12px;font-weight:600;color:var(--brand);background:var(--brand-light);padding:2px 9px;border-radius:6px;margin-bottom:10px}.kanban{display:flex;gap:16px;align-items:flex-start}.kanban-col{flex:1;min-width:0}.kanban-col-header{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:8px 12px;border-radius:var(--radius) var(--radius) 0 0;color:var(--white);margin-bottom:0}.kanban-col-body{background:var(--bg);border:1px solid var(--line);border-top:none;border-radius:0 0 var(--radius) var(--radius);padding:10px;min-height:120px;display:flex;flex-direction:column;gap:10px}.task-card{background:var(--white);border:1px solid var(--line);border-radius:12px;padding:14px;box-shadow:var(--shadow);cursor:pointer}.task-card:hover{border-color:var(--brand)}.task-card h3{font-size:14px;margin:0 0 6px}.task-meta{font-size:12px;color:var(--muted);display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:6px}.task-actions{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.priority-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:4px;vertical-align:middle}.priority-high{background:var(--danger)}.priority-medium{background:#f59e0b}.priority-low{background:#94a3b8}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.modal{background:var(--white);border-radius:var(--radius);box-shadow:0 8px 30px #00000026;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;padding:24px}.cost-value{font-size:20px;font-weight:600;color:#1f293a;font-variant-numeric:tabular-nums}.cost-total-card{background:#f4f6fa;border:1px solid #E3E9F2;border-radius:12px;padding:14px 16px}.cost-total-label{font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:#5e76a0;font-weight:700;margin-bottom:7px}.cost-total-value{font-size:24px;font-weight:700;color:var(--brand);font-variant-numeric:tabular-nums}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.product-card{background:var(--bg-card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;cursor:pointer;transition:box-shadow .15s ease,border-color .15s ease}.product-card:hover{border-color:#d0ccc2;box-shadow:var(--shadow-lg)}.product-card-img{width:100%;height:172px;background:var(--bg);display:flex;align-items:center;justify-content:center}.product-card-img img{width:100%;height:100%;object-fit:cover}.product-card-body{padding:14px 18px 16px}.hover-row:hover{background:#f6f5f2}.empty-state{background:var(--white);border:1px dashed #DDD9CF;border-radius:var(--radius);padding:70px 32px;text-align:center}.empty-state-icon{width:54px;height:54px;border-radius:14px;background:#f4f6fa;border:1px solid #E3E9F2;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.empty-state-title{font-size:16px;font-weight:600;color:#3a4456}.empty-state-desc{font-size:13.5px;color:#9a9384;margin-top:6px}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-thumb{background:#cfd2d9;border-radius:9px;border:3px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:#b9bcc5;background-clip:content-box}@media (max-width: 768px){.sidenav{display:none}.content-inner{padding:24px 16px 60px}.topbar{padding:0 16px}.kanban{flex-direction:column}.page-header{flex-direction:column;align-items:flex-start;gap:16px}.card{padding:20px}.field-grid{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.field-grid{grid-template-columns:1fr}}.drill-row{border-radius:6px;transition:background .15s}.drill-row:hover{background:#f5f3ef;box-shadow:0 0 0 6px #f5f3ef}.inq-inline:hover{border-color:#e0dacb!important;background:#fbf9f4!important}.inq-inline:focus{border-color:#16233c!important;background:#fff!important}.inq-row:hover{background:#fbf9f4}.inq-row--overdue{background:#fdf5f2}.inq-row--overdue:hover{background:#fbedea}.edit-cell input:hover{border-color:#e6e1d6!important;background:#fbf9f4!important}.edit-cell input:focus{border-color:var(--brand, #15315B)!important;background:#fff!important}
