.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:var(--max-width);height:calc(var(--bottom-nav-h) + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-top:1px solid #eee;display:flex;z-index:50}.bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--muted);font-size:12px;font-weight:500}.bottom-nav__item.active{color:var(--primary)}.bottom-nav__icon{position:relative;display:inline-flex}.bottom-nav__badge{position:absolute;top:-6px;right:-10px;min-width:16px;height:16px;padding:0 4px;background:#000;color:#fff;border-radius:8px;font-size:10px;line-height:16px;text-align:center}.login{max-width:var(--max-width);margin:0 auto;min-height:100vh;padding:24px 20px calc(24px + env(safe-area-inset-bottom,0px));background:var(--bg);display:flex;flex-direction:column}.login__head{margin-top:48px;text-align:center}.login__welcome{color:var(--text);font-size:22px;margin:0 0 12px}.login__logo{height:64px;object-fit:contain}.login__sub{display:block;margin-top:6px;color:var(--muted);font-weight:600;letter-spacing:1px;text-transform:uppercase;font-size:14px}.login__form{margin-top:48px}.login__hint{font-size:18px;font-weight:700;margin:0 0 16px}.login__form .btn{margin-top:8px}.login__note{display:block;text-align:center;margin-top:18px;margin-bottom:0;color:var(--muted);font-size:14px}.verify{max-width:var(--max-width);margin:0 auto;min-height:100vh;padding:48px 20px calc(24px + env(safe-area-inset-bottom,0px));background:var(--bg);display:flex;flex-direction:column}.verify__title{font-size:26px;font-weight:700;margin:0 0 16px}.verify__subtitle{color:var(--muted);font-size:15px;line-height:1.5;margin:0 0 28px}.verify__subtitle strong{color:var(--text)}.verify__boxes{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:28px}.verify__box{flex:1 1 40px;max-width:52px;min-width:40px;height:56px;text-align:center;font-size:24px;font-weight:700;border:1px solid var(--border);border-radius:8px;background:#fff;outline:none}.verify__box:focus{border-color:var(--primary)}.verify__box.error{border-color:var(--danger);background:#fbe9e7}.verify__back{align-self:center;margin-top:14px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:100;animation:fade .15s ease}.modal-sheet{width:100%;max-width:var(--max-width);background:#fff;border-radius:16px 16px 0 0;padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));animation:slideup .2s ease}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.modal-head h2{font-size:18px;font-weight:700;margin:0}.modal-close{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:var(--bg)}@keyframes fade{0%{opacity:0}}@keyframes slideup{0%{transform:translateY(100%)}}.biz-order{position:relative;display:flex;background:#fff;border:1px solid #eee;border-radius:10px;overflow:hidden;box-shadow:0 1px 4px #0000000f}.biz-order__bar{width:7px;flex-shrink:0}.biz-order__bar.amber{background:#ffb74d}.biz-order__bar.blue{background:#536dfe}.biz-order__bar.green{background:#66bb6a}.biz-order__bar.red{background:#ef5350}.biz-order__body{flex:1;padding:12px 14px;text-align:left;min-width:0}.biz-order__state{font-size:14px;font-weight:700}.biz-order__state.amber{color:#f57c00}.biz-order__state.blue{color:#3d5afe}.biz-order__state.green{color:#2e7d32}.biz-order__state.red{color:#c62828}.biz-order__actions{display:flex;gap:10px;margin:10px 0;padding-bottom:10px;border-bottom:1px solid #eee}.biz-order__act{flex:1;padding:10px;border-radius:5px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.biz-order__act.agree{background:var(--primary);color:#fff}.biz-order__act.deny{background:#ffebee;color:var(--danger);border:1px solid var(--danger)}.biz-order__client{margin:6px 0 2px;font-size:18px;font-weight:700}.biz-order__addr{margin:0;font-size:14px;font-weight:500}.biz-order__date{margin:4px 0;font-size:13px;color:#555}.biz-order__contact-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:8px 0}.biz-order__contact{display:flex;gap:8px}.biz-order__contact-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:6px;font-size:12px;font-weight:600}.biz-order__contact-btn.call{background:var(--primary);color:#fff}.biz-order__contact-btn.wa{background:#e8f5e9;color:#1b9e4b}.biz-order__total{font-size:22px;font-weight:700;white-space:nowrap}.biz-order__products{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.biz-order__product{display:flex;justify-content:space-between;gap:8px;background:var(--bg);border-radius:6px;padding:8px}.biz-order__pname{font-size:14px;font-weight:700;text-transform:uppercase}.biz-order__pprice{font-size:14px;font-weight:700;color:var(--muted)}.biz-order__pdesc{margin-top:4px;font-size:13px;color:var(--muted)}.biz-order__pobs{margin-top:4px;font-size:13px;color:#66bb6a;font-weight:500}.biz-order__qty{align-self:center;font-size:24px;font-weight:700}.biz-order__biz{display:inline-flex;align-items:center;gap:5px;margin-top:10px;padding:4px 8px;background:var(--bg);border-radius:8px;font-size:13px;color:var(--muted);font-weight:500}.orders__top{display:flex;align-items:center;justify-content:space-between}.orders__brand{display:flex;flex-direction:column;gap:2px;min-width:0}.orders__logo{height:24px;object-fit:contain;align-self:flex-start;background:#fff;padding:5px 9px;border-radius:8px}.orders__biz{font-size:16px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.orders__tabs{display:flex;align-items:center;gap:10px;padding:12px;background:#fff}.orders__tab{padding:8px 18px;border:1.5px solid transparent;border-radius:50px;background:#eee;color:#000;font-size:14px;font-weight:600}.orders__tab.active{background:var(--primary-soft);border-color:var(--primary);color:var(--primary)}.orders__refresh{margin-left:auto;width:36px;height:36px;display:grid;place-items:center;border:1.5px solid var(--muted);border-radius:50%;background:#fff}.orders__section{background:#fff;margin-top:7px;padding:12px 15px;text-align:left}.orders__section .section-subtitle{margin:2px 0 0}.orders__list{list-style:none;margin:0;padding:12px;display:flex;flex-direction:column;gap:12px}.orders--empty{min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:24px}.orders--empty p{font-size:18px;font-weight:500;margin:0}.products__top{font-weight:600;font-size:16px}.products__bar{display:flex;gap:10px;padding:12px 15px;background:#fff;margin-top:7px}.products__create{width:auto;white-space:nowrap;padding:10px 16px}.products__search{flex:1;display:flex;align-items:center;gap:8px;background:#eee;border-radius:6px;padding:0 12px}.products__search input{flex:1;border:none;outline:none;background:transparent;padding:10px 0}.products__count{background:#fff;margin:7px 0 0;padding:12px 15px;font-size:18px;font-weight:700;text-align:left}.products__list{list-style:none;margin:0;padding:12px 15px;background:#fff;display:flex;flex-direction:column;gap:8px}.product-card{display:flex;gap:10px;background:#fff;border:.5px solid var(--border);border-radius:10px;padding:10px}.product-card__img{position:relative;width:84px;height:84px;flex-shrink:0;border-radius:6px;background:#fff3e0;display:grid;place-items:center;overflow:hidden}.product-card__img img{width:100%;height:100%;object-fit:cover}.product-card__off{position:absolute;bottom:0;left:0;right:0;background:#0009;color:#fff;font-size:10px;text-transform:uppercase;text-align:center;padding:2px 0}.product-card__info{flex:1;min-width:0;text-align:left}.product-card__info h3{margin:0;font-size:14px;font-weight:700;text-transform:uppercase}.product-card__desc{margin:2px 0 6px;font-size:13px;color:var(--muted)}.product-card__price{font-size:14px;font-weight:700;color:#66bb6a}.product-card__edit{align-self:center;width:36px;height:36px;display:grid;place-items:center}.products--empty{min-height:40vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:24px}.products--empty p{font-size:18px;font-weight:500;margin:0}.product-modal{text-align:center}.product-modal__img{width:100%;max-height:300px;object-fit:contain;border-radius:8px;background:var(--bg)}.product-modal__desc{color:var(--muted);font-size:14px;margin:12px 0 6px}.product-modal__price{font-size:20px;font-weight:700;color:#66bb6a;margin:0}.page-header{display:flex;align-items:center;gap:8px}.page-header__back{display:grid;place-items:center;width:32px;height:32px;flex-shrink:0}.page-header__title{flex:1;text-align:center;font-size:17px;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-header__right{width:32px;flex-shrink:0;display:grid;place-items:center}.pform{min-height:100vh;background:var(--bg)}.pform__card{background:#fff;margin-top:7px;padding:15px}.pform__field{border:.5px solid var(--border);border-radius:5px;background:var(--bg);padding:10px;margin-bottom:10px}.pform__field.error{border-color:var(--danger);background:#fbe9e7}.pform__field input,.pform__field textarea{width:100%;border:none;outline:none;background:transparent;font-size:16px;resize:none}.pform__row{display:flex;gap:20px;margin-bottom:16px}.pform__image{width:150px;height:150px;flex-shrink:0;border-radius:5px;border:1px solid var(--muted);background:#bdbdbd;display:grid;place-items:center;overflow:hidden}.pform__image.error{border-color:var(--danger);background:#fbe9e7}.pform__image img{width:100%;height:100%;object-fit:cover}.pform__side{flex:1}.pform__price{display:flex;align-items:center;gap:5px;border:.5px solid var(--border);border-radius:5px;background:var(--bg);padding:12px 10px}.pform__price.error{border-color:var(--danger);background:#fbe9e7}.pform__price input{flex:1;width:100%;border:none;outline:none;background:transparent;font-size:16px}.pform__switch{display:flex;align-items:center;gap:10px;margin-top:16px;cursor:pointer;font-size:14px}.pform__switch input{display:none}.pform__box{width:22px;height:22px;border-radius:4px;border:2px solid var(--primary);display:grid;place-items:center;color:#fff;font-size:14px}.pform__switch input:checked+.pform__box{background:var(--primary)}.pform__footer{display:flex;gap:10px;margin-top:20px}.pform__upload{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;border-radius:5px;background:var(--primary-soft);color:var(--primary);font-weight:600;text-transform:uppercase;font-size:14px;cursor:pointer}.pform__save{flex:1;width:auto}.reports__top{font-weight:600;font-size:16px}.reports__list{background:#fff;margin-top:7px;padding:15px;display:flex;flex-direction:column;gap:12px}.report-card{display:flex;align-items:center;gap:16px;width:100%;padding:12px;border:1px solid var(--border);border-radius:10px;background:#fff;text-align:left}.report-card__icon{display:grid;place-items:center;width:56px;height:56px;border-radius:6px;flex-shrink:0}.report-card__icon.teal{background:#e0f2f1;color:#4db6ac}.report-card__icon.coral{background:#fbe9e7;color:#ff7043}.report-card__icon.indigo{background:#e8eaf6;color:#7986cb}.report-card__label{flex:1;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.rep{min-height:100vh;background:var(--bg)}.rep__filter{background:#fff;margin-top:7px;padding:12px 15px;text-align:left}.rep__dates{margin-top:14px;border:.5px solid var(--border);border-radius:10px;padding:20px 15px;display:flex;flex-direction:column;gap:10px}.rep__date{display:flex;justify-content:space-between;align-items:center;background:var(--primary-soft);border-radius:5px;padding:12px 15px;color:var(--primary);font-weight:500}.rep__date input{border:none;background:transparent;color:var(--primary);font-size:15px;outline:none}.rep__filter .btn{margin-top:6px}.rep__searchbar{display:flex;gap:10px;align-items:center;background:#fff;margin-top:7px;padding:12px 15px}.rep__search{flex:1;display:flex;align-items:center;gap:8px;background:#eee;border-radius:6px;padding:0 12px}.rep__search input{flex:1;border:none;outline:none;background:transparent;padding:10px 0}.rep__refresh{width:36px;height:36px;display:grid;place-items:center;border:1.5px solid var(--muted);border-radius:50%;background:#fff}.rep__heading{background:#fff;margin-top:7px;padding:12px 15px;font-size:20px;font-weight:700;text-align:left}.rep__heading small{display:block;font-size:14px;font-weight:400;color:var(--muted)}.rep__list{list-style:none;margin:0;padding:7px 15px 90px;background:#fff;display:flex;flex-direction:column;gap:8px}.rep__empty{margin:20px;padding:14px 15px;background:#eee;border-radius:5px;text-align:center;color:var(--muted)}.rep-sale{border:.5px solid var(--border);border-radius:10px;padding:15px;text-align:left}.rep-sale__head{display:flex;justify-content:space-between;align-items:center;gap:8px}.rep-sale__name{font-size:16px;font-weight:500}.rep-sale__total{color:#43a047;font-size:20px;font-weight:600;white-space:nowrap}.rep-sale__sep{height:1px;background:#eee;margin:10px 0}.rep-sale__products{background:#eee;border-radius:10px;padding:10px}.rep-sale__product{display:flex;justify-content:space-between;gap:8px}.rep-sale__pname{font-size:15px;font-weight:500;text-transform:uppercase}.rep-sale__pdesc{font-size:14px;color:var(--muted)}.rep-sale__pprice{font-size:15px;color:var(--muted);padding:6px 0}.rep-sale__qty{align-self:center;background:#e0e0e0;border-radius:5px;padding:5px 9px;font-size:18px;font-weight:500}.rep-sale__date{display:inline-flex;align-items:center;gap:5px;margin-top:10px;color:var(--primary);font-size:14px;font-weight:500}.rep-row{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:10px;padding:10px;width:100%;text-align:left}.rep-row__icon{width:54px;height:54px;flex-shrink:0;display:grid;place-items:center;border-radius:5px;background:var(--bg)}.rep-row__icon.orange{background:#fff3e0}.rep-row__data{flex:1;min-width:0}.rep-row__name{font-size:14px;font-weight:500;text-transform:uppercase}.rep-row__sub{font-size:14px;color:var(--muted)}.rep-row__total{display:block;margin-top:5px;font-size:14px;font-weight:700;color:#66bb6a}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Medium.ttf) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins-SemiBold.ttf) format("truetype");font-weight:600;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Bold.ttf) format("truetype");font-weight:700;font-display:swap}:root{--primary: #762be0;--primary-dark: #5a1fb0;--primary-light: #b388ff;--primary-soft: #ede7f6;--bg: #f5f5f5;--surface: #ffffff;--text: #090f4c;--muted: #9e9e9e;--border: #cfd8dc;--danger: #e53935;--success: #2e7d32;--max-width: 600px;--bottom-nav-h: 64px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;margin:0}body{font-family:Poppins,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);overscroll-behavior-y:none}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea{font-family:inherit;font-size:15px}.app-shell{max-width:var(--max-width);margin:0 auto;min-height:100%;background:var(--bg);position:relative;display:flex;flex-direction:column}.page{flex:1;padding-bottom:calc(var(--bottom-nav-h) + env(safe-area-inset-bottom,0px))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 18px;border-radius:6px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;font-size:14px;background:var(--primary);color:#fff;transition:opacity .15s ease}.btn:disabled{background:#7986cb;cursor:not-allowed}.btn-secondary{background:var(--primary-soft);color:var(--primary)}.btn-ghost{background:transparent;color:var(--primary);width:auto;padding:6px 10px}.btn-danger{background:var(--danger);color:#fff}.field{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--border);border-radius:6px;padding:13px 15px;margin-bottom:10px}.field.error{border-color:var(--danger)}.field input{flex:1;border:none;outline:none;background:transparent}.field-error-msg{color:var(--danger);font-size:13px;margin:-6px 0 10px}.topbar{background:var(--primary);color:#fff;padding:calc(12px + env(safe-area-inset-top,0px)) 16px 12px}.center{display:flex;align-items:center;justify-content:center}.loader-wrap{flex:1;min-height:50vh}.spinner{width:38px;height:38px;border:4px solid var(--primary-soft);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}.spinner.small{width:20px;height:20px;border-width:3px;border-color:#fff6;border-top-color:#fff}@keyframes spin{to{transform:rotate(360deg)}}.section-title{font-size:20px;font-weight:700}.section-subtitle{font-size:14px;color:var(--muted)}
