:root{font-family:Microsoft YaHei UI,PingFang SC,Noto Sans SC,system-ui,sans-serif;color:#15231d;background:#f3f6f4;font-synthesis:none;--green-900: #123f2e;--green-800: #18553d;--green-700: #1f6c4c;--green-600: #27845c;--green-100: #dff2e8;--green-50: #f1faf5;--ink: #14231d;--muted: #64746c;--line: #dce5e0;--surface: #ffffff;--shadow: 0 12px 38px rgba(23, 55, 42, .09)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f3f6f4;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}.boot-screen{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:14px;color:var(--green-700)}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);background:radial-gradient(circle at 14% 10%,rgba(255,207,113,.3),transparent 30%),linear-gradient(135deg,#eff9f3,#f8fbf9 52%,#e6f3eb)}.login-brand{padding:clamp(50px,9vw,140px);display:flex;align-items:center;gap:28px}.brand-mark,.small-brand-mark{display:grid;place-items:center;color:#fff;background:var(--green-700);box-shadow:0 16px 34px #1f6c4c3d}.brand-mark{width:86px;height:86px;border-radius:24px;flex:0 0 auto}.brand-kicker,.eyebrow{color:var(--green-700);font-weight:800;letter-spacing:.12em;font-size:13px}.login-brand h1{font-size:clamp(36px,5vw,64px);margin:8px 0 16px;line-height:1.08;color:var(--green-900)}.login-brand p{color:#597066;font-size:18px;margin:0;max-width:520px;line-height:1.7}.login-card{width:min(430px,calc(100% - 48px));align-self:center;justify-self:center;padding:38px;background:#fffffff0;border:1px solid rgba(255,255,255,.8);border-radius:24px;box-shadow:0 28px 80px #1c4b372b}.login-title{display:flex;align-items:center;gap:13px;color:var(--green-700);margin-bottom:26px}.login-title h2{margin:0 0 4px;color:var(--ink)}.login-title p{margin:0;color:var(--muted);font-size:14px}.wecom-login-button{width:100%;min-height:48px;border:0;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:9px;color:#fff;background:#07c160;font-weight:900;text-decoration:none;box-shadow:0 8px 18px #07c1602e}.wecom-login-button:hover{background:#06ad56}.wecom-login-button.disabled{color:#75827c;background:#edf1ef;box-shadow:none}.login-divider{display:flex;align-items:center;gap:10px;margin:20px 0;color:#87928d;font-size:12px}.login-divider:before,.login-divider:after{content:"";height:1px;flex:1;background:#e0e7e3}.login-card label,.order-form label,.reason-form label{display:grid;gap:8px;font-weight:700;font-size:14px;color:#34473e}.login-card label+label{margin-top:16px}input,select,textarea{width:100%;border:1px solid #ccd9d2;border-radius:10px;background:#fff;color:var(--ink);outline:none;transition:border-color .15s,box-shadow .15s}input,select{height:44px;padding:0 12px}textarea{padding:12px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--green-600);box-shadow:0 0 0 3px #27845c1f}.primary-button,.secondary-button,.success-button,.danger-button{border:0;border-radius:10px;min-height:42px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800}.primary-button{color:#fff;background:var(--green-700);box-shadow:0 8px 18px #1f6c4c29}.primary-button:hover{background:var(--green-800)}.secondary-button{color:#315044;background:#fff;border:1px solid #cfdcd5}.secondary-button:hover{border-color:#9bbbab;background:#f7fbf8}.success-button{color:#fff;background:#23865a}.danger-button{color:#fff;background:#c94040}.login-button{width:100%;margin-top:22px;min-height:48px}.form-error{display:flex;align-items:center;gap:8px;margin-top:14px;padding:10px 12px;border-radius:9px;background:#fff1f0;color:#a62d2d;font-size:14px;font-weight:700}.board-page{min-height:100vh;background:#f3f6f4}.topbar{height:68px;padding:0 clamp(18px,4vw,56px);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20;background:#fffffff0;border-bottom:1px solid #dfe8e3;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar-brand{display:flex;align-items:center;gap:11px}.small-brand-mark{width:40px;height:40px;border-radius:12px;box-shadow:none}.topbar-brand strong{display:block;font-size:17px;color:var(--green-900)}.topbar-brand span{display:block;font-size:12px;color:var(--muted);margin-top:2px}.topbar-actions{display:flex;align-items:center;gap:10px}.sync-indicator{display:flex;align-items:center;gap:6px;color:#347458;font-size:13px;font-weight:700}.sync-indicator.syncing{color:#b67518}.user-pill{display:grid;grid-template-columns:auto auto;column-gap:6px;align-items:center;padding:7px 11px;border-radius:11px;background:#f0f6f2;color:#355247}.user-pill svg{grid-row:1 / 3}.user-pill strong{font-size:13px;line-height:1.2}.user-pill small{font-size:11px;color:var(--muted)}.icon-button{width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:10px;background:transparent;color:#51675d}.icon-button:hover{background:#eef4f1;color:var(--green-700)}.board-shell{width:min(1380px,calc(100% - 36px));margin:0 auto;padding:30px 0 60px}.board-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.board-heading h1{margin:5px 0 6px;font-size:clamp(28px,3vw,38px);color:var(--green-900)}.board-heading p{margin:0;color:var(--muted)}.heading-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.status-tabs{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));gap:10px;margin-bottom:14px}.status-tabs button{min-height:68px;padding:12px 16px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;border:1px solid var(--line);border-radius:14px;background:#fff;color:#51665c;text-align:left;box-shadow:0 4px 14px #193a2c09}.status-tabs button span{font-weight:700}.status-tabs button strong{min-width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#f0f4f2;font-size:16px}.status-tabs button.active{border-color:var(--green-600);background:var(--green-50);color:var(--green-800);box-shadow:0 6px 18px #1f6c4c1a}.status-tabs button.active strong{color:#fff;background:var(--green-700)}.board-toolbar{display:flex;align-items:center;gap:10px;padding:12px;margin-bottom:14px;border:1px solid var(--line);border-radius:14px;background:#fff}.search-box{flex:1;min-width:180px;height:44px;display:flex;align-items:center;gap:9px;padding-left:12px;border-radius:10px;background:#f3f7f5;color:#73847c}.search-box input{height:42px;padding:0;border:0;background:transparent;box-shadow:none}.search-box button{width:34px;height:34px;display:grid;place-items:center;border:0;background:transparent;color:#64786e}.date-filter{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--muted)}.date-filter input{width:150px}.refresh-button{width:44px;height:44px;display:grid;place-items:center;border:1px solid #cfdcd5;border-radius:10px;background:#fff;color:var(--green-700)}.orders-list{display:grid;gap:12px}.order-card{display:grid;grid-template-columns:minmax(0,1fr) 154px;border:1px solid #d7e2dc;border-left:5px solid #d69a36;border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 5px 18px #1c3b2f0e}.order-card.status-blue{border-left-color:#3980cc}.order-card.status-green{border-left-color:#2b9364}.order-card.status-red{border-left-color:#d44949}.order-card.status-gray{border-left-color:#9aa7a0;opacity:.76}.order-card-main{min-width:0;padding:16px 18px 14px}.order-card-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:11px}.order-identity{display:flex;align-items:center;gap:10px;min-width:0;flex-wrap:wrap}.order-number{color:#587268;font-size:13px;font-weight:700}.order-identity h3{margin:0;font-size:19px;color:#17392c}.status-badge{padding:4px 8px;border-radius:999px;font-size:12px;font-weight:900}.status-badge.amber{color:#9a6410;background:#fff1ce}.status-badge.blue{color:#2568a8;background:#e8f2ff}.status-badge.green{color:#1f7b50;background:#e1f5e9}.status-badge.red{color:#ad3030;background:#ffe7e5}.status-badge.gray{color:#68756f;background:#eef1ef}.order-meta{display:flex;align-items:center;justify-content:flex-end;gap:10px;color:#718078;font-size:12px;white-space:nowrap}.mini-action{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:8px;color:#5c7268;background:#eff5f2}.mini-action.danger{color:#b83d3d;background:#fff0ef}.order-items-table-wrap{overflow-x:auto}.order-items-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:13px}.order-items-table th{padding:6px 9px;color:#718078;background:#f3f7f5;font-size:12px;font-weight:800;text-align:left}.order-items-table th:first-child{border-radius:8px 0 0 8px}.order-items-table th:last-child{border-radius:0 8px 8px 0}.order-items-table th:nth-child(1){width:36%}.order-items-table th:nth-child(2){width:32%}.order-items-table th:nth-child(n+3){width:16%;text-align:center}.order-items-table td{padding:8px 9px;border-bottom:1px dashed #e2e9e5;color:#52645b}.order-items-table td:first-child{color:#203b30}.order-items-table td:nth-child(n+3){text-align:center}.quantity-value{font-size:15px;font-weight:900;color:#183f30}.unit-value{margin-left:4px;color:#62746b}.order-items-table tfoot td{border-bottom:0;padding-top:9px;color:#496056;background:#fbfcfb}.order-items-table tfoot td:first-child{text-align:right}.order-items-table tfoot span{margin-right:10px;color:#738179}.order-items-table tfoot strong{color:#183f30}.order-note,.exception-note{margin:9px 0 0;padding:8px 10px;border-radius:8px;background:#f6f8f7;color:#5f7068;font-size:12px}.exception-note{background:#fff0ef;color:#a23535}.text-action{margin-top:8px;padding:0;border:0;background:transparent;color:#b33b3b;font-size:12px;font-weight:700}.order-card-action{min-width:0;padding:12px;display:flex;align-items:stretch;border-left:1px solid #e0e8e4;background:#f8faf9}.claim-button,.proof-button,.exception-action,.assigned-action,.completed-action,.cancelled-action{width:100%;min-height:100%;border:0;border-radius:11px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-align:center}.claim-button{color:#fff;background:#1f76df;box-shadow:0 8px 18px #1f76df38}.claim-button:hover{background:#1765c2;transform:translateY(-1px)}.claim-button span{font-size:20px;font-weight:900}.proof-button{color:#fff;background:var(--green-700)}.proof-button span,.assigned-action strong,.completed-action strong,.exception-action strong,.cancelled-action strong{font-size:15px;font-weight:900}.proof-button small,.assigned-action span,.completed-action span,.exception-action span{font-size:11px;opacity:.84}.assigned-action{color:#315d88;background:#eaf3fc}.completed-action{color:#1e7f51;background:#e5f5eb}.exception-action{color:#aa3434;background:#ffe9e7}.cancelled-action{color:#6a7670;background:#ecefed}.empty-state{min-height:260px;display:grid;place-content:center;justify-items:center;gap:9px;border:1px dashed #cbd9d1;border-radius:16px;background:#ffffffb8;color:#819087}.empty-state strong{color:#4e6259}.empty-state span{font-size:13px}.toast{position:fixed;left:50%;bottom:28px;z-index:80;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:12px 18px;border-radius:12px;color:#fff;background:#173d2f;box-shadow:0 14px 38px #14352940;font-weight:700}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:24px;background:#11221b7a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);overflow-y:auto}.modal-card{width:min(560px,100%);max-height:calc(100vh - 48px);overflow:auto;border-radius:18px;background:#fff;box-shadow:0 28px 90px #0c211847}.modal-card.modal-wide{width:min(1040px,100%)}.modal-head{position:sticky;top:0;z-index:2;padding:20px 22px 16px;display:flex;align-items:start;justify-content:space-between;gap:16px;border-bottom:1px solid #e2e9e5;background:#fffffff7}.modal-head h2{margin:0 0 5px;color:#183b2d}.modal-head p{margin:0;color:var(--muted);font-size:13px}.order-form,.proof-form,.reason-form,.user-manager{padding:20px 22px 22px}.form-grid{display:grid;grid-template-columns:1fr 210px;gap:14px}.form-grid-wide{grid-column:1 / -1}.items-editor{margin-top:20px;padding:14px;border:1px solid #dbe5df;border-radius:13px;background:#f9fbfa}.items-editor-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.items-editor-head strong{display:block;color:#24463a}.items-editor-head span{display:block;margin-top:3px;color:var(--muted);font-size:12px}.item-editor-labels,.item-editor-row{display:grid;grid-template-columns:minmax(160px,1.4fr) minmax(150px,1.1fr) 92px 84px 38px;gap:8px;align-items:center}.item-editor-labels[data-price="1"],.item-editor-row[data-price="1"]{grid-template-columns:minmax(150px,1.35fr) minmax(140px,1fr) 86px 80px 130px 38px}.item-editor-labels{padding:0 4px 6px;color:#718179;font-size:11px;font-weight:800}.item-editor-row+.item-editor-row{margin-top:8px}.row-remove{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:8px;background:#fff0ef;color:#b53838}.form-total{display:flex;align-items:center;gap:7px;margin-top:14px;color:#315d4b;font-size:13px;font-weight:800}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:20px;padding-top:16px;border-top:1px solid #e2e9e5}.proof-drop{min-height:190px;display:grid!important;place-content:center;justify-items:center;gap:8px!important;border:2px dashed #a8c7b7;border-radius:14px;background:#f4faf6;color:var(--green-700)!important;text-align:center;cursor:pointer}.proof-drop span{color:var(--muted);font-size:12px;font-weight:500}.proof-drop input{width:1px;height:1px;position:absolute;opacity:0}.selected-files{margin-top:10px;padding:10px;border-radius:9px;background:#eef7f2;color:#416455;font-size:12px;line-height:1.6}.reason-form textarea{margin-top:4px}.wecom-status-banner{display:flex;align-items:center;gap:12px;margin-bottom:14px;padding:12px 14px;border:1px solid #dbe5df;border-radius:12px;color:#53665d;background:#f6f8f7}.wecom-status-banner.ready{color:#176b46;border-color:#b9dfc9;background:#edf9f2}.wecom-status-banner.partial{color:#8a5d17;border-color:#ead7ab;background:#fff9e9}.wecom-status-banner strong,.wecom-status-banner span{display:block}.wecom-status-banner span{margin-top:3px;font-size:12px;opacity:.84}.new-user-form{display:grid;grid-template-columns:1fr 1fr 120px 120px 120px auto;align-items:center;gap:8px;padding:12px;border-radius:12px;background:#f4f8f6}.compact-check{display:flex!important;align-items:center;gap:6px!important;white-space:nowrap;font-size:12px!important}.compact-check input{width:17px;height:17px}.users-table-wrap{margin-top:16px;overflow-x:auto;border:1px solid #dce5e0;border-radius:12px}.users-table{width:100%;min-width:1180px;border-collapse:collapse;font-size:13px}.users-table th,.users-table td{padding:11px 12px;text-align:left;border-bottom:1px solid #e5ebe8}.users-table th{color:#63756c;background:#f4f7f5}.users-table tr:last-child td{border-bottom:0}.users-table tr.inactive{opacity:.55}.wecom-id-input{width:190px;height:34px;padding:0 9px;border-radius:8px;font-size:12px}.account-input{width:140px;height:34px;padding:0 9px;border-radius:8px;font-size:12px;font-weight:650}.password-reset-input{width:130px;height:34px;padding:0 9px;border-radius:8px;font-size:12px}.permission-toggle,.status-toggle{min-height:32px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border:0;border-radius:8px;background:#f0f2f1;color:#67746e;font-weight:700}.permission-toggle.on{color:#8b5b13;background:#fff1d5}.status-toggle.active{color:#1e774e;background:#e3f3e9}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:820px){.login-page{grid-template-columns:1fr;padding:24px 0}.login-brand{padding:28px 24px 6px;gap:16px}.brand-mark{width:58px;height:58px;border-radius:17px}.login-brand h1{font-size:30px;margin-bottom:8px}.login-brand p{font-size:14px}.login-card{padding:25px}.topbar{height:60px;padding:0 12px}.topbar-brand span,.sync-indicator,.user-pill small{display:none}.topbar-brand strong{font-size:15px}.user-pill{display:flex;padding:7px 9px}.board-shell{width:calc(100% - 20px);padding-top:18px}.board-heading{align-items:start;margin-bottom:16px}.board-heading h1{font-size:25px}.board-heading p{display:none}.heading-actions{gap:6px}.heading-actions .secondary-button{width:42px;padding:0;font-size:0}.heading-actions .primary-button{padding:0 12px}.status-tabs{grid-template-columns:repeat(5,minmax(76px,1fr));gap:6px;overflow-x:auto;padding-bottom:2px}.status-tabs button{min-width:76px;min-height:58px;grid-template-columns:1fr auto;gap:4px;padding:9px}.status-tabs button svg{display:none}.status-tabs button span{font-size:12px}.status-tabs button strong{min-width:24px;height:24px;border-radius:7px;font-size:13px}.board-toolbar{align-items:stretch;flex-wrap:wrap;padding:8px}.search-box{flex-basis:calc(100% - 52px)}.date-filter{flex:1;justify-content:space-between}.date-filter input{flex:1;max-width:170px}.order-card{grid-template-columns:minmax(0,1fr) 104px;border-radius:13px}.order-card-main{padding:12px 10px 10px}.order-card-head{align-items:flex-start;margin-bottom:8px}.order-identity{gap:6px}.order-identity h3{width:100%;font-size:16px;order:3}.order-number{font-size:11px}.status-badge{padding:3px 6px;font-size:10px}.order-meta{display:grid;justify-items:end;gap:2px;font-size:10px}.order-meta .mini-action{display:none}.order-items-table{min-width:0;font-size:12px}.order-items-table.has-price{min-width:620px}.order-items-table th,.order-items-table td{padding:6px}.order-items-table:not(.has-price) th:nth-child(1){width:42%}.order-items-table:not(.has-price) th:nth-child(2){width:34%}.order-items-table:not(.has-price) th:nth-child(3){width:24%}.order-card-action{padding:8px}.claim-button span{font-size:18px}.claim-button svg,.proof-button svg,.assigned-action svg,.completed-action svg,.exception-action svg,.cancelled-action svg{width:23px;height:23px}.proof-button span,.assigned-action strong,.completed-action strong,.exception-action strong,.cancelled-action strong{font-size:13px}.modal-backdrop{padding:10px;place-items:end center}.modal-card{width:100%;max-height:calc(100vh - 20px);border-radius:18px 18px 10px 10px}.modal-head,.order-form,.proof-form,.reason-form,.user-manager{padding:16px}.form-grid{grid-template-columns:1fr}.form-grid-wide{grid-column:auto}.items-editor{padding:10px}.items-editor-head{align-items:flex-start}.item-editor-labels{display:none}.item-editor-row,.item-editor-row[data-price="1"]{grid-template-columns:1fr 92px 38px;padding:10px;border:1px solid #dce5e0;border-radius:10px;background:#fff}.item-editor-row input:nth-child(1),.item-editor-row input:nth-child(2){grid-column:1 / 3}.item-editor-row select{grid-column:2}.item-editor-row[data-price="1"] input:nth-of-type(4){grid-column:1 / 3}.row-remove{grid-column:3;grid-row:1}.new-user-form{grid-template-columns:1fr 1fr}.new-user-form .primary-button{grid-column:1 / -1}}@media(max-width:440px){.order-card{grid-template-columns:minmax(0,1fr) 90px}.order-card-action{padding:6px}.claim-button span{font-size:17px}.proof-button small,.assigned-action span,.completed-action span,.exception-action span,.board-heading .eyebrow{font-size:10px}.heading-actions .primary-button{font-size:12px}}
