:root{color:#2b2023;font-synthesis:none;background:#f7f4f1;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{cursor:pointer}.shell{grid-template-columns:240px 1fr;min-height:100vh;display:grid}aside{color:#f7e8dd;background:#1d1116;flex-direction:column;height:100vh;padding:24px 14px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;padding:5px 10px 28px;display:flex}.brand svg{color:#c98972}.brand b{font-family:Georgia,serif;font-size:22px}.brand small{background:#6e2d3c;border-radius:10px;padding:2px 7px}.close,.hamb{display:none}nav{gap:5px;display:grid}nav button{color:#cdbfc3;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:12px;padding:12px 14px;display:flex}nav button svg{width:19px}nav button:hover,nav button.active{color:#fff;background:#6f2d3d}.aside-foot{border-top:1px solid #3a2c31;margin-top:auto;padding:18px 10px;font-size:12px}main{min-width:0}main>header{background:#fff;border-bottom:1px solid #e7dfda;align-items:center;gap:15px;height:92px;padding:18px 34px;display:flex}h1,h2,h3,p{margin-top:0}main>header h1{margin:0;font-family:Georgia,serif;font-size:26px}main>header p{color:#887b7d;margin:3px 0 0;font-size:13px}.head-actions{gap:9px;margin-left:auto;display:flex}.icon,.primary,.toolbar button,.search button,.modal-actions button{color:#39272c;background:#fff;border:1px solid #ded3cf;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:8px 14px;text-decoration:none;display:inline-flex}.icon{width:42px;padding:8px}.icon svg,.primary svg{width:18px}.primary{color:#fff!important;background:#742f40!important;border-color:#742f40!important}section{max-width:1500px;margin:auto;padding:30px 34px}.stats{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:22px;display:grid}.card,.panel,.table,.scanbox{background:#fff;border:1px solid #e5dcd7;border-radius:13px;box-shadow:0 2px 10px #39272c0a}.card{padding:22px}.card small{color:#897b7d;margin-bottom:9px;display:block}.card strong{font-family:Georgia,serif;font-size:29px}.grid2{grid-template-columns:1.15fr 1fr;gap:20px;display:grid}.panel{padding:22px}.panel h2{font-family:Georgia,serif;font-size:19px}.bar{grid-template-columns:100px 1fr 30px;align-items:center;gap:10px;margin:16px 0;font-size:13px;display:grid}.bar i{background:#8e4857;border-radius:9px;height:8px}.bar b{text-align:right}.activity{border-bottom:1px solid #eee7e3;gap:12px;padding:10px 0;display:flex}.activity>span{font-size:21px}.activity small,.table td small{color:#8a7b7e;margin-top:3px;display:block}.toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.search{background:#fff;border:1px solid #ded5d0;border-radius:9px;flex:1;align-items:center;min-width:300px;max-width:600px;padding:0 11px;display:flex}.search svg{color:#8b7c7f;width:18px}.search input{background:0 0;border:0;outline:0;width:100%;padding:11px}.toolbar select,.form select,.form input{background:#fff;border:1px solid #dcd1cc;border-radius:8px;padding:10px}.table{overflow:auto}table{border-collapse:collapse;width:100%;min-width:700px}th,td{text-align:left;border-bottom:1px solid #eee7e3;padding:14px 17px;font-size:14px}th{text-transform:uppercase;letter-spacing:.06em;color:#8c7e80;background:#fbf9f7;font-size:11px}.pill,.status{color:#713342;background:#f0e3df;border-radius:12px;padding:4px 9px;font-size:12px}.cards-list,.location-grid{gap:12px;display:grid}.cards-list article,.location-grid article{background:#fff;border:1px solid #e5dcd7;border-radius:12px;align-items:center;gap:16px;padding:17px;display:flex}.cards-list h3,.location-grid h3{margin:0 0 5px}.cards-list p,.location-grid p{color:#7f7375;margin:0}.bottle{background:#f4eeea;border-radius:9px;padding:10px;font-size:31px}.right{text-align:right;gap:9px;margin-left:auto;display:grid}.right button{color:#733246;background:0 0;border:0}.status.consumed,.status.removed{color:#666;background:#eee}.location-grid{grid-template-columns:repeat(2,1fr)}.location-grid article>svg{color:#7d3a49}.location-grid article>a{color:#713342;margin-left:auto}.timeline{max-width:760px}.timeline article{grid-template-columns:25px 1fr;gap:10px;display:grid}.timeline i{background:#7a3544;border-radius:50%;width:11px;height:11px;margin-top:5px;position:relative}.timeline i:after{content:"";border-left:1px solid #d5c8c4;height:80px;position:absolute;top:13px;left:5px}.timeline h3{margin:4px 0}.timeline p{color:#776a6c}.timeline small{color:#928588}.scan-layout{grid-template-columns:1fr 1fr;gap:20px;display:grid}.scanbox{text-align:center;padding:55px 28px}.scanbox>svg{color:#7b3747;width:60px;height:60px}.scanbox .big{margin:14px}.result{background:#f5eeeb;border-radius:9px;margin-top:20px;padding:14px}.json{color:#f2e7e2;background:#21171a;border-radius:8px;max-height:300px;padding:12px;font-size:11px;overflow:auto}.hint{color:#8b7c7f;margin:18px 0 0}.backdrop{z-index:10;background:#180e1288;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:15px;width:min(650px,100%);max-height:90vh;overflow:auto;box-shadow:0 20px 80px #0005}.modal>header{border-bottom:1px solid #eee6e2;justify-content:space-between;padding:19px 22px;display:flex}.modal h2{margin:0;font-family:Georgia,serif}.modal header button{background:0 0;border:0}.form{grid-template-columns:1fr 1fr;gap:14px;padding:22px;display:grid}.form label{color:#685b5d;gap:6px;font-size:13px;display:grid}.form .check{align-items:center;display:flex}.modal-actions{justify-content:flex-end;gap:9px;padding:0 22px 22px;display:flex}.empty{text-align:center;color:#96898b;padding:45px}.empty svg{opacity:.4}.toast{color:#fff;z-index:20;background:#203a2b;border-radius:10px;align-items:center;gap:9px;padding:13px 18px;display:flex;position:fixed;bottom:25px;right:25px}.toast svg{width:18px}@media (width<=900px){.shell{display:block}aside{z-index:30;width:260px;transition:all .2s;position:fixed;transform:translate(-105%)}aside.open{transform:none}.close,.hamb{color:inherit;background:0 0;border:0;margin-left:auto;display:block}.hamb{margin-left:0}.stats{grid-template-columns:1fr 1fr}.grid2,.scan-layout,.location-grid{grid-template-columns:1fr}}@media (width<=600px){main>header{flex-wrap:wrap;height:auto;padding:14px 16px}main>header p{display:none}.head-actions{margin-left:auto}.head-actions .primary{width:42px;padding:8px;font-size:0}.head-actions .primary svg{margin:0}section{padding:20px 14px}.stats{gap:10px}.card{padding:15px}.card strong{font-size:22px}.toolbar{flex-wrap:wrap;align-items:stretch}.search{min-width:100%;max-width:none}.form{grid-template-columns:1fr}.cards-list article{align-items:flex-start}.right{min-width:90px}.grid2{gap:12px}}.vp-results{gap:8px;max-height:390px;margin-top:16px;display:grid;overflow:auto}.vp-results article{background:#fbf9f7;border:1px solid #e8dfda;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;padding:11px;display:flex}.vp-results small{color:#887b7d;margin-top:3px;display:block}.vp-results .primary{min-height:34px;padding:6px 10px}.row-actions{gap:6px;display:flex}.row-actions button{background:#fff;border:1px solid #d8ceca;border-radius:7px;padding:5px 8px;font-size:12px}.row-actions .danger{color:#a32636;border-color:#e7bec4}.location-actions{justify-items:end;gap:9px;margin-left:auto;display:grid}.location-actions>a{color:#713342}.product-cell{align-items:center;gap:10px;display:flex}.product-cell>img,.product-cell>span{object-fit:contain;background:#f5efeb;border-radius:6px;place-items:center;width:38px;height:48px;display:grid}.image-upload small{color:#7f7375}.image-preview{object-fit:contain;background:#faf8f6;border:1px solid #e2d8d3;border-radius:8px;width:90px;height:120px}.location-list{gap:14px;display:grid}.location-card{background:#fff;border:1px solid #e5dcd7;border-radius:12px;padding:17px}.location-head{align-items:flex-start;gap:14px;display:flex}.location-head>svg{color:#7d3a49}.location-head h3{margin:0 0 5px}.location-head p{color:#7f7375;margin:0 0 5px}.location-inventory{border-top:1px solid #eee6e2;gap:7px;margin-top:14px;padding-top:12px;display:grid}.location-inventory>div{background:#faf8f6;border-radius:8px;align-items:center;gap:10px;padding:7px 9px;display:flex}.location-inventory img,.location-inventory>div>span{object-fit:contain;place-items:center;width:32px;height:38px;display:grid}.location-inventory small{color:#84777a;display:block}.location-inventory strong{margin-left:auto}.product-bottle{background:#f5efeb;border:0;border-radius:6px;flex:none;place-items:center;width:38px;height:48px;padding:0;display:grid;overflow:hidden}.product-bottle img{object-fit:contain;width:100%;height:100%}.bottle-name{color:inherit;font:inherit;text-align:left;background:0 0;border:0;padding:0;font-weight:700}.bottle-name:hover{color:#733246;text-decoration:underline}.bottle-info{flex:1;min-width:0}.bottle-prices{flex-wrap:wrap;gap:7px;margin-top:10px;display:flex}.bottle-prices span{color:#786b6e;background:#f7f2ef;border-radius:7px;padding:5px 8px;font-size:12px}.bottle-prices b{color:#3b292e}.modal.wide{width:min(920px,100%)}.bottle-detail{grid-template-columns:280px 1fr;gap:24px;padding:24px;display:grid}.bottle-detail-image{background:#faf7f5;border:1px solid #eadfda;border-radius:12px;place-items:center;height:360px;padding:18px;display:grid}.bottle-detail-image img{object-fit:contain;width:100%;height:100%}.bottle-detail-image>svg{color:#b8a8aa;width:70px;height:70px}.bottle-detail-summary{flex-direction:column;align-items:flex-start;display:flex}.detail-origin{color:#7f7375}.detail-prices{gap:12px;width:100%;margin:7px 0 16px;display:flex}.detail-prices>div{background:#f7f2ef;border-radius:10px;min-width:130px;padding:11px 14px}.detail-prices small,.detail-facts small{color:#87797b;margin-bottom:3px;display:block}.detail-prices strong{font-family:Georgia,serif;font-size:21px}.detail-purchase{color:#7f7375;font-size:13px}.bottle-detail-summary>a{color:#713342;margin-top:12px}.detail-section{border-top:1px solid #eee5e1;grid-column:1/-1;padding-top:17px}.detail-section h3{margin-bottom:10px;font-family:Georgia,serif}.detail-food>div{flex-wrap:wrap;gap:8px;display:flex}.detail-food span{color:#713342;background:#f0e3df;border-radius:15px;padding:6px 11px;font-size:13px}.detail-facts{border-top:1px solid #eee5e1;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;display:grid}.detail-facts>div{border-bottom:1px solid #f1eae7;padding:13px 0}.detail-facts p{color:#403236;margin:0;line-height:1.45}.assistant-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;display:grid}.assistant-card,.assistant-answer{background:#fff;border:1px solid #e5dcd7;border-radius:14px;padding:24px;box-shadow:0 2px 10px #39272c0a}.assistant-title{gap:14px;margin-bottom:22px;display:flex}.assistant-title>span{color:#fff;background:#742f40;border-radius:12px;flex:none;place-items:center;width:48px;height:48px;display:grid}.assistant-title h2,.assistant-answer h2{margin:0 0 7px;font-family:Georgia,serif}.assistant-title p{color:#7f7375;margin:0}.assistant-card>label{color:#685b5d;gap:7px;margin-top:15px;font-size:13px;display:grid}.assistant-card select,.assistant-card textarea{width:100%;font:inherit;background:#fff;border:1px solid #dcd1cc;border-radius:9px;padding:11px}.assistant-card textarea{resize:vertical;line-height:1.5}.assistant-examples{flex-wrap:wrap;gap:7px;margin:12px 0;display:flex}.assistant-examples button{color:#6f3542;background:#faf7f5;border:1px solid #dfd3ce;border-radius:16px;padding:6px 10px;font-size:12px}.assistant-send{margin-top:5px}.assistant-config{color:#684f1f;background:#fff4dc;border:1px solid #ead8ac;border-radius:9px;margin-top:14px;padding:12px;font-size:13px}.assistant-provider{color:#85777a;margin-top:10px;display:block}.assistant-answer{align-items:flex-start;gap:14px;min-height:330px;display:flex}.assistant-answer>svg{color:#823b4b;flex:none}.assistant-answer p{white-space:pre-wrap;color:#403236;line-height:1.65}.assistant-answer small{color:#8a7d7f}.assistant-empty{text-align:center;color:#8d7f81;margin:auto}.assistant-empty>svg{opacity:.35;width:44px;height:44px}.assistant-privacy{color:#86797b;grid-column:1/-1;margin:-5px 4px 0;font-size:12px}button:disabled{cursor:not-allowed;opacity:.5}@media (width<=900px){.assistant-layout{grid-template-columns:1fr}}@media (width<=600px){.cards-list article{flex-wrap:wrap}.bottle-info{width:calc(100% - 54px)}.cards-list .right{text-align:left;width:100%;margin-left:54px}.bottle-detail{grid-template-columns:1fr;padding:17px}.bottle-detail-image{height:280px}.detail-facts{grid-template-columns:1fr}.assistant-card,.assistant-answer{padding:18px}.assistant-answer{min-height:230px}}.modal.wide>header{align-items:flex-start;gap:18px}.modal.wide>header h2{overflow-wrap:anywhere;min-width:0;line-height:1.2}.modal.wide>header button{flex:none}.bottle-detail{padding:24px;display:block}.bottle-detail-hero{grid-template-columns:minmax(220px,280px) minmax(0,1fr);align-items:start;gap:24px;display:grid}.bottle-detail-image{isolation:isolate;width:100%;min-width:0;position:relative;overflow:hidden}.bottle-detail-image img{max-width:100%;max-height:100%;display:block;position:static}.bottle-detail-summary{z-index:1;overflow-wrap:anywhere;background:#fff;min-width:0;position:relative}.detail-section,.detail-facts{margin-top:22px}.sensory-profile{padding-bottom:2px}.profile-list{gap:13px;display:grid}.profile-row{grid-template-columns:115px 42px minmax(150px,1fr) 48px 46px;align-items:center;gap:9px;display:grid}.profile-row>b{color:#46353a}.profile-row>small{color:#8a7c7e;font-size:11px}.profile-row>small:nth-of-type(2){text-align:right}.profile-row>strong{text-align:right;color:#713342;font-size:13px}.profile-dots{grid-template-columns:repeat(12,minmax(5px,1fr));gap:4px;display:grid}.profile-dots i{background:#e8dfdc;border-radius:4px;height:12px}.external-reviews>p{color:#5f5154;line-height:1.55}.review-text{white-space:pre-wrap}.review-text a,.review-sources a,.review-actions a{color:#713342}.review-sources{flex-wrap:wrap;gap:7px;margin:12px 0;display:flex}.review-sources a{background:#faf7f5;border:1px solid #e1d4cf;border-radius:14px;padding:5px 9px;font-size:12px;text-decoration:none}.review-actions{flex-wrap:wrap;align-items:center;gap:10px;margin:14px 0;display:flex}.review-actions>a{font-size:13px}.external-reviews>small{color:#887b7d;margin-top:7px;display:block}@media (width<=700px){.bottle-detail{padding:17px}.bottle-detail-hero{grid-template-columns:1fr}.bottle-detail-image{height:280px}.profile-row{grid-template-columns:90px 1fr 42px}.profile-row>small{display:none}.profile-dots{grid-column:2}.profile-row>strong{grid-column:3}.detail-facts{grid-template-columns:1fr}.detail-prices{flex-wrap:wrap}.detail-prices>div{flex:1;min-width:120px}}.bottle-detail-hero{grid-template-columns:190px minmax(0,1fr)}.bottle-detail-image-wrap{justify-items:center;gap:8px;width:190px;max-width:100%;display:grid}.bottle-detail-image-wrap>small{color:#84777a;text-align:center;font-size:11px;line-height:1.3}.bottle-detail-image{appearance:none;color:#7d3a49;cursor:zoom-in;min-width:0;background:#faf7f5!important;border:1px solid #eadfda!important;border-radius:12px!important;place-items:center!important;width:100%!important;height:270px!important;padding:12px!important;display:grid!important;position:relative!important;overflow:hidden!important}.bottle-detail-image img{object-fit:contain!important;width:calc(100% - 24px)!important;max-width:none!important;height:calc(100% - 24px)!important;max-height:none!important;display:block!important;position:absolute!important;inset:12px!important}.bottle-detail-image-empty{cursor:default}.image-lightbox{z-index:1000;overscroll-behavior:contain;background:#160d12eb;place-items:center;padding:58px 14px 18px;display:grid;position:fixed;inset:0}.image-lightbox-canvas{background:#fff;border-radius:12px;width:min(92vw,680px);height:min(82vh,850px);display:block;position:relative;overflow:hidden;box-shadow:0 18px 70px #0008}.image-lightbox-canvas img{object-fit:contain!important;width:100%!important;max-width:none!important;height:100%!important;max-height:none!important;display:block!important;position:absolute!important;inset:0!important}.image-lightbox-close{top:max(10px,env(safe-area-inset-top));right:max(10px,env(safe-area-inset-right));color:#2b2023;z-index:1;background:#fff;border:1px solid #fff5;border-radius:50%;place-items:center;width:44px;height:44px;padding:0;display:grid;position:absolute}.image-lightbox-close svg{width:22px;height:22px}@media (width<=700px){.bottle-detail-hero{grid-template-columns:1fr}.bottle-detail-image-wrap{justify-self:center;width:160px}.bottle-detail-image{height:230px!important}.image-lightbox{padding:60px 8px max(8px,env(safe-area-inset-bottom))}.image-lightbox-canvas{width:96vw;height:80vh}}.product-open{color:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:10px;max-width:100%;padding:0;display:flex}.product-open:hover .product-copy>b,.product-open:focus-visible .product-copy>b{color:#713342;text-decoration:underline}.product-thumb{background:#f7f2ef;border:1px solid #e8dfda;border-radius:6px;flex:none;place-items:center;width:34px;height:44px;display:grid;position:relative;overflow:hidden}.product-thumb>img{object-fit:contain!important;width:calc(100% - 8px)!important;max-width:none!important;height:calc(100% - 8px)!important;max-height:none!important;position:absolute!important;inset:4px!important}.product-thumb>span{font-size:20px}.product-copy{min-width:0}.product-copy>b,.product-copy>small{display:block}.product-copy>b{overflow-wrap:anywhere}.product-bottle{width:34px;height:44px;position:relative!important}.product-bottle img{object-fit:contain!important;width:calc(100% - 8px)!important;max-width:none!important;height:calc(100% - 8px)!important;max-height:none!important;position:absolute!important;inset:4px!important}.location-inventory img{background:#f7f2ef;border-radius:5px;object-fit:contain!important;width:28px!important;height:34px!important;padding:3px!important;display:block!important}.row-actions{flex-wrap:wrap}.row-actions .add-bottle-action{color:#713342;background:#f3e7e3;border-color:#d8bfc2;font-weight:650}@media (width<=700px){.product-thumb{width:32px;height:42px}.row-actions .add-bottle-action{min-height:34px}}.location-shelves{grid-template-columns:repeat(auto-fit,minmax(245px,1fr));align-items:start;gap:12px}.location-shelf{background:#faf8f6;border:1px solid #e8dfda;border-radius:10px;min-width:0;overflow:hidden}.location-shelf>h4{color:#5f3540;background:#f2e9e5;justify-content:space-between;align-items:center;margin:0;padding:9px 11px;font-family:Georgia,serif;display:flex}.location-shelf>h4 span{color:#713342;background:#fff;border-radius:12px;place-items:center;min-width:24px;height:24px;padding:0 7px;font:700 12px system-ui;display:grid}.location-shelf-body{gap:6px;padding:7px;display:grid}.location-shelf-empty{text-align:center;padding:10px}.location-wine{text-align:left;width:100%;min-width:0;color:inherit;background:#fff;border:1px solid #0000;border-radius:8px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px;padding:7px;display:grid}.location-wine:hover,.location-wine:focus-visible{border-color:#d7bcc2;box-shadow:0 2px 8px #71334212}.location-wine-image{background:#f7f2ef;border-radius:6px;place-items:center;width:36px;height:46px;display:grid;overflow:hidden}.location-wine-image img{object-fit:contain!important;width:28px!important;height:38px!important;padding:0!important}.location-wine-copy{min-width:0}.location-wine-copy b,.location-wine-copy small{display:block}.location-wine-copy b{overflow-wrap:anywhere}.location-wine-copy small{margin-top:3px}.location-wine>strong{white-space:nowrap;margin-left:0;font-size:12px}.location-shelf-unassigned{grid-column:1/-1}.repurchase-stats{margin-bottom:18px}.repurchase-list{gap:10px;display:grid}.repurchase-list>article{background:#fff;border:1px solid #e5dcd7;border-radius:12px;grid-template-columns:minmax(230px,1fr) minmax(230px,auto) auto;align-items:center;gap:14px;padding:13px 15px;display:grid}.repurchase-open{text-align:left;min-width:0;color:inherit;background:0 0;border:0;align-items:center;gap:10px;padding:0;display:flex}.repurchase-open:hover b,.repurchase-open:focus-visible b{color:#713342;text-decoration:underline}.repurchase-meta{color:#786b6e;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;font-size:12px;display:flex}.repurchase-meta span,.repurchase-meta strong{background:#f7f2ef;border-radius:7px;padding:5px 8px}.repurchase-meta strong{color:#50343b}.remove-repurchase{color:#713342;white-space:nowrap;background:#fff;border:1px solid #d8ceca;border-radius:8px;padding:7px 9px}@media (width<=800px){.repurchase-list>article{grid-template-columns:1fr}.repurchase-meta{justify-content:flex-start}.location-shelves{grid-template-columns:1fr 1fr}}@media (width<=600px){.location-head{flex-wrap:wrap}.location-actions{justify-content:space-between;align-items:center;width:100%;margin-left:0;display:flex}.location-shelves{grid-template-columns:1fr}.location-card{padding:13px}.location-wine{min-height:56px}.repurchase-list>article{padding:12px}.remove-repurchase{justify-self:start;min-height:40px}}.shelf-placement{background:#faf7f5;border:1px solid #e3d7d2;border-radius:10px;grid-template-columns:48px minmax(86px,1fr);align-items:center;gap:10px;width:fit-content;max-width:100%;margin-top:10px;padding:7px 10px 7px 7px;display:grid}.wine-cabinet{background:linear-gradient(90deg,#9a6b51,#bd8b69 48%,#936248);border:3px solid #754b39;border-radius:4px;grid-template-rows:repeat(9,7px);width:48px;padding:4px 5px;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #d6ad8d}.wine-cabinet>span{background:#f5eee8cc;border-bottom:1px solid #654130;display:block;position:relative}.wine-cabinet>span:last-child{border-bottom:0}.wine-cabinet i{color:#80665c;font:600 6px/7px system-ui;position:absolute;top:-1px;left:2px}.wine-cabinet b{color:#fff;text-shadow:0 1px 2px #5a1224;place-items:center;font:900 13px/9px system-ui;display:grid;position:absolute;inset:-2px 0 0}.shelf-placement-copy{gap:1px;min-width:0;display:grid}.shelf-placement-copy small{font-size:10px;color:#897a7d!important;margin:0!important}.shelf-placement-copy strong{overflow-wrap:anywhere;color:#3d2d32;font-size:13px}.shelf-placement-copy span{color:#713342;font-size:12px;font-weight:700}.bottle-detail-summary>.shelf-placement{margin:5px 0 9px}.detail-bottle-state{align-items:center;gap:9px;margin:0 0 15px;display:flex}.detail-bottle-state .status{display:inline-block}.status.gifted{color:#3d5879;background:#e7edf6}.status.in_stock{color:#315b40;background:#e4f0e8}@media (width<=600px){.shelf-placement{grid-template-columns:44px minmax(80px,1fr);padding:6px}.wine-cabinet{width:44px}.bottle-detail-summary>.shelf-placement{width:100%}}:root{--havsyn-navy:#07364d;--havsyn-deep:#04283a;--havsyn-blue:#3e7696;--havsyn-light:#83aabd;--havsyn-brown:#4b210d;--havsyn-ivory:#fbfaf6;--havsyn-mist:#eef4f6}body{color:#172d37;background:#f3f7f8}aside{background:linear-gradient(180deg,var(--havsyn-deep),#0a3e56 62%,#123f50);color:#f6f3ec}.brand{align-items:center;gap:9px;padding:2px 6px 24px}.brand-logo{object-fit:cover;background:var(--havsyn-ivory);border-radius:50%;width:48px;height:48px;box-shadow:0 0 0 2px #ffffff28}.brand-copy{min-width:0;display:grid}.brand-copy b{color:#fff;font-size:19px!important}.brand-copy span{letter-spacing:.16em;text-transform:uppercase;color:var(--havsyn-light);font-size:10px}.brand>small{background:var(--havsyn-brown);color:#fff;padding:3px 6px}.header-house-logo{object-fit:cover;background:var(--havsyn-ivory);border-radius:50%;width:46px;height:46px;box-shadow:0 0 0 1px #d5e1e5}.aside-foot{border-color:#ffffff26}.aside-foot span{color:#a9c2cd}nav button{color:#bfd0d7}nav button:hover,nav button.active{background:var(--havsyn-blue);color:#fff}.primary{background:var(--havsyn-blue)!important;border-color:var(--havsyn-blue)!important}.primary:hover{background:#2d6381!important}.icon:hover{border-color:var(--havsyn-light);color:var(--havsyn-navy)}main>header{border-bottom-color:#d8e4e8;box-shadow:0 2px 12px #07364d0a}main>header h1,.panel h2,.card strong,.modal h2,.detail-section h3{color:var(--havsyn-brown)}.card,.panel,.table,.scanbox,.cards-list article,.location-card,.repurchase-list>article{border-color:#dbe5e8;box-shadow:0 3px 14px #07364d0a}.pill,.status{color:var(--havsyn-navy);background:#dcebf0}.bottle-name:hover,.product-open:hover .product-copy>b,.product-open:focus-visible .product-copy>b,.repurchase-open:hover b,.repurchase-open:focus-visible b{color:var(--havsyn-blue)}.row-actions .add-bottle-action,.detail-food span{color:var(--havsyn-navy);background:#e7f0f3;border-color:#bfd1d9}.wine-cabinet{border-color:var(--havsyn-brown);background:linear-gradient(90deg,#74432a,#a77454 48%,#6c3b23)}.wine-cabinet>span.selected{background:var(--havsyn-blue)}.shelf-placement-copy span,.location-head>svg,.assistant-answer>svg{color:var(--havsyn-blue)}.shelf-placement{background:var(--havsyn-ivory);border-color:#d7e2e5}.status.out_of_stock{color:#64747a;background:#edf0f1}.location-wine-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:start;gap:8px}.location-wine-list .location-wine{background:#fff;border-color:#e0e9eb;min-height:62px}.location-wine-list .location-wine:hover,.location-wine-list .location-wine:focus-visible{border-color:var(--havsyn-light);box-shadow:0 3px 10px #07364d14}.location-list-empty{text-align:center;color:#7b8c92;grid-column:1/-1;padding:18px}.vp-result-product{align-items:center;gap:12px;min-width:0;display:flex}.vp-result-image{background:var(--havsyn-ivory);border:1px solid #dce6e9;border-radius:9px;flex:none;place-items:center;width:58px;height:74px;display:grid;overflow:hidden}.vp-result-image img{object-fit:contain;width:100%;height:100%;padding:5px}.vp-result-image svg{width:25px;color:var(--havsyn-light)}.vp-result-product>div{min-width:0}.vp-result-product b,.vp-result-product small,.vp-result-product strong{display:block}.vp-result-product b{overflow-wrap:anywhere}.vp-result-product strong{color:var(--havsyn-brown);margin-top:4px;font-size:13px}.vp-results article{min-height:92px}.assistant-title>span{background:var(--havsyn-blue)}.profile-dots i.active{background:linear-gradient(135deg,var(--havsyn-light),var(--havsyn-blue))}@media (width<=600px){.header-house-logo{width:38px;height:38px}.brand-logo{width:46px;height:46px}.location-wine-list{grid-template-columns:1fr}.vp-results article{align-items:center}.vp-result-image{width:52px;height:68px}.vp-results .primary{flex:none}}.brand{grid-template-rows:auto auto;grid-template-columns:72px minmax(0,1fr) auto;column-gap:10px;display:grid}.brand-logo{grid-area:1/1/3;width:72px;height:72px}.brand-copy{grid-area:1/2}.brand>small{grid-area:2/2;justify-self:start}.brand>.close{grid-area:1/3}.header-house-logo{width:69px;height:69px}main>header{height:auto;min-height:108px}.cards-list article>.shelf-placement{flex:none;align-self:center;margin:0 0 0 3px}.wine-cabinet{grid-template-rows:none;height:64px}.shelf-placement-copy{max-width:130px}.spirit-profile-editor{background:var(--havsyn-mist);border:1px solid #d7e2e5;border-radius:11px;grid-column:1/-1;gap:13px;margin:0;padding:16px;display:grid}.spirit-profile-editor legend{color:var(--havsyn-brown);padding:0 6px;font-weight:700}.spirit-profile-editor>p{color:#667b84;margin:0;font-size:12px}.spirit-profile-editor>label{grid-template-columns:145px minmax(120px,1fr) 78px auto;align-items:center;gap:10px;display:grid}.spirit-profile-editor label>span{gap:2px;display:grid}.spirit-profile-editor label small{color:#6b7e86}.spirit-profile-editor input[type=range]{width:100%;accent-color:var(--havsyn-blue)}.profile-editor-value{text-align:right}.profile-editor-value strong{color:var(--havsyn-brown);font-size:17px}.spirit-profile-editor button{color:var(--havsyn-navy);background:#fff;border:1px solid #c8d8de;border-radius:7px;padding:5px 7px;font-size:11px}.scan-preview{object-fit:contain;background:#fff;border:1px solid #d4e1e5;border-radius:9px;width:100%;max-width:240px;height:160px;margin:0 auto 12px;display:block}.result>small{color:#607780;display:block}.scan-tips{color:#405861;background:#fff;border-radius:8px;margin:10px 0;padding:9px;font-size:13px;line-height:1.45}.result>.primary{margin-top:10px}@media (width<=600px){.brand{grid-template-columns:69px minmax(0,1fr) auto}.brand-logo{width:69px;height:69px}.header-house-logo{width:57px;height:57px}main>header{min-height:86px}.cards-list article>.shelf-placement{order:3;margin:8px 0 0 54px}.cards-list article>.right{order:4;width:calc(100% - 54px);margin-left:54px}.spirit-profile-editor>label{grid-template-columns:1fr 52px}.spirit-profile-editor input[type=range]{grid-column:1}.profile-editor-value{grid-area:1/2/3}.spirit-profile-editor button{grid-column:1/3;justify-self:start}.scan-preview{height:145px}}.barcode-match{font-weight:700;color:var(--havsyn-blue)!important}@media (width<=700px){html,body,.shell,main,section{min-width:0;max-width:100%}body{overflow-x:hidden}main>header{grid-template-columns:38px 57px minmax(0,1fr);align-items:center;gap:8px 10px;min-height:0;padding:10px 12px 12px;display:grid}main>header .hamb{grid-column:1;width:38px;height:38px;margin:0;padding:7px}main>header .header-house-logo{grid-column:2;width:57px;height:57px}main>header .head-copy{grid-column:3;min-width:0}main>header .head-copy h1{overflow-wrap:normal;word-break:normal;font-size:22px;line-height:1.1}main>header .head-actions{grid-column:1/-1;justify-content:flex-end;gap:8px;width:100%;margin:0}section{padding:14px 10px 22px}.toolbar{gap:9px;width:100%;margin-bottom:13px}.toolbar>div:empty{display:none}.toolbar>.primary{max-width:100%;margin-left:auto}.products-table{box-shadow:none;background:0 0;border:0;overflow:visible}.products-table table,.products-table tbody{width:100%;min-width:0;display:block}.products-table thead{display:none}.products-table tbody{gap:10px;display:grid}.products-table tr{background:#fff;border:1px solid #dbe5e8;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;padding:14px;display:grid;box-shadow:0 3px 14px #07364d0a}.products-table td{border:0;align-content:start;gap:3px;min-width:0;padding:0;font-size:13px;display:grid}.products-table td:before{content:attr(data-label);color:#887b7d;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:750}.products-table td[data-label=Produkt],.products-table td[data-label=Handling]{grid-column:1/-1}.products-table td[data-label=Produkt]:before,.products-table td[data-label=Handling]:before{display:none}.products-table .product-open{align-items:center;gap:12px;width:100%}.products-table .product-thumb{width:46px;height:60px}.products-table .product-copy>b{overflow-wrap:normal;word-break:normal;-webkit-hyphens:auto;hyphens:auto;font-size:16px;line-height:1.22}.products-table .product-copy>small{margin-top:4px;line-height:1.3}.products-table .row-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;width:100%;display:grid}.products-table .row-actions button{white-space:normal;width:100%;min-height:40px}.cards-list{gap:10px}.cards-list article{grid-template-columns:48px minmax(0,1fr);align-items:start;gap:10px 12px;width:100%;min-width:0;padding:14px;display:grid;overflow:hidden}.cards-list article>.product-bottle{grid-area:1/1;width:48px;height:62px}.cards-list article>.bottle-info{grid-area:1/2;width:auto;min-width:0}.bottle-info h3{margin:0 0 5px;font-size:16px;line-height:1.2}.bottle-name{overflow-wrap:normal;word-break:normal;-webkit-hyphens:auto;hyphens:auto;max-width:100%;line-height:1.2}.bottle-info p,.bottle-info>small{overflow-wrap:break-word;font-size:12px;line-height:1.35;display:block}.bottle-prices{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:9px;display:grid}.bottle-prices span{min-width:0;padding:6px 7px;line-height:1.25}.cards-list article>.shelf-placement{order:3;grid-column:1/-1;grid-template-columns:44px minmax(0,1fr);width:100%;max-width:none;margin:2px 0 0;padding:7px}.cards-list article>.shelf-placement .shelf-placement-copy{max-width:none}.cards-list article>.right{text-align:left;flex-wrap:wrap;order:4;grid-column:1/-1;align-items:center;gap:7px;width:100%;min-width:0;margin:0;display:flex}.cards-list article>.right>.status{text-align:center;flex:100%;padding:7px 10px;display:block}.cards-list article>.right>button{min-height:40px;color:var(--havsyn-navy);background:#fff;border:1px solid #d7e2e5;border-radius:8px;flex:135px;padding:7px 9px}.cards-list article>.right>.row-actions{flex:100%;gap:7px;display:flex}.cards-list article>.right>.row-actions button{flex:1;min-height:40px}.scanbox,.scan-layout>.panel{padding:18px 14px}.scanbox>svg{width:48px;height:48px}.scanbox .big{width:100%;margin:10px 0}.scan-layout>.panel .search{grid-template-columns:auto minmax(0,1fr);width:100%;padding:4px 7px;display:grid}.scan-layout>.panel .search>button{grid-column:1/-1;width:100%}.vp-results{max-height:none}.vp-results article{grid-template-columns:1fr;align-items:start;display:grid}.vp-results article>.primary{width:100%}.modal{max-width:calc(100vw - 16px)}.backdrop{padding:8px}}.auth-loading{background:var(--havsyn-mist);min-height:100vh;color:var(--havsyn-navy);place-items:center;font-weight:700;display:grid}.auth-shell{background:radial-gradient(circle at 50% 10%,#fff 0,#f4f8f9 38%,#dce9ee 100%);place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{background:#fff;border:1px solid #d4e2e7;border-radius:22px;width:min(440px,100%);padding:34px;box-shadow:0 24px 80px #07364d24}.auth-card>img{object-fit:cover;background:var(--havsyn-ivory);border-radius:50%;width:120px;height:120px;margin:0 auto 18px;display:block;box-shadow:0 0 0 6px #eef4f6}.auth-heading{text-align:center}.auth-heading>small{color:var(--havsyn-blue);letter-spacing:.22em;font-size:11px;font-weight:800}.auth-heading h1{color:var(--havsyn-brown);margin:5px 0 9px;font:700 34px Georgia,serif}.auth-heading p{color:#61747c;margin:0 0 22px;line-height:1.5}.auth-card form{gap:14px;display:grid}.auth-card form label,.user-form label,.reset-password label{color:#465c65;gap:6px;font-size:13px;font-weight:650;display:grid}.auth-card input,.user-form input,.reset-password input{color:#172d37;background:#fff;border:1px solid #c8d8de;border-radius:9px;width:100%;min-height:44px;padding:9px 11px}.auth-card input:focus,.user-form input:focus,.reset-password input:focus{border-color:var(--havsyn-blue);outline:3px solid #83aabd3d}.auth-card form>.primary{width:100%;margin-top:3px}.auth-error{color:#8b2434;background:#fdebed;border-radius:8px;margin:0;padding:10px 12px;font-size:13px}.auth-note{color:#7b8c92;text-align:center;margin-top:16px;line-height:1.4;display:block}.head-actions .logout{color:var(--havsyn-brown)}.aside-foot b{color:#fff}.users-layout{grid-template-columns:minmax(280px,380px) minmax(0,1fr);align-items:start;gap:20px;display:grid}.users-title{align-items:flex-start;gap:13px;display:flex}.users-title>span{background:var(--havsyn-mist);width:44px;height:44px;color:var(--havsyn-blue);border-radius:11px;flex:none;place-items:center;display:grid}.users-title h2{margin:0 0 5px}.users-title p{color:#6a7d85;margin:0 0 20px;line-height:1.4}.user-form{gap:13px;display:grid}.user-check{align-items:center;gap:9px!important;display:flex!important}.user-check input{width:18px;height:18px;min-height:0}.user-list{gap:12px;display:grid}.user-card{background:#fff;border:1px solid #dbe5e8;border-radius:13px;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:13px;padding:16px;display:grid;box-shadow:0 3px 14px #07364d0a}.user-avatar{background:linear-gradient(145deg,var(--havsyn-blue),var(--havsyn-navy));color:#fff;border-radius:50%;place-items:center;width:50px;height:50px;font-weight:800;display:grid}.user-copy{min-width:0}.user-copy h3{color:var(--havsyn-brown);margin:0 0 3px}.user-copy h3 small{color:var(--havsyn-blue);background:#e6f0f3;border-radius:9px;padding:2px 6px;font:600 10px system-ui}.user-copy p{color:#71838a;overflow-wrap:anywhere;margin:0;font-size:12px}.user-badges{flex-wrap:wrap;gap:5px;margin-top:7px;display:flex}.user-badges span{color:var(--havsyn-navy);background:#e7f0f3;border-radius:10px;padding:3px 7px;font-size:10px;font-weight:700}.user-badges .active{color:#315b40;background:#e4f0e8}.user-badges .inactive{color:#8b3541;background:#f4e8e8}.user-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;max-width:270px;display:flex}.user-actions button{min-height:34px;color:var(--havsyn-navy);background:#fff;border:1px solid #cbd9de;border-radius:7px;padding:6px 9px;font-size:12px}.reset-password{border-top:1px solid #e6edef;grid-column:2/-1;align-items:end;gap:8px;padding-top:12px;display:flex}.reset-password label{flex:1}.reset-password .primary{min-height:44px}.user-actions button:disabled{opacity:.4}@media (width<=900px){.users-layout{grid-template-columns:1fr}.create-user-card{max-width:none}}@media (width<=600px){.auth-shell{padding:12px}.auth-card{border-radius:17px;padding:24px 19px}.auth-card>img{width:96px;height:96px}.auth-heading h1{font-size:30px}.user-card{grid-template-columns:44px minmax(0,1fr)}.user-avatar{width:44px;height:44px}.user-actions{grid-column:1/-1;justify-content:stretch;max-width:none}.user-actions button{flex:1;min-height:40px}.reset-password{grid-column:1/-1;display:grid}.head-actions .logout{flex:none;width:42px}}
