:root {
  --ink: #5e4227;
  --green: #805d37;
  --green-2: #694826;
  --cream: #fcf7ee;
  --paper: #fffdf9;
  --gold: #b88961;
  --gold-soft: #e9c5a2;
  --line: #eadbcc;
  --muted: #817160;
  --danger: #b35d50;
  --shadow: 0 10px 30px rgba(92, 62, 33, .09);
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input, select { font: inherit; }
button { cursor: pointer; }

#app { max-width: 720px; min-height: 100dvh; margin: 0 auto; background: var(--paper); box-shadow: 0 0 0 1px rgba(8, 46, 37, .04); }
.screen { padding: 24px 18px 104px; }
.topbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 24px; }
.brand { display: flex; align-items: center; gap: 10px; }
.mark { width: 42px; height: 47px; display: grid; place-items: center; color: var(--gold); font-family: Georgia, serif; font-size: 31px; font-weight: 700; letter-spacing: -4px; }
.brand-name { font: 700 19px/1.05 Georgia, serif; letter-spacing: -.4px; }
.brand-sub { margin-top: 3px; color: var(--gold); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.header-actions { display: flex; gap: 9px; align-items: center; }.round-button,.bag-button { display:grid; place-items:center; width:42px; height:42px; padding:0; border-radius:50%; border:1px solid var(--line); background:var(--paper); color:var(--ink); }.icon { width:21px; height:21px; }.bag-button { position:relative; color:white; border-color:var(--green); background:var(--green); }.bag-button span { position:absolute; top:-5px; right:-5px; display:grid; place-items:center; width:18px; height:18px; color:#2d2102; border-radius:50%; background:var(--gold-soft); font-size:10px; font-weight:800; }
.eyebrow { color: var(--gold); font-size: 12px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, serif; letter-spacing: -.035em; }
h1 { font-size: clamp(34px, 8vw, 48px); line-height: .98; margin-bottom: 12px; }
h2 { font-size: 27px; margin-bottom: 14px; }
.muted { color: var(--muted); line-height: 1.5; }

.hero { overflow: hidden; position: relative; isolation: isolate; min-height: 340px; padding: 26px; border-radius: 25px; color: white; background: #805d37; box-shadow: var(--shadow); }.hero::before { content:""; position:absolute; z-index:-1; inset:0; background:linear-gradient(90deg,#805d37 0%,#805d37 42%,rgba(128,93,55,.84) 62%,rgba(128,93,55,.05) 100%); }.hero-art { position:absolute; z-index:-2; inset:0 0 0 auto; width:62%; height:100%; object-fit:cover; object-position:63% 50%; }
.hero-copy { display: flex; position: relative; z-index: 1; flex-direction: column; align-items: flex-start; height: 100%; }
.hero h1 { max-width: 230px; margin: 7px 0 15px; font-size: clamp(35px, 9.2vw, 55px); line-height:.97; position:relative; z-index:1; }.hero h1 em { color:var(--gold-soft); font-weight:400; }.hero-rule { width:115px; height:1px; margin:0 0 14px; background:var(--gold-soft); }.hero p { max-width:210px; color:#f2f2e6; position:relative; z-index:1; font-size:12px; line-height:1.45; text-transform:uppercase; letter-spacing:.065em; }
.hero .button { margin-top: auto; z-index: 1; }
.hero .button span { margin-left: 16px; font-size: 18px; }
.button { border: 0; border-radius: 12px; padding: 13px 17px; background: var(--green); color: white; font-weight: 750; }
.button.gold { background: var(--gold-soft); color: #422900; }
.button.secondary { background: transparent; border: 1px solid var(--line); color: var(--ink); }

.schedule { display:grid; grid-template-columns:1.1fr repeat(3,auto); gap:8px; align-items:center; padding:12px; margin:14px 0 29px; border:1px solid var(--line); border-radius:17px; background:#f9f6ed; }.schedule-intro { display:flex; gap:8px; align-items:center; padding-right:8px; border-right:1px solid #d7ccbd; color:var(--gold); }.schedule-intro .icon { width:26px; height:26px; }.schedule small { display:block; color:var(--ink); font-size:10px; line-height:1.3; }.schedule b { display:block; }.day { display:flex; gap:5px; align-items:center; padding:9px 9px; color:var(--green); border:1px solid #e4e2d4; border-radius:20px; background:#f0f3e6; font-size:10px; font-weight:700; }.day span{font-size:11px;color:#437059}
.section-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin: 25px 0 13px; }
.section-head h2 { margin: 0; }
.link { padding: 0; color: var(--green); border: 0; background: none; font-weight: 750; }
.category-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:9px; }.category { overflow:hidden; padding:0 0 10px; color:var(--ink); border:1px solid var(--line); border-radius:15px; background:#fffdfa; }.category img { display:block; width:100%; height:112px; object-fit:cover; }.category strong { display:block; padding:9px 5px 0; font-size:10px; line-height:1.15; }
.package-card { position:relative; overflow:hidden; min-height:255px; padding:23px; color:var(--ink); border-radius:21px; background:#f8ead0; }.package-card img{ position:absolute; right:-22px; bottom:-2px; width:58%; height:75%; object-fit:cover; object-position:60% 57%; mix-blend-mode:multiply; }.package-card>div{ position:relative; z-index:1; width:58%; }.package-card h3 { margin:3px 0 11px; font:31px/1 Georgia,serif; }.package-card p{ max-width:170px; margin:0 0 18px; font-size:13px; line-height:1.45; }.package-rule{width:80px;height:1px;margin:0 0 15px;background:var(--gold)}

.nav { position: fixed; z-index: 5; bottom: 0; left: 50%; display: grid; grid-template-columns: repeat(4, 1fr); width: min(720px, 100%); padding: 10px 16px max(14px, env(safe-area-inset-bottom)); transform: translateX(-50%); border-top: 1px solid var(--line); background: rgba(255,253,250,.95); backdrop-filter: blur(14px); }
.nav button { display:grid; gap:5px; justify-items:center; border:0; color:var(--muted); background:transparent; font-size:11px; }.nav .icon{width:21px;height:21px;}.nav button.active { color:var(--green); font-weight:800; }.nav button.active .icon{fill:var(--green);stroke:var(--green);}
.owner-nav { position:fixed; z-index:5; bottom:0; left:50%; display:grid; grid-template-columns:repeat(5,1fr); width:min(720px,100%); padding:10px 10px max(14px,env(safe-area-inset-bottom)); transform:translateX(-50%); border-top:1px solid #245443; background:rgba(6,59,44,.97); backdrop-filter:blur(14px); }.owner-nav button{display:grid;gap:5px;justify-items:center;border:0;color:#b6cabd;background:transparent;font-size:10px}.owner-nav .icon{width:20px;height:20px}.owner-nav button.active{color:var(--gold-soft);font-weight:800}.owner-nav button.active .icon{fill:var(--gold-soft);stroke:var(--gold-soft)}

.owner-hero { margin: -24px -18px 26px; padding: 28px 18px 26px; color: white; background: var(--green); }
.owner-hero .topbar { margin-bottom: 34px; }
.owner-hero .brand-sub { color: var(--gold-soft); }
.owner-hero .round-button { color: white; border-color: rgba(255,255,255,.22); background: transparent; }
.owner-hero h1 { margin: 9px 0; }
.owner-hero p { margin: 0; color: #dbe8dc; }
.day-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; padding: 5px; margin-top: 23px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; }
.day-tabs button { padding: 9px 6px; color: #e2ece2; border: 0; border-radius: 9px; background: transparent; font-size: 12px; font-weight: 700; }
.day-tabs button.active { color: var(--green); background: var(--gold-soft); }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.stat { padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: var(--cream); }
.stat b { display: block; margin-bottom: 5px; color: var(--green); font: 29px Georgia, serif; }
.stat span { color: var(--muted); font-size: 13px; }
.order-list { display: grid; gap: 10px; }
.order { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 14px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.owner-order { grid-template-columns:auto 1fr; }.owner-order .status { grid-column:2; justify-self:start; }.advance-order { grid-column:2; padding:8px 10px; justify-self:start; color:var(--green); border:1px solid #cfe0d2; border-radius:9px; background:#f4faf4; font-size:11px; font-weight:800; }
.avatar { display: grid; width: 37px; height: 37px; place-items: center; color: var(--green); border-radius: 50%; background: #f1eadc; font-family: Georgia, serif; }
.order strong { font-size: 14px; }
.order small { display: block; margin-top: 3px; color: var(--muted); }
.status { padding: 6px 8px; border-radius: 10px; background: #e6f2e7; color: var(--green); font-size: 11px; font-weight: 800; white-space: nowrap; }
.status.packing { background: #fff1cf; color: #896000; }
.status.delivery { background: #e3eef9; color: #1e5a86; }
.status.payment { background:#fff0ed; color:#8b301f; }
.alert { padding: 15px; margin-top: 16px; color: #842819; border: 1px solid #f2c2b7; border-radius: 15px; background: #fff1ed; }
.alert b { display: block; margin-bottom: 4px; }
.quick-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.quick-actions button:last-child { grid-column: 1 / -1; }
.form-card { display: grid; gap: 15px; padding: 18px; margin-top: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); }
.form-card label { display: grid; gap: 7px; color: var(--ink); font-size: 13px; font-weight: 750; }
.form-card label span { color: var(--muted); font-weight: 500; }
.form-card input, .form-card select { width: 100%; padding: 13px; color: var(--ink); border: 1px solid #d8d1c3; border-radius: 10px; background: white; outline-color: var(--gold); }
.form-card textarea{width:100%;min-height:90px;padding:13px;border:1px solid #d8d1c3;border-radius:10px;resize:vertical}.bag-item{display:grid;grid-template-columns:74px 1fr auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:16px}.bag-item img{width:74px;height:74px;object-fit:cover;border-radius:10px}.bag-item small,.bag-item b{display:block;margin-top:4px;color:var(--muted);font-size:12px}.bag-item b{color:var(--green)}.quantity{display:flex;gap:7px;align-items:center}.quantity button{width:27px;height:27px;border:1px solid var(--line);border-radius:50%;background:white}.total{display:grid;grid-template-columns:1fr auto;gap:12px;margin:22px 0;padding:17px;border-radius:16px;background:var(--cream);font-size:14px}.total strong{grid-column:1/-1;display:flex;justify-content:space-between;padding-top:12px;border-top:1px solid var(--line)}.total em{font-style:normal;color:var(--green)}.checkout-button{width:100%}.confirmation{display:grid;place-items:center;align-content:center;min-height:80vh;text-align:center}.confirmation p{max-width:330px}.confirmation-mark{display:grid;place-items:center;width:70px;height:70px;margin-bottom:24px;color:white;border-radius:50%;background:var(--green);font-size:34px}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-card .toggle { display: flex; align-items: center; gap: 9px; }
.form-card .toggle input { width: 17px; height: 17px; }
.product-list { display: grid; gap: 10px; margin-top: 24px; }
.product { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 14px; border: 1px solid var(--line); border-radius: 15px; }
.product-initial { display: grid; width: 40px; height: 40px; place-items: center; color: var(--gold); border: 1px solid var(--gold-soft); border-radius: 10px; font: 23px Georgia, serif; }
.product small { display: block; margin-top: 4px; color: var(--muted); }
.product b { color: var(--green); font-size: 14px; }
.back-button { display:grid; place-items:center; width:38px; height:38px; padding:0 0 3px; color:var(--green); border:1px solid var(--line); border-radius:50%; background:var(--paper); font:30px/1 Georgia,serif; }.packages-screen .topbar { gap:10px; }.packages-screen .brand { flex:1; justify-content:center; }.packages-screen .brand-sub { display:none; }.package-page-intro { padding:8px 2px 22px; }.package-page-intro h1 { margin:5px 0 10px; font-size:42px; }.package-page-intro p { max-width:340px; color:var(--muted); line-height:1.45; }.package-list { display:grid; gap:20px; }.catalogue-package { overflow:hidden; border:1px solid var(--line); border-radius:22px; background:white; box-shadow:var(--shadow); }.catalogue-package>img { display:block; width:100%; height:auto; background:#f4efe5; }.package-action { display:flex; justify-content:space-between; align-items:center; gap:12px; padding:15px 16px; }.package-action span { display:block; margin-bottom:4px; color:var(--gold); font-size:10px; font-weight:800; letter-spacing:.09em; text-transform:uppercase; }.package-action strong { color:var(--ink); font:19px Georgia,serif; }.add-package { display:flex; flex:none; gap:9px; align-items:center; padding:10px 12px; color:white; border:0; border-radius:11px; background:var(--green); font-size:12px; font-weight:800; }.add-package b { color:var(--gold-soft); font-size:18px; line-height:.6; }.toast { position:fixed; z-index:30; right:18px; bottom:90px; max-width:310px; padding:13px 15px; color:white; border-radius:12px; background:var(--green); box-shadow:var(--shadow); opacity:0; transform:translateY(8px); transition:.2s ease; font-size:13px; }.toast.visible { opacity:1; transform:none; }

.placeholder { display: grid; min-height: 55vh; place-items: center; text-align: center; }
.placeholder-box { max-width: 370px; padding: 32px 20px; border: 1px dashed var(--gold-soft); border-radius: 20px; background: var(--cream); }
.placeholder-box h1 { font-size: 36px; }
.track-form { display:grid; grid-template-columns:1fr auto; gap:10px; margin:24px 0 17px; }.track-form input { min-width:0; padding:13px; color:var(--ink); border:1px solid var(--line); border-radius:12px; background:#fff; outline-color:var(--gold); }.tracking-card { padding:19px; border:1px solid var(--line); border-radius:19px; background:var(--cream); }.tracking-top { display:flex; justify-content:space-between; align-items:start; padding-bottom:15px; border-bottom:1px solid var(--line); }.tracking-top span,.tracking-top strong { display:block; }.tracking-top span { color:var(--muted); font-size:12px; }.tracking-top strong { margin-top:3px; font:23px Georgia,serif; }.tracking-top>b { padding:6px 9px; color:var(--green); border-radius:10px; background:#e6f2e7; font-size:12px; }.tracking-card>p { margin:15px 0 21px; color:var(--muted); font-size:13px; }.progress-line { display:flex; align-items:center; }.progress-line span { display:grid; flex:none; width:25px; height:25px; place-items:center; color:#8a968c; border:1px solid #cbd4cb; border-radius:50%; background:white; font-size:11px; font-weight:800; }.progress-line span.done,.progress-line span.current { color:white; border-color:var(--green); background:var(--green); }.progress-line span.current { box-shadow:0 0 0 4px #dceade; }.progress-line i { flex:1; height:2px; background:#d6ddd4; }.progress-labels { display:grid; grid-template-columns:repeat(5,1fr); margin-top:8px; color:var(--muted); font-size:9px; text-align:center; }.tracking-note { display:grid; gap:3px; padding:13px; margin-top:22px; border-radius:12px; background:#fff; }.tracking-note b { color:var(--green); font-size:13px; }.tracking-note span { color:var(--muted); font-size:12px; }
.owner-screen { padding-bottom:110px; }.owner-screen .owner-hero { margin-bottom:24px; }.owner-screen .owner-hero .eyebrow { color:var(--gold-soft); }.queue-note { display:flex; justify-content:space-between; align-items:center; gap:10px; padding:13px 14px; margin:16px 0; border:1px solid var(--line); border-radius:14px; background:var(--cream); }.queue-note b { font-size:13px; }.queue-note span { color:var(--muted); font-size:11px; }.workflow { display:flex; flex-wrap:wrap; gap:8px; align-items:center; padding:14px; border:1px solid var(--line); border-radius:15px; background:var(--cream); }.workflow span { padding:7px 9px; color:var(--green); border-radius:8px; background:#fff; font-size:11px; font-weight:750; }.workflow i { color:var(--gold); font-style:normal; }.inventory-list { display:grid; gap:9px; }.inventory-list article,.package-mini-list article { display:flex; justify-content:space-between; align-items:center; gap:12px; padding:13px; border:1px solid var(--line); border-radius:14px; background:#fff; }.inventory-list b,.inventory-list span,.package-mini-list b,.package-mini-list span { display:block; }.inventory-list span,.package-mini-list span { margin-top:4px; color:var(--muted); font-size:12px; }.inventory-list em { padding:5px 8px; color:#8b301f; border-radius:8px; background:#fff0ed; font-size:11px; font-style:normal; font-weight:800; }.package-mini-list { display:grid; gap:9px; }.package-mini-list article { justify-content:flex-start; }.package-mini-list img { width:46px; height:46px; object-fit:cover; border-radius:9px; }.customer-summary { display:grid; grid-template-columns:auto 1fr auto 1fr; gap:8px; align-items:baseline; padding:17px; margin-bottom:18px; border:1px solid var(--line); border-radius:15px; background:var(--cream); }.customer-summary b { color:var(--green); font:25px Georgia,serif; }.customer-summary span { color:var(--muted); font-size:11px; }.settings-list { display:grid; gap:10px; }.settings-list button { display:grid; grid-template-columns:auto 1fr auto; gap:13px; align-items:center; padding:15px; color:var(--ink); text-align:left; border:1px solid var(--line); border-radius:15px; background:white; }.settings-list button>span { color:var(--gold); }.settings-list .icon { width:22px; height:22px; }.settings-list b,.settings-list small { display:block; }.settings-list small { margin-top:4px; color:var(--muted); }.settings-list i { color:var(--gold); font-size:22px; font-style:normal; }

.catalogue-products { display:grid; gap:9px; }.catalogue-row { display:grid; grid-template-columns:auto 1fr auto; gap:11px; align-items:center; padding:12px; border:1px solid var(--line); border-radius:14px; background:#fff; }.catalogue-row b,.catalogue-row span { display:block; }.catalogue-row span { margin-top:4px; color:var(--muted); font-size:12px; }.edit-button { padding:8px 10px; color:var(--green); border:1px solid #cfe0d2; border-radius:9px; background:#f4faf4; font-size:12px; font-weight:800; }.empty-catalogue { display:grid; gap:5px; padding:17px; color:var(--muted); border:1px dashed var(--gold-soft); border-radius:14px; background:var(--cream); font-size:13px; }.empty-catalogue b { color:var(--ink); }
.sheet-connection { display:grid; gap:10px; padding:17px; border:1px solid var(--line); border-radius:16px; background:var(--cream); }.sheet-connection b { font-size:15px; }.sheet-connection a { color:var(--green); font-weight:800; }.sheet-connection p { margin:0; color:var(--muted); font-size:13px; line-height:1.45; }.sheet-connection form { display:grid; grid-template-columns:1fr auto; gap:8px; }.sheet-connection input { min-width:0; padding:11px; border:1px solid #d8d1c3; border-radius:10px; background:#fff; font-size:12px; }.sheet-connection .button { padding:11px 12px; font-size:12px; }
.shop-filters { display:flex; gap:8px; overflow:auto; padding:4px 0 16px; }.shop-filters button { flex:none; padding:8px 11px; color:var(--muted); border:1px solid var(--line); border-radius:20px; background:#fff; font-size:12px; font-weight:700; }.shop-filters button.active { color:#fff; border-color:var(--green); background:var(--green); }.shop-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:11px; }.shop-product { display:grid; gap:9px; padding:12px; border:1px solid var(--line); border-radius:16px; background:#fff; }.shop-product img { width:100%; height:130px; object-fit:cover; border-radius:11px; }.shop-product .product-initial { width:100%; height:100px; }.shop-product small,.shop-product strong,.shop-product b { display:block; }.shop-product small { color:var(--muted); font-size:11px; }.shop-product strong { margin:4px 0; font-size:13px; }.shop-product b { color:var(--green); font-size:14px; }.shop-product button { padding:9px; color:#fff; border:0; border-radius:10px; background:var(--green); font-size:12px; font-weight:800; }.shop-product button span { margin-left:6px; color:var(--gold-soft); font-size:17px; }.bag-list { display:grid; gap:10px; }.checkout-summary { display:flex; justify-content:space-between; gap:12px; padding:13px; color:var(--green); border-radius:11px; background:#eaf3ea; font-size:13px; }
.package-poster { display:block; width:100%; padding:0; border:0; background:none; }.package-poster img { display:block; width:100%; }.detail-poster { display:block; width:100%; margin:0 0 20px; border:1px solid var(--line); border-radius:18px; }.detail-price { margin:-3px 0 13px; color:var(--green); font:25px Georgia,serif; }.included-card,.detail-block { padding:17px; margin:20px 0; border:1px solid var(--line); border-radius:16px; background:var(--cream); }.included-card h2,.detail-block h2 { margin:0 0 9px; font-size:21px; }.included-card p,.detail-block p { margin:0; color:var(--muted); line-height:1.5; }.included-card>div { display:grid; gap:7px; margin-top:13px; color:var(--green); font-size:13px; font-weight:750; }.order-open { display:grid; gap:3px; padding:0; color:var(--ink); text-align:left; border:0; background:none; }.order-open small { color:var(--muted); }.detail-status { display:flex; gap:9px; align-items:center; margin:-5px 0 4px; }.detail-status>b { color:#8b301f; font-size:12px; }.pick-heading { display:flex; justify-content:space-between; gap:10px; align-items:baseline; }.pick-heading span { color:var(--green); font-size:12px; font-weight:800; }.pick-help { margin:0 0 14px !important; font-size:12px; }.pick-list { display:grid; gap:8px; padding:0; margin:0; list-style:none; }.pick-list li { border-bottom:1px solid var(--line); }.pick-list li:last-child { border-bottom:0; }.pick-list button { display:flex; width:100%; gap:10px; align-items:center; padding:9px 0; color:var(--ink); text-align:left; border:0; background:none; font-size:13px; }.pick-list li.picked button { color:var(--muted); text-decoration:line-through; }.pick-mark { display:grid; flex:none; width:19px; height:19px; place-items:center; color:white; border:1px solid #b5c5b6; border-radius:6px; background:white; font-size:12px; font-weight:900; }.picked .pick-mark { border-color:var(--green); background:var(--green); }.fulfilment-grid { display:grid; grid-template-columns:1fr auto; gap:12px; color:var(--muted); font-size:13px; }.fulfilment-grid b { color:var(--ink); text-align:right; }.completed-order { padding:15px; color:var(--green); border-radius:12px; background:#eaf3ea; text-align:center; font-weight:800; }
.payment-card { display:grid; gap:6px; max-width:360px; padding:14px; margin:0 0 14px; color:var(--ink); border:1px solid var(--gold-soft); border-radius:12px; background:#fff7e7; text-align:left; font-size:13px; }.payment-card span { color:var(--muted); line-height:1.4; }.support-link { display:block; margin:0 0 14px; color:var(--green); font-size:13px; font-weight:800; }
.inline-form { display:grid; grid-template-columns:1fr auto; gap:8px; margin-top:15px; }.inline-form input { min-width:0; padding:11px; border:1px solid #d8d1c3; border-radius:10px; background:#fff; }.inline-form .button { padding:11px 13px; font-size:12px; }
.order-history-head { margin-top:25px; }.order-history-head span { color:var(--muted); font-size:12px; font-weight:750; }.history-list { display:grid; gap:9px; margin-bottom:15px; }.history-order { display:grid; grid-template-columns:1fr auto; gap:12px; align-items:center; width:100%; padding:13px; color:var(--ink); text-align:left; border:1px solid var(--line); border-radius:14px; background:#fff; }.history-order.selected { border-color:var(--gold); box-shadow:0 0 0 2px #f8e7bc; }.history-order strong,.history-order span { display:block; }.history-order strong { font-size:13px; }.history-order span { max-width:205px; margin-top:4px; overflow:hidden; color:var(--muted); font-size:11px; text-overflow:ellipsis; white-space:nowrap; }.history-order>div:last-child { display:flex; gap:8px; align-items:center; }.history-order .status { max-width:118px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }.history-order i { color:var(--gold); font-size:20px; font-style:normal; }
.queue-count { color:var(--muted); font-size:12px; font-weight:750; }
.shop-product.sold-out { opacity:.68; }.shop-product button:disabled { color:#7d827b; background:#e5e6e1; cursor:not-allowed; }
.payment-sent { padding:13px; margin:0 0 12px; color:var(--green); border-radius:12px; background:#eaf3ea; font-size:13px; font-weight:800; }.payment-sent-button { width:100%; margin:0 0 10px; }.payment-confirm { width:100%; margin-top:15px; }
.saved-details { padding:11px 13px; margin:0 0 14px; color:var(--green); border:1px solid #cfe0d2; border-radius:11px; background:#f4faf4; font-size:12px; font-weight:750; }
.report-callout { display:grid; gap:4px; padding:14px; margin:18px 0 23px; color:var(--green); border:1px solid #cfe0d2; border-radius:14px; background:#f4faf4; }.report-callout.attention { color:#7a4c08; border-color:#ead19b; background:#fff8e8; }.report-callout b { font-size:13px; }.report-callout span { color:var(--muted); font-size:12px; }
.team-list { display:grid; gap:9px; }.team-member { display:flex; gap:11px; align-items:center; padding:13px; border:1px solid var(--line); border-radius:14px; background:#fff; }.team-member b,.team-member span { display:block; }.team-member span { margin-top:4px; color:var(--muted); font-size:12px; }.inline-form select { min-width:0; padding:11px; border:1px solid #d8d1c3; border-radius:10px; background:#fff; }
.photo-help { display:block; margin-top:7px; color:var(--muted); font-size:12px; font-weight:500; }.product-photo-preview { display:block; width:100%; max-height:180px; margin-top:10px; object-fit:cover; border:1px solid var(--line); border-radius:12px; }
.owner-gate { position:relative; overflow:hidden; display:grid; align-content:start; gap:19px; min-height:100vh; padding:0 22px 44px; background:linear-gradient(155deg,#835c37 0 30%,#fcf7ee 30% 100%); }.owner-gate::before,.owner-gate::after { content:""; position:absolute; z-index:0; width:260px; height:260px; border:1px solid rgba(255,239,213,.22); border-radius:50%; pointer-events:none; }.owner-gate::before { top:-170px; right:-108px; box-shadow:0 0 0 29px rgba(255,239,213,.05),0 0 0 60px rgba(255,239,213,.035); }.owner-gate::after { right:-138px; bottom:-170px; border-color:#e8c6a7; box-shadow:0 0 0 27px rgba(233,197,162,.18); }.owner-gate-top,.owner-gate-intro,.owner-gate-card,.owner-gate-return { position:relative; z-index:1; }.owner-gate-top { display:flex; align-items:center; justify-content:space-between; padding:22px 0 5px; color:#f6e8d8; font-size:10px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }.gate-monogram { display:grid; width:36px; height:36px; place-items:center; color:#fff0da; border:1px solid rgba(255,243,219,.4); border-radius:50%; font:700 17px Georgia,serif; letter-spacing:-2px; }.owner-gate-intro { max-width:400px; color:white; }.owner-gate-lock { display:grid; width:49px; height:49px; place-items:center; margin:20px 0 18px; color:#f1cd9f; border:1px solid rgba(255,233,200,.37); border-radius:17px; background:rgba(58,38,18,.16); }.owner-gate-lock svg { width:25px; height:25px; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.65; }.owner-gate-intro .eyebrow { color:#efcfaa; }.owner-gate-intro h1 { max-width:325px; margin:7px 0 11px; color:#fffaf1; font-size:clamp(32px,9vw,45px); }.owner-gate-intro p { max-width:350px; margin:0; color:#f2e5d5; font-size:13px; line-height:1.55; }.owner-gate-card { width:100%; max-width:440px; padding:8px; border:1px solid rgba(128,93,55,.16); border-radius:23px; background:rgba(255,253,249,.94); box-shadow:0 20px 40px rgba(67,42,20,.18); }.gate-card-heading { display:flex; align-items:center; justify-content:space-between; padding:14px 15px 11px; }.gate-card-heading span,.gate-card-heading b { display:block; }.gate-card-heading span { color:var(--gold); font-size:10px; font-weight:800; letter-spacing:.11em; text-transform:uppercase; }.gate-card-heading b { margin-top:3px; color:var(--ink); font:20px Georgia,serif; }.gate-card-heading i { display:grid; width:32px; height:32px; place-items:center; color:#b37c46; border-radius:50%; background:#f9ead8; font-style:normal; }.owner-gate-card .form-card { gap:14px; padding:16px; margin:0; border:0; border-radius:16px; background:#f8f0e6; }.owner-gate-card .form-card input { padding:15px; font-size:20px; letter-spacing:.38em; text-align:center; }.owner-gate-card .form-card .button { display:flex; align-items:center; justify-content:space-between; width:100%; padding:14px 16px; }.owner-gate-card .form-card .button b { color:#f3c993; font-size:23px; line-height:.6; }.owner-gate-note { display:flex; gap:8px; margin:13px 8px 8px; color:var(--muted); font-size:10px; line-height:1.5; }.owner-gate-note span { color:var(--gold); font-size:15px; line-height:.9; }.owner-gate-return { margin:1px 0 0; color:#795c42; font-size:12px; text-align:center; }.owner-gate-return button { padding:0; color:var(--green); border:0; background:none; font-weight:800; text-decoration:underline; text-underline-offset:3px; }.sheet-refresh { width:100%; margin-top:2px; }.owner-lock { display:block; width:100%; margin-top:22px; padding:12px; color:#895747; border:1px solid #ead3cb; border-radius:11px; background:#fff7f4; font-weight:800; }
.package-builder { display:grid; gap:9px; padding:14px; border:1px solid var(--line); border-radius:14px; background:var(--cream); }.package-builder>div:first-child { display:grid; gap:3px; margin-bottom:3px; }.package-builder>div:first-child small { color:var(--muted); font-size:12px; }.package-component { display:grid; grid-template-columns:auto 1fr 58px; gap:10px; align-items:center; padding:10px; margin:0; border:1px solid var(--line); border-radius:11px; background:#fff; }.package-component>span { display:grid; gap:3px; }.package-component small { color:var(--muted); font-size:11px; }.package-component input[type="number"] { min-width:0; padding:8px; text-align:center; }.package-component input[type="checkbox"] { width:18px; height:18px; }
.shop-search { width:100%; padding:13px 14px; margin:2px 0 10px; color:var(--ink); border:1px solid var(--line); border-radius:13px; background:#fff; font-size:14px; outline-color:var(--gold); }
.catalogue-row { align-items:start; }.product-ops { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:6px; max-width:155px; }.text-action { padding:7px 3px; border:0; background:none; font-size:11px; font-weight:800; }.text-action.archive { color:#97533e; }.text-action.restore { color:var(--green); }.archived-row { opacity:.62; background:#faf9f5; }.stock-history { display:grid; gap:8px; }.stock-history article { display:flex; justify-content:space-between; gap:12px; align-items:center; padding:12px 13px; border:1px solid var(--line); border-radius:13px; background:#fff; }.stock-history b,.stock-history span { display:block; }.stock-history b { font-size:13px; }.stock-history span { margin-top:4px; color:var(--muted); font-size:11px; }.stock-history em { padding:5px 8px; color:var(--green); border-radius:8px; background:#eaf3ea; font-size:10px; font-style:normal; font-weight:800; }.stock-summary { display:flex; gap:10px; align-items:baseline; padding:14px; color:var(--green); border-radius:12px; background:#eaf3ea; }.stock-summary b { font:30px Georgia,serif; }.stock-summary span { color:var(--muted); font-size:12px; }.package-unavailable { opacity:.68; }.add-package:disabled,.checkout-button:disabled { color:#6e746e; background:#e4e6df; cursor:not-allowed; }
.notes-form { display:grid; gap:12px; }.notes-form label { display:grid; gap:6px; color:var(--ink); font-size:12px; font-weight:800; }.notes-form textarea { min-height:65px; padding:10px; color:var(--ink); border:1px solid var(--line); border-radius:10px; resize:vertical; font:13px/1.35 inherit; }.packing-check { display:grid; gap:10px; padding-top:15px; margin-top:15px; border-top:1px solid var(--line); }.packing-check label { display:flex; gap:9px; align-items:flex-start; color:var(--ink); font-size:13px; font-weight:700; }.packing-check input { width:18px; height:18px; margin:0; accent-color:var(--green); }.manifest-summary { display:grid; gap:4px; padding:15px; margin:18px 0; color:var(--green); border:1px solid #cfe0d2; border-radius:14px; background:#f4faf4; }.manifest-summary span { color:var(--muted); font-size:12px; }.manifest-list { display:grid; gap:9px; }.manifest-list article { display:grid; grid-template-columns:auto 1fr; gap:12px; align-items:start; padding:14px; border:1px solid var(--line); border-radius:14px; background:#fff; }.stop-number { display:grid; width:29px; height:29px; place-items:center; color:white; border-radius:50%; background:var(--green); font-size:12px; font-weight:800; }.manifest-list b,.manifest-list span,.manifest-list small { display:block; }.manifest-list span { margin-top:4px; color:var(--ink); font-size:13px; }.manifest-list small { margin-top:5px; color:var(--muted); font-size:11px; }
.report-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }.report-grid article,.report-split article { display:grid; gap:5px; padding:15px; border:1px solid var(--line); border-radius:15px; background:#fff; }.report-grid span,.report-split span { color:var(--muted); font-size:11px; font-weight:750; }.report-grid b,.report-split b { color:var(--green); font:23px Georgia,serif; }.report-grid small { color:var(--muted); font-size:11px; }.report-split { display:grid; grid-template-columns:1fr 1fr; gap:10px; }.report-split article { background:var(--cream); }.report-split b { font-size:18px; }.report-days { display:grid; gap:9px; }.report-days article { display:flex; justify-content:space-between; gap:12px; align-items:center; padding:14px; border:1px solid var(--line); border-radius:14px; background:#fff; }.report-days b,.report-days span { display:block; }.report-days b { font-size:14px; }.report-days span { margin-top:4px; color:var(--muted); font-size:12px; }.report-days strong { color:var(--green); font:18px Georgia,serif; white-space:nowrap; }
.install-app { display:block; width:100%; padding:11px 13px; margin:14px 0 0; color:var(--green); border:1px solid #cfe0d2; border-radius:12px; background:#f4faf4; font-size:12px; font-weight:800; }.sheet-setup { margin-top:14px; padding-top:13px; border-top:1px solid var(--line); color:var(--muted); font-size:12px; line-height:1.5; }.sheet-setup summary { color:var(--green); cursor:pointer; font-weight:800; }.sheet-setup ol { padding-left:19px; margin:10px 0; }.sheet-setup a { display:inline-block; margin-top:2px; color:var(--green); font-weight:800; }
.sale-hero { display:grid; grid-template-columns:1fr auto; gap:2px 10px; width:100%; padding:14px 16px; margin-top:14px; color:var(--ink); text-align:left; border:1px solid #e0b98f; border-radius:15px; background:linear-gradient(115deg,#f7e3cf,#ebc39f); }.sale-hero span { color:#8b6040; font-size:10px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }.sale-hero b { font:22px Georgia,serif; }.sale-hero i { grid-column:2; grid-row:1 / 3; align-self:center; color:var(--green); font-size:27px; font-style:normal; }.shop-product { position:relative; }.sale-badge { position:absolute; top:18px; left:18px; padding:5px 7px; color:#fff; border-radius:8px; background:#a95c4d; font-size:10px; font-weight:800; }.shop-product b s { margin-right:4px; color:var(--muted); font-weight:500; }.sale-filter { color:#985647 !important; border-color:#efc2b6 !important; background:#fff5f2 !important; }.sale-filter.active { color:#fff !important; border-color:#a95c4d !important; background:#a95c4d !important; }
.test-catalogue-note { display:grid; grid-template-columns:1fr auto; gap:3px 12px; padding:13px; margin:0 0 13px; color:#7b4c2b; border:1px solid #e5bf96; border-radius:13px; background:#fff2df; }.test-catalogue-note b { font-size:13px; }.test-catalogue-note span { color:#8a715b; font-size:11px; }.test-catalogue-note button { grid-column:2; grid-row:1 / 3; align-self:center; padding:7px 9px; color:#875132; border:1px solid #e2b998; border-radius:8px; background:#fffaf4; font-size:11px; font-weight:800; }

/* Owner workspace — warm Treasures palette, including operational states. */
.owner-nav { border-top-color:#6d4d2e; background:rgba(77,55,33,.98); }
.owner-nav button { color:#eadcc9; }
.owner-screen .status:not(.packing),.owner-screen .advance-order,.owner-screen .edit-button,.owner-screen .saved-details,.owner-screen .payment-sent,.owner-screen .report-callout:not(.attention),.owner-screen .manifest-summary,.owner-screen .install-app { color:var(--green); border-color:#e4c3a2; background:#fff8f0; }
.owner-screen .stock-history em,.owner-screen .stock-summary,.owner-screen .completed-order { color:var(--green); background:#f6e8d7; }
.owner-screen .pick-mark { border-color:#d6bea4; }
.owner-screen .progress-line span { color:#9b8067; border-color:#dcc8b2; }
.owner-screen .progress-line i { background:#e7d8c7; }
.owner-screen .progress-line span.current { box-shadow:0 0 0 4px #f0d9bf; }
.payment-review-card { display:flex; justify-content:space-between; gap:14px; align-items:center; padding:14px; margin:14px 0; border:1px solid var(--line); border-radius:14px; background:var(--cream); }.payment-review-card.ready { border-color:#e0b98f; background:#fff1df; }.payment-review-card b,.payment-review-card span { display:block; }.payment-review-card b { color:var(--ink); font-size:13px; }.payment-review-card span { max-width:215px; margin-top:4px; color:var(--muted); font-size:11px; line-height:1.35; }.payment-review-card .button { flex:none; padding:10px 11px; font-size:11px; }.payment-waiting { grid-column:2; padding:7px 0; color:var(--muted); font-size:11px; font-weight:700; }
.fulfilment-next { display:flex; justify-content:space-between; gap:14px; align-items:center; padding:15px; margin:14px 0; border:1px solid #e0b98f; border-radius:14px; background:#fff1df; }.fulfilment-next b,.fulfilment-next span,.packing-ready b,.packing-ready span { display:block; }.fulfilment-next b,.packing-ready b { color:var(--ink); font-size:13px; }.fulfilment-next span,.packing-ready span { margin-top:4px; color:var(--muted); font-size:11px; line-height:1.35; }.fulfilment-next .button { flex:none; padding:10px 12px; font-size:11px; }.packing-ready { display:grid; gap:4px; padding:14px 0 0; margin-top:15px; border-top:1px solid var(--line); }.packing-ready .button { width:100%; margin-top:8px; }
@media (min-width: 740px) { body { padding: 20px; } #app { border-radius: 24px; overflow: hidden; } .nav,.owner-nav { bottom: 20px; border-radius: 0 0 24px 24px; } }
