:root{--ink:#173f35;--ink-2:#285d4d;--lime:#cce66a;--cream:#f6f4ed;--paper:#fffdf8;--orange:#ef8a4c;--red:#c44b43;--muted:#6c7772;--line:#dfe5df;--shadow:0 18px 50px rgba(23,63,53,.12);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.boot{min-height:100vh;display:grid;place-content:center;text-align:center}.logo-mark{width:56px;height:56px;border-radius:18px;background:var(--lime);display:grid;place-items:center;margin:auto;font:700 32px Fraunces}.shell{min-height:100vh}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto;padding:0 24px}.brand{display:flex;align-items:center;gap:12px;font-weight:700;font-size:20px}.brand-mark{width:38px;height:38px;border-radius:13px;background:var(--lime);display:grid;place-items:center;font:700 23px Fraunces;transform:rotate(-4deg)}.nav-links{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}.btn{border:0;border-radius:14px;padding:13px 19px;background:var(--ink);color:white;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.2s}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(23,63,53,.18)}.btn.light{background:white;color:var(--ink);border:1px solid var(--line)}.btn.lime{background:var(--lime);color:var(--ink)}.btn.ghost{background:transparent;color:var(--ink)}.btn.danger{background:#fff0ee;color:var(--red)}.btn.small{padding:9px 13px;border-radius:11px;font-size:13px}.hero{max-width:1180px;margin:20px auto 0;padding:0 24px 72px;display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:700;font-size:12px;color:var(--ink-2);display:flex;align-items:center;gap:10px}.eyebrow:before{content:"";width:24px;height:2px;background:var(--orange)}h1,h2,h3{font-family:Fraunces,serif;margin:0;line-height:1.05}.hero h1{font-size:clamp(54px,6vw,84px);letter-spacing:-.045em;max-width:700px}.hero h1 em{font-style:normal;color:var(--orange)}.hero-copy>p{font-size:19px;line-height:1.65;color:var(--muted);max-width:590px;margin:25px 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-note{display:flex;gap:30px;margin-top:36px;color:var(--muted);font-size:13px}.hero-note b{display:block;color:var(--ink);font-size:16px;margin-bottom:3px}.produce-card{min-height:550px;border-radius:38px;background:var(--ink);padding:28px;position:relative;overflow:hidden;box-shadow:var(--shadow);color:white}.produce-card:before,.produce-card:after{content:"";position:absolute;border-radius:50%;filter:blur(1px)}.produce-card:before{width:260px;height:260px;background:var(--lime);right:-80px;top:-70px}.produce-card:after{width:210px;height:210px;background:var(--orange);left:-70px;bottom:-90px}.produce-top{display:flex;justify-content:space-between;position:relative;z-index:2}.fresh-pill{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:9px 13px;font-size:12px}.basket-art{font-size:128px;position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);filter:drop-shadow(0 18px 20px rgba(0,0,0,.2));z-index:2}.float-tag{position:absolute;background:var(--paper);color:var(--ink);border-radius:18px;padding:14px 16px;box-shadow:var(--shadow);z-index:3}.float-tag b{display:block}.float-tag small{color:var(--muted)}.tag-one{left:24px;top:130px;transform:rotate(-4deg)}.tag-two{right:25px;bottom:85px;transform:rotate(3deg)}.produce-bottom{position:absolute;left:30px;right:30px;bottom:28px;z-index:3;display:flex;justify-content:space-between;align-items:end}.produce-bottom h3{font-size:30px;max-width:260px}.section{padding:86px 24px}.section-inner{max-width:1180px;margin:auto}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:38px}.section-head h2{font-size:clamp(38px,5vw,58px);letter-spacing:-.03em}.section-head p{color:var(--muted);max-width:440px;line-height:1.6}.how{background:var(--paper)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.step{padding:28px;border:1px solid var(--line);border-radius:22px;background:white}.step-number{width:38px;height:38px;border-radius:12px;background:var(--lime);display:grid;place-items:center;font-weight:800;margin-bottom:24px}.step h3{font-size:22px}.step p{color:var(--muted);font-size:14px;line-height:1.6;margin-bottom:0}.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.plan{border-radius:28px;background:var(--paper);padding:28px;border:1px solid var(--line);display:flex;flex-direction:column;min-height:430px;position:relative}.plan.featured{background:var(--ink);color:white;transform:translateY(-10px);border-color:var(--ink);box-shadow:var(--shadow)}.popular{position:absolute;right:20px;top:20px;background:var(--lime);color:var(--ink);border-radius:999px;font-size:11px;font-weight:800;padding:7px 10px;text-transform:uppercase;letter-spacing:.08em}.plan h3{font-size:30px;margin-top:10px}.plan .desc{color:var(--muted);min-height:44px}.plan.featured .desc,.plan.featured .plan-list{color:#cbd8d3}.price{font:700 42px Fraunces;margin:18px 0 4px}.price small{font:500 13px "DM Sans"}.plan-list{list-style:none;padding:0;margin:22px 0;color:var(--muted);font-size:14px;line-height:2}.plan-list li:before{content:"✓";color:var(--orange);font-weight:800;margin-right:9px}.plan .btn{margin-top:auto}.cta-band{max-width:1180px;margin:0 auto 80px;padding:48px;border-radius:34px;background:var(--lime);display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-band h2{font-size:42px;max-width:600px}.footer{padding:30px 24px 45px;max-width:1180px;margin:auto;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:13px}.app-shell{min-height:100vh;background:#edf1ed}.app-header{height:72px;background:var(--ink);color:white;display:flex;align-items:center;padding:0 24px;position:sticky;top:0;z-index:20}.app-header-inner{width:100%;max-width:1320px;margin:auto;display:flex;align-items:center;justify-content:space-between}.app-header .brand-mark{color:var(--ink)}.role-switch{display:flex;gap:6px;background:rgba(255,255,255,.08);border-radius:13px;padding:5px}.role-switch button{border:0;background:transparent;color:#b9cbc4;padding:8px 12px;border-radius:9px;font-size:12px;font-weight:700}.role-switch button.active{background:white;color:var(--ink)}.user-chip{display:flex;align-items:center;gap:10px}.avatar{width:38px;height:38px;border-radius:50%;background:var(--lime);color:var(--ink);display:grid;place-items:center;font-weight:800}.app-layout{max-width:1320px;margin:auto;display:grid;grid-template-columns:230px 1fr;min-height:calc(100vh - 72px)}.sidebar{padding:28px 18px;border-right:1px solid #d8dfda}.side-label{text-transform:uppercase;font-size:10px;letter-spacing:.14em;color:#8b9893;font-weight:800;margin:8px 12px 13px}.side-item{padding:12px;border-radius:12px;margin-bottom:5px;font-size:14px;font-weight:600;display:flex;gap:10px;align-items:center}.side-item.active{background:white;box-shadow:0 5px 18px rgba(23,63,53,.07)}.main{padding:36px;min-width:0}.main-head{display:flex;justify-content:space-between;align-items:start;gap:24px;margin-bottom:28px}.main-head h1{font-size:38px}.main-head p{color:var(--muted);margin:7px 0 0}.grid{display:grid;gap:18px}.grid.two{grid-template-columns:1.2fr .8fr}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}.card{background:white;border-radius:20px;padding:22px;border:1px solid #e1e7e2;box-shadow:0 8px 24px rgba(23,63,53,.04)}.card h3{font:700 19px "DM Sans"}.stat .label{color:var(--muted);font-size:12px;font-weight:600}.stat .value{font:700 34px Fraunces;margin:8px 0 2px}.stat .trend{font-size:12px;color:var(--ink-2)}.next-card{background:var(--ink);color:white;position:relative;overflow:hidden;min-height:240px}.next-card:after{content:"🥬";position:absolute;font-size:130px;right:-10px;bottom:-40px;opacity:.18;transform:rotate(-12deg)}.next-card .status{display:inline-flex;background:var(--lime);color:var(--ink);padding:7px 10px;border-radius:999px;font-size:11px;font-weight:800}.next-card h2{font-size:34px;margin:25px 0 8px}.next-card p{color:#c9d5d1}.progress{display:flex;gap:4px;margin-top:24px}.progress span{height:5px;flex:1;background:rgba(255,255,255,.18);border-radius:9px}.progress span.done{background:var(--lime)}.order-list{display:flex;flex-direction:column;gap:10px}.order-row{display:grid;grid-template-columns:1.1fr .8fr .8fr .8fr auto;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #edf0ed;font-size:13px}.order-row:last-child{border-bottom:0}.order-id{font-weight:800}.muted{color:var(--muted)}.badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800;background:#eef2ef;color:var(--ink)}.badge.route{background:#fff0df;color:#9a511d}.badge.ready{background:#eef6d3;color:#536817}.badge.delivered{background:#e5f3ed;color:#207052}.badge.received{background:#edf0f7;color:#475c84}.dot{width:7px;height:7px;border-radius:50%;background:currentColor}.catalog-tabs{display:flex;gap:8px;margin-bottom:18px}.catalog-tabs button{border:1px solid var(--line);background:white;border-radius:999px;padding:8px 13px;font-weight:700;color:var(--muted)}.catalog-tabs button.active{background:var(--ink);color:white;border-color:var(--ink)}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.product{border:1px solid var(--line);border-radius:16px;padding:14px;background:#fcfdfb;position:relative}.product-emoji{font-size:34px}.product h4{margin:8px 0 2px;font-size:13px}.product small{color:var(--muted)}.product button{position:absolute;right:10px;top:10px;width:28px;height:28px;border-radius:10px;border:0;background:var(--lime);font-weight:800}.product.selected{border-color:var(--ink);background:#f3f7e8}.product.selected button{background:var(--ink);color:white}.quota{display:flex;justify-content:space-between;align-items:center;background:#f3f5f1;border-radius:13px;padding:11px 13px;margin-bottom:15px;font-size:12px}.quota b{font-size:14px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field label{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px;color:var(--muted)}.field input,.field select{width:100%;border:1px solid var(--line);background:white;border-radius:12px;padding:12px;color:var(--ink);outline:none}.field input:focus,.field select:focus{border-color:var(--ink)}.summary-items{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0}.summary-item{background:#f2f5f1;border-radius:10px;padding:7px 9px;font-size:12px}.timeline{list-style:none;padding:0;margin:22px 0}.timeline li{position:relative;padding:0 0 22px 30px;color:var(--muted);font-size:13px}.timeline li:before{content:"";position:absolute;left:5px;top:4px;width:10px;height:10px;background:var(--lime);border:4px solid #edf4d2;border-radius:50%}.timeline li:after{content:"";position:absolute;left:12px;top:20px;bottom:0;width:1px;background:var(--line)}.timeline li:last-child:after{display:none}.timeline b{display:block;color:var(--ink);margin-bottom:3px}.route-card{display:grid;grid-template-columns:62px 1fr auto;gap:15px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:16px;margin-top:12px}.route-num{width:52px;height:52px;border-radius:15px;background:var(--lime);display:grid;place-items:center;font-weight:800}.route-card h4{margin:0 0 4px}.route-card p{margin:0;color:var(--muted);font-size:12px}.table-wrap{overflow-x:auto}.mini-table{width:100%;border-collapse:collapse;font-size:13px}.mini-table th{text-align:left;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em;padding:10px}.mini-table td{padding:13px 10px;border-top:1px solid #edf0ed}.empty{text-align:center;padding:35px;color:var(--muted)}.empty-icon{font-size:45px}.login-overlay{position:fixed;inset:0;background:rgba(12,35,29,.72);backdrop-filter:blur(10px);z-index:80;display:grid;place-items:center;padding:20px}.login-card{width:min(500px,100%);background:var(--paper);border-radius:28px;padding:30px;box-shadow:var(--shadow)}.login-card h2{font-size:36px;margin:15px 0 8px}.login-card>p{color:var(--muted);line-height:1.5}.demo-codes{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0}.demo-code{background:#eef2ed;border-radius:12px;padding:10px;font-size:11px}.demo-code b{display:block;font-size:12px;margin-bottom:2px}.close{float:right;border:0;background:#edf0ed;width:34px;height:34px;border-radius:50%;font-size:18px}.toast{position:fixed;right:24px;bottom:24px;background:var(--ink);color:white;border-radius:14px;padding:14px 18px;box-shadow:var(--shadow);z-index:100;transform:translateY(100px);opacity:0;transition:.25s;max-width:360px}.toast.show{transform:translateY(0);opacity:1}.toast.error{background:var(--red)}.mobile-nav{display:none}
.portal-screen{min-height:100vh;background:var(--cream);padding:28px 5vw}.portal-brand{width:max-content}.portal-layout{min-height:calc(100vh - 90px);max-width:1100px;margin:auto;display:grid;grid-template-columns:1fr 440px;gap:80px;align-items:center}.portal-intro h1{font-size:clamp(46px,6vw,76px);letter-spacing:-.04em;max-width:650px;margin:14px 0}.portal-intro>p{font-size:19px;line-height:1.65;color:var(--muted);max-width:570px}.portal-emoji{display:block;font-size:74px;margin-bottom:25px}.portal-card{width:100%;background:white;border:1px solid var(--line)}.portal-tag,.portal-name{display:inline-flex;border-radius:999px;background:var(--lime);color:var(--ink);padding:6px 10px;font:800 10px "DM Sans";text-transform:uppercase;letter-spacing:.08em}.portal-name{margin-left:4px}.portal-help{text-align:center;font-size:12px!important}.portal-help a{text-decoration:underline;font-weight:700;color:var(--ink)}
@media(max-width:900px){.nav-links a{display:none}.hero{grid-template-columns:1fr}.produce-card{min-height:460px}.steps{grid-template-columns:1fr 1fr}.plans{grid-template-columns:1fr}.plan.featured{transform:none}.section-head{display:block}.cta-band{margin:0 18px 60px;display:block;padding:35px}.cta-band .btn{margin-top:22px}.app-layout{grid-template-columns:1fr}.sidebar{display:none}.main{padding:24px}.grid.two,.grid.three,.grid.four{grid-template-columns:1fr 1fr}.role-switch{display:none}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:white;border-top:1px solid var(--line);z-index:40;justify-content:space-around;padding:8px 8px calc(8px + env(safe-area-inset-bottom))}.mobile-nav button{border:0;background:transparent;font-size:10px;color:var(--muted);padding:5px}.mobile-nav span{display:block;font-size:20px}.main{padding-bottom:90px}.portal-layout{grid-template-columns:1fr;gap:30px;padding:55px 0}.portal-intro{text-align:center}.portal-intro .eyebrow{justify-content:center}.portal-intro>p{margin-left:auto;margin-right:auto}.portal-intro .btn{display:none}.portal-card{margin:auto}}
@media(max-width:600px){.nav{height:68px}.hero{padding-top:15px}.hero h1{font-size:49px}.hero-note{gap:16px}.produce-card{min-height:410px}.basket-art{font-size:95px}.tag-one{top:100px}.steps{grid-template-columns:1fr}.section{padding:58px 20px}.section-head h2{font-size:40px}.plans{gap:12px}.cta-band h2{font-size:34px}.footer{display:block}.footer div:last-child{margin-top:10px}.main{padding:18px}.main-head{display:block}.main-head h1{font-size:31px}.main-head .btn{margin-top:15px}.grid.two,.grid.three,.grid.four{grid-template-columns:1fr}.products{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.order-row{grid-template-columns:1fr auto}.order-row>*:nth-child(2),.order-row>*:nth-child(3),.order-row>*:nth-child(4){display:none}.route-card{grid-template-columns:48px 1fr}.route-num{width:42px;height:42px}.route-card .btn{grid-column:1/-1}.app-header{padding:0 14px}.user-chip small{display:none}.demo-codes{grid-template-columns:1fr}.login-card{padding:22px}.hero-actions .btn{width:100%}.portal-screen{padding:18px}.portal-layout{padding-top:30px}.portal-intro h1{font-size:42px}.portal-intro>p{font-size:16px}.portal-emoji{font-size:54px;margin-bottom:14px}.portal-name{display:none}}
