:root{--green: #28a745;--green-dark: #1e7e34;--green-light: #e8f5e9;--green-banner: #28a745;--orange: #e65100;--orange-bg: #fff3e0;--text: #1a1a1a;--muted: #666;--light: #999;--border: #eee;--white: #fff;--safe-t: env(safe-area-inset-top, 0px);--safe-b: env(safe-area-inset-bottom, 0px);--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{font-family:var(--font);background:#f5f5f5;color:var(--text);min-height:100dvh}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.home-app{max-width:100%;min-height:100dvh}.home-header{background:var(--green-banner);color:var(--white);padding:calc(var(--safe-t) + 8px) 16px 20px;position:relative}.home-header__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.icon-btn{width:40px;height:40px;border:none;background:#ffffff26;border-radius:50%;color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;touch-action:manipulation}.icon-btn svg{width:22px;height:22px}.home-header__greet{font-size:22px;font-weight:700;letter-spacing:-.02em;line-height:1.2}.home-header__sub{margin-top:4px;font-size:13px;opacity:.9;line-height:1.35}.delivery-card{margin:-32px 16px 0;position:relative;z-index:2;background:var(--white);border-radius:14px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 4px 16px #00000014}.delivery-card__left{display:flex;align-items:center;gap:12px;min-width:0}.delivery-card__icon{width:44px;height:44px;background:var(--green-light);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--green)}.delivery-card__icon svg{width:24px;height:24px}.delivery-card__lbl{font-size:12px;color:var(--muted);display:block}.delivery-card__date{font-size:15px;font-weight:700;color:var(--green);display:block}.btn-outline{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:600;font-family:inherit;color:var(--green);background:var(--white);border:1.5px solid var(--green);border-radius:8px;cursor:pointer;white-space:nowrap;touch-action:manipulation}.btn-outline svg{width:16px;height:16px}.home-main{padding:20px 16px 16px}.section-title{font-size:17px;font-weight:700;margin-bottom:14px}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.section-head .section-title{margin-bottom:0}.link-green{font-size:14px;font-weight:600;color:var(--green);background:none;border:none;font-family:inherit;cursor:pointer}.categories{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}.cat-card{background:var(--white);border-radius:14px;overflow:hidden;box-shadow:0 2px 10px #0000000f;display:block;transition:transform .15s}.cat-card:active{transform:scale(.98)}.cat-card__img{height:100px;overflow:hidden;background:var(--green-light)}.cat-card__img img{width:100%;height:100%;object-fit:cover}.cat-card__body{padding:12px;display:flex;align-items:center;justify-content:space-between;gap:8px}.cat-card__name{font-size:16px;font-weight:700;display:block}.cat-card__tag{font-size:11px;color:var(--muted);display:block;margin-top:2px}.cat-card__arrow{width:32px;height:32px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0}.cat-card__arrow svg{width:16px;height:16px}.quick-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:24px}.quick-action{display:flex;flex-direction:column;align-items:center;gap:8px;background:none;border:none;font-family:inherit;cursor:pointer;touch-action:manipulation;padding:4px}.quick-action__icon{width:52px;height:52px;background:var(--green);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);position:relative}.quick-action__icon svg{width:24px;height:24px}.quick-action__badge{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 5px;background:var(--green-dark);color:var(--white);font-size:11px;font-weight:700;border-radius:9px;display:flex;align-items:center;justify-content:center;border:2px solid #f5f5f5}.quick-action__label{font-size:11px;font-weight:500;color:var(--text);text-align:center;line-height:1.2}.orders-panel{margin-bottom:24px}.orders-table-head{display:none}.orders-list{--order-row-h: 88px;--order-gap: 10px;display:flex;flex-direction:column;gap:var(--order-gap);max-height:calc(3 * var(--order-row-h) + 2 * var(--order-gap));overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#28a745 #e8e8e8;padding-right:4px}.orders-list::-webkit-scrollbar{width:6px}.orders-list::-webkit-scrollbar-track{background:#e8e8e8;border-radius:3px}.orders-list::-webkit-scrollbar-thumb{background:var(--green);border-radius:3px}.order-row{display:flex;align-items:flex-start;gap:12px;flex-shrink:0;min-height:var(--order-row-h);background:var(--white);border-radius:12px;padding:12px 14px;box-shadow:0 1px 6px #0000000d}.order-row__icon{width:44px;height:44px;background:var(--green-light);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--green);flex-shrink:0}.order-row__icon svg{width:22px;height:22px}.order-row__info{flex:1;min-width:0}.order-row__id{font-size:14px;font-weight:700;display:block}.order-row__date{font-size:12px;color:var(--muted);margin-top:2px;display:block}.order-row__location{font-size:11px;color:var(--text);margin-top:4px;display:block;font-weight:600;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-row__location-label{font-weight:500;color:var(--light);text-transform:none;letter-spacing:0}.order-row__right{text-align:right;flex-shrink:0}.badge{display:inline-block;font-size:11px;font-weight:600;padding:4px 8px;border-radius:6px}.badge--delivered{background:var(--green-light);color:var(--green)}.badge--pending{background:var(--orange-bg);color:var(--orange)}.badge--confirmed{background:#e3f2fd;color:#1565c0}.badge--cancelled{background:#ffebee;color:#c62828}.badge--default{background:#f5f5f5;color:var(--muted)}.order-row__qty{font-size:12px;color:var(--muted);margin-top:4px;display:block}.order-row__chev{color:var(--light);margin-left:4px;flex-shrink:0}.order-row__chev svg{width:18px;height:18px}.order-row__right,.order-row__chev{align-self:center}@media (min-width: 600px){.orders-table-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1.35fr) minmax(0,1fr) minmax(0,1fr) 20px;gap:8px 12px;padding:0 14px 10px;font-size:11px;font-weight:600;color:var(--muted);letter-spacing:.03em;text-transform:uppercase}.orders-list{--order-row-h: 64px;max-height:calc(3 * var(--order-row-h) + 2 * var(--order-gap))}.order-row{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1.35fr) minmax(0,1fr) minmax(0,1fr) 20px;gap:8px 12px;align-items:center;min-height:var(--order-row-h);padding:10px 14px}.order-row__icon{display:none}.order-row__info{display:contents}.order-row__id{grid-column:1;font-size:13px}.order-row__date{grid-column:2;margin-top:0;font-size:12px}.order-row__location{grid-column:3;margin-top:0;white-space:normal;overflow:visible;text-overflow:unset}.order-row__location-label{display:none}.order-row__right{grid-column:4;align-self:center}.order-row__chev{grid-column:5;margin-left:0}}.promo{background:linear-gradient(135deg,#f0faf4,#e8f5ee);border-radius:16px;padding:18px;margin-bottom:20px;position:relative;overflow:hidden;min-height:160px}.promo__text{max-width:55%;position:relative;z-index:1}.promo__lbl{font-size:12px;color:var(--muted)}.promo__title{font-size:22px;font-weight:800;color:var(--green);line-height:1.15;margin:4px 0 6px}.promo__sub{font-size:12px;color:var(--muted);line-height:1.35;margin-bottom:12px}.promo__btn{display:inline-flex;align-items:center;gap:4px;padding:10px 16px;background:var(--green);color:var(--white);font-size:14px;font-weight:600;border-radius:10px;border:none;font-family:inherit;cursor:pointer;touch-action:manipulation}.promo__img-wrap{position:absolute;right:-8px;bottom:-8px;width:48%;max-width:160px}.promo__img-wrap img{width:100%;border-radius:12px;object-fit:cover}.promo__quality{position:absolute;top:8px;right:12px;background:var(--green);color:var(--white);font-size:10px;font-weight:700;padding:4px 10px;border-radius:20px;z-index:2}.promo__dots{display:flex;justify-content:center;gap:6px;margin-top:12px}.promo__dot{width:8px;height:8px;border-radius:50%;background:#ccc;border:none;padding:0;cursor:pointer}.promo__dot.is-active{background:var(--green);width:20px;border-radius:4px}.help-card{display:flex;align-items:center;gap:12px;background:var(--white);border-radius:12px;padding:14px 16px;box-shadow:0 1px 6px #0000000d}.help-card__icon{width:40px;height:40px;background:var(--green-light);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--green);flex-shrink:0}.help-card__icon svg{width:22px;height:22px}.help-card__text{flex:1;font-size:13px;color:var(--muted);line-height:1.4}
