:root{--ink:#202124;--muted:#74747c;--line:#e8e7e4;--paper:#fffefd;--canvas:#f7f7f5;--nav:#25262b;--indigo:#5146d9;--indigo-soft:#eeedff;--orange:#e87a3e;--red:#d34b4b;--green:#25856e;--shadow:0 12px 30px rgba(30,30,36,0.06)}*{box-sizing:border-box}body{margin:0;min-width:320px;color:var(--ink);background:var(--canvas);font-family:Microsoft YaHei,PingFang SC,Noto Sans CJK SC,system-ui,sans-serif;font-size:14px}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.app-shell,.sidebar{min-height:100vh;display:flex}.sidebar{width:250px;background:var(--nav);color:#f9f9fa;padding:26px 16px 18px;flex-direction:column;position:fixed;inset:0 auto 0 0;z-index:10}.brand{display:flex;align-items:center;gap:10px;font-size:19px;font-weight:700;letter-spacing:-.4px;padding:0 9px 29px}.brand-mark{width:32px;height:32px;background:#6258e5;color:#fff;border-radius:10px;display:grid;place-items:center;box-shadow:0 6px 13px #0003}.workspace{display:flex;align-items:center;gap:9px;background:#34353c;padding:10px;border-radius:12px;margin:0 0 26px}.workspace div{min-width:0;flex:1 1}.person strong,.workspace strong{display:block;font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.person small,.workspace small{display:block;color:#9d9ea6;font-size:11px;margin-top:2px}.avatar{width:29px;height:29px;flex:0 0 auto;display:grid;place-items:center;border-radius:9px;background:#e7dbb5;color:#66551f;font-size:12px;font-weight:700}.avatar.dark{background:#6559db;color:#fff;border-radius:50%;width:32px;height:32px}nav{display:grid;grid-gap:4px;gap:4px}.nav-item{border:0;width:100%;background:transparent;color:#a8a9b0;border-radius:9px;padding:10px 11px;display:flex;align-items:center;gap:12px;text-align:left;transition:.18s}.nav-item:hover{background:#303138;color:#fff}.nav-item.active{background:#47434e;color:#fff}.nav-item span{flex:1 1}.nav-item em{font-style:normal;background:#7568ec;color:#fff;min-width:18px;height:18px;border-radius:10px;font-size:10px;display:grid;place-items:center}.nav-item.muted{color:#797a82}.sidebar-bottom{margin-top:auto;display:grid;grid-gap:4px;gap:4px}.person{border-top:1px solid #414249;margin-top:14px;padding:17px 9px 0;display:flex;gap:10px;align-items:center}.person div{min-width:0}.person strong{font-size:12px}.person small{font-size:10px}.content-shell{margin-left:250px;width:calc(100% - 250px);min-height:100vh}.topbar{height:69px;border-bottom:1px solid var(--line);background:#fbfbf9;padding:0 38px;display:flex;align-items:center;justify-content:space-between}.crumb{font-size:13px;color:#8a8a90}.crumb span{padding:0 8px;color:#c5c4c6}.crumb b{color:#434348;font-weight:600}.top-actions{display:flex;gap:12px;align-items:center}.icon-btn{position:relative;background:white;border:1px solid var(--line);width:34px;height:34px;border-radius:9px;color:#555}.icon-btn i{position:absolute;width:6px;height:6px;right:7px;top:6px;background:var(--red);border:1.5px solid white;border-radius:50%}.date-chip{display:flex;align-items:center;gap:6px;color:#6f7076;font-size:12px}.mobile-menu{display:none}.page-content{max-width:1415px;padding:38px 42px 60px;margin:0 auto}.page-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:28px;gap:18px}.eyebrow{margin:0 0 8px;color:#7774a5;letter-spacing:1.2px;font-size:10px;font-weight:700}.page-heading h1{font-size:27px;line-height:1.15;letter-spacing:-.8px;margin:0 0 9px}.subcopy{margin:0;color:var(--muted);font-size:13px}.heading-actions{display:flex;gap:10px}.primary,.secondary{height:39px;border-radius:9px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:13px;font-weight:600;border:1px solid transparent}.primary{background:var(--indigo);color:white;box-shadow:0 5px 12px #5146d927}.primary:hover{background:#4339c5}.secondary{background:white;border-color:#dedde0;color:#4d4d54}.secondary:hover{border-color:#aaa9b1}.ai-badge{background:var(--indigo-soft);color:#5146d9;font-size:12px;font-weight:600;padding:8px 10px;border-radius:20px;display:flex;gap:5px;align-items:center}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:15px;gap:15px;margin-bottom:22px}.metric{background:var(--paper);min-height:120px;border:1px solid #e8e7e4;border-radius:13px;padding:18px;box-shadow:0 1px 0 #fff;display:flex;gap:13px}.metric-icon{height:35px;width:35px;border-radius:10px;display:grid;place-items:center}.metric-icon svg{width:17px}.metric-icon.indigo{background:#ecebff;color:#5146d9}.metric-icon.orange{background:#fff0e4;color:#e47a36}.metric-icon.red{background:#ffebeb;color:#d04a4a}.metric-icon.green{background:#e6f4ed;color:#25856e}.metric p{margin:0;color:#77777d;font-size:12px}.metric strong{font-size:27px;letter-spacing:-1px;display:block;line-height:1.25;margin-top:3px}.metric small{color:#99999f;font-size:11px}.split-grid{display:grid;grid-template-columns:1.24fr .76fr;grid-gap:22px;gap:22px;margin-bottom:22px}.card{background:var(--paper);border:1px solid #e8e7e4;border-radius:13px;box-shadow:var(--shadow)}.card-head{display:flex;justify-content:space-between;align-items:flex-start;padding:21px 23px 16px}.card-head h2,.setting-panel h2{font-size:15px;margin:0 0 4px;letter-spacing:-.25px}.card-head p,.setting-panel p{font-size:11px;color:#8c8c92;margin:0}.text-btn{padding:0;border:0;background:transparent;color:#5a51c9;font-size:12px;font-weight:600;display:inline-flex;gap:2px;align-items:center}.delivery-list{padding:0 13px 13px}.delivery-row{display:flex;align-items:center;padding:11px 10px;gap:12px;border-radius:9px}.delivery-row:hover{background:#fafaf9}.day-box{width:38px;height:39px;border:1px solid #dfdfe2;background:#fafafa;border-radius:8px;text-align:center;display:flex;flex-direction:column;justify-content:center}.day-box b{font-size:14px;line-height:15px}.day-box span{font-size:9px;color:#888}.day-box.hot{background:#fff1e9;border-color:#f7d6c3;color:#bd5c25}.delivery-meta{flex:1 1;min-width:0}.delivery-meta strong{font-size:12px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delivery-meta strong small{font-family:DM Mono,monospace;font-size:10px;color:#95959c;font-weight:400;margin-left:5px}.delivery-meta span{color:#939399;display:block;margin-top:3px;overflow:hidden;text-overflow:ellipsis}.delivery-meta span,.status{font-size:10px;white-space:nowrap}.status{font-weight:600;padding:4px 8px;border-radius:10px}.status.正常{color:#25856e;background:#e7f5ed}.status.临近{color:#c46029;background:#fff0e7}.status.逾期{color:#c54242;background:#ffebeb}.chevron{color:#b6b6bb}.live{font-size:10px;color:#7e7e84;display:flex;gap:5px;align-items:center}.live i,.secure-dot{display:inline-block;width:6px;height:6px;background:#33a87a;border-radius:50%}.focus{padding:0 23px;display:flex;gap:12px;align-items:flex-start}.focus-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#eeedff;color:#564bd3}.focus strong{font-size:12px}.focus p{font-size:11px;line-height:1.55;color:#87878d;margin:5px 0 7px}.progress-area{padding:20px 23px 18px;margin-top:17px;border-top:1px solid #ededeb}.progress-area div:first-child{display:flex;justify-content:space-between;font-size:11px;color:#78787e}.progress-area strong{color:#333;font-size:13px}.progress{height:6px;background:#e8e8e6;border-radius:9px;margin:9px 0 5px;overflow:hidden}.progress i{display:block;background:#5b50db;border-radius:9px;height:100%}.progress-area small{color:#98989d;font-size:10px}.table-card{overflow:hidden}.table-card.compact{margin-top:0}.draft-scroll,.table-scroll{overflow:auto}.draft-table,.order-table{width:100%;border-spacing:0;border-collapse:collapse;white-space:nowrap}.order-table th{font-size:10px;color:#94949a;font-weight:600;text-align:left;background:#fafaf9;padding:10px 23px;border-top:1px solid #eeeeec;border-bottom:1px solid #eeeeec}.order-table td{padding:13px 23px;border-bottom:1px solid #eeeeec;color:#55555c;font-size:12px}.order-table tr:last-child td{border-bottom:0}.order-table td strong{display:block;color:#303035;font-size:12px;font-weight:600}.order-table td span{display:block;margin-top:3px;font-size:10px;color:#9c9ca2}.order-table .mono{font-family:DM Mono,monospace;font-size:11px}.date-text{font-size:11px!important}.dots{border:0;background:transparent;color:#8d8d93;padding:3px}.table-foot{padding:13px 23px;display:flex;justify-content:space-between;color:#939399;font-size:11px;border-top:1px solid #ededeb}.pagination{display:flex;gap:7px;align-items:center}.pagination b,.pagination button{border:1px solid #e4e4e4;background:white;width:23px;height:23px;border-radius:5px;display:grid;place-items:center;color:#555}.pagination b{background:#efeeff;color:#5146d9;border-color:#dfdcff}.stepper{margin:0 0 21px;max-width:540px}.step,.stepper{display:flex;align-items:center}.step{gap:8px;color:#a0a0a5;white-space:nowrap}.step,.step b{font-size:11px}.step b{height:24px;width:24px;border-radius:50%;display:grid;place-items:center;background:#e7e6e5}.step.active{color:#45404e;font-weight:600}.step.active b{background:var(--indigo);color:white}.stepper>i{height:1px;background:#dddde0;flex:1 1;margin:0 10px}.import-grid{display:grid;grid-template-columns:1fr 285px;grid-gap:20px;gap:20px;margin-bottom:22px}.source-card{border:1px solid #e1dfea;background:var(--paper);border-radius:13px;overflow:hidden;box-shadow:var(--shadow)}.source-tabs{display:flex;gap:2px;padding:10px 12px 0;border-bottom:1px solid #ededeb}.source-tabs button{border:0;background:transparent;color:#77777d;padding:10px 11px;display:flex;align-items:center;gap:6px;font-size:12px;border-bottom:2px solid transparent}.source-tabs button.selected{color:#5046d3;border-color:#5046d3;font-weight:600}.source-title{display:flex;justify-content:space-between;align-items:flex-start;padding:17px 20px 10px}.source-title h2{font-size:14px;margin:0 0 3px}.source-title p{margin:0;font-size:11px;color:#909096}.clear-btn{border:0;background:transparent;color:#999;font-size:11px}.source-card textarea{border:0;border-top:1px solid #f0efec;border-bottom:1px solid #f0efec;width:100%;min-height:205px;resize:vertical;padding:16px 20px;color:#45454a;line-height:1.8;font-family:DM Mono,Noto Sans SC,monospace;font-size:11px;outline:none}.source-card textarea:focus{background:#fffefd}.source-footer{padding:12px 19px;display:flex;justify-content:space-between;align-items:center;color:#96969b;font-size:10px}.source-footer>span{display:flex;align-items:center;gap:5px}.source-footer .primary{height:35px}.file-chip{margin:0 20px 10px;background:#f5f4ff;color:#5146d9;border-radius:7px;padding:8px 9px;display:flex;align-items:center;gap:7px;font-size:11px}.file-chip span{flex:1 1}.file-chip button{border:0;background:transparent;color:#7770c9}.tips-card{background:#27262d;color:#fff;border-radius:13px;padding:21px;box-shadow:0 12px 26px #2222}.tips-mark{height:34px;width:34px;display:grid;place-items:center;background:#6158db;border-radius:9px}.tips-card h3{font-size:15px;margin:15px 0 10px}.tips-card ul{padding:0;margin:0;list-style:none;display:grid;grid-gap:10px;gap:10px}.tips-card li{font-size:11px;color:#c2c2ca;line-height:1.45;padding-left:13px;position:relative}.tips-card li:before{content:"";width:4px;height:4px;border-radius:50%;background:#958df1;position:absolute;left:0;top:6px}.ocr-note{border-top:1px solid #45444c;margin-top:18px;padding-top:14px;color:#a8a7af;font-size:10px;line-height:1.5;display:flex;gap:7px}.review-card{background:var(--paper);border:1px solid #e3e1df;border-radius:13px;box-shadow:var(--shadow);overflow:hidden}.section-kicker{font-size:9px;color:#7774a5;font-weight:700;letter-spacing:1px}.review-card .card-head{padding-bottom:18px}.review-card .card-head h2{margin-top:3px}.review-card .card-head h2 small{font-weight:500;color:#96969c;font-size:11px;margin-left:5px}.review-actions{display:flex;gap:8px}.review-actions .primary,.review-actions .secondary{height:35px}.draft-table th{font-size:10px;color:#74747c;background:#f5f4f2;text-align:left;font-weight:600;padding:10px 12px;border-bottom:1px solid #e5e4e1}.draft-table th sup{color:#d34b4b;font-size:11px;margin-left:2px}.draft-table td{border-bottom:1px solid #eeedeb;padding:0;min-width:104px}.draft-table td:nth-child(5){min-width:220px}.draft-table td:nth-child(8),.draft-table td:nth-child(9){min-width:160px}.draft-table input{background:transparent;border:1px solid transparent;width:100%;height:39px;padding:0 11px;outline:none;color:#45454b;font-size:11px}.draft-table input:focus{background:#f7f6ff;border-color:#c3befb;border-radius:3px}.draft-table td.invalid{background:#fff6f4}.draft-table td.invalid input{border-left-color:#efb2a6}.review-foot{padding:11px 20px;display:flex;justify-content:space-between;color:#99999f;font-size:10px}.review-foot span:first-child{display:flex;align-items:center;gap:4px;color:#bb6353}.filter-bar{gap:9px;margin-bottom:16px}.filter-bar,.search{display:flex;align-items:center}.search{height:39px;min-width:300px;flex:1 1;max-width:420px;background:white;border:1px solid #dddde1;border-radius:8px;gap:8px;padding:0 11px;color:#96969c}.search input{border:0;outline:0;background:transparent;flex:1 1;font-size:12px;color:#444}.filter{height:39px;border:1px solid #dedde0;background:white;border-radius:8px;color:#66666d;padding:0 11px;font-size:12px;display:flex;gap:15px;align-items:center}.result-count{margin-left:auto;color:#909096;font-size:11px}.calendar-card{background:var(--paper);border:1px solid #e3e2e0;border-radius:13px;overflow:hidden;box-shadow:var(--shadow)}.calendar-head{height:70px;padding:0 21px;justify-content:space-between;border-bottom:1px solid #e8e7e4}.calendar-head,.calendar-nav{display:flex;align-items:center}.calendar-nav{gap:13px}.calendar-nav h2{margin:0;font-size:16px;min-width:110px;text-align:center}.calendar-nav button{border:1px solid #e2e2e2;border-radius:7px;background:white;width:29px;height:29px;display:grid;place-items:center;color:#666}.legend{display:flex;gap:15px;color:#86868c;font-size:11px}.legend span{display:flex;align-items:center;gap:5px}.dot{width:6px;height:6px;border-radius:50%;display:inline-block}.dot.normal{background:#5cbe98}.dot.near{background:#ec8a50}.dot.late{background:#d55959}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr)}.week-name{height:39px;background:#f9f9f7;color:#8d8d93;font-size:10px;font-weight:600;display:flex;align-items:center;padding-left:10px}.calendar-day,.week-name{border-right:1px solid #ecebe9;border-bottom:1px solid #ecebe9}.calendar-day{height:113px;padding:8px;position:relative}.calendar-day:nth-child(7n){border-right:0}.calendar-day>b{color:#727278;font-size:11px}.calendar-day.today>b{background:#5146d9;color:white;border-radius:50%;display:grid;place-items:center;width:21px;height:21px;margin-top:-3px;margin-left:-3px}.muted-day{background:#fbfbfa}.calendar-event{display:flex;align-items:center;justify-content:space-between;border:0;width:100%;font-size:10px;margin-top:5px;border-radius:4px;padding:4px 5px;color:#4b4b51;text-align:left}.calendar-event span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-event em{font-style:normal;font-size:9px;margin-left:4px}.calendar-event.正常{background:#e6f5ee;color:#247b65}.calendar-event.临近{background:#fff0e5;color:#bf5e2b}.calendar-event.逾期{background:#ffebeb;color:#bd4646}.calendar-summary{margin-top:16px;display:flex;gap:22px;color:#77777d;font-size:12px}.calendar-summary span{display:flex;align-items:center;gap:6px}.calendar-summary svg{color:#6459dc}.calendar-summary b{color:#37373d}.reminder-tabs{background:#eeecea;border-radius:8px;padding:3px;display:inline-flex;gap:2px;margin-bottom:18px}.reminder-tabs button{border:0;background:transparent;color:#77777d;border-radius:6px;font-size:12px;padding:7px 10px}.reminder-tabs button.selected{background:white;color:#38383e;box-shadow:0 1px 3px #0001}.reminder-tabs b{font-size:10px;background:#ecebfd;color:#554bd4;padding:1px 5px;border-radius:8px;margin-left:3px}.reminder-list{display:grid;grid-gap:10px;gap:10px}.reminder{background:var(--paper);border-radius:12px;padding:16px 18px;display:flex;gap:13px;box-shadow:0 2px 7px #222000}.reminder-icon{height:36px;width:36px;border-radius:9px;display:grid;place-items:center;flex:0 0 auto}.reminder-icon.warn{background:#fff0e7;color:#df7234}.reminder-icon.danger{background:#ffebeb;color:#cf4f4f}.reminder-body{flex:1 1}.reminder-body>div{display:flex;align-items:center;gap:7px}.reminder-body strong{font-size:12px}.reminder-body small{color:#9b9ba0;font-size:10px}.unread{width:6px;height:6px;background:#5e54d9;border-radius:50%}.reminder-body p{color:#77777e;font-size:12px;margin:6px 0}.reminder-body p b{color:#4b4b51}.empty{background:white;border:1px dashed #dcdbe0;border-radius:12px;min-height:180px;color:#98989e;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px}.empty strong{color:#57575d;font-size:13px}.settings-layout{display:grid;grid-template-columns:220px minmax(0,730px);grid-gap:20px;gap:20px}.setting-nav{background:white;border:1px solid #e6e5e2;border-radius:12px;padding:8px;height:max-content}.setting-nav button{width:100%;border:0;background:transparent;border-radius:7px;padding:10px;color:#75757b;display:flex;align-items:center;gap:9px;font-size:12px;text-align:left}.setting-nav button.selected{background:#efeeff;color:#5146d8;font-weight:600}.setting-panel{background:white;border:1px solid #e6e5e2;border-radius:13px;padding:25px;box-shadow:var(--shadow)}.setting-panel-head{display:flex;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #ecebe8;margin-bottom:20px}.connection{font-size:11px;color:#9b9ba1;display:flex;gap:5px;align-items:center;background:#f7f7f6;padding:4px 8px;border-radius:10px}.connection i{height:6px;width:6px;border-radius:50%;background:#a8a8ad}.connection.connected{color:#287d66;background:#eaf6f0}.connection.connected i{background:#32a87b}.setting-panel label{display:block;color:#54545a;font-size:12px;font-weight:600;margin:15px 0}.setting-panel input{display:block;width:100%;height:39px;border:1px solid #dedde1;border-radius:7px;padding:0 10px;margin-top:7px;color:#404047;font-size:12px;outline:none}.setting-panel input:focus{border-color:#837ae8;box-shadow:0 0 0 3px #5146d915}.setting-panel input.readonly-system-setting:disabled{background:#f1f2f4;border-color:#d9dbe0;color:#858994;cursor:not-allowed;opacity:1}.setting-panel input.readonly-system-setting:disabled::placeholder{color:#979ba5}.setting-note{margin-top:17px;border-radius:8px;background:#f5f4ff;color:#716bb3;padding:10px;font-size:11px;line-height:1.5;display:flex;gap:7px}.setting-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:20px}.rule-divider{border-top:1px solid #ecebe8;margin:26px 0 20px}.rule-head{display:flex;align-items:center;justify-content:space-between}.rule-head h2{margin-bottom:3px}.rule-head .secondary{height:32px;font-size:11px}.rule-pills{margin-top:14px;display:flex;flex-wrap:wrap;gap:7px}.rule-pills span{font-size:11px;border-radius:14px;color:#59595f;background:#f2f2f0;padding:5px 9px}.rule-pills .danger-pill{background:#fff0f0;color:#bd5b5b}.toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%);z-index:110;background:#2c2b31;color:#fff;padding:10px 11px 10px 13px;border-radius:9px;box-shadow:0 8px 25px #0003;font-size:12px;display:flex;align-items:center;gap:8px;animation:up .22s ease-out}.toast svg{color:#a9f0ca}.toast button{border:0;background:transparent;color:#b6b5bb;padding:0 0 0 4px;display:grid;place-items:center}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@keyframes up{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.draft-table .draft-delete{min-width:auto;width:50px;text-align:center}.delete-btn,.draft-delete button{border:0;background:transparent;color:#a0a0a6;border-radius:6px;padding:6px;display:inline-flex;align-items:center;gap:5px;font-size:11px}.delete-btn:hover,.draft-delete button:hover{color:#c44444;background:#fff0f0}.delete-btn{color:#9a6767}.key-saved{display:block;margin-top:7px;color:#2d866c;font-size:11px;font-weight:500}@media (max-width:1080px){.sidebar{width:205px}.content-shell{margin-left:205px;width:calc(100% - 205px)}.page-content{padding:30px 26px}.metric-grid{grid-template-columns:repeat(2,1fr)}.import-grid{grid-template-columns:1fr}.tips-card{display:none}.settings-layout{grid-template-columns:180px minmax(0,1fr)}}@media (max-width:720px){.sidebar{display:none}.content-shell{margin-left:0;width:100%}.topbar{padding:0 18px;height:58px}.mobile-menu{display:block;border:0;background:transparent}.date-chip{display:none}.page-content{padding:25px 17px 45px}.page-heading{margin-bottom:22px}.page-heading h1{font-size:23px}.metric-grid,.split-grid{grid-template-columns:1fr;gap:12px}.filter-bar{flex-wrap:wrap}.search{min-width:100%;max-width:none}.result-count{margin-left:0}.stepper{overflow:auto}.review-actions,.source-footer>span{display:none}.calendar-head{padding:0 12px}.legend{display:none}.calendar-day{height:86px;padding:5px}.calendar-event{font-size:8px}.calendar-event em{display:none}.calendar-summary{display:grid;grid-gap:8px;gap:8px}.settings-layout{grid-template-columns:1fr}.setting-nav{display:flex;overflow:auto}.setting-nav button{white-space:nowrap}.setting-panel{padding:18px}.heading-actions{gap:6px}.heading-actions button{padding:0 9px}.review-foot span:last-child{display:none}}.toast.error{background:#7e3135}.toast.error svg{color:#ffd2d3}.customer-entry{display:flex;align-items:center;gap:10px;padding:0 23px 17px;border-bottom:1px solid #eeedeb}.customer-entry label{font-weight:600;font-size:12px}.customer-entry label b{color:var(--red)}.customer-entry input{height:34px;min-width:240px;border:1px solid #dedde1;border-radius:7px;padding:0 10px;outline:0;font-size:12px}.customer-entry input:focus{border-color:#837ae8;box-shadow:0 0 0 3px #5146d915}.customer-entry small{color:#96969c;font-size:10px}.filter-select{height:39px;min-width:118px;border:1px solid #dedde0;background:#fff;border-radius:8px;color:#66666d;padding:0 9px;font-size:12px;outline:0}.filter-select:focus{border-color:#837ae8}.archive-toggle.selected{background:#efeeff;color:#5146d9;border-color:#dcd8ff}.deliver-btn{border:1px solid #9fddc6;background:#effaf4;color:#19785f;border-radius:6px;padding:5px 7px;margin-right:5px;display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:600}.deliver-btn:hover{background:#ddf3e7}.status.已交付{background:#e7e7e6;color:#77777d}.delivered-row td{background:#f1f1ef!important;color:#8b8b8e!important}.delivered-row td .date-text,.delivered-row td strong{color:#77777b!important}.delivered-row td span{color:#9a9a9d!important}.order-row-highlight td{animation:order-focus 2.7s ease-out;background:#fff4c7!important}.empty-table{padding:30px;text-align:center;color:#99999f;font-size:12px}.draft-status{padding:4px 8px;margin:8px;display:inline-block!important;background:#f1f1ef;color:#777!important;border-radius:10px;font-size:10px!important}.toast{min-height:48px;padding:8px 10px 8px 12px;gap:10px}.toast-icon{width:22px;height:22px;display:grid;place-items:center;flex:0 0 22px;border:1px solid rgba(255,255,255,.36);border-radius:50%;line-height:0}.toast-icon svg{display:block}.toast>button{width:22px;height:22px;padding:0;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:6px;margin-left:4px}.toast>button svg{color:#dedde2}.toast.error .toast-icon{border-color:#ffc7c9}.toast.error .toast-icon svg{color:#ffd2d3}@keyframes order-focus{0%,72%{background:#fff4c7}to{background:transparent}}@media (max-width:720px){.customer-entry{align-items:flex-start;flex-wrap:wrap;padding:0 15px 14px}.customer-entry input{min-width:0;width:calc(100% - 40px)}.customer-entry small{width:100%}.filter-select{flex:1 1}.archive-toggle{flex:1 1;justify-content:center}}.status{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-width:0;padding:4px 9px;line-height:1.1}.notice-button{display:grid;place-items:center;padding:0}.notice-button svg{display:block}.actual-date{height:31px;border:1px solid #dedde1;border-radius:6px;background:#fff;padding:0 6px;color:#555;font-size:11px}.order-table tr{cursor:pointer}.order-table tr.detail-row,.order-table tr:has(input){cursor:default}.detail-btn{border:1px solid #dedde1;background:#fff;border-radius:6px;padding:5px 7px;font-size:11px;color:#6359cf}.detail-row td{background:#fbfbfa;padding:0!important}.detail-panel{display:grid;grid-template-columns:1.1fr 1fr 1fr;grid-gap:16px;gap:16px;padding:16px 23px}.detail-panel h4{font-size:11px;margin:0 0 6px;color:#494950}.detail-panel p{margin:0;color:#85858b;font-size:11px;line-height:1.7;white-space:normal}.attachment-list{display:flex;flex-wrap:wrap;gap:5px}.attachment-list a,.mini-file{display:inline-flex;align-items:center;gap:4px;background:#eeedff;color:#554ad0;padding:4px 6px;border-radius:5px;font-size:10px;text-decoration:none}.mini-file button{border:0;background:transparent;color:#736bce;padding:0;display:grid}.pdf-drop{min-height:245px;margin:18px;border:1.5px dashed #bcb7ef;border-radius:12px;background:#faf9ff;color:#746eae;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:9px;text-align:center;padding:22px;transition:.2s}.pdf-drop:hover{border-color:#655be0;background:#f4f2ff}.pdf-drop strong{color:#484358;font-size:13px}.pdf-drop span{font-size:11px}.pdf-list{width:100%;margin-top:7px;display:grid;grid-gap:5px;gap:5px}.pdf-list div{display:flex;align-items:center;gap:7px;background:#fff;border:1px solid #e5e3f4;border-radius:6px;padding:6px 8px;text-align:left;font-size:11px;color:#595567}.pdf-list span{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdf-list button{border:0;background:transparent;color:#85809f}.special-rules{position:relative;background:linear-gradient(145deg,#2d2b38,#26262d);border-radius:13px;padding:19px;color:#fff;display:grid;grid-template-columns:38px 1fr auto;grid-gap:11px;gap:11px;align-content:start;min-height:220px;box-shadow:0 12px 26px #2222}.special-icon{width:36px;height:36px;border-radius:10px;background:#665ce1;display:grid;place-items:center}.special-rules h3{margin:2px 0 4px;font-size:15px}.special-rules p{margin:0;color:#bab7ca;font-size:11px;line-height:1.5}.special-rules>strong{font-size:10px;color:#c7c2ff;background:#47435d;height:max-content;padding:5px 7px;border-radius:12px}.parse-requirements{grid-column:1/-1;border-top:1px solid #474551;margin-top:7px;padding-top:10px}.parse-requirements textarea{width:100%;min-height:112px;resize:vertical;box-sizing:border-box;border:1px solid #575364;border-radius:6px;background:#373641;color:#f3f1ff;padding:8px;font:inherit;font-size:11px;line-height:1.5}.parse-requirements textarea::placeholder{color:#aaa6b7}.save-requirement-rule{grid-column:1/-1;justify-content:center;color:#f4f2ff;border-color:#6d65bf;background:#4d4787}.save-requirement-rule:hover:not(:disabled){background:#5a53a0}.design-bind{padding:11px 22px;border-bottom:1px solid #ecebe9;display:flex;align-items:center;gap:9px;flex-wrap:wrap}.design-bind>div{margin-right:auto}.design-bind span,.design-bind strong{display:block}.design-bind strong{font-size:12px}.design-bind>div span{font-size:10px;color:#939399;margin-top:2px}.customer-combo{display:flex;align-items:center;border:1px solid #dedde1;border-radius:8px;background:#fff;padding-right:8px}.customer-combo input{border:0!important;box-shadow:none!important}.auth-screen{min-height:100vh;background:linear-gradient(135deg,#f6f5f2,#eeedff);display:grid;place-items:center;color:#333}.auth-card{width:min(410px,calc(100% - 32px));background:#fff;border:1px solid #e5e4e1;border-radius:16px;padding:30px;box-shadow:0 18px 42px #2222;display:grid;grid-gap:14px;gap:14px}.auth-card .brand-mark{margin-bottom:3px}.auth-card h1{font-size:21px;margin:0}.auth-card p{font-size:12px;color:#888;margin:0 0 4px}.auth-card label{font-size:12px;font-weight:600;color:#555}.auth-card input{display:block;height:39px;border:1px solid #dedde1;border-radius:7px;padding:0 10px}.auth-card .primary,.auth-card input{width:100%;margin-top:6px}.auth-error{font-size:11px;color:#c64747;background:#fff0f0;padding:8px;border-radius:6px}.rule-editor{border-top:1px solid #ecebe8;margin-top:24px;padding-top:18px}.rule-editor-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.rule-editor h3{font-size:13px;margin:0}.rule-editor .secondary{height:30px;font-size:11px}.rule-form{display:grid;grid-template-columns:1fr 100px 1fr auto;grid-gap:7px;gap:7px;margin-top:7px}.rule-form input,.rule-form select,.setting-panel select,.setting-panel textarea{height:35px;border:1px solid #dedde1;border-radius:6px;padding:0 8px;background:#fff;outline:0;font-size:11px}.setting-panel textarea{height:82px;width:100%;padding:8px;resize:vertical}.member-create{display:grid;grid-template-columns:1fr 1fr auto;grid-gap:8px;gap:8px;margin:16px 0}.member-create input{height:37px;border:1px solid #dedde1;border-radius:6px;padding:0 9px}.member-list{display:grid;grid-gap:7px;gap:7px}.member-list>div{display:flex;align-items:center;gap:9px;padding:10px;background:#fafaf9;border-radius:7px}.member-list strong{font-size:12px}.member-list small{color:#98989d;font-size:10px}.member-list .member-active,.member-list .member-off{margin-left:auto;font-size:10px;padding:4px 6px;border-radius:10px}.member-active{color:#257b65;background:#e7f5ed}.member-off{color:#a35a5a;background:#fff0f0}@media (max-width:900px){.detail-panel,.member-create,.rule-form{grid-template-columns:1fr}.special-rules{min-height:auto}.pdf-drop{min-height:190px}}.delivery-row{border:0;background:transparent;width:100%;text-align:left;font:inherit}.calendar-event{cursor:pointer}.reminder{width:100%;border:1px solid #e5e4e1;text-align:left;font:inherit}.reminder:hover{border-color:#c9c6ee;background:#fbfaff}.row-actions{display:flex;align-items:center;gap:7px;white-space:nowrap}.cancel-delivery-btn,.delete-btn,.deliver-btn{width:58px;height:32px;margin:0;justify-content:center;padding:0;border-radius:7px}.cancel-delivery-btn{width:68px;border:1px solid #d8d5e7;background:#f7f6fb;color:#6d6780;font-size:11px;font-weight:600}.cancel-delivery-btn:hover{background:#eceaf5;border-color:#c8c3dc}.delete-btn{border:1px solid #ead9da;background:#fff;color:#a35a5a;font-size:11px}.delete-btn:hover{background:#fff0f0;border-color:#e9babb}.detail-panel{grid-template-columns:repeat(4,minmax(150px,1fr))}.detail-panel .attachment-list{margin-top:9px}.detail-panel .attachment-list>span{font-size:10px;color:#999}.toast.loading{background:#303038}.toast.loading .toast-icon{border-color:#bdb8ff}.toast.loading .toast-icon svg{color:#c3bfff}.setting-panel label select{display:block;width:100%;height:39px;margin-top:7px;padding:0 10px;border-radius:7px;font-size:12px}.filter-bar .filter-select{height:39px;min-width:142px}.filter-bar .search{max-width:460px}.draft-table{width:max-content;min-width:100%}.draft-table td,.draft-table th{min-width:96px}.draft-table th{padding:9px 10px}.draft-table td{min-width:96px}.draft-table td:nth-child(4){min-width:130px}.draft-table td:nth-child(10){min-width:150px}.draft-table td:nth-child(12),.draft-table td:nth-child(13){min-width:126px}.draft-table input{height:37px;padding:0 9px}.draft-table td.invalid{background:#fff1f0}.draft-table td.invalid input{background:#fff8f7}.draft-table td.invalid input:focus{background:#fff;border-color:#e7a4a0;box-shadow:0 0 0 2px #f5d3d0}.draft-table thead th{transition:background .15s,color .15s}.draft-table thead th:hover{background:#eeedff}.draft-table thead th.dragging{cursor:-webkit-grabbing;cursor:grabbing;background:#e4e1ff;color:#4138bb;opacity:.72}.toast.error,.toast.loading,.toast.success{background:#2c2b31}.toast.error .toast-icon,.toast.success .toast-icon{width:22px;height:22px;border:1px solid rgba(255,255,255,.28);border-radius:7px}.toast.success .toast-icon{background:rgba(90,205,159,.12);border-color:rgba(128,229,187,.48)}.toast.success .toast-icon svg{color:#a6edc5}.toast.error .toast-icon{background:rgba(237,113,120,.12);border-color:rgba(255,164,170,.5)}.toast.error .toast-icon svg{color:#ffbec3}.toast.loading .toast-icon{width:23px;height:22px;border:0;background:transparent}.loading-dots{display:flex;align-items:center;gap:3px;height:16px}.loading-dots i{width:4px;height:4px;border-radius:50%;background:#bcb7ff;animation:toast-dot .9s ease-in-out infinite}.loading-dots i:nth-child(2){animation-delay:.13s}.loading-dots i:nth-child(3){animation-delay:.26s}@keyframes toast-dot{0%,80%,to{transform:translateY(0);opacity:.42}40%{transform:translateY(-4px);opacity:1}}:where(button,input,textarea,select,[tabindex]):focus-visible{outline:2px solid #6a60df;outline-offset:2px}.status.日期待定{color:#80632a;background:#fff6d9}.mobile-nav{display:none}.auth-loading{gap:12px;color:#666;background:#fff;border:1px solid #e5e4e1;border-radius:14px;padding:18px 22px;box-shadow:var(--shadow);font-size:12px}.auth-loading,.parse-summary{display:flex;align-items:center}.parse-summary{gap:8px;flex-wrap:wrap;padding:9px 22px;border-top:1px solid #ecebe9;border-bottom:1px solid #ecebe9;background:#fafaf8;font-size:10px;color:#6f6f76}.parse-summary>span{display:inline-flex;align-items:center;gap:4px;padding:4px 7px;border-radius:10px;background:#f0efff;color:#564dd0}.parse-summary .local{background:#e8f5ee;color:#25785f}.parse-summary .parse-warning{background:#fff0e7;color:#b85f31}.parse-summary .parse-document{max-width:360px}.parse-summary .parse-document.success{background:#e8f5ee;color:#25785f}.parse-summary .parse-document.skipped{background:#f1f1f1;color:#6d6d73}.parse-summary .parse-document.failed{background:#fff0e7;color:#b85f31}.table-pan-hint{display:flex;align-items:center;gap:6px;padding:8px 22px;color:#6b65a8;background:#f7f6ff;border-bottom:1px solid #e9e7f6;font-size:10px}.draft-scroll{max-height:62vh;overscroll-behavior:contain;scrollbar-gutter:stable;cursor:default}.draft-scroll:focus-visible{outline-offset:-2px}.draft-table thead{touch-action:pan-y}.draft-table thead,.draft-table thead th{cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.draft-table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:2;height:40px;vertical-align:middle;background:#f5f4f2;line-height:1}.draft-head-label{display:inline-flex;align-items:baseline;line-height:1;white-space:nowrap}.draft-table th .draft-head-label sup{position:relative;top:-.28em;margin-left:3px;vertical-align:baseline;line-height:1;color:#d34b4b;font-size:10px}.draft-table thead th:hover{background:#eceaff;color:#5146d9}.draft-scroll.is-panning,.draft-scroll.is-panning .draft-table thead,.draft-scroll.is-panning .draft-table thead th{cursor:-webkit-grabbing;cursor:grabbing}.draft-scroll.is-panning .draft-table thead th{background:#e8e5ff}.draft-action-head,.draft-delete{min-width:74px!important}.draft-delete{text-align:center}.draft-delete button{white-space:nowrap}.empty-table{height:96px!important;text-align:center!important;color:#8a8a91!important;background:#fbfbfa!important}.design-bind label{display:inline-flex;align-items:center;gap:5px;max-width:260px;padding:5px 8px;border:1px solid #e5e3e0;border-radius:7px;background:#fafaf9;font-size:10px;color:#555;cursor:pointer;-moz-user-select:none;user-select:none;-webkit-user-select:none;touch-action:manipulation}.design-bind label>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.design-bind label small{color:#665bd4}.design-empty{font-size:10px;color:#999}.binding-selection tbody tr{-moz-user-select:none;user-select:none;-webkit-user-select:none;cursor:pointer}.binding-selection tbody input,.design-bind input{cursor:pointer}.pdf-list span small{display:block;color:#999;font-size:9px;margin-top:1px}.pdf-drop:focus-visible{border-color:#655be0;box-shadow:0 0 0 3px #5146d918}.calendar-more{border:0;background:transparent;color:#5c53cc;font-size:9px;padding:3px 2px;margin-top:2px}.setting-panel label>small{display:block;margin-top:5px;color:#96969c;font-size:10px;font-weight:400}.logout-button{width:100%;margin-top:8px;border:0;border-radius:7px;background:transparent;color:#aaaab2;padding:9px;display:flex;align-items:center;gap:9px;font-size:11px;text-align:left}.logout-button:hover{background:#3a3b43;color:#fff}.logout-button:disabled{opacity:.55;cursor:wait}.hidden-amount{display:block;width:100%;height:37px;line-height:37px;padding:0 9px;border:0;background:transparent;color:#45454b;font-size:11px;text-align:left;-webkit-user-select:none;-moz-user-select:none;user-select:none}.setting-status{margin-top:14px!important;padding-top:11px;border-top:1px solid #ecebe8;color:#797980!important}.member-row>div{min-width:0;flex:1 1}.member-row b,.member-row span{display:block}.member-row b{font-size:12px}.member-row>div span{font-size:10px;color:#98989d;margin-top:2px}.member-row>.secondary{height:30px;font-size:10px}.member-create{grid-template-columns:minmax(130px,1fr) minmax(160px,1fr) 105px auto}.member-create select{height:37px;border:1px solid #dedde1;border-radius:6px;padding:0 8px;background:#fff}@media (max-width:900px){.member-create{grid-template-columns:1fr}}.sidebar-bottom>.logout-button{grid-row:2;margin:0;border-radius:9px;padding:10px 11px;gap:12px;font-size:14px;color:#a8a9b0;transition:.18s}.sidebar-bottom>.logout-button span{flex:1 1}.sidebar-bottom>.logout-button:hover{background:#303138;color:#fff}.sidebar-bottom>.person{grid-row:3}.member-create{align-items:center}.setting-panel .member-create>button,.setting-panel .member-create>input,.setting-panel .member-create>select{height:42px!important;margin:0!important}.setting-panel .member-create>input,.setting-panel .member-create>select{font-size:12px}.setting-panel:has(.member-create){display:flex;flex-direction:column}.setting-panel:has(.member-create) .member-create{order:1;margin:20px 0 16px}.setting-panel:has(.member-create) .member-list{order:2}.setting-panel:has(.member-create) .setting-status{order:3}.member-row{flex-wrap:wrap}.member-actions{display:flex;align-items:center;gap:6px;margin-left:auto}.member-actions select{height:30px;border:1px solid #dedde1;border-radius:6px;background:#fff;padding:0 7px;font-size:10px}.delete-account,.member-actions .secondary{height:30px;border-radius:6px;padding:0 9px;font-size:10px}.delete-account{border:1px solid #f0caca;background:#fff4f4;color:#c34040}.delete-account:hover{background:#ffe8e8}.password-heading{display:flex;align-items:center;gap:10px;margin-bottom:20px}.password-heading>span{width:36px;height:36px;border-radius:9px;display:grid;place-items:center;background:#eeedff;color:#554bd1}.password-heading h2{margin:0}.password-form{max-width:520px;display:grid;grid-gap:12px;gap:12px}.password-form label{font-size:11px;font-weight:600;color:#5f5f65}.password-form input{display:block;width:100%;height:39px;margin-top:6px;border:1px solid #dedde1;border-radius:7px;padding:0 10px}.password-form .primary{width:max-content;margin-top:4px}.audit-card{overflow:hidden}.audit-filters{display:grid;grid-template-columns:minmax(150px,1.2fr) repeat(2,minmax(110px,.7fr)) repeat(2,minmax(130px,.8fr)) auto;grid-gap:8px;gap:8px;padding:18px}.audit-filters input,.audit-filters select{height:36px;border:1px solid #dedde1;border-radius:7px;background:#fff;padding:0 9px;font-size:11px;min-width:0}.audit-table{width:100%;border-collapse:collapse}.audit-table th{background:#fafaf9;color:#88888e;font-size:10px;text-align:left;padding:10px 15px;border-top:1px solid #ececea;border-bottom:1px solid #ececea}.audit-table td{max-width:260px;padding:12px 15px;border-bottom:1px solid #eeeeec;font-size:11px;color:#555;overflow:hidden;text-overflow:ellipsis}.audit-table td small,.audit-table td strong{display:block}.audit-table td small{margin-top:2px;color:#999;font-size:9px}.audit-outcome{display:inline-flex;padding:3px 7px;border-radius:10px;font-size:10px}.audit-outcome.success{background:#e7f5ed;color:#257b65}.audit-outcome.failure{background:#fff0f0;color:#bb4545}.audit-more{padding:13px;text-align:center}.audit-error{margin:0 18px 12px;padding:9px;border-radius:7px;background:#fff0f0;color:#b74848;font-size:11px}@media (max-width:1100px){.audit-filters{grid-template-columns:repeat(3,1fr)}.member-actions{width:100%;margin-left:0;padding-left:45px;overflow:auto}}@media (max-width:720px){.audit-filters{grid-template-columns:1fr 1fr}.audit-filters>button{grid-column:1/-1}.member-actions{padding-left:0}.member-create{display:grid!important}}.modal-backdrop{position:fixed;inset:0;z-index:100;background:#18181d80;display:grid;place-items:center;padding:18px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.password-reset-modal{width:min(430px,100%)}.delivery-note-modal,.password-reset-modal{background:#fff;border:1px solid #e4e3e0;border-radius:14px;padding:21px;box-shadow:0 24px 70px #0004}.delivery-note-modal{width:min(760px,100%);max-height:min(840px,calc(100vh - 36px));overflow:auto}.delivery-note-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:18px}.delivery-note-columns>strong,.delivery-note-form label,.delivery-note-selection-head>strong{color:#555;font-size:11px;font-weight:650}.delivery-note-form input,.delivery-note-form textarea{box-sizing:border-box;display:block;width:100%;min-height:39px;margin-top:6px;border:1px solid #dedde1;border-radius:7px;padding:0 10px;font:inherit}.delivery-note-form textarea{min-height:66px;padding:8px 10px;resize:vertical}.delivery-address-field{grid-column:1/-1}.inline-spin{display:inline-block;margin-left:4px;vertical-align:-2px}.delivery-note-selection-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}.delivery-note-filter-bar{margin:18px 0 0;flex-wrap:wrap}.delivery-note-filter-bar .search{min-width:min(300px,100%)}.delivery-note-empty{margin:0;padding:24px 12px;color:#817c87;font-size:12px;text-align:center}.delivery-note-selection-head .filter{padding:6px 10px;font-size:11px}.delivery-note-order-list{max-height:220px;overflow:auto;margin-top:8px;border:1px solid #e8e6eb;border-radius:8px}.delivery-note-order{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;padding:9px 11px;border-bottom:1px solid #efedf2;cursor:pointer}.delivery-note-order:last-child{border-bottom:0}.delivery-note-order span{display:grid;min-width:0;grid-gap:3px;gap:3px}.delivery-note-order b{color:#38353d;font-size:12px}.delivery-note-order b,.delivery-note-order small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.delivery-note-order small{color:#817c87;font-size:10px}.delivery-note-order em{color:#625c70;font-size:10px;font-style:normal;white-space:nowrap}.delivery-note-columns{margin-top:18px}.delivery-note-columns>div{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:9px}.delivery-note-columns label{display:inline-flex;align-items:center;gap:5px;color:#5d5864;font-size:11px}.modal-title{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.modal-title h3{margin:0 0 5px;font-size:16px}.modal-title p{margin:0;color:#85858b;font-size:11px;line-height:1.5}.modal-title>button{border:0;background:transparent;color:#888;padding:3px}.password-reset-modal>label{display:block;margin-top:18px;font-size:11px;font-weight:600;color:#555}.password-reset-modal input{display:block;width:100%;height:39px;margin-top:6px;border:1px solid #dedde1;border-radius:7px;padding:0 10px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.modal-actions button{height:34px}.rule-manager-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.rule-manager-head .primary{flex:none}.rule-readonly{margin:14px 0!important;padding:9px 11px;border-radius:7px;background:#f5f4ff;color:#6c65ad!important}.rule-list{display:grid;grid-gap:10px;gap:10px;margin-top:18px}.rule-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px;border:1px solid #e7e6e3;border-radius:10px;background:#fff}.rule-card.disabled{background:#fafafa;opacity:.72}.rule-card-main{min-width:0}.rule-title{display:flex;align-items:center;gap:8px}.rule-title strong{font-size:13px}.rule-state{font-size:9px;padding:3px 6px;border-radius:10px;background:#eee;color:#85858a}.rule-state.enabled{background:#e7f5ed;color:#267b65}.rule-aliases{display:flex;flex-wrap:wrap;gap:5px;margin:9px 0 7px}.rule-aliases span{font-size:10px;padding:4px 7px;border-radius:5px;background:#eeedff;color:#5c53c9}.rule-card p{font-size:11px!important;color:#65656c!important}.rule-card small{display:block;margin-top:5px;color:#999;font-size:10px}.rule-actions{display:flex;flex:none;gap:6px}.rule-actions button{height:30px;font-size:10px}.rule-form-panel{margin-top:18px;padding:18px;border:1px solid #ddd9ff;border-radius:11px;background:#faf9ff}.rule-form-title{display:flex;align-items:center;justify-content:space-between}.rule-form-title h3{margin:0;font-size:14px}.rule-form-title button{border:0;background:transparent;color:#777;display:grid;place-items:center}.rule-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 14px;gap:0 14px}.rule-form-grid .wide{grid-column:1/-1}.rule-form-grid textarea{min-height:72px}.rule-form-panel .setting-actions{margin-top:14px}@media (max-width:720px){.rule-card{align-items:flex-start;flex-direction:column}.rule-actions{width:100%;flex-wrap:wrap}.rule-form-grid{grid-template-columns:1fr}.rule-form-grid .wide{grid-column:auto}.rule-manager-head{align-items:center}}.order-table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:2}@media (max-width:720px){body{font-size:13px}.page-content{padding-bottom:94px}.content-shell{padding-bottom:0}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:8}.mobile-nav{position:fixed;z-index:30;left:8px;right:8px;bottom:8px;height:63px;padding:5px;display:grid;grid-template-columns:repeat(auto-fit,minmax(42px,1fr));grid-gap:2px;gap:2px;background:rgba(37,38,43,.97);border:1px solid #ffffff24;border-radius:15px;box-shadow:0 14px 35px #0005;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-nav button{position:relative;min-width:0;border:0;border-radius:10px;background:transparent;color:#aaaab2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:3px 1px;font-size:9px}.mobile-nav button.active{background:#4c4758;color:#fff}.mobile-nav button span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-nav em{position:absolute;right:5px;top:2px;min-width:15px;height:15px;border-radius:8px;background:#7468eb;color:#fff;font-style:normal;font-size:8px;display:grid;place-items:center}.page-heading{flex-wrap:wrap}.page-heading .heading-actions{width:100%;flex-wrap:wrap}.page-heading .heading-actions button{flex:1 1;white-space:nowrap}.review-card .card-head{position:-webkit-sticky;position:sticky;top:58px;z-index:4;background:#fff;flex-wrap:wrap;gap:12px;border-bottom:1px solid #ecebe9}.review-actions{display:flex!important;width:100%;overflow-x:auto}.review-actions button{flex:1 1;min-width:max-content}.design-bind{padding:10px 14px}.customer-entry input,.design-bind>div{width:100%}.customer-combo{flex:1 1}.table-pan-hint{padding:8px 14px}.draft-scroll{max-height:58vh}.draft-table td,.draft-table th{font-size:11px}.calendar-card{overflow:auto}.calendar-grid,.calendar-head{min-width:720px}.calendar-day{height:106px}.calendar-event{font-size:9px}.filter-bar{align-items:stretch}.filter-bar .filter-select{min-width:calc(50% - 5px)}.filter-bar .filter{flex:1 1;justify-content:center}.result-count{width:100%;padding-top:2px}.detail-panel{grid-template-columns:1fr!important}.toast{bottom:82px;max-width:calc(100% - 24px)}}.audit-summary{display:flex;align-items:stretch;gap:10px;padding:16px 18px 0}.audit-summary>div{min-width:112px;padding:11px 13px;border:1px solid #e8e7e4;border-radius:9px;background:#fafaf9}.audit-summary>div small,.audit-summary>div span{display:block;color:#929198;font-size:9px}.audit-summary>div strong{display:inline-block;margin:3px 4px 0 0;color:#414047;font-size:20px;line-height:1}.audit-summary>div.success strong{color:#267b64}.audit-summary>div.failure strong{color:#bd4b4b}.audit-summary>p{align-self:center;margin:0 0 0 auto;max-width:310px;color:#99989e;font-size:10px;line-height:1.55}.audit-filter-actions{display:flex;gap:6px}.audit-filter-actions button{height:36px;white-space:nowrap}.audit-table{table-layout:fixed;white-space:nowrap}.audit-table th:first-child{width:116px}.audit-table th:nth-child(2){width:128px}.audit-table th:nth-child(3){width:112px}.audit-table th:nth-child(5){width:72px}.audit-table th:nth-child(6){width:112px}.audit-table td.audit-detail{max-width:none;overflow:visible;white-space:normal;color:#45444a;line-height:1.55}.audit-action{display:inline-flex;align-items:center;border-radius:12px;padding:4px 8px;background:#f1f1ef;color:#68676d;font-size:10px}.audit-action.audit-order{background:#eeedff;color:#574dcc}.audit-action.audit-account{background:#fff2e8;color:#ad632d}.audit-action.audit-attachment{background:#eaf5ff;color:#34749a}.audit-action.audit-ai{background:#f2ebff;color:#704caf}.audit-action.audit-auth{background:#edf6f1;color:#347762}.audit-action.audit-rule,.audit-action.audit-settings{background:#f5f1e7;color:#856f39}@media (max-width:900px){.audit-summary{overflow-x:auto}.audit-summary>p{display:none}.audit-table{min-width:900px}.audit-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.audit-filter-actions{grid-column:1/-1}.audit-filter-actions button{flex:1 1}}.password-heading{margin-bottom:16px}.password-form,.profile-form{max-width:520px;display:grid;grid-gap:14px;gap:14px}.setting-panel .password-form label,.setting-panel .profile-form label{margin:0;font-size:11px;font-weight:600;color:#5f5f65}.setting-panel .password-form input,.setting-panel .profile-form input{display:block;width:100%;height:39px;margin-top:6px;border:1px solid #dedde1;border-radius:7px;padding:0 10px}.password-form .primary,.profile-form .primary{width:max-content;margin-top:2px}.profile-account{display:flex;align-items:center;gap:8px;min-height:38px;padding:0 11px;border-radius:7px;background:#f7f7f6;color:#777;font-size:10px}.profile-account b{color:#3f3f43;font-size:11px}.profile-account small{margin-left:auto;color:#98989c}@media (max-width:720px){.profile-account{align-items:flex-start;flex-direction:column;gap:2px;padding:9px 11px}.profile-account small{margin-left:0}}.week-delivery-card{overflow:hidden}.week-delivery-card .card-head{align-items:center}.week-delivery-scroll{overflow-x:auto;border-top:1px solid #ecebe9}.week-delivery-grid{display:grid;grid-template-columns:repeat(7,minmax(138px,1fr));min-width:966px}.week-delivery-day{min-width:0;border-right:1px solid #ecebe9;background:#fff}.week-delivery-day:last-child{border-right:0}.week-delivery-day>header{height:50px;padding:9px 10px;display:flex;align-items:center;justify-content:space-between;background:#fafaf9;border-bottom:1px solid #ecebe9}.week-delivery-day>header div>*{display:block}.week-delivery-day>header strong{font-size:10px;color:#55545a}.week-delivery-day>header span{margin-top:2px;font-size:9px;color:#a09fa5}.week-delivery-day>header b{min-width:19px;height:19px;padding:0 5px;border-radius:10px;display:grid;place-items:center;background:#eeedff;color:#574cd0;font-size:9px}.week-delivery-day.today>header{background:#eeedff}.week-delivery-day.today>header span,.week-delivery-day.today>header strong{color:#554bd0}.week-delivery-items{height:190px;padding:7px;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.week-delivery-items button{width:100%;border:1px solid #e7e5f2;background:#faf9ff;border-radius:7px;padding:8px;text-align:left;color:#47454d}.week-delivery-items button:hover{border-color:#bbb5f2;background:#f3f1ff}.week-delivery-items button>*{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.week-delivery-items button strong{font-size:10px}.week-delivery-items button span{margin-top:3px;color:#77767c;font-size:9px}.week-delivery-items button small{margin-top:3px;color:#a09fa5;font-size:8px}.week-delivery-empty{height:100%;display:grid;place-items:center;color:#bbb9be;font-size:9px}.week-delivery-items::-webkit-scrollbar{width:5px}.week-delivery-items::-webkit-scrollbar-thumb{background:#d9d7df;border-radius:4px}@media (max-width:720px){.week-delivery-card .card-head{align-items:flex-start}.week-delivery-card .card-head .text-btn{margin-top:2px}.week-delivery-items{height:160px}}.member-list>.member-row{display:grid;grid-template-columns:minmax(180px,1fr) auto 72px;align-items:center;grid-column-gap:12px;column-gap:12px;padding:12px 14px}.member-row>div:first-child{grid-column:1;min-width:0}.member-row .member-actions{grid-column:2;display:flex;align-items:center;justify-content:flex-end;gap:7px;width:auto;margin:0;padding:0;overflow:visible}.member-row>.member-active,.member-row>.member-off{grid-column:3;justify-self:end;min-width:48px;margin:0;text-align:center}.member-actions select{min-width:128px}.member-actions .delete-account,.member-actions .secondary{white-space:nowrap}@media (max-width:1100px){.member-list>.member-row{grid-template-columns:minmax(160px,1fr) auto}.member-row .member-actions{grid-column:1/-1;grid-row:2;width:auto;margin:4px 0 0;padding:0;justify-content:flex-end;overflow-x:auto}.member-row>.member-active,.member-row>.member-off{grid-column:2;grid-row:1}}@media (max-width:620px){.member-list>.member-row{grid-template-columns:1fr auto}.member-row .member-actions{justify-content:flex-start}.member-actions select{min-width:108px}}