:root{--blue:#7f0d28;--ink:#35030f;--muted:#7f0d28}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{background:#f8faff;font-family:Inter,Arial,sans-serif}button,input{font:inherit}button{cursor:pointer}.price-app{display:flex;flex-direction:column;background:radial-gradient(circle at 50% 38%,#fff5f7,transparent 31rem),#fbfcff}header{height:82px;padding:0 clamp(20px,5vw,64px);justify-content:space-between;color:white;background:linear-gradient(120deg,#7a0b25,#ad0021);box-shadow:0 5px 22px #7a0b2528}.brand,header{display:flex;align-items:center}.brand{gap:12px}.brand>span{width:42px;height:42px;display:grid;place-items:center;border:1px solid #ffffff55;border-radius:13px;background:#ffffff15}.brand div,.brand span,.powered{display:flex;flex-direction:column}.brand strong{font-size:20px}.brand small{color:#fff5f7;font-size:10px}.header-controls{display:flex;align-items:center}.header-button{width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:12px;background:transparent;color:white}.content{width:min(580px,calc(100% - 32px));margin:auto;padding:20px 0;flex:1 1;flex-direction:column}.content,.status{display:flex;align-items:center}.status{gap:8px;padding:8px 13px;color:#39604c;background:#edfaf3;border:1px solid #d2f1e1;border-radius:99px;font-size:11px;font-weight:600}.status i{width:8px;height:8px;border-radius:50%;background:#23ac69;box-shadow:0 0 0 4px #22aa6830}.stage{min-height:435px;padding-top:18px;display:flex;flex-direction:column;align-items:center}.product-image{height:95px;font-size:70px;filter:drop-shadow(0 14px 13px #630a1f25);transform:translateY(8px);z-index:1}.card{width:min(480px,100%);overflow:hidden;background:white;box-shadow:0 17px 48px #6d061e1c}.product-name{min-height:82px;display:grid;place-items:center;color:white;background:linear-gradient(110deg,#7f0d28,#ad0021);font-size:clamp(18px,4.8vw,25px);font-weight:700;line-height:1.25;text-align:center;text-transform:uppercase}.details{padding:22px 30px 26px;text-align:center}.details>small{display:block;color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.details>strong{display:block;margin-bottom:15px;font-size:clamp(48px,12vw,72px);line-height:1.1;letter-spacing:-4px}.codes{width:max-content;margin:auto;display:grid;grid-gap:7px;gap:7px;text-align:left}.codes span{display:flex;align-items:center;gap:10px;font-size:16px}.codes b,.codes svg{width:22px;height:22px;color:var(--blue);font-size:22px;text-align:center}.actions,.admin-actions,.lookup-actions{display:flex;gap:12px}.actions{margin:18px 0}.admin-actions,.lookup-actions{min-width:0}.actions button{height:58px;padding:0 25px;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:15px;color:white;background:linear-gradient(120deg,#96092b,#ad0021);box-shadow:0 9px 20px #96092b35;font-weight:600;white-space:nowrap}.actions .search-only{width:58px;padding:0}.message{width:min(480px,100%);min-height:50px;padding:12px 16px;display:flex;align-items:center;gap:10px;color:#385244;background:white;border:1px solid var(--line);border-radius:13px}.message svg{width:20px;color:#20a164;flex:none}footer{min-height:82px;padding:15px clamp(20px,5vw,64px);justify-content:space-between;background:white;border-top:1px solid var(--line)}footer,footer>div{display:flex;align-items:center}footer>div{gap:10px}footer>div>svg{color:var(--blue)}footer>div span{display:flex;flex-direction:column}.store strong,footer strong{font-size:13px}footer small{color:var(--muted);font-size:9px}.powered{align-items:flex-end}.powered strong{color:var(--blue);font-size:17px}.backdrop{position:fixed;inset:0;z-index:50;padding:18px;display:grid;place-items:center;background:#35030fb5;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.modal{position:relative;width:min(500px,100%);padding:32px;background:white;border-radius:24px;box-shadow:0 28px 80px #0005;text-align:center}.close{position:absolute;top:14px;right:14px;width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:10px}.modal-icon{width:54px;height:54px;margin:0 auto 14px;display:grid;place-items:center;color:var(--blue);background:#fff5f7;border-radius:17px}.modal h2{margin:0 0 7px;font-size:22px}.modal p{margin:0 auto 22px;max-width:370px;color:var(--muted);font-size:13px;line-height:1.55}.modal form{display:flex;gap:9px}.modal input{min-width:0;height:54px;flex:1 1;padding:0 15px;border:2px solid #f9e0e5;border-radius:12px;outline:none}.modal input:focus{border-color:var(--blue)}.modal form button{width:54px;border:0;border-radius:12px;color:white;background:var(--blue)}.examples{display:block;margin-top:14px;font-size:10px}.loading,.not-found{text-align:center;color:var(--muted)}.loading i{display:block;width:42px;height:42px;margin:auto;border:4px solid #f9e0e5;border-top:4px solid var(--blue);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.not-found{padding:35px;background:white;border:1px solid var(--line);border-radius:20px}.not-found>svg{width:45px;height:45px;color:#efc1cb}.not-found h2{color:var(--ink)}.scanner{position:fixed;inset:0;z-index:80;overflow:hidden;color:white}.scanner video{width:100%;height:100%;object-fit:cover}.shade{position:absolute;inset:0;background:#35030f5c}.scanner-close{position:absolute;top:max(20px,env(safe-area-inset-top));right:20px;width:45px;height:45px;display:grid;place-items:center;border:1px solid #ffffff30;border-radius:50%;background:#35030f88;color:white}.scanner-title{position:absolute;top:9%;left:20px;right:20px;display:flex;flex-direction:column;align-items:center;gap:7px;text-align:center}.scanner-title span{font-size:11px}.scanner-frame{position:absolute;top:50%;left:50%;width:min(76vw,480px);aspect-ratio:1.55;transform:translate(-50%,-50%)}.scanner-frame i{position:absolute;width:48px;height:48px;border-color:white;border-style:solid}.scanner-frame i:first-child{top:0;left:0;border-width:5px 0 0 5px}.scanner-frame i:nth-child(2){top:0;right:0;border-width:5px 5px 0 0}.scanner-frame i:nth-child(3){bottom:0;left:0;border-width:0 0 5px 5px}.scanner-frame i:nth-child(4){right:0;bottom:0;border-width:0 5px 5px 0}.scanner-frame b{position:absolute;left:8px;right:8px;height:2px;box-shadow:0 0 13px #d88798;animation:scan 2s ease-in-out infinite alternate}@keyframes scan{0%{top:14px}to{top:calc(100% - 16px)}}.scanner-actions{position:absolute;left:20px;right:20px;bottom:max(35px,env(safe-area-inset-bottom));display:flex;justify-content:center;gap:10px}.scanner-actions button{padding:13px 17px;color:white;background:#7f0d28;border:1px solid #ffffff25;border-radius:12px;font-weight:600}.camera-error{position:absolute;left:50%;bottom:110px;width:min(390px,calc(100% - 40px));transform:translateX(-50%);padding:12px;background:#9d253fe8;border-radius:10px;text-align:center;font-size:11px}@media(max-width:600px){header{height:70px;padding:0 18px}.brand strong{font-size:17px}.brand small{display:none}.brand>span{width:36px;height:36px}.content{padding-top:14px}.stage{min-height:405px;padding-top:6px}.product-image{height:78px;font-size:58px}.card{border-radius:18px}.product-name{min-height:68px;padding:15px 10px;font-size:17px;overflow-wrap:anywhere}.details{padding:18px 22px 22px}.details>strong{font-size:53px}.codes span{font-size:14px}.actions{flex-direction:column;margin:14px 0}.actions,.admin-actions,.lookup-actions{width:100%;gap:10px}.actions button{min-width:0;flex:1 1;padding:0 12px}.actions .search-only{width:58px;flex:0 0 58px;padding:0}.admin-actions button{width:100%}.message{font-size:10px}footer{min-height:72px;padding:11px 18px;gap:12px;overflow:hidden}.powered,footer>div{min-width:0}.powered{max-width:45%;text-align:right}.powered strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.backdrop{padding:12px;overflow-y:auto}.modal{max-height:calc(100svh - 24px);padding:28px 20px 22px;overflow-y:auto}.admin-form input,.admin-form select,.modal input{font-size:16px}.modal h2{font-size:21px}.modal p{font-size:13px}}.status.disconnected{color:#8a4a35;background:#fff4ed;border-color:#f4dccc}.status.disconnected i{background:#e2774d;box-shadow:0 0 0 4px #e2774d22}.status.status-only{padding:8px;background:transparent;border:0}.status.status-only i{width:10px;height:10px}.header-controls .status.status-only i,.header-controls .status.status-only.disconnected i{box-shadow:0 0 0 4px #ffffff32}.product-image{min-width:110px}.product-image img{position:absolute;inset:0;background:#f8faff}.details{padding:22px 24px 26px}.details-layout{display:grid;grid-template-columns:135px minmax(0,1fr);align-items:center;grid-gap:22px;gap:22px}.details-layout.without-image{display:block}.product-image{position:relative;width:135px;min-width:135px;height:170px;padding:8px;display:grid;place-items:center;overflow:hidden;background:#f7f9fd;border:1px solid #f9e0e5;border-radius:16px;filter:none;transform:none;z-index:auto}.product-image.image-unavailable{display:none}.product-image img{position:static;inset:auto;width:100%;height:100%;object-fit:contain;background:transparent;transform:scale(1.28);transform-origin:center}.product-info{text-align:center;min-width:0}.product-info>small{display:block;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:1px}.product-info>strong{display:block;margin-bottom:15px;font-size:clamp(44px,8vw,62px);line-height:1.1;letter-spacing:-4px;white-space:nowrap}.details-layout .codes{max-width:100%}.details-layout .codes span{overflow-wrap:anywhere}@media(max-width:600px){.details{padding:18px 14px 22px}.details-layout{grid-template-columns:105px minmax(0,1fr);gap:12px}.product-image{width:105px;min-width:105px;height:145px;padding:6px;border-radius:12px}.product-info>strong{font-size:clamp(38px,10.5vw,53px);letter-spacing:-3px}.details-layout .codes span{gap:7px;font-size:13px}}body,html{overflow-x:hidden}body{min-width:280px}.price-app,footer,header{width:100%;min-width:0}.brand,.brand div,.header-controls,footer>div{min-width:0}.brand small,.brand strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content{padding-inline:clamp(0px,2vw,18px)}.actions,.card,.content,.message{max-width:100%}.actions,.admin-actions,.lookup-actions{justify-content:center;flex-wrap:wrap}.actions button{max-width:100%}.codes span,.message span,.product-name{overflow-wrap:anywhere}.license-card,.modal,.report-modal{max-width:100%}@media (min-width:601px) and (max-width:1180px){header{height:clamp(70px,8vw,82px);padding-inline:clamp(24px,4vw,48px)}.content{width:min(760px,calc(100% - 40px));padding-block:clamp(18px,3vh,30px)}.stage{min-height:clamp(390px,52vh,560px);padding-top:clamp(8px,2vh,20px)}.card{width:min(680px,100%)}.product-name{min-height:clamp(72px,9vh,92px);padding:18px clamp(20px,4vw,36px);font-size:clamp(21px,3vw,28px)}.details{padding:clamp(20px,3vw,30px)}.details-layout{grid-template-columns:clamp(125px,20vw,175px) minmax(0,1fr);gap:clamp(18px,4vw,36px)}.product-image{width:clamp(125px,20vw,175px);min-width:0;height:clamp(155px,24vw,210px)}.product-info>strong{font-size:clamp(48px,8vw,70px)}.codes span{font-size:clamp(14px,2vw,17px)}.actions{margin-block:clamp(14px,2vh,22px)}.actions,.message{width:min(680px,100%)}footer{padding-inline:clamp(24px,4vw,48px)}.report-page{width:min(960px,calc(100% - 40px));margin-block:clamp(16px,3vh,28px)}}@media (min-width:601px) and (max-height:760px){header{height:64px}.brand>span{width:38px;height:38px}.content{padding-block:10px}.stage{min-height:0;flex:1 1;padding-top:4px}.card{display:grid;grid-template-columns:minmax(150px,34%) minmax(0,1fr);width:min(760px,100%)}.product-name{min-height:0;padding:16px;font-size:clamp(18px,2.4vw,24px)}.details{padding:16px 20px}.details-layout{grid-template-columns:100px minmax(0,1fr);gap:16px}.product-image{width:100px;height:125px}.product-info>strong{margin-bottom:8px;font-size:clamp(40px,6vw,58px)}.codes{gap:4px}.codes span{font-size:13px}.actions{margin-block:8px}.actions button{height:50px}.message{min-height:42px}.message,footer{padding-block:8px}footer{min-height:58px}.backdrop{padding:12px;overflow-y:auto}.modal{max-height:calc(100dvh - 24px);padding:24px;overflow-y:auto}}.admin-modal{width:min(520px,100%)}.admin-form{display:grid!important;grid-gap:13px!important;gap:13px!important;text-align:left}.admin-form label{color:#7a0b25;font-size:12px;font-weight:700}.admin-field,.admin-form label{display:grid;grid-gap:6px;gap:6px}.admin-field-label{color:#7a0b25;font-size:12px;font-weight:700}.admin-form input{width:100%;height:48px!important;flex:none!important}.admin-form select{width:100%;height:48px;padding:0 13px;color:#35030f;background:white;border:2px solid #f9e0e5;border-radius:12px;outline:none}.admin-form select:focus{border-color:var(--blue)}.user-picker{position:relative;width:100%}.admin-form .user-picker-trigger{width:100%!important;height:52px;min-width:0;max-width:none;flex:0 0 auto!important;padding:0 14px!important;display:flex!important;align-items:center;justify-content:space-between;text-align:left;color:#35030f!important;background:#fff!important;border:2px solid #f9e0e5!important;border-radius:12px!important;box-shadow:none!important}.user-picker-trigger>span{display:flex;min-width:0;flex-direction:column;gap:2px}.user-picker-trigger strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:650}.user-picker-trigger small{color:#96092b;font-size:11px;font-weight:500}.user-picker-trigger svg{width:19px;flex:0 0 19px;transition:transform .18s ease}.user-picker.open .user-picker-trigger{border-color:var(--blue)!important;box-shadow:0 0 0 3px rgba(37,99,235,.11)!important}.user-picker.open .user-picker-trigger>svg{transform:rotate(180deg)}.user-picker-shade{display:none}.user-picker-menu{position:absolute;z-index:20;top:calc(100% + 7px);left:0;right:0;max-height:230px;padding:6px;overflow-y:auto;background:#fff;border:1px solid #f9e0e5;border-radius:14px;box-shadow:0 16px 38px rgba(15,23,42,.2)}.user-picker-menu-head{display:none}.user-picker-options{display:grid;grid-gap:2px;gap:2px}.admin-form .user-picker-options>button{width:100%!important;min-width:0;min-height:52px;flex:0 0 auto!important;padding:8px 10px!important;display:flex!important;align-items:center;justify-content:space-between;text-align:left;color:#4f0718!important;background:transparent!important;border:0!important;border-radius:9px!important;box-shadow:none!important}.user-picker-options>button:hover,.user-picker-options>button[aria-selected=true]{background:#fff5f7!important;color:#7f0d28!important}.user-picker-options>button>span{display:flex;min-width:0;flex-direction:column;gap:2px}.user-picker-menu strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.user-picker-menu small{color:#ad0021;font-size:11px;font-weight:500}.user-picker-menu svg{width:18px;flex:0 0 18px;color:#96092b}@media(max-width:600px){.user-picker-shade{position:fixed;z-index:89;inset:0;width:100%!important;height:100%!important;display:block!important;flex:none!important;background:#35030f80!important;border:0!important;border-radius:0!important;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.user-picker-menu{position:fixed;z-index:90;top:50%;left:12px;right:12px;bottom:auto;max-height:min(72svh,520px);padding:8px;display:flex;flex-direction:column;overflow:hidden;transform:translateY(-50%);border:1px solid #f9e0e5;border-radius:22px;box-shadow:0 24px 70px #35030f66}.user-picker-menu-head{padding:8px 8px 12px;display:flex;align-items:center;justify-content:space-between;text-align:left;border-bottom:1px solid #f9e0e5}.user-picker-menu-head>span{display:flex;flex-direction:column;gap:2px}.user-picker-menu-head strong{font-size:17px;color:#35030f}.user-picker-menu-head small{font-size:11px;color:#ad0021;font-weight:500}.admin-form .user-picker-menu-head>button{width:38px!important;height:38px;min-height:0;flex:0 0 38px!important;padding:0!important;display:grid!important;place-items:center;color:#7f0d28!important;background:#fff5f7!important;border:0!important;border-radius:11px!important}.user-picker-options{padding-top:6px;overflow-y:auto;overscroll-behavior:contain}.admin-form .user-picker-options>button{min-height:62px;padding:10px 12px!important;border-radius:12px!important}.user-picker-options strong{font-size:15px}.user-picker-options small{font-size:12px}}.admin-form input:disabled{color:#7f0d28;background:#fff5f7}.ncm-field{display:grid;grid-gap:7px;gap:7px}.ncm-field>a{display:flex;align-items:center;gap:6px;width:max-content;color:var(--blue);font-size:12px;font-weight:700;text-decoration:none}.ncm-field>a:hover{text-decoration:underline}.ncm-field>a svg{width:15px;height:15px}.ncm-field>small{color:#7f0d28;font-size:11px;line-height:1.4}.admin-form>button{width:100%!important;height:50px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;color:white;background:var(--blue);font-weight:700}.admin-form>button:disabled{opacity:.65;cursor:wait}.admin-form>button svg{width:18px}.admin-error{padding:10px 12px;color:#9b2942;background:#fff0f3;border:1px solid #f2cbd5;border-radius:10px;font-size:12px}.modal form button{flex:0 0 54px}.modal form .barcode-search{color:var(--blue);background:#fff5f7;border:1px solid #f9e0e5}.barcode-field{position:relative;display:block}.admin-form .barcode-field input{padding-right:56px}.admin-form .barcode-camera{position:absolute;top:5px;right:5px;width:38px!important;height:38px;display:grid;place-items:center;flex:none;border:0;border-radius:9px;color:var(--blue);background:#fff5f7}.admin-form .barcode-camera:hover{background:#fff5f7}.admin-form .barcode-camera svg{width:20px;height:20px}.admin-search-modal{width:min(680px,100%)}.admin-search-error{margin-top:12px;text-align:left}.admin-search-empty{padding:24px 10px;color:var(--muted);font-size:13px}.admin-product-list{margin-top:14px;display:grid;grid-gap:8px;gap:8px;text-align:left}.admin-product-list>button{width:100%;min-height:62px;padding:10px 13px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #f9e0e5;border-radius:12px;color:var(--ink);background:#fff;text-align:left}.admin-product-list>button:hover{border-color:var(--blue)}.admin-product-list span{min-width:0;display:grid;grid-gap:4px;gap:4px}.admin-product-list strong{font-size:13px}.admin-product-list small,.admin-product-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-product-list small{color:var(--muted);font-size:10px}.admin-product-list b{flex:none;color:var(--blue);font-size:14px}.admin-pagination{margin-top:14px;display:grid;grid-template-columns:100px 1fr 100px;align-items:center;grid-gap:8px;gap:8px}.admin-pagination button{height:38px;border:0;border-radius:9px;color:white;background:var(--blue);font-size:10px;font-weight:700}.admin-pagination button:disabled{opacity:.4;cursor:not-allowed}.admin-pagination span{color:var(--muted);font-size:11px;text-align:center}@media(max-width:600px){.admin-product-list>button{align-items:flex-start}.admin-product-list strong{white-space:normal}.admin-product-list b{font-size:12px}.admin-pagination{grid-template-columns:82px 1fr 82px}}.license-screen{min-height:100svh;padding:20px;display:grid;place-items:center;background:radial-gradient(circle at 50% 30%,#fff5f7,transparent 30rem),#f8faff}.license-card{width:min(440px,100%);padding:38px 28px;border:1px solid var(--line);border-radius:22px;background:white;box-shadow:0 20px 55px #630a1f20;text-align:center}.license-card>svg{width:52px;height:52px;padding:12px;color:#b4233f;border-radius:16px}.license-card h1{margin:16px 0 8px;font-size:24px}.license-card p{color:var(--muted);line-height:1.5}.license-card small{display:block;margin:12px;color:#8a5360}.license-card button{height:44px;padding:0 18px;border:0;border-radius:10px;color:white;background:var(--blue);font-weight:700}.license-blocked{border:2px solid #e8a8b5}.license-blocked h1{color:#b4233f}.license-blocked button{background:#b4233f}.admin-tabs{padding:10px 20px;display:flex;justify-content:center;gap:8px;border-bottom:1px solid var(--line);background:#fff}.admin-tabs button{padding:9px 16px;display:flex;align-items:center;gap:7px;border:0;border-radius:9px;color:var(--muted);background:#fff5f7;font-weight:700}.admin-tabs button.active{color:#fff;background:var(--blue)}.admin-tabs svg{width:17px}.report-page{width:min(900px,calc(100% - 28px));margin:25px auto;flex:1 1}.report-page .report-modal{width:100%;padding:25px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 15px 40px #630a1f16;text-align:center}.label-prompt strong{color:var(--ink)}.cache-mode-banner{padding:9px 16px;color:#7c4a03;background:#fff7d6;border-bottom:1px solid #f2d27a;text-align:center;font-size:12px;font-weight:700}.report-modal{width:min(820px,100%)}.change-list{max-height:50vh;margin:14px 0;display:grid;grid-gap:7px;gap:7px;overflow:auto;text-align:left}.change-list label{padding:11px;display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:11px}.change-list input{width:18px;height:18px}.change-list span{min-width:0;flex:1 1;display:grid;grid-gap:3px;gap:3px}.change-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.change-list small{color:var(--muted);font-size:10px}.change-list b{display:grid;grid-gap:3px;gap:3px;color:var(--blue);text-align:right;font-size:13px}.change-list del{color:var(--muted);font-size:10px;font-weight:400}.report-actions{display:flex;justify-content:flex-end;gap:9px}.report-actions button{min-height:42px;padding:0 14px;display:flex;align-items:center;gap:7px;border:0;border-radius:10px;color:#fff;background:var(--blue);font-weight:700}.report-actions button:disabled{opacity:.45}.report-actions svg{width:17px}@media(max-width:600px){.change-list label{align-items:flex-start}.report-actions{display:grid}.report-actions button{justify-content:center}body,html{height:100%;overflow:hidden;overscroll-behavior:none}.price-app{height:100svh;height:100dvh;min-height:0;overflow:hidden}.admin-tabs,footer,header{flex:none}.content{margin:0 auto;padding:10px 0}.content,.stage{min-height:0;overflow:hidden}.stage{flex:1 1;padding-top:0}.stage .not-found{width:100%;max-height:100%;padding:clamp(20px,5vh,35px) 18px}.actions{flex:none;margin:8px 0}.actions button{height:52px}.message{flex:none;min-height:44px;padding:9px 13px}footer{min-height:64px;padding-top:8px;padding-bottom:max(8px,env(safe-area-inset-bottom))}.report-page{min-height:0;margin:12px auto;overflow:hidden}.report-page .report-modal{height:100%;display:flex;flex-direction:column;overflow:hidden}.report-page .change-list{max-height:none;min-height:0;flex:1 1;overflow-y:auto;overscroll-behavior:contain}}@media (min-width:601px) and (max-width:1180px){header{height:clamp(70px,8vw,82px);padding-inline:clamp(24px,4vw,48px)}.content{width:min(760px,calc(100% - 40px));padding-block:clamp(18px,3vh,30px)}.stage{min-height:clamp(390px,52vh,560px);padding-top:clamp(8px,2vh,20px)}.card{width:min(680px,100%)}.product-name{min-height:clamp(72px,9vh,92px);padding:18px clamp(20px,4vw,36px);font-size:clamp(21px,3vw,28px)}.details{padding:clamp(20px,3vw,30px)}.details-layout{grid-template-columns:clamp(125px,20vw,175px) minmax(0,1fr);gap:clamp(18px,4vw,36px)}.product-image{width:clamp(125px,20vw,175px);min-width:0;height:clamp(155px,24vw,210px)}.product-info>strong{font-size:clamp(48px,8vw,70px)}.codes span{font-size:clamp(14px,2vw,17px)}.actions,.message{width:min(680px,100%)}footer{padding-inline:clamp(24px,4vw,48px)}.report-page{width:min(960px,calc(100% - 40px));margin-block:clamp(16px,3vh,28px)}}@media (min-width:601px) and (max-height:760px){header{height:64px}.brand>span{width:38px;height:38px}.content{padding-block:10px}.stage{min-height:0;flex:1 1;padding-top:4px}.card{display:grid;grid-template-columns:minmax(150px,34%) minmax(0,1fr);width:min(760px,100%)}.product-name{min-height:0;padding:16px;font-size:clamp(18px,2.4vw,24px)}.details{padding:16px 20px}.details-layout{grid-template-columns:100px minmax(0,1fr);gap:16px}.product-image{width:100px;min-width:0;height:125px}.product-info>strong{margin-bottom:8px;font-size:clamp(40px,6vw,58px)}.codes{gap:4px}.codes span{font-size:13px}.actions{margin-block:8px}.actions button{height:50px}.message{min-height:42px}.message,footer{padding-block:8px}footer{min-height:58px}.backdrop{padding:12px;overflow-y:auto}.modal{max-height:calc(100dvh - 24px);padding:24px;overflow-y:auto}}@media (max-width:600px){.content{width:calc(100% - 24px);padding-inline:0}.header-controls{flex:none}.header-button{width:40px;height:40px}.admin-actions,.lookup-actions{flex-wrap:nowrap}.modal form{min-width:0}.modal form button{width:50px;flex-basis:50px}.report-page .report-modal{padding:clamp(16px,5vw,24px)}}@media (max-width:380px){header{padding-inline:12px}.brand{gap:8px}.brand strong{font-size:15px}.content{width:calc(100% - 16px)}.details{padding-inline:10px}.details-layout{grid-template-columns:88px minmax(0,1fr);gap:8px}.product-image{width:88px;min-width:88px;height:125px}.product-info>strong{font-size:clamp(34px,11vw,44px);letter-spacing:-2px}.details-layout .codes span{font-size:12px}footer{padding-inline:12px}footer small{font-size:8px}.powered{max-width:42%}}:root{--blue:#ad0021;--ink:#4f0718;--muted:#96092b;--line:#f9e0e5}body{background:#fff5f7;color:var(--ink)}.price-app{background:radial-gradient(ellipse at 50% 0,#f9e0e5 0,#fff5f7 48rem)}header{height:76px;padding-inline:clamp(20px,6vw,80px);background:linear-gradient(110deg,#4f0718,#6d061e 58%,#7a0b25);box-shadow:0 8px 28px #4f071830}.brand{gap:13px}.brand>span{width:44px;height:44px;border:1px solid #d8879877;border-radius:15px;background:#96092b33;color:#d88798}.brand>span svg{width:23px;height:23px}.brand strong{font-size:19px;letter-spacing:-.3px}.brand small{color:#f9e0e5;font-size:11px}.header-controls .status.status-only i{box-shadow:0 0 0 4px #ffffff24}.header-button{border:1px solid #ffffff28;background:#ffffff12;border-radius:14px}.content{width:min(660px,calc(100% - 32px));padding:clamp(20px,5vh,42px) 0 24px;gap:18px}.welcome-panel{width:100%;padding:clamp(23px,5vw,38px);border:1px solid #f9e0e5;border-radius:26px;background:linear-gradient(135deg,#fff 10%,#fff5f7);box-shadow:0 18px 48px #630a1f14}.welcome-kicker{display:inline-flex;align-items:center;gap:8px;color:#96092b;font-size:10px;font-weight:800;letter-spacing:1.7px}.welcome-kicker:before{width:18px;height:2px;border-radius:2px;background:#96092b;content:""}.welcome-panel h1{margin:12px 0 8px;color:#4f0718;font-size:clamp(27px,6vw,40px);letter-spacing:-1.4px}.welcome-panel>p{max-width:470px;margin:0;color:#96092b;line-height:1.55}.quick-search{min-height:64px;padding:6px 7px 6px 17px;display:flex;align-items:center;gap:12px;border-radius:18px;background:#fff;box-shadow:0 7px 20px #6d061e0c}.quick-search>svg{flex:none;color:#96092b}.quick-search input{width:100%;min-width:0;height:48px;border:0;outline:0;color:#630a1f;background:transparent;font-size:14px}.quick-search input::placeholder{color:#d88798}.quick-search button{height:48px;padding:0 22px;border:0;border-radius:13px;color:#fff;background:linear-gradient(120deg,#96092b,#7f0d28);box-shadow:0 6px 14px #96092b35;font-size:14px;font-weight:750}.quick-search button:disabled{opacity:.5;box-shadow:none}.stage{width:100%;min-height:220px;padding:0;justify-content:flex-start}.card{width:100%;border-color:#f9e0e5;border-radius:24px;box-shadow:0 16px 42px #630a1f19}.product-name{min-height:68px;padding:20px 24px;justify-items:start;text-align:left;text-transform:none;background:linear-gradient(115deg,#7a0b25,#96092b);font-size:clamp(19px,4vw,25px);letter-spacing:-.3px}.details{padding:22px 25px 26px;background:linear-gradient(180deg,#fff,#f9fbff)}.details-layout{grid-template-columns:130px minmax(0,1fr);gap:24px}.product-image{width:130px;min-width:130px;height:150px;border-color:#fff5f7;border-radius:18px;background:#fff}.product-info{text-align:left}.product-info>small{color:#96092b;font-size:10px;letter-spacing:1.1px}.product-info>strong{margin:5px 0 16px;color:#6d061e;font-size:clamp(40px,9vw,57px);letter-spacing:-2.5px}.codes{width:100%;margin:0;padding:12px 14px;gap:9px;border:1px solid #f9e0e5;border-radius:15px;background:#fff5f7}.codes span{gap:9px;color:#6d061e;font-size:13px}.codes b,.codes svg{color:#96092b}.not-found{width:100%;padding:30px 22px;border:1px solid #f9e0e5;border-radius:22px;background:#fff;box-shadow:0 12px 32px #630a1f10}.not-found>svg{width:42px;height:42px;padding:10px;box-sizing:content-box;border-radius:16px;color:#96092b;background:#fff5f7}.not-found h2{margin:12px 0 7px;color:#630a1f;font-size:20px}.not-found p{margin:0;color:#96092b;font-size:13px;line-height:1.5}.actions{justify-content:stretch}.lookup-actions{display:grid;grid-template-columns:1fr auto}.actions button{height:56px;border-radius:16px;background:linear-gradient(115deg,#96092b,#7f0d28);box-shadow:0 8px 18px #96092b32}.actions .search-only{border:1px solid #f9e0e5;color:#7f0d28;background:#fff}.admin-actions{flex:1 1}.admin-actions button{flex:1 1;background:linear-gradient(115deg,#6d061e,#7f0d28)}.message{width:100%;border-color:#f9e0e5;border-radius:15px;color:#7a0b25;background:#f8fbff;font-size:11px}.message svg{color:#149764}footer{min-height:70px;padding:12px clamp(20px,6vw,80px);border-top:1px solid #f9e0e5;background:#fff}.powered strong{color:#7f0d28;font-size:15px}@media(max-width:600px){header{height:68px;padding:0 17px}.brand>span{width:38px;height:38px}.brand strong{font-size:16px}.brand small{display:block;font-size:9px}.price-app{height:auto;min-height:100svh;min-height:100dvh;overflow:visible}.content{width:calc(100% - 24px);min-height:0;margin:0 auto;padding:22px 0 20px;overflow:visible;gap:14px}.welcome-panel{padding:22px 18px;border-radius:22px}.welcome-panel h1{margin-top:10px;font-size:29px}.welcome-panel>p{font-size:12px}.quick-search{min-height:58px;margin-top:18px;padding-left:13px;gap:9px;border-radius:15px}.quick-search input{font-size:13px}.quick-search button{height:44px;padding:0 15px;border-radius:12px;font-size:13px}.stage{min-height:180px;padding:0;overflow:visible}.card{border-radius:20px}.product-name{min-height:62px;padding:16px 17px;font-size:18px}.details{padding:17px 15px 19px}.details-layout{grid-template-columns:90px minmax(0,1fr);gap:13px}.product-image{width:90px;min-width:90px;height:120px;padding:5px;border-radius:14px}.product-image img{transform:scale(1.1)}.product-info{text-align:left}.product-info>strong{margin:5px 0 12px;font-size:clamp(36px,10vw,46px);letter-spacing:-2px}.codes{padding:9px;gap:7px}.codes span{font-size:11px;overflow-wrap:anywhere}.codes b,.codes svg{width:17px;height:17px;font-size:17px}.actions{flex-direction:column;margin:0}.actions,.admin-actions,.lookup-actions{width:100%;gap:9px}.actions button{height:52px}.actions .search-only{width:52px;flex:0 0 52px}.admin-actions button{width:100%}.not-found{padding:25px 17px}.message{min-height:42px;padding:9px 12px;font-size:10px}footer{min-height:64px;padding:9px 16px}footer small{font-size:9px}.powered strong{font-size:13px}}@media(max-width:380px){.welcome-panel{padding:19px 15px}.quick-search{gap:6px;padding-left:10px}.quick-search button{padding:0 11px}.details-layout{grid-template-columns:78px minmax(0,1fr);gap:10px}.product-image{width:78px;min-width:78px;height:108px}.details{padding-inline:12px}}.welcome-panel{position:relative;isolation:isolate;overflow:hidden;padding:clamp(26px,5vw,42px);border:1px solid #7f0d28;border-radius:28px;color:#fff;background:linear-gradient(125deg,#35030f,#630a1f 58%,#7a0b25);box-shadow:0 22px 48px #4f07182e}.welcome-panel:after{position:absolute;z-index:-1;right:-76px;bottom:-154px;width:330px;height:260px;border:1px solid #d8879838;border-radius:50%;background:radial-gradient(ellipse at 40% 25%,#ad002155,transparent 68%);content:""}.welcome-kicker{color:#efc1cb}.welcome-kicker:before{background:#ad0021}.welcome-panel h1{font-size:clamp(30px,6vw,43px);letter-spacing:-1.6px}.welcome-panel>p{max-width:420px;font-size:14px}.quick-search{position:relative;z-index:1;min-height:66px;margin-top:25px;border:1px solid #f9e0e5;border-radius:17px;box-shadow:0 12px 26px #35030f40}.stage{min-height:190px}.card{border:1px solid #f9e0e5;border-radius:22px;box-shadow:0 14px 36px #630a1f14}.product-name{background:linear-gradient(110deg,#fff5f7,#fff);color:#630a1f;border-bottom:1px solid #fff5f7;font-weight:750}.details{background:#fff}.not-found{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,#fff,#f8fbff)}.actions button{transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.actions button:hover{transform:translateY(-2px);filter:brightness(1.04);box-shadow:0 11px 24px #96092b42}.actions .search-only:hover{background:#fff5f7;box-shadow:0 7px 16px #6d061e14}.message{box-shadow:0 5px 15px #630a1f10}@media(max-width:600px){.content{gap:13px;padding-top:18px}.welcome-panel{padding:24px 19px;border-radius:23px}.welcome-panel h1{font-size:31px}.welcome-panel>p{font-size:12px}.quick-search{margin-top:19px;min-height:58px}.stage{min-height:150px}.product-name{background:linear-gradient(110deg,#fff5f7,#fff);color:#630a1f}.not-found{min-height:142px}.actions button:hover{transform:none}}body{background:#35030f;color:#fff}.price-app{min-height:100svh;background:radial-gradient(ellipse at 86% 18%,#7a0b25 0,transparent 29rem),linear-gradient(160deg,#35030f,#4f0718 58%,#6d061e);color:#fff}header{background:linear-gradient(180deg,#35030f,#4f0718);box-shadow:none;border-bottom:1px solid #ad002155}.brand>span{border-color:#96092b;background:#7a0b25;color:#ad0021}.header-button{background:#6d061e;color:#fff;border:1px solid #7f0d28}.content{gap:15px}.welcome-panel{padding:clamp(20px,4vw,32px) 8px 20px;border:0;border-radius:0;background:transparent;box-shadow:none}.welcome-panel:after{right:-100px;bottom:-120px;width:300px;height:180px;border:0;border-radius:55% 0 0 0;background:linear-gradient(145deg,#96092b44,#96092b00 75%)}.welcome-kicker{color:#d88798}.welcome-panel h1{max-width:460px;font-size:clamp(31px,7vw,44px);line-height:1.08}.quick-search{margin-top:23px;min-height:72px;padding:8px 9px 8px 18px;border-radius:20px;box-shadow:0 14px 34px #35030f5c}.quick-search>svg{width:24px;height:24px}.quick-search input{height:52px;font-size:15px}.quick-search button{height:52px;min-width:94px;border-radius:15px}.stage{min-height:145px}.lookup-actions{grid-template-columns:minmax(0,1fr) 56px;gap:10px}.actions button.scan-cta{height:68px;padding:0 16px;justify-content:flex-start;gap:12px;text-align:left;border-radius:18px;background:linear-gradient(115deg,#7f0d28,#7a0b25);box-shadow:0 10px 24px #35030f66;white-space:normal}.scan-cta>svg{width:25px;height:25px;flex:none;padding:3px;box-sizing:content-box}.scan-cta>span{min-width:0;display:grid;grid-gap:3px;gap:3px}.scan-cta strong{font-size:13px}.scan-cta small{color:#f9e0e5;font-size:10px;font-weight:450}.scan-cta>b{margin-left:auto;font-size:25px;font-weight:400}.actions .search-only{width:56px;height:56px;align-self:center;border:1px solid #96092b;color:#efc1cb;background:#630a1f;box-shadow:none}.actions .search-only:hover{color:#fff;background:#6d061e}.admin-actions button{height:52px;border:1px solid #96092b;background:#6d061e;box-shadow:none}.message{color:#f9e0e5;background:#4f0718;border-color:#6d061e;box-shadow:none}.message svg{color:#3bd49a}footer{color:#fff5f7;background:#35030f;border-top:1px solid #6d061e}footer small{color:#efc1cb}footer>div>svg{color:#d88798}.admin-tabs{background:#4f0718;border-color:#6d061e}.admin-tabs button{color:#f9e0e5;background:#630a1f}.admin-tabs button.active{background:#96092b}.cache-mode-banner{color:#ffdf9d;background:#634719;border-color:#966d20}@media(max-width:600px){.price-app{height:auto;min-height:100svh;min-height:100dvh;overflow:visible}header{background:linear-gradient(180deg,#35030f,#4f0718)}.content{width:calc(100% - 32px);padding:18px 0 22px;gap:12px}.welcome-panel{padding:22px 2px 16px}.welcome-panel h1{font-size:32px}.welcome-panel>p{font-size:12px}.quick-search{min-height:64px;margin-top:18px;padding-left:14px;border-radius:17px}.quick-search input{height:48px;font-size:13px}.quick-search button{height:48px;padding:0 15px}.stage{min-height:130px}.actions{margin:0}.lookup-actions{grid-template-columns:minmax(0,1fr) 52px;gap:8px}.actions button.scan-cta{height:64px;padding:0 12px;gap:9px}.scan-cta strong{font-size:12px}.scan-cta small{font-size:9px}.scan-cta>b{font-size:22px}.actions .search-only{width:52px;height:52px}.message{font-size:10px}footer{min-height:64px;padding:10px 16px}}.price-app{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(ellipse at 85% 24%,#7a0b25 0,transparent 24rem),linear-gradient(160deg,#35030f,#4f0718 55%,#630a1f)}.price-app:after,.price-app:before{position:absolute;z-index:-1;left:-18%;width:136%;height:125px;border-radius:50% 50% 0 0;pointer-events:none;content:""}.price-app:before{bottom:34px;transform:rotate(-4deg);background:linear-gradient(180deg,#7f0d2855,#7a0b2510)}.price-app:after{bottom:-28px;transform:rotate(3deg);background:linear-gradient(180deg,#96092ba8,#6d061e)}.admin-tabs,.content,footer,header{position:relative;z-index:1}header{height:72px;padding:0 clamp(20px,6vw,42px);background:linear-gradient(180deg,#35030f,#35030f);border-bottom:0}.brand{gap:10px}.brand>span{width:48px;height:48px;border:0;border-radius:0;background:transparent;color:#96092b}.brand>span svg{width:40px;height:40px;stroke-width:2.7}.brand strong{font-size:17px;line-height:1.05}.brand small{margin-top:3px;color:#efc1cb;font-size:9px}.header-controls{gap:8px}.header-button{width:40px;height:40px;border-radius:13px;background:#630a1f;border-color:#7a0b25}.content{width:min(560px,calc(100% - 32px));padding:10px 0 15px;gap:9px}.welcome-panel{padding:5px 16px 2px}.welcome-panel h1{margin:7px 0 5px;color:#fff;font-size:clamp(21px,5.5vw,27px);line-height:1.2;letter-spacing:-.55px}.welcome-panel>p{color:#f9e0e5;font-size:11px;line-height:1.4}.quick-search{min-height:58px;margin-top:15px;padding:5px 6px 5px 14px;gap:10px;border:1px solid #fff5f7;border-radius:16px;box-shadow:0 11px 26px #35030f70}.quick-search>svg{width:21px;height:21px}.quick-search input{height:46px;font-size:12px}.quick-search input::placeholder{color:#ad0021}.quick-search .inline-scan{width:44px;min-width:44px;height:44px;padding:0;display:grid;place-items:center;border:0;border-radius:12px;color:#fff;background:linear-gradient(135deg,#96092b,#7f0d28);box-shadow:0 6px 13px #7f0d2848}.quick-search .inline-scan svg{width:22px;height:22px}.stage{min-height:35px;justify-content:center}.not-found.initial-prompt{min-height:34px;padding:0;border:0;background:transparent;box-shadow:none}.daily-note{margin:0;color:#f9e0e5;font-size:10px;line-height:1.4;text-align:center}.not-found.not-found-result{min-height:150px;padding:26px 18px;background:#f8fbff}.actions{width:100%;margin:0}.lookup-actions{width:100%;display:flex}.actions button.scan-cta{width:100%;height:55px;padding:0 14px;gap:10px;border:1px solid #ad0021;border-radius:15px;background:linear-gradient(110deg,#96092b,#7f0d28);box-shadow:0 9px 20px #35030f55}.scan-cta>svg{width:23px;height:23px;padding:4px;border-radius:10px;background:#ffffff20}.scan-cta>span{gap:2px}.scan-cta strong{font-size:12px}.scan-cta small{font-size:9px}.scan-cta>b{font-size:20px}footer{min-height:58px;padding:8px clamp(18px,5vw,42px);background:transparent;border-top:0}footer>div>svg{color:#ad0021}.powered strong{color:#efc1cb}@media(max-width:600px){.price-app{height:auto;min-height:100svh;min-height:100dvh;overflow:hidden}header{height:68px;padding:0 16px}.brand>span{width:44px;height:44px}.brand>span svg{width:38px;height:38px}.brand strong{font-size:16px}.brand small{display:block;font-size:8px}.content{width:calc(100% - 20px);padding:6px 0 12px;gap:8px}.welcome-panel{padding:2px 12px 0}.welcome-panel h1{font-size:21px}.welcome-panel>p{font-size:10px}.quick-search{margin-top:13px;min-height:56px;padding-left:12px}.quick-search input{height:44px;font-size:11px}.quick-search .inline-scan{width:42px;min-width:42px;height:42px}.stage{min-height:31px}.daily-note{font-size:9px}.actions button.scan-cta{height:52px}.scan-cta strong{font-size:11px}.scan-cta small{font-size:8px}footer{min-height:50px;padding:6px 14px}body,html{height:auto;min-height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:auto}.price-app{height:auto;min-height:100svh;min-height:100dvh;overflow:visible}}.daily-footer{width:100%;display:flex;flex-direction:column;align-items:center;gap:2px;color:#f9e0e5;font-size:9px;line-height:1.3;text-align:center}.daily-footer>span{color:#ad0021;font-size:13px}@media(max-width:600px){footer{min-height:48px;justify-content:center}.daily-footer{font-size:8px}body,html{height:auto;min-height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain}.price-app{display:flex;flex-direction:column;width:100%;height:auto;min-height:100svh;min-height:100dvh;overflow:visible}header{height:calc(68px + env(safe-area-inset-top));min-height:calc(68px + env(safe-area-inset-top));flex:0 0 auto;padding:env(safe-area-inset-top) 16px 0}.content{width:calc(100% - 28px);min-height:0;flex:1 1;margin:0 auto;padding:15px 0 18px;gap:13px;overflow:visible}.welcome-panel{padding:8px 10px 2px}.welcome-panel h1{margin:8px 0 5px;font-size:clamp(21px,6vw,25px);line-height:1.18}.welcome-panel>p{font-size:11px;line-height:1.45}.quick-search{min-height:62px;margin-top:15px;padding:6px 7px 6px 13px;gap:9px}.quick-search input{height:48px;font-size:16px}}@media(max-width:600px){.quick-search input::placeholder{font-size:12px}.quick-search .inline-scan{width:46px;min-width:46px;height:46px;border-radius:13px}.stage{min-height:0;padding:0;overflow:visible}.not-found.not-found-result{min-height:150px;padding:22px 16px}.actions{width:100%;margin:0}.lookup-actions{width:100%;display:flex}.actions button.scan-cta{height:58px;min-height:58px;padding:0 13px;border-radius:16px}.scan-cta>svg{width:23px;height:23px}.scan-cta strong{font-size:12px}.scan-cta small{font-size:9px}.daily-note{margin:2px 0 0;color:#f9e0e5;font-size:10px;text-align:center}.message{width:100%;font-size:11px}footer{width:100%;min-height:58px;padding:8px 14px max(8px,env(safe-area-inset-bottom));justify-content:center}.backdrop{padding:max(12px,env(safe-area-inset-top)) 12px max(12px,env(safe-area-inset-bottom))}.modal{max-height:calc(100dvh - 24px);overflow-y:auto}}@media(max-width:360px){.content{width:calc(100% - 22px);padding-top:12px}.welcome-panel{padding-inline:7px}.welcome-panel h1{font-size:21px}.quick-search{gap:7px;padding-left:10px}.quick-search input::placeholder{font-size:11px}.actions button.scan-cta{padding-inline:10px}}.result-card{width:100%;overflow:hidden;border:0;border-radius:24px;background:transparent;box-shadow:none}.result-visual{position:relative;height:230px;display:grid;place-items:center;overflow:hidden;border:1px solid #ad00218c;border-bottom:0;border-radius:24px 24px 0 0;background:radial-gradient(ellipse at 50% 85%,#ad0021 0,#7f0d28 38%,#6d061e 100%)}.result-visual:before{position:absolute;inset:0;background:radial-gradient(circle at 15% 65%,#f9e0e5 0 2px,transparent 4px),radial-gradient(circle at 28% 46%,#f9e0e5 0 3px,transparent 6px),radial-gradient(circle at 75% 52%,#f9e0e5 0 3px,transparent 6px),radial-gradient(circle at 87% 32%,#f9e0e5 0 4px,transparent 8px),radial-gradient(ellipse at 50% 100%,#f9e0e570,transparent 54%);content:""}.result-visual:after{position:absolute;right:-8%;bottom:-38px;left:-8%;height:72px;border-radius:50% 50% 0 0;background:linear-gradient(180deg,#ffffffde,#fff5f7);content:""}.result-glow{position:absolute;top:20px;left:50%;width:190px;height:190px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle,#f9e0e565,transparent 68%)}.result-visual .product-image{position:relative;z-index:1;width:150px;min-width:0;height:196px;padding:5px;overflow:visible;border:0;border-radius:0;background:transparent;filter:drop-shadow(0 14px 14px #4f071855)}.result-visual .product-image img{position:static;width:100%;height:100%;object-fit:contain;transform:none;background:transparent}.result-visual .product-image.image-unavailable{display:none}.result-placeholder{position:relative;z-index:1;width:128px;height:164px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:1px solid #ffffff65;border-radius:16px;color:#fff;background:linear-gradient(145deg,#ffffff2e,#ffffff0a);box-shadow:0 14px 30px #4f071838;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.result-placeholder svg{width:42px;height:42px}.result-placeholder span{font-size:11px;color:#f9e0e5}.result-sheet{position:relative;z-index:2;margin-top:-22px;padding:20px 22px 22px;border:1px solid #f9e0e5;border-radius:23px 23px 20px 20px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 16px 36px #35030f38}.result-heading h1{margin:0;color:#630a1f;font-size:clamp(18px,4vw,23px);line-height:1.2;overflow-wrap:anywhere}.result-heading>small{display:block;margin-top:3px;color:#7f0d28;font-size:12px}.result-price-row{margin:12px 0 14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.result-price{display:grid;grid-gap:1px;gap:1px}.result-price>small{color:#ad0021;font-size:9px;font-weight:750;letter-spacing:.9px;text-transform:uppercase}.result-price>strong{color:#630a1f;font-size:clamp(31px,8vw,42px);line-height:1.1;letter-spacing:-1.5px}.stock-badge{min-height:30px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border-radius:99px;font-size:10px;font-weight:700;white-space:nowrap}.stock-badge svg{width:14px;height:14px}.stock-badge.in-stock{color:#087d55;background:#dff8ee}.stock-badge.out-of-stock{color:#a3384c;background:#fff0f2}.result-meta{display:grid;grid-gap:7px;gap:7px;padding:10px;border:1px solid #f9e0e5;border-radius:15px;background:#fff5f7}.result-meta-row{min-width:0;display:flex;align-items:center;gap:10px}.meta-icon{width:31px;height:31px;flex:none;display:grid;place-items:center;border-radius:10px;color:#96092b;background:#fff5f7}.meta-icon svg{width:17px;height:17px}.result-meta-row>span:last-child{min-width:0;display:grid;grid-gap:1px;gap:1px}.result-meta-row small{color:#7f0d28;font-size:9px}.result-meta-row strong{color:#630a1f;font-size:11px;overflow-wrap:anywhere}@media(max-width:600px){.stage{min-height:0}.result-card{border-radius:20px}.result-visual{height:198px;border-radius:20px 20px 0 0}.result-visual .product-image{width:138px;height:174px}.result-sheet{margin-top:-20px;padding:18px 15px 17px;border-radius:21px 21px 18px 18px}.result-price-row{margin:10px 0 12px}.result-price>strong{font-size:36px}.stock-badge{min-height:27px;padding-inline:8px;font-size:9px}.result-meta{padding:9px;gap:6px}}@media(max-width:360px){.result-visual{height:180px}.result-visual .product-image{height:160px}.result-sheet{padding-inline:12px}.result-price-row{align-items:flex-start}.stock-badge{font-size:8px}}@keyframes interface-fade{0%{opacity:0}to{opacity:1}}@keyframes interface-dialog-in{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.backdrop{padding:clamp(14px,3vw,26px);background:rgba(2,13,36,.78);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:interface-fade .18s ease-out both}.modal,.report-modal{border:1px solid #f9e0e5;border-radius:24px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 28px 80px #35030f66;animation:interface-dialog-in .24s cubic-bezier(.2,.8,.2,1) both}.modal{padding:clamp(24px,5vw,36px)}.modal-icon{color:#fff;background:linear-gradient(145deg,#ad0021,#7f0d28);box-shadow:0 8px 18px #96092b35}.modal h2,.report-modal h2{color:#630a1f;letter-spacing:-.35px}.modal p,.report-modal>p{color:#96092b}.close{border:1px solid #f9e0e5;border-radius:12px;transition:background .16s ease,color .16s ease,transform .16s ease}.close,.close:hover{color:#7f0d28;background:#fff5f7}.close:hover{transform:rotate(4deg)}.modal form{gap:8px}.admin-form input,.admin-form select,.modal input{color:#4f0718;background:#fff;border:1px solid #f9e0e5;border-radius:13px;box-shadow:inset 0 1px 2px #4f071808;transition:border-color .15s ease,box-shadow .15s ease}.admin-form input:focus,.admin-form select:focus,.modal input:focus{border-color:#96092b;box-shadow:0 0 0 3px #96092b20;outline:0}.modal form>button{height:52px;border-radius:13px;background:linear-gradient(135deg,#96092b,#7f0d28);box-shadow:0 6px 14px #96092b2e}.modal form>.barcode-search{color:#7f0d28;background:#fff5f7;border:1px solid #f9e0e5;box-shadow:none}.examples{color:#ad0021;line-height:1.5}.admin-modal h2{margin-top:8px}.admin-form{gap:12px!important}.admin-field-label,.admin-form label{color:#6d061e}.admin-form input,.admin-form select{height:48px!important;padding-inline:13px}.admin-form>button{min-height:50px;height:50px!important;border-radius:13px!important;background:linear-gradient(120deg,#96092b,#7f0d28)!important;box-shadow:0 8px 18px #96092b30!important;transition:transform .15s ease,filter .15s ease}.admin-form>button:hover{transform:translateY(-1px);filter:brightness(1.04)}.user-picker-trigger{border-color:#f9e0e5!important;border-radius:13px!important}.user-picker.open .user-picker-trigger{border-color:#96092b!important}.user-picker-menu{border-color:#f9e0e5;box-shadow:0 18px 44px #35030f30}.admin-error{border-color:#f3ccd5;border-radius:12px;color:#a82d47;background:#fff2f4}.admin-search-modal{width:min(690px,100%)}.admin-product-list{max-height:min(44vh,390px);overflow-y:auto;padding-right:2px}.admin-product-list>button{border-color:#f9e0e5;border-radius:13px;transition:border-color .15s ease,background .15s ease,transform .15s ease}.admin-product-list>button:hover{border-color:#efc1cb;background:#fff5f7;transform:translateY(-1px)}.admin-product-list b{color:#7a0b25}.admin-pagination button{border-radius:11px;background:linear-gradient(120deg,#96092b,#7f0d28)}.report-page{width:min(900px,calc(100% - 32px));margin:24px auto}.report-page .report-modal{border-radius:24px;text-align:left}.report-modal .modal-icon{margin-left:0}.change-list label{border-color:#f9e0e5;border-radius:13px;background:#fff;transition:border-color .15s ease,background .15s ease}.change-list label:hover{border-color:#efc1cb;background:#fff5f7}.change-list b{color:#7a0b25}.report-actions button{border-radius:12px;background:linear-gradient(120deg,#96092b,#7f0d28);box-shadow:0 7px 16px #96092b24}.report-actions button:first-child{color:#6d061e;background:#fff5f7;box-shadow:none}.label-prompt .report-actions button:first-child{color:#6d061e;background:#fff5f7}.license-screen{background:radial-gradient(ellipse at 50% 12%,#6d061e 0,transparent 26rem),linear-gradient(160deg,#35030f,#4f0718)}.license-card{border-color:#f9e0e5;border-radius:26px;box-shadow:0 26px 70px #35030f55}.license-card>svg{color:#b63852;background:#fff0f3}.license-card h1{color:#630a1f}.license-card p{color:#96092b}.license-card button{border-radius:12px;background:linear-gradient(120deg,#96092b,#7f0d28);box-shadow:0 8px 18px #96092b35}.license-blocked{border-color:#f1c3ce}.license-blocked h1{color:#ad2e49}.license-blocked button{background:linear-gradient(120deg,#d1415d,#a91d3b)}.loading{color:#f9e0e5}.loading i{border-color:#ad0021 #ffffff32 #ffffff32;box-shadow:0 0 18px #ad002135}.scanner{background:#35030f}.scanner video{filter:saturate(.9)}.shade{background:linear-gradient(180deg,#35030f9c,#35030f35 35%,#35030f2b 66%,#35030fc7)}.scanner-title{top:max(8%,calc(env(safe-area-inset-top) + 64px));gap:9px}.scanner-title>svg{width:42px;height:42px;padding:11px;color:#fff;border-radius:14px;background:#96092b;box-shadow:0 8px 20px #35030f88}.scanner-title strong{font-size:clamp(17px,4vw,21px)}.scanner-title span{color:#f9e0e5;font-size:12px}.scanner-frame i{border-color:#d88798;filter:drop-shadow(0 0 7px #96092b)}.scanner-frame b{background:#d88798;box-shadow:0 0 16px #d88798}.scanner-close{border-color:#ffffff40;background:#4f0718cc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.scanner-actions button{min-height:48px;padding:0 24px;border-color:#ad0021;border-radius:14px;background:linear-gradient(120deg,#96092b,#7f0d28);box-shadow:0 9px 22px #35030f80}.camera-error{border:1px solid #ff859a;border-radius:13px;box-shadow:0 10px 28px #35030f88}@media(max-width:600px){.backdrop{padding:max(12px,env(safe-area-inset-top)) 12px max(12px,env(safe-area-inset-bottom))}.modal{max-height:calc(100dvh - 24px);padding:28px 19px 21px;border-radius:22px;overflow-y:auto}.modal h2{font-size:21px}.modal p{font-size:13px}.modal form{display:flex}.modal form input{height:50px}.modal form>button{height:50px;min-width:48px}.admin-form{gap:11px!important}.admin-form label{font-size:12px}.admin-form input,.admin-form select{height:46px!important}.admin-search-modal{width:100%}.admin-product-list{max-height:34dvh}.report-page{width:calc(100% - 24px);margin:10px auto;overflow:visible}.report-page .report-modal{max-height:calc(100dvh - 100px);padding:20px 15px;border-radius:21px;overflow-y:auto}.report-modal h2{font-size:20px}.report-actions{gap:8px}.report-actions button{min-height:46px;justify-content:center}.scanner-title{top:max(8%,calc(env(safe-area-inset-top) + 54px))}.scanner-frame{width:min(82vw,440px)}.scanner-actions{bottom:max(24px,env(safe-area-inset-bottom))}.camera-error{bottom:max(90px,calc(env(safe-area-inset-bottom) + 80px))}}@media(prefers-reduced-motion:reduce){.backdrop,.modal,.report-modal{animation:none;scroll-behavior:auto}.admin-form>button,.admin-product-list>button,.change-list label,.close{transition:none}}.login-modal{position:relative;width:min(460px,100%);padding:30px 32px 28px;border-radius:25px;overflow:hidden}.login-modal:before{position:absolute;top:0;right:0;left:0;height:4px;background:linear-gradient(90deg,#ad0021,#96092b,#7f0d28);content:""}.login-modal .close{top:16px;right:16px;width:36px;height:36px}.login-intro{margin:0 30px 22px 0;display:flex;align-items:center;gap:14px;text-align:left}.login-intro .modal-icon{width:52px;height:52px;min-width:52px;margin:0;display:grid;place-items:center;border-radius:16px}.login-intro .modal-icon svg{width:24px;height:24px}.login-intro>div:last-child{min-width:0}.login-kicker{display:block;margin-bottom:4px;color:#96092b;font-size:9px;font-weight:800;letter-spacing:1.1px}.login-intro h2{margin:0;color:#630a1f;font-size:22px;line-height:1.15;letter-spacing:-.5px}.login-intro p{margin:5px 0 0;color:#96092b;font-size:12px;line-height:1.4}.login-modal .admin-form{gap:13px!important}.login-modal .admin-field-label,.login-modal .admin-form label{color:#7a0b25;font-size:11px;font-weight:700}.login-modal .admin-form input,.login-modal .user-picker-trigger{height:48px!important;border:1px solid #f9e0e5!important;border-radius:12px!important;background:#fff!important}.login-modal .admin-form input:focus{border-color:#96092b!important;box-shadow:0 0 0 3px #96092b1c!important}.login-modal .user-picker-trigger{padding:0 13px!important}.login-modal .user-picker-trigger strong{color:#630a1f;font-size:13px}.login-modal .user-picker-trigger small{color:#ad0021;font-size:10px}.login-modal .admin-form>button{margin-top:3px;height:50px!important;border-radius:13px!important;font-size:14px;letter-spacing:.2px}.login-modal .admin-error{padding:10px 12px;font-size:11px}@media(max-width:600px){.login-modal{width:100%;padding:28px 20px 22px;border-radius:22px}.login-intro{margin:0 27px 19px 0;gap:12px}.login-intro .modal-icon{width:46px;height:46px;min-width:46px;border-radius:14px}.login-intro .modal-icon svg{width:22px;height:22px}.login-intro h2{font-size:20px}.login-intro p{font-size:11px}.login-modal .admin-form{gap:12px!important}.login-modal .admin-form input,.login-modal .user-picker-trigger{height:46px!important}.login-modal .admin-form>button{height:48px!important}}@media(max-width:360px){.login-modal{padding-inline:16px}.login-intro{gap:10px}.login-intro h2{font-size:18px}}.product-admin-modal{position:relative;width:min(560px,100%);padding:28px 30px 30px;border-radius:25px;overflow:hidden}.product-admin-modal:before{position:absolute;top:0;right:0;left:0;height:4px;background:linear-gradient(90deg,#ad0021,#96092b,#7f0d28);content:""}.product-admin-modal .close{top:16px;right:16px}.editor-intro{margin:0 30px 20px 0;display:flex;align-items:center;gap:14px;text-align:left}.editor-intro .modal-icon{width:50px;height:50px;min-width:50px;margin:0;border-radius:15px}.editor-intro .modal-icon svg{width:23px;height:23px}.editor-intro-copy{min-width:0}.editor-kicker{display:block;margin-bottom:4px;color:#96092b;font-size:9px;font-weight:800;letter-spacing:1.05px}.editor-intro h2{margin:0;color:#630a1f;font-size:21px;line-height:1.15;letter-spacing:-.4px}.editor-intro p{margin:5px 0 0;color:#96092b;font-size:11px;line-height:1.4}.product-admin-modal .admin-form{gap:12px!important}.product-admin-modal .admin-form label{gap:6px;color:#7a0b25;font-size:11px;font-weight:700}.product-admin-modal .admin-form input,.product-admin-modal .admin-form select{height:46px!important;border-radius:12px!important;font-size:13px}.product-admin-modal .admin-form input:disabled{color:#ad0021;background:#fff5f7;border-color:#f9e0e5}.product-admin-modal .barcode-field{width:100%}.product-admin-modal .barcode-camera{top:4px;right:4px;width:38px!important;height:38px!important;border-radius:10px!important;color:#7f0d28!important;background:#fff5f7!important}.product-admin-modal .barcode-camera:hover{background:#fff5f7!important}.product-admin-modal .ncm-field{padding:12px;border:1px solid #f9e0e5;border-radius:14px;background:#f6f9fd}.product-admin-modal .admin-form>button{min-height:48px;height:48px!important;border-radius:12px!important}@media(max-width:600px){.product-admin-modal{width:100%;padding:25px 18px 19px;border-radius:22px}.editor-intro{margin:0 28px 17px 0;gap:11px}.editor-intro .modal-icon{width:44px;height:44px;min-width:44px;border-radius:13px}.editor-intro-copy h2{font-size:19px}.editor-intro-copy p{font-size:10px}.product-admin-modal .admin-form{gap:10px!important}.product-admin-modal .admin-form input,.product-admin-modal .admin-form select{height:44px!important;font-size:16px}.product-admin-modal .barcode-camera{width:36px!important;height:36px!important}.product-admin-modal .admin-form>button{height:48px!important}header{position:-webkit-sticky;position:sticky;top:0;z-index:30}.brand{flex:1 1;gap:8px}.brand,.brand>div{min-width:0}.brand strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-controls{flex:none;gap:7px}.header-button{width:auto;min-width:68px;height:40px;flex:none;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:12px;font-size:12px;font-weight:700;white-space:nowrap}.header-button svg{width:17px;height:17px;flex:none}.admin-tabs{width:100%;padding:8px 10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:6px;gap:6px}.admin-tabs button{min-width:0;padding:9px 3px;justify-content:center;gap:5px;font-size:clamp(10px,3.1vw,13px);white-space:nowrap}.admin-tabs svg{width:15px;height:15px;flex:none}}.admin-tabs button,.admin-tabs button.active,.daily-footer,.daily-note,.header-button,.message,.powered strong,.result-placeholder span,.scan-cta,.scan-cta small,.scan-cta strong,.welcome-kicker,.welcome-panel h1,.welcome-panel>p,footer,footer small,header .brand small,header .brand strong{color:#fff}.admin-product-list strong,.change-list strong,.result-heading h1,.user-picker-options strong,.user-picker-trigger strong{color:#111827}.brand>span{color:#fff}@keyframes product-image-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.result-visual .product-image{animation:product-image-float 5.5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.result-visual .product-image{animation:none}}.report-date-filter{display:flex;align-items:flex-end;gap:10px;padding:12px;margin:10px 0 4px;border:1px solid #f2dce1;border-radius:14px;background:#fff8f9;text-align:left}.report-date-filter label{display:grid;grid-gap:5px;gap:5px;color:#630a1f;font-size:11px;font-weight:700}.report-date-filter input{box-sizing:border-box;width:100%;min-width:0;max-width:100%;min-height:38px;padding:0 9px;border:1px solid #e6c4cc;border-radius:9px;color:#35030f;background:#fff;font:inherit}.report-date-filter button{height:38px;padding:0 12px;border:0;border-radius:9px;color:#7a0b25;background:#f9e0e5;font-size:12px;font-weight:700}.report-date-filter span{margin-left:auto;padding-bottom:10px;color:var(--muted);font-size:11px;white-space:nowrap}@media(max-width:600px){.report-date-filter{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:10px 12px;gap:10px 12px}.report-date-filter label{min-width:0}.report-date-filter input{width:100%;min-width:0}.report-date-filter button{grid-column:1;justify-self:start;height:34px}.report-date-filter span{grid-column:2;align-self:center;margin:0;padding:0;text-align:right}}