@charset "UTF-8";
:root{color-scheme:light;--green:#185c43;--green-dark:#123f30;--green-soft:#eaf2ed;--lime:#d8e8b7;--ink:#20372d;--muted:#778279;--line:#e4e9e3;--bg:#f5f7f3;--white:#fff;--amber:#906521;--amber-bg:#fff5df;--red:#af453b;--red-bg:#fff0ed;--blue:#426e93;--radius:15px;--shadow:0 5px 25px #243b2b06;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;font-size:14px}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);line-height:1.65}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}button:disabled{cursor:not-allowed;opacity:.45}input,select,textarea{max-width:100%;min-width:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #90b7a0;outline-offset:3px}svg{flex-shrink:0}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{line-height:1.4;font-weight:650}h1{font-size:30px}h2{font-size:21px}h3{font-size:16px}small{font-size:12px}.icon{width:21px;height:21px;vertical-align:middle;display:inline-block}.muted{color:var(--muted)}.small{font-size:12px}.eyebrow{font-size:11px;letter-spacing:2.4px;text-transform:uppercase;font-weight:600;color:var(--green);display:flex;align-items:center;gap:8px}.eyebrow:before{content:"";height:6px;width:6px;border-radius:50%;background:currentColor}.row{display:flex;align-items:center;gap:12px}.between{justify-content:space-between}.wrap{flex-wrap:wrap}.stack{display:grid;gap:18px}.grow{flex:1;min-width:0}.mono{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;letter-spacing:.3px}.divider{height:1px;background:var(--line);margin:20px 0}.text-green{color:var(--green)}.text-red{color:var(--red)}.text-amber{color:var(--amber)}
.brand{display:flex;align-items:center;gap:11px}.brand-mark{height:40px;width:40px;display:grid;place-items:center;background:var(--green);color:white;border-radius:12px}.brand-mark .icon{width:26px;height:26px}.brand strong{font-size:17px;letter-spacing:1px;display:block;line-height:1.5}.brand small{display:block;color:var(--muted);font-size:10px;letter-spacing:1.1px}.pill,.badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;line-height:1.5;padding:5px 9px;border-radius:6px;white-space:nowrap;background:var(--green-soft);color:var(--green);font-weight:500}.pill{border-radius:30px}.pill .icon,.badge .icon{width:12px;height:12px}.badge.warning,.pill.warning{color:var(--amber);background:var(--amber-bg)}.badge.danger,.pill.danger{color:var(--red);background:var(--red-bg)}.badge.neutral{background:#eff1ee;color:#68756c}.badge.blue{background:#edf2f8;color:var(--blue)}
.btn{min-height:40px;border:1px solid transparent;background:var(--green);color:white;border-radius:9px;padding:9px 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;font-size:13px;font-weight:550;transition:background .15s,transform .15s}.btn:hover{background:var(--green-dark)}.btn:active{transform:translateY(1px)}.btn .icon{height:17px;width:17px}.btn.secondary{color:var(--ink);border-color:var(--line);background:white}.btn.secondary:hover{background:var(--bg);border-color:#bbcbbf}.btn.ghost{color:var(--muted);background:transparent}.btn.ghost:hover{background:var(--green-soft);color:var(--green)}.btn.danger{background:var(--red-bg);color:var(--red)}.btn.light{background:white;color:var(--green)}.btn.sm{min-height:32px;padding:5px 10px;font-size:12px}.btn.full{width:100%}.text-button{padding:0;background:none;border:0;color:var(--green);font-size:12px;display:inline-flex;align-items:center;gap:5px}.text-button .icon{width:15px;height:15px}.icon-button{height:36px;width:36px;display:inline-grid;place-items:center;border:1px solid var(--line);background:white;border-radius:9px;color:var(--muted)}
.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow);min-width:0}.card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.card-header h3{display:flex;align-items:center;gap:8px}.card-header h3 .icon{color:var(--green);width:18px;height:18px}.callout{display:flex;align-items:flex-start;gap:9px;padding:12px 14px;border-radius:9px;background:var(--green-soft);color:var(--green);font-size:12px;line-height:1.8}.callout .icon{width:17px;height:17px;margin-top:2px}.callout.warning{background:var(--amber-bg);color:var(--amber)}.callout.danger{background:var(--red-bg);color:var(--red)}.field{display:grid;gap:6px;min-width:0}.field>span:first-child{font-size:12px;font-weight:550;color:#526158}.required{color:var(--red);margin-left:3px}.field input:not([type=checkbox]),.field select,.field textarea,.search-input{width:100%;padding:11px 12px;border:1px solid #dce3dc;border-radius:8px;background:white;color:var(--ink);outline-offset:0}.field textarea{min-height:86px;resize:vertical}.field input:disabled{background:var(--bg);color:var(--muted)}.field small{color:var(--muted);font-size:11px}.field.checkbox{display:flex;align-items:flex-start;gap:8px;padding:10px 0;font-size:12px}.field.checkbox input{margin-top:4px;accent-color:var(--green);height:16px;width:16px;flex-shrink:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid .wide{grid-column:1/-1}.form-error{color:var(--red);background:var(--red-bg);border-radius:8px;padding:10px 12px;font-size:12px;display:none}.form-error:not(:empty){display:block}.search-box{position:relative;min-width:180px;flex:1;max-width:360px}.search-box .icon{position:absolute;left:12px;top:12px;width:17px;height:17px;color:var(--muted)}.search-box input{padding-left:38px}.filters{display:flex;align-items:center;gap:10px;margin-bottom:18px;flex-wrap:wrap}.filters select{padding:10px 30px 10px 12px;background:white;border:1px solid var(--line);border-radius:8px;max-width:200px}.tabs{display:flex;gap:6px;border-bottom:1px solid var(--line);margin-bottom:20px;overflow:auto}.tab{border:0;border-bottom:2px solid transparent;background:none;padding:11px 16px;color:var(--muted);white-space:nowrap;font-size:13px}.tab.active{color:var(--green);border-bottom-color:var(--green);font-weight:600}.empty{padding:46px 15px;text-align:center;color:var(--muted)}.empty>.icon{width:35px;height:35px;opacity:.6;margin-bottom:12px}.empty p{font-size:13px;margin:6px 0 16px}.empty strong{display:block;color:var(--ink)}
/* Role selection */
.landing{min-height:100vh;background:#f7f8f4}.landing-header{max-width:1320px;padding:25px 42px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #e1e7df}.landing-main{max-width:1320px;margin:auto;padding:45px 42px 24px}.landing-hero{display:grid;grid-template-columns:1.05fr 1fr;gap:44px;align-items:center;margin-bottom:42px}.landing-copy h1{font-size:46px;letter-spacing:-1px;line-height:1.4;margin:16px 0}.landing-copy h1 em{font-style:normal;color:var(--green)}.landing-copy>p{font-size:14px;max-width:440px;color:var(--muted);line-height:2}.hero-tags{display:flex;gap:20px;margin-top:24px;flex-wrap:wrap;font-size:12px;color:#657267}.hero-tags span{display:flex;align-items:center;gap:5px}.hero-tags .icon{width:16px;height:16px;color:var(--green)}.landing-illustration{background:#eaf0e4;position:relative;border:1px solid #e1e8d9;border-radius:24px;padding:28px 28px 0;min-height:310px;overflow:hidden}.illustration-caption{position:relative;z-index:1;display:flex;justify-content:space-between}.illustration-caption strong{font-size:17px}.illustration-caption p{font-size:11px;color:#6b8069;margin-top:5px}.tractor-art{width:100%;height:auto;display:block}.landing-illustration .tractor-art{max-height:260px;margin-top:-12px}.art-seal{width:49px;height:49px;display:grid;place-items:center;background:#ffffff9c;border-radius:50%;color:var(--green)}.art-seal .icon{width:28px;height:28px}.flow-strip{display:flex;align-items:center;justify-content:space-between;padding:18px 23px;background:white;border:1px solid var(--line);border-radius:12px;margin-bottom:35px;gap:10px}.flow-item{display:flex;gap:9px;align-items:center;white-space:nowrap;font-size:12px}.flow-item i{font-style:normal;font-size:11px;width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:var(--green-soft);color:var(--green)}.flow-strip>.icon{color:#bdc9bd;width:14px;height:14px}.section-title{display:flex;justify-content:space-between;align-items:center;margin:26px 0 16px;gap:10px}.section-title h2{font-size:19px;display:flex;align-items:center;gap:9px}.section-title p{font-size:12px;color:var(--muted)}.role-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.role-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;border:1px solid var(--line);background:white;border-radius:13px;padding:21px;min-height:174px;position:relative;transition:transform .18s,border-color .18s,box-shadow .18s}.role-card:hover{transform:translateY(-3px);border-color:#89af95;box-shadow:0 8px 24px #24482a0a}.role-icon{width:43px;height:43px;border-radius:12px;background:var(--green-soft);color:var(--green);display:grid;place-items:center;margin-bottom:14px}.role-icon .icon{width:24px;height:24px}.role-card strong{font-size:16px;font-weight:600;margin-bottom:5px}.role-card p{font-size:12px;color:var(--muted);line-height:1.8}.role-card>.icon{position:absolute;right:19px;top:30px;width:16px;height:16px;color:#a3b6a7}.role-card .role-meta{font-size:10px;margin-top:13px;color:#8b988f;letter-spacing:.5px}.role-card.admin-role{min-height:134px;padding:18px}.admin-role .role-icon{width:32px;height:32px;border-radius:9px;margin-bottom:10px}.admin-role .role-icon .icon{width:19px;height:19px}.admin-role strong{font-size:14px}.admin-role p{font-size:11px}.public-banner{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:29px 0;padding:24px 28px;background:#edf2e8;border:1px solid #dce6d8;border-radius:13px}.public-banner h3{margin-bottom:5px}.public-banner p{color:#74816c;font-size:12px}.landing-footer{max-width:1236px;margin:auto;padding:22px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:15px;color:var(--muted);font-size:11px}.landing-footer button{font-size:11px}
/* Desktop workbench */
.sidebar{width:224px;position:fixed;inset:0 auto 0 0;background:#fff;border-right:1px solid var(--line);padding:29px 18px;display:flex;flex-direction:column;z-index:30}.sidebar .brand{padding:0 9px;margin-bottom:29px}.sidebar .brand strong{font-size:15px}.sidebar .brand-mark{width:34px;height:34px;border-radius:10px}.sidebar .brand-mark .icon{width:23px;height:23px}.sidebar .brand small{font-size:9px}.sidebar-org{padding:13px 12px;border:1px solid var(--line);border-radius:10px;background:var(--bg);font-size:11px;margin-bottom:26px}.sidebar-org strong{display:block;font-size:12px;margin-top:4px}.nav-label{font-size:10px;letter-spacing:1px;color:#9ca79e;padding:0 13px;margin:5px 0 9px}.sidebar nav{display:grid;gap:5px}.nav-item{display:flex;align-items:center;gap:11px;padding:11px 13px;border:0;background:none;width:100%;text-align:left;font-size:13px;color:#6f7d72;border-radius:9px}.nav-item .icon{width:19px;height:19px}.nav-item:hover{background:var(--bg)}.nav-item.active{background:var(--green-soft);color:var(--green);font-weight:600}.nav-count{margin-left:auto;font-size:10px;background:white;min-width:21px;padding:1px 5px;border-radius:5px;text-align:center}.sidebar-bottom{margin-top:auto}.sidebar-note{margin:22px 10px;color:#98a299;font-size:10px;line-height:1.9}.admin-shell{padding-left:224px;min-height:100vh}.topbar{min-height:77px;display:flex;align-items:center;justify-content:space-between;padding:15px 32px;background:#ffffffd9;border-bottom:1px solid var(--line);gap:16px}.breadcrumb{font-size:12px;display:flex;align-items:center;gap:10px;color:var(--muted)}.breadcrumb .icon{width:12px;height:12px}.breadcrumb strong{font-weight:500;color:var(--ink)}.topbar-right{display:flex;align-items:center;gap:18px}.topbar-user{padding-left:18px;border-left:1px solid var(--line);display:flex;align-items:center;gap:9px}.avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#e8eee3;color:var(--green);font-weight:600;font-size:13px}.topbar-user strong{font-size:12px;display:block}.topbar-user small{color:var(--muted);font-size:10px;display:block}.admin-main{padding:30px 32px;max-width:1670px;margin:auto}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.page-heading h1{font-size:25px}.page-heading p{font-size:12px;color:var(--muted);margin-top:7px}.welcome-banner{background:#eaf0e5;border:1px solid #dfe7d9;border-radius:14px;display:flex;align-items:center;justify-content:space-between;padding:22px 25px;margin-bottom:23px;overflow:hidden}.welcome-banner h2{font-size:20px;margin-bottom:6px}.welcome-banner p{font-size:12px;color:#778572}.welcome-banner .tractor-art{height:112px;width:198px;margin:-16px -5px -24px 20px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin-bottom:23px}.stat-card{background:white;border:1px solid var(--line);padding:18px 20px;border-radius:13px;min-width:0}.stat-title{font-size:12px;color:var(--muted);display:flex;justify-content:space-between;align-items:center;gap:10px}.stat-title .icon{width:17px;height:17px;color:#819c87}.stat-value{font-size:30px;line-height:1.35;font-weight:600;letter-spacing:-.6px;margin:10px 0 5px}.stat-value small{font-size:12px;font-weight:400;color:var(--muted);margin-left:5px}.stat-note{font-size:10px;color:#8b978d}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 305px;gap:21px}.dashboard-aside{display:grid;align-content:start;gap:20px}.quick-links{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quick-link{background:var(--bg);padding:16px 8px;border:1px solid #ecf0e9;border-radius:10px;text-align:center;font-size:12px;display:grid;justify-items:center;gap:7px}.quick-link .icon{color:var(--green);width:23px;height:23px}.quick-link:hover{background:var(--green-soft)}.notice-item{display:flex;gap:10px;padding:13px 0;border-bottom:1px solid var(--line)}.notice-item:last-child{border:0;padding-bottom:0}.notice-dot{width:7px;height:7px;background:#b38c4b;border-radius:50%;margin-top:7px;flex-shrink:0}.notice-item strong{font-size:12px;font-weight:500;display:block;margin-bottom:4px}.notice-item p{font-size:11px;color:var(--muted)}
.table-wrap{overflow:auto;width:100%}table{width:100%;border-collapse:collapse;text-align:left;font-size:12px;white-space:nowrap}th{font-size:11px;font-weight:500;color:#8a948c;background:#f7f9f5;padding:12px 13px;border-bottom:1px solid var(--line)}td{padding:16px 13px;border-bottom:1px solid #eef1ec;vertical-align:middle}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fafcf8}td strong{font-size:12px;font-weight:550;display:block}td small{font-size:10px;color:var(--muted);display:block;margin-top:3px}.numeric{font-variant-numeric:tabular-nums}td .icon{width:16px;height:16px}.table-footer{border-top:1px solid var(--line);padding-top:15px;margin-top:8px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:11px}.table-footer .btn{font-size:11px}.select-order{accent-color:var(--green);width:15px;height:15px}.stage-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stage-summary button{border:1px solid var(--line);border-radius:9px;background:var(--bg);padding:13px 8px;text-align:left;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:12px}.stage-summary b{color:var(--ink);font-size:16px;font-weight:500}.company-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.company-grid .card .role-icon{margin:0}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px;align-items:start}.detail-heading{padding:24px}.machine-heading{display:flex;align-items:center;gap:15px;margin:17px 0}.machine-thumbnail{height:67px;width:74px;background:#f0f3e9;border-radius:12px;display:grid;place-items:center;color:#6e8656}.machine-thumbnail .icon{height:39px;width:39px}.machine-heading h2{font-size:22px}.machine-heading p{font-size:12px;color:var(--muted);margin-top:5px}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px 18px}.info-item span{display:block;font-size:11px;color:var(--muted);margin-bottom:5px}.info-item strong{display:block;font-size:12px;font-weight:500;overflow-wrap:anywhere}.detail-progress{display:flex;justify-content:space-between;gap:2px;padding:7px 0 3px}.progress-node{text-align:center;font-size:10px;color:#a0aaa1;flex:1;position:relative}.progress-node:before{content:"";height:1px;background:#e1e8df;position:absolute;left:-50%;right:50%;top:12px}.progress-node:first-child:before{display:none}.progress-node i{position:relative;z-index:1;display:grid;place-items:center;margin:0 auto 8px;width:25px;height:25px;border:1px solid #dfe6dd;border-radius:50%;background:white;font-style:normal;font-size:10px}.progress-node.done{color:#687f6b}.progress-node.done i{background:var(--green-soft);color:var(--green);border-color:#d0e0d1}.progress-node.current{color:var(--green);font-weight:600}.progress-node.current i{background:var(--green);color:white;border-color:var(--green);box-shadow:0 0 0 4px #edf3e8}.progress-node .icon{width:12px;height:12px}.fund-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.fund-card{padding:17px;background:#f7f9f5;border:1px solid var(--line);border-radius:11px}.fund-card .fund-label{font-size:12px;color:var(--muted);display:flex;justify-content:space-between;gap:10px;align-items:center}.fund-amount{font-size:25px;margin:9px 0;line-height:1.4;font-weight:550;letter-spacing:-.5px}.fund-detail{font-size:11px;color:var(--muted);line-height:2}.fund-card .badge{font-size:10px;padding:3px 7px}.formula-line{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);padding:7px 0;border-bottom:1px dashed var(--line)}.formula-line strong{color:var(--ink);font-weight:500}.evidence-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.evidence-item{border:1px dashed #cad8ca;border-radius:10px;padding:13px 9px;min-height:106px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-align:center;background:#fafcf8;position:relative}.evidence-item.complete{border:1px solid #dce6d8;background:#f1f6ed}.evidence-item>.icon{width:25px;height:25px;color:#8caa8e;margin:3px 0}.evidence-item strong{font-size:11px;font-weight:500}.evidence-item small{font-size:9px;color:var(--muted)}.evidence-item .evidence-tick{position:absolute;top:7px;right:7px;color:var(--green);width:13px;height:13px}.evidence-item .btn{font-size:10px;min-height:26px;padding:3px 8px;margin-top:4px}.timeline{list-style:none;margin:0;padding:0}.timeline li{position:relative;padding:0 0 23px 25px;border-left:1px solid var(--line);margin-left:5px}.timeline li:last-child{border:0;padding-bottom:0}.timeline li:before{content:"";position:absolute;width:8px;height:8px;background:#a9c0aa;border:3px solid white;box-sizing:content-box;left:-7px;top:4px;border-radius:50%}.timeline li:first-child:before{background:var(--green)}.timeline strong{font-size:12px;font-weight:550;display:block}.timeline time{font-size:10px;color:var(--muted);display:block;margin:3px 0}.timeline p{font-size:11px;color:var(--muted);overflow-wrap:anywhere}.actions-list{display:grid;gap:10px}.actions-list .btn{white-space:normal;min-height:43px}.action-guide{font-size:12px;color:var(--muted);line-height:1.9;margin:14px 0}.route-map{position:relative;border:1px solid #dfe8da;border-radius:12px;background:repeating-linear-gradient(29deg,#f2f5eb 0,#f2f5eb 33px,#e8efdf 34px,#e8efdf 36px);height:150px;overflow:hidden;display:flex;align-items:center;justify-content:space-around;padding:10px}.route-map:before{content:"";position:absolute;top:70px;left:12%;right:12%;height:6px;background:white;border:2px dashed #8cae87;transform:rotate(-8deg)}.route-place{background:white;border:1px solid var(--line);border-radius:9px;padding:8px 10px;position:relative;z-index:1;max-width:125px;text-align:center;font-size:10px}.route-place>.icon{display:block;margin:0 auto 3px;color:var(--green)}.route-truck{color:var(--green);background:#f5cf83;width:40px;height:40px;display:grid;place-items:center;border:4px solid white;border-radius:50%;z-index:1}.route-map small{position:absolute;right:10px;bottom:6px;font-size:9px;color:var(--muted)}
/* Mobile mini-program shell */
.mobile-body{background:#e9eee6}.mobile-preview{position:fixed;left:max(35px,calc(50% - 515px));top:21%;width:270px}.mobile-preview h1{font-size:31px;line-height:1.5;margin:20px 0 10px}.mobile-preview>p{color:var(--muted);font-size:12px;line-height:2;margin-bottom:22px}.mobile-preview .preview-tip{padding:14px;background:#ffffff70;border:1px solid #dce5d7;border-radius:10px;font-size:11px;color:var(--muted);margin-top:22px}.mobile-device{width:430px;min-height:calc(100vh - 44px);margin:22px max(30px,calc(50% - 410px)) 22px auto;background:#f5f7f3;border-radius:28px;overflow:hidden;border:7px solid white;box-shadow:0 20px 65px #2e4d3614;position:relative}.mobile-status{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:9px 22px 5px;font-size:10px;font-weight:600;height:31px}.mobile-status span:last-child{letter-spacing:2px;font-size:9px}.mobile-header{padding:10px 18px 14px;background:white;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf0e9}.mobile-header h1{font-size:16px;letter-spacing:.5px}.mobile-header .brand-mark{width:27px;height:27px;border-radius:8px}.mobile-header .brand-mark .icon{width:18px;height:18px}.mini-capsule{border:1px solid #e2e6df;border-radius:20px;height:27px;display:flex;align-items:center;gap:9px;padding:0 10px;font-size:13px;background:white}.mini-capsule span{border-left:1px solid #dfe4dc;padding-left:8px;font-size:13px}.mobile-content{padding:18px 17px 91px;min-height:650px}.mobile-greeting{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.mobile-greeting strong{display:block;font-size:17px}.mobile-greeting p{font-size:10px;color:var(--muted);margin-top:4px}.mobile-greeting .avatar{width:39px;height:39px;border-radius:50%}.mobile-hero{border-radius:16px;background:var(--green);color:white;position:relative;min-height:182px;padding:21px;overflow:hidden;margin-bottom:17px}.mobile-hero:after{content:"";position:absolute;width:220px;height:220px;right:-100px;top:-110px;border:30px solid #ffffff07;border-radius:50%}.mobile-hero h2{font-size:22px;letter-spacing:.5px;position:relative;z-index:1;line-height:1.45}.mobile-hero p{font-size:10px;color:#bad0c2;margin:7px 0 15px}.mobile-hero .btn{position:relative;z-index:1;min-height:33px;padding:6px 12px;font-size:11px;background:#e3edc5;color:var(--green-dark)}.mobile-hero .tractor-art{position:absolute;right:-12px;bottom:-8px;width:218px;height:139px;pointer-events:none}.mobile-quick{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:21px;padding:17px 5px;background:white;border:1px solid var(--line);border-radius:12px}.mobile-quick button,.mobile-quick a{border:0;background:none;display:grid;justify-items:center;gap:8px;color:#637267;font-size:10px;padding:0;white-space:nowrap}.mobile-quick .icon{width:22px;height:22px;color:var(--green)}.mobile-content .section-title{margin:20px 0 13px}.mobile-content .section-title h2{font-size:16px}.mobile-content .section-title p{font-size:10px}.order-card{border:1px solid var(--line);border-radius:13px;background:white;margin-bottom:12px;padding:17px;box-shadow:var(--shadow)}.order-card .order-top{display:flex;justify-content:space-between;align-items:center;gap:7px;font-size:10px;color:#8a968c;padding-bottom:12px;border-bottom:1px solid #f0f3ed}.order-card .badge{font-size:9px;padding:4px 7px}.order-card .machine-heading{gap:11px;margin:14px 0}.order-card .machine-thumbnail{height:49px;width:52px;border-radius:9px}.order-card .machine-thumbnail .icon{height:31px;width:31px}.order-card .machine-heading h2{font-size:14px}.order-card .machine-heading p{font-size:10px}.order-card .order-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:10px;color:var(--muted);padding-top:11px;border-top:1px solid #f0f3ed}.order-card .order-foot .btn{font-size:10px;min-height:28px;padding:4px 10px}.mobile-bottom{position:sticky;bottom:0;left:0;right:0;height:71px;background:#ffffffed;backdrop-filter:blur(12px);display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);padding:10px 0 13px;margin-top:-71px;z-index:20}.mobile-bottom button{background:none;border:0;display:grid;justify-items:center;align-content:center;gap:3px;font-size:9px;color:#9aa69b}.mobile-bottom button .icon{width:21px;height:21px}.mobile-bottom button.active{color:var(--green);font-weight:600}.mobile-content .stats-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:18px}.mobile-content .stat-card{padding:13px 10px;border-radius:11px}.mobile-content .stat-title{font-size:10px}.mobile-content .stat-title .icon{display:none}.mobile-content .stat-value{font-size:23px;margin:5px 0 0}.mobile-content .stat-value small{font-size:9px}.mobile-content .stat-note{font-size:9px;margin-top:5px}.mobile-content .card{padding:17px}.mobile-content .detail-grid{display:grid;grid-template-columns:1fr;gap:15px}.mobile-content .info-grid{grid-template-columns:1fr 1fr}.mobile-content .info-item span{font-size:10px}.mobile-content .info-item strong{font-size:11px}.mobile-content .detail-heading{padding:17px}.mobile-content .detail-heading h2{font-size:18px}.mobile-content .machine-thumbnail{width:60px;height:60px}.mobile-content .detail-progress{overflow:auto;padding:6px 0}.mobile-content .progress-node{min-width:38px;font-size:9px}.mobile-content .progress-node i{width:21px;height:21px;font-size:9px}.mobile-content .progress-node:before{top:10px}.mobile-content .fund-grid{gap:8px}.mobile-content .fund-card{padding:12px}.mobile-content .fund-label{font-size:10px;flex-wrap:wrap}.mobile-content .fund-amount{font-size:21px}.mobile-content .fund-detail{font-size:9px}.mobile-content .evidence-grid{gap:8px}.mobile-content .evidence-item{padding:10px 5px;min-height:98px}.mobile-content .evidence-item strong{font-size:10px}.mobile-content .form-grid{grid-template-columns:1fr}.mobile-content .form-grid .wide{grid-column:auto}.mobile-content .page-heading{margin-bottom:17px;gap:10px}.mobile-content .page-heading h1{font-size:20px}.mobile-content .page-heading p{font-size:11px}.mobile-content .tabs{gap:0;margin-bottom:14px}.mobile-content .tab{font-size:11px;padding:9px 12px}.mobile-content .card-header h3{font-size:14px}.mobile-content .filters{gap:8px}.mobile-content .filters .search-box{min-width:0;max-width:none;width:100%;flex:1 1 100%}.mobile-content .filters select{font-size:11px;max-width:none;flex:1}.mobile-content .search-input{font-size:12px}.mobile-profile{background:var(--green);color:white;padding:23px;border-radius:15px;margin-bottom:19px}.mobile-profile .avatar{width:53px;height:53px;border-radius:50%;background:#dce8c6;font-size:20px}.mobile-profile h2{font-size:19px}.mobile-profile p{font-size:11px;color:#c4d5c5;margin-top:3px}.profile-menu{display:grid}.profile-menu button,.profile-menu a{display:flex;align-items:center;gap:12px;border:0;background:white;text-align:left;padding:17px 3px;border-bottom:1px solid var(--line);font-size:12px}.profile-menu .icon{width:19px;height:19px;color:var(--green)}.profile-menu .icon:last-child{margin-left:auto;color:var(--muted);width:14px;height:14px}.step-indicator{display:flex;align-items:center;justify-content:space-between;gap:7px;margin:16px 0 23px}.step-indicator span{font-size:10px;color:var(--muted);display:flex;align-items:center;gap:5px}.step-indicator i{font-size:10px;font-style:normal;border-radius:50%;height:22px;width:22px;background:#e8ede3;display:grid;place-items:center}.step-indicator .active{color:var(--green);font-weight:600}.step-indicator .active i{background:var(--green);color:white}.apply-section{display:grid;gap:16px}.application-footer{display:flex;justify-content:space-between;gap:10px;margin-top:24px}.money-summary{font-size:12px;padding:16px;background:#f0f5e9;border-radius:11px;line-height:2}.money-summary strong{font-size:20px;display:block}.mobile-banner{display:flex;gap:12px;align-items:center;padding:17px;background:#edf2e5;border-radius:11px;border:1px solid #e1e9d8}.mobile-banner>.icon{width:30px;height:30px;color:var(--green)}.mobile-banner strong{font-size:12px}.mobile-banner p{font-size:10px;color:var(--muted);margin-top:4px}
/* Modal, toast and print */
.dialog{border:0;padding:0;border-radius:17px;background:white;color:var(--ink);max-width:560px;width:calc(100% - 32px);box-shadow:0 20px 100px #193c3033;max-height:88vh;overflow:auto}.dialog::backdrop{background:#16352970;backdrop-filter:blur(3px)}.dialog-head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;padding:23px 24px 18px;border-bottom:1px solid var(--line)}.dialog-head h2{font-size:19px;margin-bottom:5px}.dialog-head p{font-size:11px;color:var(--muted)}.dialog-body{padding:22px 24px}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;padding:17px 24px;border-top:1px solid var(--line);position:sticky;bottom:0;background:white}.dialog .role-grid{grid-template-columns:1fr 1fr;gap:10px}.dialog .role-card{padding:15px;min-height:100px}.dialog .role-card strong{font-size:12px}.dialog .role-card p{font-size:10px}.dialog .role-card .role-icon{width:30px;height:30px;margin-bottom:8px}.dialog .role-card .role-icon .icon{width:17px;height:17px}.dialog .role-card>.icon{right:13px;top:23px;width:12px}.toast{position:fixed;z-index:1000;bottom:28px;left:50%;transform:translateX(-50%);background:#203e31;color:white;padding:13px 22px;border-radius:12px;max-width:min(90vw,540px);box-shadow:0 10px 40px #17302122;font-size:13px;display:flex;gap:9px;align-items:center;animation:toast-in .2s ease}.toast.error{background:#8d4137}.toast .icon{width:18px;height:18px}.print-only{display:none}.loading-screen{height:100vh;display:grid;place-items:center;color:var(--green)}.loading-screen p{font-size:13px;text-align:center;margin-top:14px}.loading-spinner{width:28px;height:28px;border:3px solid #d8e5d4;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(360deg)}}@keyframes toast-in{from{opacity:0;bottom:18px}to{opacity:1;bottom:28px}}
@media(min-width:1700px){.mobile-device{margin-right:calc(50% - 400px)}}
@media(max-width:1190px){.dashboard-grid{grid-template-columns:1fr}.dashboard-aside{grid-template-columns:1fr 1fr}.sidebar{width:196px;padding:25px 12px}.admin-shell{padding-left:196px}.admin-main{padding:24px}.topbar{padding:15px 24px}.stats-grid{gap:11px}.stat-card{padding:16px}.detail-grid{grid-template-columns:1fr}.detail-aside{display:grid;grid-template-columns:1fr 1fr;gap:18px}.company-grid{grid-template-columns:1fr 1fr}.landing-copy h1{font-size:39px}.landing-hero{gap:30px}.mobile-preview{left:6%;width:240px}.mobile-device{margin-right:6%}.topbar-right{gap:10px}.topbar-right>.small{display:none}}
@media(max-width:850px){.landing-header{padding:21px 25px}.landing-main{padding:30px 25px 20px}.landing-hero{grid-template-columns:1fr 1fr;gap:23px}.landing-copy h1{font-size:31px}.landing-illustration{padding:20px 15px 0;min-height:245px}.illustration-caption strong{font-size:14px}.hero-tags{gap:12px;font-size:10px}.role-grid{grid-template-columns:repeat(2,1fr)}.flow-strip{overflow:auto;justify-content:flex-start;gap:18px}.landing-footer{padding:20px 25px}.mobile-preview{display:none}.mobile-device{margin:20px auto}.sidebar{width:76px;padding:22px 10px}.sidebar .brand{padding:0;justify-content:center;margin-bottom:23px}.sidebar .brand>div:last-child,.sidebar-org,.sidebar .nav-label,.sidebar .nav-item span,.sidebar-note{display:none}.sidebar .nav-item{justify-content:center;padding:14px 0}.sidebar .nav-item .nav-count{display:none}.sidebar nav{gap:10px}.admin-shell{padding-left:76px}.stats-grid{grid-template-columns:repeat(2,1fr)}.page-heading h1{font-size:22px}.topbar-user small{display:none}.topbar-user{border:0;padding:0}.topbar-right .pill{display:none}.topbar{padding:15px 20px}.stage-summary{grid-template-columns:repeat(2,1fr)}.info-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:540px){.landing-header{padding:18px 20px}.landing-header .brand strong{font-size:14px}.landing-header .brand-mark{width:33px;height:33px;border-radius:10px}.landing-header .brand small{font-size:8px}.landing-header .btn{padding:7px 9px;font-size:11px;min-height:32px}.landing-header>.row>.pill{display:none}.landing-main{padding:27px 20px 14px}.landing-hero{grid-template-columns:1fr;gap:23px;margin-bottom:24px}.landing-copy h1{font-size:34px;margin:12px 0}.landing-copy>p{font-size:12px}.landing-illustration{min-height:225px;padding:20px 22px 0}.landing-illustration .tractor-art{max-height:205px;margin-top:-22px}.hero-tags{margin-top:17px}.flow-strip{padding:15px 17px;margin-bottom:24px;gap:12px}.flow-item{font-size:10px;gap:6px}.flow-item i{height:20px;width:20px;font-size:9px}.flow-strip>.icon{width:11px}.section-title{align-items:flex-start}.section-title h2{font-size:17px}.section-title p{font-size:10px}.role-grid{gap:11px}.role-card{padding:16px;min-height:164px}.role-card strong{font-size:14px}.role-card p{font-size:11px}.role-card>.icon{right:13px;top:24px}.role-icon{width:37px;height:37px;margin-bottom:12px}.role-card .role-meta{font-size:9px}.public-banner{padding:20px;gap:15px;align-items:flex-start}.public-banner .btn{font-size:10px;min-height:33px;padding:7px 10px}.public-banner h3{font-size:14px}.public-banner p{font-size:10px}.landing-footer{flex-direction:column;gap:8px;padding:20px}.mobile-body{background:var(--bg)}.mobile-device{width:100%;border:0;border-radius:0;box-shadow:none;min-height:100dvh;margin:0}.mobile-status{display:none}.mobile-header{padding:14px 18px;position:sticky;top:0;z-index:25}.mobile-content{min-height:calc(100dvh - 58px);padding-bottom:92px}.mobile-bottom{position:fixed;height:calc(65px + env(safe-area-inset-bottom));padding-bottom:calc(10px + env(safe-area-inset-bottom));margin-top:0}.dialog{max-height:90dvh;width:calc(100% - 24px);border-radius:14px}.dialog-head{padding:19px}.dialog-body{padding:19px}.dialog-actions{padding:15px 19px}.dialog .form-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.dialog .role-card{min-height:114px}.dialog .role-card strong{font-size:12px}.toast{bottom:88px;font-size:12px}.admin-main{padding:20px 14px}.sidebar{width:58px;padding:22px 5px}.admin-shell{padding-left:58px}.topbar{padding:12px 14px;min-height:65px}.breadcrumb{font-size:10px;gap:5px}.topbar-user strong{display:none}.topbar-right{gap:7px}.topbar-right>.icon-button{display:none}.page-heading{align-items:flex-start;gap:8px}.page-heading h1{font-size:20px}.page-heading p{font-size:10px}.page-heading>.row{flex-wrap:wrap;justify-content:flex-end;gap:5px}.page-heading .btn{font-size:10px;min-height:30px;padding:6px 8px}.welcome-banner{padding:18px}.welcome-banner h2{font-size:17px}.welcome-banner .tractor-art{display:none}.stats-grid{gap:9px}.stat-card{padding:13px}.stat-value{font-size:25px}.stat-title{font-size:10px}.stat-note{font-size:9px}.dashboard-aside{grid-template-columns:1fr}.card{padding:17px}.card-header h3{font-size:14px}.company-grid{grid-template-columns:1fr}.detail-aside{grid-template-columns:1fr}.fund-grid{grid-template-columns:1fr}.mobile-content .fund-grid{grid-template-columns:1fr 1fr}.evidence-grid{grid-template-columns:repeat(2,1fr)}.mobile-content .evidence-grid{grid-template-columns:repeat(3,1fr)}.info-grid{gap:14px}.filters select{max-width:100%;width:100%}.filters .search-box{min-width:100%;max-width:none}.table-footer{gap:9px;align-items:flex-start}.table-footer .row{gap:4px}.machine-heading h2{font-size:18px}.detail-progress{overflow:auto}.progress-node{min-width:40px}.card .tabs .tab{padding:10px 12px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media print{body{background:white!important;font-size:11px}.sidebar,.topbar,.mobile-preview,.mobile-header,.mobile-status,.mobile-bottom,.page-heading,.actions-list,.detail-aside,.no-print,.toast,dialog,.tabs,.btn,button{display:none!important}.admin-shell{padding:0}.admin-main,.mobile-content{padding:0;max-width:none}.mobile-device{width:100%;border:0;margin:0;border-radius:0;box-shadow:none}.detail-grid{display:block}.detail-grid>.stack>.card{margin-bottom:14px;break-inside:avoid}.card{box-shadow:none;border-color:#ccc}.print-only{display:block;margin-bottom:20px;text-align:center;font-size:19px;font-weight:600}.print-only small{display:block;font-size:10px;font-weight:400}.evidence-item{min-height:60px}.detail-heading{break-inside:avoid}a[href]:after{content:none}.fund-grid{grid-template-columns:1fr 1fr}.timeline li{break-inside:avoid}}
