:root{--green:#173f35;--green2:#245b4d;--gold:#b49655;--paper:#f7f5ef;--line:#e7e1d5;--text:#17211d;--muted:#7d837f}*{box-sizing:border-box}body,html{margin:0;min-height:100%;font-family:Tahoma,Arial,sans-serif;background:var(--paper);color:var(--text)}button,input,select{font:inherit}.mark{width:38px;height:38px;border-radius:12px;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:900}.mark.big{width:76px;height:76px;border-radius:24px;font-size:30px}.login{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 30% 20%,#fff 0,#f8f5eb 30%,#eae4d6 100%)}.login-card{width:min(420px,90vw);background:#fff;border:1px solid var(--line);border-radius:28px;padding:34px;box-shadow:0 30px 80px #38463a1a}.login-card h1{margin:14px 0 2px}.login-card p{color:var(--muted);margin:0 0 26px}.login-card form{display:grid;grid-gap:16px;gap:16px}.login-card label{display:grid;grid-gap:7px;gap:7px;font-size:12px}.login-card input,.search-box input,select{height:48px;border:1px solid var(--line);border-radius:13px;padding:0 14px;background:#fff}.empty button,.login-card button,.search-box button{height:48px;border:0;border-radius:13px;background:var(--green);color:#fff}.alert{padding:10px;border-radius:10px;background:#fff0ec;color:#9a4135}.seller-shell{min-height:100vh;padding:14px 14px 70px}.seller-top{height:60px;display:flex;justify-content:space-between;align-items:center;max-width:1100px;margin:auto}.seller-top div{display:flex;gap:10px;align-items:baseline}.seller-top span{color:var(--muted);font-size:11px}.ghost,.soft{border:1px solid var(--line);background:#fff;border-radius:11px;padding:9px 12px}.session-strip{display:flex;gap:8px;overflow:auto;padding:8px 0 12px;max-width:1100px;margin:auto}.new-session,.session{min-width:110px;border:1px solid var(--line);background:#fff;border-radius:14px;padding:10px 12px;text-align:right}.session b,.session small{display:block}.session small{margin-top:4px;color:var(--muted)}.session.active{background:var(--green);color:#fff;border-color:var(--green)}.session.active small{color:#cbdad5}.new-session{background:#efe9da;border-style:dashed;color:#5a4a28;font-weight:800}.seller-controls{max-width:1100px;margin:0 auto 12px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.seller-controls>div{margin-left:auto}.seller-controls h2{margin:3px 0 0;font-size:18px}.seller-controls small{color:var(--muted)}.seller-controls label{display:grid;grid-gap:4px;gap:4px;font-size:10px}.seller-controls select{height:40px;min-width:170px}.search-box{max-width:1100px;margin:0 auto 12px;display:grid;grid-template-columns:1fr 100px;grid-gap:8px;gap:8px}.toast{margin:0 auto 10px;background:#e9f3ee;color:#225848;padding:10px 12px;border-radius:12px}.results,.toast{max-width:1100px}.results{margin:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;display:grid;grid-template-columns:120px 1fr;grid-gap:14px;gap:14px}.photo{height:120px;border-radius:13px;background:#f4f1e9;display:grid;place-items:center;overflow:hidden}.hero-image img,.photo img,.thumbs img{width:100%;height:100%;object-fit:contain}.product-copy h3{margin:4px 0}.product-copy p{margin:7px 0;color:var(--muted)}.product-copy>strong{font-size:15px}.quick-actions{display:flex;gap:6px;margin-top:14px;flex-wrap:wrap}.quick-actions button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px}.quick-actions .primary{background:var(--green);color:#fff;border-color:var(--green)}.empty{min-height:60vh;display:grid;place-items:center;align-content:center;grid-gap:12px;gap:12px}.empty h2{margin:0}.empty button{padding:0 22px}.display-idle{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#f8f5ed,#ece7dc)}.display-brand{text-align:center;max-width:500px;display:grid;justify-items:center}.display-brand h1{font-size:44px;margin:18px 0 5px}.display-brand p{color:var(--muted);line-height:2}.display-shell{min-height:100vh;background:#fbfaf7;padding:18px 28px 88px}.display-top{justify-content:space-between}.display-logo,.display-top{display:flex;align-items:center}.display-logo{gap:10px;font-size:18px}.customer-chip{background:#eee8da;padding:9px 14px;border-radius:999px;color:#665632}.hero{min-height:68vh;display:grid;grid-template-columns:minmax(380px,1.2fr) minmax(320px,.8fr);grid-gap:40px;gap:40px;align-items:center;max-width:1250px;margin:auto}.hero-image{height:min(64vh,650px);background:#fff;border:1px solid var(--line);border-radius:30px;display:grid;place-items:center;overflow:hidden}.hero-copy small{color:#8f7741}.hero-copy h1{font-size:44px;margin:10px 0 18px}.price{font-size:30px;font-weight:900;color:var(--green);margin-bottom:20px}.facts{display:flex;gap:10px;flex-wrap:wrap}.facts span{min-width:110px;background:#f1eee6;padding:12px;border-radius:13px;color:var(--muted);font-size:11px}.facts b{display:block;color:var(--text);font-size:16px;margin-bottom:5px}.hero-copy p{line-height:2;color:var(--muted)}.thumbs{position:fixed;bottom:54px;left:20px;right:20px;display:flex;gap:8px;overflow:auto;padding:8px;background:#ffffffdf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:18px}.thumbs button{width:110px;min-width:110px;height:84px;border:1px solid transparent;background:#f6f3ec;border-radius:12px;padding:5px;display:grid;grid-template-columns:50px 1fr;align-items:center;grid-gap:5px;gap:5px}.thumbs button.active{border-color:var(--gold)}.thumbs img{height:70px;border-radius:8px}.thumbs small{font-size:9px}.display-footer{position:fixed;bottom:0;left:0;right:0;height:42px;background:var(--green);color:#fff;display:flex;gap:34px;align-items:center;font-size:12px}.display-wait{min-height:75vh;display:grid;place-items:center;align-content:center}.display-wait h2{font-size:36px;margin:0}.display-wait p{color:var(--muted)}@media(max-width:760px){.results{grid-template-columns:1fr}.product-card{grid-template-columns:90px 1fr}.photo{height:90px}.seller-controls>div{width:100%}.hero{grid-template-columns:1fr;gap:18px}.hero-image{height:48vh}.hero-copy h1{font-size:30px}.display-shell{padding:12px 14px 90px}.hero{padding-top:16px}.hero-copy{padding:0 10px}.thumbs{bottom:48px}.display-footer{font-size:10px}.seller-shell{padding:8px 8px 70px}}.seller-layout{max-width:1240px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) 350px;grid-gap:12px;gap:12px;align-items:start}.seller-main{min-width:0}.customer-button{border:0;background:transparent;text-align:right;display:grid;grid-gap:3px;gap:3px;margin-left:auto;padding:0;cursor:pointer}.customer-button small,.customer-button span{color:var(--muted);font-size:10px}.customer-button b{font-size:17px}.search-placeholder{min-height:52vh;display:grid;place-items:center;align-content:center;text-align:center;color:var(--muted)}.search-placeholder h2{color:var(--text);margin:12px 0 4px}.search-placeholder p{font-size:12px}.scan-icon{width:64px;height:64px;border-radius:22px;background:#eee9dc;color:var(--green);display:grid;place-items:center;font-size:38px}.session-panel{background:#fff;border:1px solid var(--line);border-radius:20px;position:-webkit-sticky;position:sticky;top:10px;overflow:hidden;max-height:calc(100vh - 24px);display:grid;grid-template-rows:auto 1fr auto}.panel-head{padding:14px 15px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.panel-head div{display:grid}.panel-head small,.panel-head span{color:var(--muted);font-size:10px}.picked-list{overflow:auto;padding:8px;min-height:160px}.picked{display:grid;grid-template-columns:66px 1fr;grid-gap:9px;gap:9px;padding:8px;border-bottom:1px solid #f0ece3}.picked-focus{height:66px;border:0;background:#f6f3ec;border-radius:12px;overflow:hidden;padding:0;display:grid;place-items:center}.picked-focus img{width:100%;height:100%;object-fit:contain}.picked>div{min-width:0;display:grid;grid-gap:3px;gap:3px}.picked b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.picked small{font-size:9px;color:var(--muted)}.picked strong{font-size:11px;color:var(--green)}.stage-tabs{display:flex;gap:3px;margin-top:3px}.stage-tabs button{border:1px solid var(--line);background:#fff;border-radius:7px;padding:4px 6px;font-size:8px}.stage-tabs button.on{background:var(--green);color:white;border-color:var(--green)}.stage-tabs .danger{margin-right:auto;color:#a34a40}.panel-empty{padding:28px 12px;text-align:center;color:var(--muted);font-size:11px}.cart-summary{padding:12px;border-top:1px solid var(--line);background:#fbfaf6}.cart-summary>div{display:flex;justify-content:space-between;margin-bottom:10px}.cart-summary span{font-size:11px;color:var(--muted)}.cart-summary b{font-size:15px}.cart-summary>button{width:100%;height:44px;border:0;border-radius:12px;background:var(--green);color:#fff;font-weight:800}.cart-summary>button:disabled{background:#d6d2c8;color:#8b8983}.cart-summary>small{display:block;text-align:center;margin-top:6px;color:#9c7d39;font-size:9px}.modal-backdrop{position:fixed;inset:0;background:#18211d70;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;z-index:50;padding:15px}.customer-modal{width:min(520px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:25px;padding:18px;box-shadow:0 30px 90px #0003}.customer-modal header{display:flex;justify-content:space-between;align-items:start}.customer-modal header small{color:var(--muted)}.customer-modal h2{margin:4px 0 18px}.modal-close{width:38px;height:38px;border:0;border-radius:50%;font-size:24px;background:#f2efe8}.customer-search{display:grid;grid-template-columns:1fr 90px;grid-gap:7px;gap:7px}.customer-search input,.new-customer input{height:46px;border:1px solid var(--line);border-radius:12px;padding:0 12px}.customer-search button,.new-customer button{border:0;border-radius:12px;background:var(--green);color:white}.customer-results{display:grid;grid-gap:5px;gap:5px;margin:8px 0}.customer-results button{border:1px solid var(--line);border-radius:11px;background:#fff;padding:10px 12px;text-align:right;display:flex;justify-content:space-between}.customer-results span,.divider{color:var(--muted);font-size:10px}.divider{display:flex;align-items:center;gap:10px;margin:13px 0}.divider:after,.divider:before{content:"";height:1px;background:var(--line);flex:1 1}.new-customer{display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px}.new-customer button{grid-column:1/-1;height:44px}.guest{width:100%;margin-top:10px;border:0;background:transparent;color:var(--muted);padding:10px}.stage-badge{display:inline-block;width:max-content;padding:7px 10px;border-radius:999px;background:#eee9dc!important;color:#755f2c!important;font-size:11px!important}.stage-badge.cart{background:#e2efe9!important;color:#1f604d!important}.stage-badge.shortlisted{background:#f5e8e4!important;color:#955543!important}.ambient{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3}.ambient-one{width:35vw;height:35vw;background:#d0c39d;top:-15vw;right:-10vw}.ambient-two{width:28vw;height:28vw;background:#a6c0b6;bottom:-14vw;left:-9vw}.display-idle{position:relative;overflow:hidden}.pulse-ring{width:84px;height:84px;border-radius:28px;background:var(--green);color:white;display:grid;place-items:center;font-size:30px;box-shadow:0 0 0 16px #173f3510}.thumbs button>div{display:grid;text-align:right;grid-gap:3px;gap:3px}.thumbs button b{font-size:9px}.display-footer{justify-content:center}@media(max-width:980px){.seller-layout{grid-template-columns:1fr}.session-panel{position:static;max-height:none}.picked-list{max-height:360px}.seller-controls{margin-top:0}}.hold-note{font-style:normal;font-size:8px;color:#7b6634;background:#f4eedf;border-radius:6px;padding:3px 5px;width:max-content}