:root{--green: #28a745;--green-dark: #1e7e34;--green-light: #e8f5e9;--orange: #e65100;--red: #c62828;--text: #1a1a1a;--muted: #666;--light: #999;--border: #eee;--white: #fff;--safe-t: env(safe-area-inset-top, 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}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}.orders-app{min-height:100dvh}.orders-header{background:var(--green);color:var(--white);padding:calc(var(--safe-t) + 8px) 16px 22px}.orders-header__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.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}.orders-header__title{font-size:24px;font-weight:700;letter-spacing:-.02em;line-height:1.2}.orders-header__account{margin-top:6px;font-size:15px;font-weight:600;line-height:1.3;opacity:.98}.orders-header__sub{margin-top:4px;font-size:13px;opacity:.92}.orders-header__account.is-hidden{display:none!important}.orders-account-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:-8px 16px 0;padding:10px 12px;background:var(--white);border-radius:10px;border:1px solid var(--border);box-shadow:0 2px 8px #0000000f;position:relative;z-index:1}.orders-account-bar[hidden]{display:none!important}.orders-account-bar__left{display:flex;align-items:center;gap:10px;min-width:0}.orders-account-bar__icon{width:36px;height:36px;background:#e3f2fd;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#1565c0;flex-shrink:0}.orders-account-bar__icon svg{width:20px;height:20px}.orders-account-bar__lbl{display:block;font-size:11px;color:var(--muted)}.orders-account-bar__val{display:block;font-size:14px;font-weight:700;color:#1565c0;margin-top:2px;line-height:1.3;word-break:break-word}.orders-account-bar__change{border:none;background:none;color:#1565c0;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;flex-shrink:0}.location-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;align-items:flex-end;justify-content:center}.location-modal[hidden]{display:none}.location-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.location-modal__panel{position:relative;width:100%;max-width:430px;max-height:85dvh;background:var(--white);border-radius:16px 16px 0 0;padding:20px 16px calc(16px + env(safe-area-inset-bottom,0px));overflow-y:auto;z-index:1}.location-modal__title{font-size:18px;font-weight:700;text-align:center}.location-modal__sub{font-size:13px;color:var(--muted);text-align:center;margin-top:6px;margin-bottom:16px}.location-list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.location-option{width:100%;text-align:left;padding:14px 16px;border:1.5px solid var(--border);border-radius:10px;background:var(--white);font-size:15px;font-weight:600;font-family:inherit;color:var(--text);cursor:pointer}.location-option.is-selected{border-color:var(--green);background:var(--green-light);color:var(--green-dark)}.location-modal__confirm{width:100%;padding:14px;border:none;border-radius:12px;background:var(--green);color:#fff;font-size:15px;font-weight:700;font-family:inherit;cursor:pointer}.location-modal__confirm:disabled{opacity:.55;cursor:default}.orders-main{padding:16px}.is-hidden{display:none!important}.orders-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;padding:48px 20px;color:var(--muted)}.orders-spinner{width:32px;height:32px;border:3px solid #ddd;border-top-color:var(--green);border-radius:50%;animation:orders-spin .8s linear infinite}@keyframes orders-spin{to{transform:rotate(360deg)}}.orders-empty__icon{width:56px;height:56px;border-radius:50%;background:var(--green-light);color:var(--green);display:flex;align-items:center;justify-content:center}.orders-empty__icon svg{width:28px;height:28px}.orders-state--empty h2{font-size:18px;color:var(--text)}.orders-state--empty p{font-size:14px;max-width:260px}.btn-primary,.btn-outline{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:10px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;touch-action:manipulation}.btn-primary{background:var(--green);color:var(--white);border:none}.btn-outline{background:var(--white);color:var(--green);border:1px solid var(--green)}.orders-list{display:flex;flex-direction:column;gap:14px}.order-card{background:var(--white);border-radius:14px;box-shadow:0 2px 10px #0000000f;overflow:hidden}.order-card__top{display:flex;align-items:flex-start;gap:12px;padding:14px 14px 12px}.order-card__icon{width:44px;height:44px;border-radius:50%;background:var(--green-light);color:var(--green);display:flex;align-items:center;justify-content:center;flex-shrink:0}.order-card__icon svg{width:22px;height:22px}.order-card__info{flex:1;min-width:0}.order-card__number{display:block;font-size:15px;font-weight:700;line-height:1.3}.order-card__account{display:block;margin-top:2px;font-size:12px;font-weight:600;color:var(--green-dark);line-height:1.3}.order-card__location{display:block;margin-top:3px;font-size:12px;line-height:1.3;color:var(--muted)}.order-card__location-label{font-weight:600;color:var(--light);text-transform:uppercase;font-size:10px;letter-spacing:.03em}.order-card__date{display:block;margin-top:2px;font-size:12px;color:var(--muted)}.order-card__status-wrap{display:flex;align-items:center;gap:4px;flex-shrink:0}.order-card__status{font-size:13px;font-weight:700;white-space:nowrap}.status--delivered{color:var(--green)}.status--pending{color:var(--orange)}.status--confirmed{color:#1565c0}.status--cancelled{color:var(--red)}.status--default{color:var(--muted)}.order-card__chev{color:#bbb;display:flex;align-items:center}.order-card__chev svg{width:18px;height:18px}.order-card__stats{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--border)}.order-card__stat{display:flex;align-items:center;gap:10px;padding:12px 14px}.order-card__stat+.order-card__stat{border-left:1px solid var(--border)}.order-card__stat-icon{width:34px;height:34px;border-radius:8px;background:var(--green-light);color:var(--green);display:flex;align-items:center;justify-content:center;flex-shrink:0}.order-card__stat-icon svg{width:18px;height:18px}.order-card__stat-label{display:block;font-size:11px;color:var(--light)}.order-card__stat-value{display:block;font-size:14px;font-weight:700;margin-top:1px}.order-card--pending{cursor:pointer}.order-card--pending .order-card__top:hover{background:#fafafa}.order-card__actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;padding:0 14px 14px}.order-card__confirm,.order-card__edit,.order-card__delete{display:block;width:100%;min-height:40px;border:none;border-radius:10px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;touch-action:manipulation}.order-card__confirm{background:#1565c0;color:var(--white)}.order-card__confirm:active{background:#0d47a1}.order-card__confirm:disabled{opacity:.6;cursor:not-allowed}.order-card__edit{background:var(--green);color:var(--white)}.order-card__edit:active{background:var(--green-dark)}.order-card__delete{background:var(--white);color:var(--red);border:1px solid #ef9a9a}.order-card__delete:active{background:#ffebee}.order-card__delete:disabled{opacity:.6;cursor:not-allowed}.orders-toast{margin-bottom:12px;padding:12px 14px;border-radius:10px;background:var(--green-light);color:var(--green-dark);font-size:13px;font-weight:600;line-height:1.4}.order-card--viewable{cursor:pointer}.order-card--viewable .order-card__top:hover{background:#fafafa}.order-detail-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;display:flex;align-items:flex-end;justify-content:center}.order-detail-modal[hidden]{display:none}.order-detail-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.order-detail-modal__panel{position:relative;width:100%;max-width:600px;max-height:88dvh;background:var(--white);border-radius:18px 18px 0 0;display:flex;flex-direction:column;overflow:hidden;animation:order-detail-slide .25s ease-out}@keyframes order-detail-slide{0%{transform:translateY(100%)}to{transform:translateY(0)}}.order-detail-modal__header{display:flex;align-items:flex-start;gap:10px;padding:16px 16px 12px;border-bottom:1px solid var(--border);flex-shrink:0}.order-detail-modal__close{width:36px;height:36px;border:none;background:#f5f5f5;border-radius:50%;color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.order-detail-modal__close svg{width:20px;height:20px}.order-detail-modal__title{font-size:18px;font-weight:700;line-height:1.25}.order-detail-modal__sub{margin-top:4px;font-size:12px;color:var(--muted)}.order-detail-modal__body{overflow-y:auto;padding:14px 16px 16px;-webkit-overflow-scrolling:touch;flex:1;min-height:0}.order-detail-modal__footer{flex-shrink:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--border);background:var(--white)}.order-detail-modal__actions{display:flex;flex-direction:column;gap:10px;width:100%}.order-detail-modal__print{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:46px;border:1.5px solid var(--green);border-radius:12px;background:var(--white);color:var(--green-dark);font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;touch-action:manipulation}.order-detail-modal__print svg{width:22px;height:22px;flex-shrink:0}.order-detail-modal__print:active{background:var(--green-light)}.order-detail-modal__bluetooth{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:46px;border:1.5px solid #1565c0;border-radius:12px;background:var(--white);color:#1565c0;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;touch-action:manipulation}.order-detail-modal__bluetooth svg{width:22px;height:22px;flex-shrink:0}.order-detail-modal__bluetooth:active{background:#e3f2fd}.order-detail-modal__share{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:46px;border:none;border-radius:12px;background:#25d366;color:#fff;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;touch-action:manipulation}.order-detail-modal__share svg{width:22px;height:22px;flex-shrink:0}.order-detail-modal__share:active{background:#1da851}.order-detail-loading,.order-detail-error{text-align:center;padding:32px 16px;color:var(--muted);font-size:14px}.order-detail-meta{display:grid;gap:10px;margin-bottom:16px}.order-detail-meta__row{display:flex;justify-content:space-between;gap:12px;font-size:13px}.order-detail-meta__label{color:var(--muted);flex-shrink:0}.order-detail-meta__value{font-weight:600;text-align:right}.order-detail-note{margin-bottom:16px;padding:12px;border-radius:10px;background:#f9f9f9;font-size:13px;line-height:1.45}.order-detail-note strong{display:block;margin-bottom:4px;font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.order-detail-items__title{font-size:14px;font-weight:700;margin-bottom:10px}.order-detail-items{display:flex;flex-direction:column;border:2px solid var(--border);border-radius:12px;overflow:hidden}.order-detail-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:2px 14px;font-size:14px}.order-detail-item+.order-detail-item{border-top:1px solid var(--border)}.order-detail-item__name{flex:1;min-width:0;font-weight:500;line-height:1.15}.order-detail-item__qty{flex-shrink:0;font-weight:700;color:var(--green-dark)}
