:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:#17211c;background:#f5f7f6;font-synthesis:none;--green:#087b48;--green-dark:#05643a;--line:#e2e8e4;--muted:#758079;--danger:#b23b3b}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100dvh;padding-bottom:calc(76px + env(safe-area-inset-bottom))}.page-content{width:100%;max-width:720px;margin:auto;padding:22px 16px}.bottom-nav{position:fixed;z-index:20;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(4,1fr);padding:8px 8px calc(8px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav-item{min-height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#7a847e;font-size:11px;text-decoration:none}.nav-item.router-link-active{color:var(--green);font-weight:700}.toast{position:fixed;z-index:100;bottom:96px;left:50%;max-width:80vw;padding:11px 18px;border-radius:999px;color:#fff;font-size:14px;text-align:center;background:#141c18e6;transform:translate(-50%)}.toast-enter-active,.toast-leave-active{transition:.2s}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(-50%,10px)}.button{min-height:44px;padding:0 18px;border:0;border-radius:10px;font-weight:700}.button.primary{color:#fff;background:var(--green)}.button.primary:hover{background:var(--green-dark)}.button.full{width:100%}.button:disabled{cursor:not-allowed;opacity:.55}.surface{border:1px solid var(--line);border-radius:14px;background:#fff}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.section-title h2{margin:0;font-size:18px}.section-title button,.section-title a{padding:6px;border:0;color:var(--green);font-size:13px;font-weight:700;text-decoration:none;background:transparent}.section-title.spaced{margin-top:26px}.state,.empty{padding:52px 16px;color:#87908b;text-align:center}.status{display:inline-flex;padding:4px 9px;border-radius:999px;color:#98610a;font-size:11px;font-weight:600;background:#fff0cc}.status.s1,.status.success{color:var(--green);background:#e3f5eb}.status.s2{color:var(--danger);background:#fde8e8}.load-more{display:block;width:100%;padding:18px;border:0;color:var(--green);font-weight:700;background:transparent}.page-head{margin:4px 0 20px}.page-head p{margin:0 0 5px;color:var(--green);font-size:12px;font-weight:800;letter-spacing:2px}.page-head h1{margin:0;font-size:28px;letter-spacing:-1px}.login-page{min-height:100dvh;padding:46px 18px;color:#17211c;background:linear-gradient(158deg,#eaf7ef 0,#f6f8f7 42%,#fff)}.login-page>*{max-width:480px;margin-right:auto;margin-left:auto}.brand-mark{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-left:max(calc((100% - 480px)/2),0px);border-radius:13px 13px 13px 4px;color:#fff;font-weight:800;background:var(--green);box-shadow:0 10px 25px #087b4838}.eyebrow{margin-top:22px;color:var(--green);font-size:11px;font-weight:800;letter-spacing:3px}.login-page>h1{margin-top:8px;margin-bottom:0;font-size:32px;letter-spacing:-1px}.lead{margin-top:10px;color:#637069;line-height:1.6}.auth-card{margin-top:30px;padding:24px 20px;border:1px solid var(--line);border-radius:16px;background:#fffffff5;box-shadow:0 14px 38px #23463317}.auth-card header{display:flex;align-items:center;justify-content:space-between}.auth-card h2{margin:0;font-size:20px}.auth-card header span{padding:5px 9px;border-radius:999px;color:var(--green);font-size:11px;background:#e7f6ed}.auth-card label{display:block;margin-top:15px;color:#66736c;font-size:12px}.auth-card input,.query-form input,.search-bar input{width:100%;height:46px;margin-top:5px;padding:0 12px;border:1px solid #dce4df;border-radius:10px;color:#17211c;font-size:15px;background:#fbfcfb;outline:none}.auth-card input:focus,.query-form input:focus,.search-bar input:focus{border-color:var(--green);background:#fff}.auth-card .primary{margin-top:22px}.auth-card small{display:block;margin-top:15px;color:#98a19c;font-size:11px;line-height:1.5;text-align:center}.bind-tip{padding:12px;border-left:3px solid var(--green);color:#536159;font-size:13px;line-height:1.5;background:#f2f8f5}.wechat{margin-top:10px;color:var(--green);border:1px solid #acd8bf;background:#f2faf6}.oauth-state{text-align:center}.spinner{display:block;width:28px;height:28px;margin:8px auto 18px;border:3px solid #dbece2;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.home-hero{display:grid;grid-template-columns:1fr auto;gap:14px;padding:26px 20px 24px;color:#fff;background:var(--green)}.home-hero p{margin:0;font-size:13px;opacity:.82}.home-hero h1{max-width:560px;margin:5px 0 0;font-size:21px}.home-hero>small{grid-column:1/-1;opacity:.75}.avatar{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:12px;color:var(--green);font-weight:800;background:#fff}.metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.metric-card{min-height:120px;padding:15px;border:1px solid var(--line);border-radius:14px;background:#fff}.metric-card>span,.metric-card>em{display:block;color:var(--muted);font-size:12px;font-style:normal}.metric-card>strong{display:block;margin:8px 0 4px;font-size:30px}.metric-card>strong small{margin-left:4px;font-size:12px}.metric-card.accent{color:#fff;border-color:var(--green);background:var(--green)}.metric-card.accent>span,.metric-card.accent>em{color:#ffffffc7}.order-list{overflow:hidden}.order-list article{padding:15px;border-bottom:1px solid #edf0ee}.order-list article:last-child{border:0}.order-list article>div{display:flex;justify-content:space-between}.order-list p{margin:9px 0 0;color:var(--muted);font-size:12px}.search-bar{display:flex;gap:8px}.search-bar input{margin:0}.search-bar button{min-width:66px;border:0;color:var(--green);font-weight:700;background:transparent}.filter-tabs{display:flex;gap:8px;margin:15px 0;overflow:auto}.filter-tabs button{flex:0 0 auto;padding:8px 15px;border:0;border-radius:999px;color:#657069;background:#e9eeeb}.filter-tabs button.active{color:#fff;background:var(--green)}.order-card{margin-bottom:12px;padding:16px}.order-card-head,.order-card-head>div,.receipt-card>div,.date-line,.order-details article p,.receipt-card footer{display:flex;align-items:flex-start;justify-content:space-between}.order-card-head>div{flex-direction:column;gap:5px}.order-card-head small,.order-details small{color:#89928d}.order-summary{display:grid;grid-template-columns:repeat(3,1fr);margin-top:15px;padding:13px 0;border-top:1px solid #edf0ee;border-bottom:1px solid #edf0ee}.order-summary div{text-align:center;border-right:1px solid #edf0ee}.order-summary div:last-child{border:0}.order-summary span,.order-summary strong{display:block}.order-summary span{color:#89928d;font-size:11px}.order-summary strong{margin-top:4px}.date-line{margin:12px 0 0;color:#6e7872;font-size:12px}.order-details{margin-top:12px;padding:0 12px;border-radius:10px;background:#f5f8f6}.order-details article{padding:12px 0;border-bottom:1px solid #e3e9e5}.order-details article strong,.order-details article small{display:block}.order-details article p{margin:8px 0 0;color:var(--muted);font-size:12px}.card-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:8px;margin-top:14px}.reject{color:var(--danger);background:#fff0f0}.query-form{padding:16px}.query-form label{display:block;margin-bottom:12px;color:var(--muted);font-size:12px}.receipt-card{margin-bottom:12px;padding:16px}.receipt-card h3{margin:15px 0 5px}.receipt-card>p{margin:0;color:var(--muted);font-size:12px}.receipt-card footer{margin-top:15px;padding-top:12px;border-top:1px solid #edf0ee;color:var(--muted);font-size:12px}.profile-hero{display:flex;align-items:center;gap:14px;padding:30px 20px;color:#fff;background:var(--green)}.avatar.large{width:54px;height:54px;font-size:20px}.profile-hero h1{margin:0;font-size:20px}.profile-hero p{margin:5px 0 0;opacity:.75}.mine-content{margin-top:-10px}.info-list{overflow:hidden}.info-list>div{display:flex;justify-content:space-between;padding:16px;border-bottom:1px solid #edf0ee}.info-list span{color:var(--muted)}.green{color:var(--green)}.account-box{margin-top:16px;padding:18px}.account-box h2{margin:0;font-size:17px}.account-box p{color:var(--muted);font-size:13px;line-height:1.6}.logout-button{width:100%;margin-top:8px;color:var(--danger);background:#fff0f0}.version{color:#9da5a0;font-size:11px;text-align:center}.dialog-mask{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;padding:16px;background:#0d161173}.dialog{width:100%;max-width:520px;padding:22px;border-radius:18px;background:#fff}.dialog h3{margin:0}.dialog p{color:var(--muted);line-height:1.55}.dialog textarea{width:100%;height:90px;padding:12px;border:1px solid var(--line);border-radius:10px;resize:none}.dialog-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.secondary{color:#56615b;background:#edf1ef}.danger{color:#fff;background:var(--danger)}.fade-enter-active,.fade-leave-active{transition:.2s}.fade-enter-from,.fade-leave-to{opacity:0}@media(min-width:720px){.bottom-nav{left:50%;max-width:720px;transform:translate(-50%)}.home-hero,.profile-hero{padding-right:max(calc((100% - 680px)/2),20px);padding-left:max(calc((100% - 680px)/2),20px)}}:root{--green-soft:#e7f5ed;--surface:#fff;--background:#f5f7f6;--shadow-sm:0 4px 16px rgba(31,61,45,.06);--shadow-md:0 14px 40px rgba(31,61,45,.11)}.profile-summary{margin-bottom:16px;padding:18px;box-shadow:var(--shadow-sm)}.summary-top{display:flex;align-items:center;justify-content:space-between}.summary-top>div{display:flex;flex-direction:column;gap:4px}.eyebrow-small{color:var(--muted);font-size:12px}.summary-top strong{font-size:26px;font-variant-numeric:tabular-nums}.progress{height:7px;margin-top:13px;overflow:hidden;border-radius:99px;background:#e6ece8}.progress i{display:block;height:100%;border-radius:inherit;background:var(--green);transition:width .25s ease}.profile-summary p{margin:10px 0 0;color:var(--muted);font-size:12px}.mine-menu{overflow:hidden;box-shadow:var(--shadow-sm)}.mine-menu>a,.mine-menu>button,.menu-static{width:100%;min-height:76px;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;padding:12px 14px;border:0;border-bottom:1px solid #edf1ef;color:#17211c;text-align:left;text-decoration:none;background:#fff}.mine-menu>*:last-child{border-bottom:0}.mine-menu>a:active,.mine-menu>button:active{background:#f2f7f4}.menu-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:12px;color:var(--green);background:var(--green-soft)}.mine-menu strong,.mine-menu small{display:block}.mine-menu strong{font-size:15px}.mine-menu small{margin-top:4px;color:var(--muted);font-size:11px;line-height:1.4}.chevron{color:#a1aaa5}.bound-badge{padding:5px 8px;border-radius:99px;color:var(--green);font-size:11px;background:var(--green-soft)}.logout-card{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;border:1px solid #f0d3d5;border-radius:12px;color:var(--danger);font-weight:700;background:#fff}.sheet-mask{position:fixed;z-index:60;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;background:#0c16107a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.bottom-sheet{width:100%;max-width:560px;padding:22px 18px calc(22px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0;background:#fff;box-shadow:0 -16px 50px #0f1e1629}.bottom-sheet header{display:flex;align-items:flex-start;justify-content:space-between}.bottom-sheet header span{color:var(--green);font-size:11px;font-weight:800;letter-spacing:1.5px}.bottom-sheet h2{margin:5px 0 0;font-size:22px}.icon-button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:0;border-radius:12px;color:#46524b;background:#edf2ef}.bottom-sheet form label{display:block;margin-top:15px;color:#4f5c55;font-size:13px}.bottom-sheet input{width:100%;height:48px;margin-top:6px;padding:0 13px;border:1px solid var(--line);border-radius:11px;font-size:16px;outline:none}.bottom-sheet input:focus{border-color:var(--green);box-shadow:0 0 0 3px #087b481f}.bottom-sheet .primary{margin-top:22px}.field-error{display:block;margin-top:6px;color:var(--danger)!important;font-size:12px!important;line-height:1.4}.sheet-enter-active,.sheet-leave-active{transition:opacity .2s ease}.sheet-enter-active .bottom-sheet,.sheet-leave-active .bottom-sheet{transition:transform .25s ease}.sheet-enter-from,.sheet-leave-to{opacity:0}.sheet-enter-from .bottom-sheet,.sheet-leave-to .bottom-sheet{transform:translateY(100%)}.profile-edit-page{min-height:100dvh;padding-bottom:calc(92px + env(safe-area-inset-bottom));background:#f3f6f4}.subpage-header{position:sticky;z-index:20;top:0;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid rgba(219,228,223,.9);background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.subpage-header .back{margin-left:-7px;background:transparent}.subpage-header span:not(.status){color:var(--green);font-size:10px;font-weight:800;letter-spacing:1.5px}.subpage-header h1{margin:1px 0 0;font-size:18px}.profile-form,.profile-loading{width:100%;max-width:760px;margin:auto}.profile-loading{padding:100px 20px;text-align:center;color:var(--muted)}.completion-panel{margin:16px;padding:18px;border:1px solid #dce6e0;border-radius:16px;color:#fff;background:linear-gradient(135deg,#087b48,#09683f);box-shadow:0 12px 30px #087b4829}.completion-panel>div:first-child{display:flex;align-items:center;justify-content:space-between}.completion-panel span{font-size:13px;opacity:.82}.completion-panel strong{font-size:26px;font-variant-numeric:tabular-nums}.completion-panel .progress{background:#fff3}.completion-panel .progress i{background:#fff}.completion-panel p{margin:10px 0 0;font-size:12px;opacity:.78}.error-summary{display:flex;align-items:center;justify-content:space-between;margin:0 16px 14px;padding:13px 14px;border:1px solid #efc3c7;border-radius:12px;color:#8f1d26;font-size:13px;background:#fff4f4}.error-summary button{min-height:36px;border:0;color:var(--danger);font-weight:700;background:transparent}.form-section{margin:0 16px 16px;padding:18px 16px;border:1px solid #dfe7e2;border-radius:16px;background:#fff;box-shadow:var(--shadow-sm)}.form-section>header{display:flex;align-items:center;gap:12px;margin-bottom:18px}.step{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:11px;color:var(--green);font-size:12px;font-weight:800;background:#e6f4ec}.form-section h2{margin:0;font-size:17px}.form-section header p{margin:3px 0 0;color:var(--muted);font-size:11px}.form-grid{display:grid;grid-template-columns:1fr;gap:14px}.form-field{display:block;position:relative;color:#435149;font-size:13px;font-weight:600}.form-field>span{display:block;margin-bottom:6px}.form-field b,.qualification-card b{color:var(--danger)}.form-field input:not([type=checkbox]),.form-field textarea{width:100%;min-height:48px;padding:11px 13px;border:1px solid #d8e1dc;border-radius:11px;color:#17211c;font-size:16px;font-weight:400;background:#fbfcfb;outline:none;transition:border-color .18s,box-shadow .18s,background .18s}.form-field textarea{line-height:1.55;resize:vertical}.form-field input:focus,.form-field textarea:focus{border-color:var(--green);background:#fff;box-shadow:0 0 0 3px #087b481c}.form-field input:disabled{color:#6d7772;background:#eef2f0}.counter{position:absolute;right:10px;bottom:9px;color:#89938d;font-size:11px;font-weight:400}.date-with-check{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px}.check-label{min-height:48px;display:flex;align-items:center;gap:7px;white-space:nowrap;font-size:13px}.check-label input{width:20px;height:20px;accent-color:var(--green)}.qualification-list{display:grid;gap:10px}.qualification-card{display:grid;grid-template-columns:44px 1fr;gap:11px;padding:13px;border:1px dashed #cbd8d1;border-radius:13px;background:#fafcfb}.qualification-card.uploaded{border-style:solid;border-color:#bcd8c8;background:#f5fbf7}.file-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:11px;color:var(--green);background:#e6f4ec}.file-info{min-width:0}.file-info strong,.file-info span{display:block}.file-info strong{font-size:14px}.file-info span{margin-top:4px;overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.file-actions{grid-column:1/-1;display:flex;gap:8px;padding-top:3px}.file-actions button{min-width:64px;min-height:40px;padding:0 12px;border:1px solid #bfd5c7;border-radius:9px;color:var(--green);font-size:12px;font-weight:700;background:#fff}.file-actions .delete-link{margin-left:auto;color:var(--danger);border-color:#efd0d2}.upload-progress{height:4px;margin-top:8px;overflow:hidden;border-radius:99px;background:#dce9e1}.upload-progress i{display:block;width:45%;height:100%;border-radius:inherit;background:var(--green);animation:upload-slide 1s ease-in-out infinite}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.sticky-actions{position:fixed;z-index:30;right:0;bottom:0;left:0;display:grid;grid-template-columns:1fr 1.35fr;gap:10px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.sticky-actions .button{min-height:48px}.sticky-actions .secondary{border:1px solid #d5dfda}.profile-edit-page .toast{bottom:90px}@keyframes upload-slide{0%{transform:translate(-100%)}to{transform:translate(230%)}}button,a{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(8,123,72,.3);outline-offset:2px}@media(min-width:620px){.form-grid{grid-template-columns:repeat(2,1fr)}.form-field.wide{grid-column:1/-1}.qualification-list{grid-template-columns:repeat(3,1fr)}.sticky-actions{left:50%;max-width:760px;transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.query-page{width:100%;max-width:760px;margin:auto;padding:0 16px 28px}.query-hero{display:grid;grid-template-columns:1fr auto;align-items:end;gap:20px;margin:0 -16px;padding:30px 20px 38px;color:#fff;background:#087b48}.query-eyebrow{font-size:10px;font-weight:800;letter-spacing:2.6px;opacity:.72}.query-hero h1{margin:7px 0 6px;font-size:27px;letter-spacing:-.8px}.query-hero p{max-width:360px;margin:0;color:#ffffffc2;font-size:13px;line-height:1.55}.query-total{text-align:right}.query-total strong,.query-total span{display:block}.query-total strong{font-size:34px;font-variant-numeric:tabular-nums;line-height:1}.query-total span{margin-top:7px;font-size:11px;opacity:.68}.query-controls{position:relative;z-index:2;margin-top:-20px;border:1px solid #dce5e0;border-radius:15px;background:#fff;box-shadow:0 12px 30px #1939271a}.quick-search{height:58px;display:grid;grid-template-columns:auto 1fr 44px;align-items:center;gap:10px;padding:6px 7px 6px 16px;color:#748078}.quick-search input{width:100%;height:44px;border:0;color:#17211c;font-size:16px;background:transparent;outline:0}.search-submit{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:0;border-radius:11px;color:#fff;background:#087b48}.search-submit:active{transform:scale(.97)}.filter-toggle{width:100%;min-height:48px;display:flex;align-items:center;gap:9px;padding:0 16px;border:0;border-top:1px solid #edf1ef;color:#59655e;font-size:13px;font-weight:700;text-align:left;background:#fbfcfb}.filter-toggle.active{color:#087b48}.filter-toggle b{min-width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:99px;color:#fff;font-size:10px;background:#087b48}.filter-chevron{margin-left:auto;transition:transform .2s}.filter-chevron.rotated{transform:rotate(180deg)}.advanced-filter{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:16px;border-top:1px solid #edf1ef;background:#fbfcfb}.advanced-filter label>span{display:block;margin-bottom:6px;color:#66726b;font-size:12px;font-weight:650}.advanced-filter input,.advanced-filter select{width:100%;height:45px;padding:0 11px;border:1px solid #d8e1dc;border-radius:10px;color:#18231d;font-size:14px;background:#fff;outline:0}.advanced-filter input:focus,.advanced-filter select:focus{border-color:#087b48;box-shadow:0 0 0 3px #087b481a}.filter-wide,.filter-actions{grid-column:1/-1}.filter-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:9px}.filter-actions button{min-height:45px;border-radius:10px;font-weight:700}.reset-filter{border:1px solid #d5ded9;color:#5b6760;background:#fff}.apply-filter{display:flex;align-items:center;justify-content:center;gap:7px;border:0;color:#fff;background:#087b48}.filter-panel-enter-active,.filter-panel-leave-active{transition:opacity .18s ease,transform .18s ease}.filter-panel-enter-from,.filter-panel-leave-to{opacity:0;transform:translateY(-5px)}.query-results{margin-top:30px}.result-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:13px}.result-head h2{margin:0;font-size:19px}.result-head p{margin:4px 0 0;color:#7a857f;font-size:12px}.result-head button{min-height:38px;display:flex;align-items:center;gap:5px;padding:0 8px;border:0;color:#087b48;font-size:12px;font-weight:700;background:transparent}.receipt-ledger{overflow:hidden;border:1px solid #dfe7e2;border-radius:15px;background:#fff;box-shadow:0 5px 20px #1f3d2d0b}.receipt-entry{display:grid;grid-template-columns:50px 1fr;gap:12px;padding:18px 15px;border-bottom:1px solid #e8eeea}.receipt-entry:last-child{border-bottom:0}.receipt-date{padding-top:2px;text-align:center}.receipt-date strong,.receipt-date span{display:block}.receipt-date strong{font-size:24px;font-variant-numeric:tabular-nums;line-height:1}.receipt-date span{margin-top:6px;color:#7a857f;font-size:10px}.receipt-main{min-width:0}.receipt-main>header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.receipt-number{color:#087b48;font-size:11px;font-weight:750;font-variant-numeric:tabular-nums}.receipt-main h3{margin:5px 0 0;font-size:15px;line-height:1.35}.inspection-badge{flex:0 0 auto;display:flex;align-items:center;gap:4px;padding:5px 8px;border-radius:8px;font-size:10px;font-weight:700}.inspection-badge.passed{color:#087b48;background:#e3f5eb}.inspection-badge.failed{color:#a52d35;background:#fde9ea}.inspection-badge.pending{color:#8c6518;background:#fff2d8}.receipt-identifiers{display:flex;flex-wrap:wrap;gap:7px 14px;margin-top:9px;color:#758079;font-size:11px}.receipt-figures{display:grid;grid-template-columns:repeat(3,1fr);margin:15px 0 0;padding-top:13px;border-top:1px solid #edf1ef}.receipt-figures div{min-width:0;padding:0 9px;border-right:1px solid #edf1ef}.receipt-figures div:first-child{padding-left:0}.receipt-figures div:last-child{padding-right:0;border:0}.receipt-figures dt{color:#828c86;font-size:10px}.receipt-figures dd{overflow:hidden;margin:4px 0 0;font-size:13px;font-weight:750;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.receipt-figures .received dd{color:#087b48}.receipt-more{margin-top:12px}.receipt-more summary{min-height:38px;display:flex;align-items:center;justify-content:space-between;list-style:none;color:#68746d;font-size:11px;font-weight:650;cursor:pointer}.receipt-more summary::-webkit-details-marker{display:none}.receipt-more[open] summary svg{transform:rotate(180deg)}.receipt-more>div{display:grid;gap:8px;padding:11px 12px;border-radius:9px;background:#f6f8f7}.receipt-more p{display:flex;justify-content:space-between;gap:16px;margin:0;color:#737e78;font-size:11px}.receipt-more p strong{color:#29342e;text-align:right}.receipt-skeletons{overflow:hidden;border:1px solid #dfe7e2;border-radius:15px;background:#fff}.receipt-skeleton{padding:20px;border-bottom:1px solid #e8eeea}.receipt-skeleton i{display:block;height:12px;margin-bottom:12px;border-radius:6px;background:linear-gradient(90deg,#e8edea 20%,#f7f9f8,#e8edea 70%);background-size:300% 100%;animation:query-shine 1.2s infinite}.receipt-skeleton i:nth-child(1){width:40%}.receipt-skeleton i:nth-child(2){width:75%;height:18px}.receipt-skeleton i:nth-child(3){width:100%;margin:0}.query-state{padding:55px 20px;border:1px solid #e0e7e3;border-radius:15px;text-align:center;background:#fff}.query-state>span{width:54px;height:54px;display:flex;align-items:center;justify-content:center;margin:auto;border-radius:16px;color:#087b48;background:#e7f5ed}.query-state h3{margin:14px 0 5px;font-size:16px}.query-state p{margin:0;color:#7b8680;font-size:12px}.query-state button{min-height:42px;margin-top:16px;padding:0 18px;border:1px solid #bad5c6;border-radius:10px;color:#087b48;font-weight:700;background:#fff}.error-state>span{color:#a52d35;background:#fde9ea}.query-load-more{width:100%;min-height:52px;display:flex;align-items:center;justify-content:center;gap:7px;margin-top:12px;border:1px solid #dbe4df;border-radius:12px;color:#087b48;font-size:13px;font-weight:700;background:#fff}.result-end{margin:18px 0 0;color:#909993;font-size:11px;text-align:center}@keyframes query-shine{to{background-position:-100% 0}}@media(min-width:620px){.query-hero{margin:0;padding-right:28px;padding-left:28px;border-radius:0 0 18px 18px}.query-controls{margin-right:16px;margin-left:16px}.advanced-filter{grid-template-columns:repeat(4,1fr)}.filter-wide{grid-column:auto}.filter-actions{grid-column:1/-1;grid-template-columns:130px 180px;justify-content:end}.receipt-entry{grid-template-columns:64px 1fr;padding:20px 22px}}@media(prefers-reduced-motion:reduce){.filter-panel-enter-active,.filter-panel-leave-active,.filter-chevron{transition:none}.receipt-skeleton i{animation:none}}.orders-page{width:100%;max-width:760px;margin:auto;padding:0 16px 28px}.orders-hero{display:grid;grid-template-columns:1fr auto;align-items:end;gap:20px;margin:0 -16px;padding:30px 20px 38px;color:#fff;background:#087b48}.orders-hero>div:first-child>span{font-size:10px;font-weight:800;letter-spacing:2.6px;opacity:.72}.orders-hero h1{margin:7px 0 6px;font-size:27px;letter-spacing:-.8px}.orders-hero p{max-width:380px;margin:0;color:#ffffffc2;font-size:13px;line-height:1.55}.orders-count{text-align:right}.orders-count strong,.orders-count span{display:block}.orders-count strong{font-size:34px;font-variant-numeric:tabular-nums;line-height:1}.orders-count span{margin-top:7px;font-size:11px;opacity:.68}.orders-toolbar{position:relative;z-index:2;margin-top:-20px;border:1px solid #dce5e0;border-radius:15px;background:#fff;box-shadow:0 12px 30px #1939271a}.order-search{height:58px;display:grid;grid-template-columns:auto 1fr 44px;align-items:center;gap:10px;padding:6px 7px 6px 16px;color:#748078}.order-search input{width:100%;height:44px;border:0;color:#17211c;font-size:16px;background:transparent;outline:0}.order-search button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:0;border-radius:11px;color:#fff;background:#087b48}.order-search button:active{transform:scale(.97)}.order-tabs{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #edf1ef}.order-tabs button{min-width:0;min-height:52px;display:flex;align-items:center;justify-content:center;gap:5px;padding:0 4px;border:0;border-right:1px solid #edf1ef;color:#69756e;font-size:11px;font-weight:650;background:#fbfcfb}.order-tabs button:last-child{border:0}.order-tabs button.active{position:relative;color:#087b48;background:#f0f8f3}.order-tabs button.active:after{content:"";position:absolute;right:15px;bottom:0;left:15px;height:3px;border-radius:3px 3px 0 0;background:#087b48}.order-results{margin-top:30px}.order-result-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:13px}.order-result-head h2{margin:0;font-size:19px}.order-result-head p{margin:4px 0 0;color:#7a857f;font-size:12px}.order-result-head button{min-height:38px;display:flex;align-items:center;gap:5px;padding:0 8px;border:0;color:#087b48;font-size:12px;font-weight:700;background:transparent}.order-queue{display:grid;gap:14px}.order-ticket{position:relative;overflow:hidden;border:1px solid #dfe7e2;border-radius:15px;background:#fff;box-shadow:0 5px 20px #1f3d2d0d}.order-ticket:before{content:"";position:absolute;top:0;bottom:0;left:0;width:4px;background:#d7dfda}.order-ticket.order-status-0:before{background:#d69a24}.order-ticket.order-status-1:before{background:#087b48}.order-ticket.order-status-2:before{background:#b33d46}.ticket-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:17px 16px 14px 19px}.ticket-identity{min-width:0}.ticket-number{color:#087b48;font-size:11px;font-weight:750;font-variant-numeric:tabular-nums}.ticket-identity h3{margin:5px 0 0;font-size:16px;line-height:1.35}.ticket-identity p{display:flex;align-items:center;gap:5px;margin:7px 0 0;color:#7a857f;font-size:11px}.ticket-state{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.order-state,.risk-state{display:flex;align-items:center;gap:4px;padding:5px 8px;border-radius:8px;font-size:10px;font-weight:750}.order-status-0 .order-state{color:#8c6419;background:#fff2d7}.order-status-1 .order-state{color:#087b48;background:#e3f5eb}.order-status-2 .order-state{color:#a32e37;background:#fde9ea}.risk-state{color:#9b3037;background:#fff0f0}.risk-soon .risk-state{color:#8c6419;background:#fff2d7}.ticket-metrics{display:grid;grid-template-columns:repeat(4,1fr);margin:0 16px 0 19px;padding:14px 0;border-top:1px solid #edf1ef;border-bottom:1px solid #edf1ef}.ticket-metrics div{min-width:0;padding:0 8px;border-right:1px solid #edf1ef}.ticket-metrics div:first-child{padding-left:0}.ticket-metrics div:last-child{padding-right:0;border:0}.ticket-metrics dt{color:#828c86;font-size:10px}.ticket-metrics dd{overflow:hidden;margin:5px 0 0;font-size:13px;font-weight:750;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.ticket-metrics dd small{margin-left:2px;font-size:9px}.ticket-metrics .unfilled dd{color:#99640e}.delivery-window{display:flex;align-items:center;gap:10px;margin:13px 16px 0 19px;color:#087b48}.delivery-window div{display:flex;align-items:center;justify-content:space-between;flex:1;gap:12px}.delivery-window span{color:#7b8680;font-size:11px}.delivery-window strong{font-size:12px;font-variant-numeric:tabular-nums}.order-remark{display:flex;align-items:flex-start;gap:8px;margin:12px 16px 0 19px;padding:10px 11px;border-radius:9px;color:#59655e;font-size:11px;line-height:1.45;background:#f5f7f6}.order-remark svg{flex:0 0 auto}.detail-toggle{width:calc(100% - 35px);min-height:44px;display:flex;align-items:center;justify-content:space-between;margin:8px 16px 0 19px;padding:0;border:0;color:#5e6a63;font-size:12px;font-weight:700;background:transparent}.detail-toggle svg{transition:transform .2s}.detail-toggle svg.rotated{transform:rotate(180deg)}.ticket-details{margin:0 16px 14px 19px;overflow:hidden;border-radius:11px;background:#f5f8f6}.details-empty{padding:28px;color:#849089;font-size:12px;text-align:center}.material-row{display:grid;grid-template-columns:32px 1fr;gap:9px;padding:13px 12px;border-bottom:1px solid #dfe7e2}.material-row:last-child{border:0}.item-index{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#087b48;font-size:10px;font-weight:800;background:#e2f2e9}.material-main{min-width:0}.material-main>header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.material-main header div{min-width:0}.material-main strong,.material-main header span{display:block}.material-main strong{font-size:12px;line-height:1.4}.material-main header span{margin-top:4px;overflow:hidden;color:#7a857f;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.material-main header b{flex:0 0 auto;color:#087b48;font-size:11px}.material-main dl{display:grid;grid-template-columns:repeat(3,1fr);margin:10px 0 0}.material-main dl div{border-right:1px solid #dce4df}.material-main dl div:last-child{border:0}.material-main dt{color:#88928d;font-size:9px}.material-main dd{margin:3px 0 0;font-size:10px;font-weight:700;font-variant-numeric:tabular-nums}.detail-skeleton{padding:14px}.detail-skeleton i{display:block;height:42px;margin-bottom:9px;border-radius:8px;background:linear-gradient(90deg,#e5ebe7 20%,#f8faf9,#e5ebe7 70%);background-size:300% 100%;animation:order-shine 1.2s infinite}.ticket-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:9px;padding:13px 16px 16px 19px;border-top:1px solid #edf1ef}.ticket-actions button{min-height:46px;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:11px;font-weight:750}.reject-order{border:1px solid #edc9cc;color:#aa333c;background:#fff}.confirm-order{border:0;color:#fff;background:#087b48}.ticket-complete{display:flex;align-items:center;gap:7px;padding:13px 16px 15px 19px;border-top:1px solid #edf1ef;color:#718078;font-size:11px}.order-status-1 .ticket-complete svg{color:#087b48}.order-status-2 .ticket-complete svg{color:#aa333c}.order-detail-enter-active,.order-detail-leave-active{transition:opacity .18s ease,transform .18s ease}.order-detail-enter-from,.order-detail-leave-to{opacity:0;transform:translateY(-5px)}.order-empty{padding:58px 20px;border:1px solid #e0e7e3;border-radius:15px;text-align:center;background:#fff}.order-empty>span{width:54px;height:54px;display:flex;align-items:center;justify-content:center;margin:auto;border-radius:16px;color:#087b48;background:#e7f5ed}.order-empty.error>span{color:#a52d35;background:#fde9ea}.order-empty h3{margin:14px 0 5px;font-size:16px}.order-empty p{margin:0;color:#7b8680;font-size:12px}.order-empty button{min-height:42px;margin-top:16px;padding:0 18px;border:1px solid #bad5c6;border-radius:10px;color:#087b48;font-weight:700;background:#fff}.order-skeleton-list{display:grid;gap:14px}.order-skeleton{padding:20px;border:1px solid #dfe7e2;border-radius:15px;background:#fff}.order-skeleton i{display:block;height:13px;margin-bottom:15px;border-radius:7px;background:linear-gradient(90deg,#e8edea 20%,#f7f9f8,#e8edea 70%);background-size:300% 100%;animation:order-shine 1.2s infinite}.order-skeleton i:first-child{width:45%}.order-skeleton i:nth-child(2){width:72%;height:20px}.order-skeleton i:last-child{width:100%;height:68px;margin:0}.orders-load-more{width:100%;min-height:52px;display:flex;align-items:center;justify-content:center;gap:7px;margin-top:14px;border:1px solid #dbe4df;border-radius:12px;color:#087b48;font-size:13px;font-weight:700;background:#fff}.orders-end{margin:18px 0 0;color:#909993;font-size:11px;text-align:center}@keyframes order-shine{to{background-position:-100% 0}}@media(min-width:620px){.orders-hero{margin:0;padding-right:28px;padding-left:28px;border-radius:0 0 18px 18px}.orders-toolbar{margin-right:16px;margin-left:16px}.order-queue{grid-template-columns:repeat(2,1fr)}.order-ticket{align-self:start}.ticket-metrics{grid-template-columns:repeat(2,1fr);row-gap:12px}.ticket-metrics div:nth-child(2){border-right:0}.ticket-metrics div:nth-child(3){padding-left:0}}@media(prefers-reduced-motion:reduce){.detail-toggle svg,.order-detail-enter-active,.order-detail-leave-active{transition:none}.order-skeleton i,.detail-skeleton i{animation:none}}.delivery-page{width:100%;max-width:760px;margin:auto;padding:0 16px 28px}.delivery-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 -16px;padding:30px 20px 38px;color:#fff;background:#087b48}.delivery-hero>div>span{font-size:10px;font-weight:800;letter-spacing:2.5px;opacity:.7}.delivery-hero h1{margin:7px 0 6px;font-size:27px}.delivery-hero p{margin:0;color:#ffffffbf;font-size:12px}.delivery-hero>a{min-width:94px;height:44px;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:11px;color:#087b48;font-size:13px;font-weight:800;text-decoration:none;background:#fff}.delivery-filters{position:relative;z-index:2;margin-top:-20px;overflow:hidden;border:1px solid #dce5e0;border-radius:15px;background:#fff;box-shadow:0 12px 30px #1939271a}.delivery-filters form{height:58px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:6px 10px 6px 16px;color:#758079}.delivery-filters input{height:44px;border:0;font-size:16px;outline:0}.delivery-filters form button{height:40px;border:0;color:#087b48;font-weight:750;background:transparent}.delivery-filters nav{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #edf1ef}.delivery-filters nav button{min-height:48px;padding:0 3px;border:0;border-right:1px solid #edf1ef;color:#6b766f;font-size:11px;background:#fbfcfb}.delivery-filters nav button:last-child{border:0}.delivery-filters nav button.active{color:#087b48;font-weight:750;background:#edf8f1}.delivery-results{margin-top:28px}.delivery-results>header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:12px}.delivery-results h2{margin:0;font-size:19px}.delivery-results>header p{margin:4px 0 0;color:#7b8680;font-size:12px}.delivery-results>header button{min-height:38px;display:flex;align-items:center;gap:5px;border:0;color:#087b48;background:transparent}.delivery-list{display:grid;gap:13px}.delivery-card{overflow:hidden;border:1px solid #dfe7e2;border-radius:15px;background:#fff;box-shadow:0 5px 20px #1f3d2d0d}.delivery-card>header{display:flex;justify-content:space-between;gap:12px;padding:17px 16px}.delivery-card>header span{color:#087b48;font-size:11px;font-weight:750}.delivery-card h3{margin:5px 0 0;font-size:16px}.delivery-card>header b,.delivery-edit-head>b{height:27px;display:flex;align-items:center;padding:0 9px;border-radius:8px;font-size:10px}.status-0{color:#8b641c;background:#fff2d8}.status-1{color:#087b48;background:#e3f5eb}.status-2{color:#126b8a;background:#e5f3f8}.delivery-card dl{display:grid;grid-template-columns:repeat(3,1fr);margin:0;padding:14px 16px;border-top:1px solid #edf1ef;border-bottom:1px solid #edf1ef}.delivery-card dl div{padding:0 10px;border-right:1px solid #edf1ef}.delivery-card dl div:first-child{padding-left:0}.delivery-card dl div:last-child{border:0}.delivery-card dt{color:#849089;font-size:10px}.delivery-card dd{margin:5px 0 0;font-size:13px;font-weight:750}.delivery-card>p{display:flex;gap:7px;margin:0;padding:13px 16px;color:#6d7972;font-size:11px}.delivery-card>footer{display:flex;gap:8px;padding:12px 16px;border-top:1px solid #edf1ef}.delivery-card>footer button{min-height:42px;display:flex;align-items:center;justify-content:center;gap:5px;flex:1;border:1px solid #bfd7c8;border-radius:10px;color:#087b48;font-weight:700;background:#fff}.delivery-card>footer button.delete{color:#a7323b;border-color:#efcdd0}.delivery-empty{padding:60px 20px;border:1px solid #e0e7e3;border-radius:15px;text-align:center;background:#fff}.delivery-empty.compact{margin:14px 0}.delivery-empty>span{width:54px;height:54px;display:flex;align-items:center;justify-content:center;margin:auto;border-radius:16px;color:#087b48;background:#e7f5ed}.delivery-empty h3{margin:14px 0 5px}.delivery-empty p{margin:0;color:#78847d;font-size:12px}.delivery-empty a{display:inline-flex;margin-top:18px;padding:12px 18px;border-radius:10px;color:#fff;text-decoration:none;background:#087b48}.delivery-skeleton{display:grid;gap:12px}.delivery-skeleton i{display:block;height:150px;border-radius:15px;background:linear-gradient(90deg,#e8edea 20%,#f7f9f8,#e8edea 70%);background-size:300% 100%;animation:delivery-shine 1.2s infinite}.delivery-more{width:100%;min-height:50px;margin-top:14px;border:1px solid #dbe4df;border-radius:11px;color:#087b48;font-weight:700;background:#fff}.home-shortcuts{display:grid;gap:9px;margin-top:20px}.home-shortcuts a{min-height:64px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;padding:10px 13px;border:1px solid #dfe7e2;border-radius:13px;color:#087b48;text-decoration:none;background:#fff}.home-shortcuts span strong,.home-shortcuts span small{display:block}.home-shortcuts strong{color:#243029;font-size:14px}.home-shortcuts small{margin-top:4px;color:#7a857f;font-size:11px}.delivery-edit{min-height:100dvh;padding-bottom:94px;background:#f3f6f4}.delivery-edit-head{position:sticky;z-index:20;top:0;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:10px;padding:9px 16px;border-bottom:1px solid #dfe7e2;background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.delivery-edit-head>button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:0;background:transparent}.delivery-edit-head span{color:#087b48;font-size:10px;font-weight:750}.delivery-edit-head h1{margin:2px 0 0;font-size:17px}.delivery-stepper{max-width:760px;display:grid;grid-template-columns:1fr 60px 1fr;align-items:center;margin:auto;padding:18px 28px}.delivery-stepper>div{display:flex;align-items:center;gap:8px;color:#7c8781;font-size:12px}.delivery-stepper i{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-style:normal;background:#dfe6e2}.delivery-stepper .active,.delivery-stepper .done{color:#087b48;font-weight:750}.delivery-stepper .active i,.delivery-stepper .done i{color:#fff;background:#087b48}.delivery-stepper em{height:2px;background:#dfe6e2}.source-step,.notice-step,.delivery-edit-loading{width:100%;max-width:760px;margin:auto;padding:0 16px}.source-search{height:52px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:0 12px;border:1px solid #dce5e0;border-radius:13px;background:#fff}.source-search input{height:44px;border:0;font-size:16px;outline:0}.source-search button{height:38px;border:0;color:#087b48;font-weight:750;background:transparent}.selected-summary{display:flex;justify-content:space-between;margin:13px 0;padding:11px 13px;border-radius:10px;color:#526159;font-size:12px;background:#e8f4ed}.selected-summary strong{color:#087b48}.source-list{display:grid;gap:11px}.source-card{position:relative;display:grid;grid-template-columns:38px 1fr;gap:8px;padding:14px;border:1px solid #dfe7e2;border-radius:14px;background:#fff}.source-card.selected{border-color:#87bfa1;background:#f4faf6}.source-select{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:2px solid #b8c5be;border-radius:9px;color:#fff;background:#fff}.selected .source-select{border-color:#087b48;background:#087b48}.source-content header{display:flex;justify-content:space-between;gap:10px}.source-content header span{color:#087b48;font-size:10px;font-weight:750}.source-content h3{margin:4px 0;font-size:14px}.source-content header p{margin:0;color:#78847d;font-size:10px}.source-content header b{flex:0 0 auto;color:#59655e;font-size:11px}.source-content dl{display:grid;grid-template-columns:repeat(3,1fr);margin:13px 0 0;padding-top:11px;border-top:1px solid #edf1ef}.source-content dl div{border-right:1px solid #edf1ef}.source-content dl div:last-child{border:0}.source-content dt{color:#87918c;font-size:9px}.source-content dd{margin:3px 0 0;font-size:12px;font-weight:750}.source-content .available dd{color:#087b48}.delivery-edit-actions,.notice-actions{position:fixed;z-index:30;right:0;bottom:0;left:0;display:grid;gap:9px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid #dce5e0;background:#fffffff7}.delivery-edit-actions{grid-template-columns:1fr}.primary-action,.submit-action{min-height:48px;display:flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:11px;color:#fff;font-weight:750;background:#087b48}.primary-action:disabled{opacity:.45}.notice-section{margin-bottom:14px;padding:17px 15px;border:1px solid #dfe7e2;border-radius:15px;background:#fff}.notice-section>header{display:flex;align-items:center;gap:10px;margin-bottom:16px;color:#087b48}.notice-section h2{margin:0;color:#1b2720;font-size:17px}.notice-section header p{margin:3px 0 0;color:#7a857f;font-size:11px}.notice-fields{display:grid;gap:13px}.notice-fields label>span,.qty-control label>span{display:block;margin-bottom:6px;color:#59655e;font-size:12px;font-weight:650}.notice-fields input,.notice-fields textarea,.qty-control input{width:100%;min-height:46px;padding:10px 12px;border:1px solid #d8e1dc;border-radius:10px;font-size:16px;background:#fbfcfb;outline:0}.notice-fields input:focus,.notice-fields textarea:focus,.qty-control input:focus{border-color:#087b48;box-shadow:0 0 0 3px #087b481a}.notice-fields input:disabled,.notice-fields textarea:disabled,.qty-control input:disabled{color:#5f6b64;background:#edf1ef}.notice-fields small,.qty-control small{display:block;margin-top:5px;color:#b02e38;font-size:11px}.notice-items{display:grid;gap:10px}.notice-items>article{padding:12px;border-radius:11px;background:#f5f8f6}.notice-items article>header{display:flex;justify-content:space-between}.notice-items header span{color:#087b48;font-size:10px;font-weight:750}.notice-items h3{margin:4px 0;font-size:13px}.notice-items header p{margin:0;color:#78847d;font-size:10px}.notice-items header button{width:38px;height:38px;border:0;border-radius:9px;color:#a6323b;background:#fff}.qty-control{display:grid;grid-template-columns:1fr 1.3fr;align-items:end;gap:12px;margin-top:12px}.qty-control>div span{display:block;color:#818c86;font-size:10px}.qty-control>div strong{display:block;margin-top:5px;font-size:16px}.notice-total{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-top:13px;border-top:1px solid #e3e9e5}.notice-total span{color:#657169;font-size:12px}.notice-total strong{color:#087b48;font-size:18px}.notice-total small{display:block;margin-top:3px;color:#66736b;font-size:11px}.notice-actions{grid-template-columns:.8fr 1fr 1.2fr}.notice-actions button{min-height:48px;border-radius:10px;font-weight:750}.back-action{display:flex;align-items:center;justify-content:center;border:1px solid #d8e1dc;color:#5a665f;background:#fff}.draft-action{border:1px solid #a8ceb9;color:#087b48;background:#f0f8f3}.submit-action{border:0}.submitted-banner{display:flex;gap:10px;margin-bottom:20px;padding:16px;border-radius:13px;color:#087b48;background:#e5f5ec}.submitted-banner span,.submitted-banner strong{display:block}.submitted-banner span{margin-top:4px;color:#657169;font-size:11px}.delivery-edit-loading{padding-top:80px;text-align:center;color:#78847d}@keyframes delivery-shine{to{background-position:-100% 0}}@media(min-width:620px){.delivery-hero{margin:0;border-radius:0 0 18px 18px}.delivery-filters{margin-right:16px;margin-left:16px}.delivery-list,.source-list,.notice-fields{grid-template-columns:repeat(2,1fr)}.notice-fields .wide{grid-column:1/-1}.delivery-edit-actions,.notice-actions{left:50%;max-width:760px;transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.delivery-skeleton i{animation:none}}.invoice-dict-page{min-height:100dvh;background:#f3f6f4}.invoice-add{min-height:40px;display:flex;align-items:center;gap:5px;padding:0 10px;border:0;border-radius:9px;color:#fff;font-size:12px;font-weight:750;background:#087b48}.invoice-dict-content{width:100%;max-width:720px;margin:auto;padding:16px}.invoice-guide{display:flex;gap:11px;padding:15px;border:1px solid #c9dfd2;border-radius:13px;color:#087b48;background:#eef8f2}.invoice-guide div{color:#233129}.invoice-guide strong{font-size:14px}.invoice-guide p{margin:4px 0 0;color:#69766f;font-size:11px}.invoice-dict-list{display:grid;gap:12px;margin-top:16px}.invoice-dict-list article{overflow:hidden;border:1px solid #dfe7e2;border-radius:14px;background:#fff;box-shadow:0 5px 20px #1f3d2d0d}.invoice-dict-list article>header{display:flex;align-items:center;justify-content:space-between;padding:16px;color:#087b48}.invoice-dict-list header span{font-size:10px;font-weight:750}.invoice-dict-list h2{margin:5px 0 0;color:#1c2821;font-size:16px}.invoice-dict-list dl{display:flex;align-items:center;justify-content:space-between;margin:0;padding:13px 16px;border-top:1px solid #edf1ef;border-bottom:1px solid #edf1ef}.invoice-dict-list dt{color:#7a857f;font-size:11px}.invoice-dict-list dd{margin:0;font-size:13px;font-weight:750}.invoice-dict-list article>p{margin:0;padding:11px 16px;color:#707b75;font-size:11px}.invoice-dict-list footer{display:flex;gap:8px;padding:12px 16px}.invoice-dict-list footer button{min-height:40px;display:flex;align-items:center;justify-content:center;gap:5px;flex:1;border:1px solid #bfd5c7;border-radius:9px;color:#087b48;font-weight:700;background:#fff}.invoice-dict-list footer .delete{color:#a8323b;border-color:#efcccf}.invoice-dict-empty{margin-top:16px;padding:70px 20px;border:1px solid #dfe7e2;border-radius:14px;text-align:center;background:#fff}.invoice-dict-empty>span{width:56px;height:56px;display:flex;align-items:center;justify-content:center;margin:auto;border-radius:16px;color:#087b48;background:#e7f5ed}.invoice-dict-empty h2{margin:14px 0 5px;font-size:17px}.invoice-dict-empty p{margin:0;color:#76817b;font-size:12px}.invoice-dict-empty button{min-height:44px;margin-top:18px;padding:0 18px;border:0;border-radius:10px;color:#fff;font-weight:750;background:#087b48}.invoice-dict-skeleton{display:grid;gap:12px;margin-top:16px}.invoice-dict-skeleton i{height:130px;border-radius:14px;background:linear-gradient(90deg,#e7ece9,#f8faf9,#e7ece9);background-size:300% 100%;animation:invoice-shine 1.2s infinite}.invoice-editor label{display:block;margin-top:15px}.invoice-editor label>span{display:block;margin-bottom:6px;color:#56635c;font-size:12px;font-weight:700}.invoice-editor select,.invoice-editor input,.invoice-editor textarea{width:100%;min-height:47px;padding:10px 12px;border:1px solid #d8e1dc;border-radius:10px;color:#17211c;font-size:16px;background:#fbfcfb;outline:0}.invoice-editor textarea{resize:vertical}.invoice-editor select:focus,.invoice-editor input:focus,.invoice-editor textarea:focus{border-color:#087b48;box-shadow:0 0 0 3px #087b481a}.invoice-editor label small{display:block;margin-top:5px;color:#ae3039;font-size:11px}.invoice-editor .primary{margin-top:22px}.invoice-picker>header p{margin:4px 0 0;color:#748079;font-size:11px}.invoice-search{height:48px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px;margin-top:18px;padding:0 12px;border:1px solid #d8e1dc;border-radius:10px;color:#77827c}.invoice-search input{height:44px;border:0;font-size:16px;outline:0}.invoice-options{max-height:42dvh;display:grid;gap:8px;margin-top:13px;overflow:auto;overscroll-behavior:contain}.invoice-options button{min-height:64px;display:grid;grid-template-columns:1fr 24px;align-items:center;gap:8px;padding:10px 12px;border:1px solid #dfe7e2;border-radius:11px;color:#1c2821;text-align:left;background:#fff}.invoice-options button.selected{border-color:#70b28e;background:#f0f8f3}.invoice-options strong,.invoice-options small{display:block}.invoice-options strong{font-size:14px}.invoice-options small{margin-top:5px;color:#738078;font-size:11px}.invoice-options svg{color:#087b48}.invoice-options i{width:20px;height:20px;border:2px solid #c5d0ca;border-radius:50%}.apply-invoice{margin-top:14px}.picker-empty{padding:36px 15px;text-align:center;color:#76817b}.picker-empty p{margin:8px 0}.picker-empty a{color:#087b48;font-weight:700}.invoice-progress{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid #dfe7e2;background:#edf8f2}.invoice-progress strong,.invoice-progress span{display:block}.invoice-progress strong{color:#087b48;font-size:12px}.invoice-progress span{margin-top:3px;color:#6f7b74;font-size:10px}.invoice-progress button{min-height:38px;border:1px solid #a9ceb9;border-radius:9px;color:#087b48;font-size:11px;font-weight:700;background:#fff}.invoice-material{grid-template-columns:32px 1fr}.invoice-material.selected{background:#eef8f2}.invoice-check{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:2px solid #b9c6bf;border-radius:8px;color:#fff;background:#fff}.invoice-material.selected .invoice-check{border-color:#087b48;background:#087b48}.invoice-value{position:relative;width:100%;min-height:58px;display:grid;grid-template-columns:1fr auto;gap:3px 8px;margin-top:11px;padding:10px 34px 10px 11px;border:1px solid #dbe5df;border-radius:10px;text-align:left;background:#fff}.invoice-value>span{display:flex;align-items:center;gap:5px;color:#6e7a73;font-size:10px}.invoice-value>strong{grid-column:1;font-size:12px}.invoice-value>strong.missing{color:#a86a11}.invoice-value>small{grid-column:1;color:#7d8781;font-size:10px}.invoice-value>svg:last-child{position:absolute;right:10px;top:50%;color:#859089;transform:translateY(-50%)}.invoice-value:disabled{color:inherit;opacity:1}.invoice-detail-actions{display:grid;grid-template-columns:1fr 1.2fr;gap:8px;padding:12px}.invoice-detail-actions button{min-height:44px;border:1px solid #b7d4c3;border-radius:10px;color:#087b48;font-size:11px;font-weight:750;background:#fff}.invoice-detail-actions button:last-child{color:#fff;border-color:#087b48;background:#087b48}.invoice-detail-actions button:disabled{cursor:not-allowed;opacity:.45}.invoice-batch-bar{position:fixed;z-index:45;right:12px;bottom:calc(73px + env(safe-area-inset-bottom));left:12px;display:grid;grid-template-columns:1fr 1.35fr;align-items:center;gap:10px;padding:11px 12px;border:1px solid #b7d4c3;border-radius:14px;background:#fffffff7;box-shadow:0 14px 38px #1939272e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.invoice-batch-bar strong{font-size:12px}.invoice-batch-bar>div button{display:block;min-height:26px;padding:0;border:0;color:#6d7972;font-size:10px;background:transparent}.invoice-batch-bar>button{min-height:43px;display:flex;align-items:center;justify-content:center;gap:5px;border:0;border-radius:10px;color:#fff;font-size:11px;font-weight:750;background:#087b48}.invoice-batch-enter-active,.invoice-batch-leave-active{transition:opacity .18s,transform .18s}.invoice-batch-enter-from,.invoice-batch-leave-to{opacity:0;transform:translateY(8px)}@keyframes invoice-shine{to{background-position:-100% 0}}@media(min-width:620px){.invoice-dict-list{grid-template-columns:repeat(2,1fr)}.invoice-batch-bar{left:50%;max-width:720px;transform:translate(-50%)}.invoice-batch-enter-from,.invoice-batch-leave-to{transform:translate(-50%,8px)}}@media(prefers-reduced-motion:reduce){.invoice-dict-skeleton i{animation:none}.invoice-batch-enter-active,.invoice-batch-leave-active{transition:none}}
