@import"https://fonts.googleapis.com/css2?family=Pacifico&family=Manrope:wght@400;500;600;700;800&display=swap";.landing{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.3rem;padding:3rem 1.25rem;text-align:center;animation:fadeUp .7s ease-out}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.landing-title{font-family:var(--font-display);font-weight:400;font-size:clamp(2.6rem,9vw,4.4rem);line-height:1.3;margin:0;color:var(--rose-deep);text-shadow:0 2px 0 rgba(255,255,255,.95),0 6px 20px rgba(224,135,170,.4)}.landing-eyebrow{margin:0;font-size:.8rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--sky-deep)}.landing-note{max-width:400px;margin:0;font-size:.9rem;font-weight:500;line-height:1.65;color:var(--ink-mid)}.cabinet--closed{width:min(520px,92vw);perspective:1700px}.cabinet--closed .cabinet-cavity{min-height:320px;display:flex;flex-direction:column;justify-content:space-evenly;padding:24px 18px}.cavity-shelf{height:8px;border-radius:2px;background:linear-gradient(180deg,var(--oak-light),var(--oak-dark));opacity:.75;box-shadow:0 6px 14px -4px #000000b3}.cabinet-doors{position:absolute;top:14px;right:14px;bottom:14px;left:14px;display:flex;padding:0;border:none;background:none;cursor:pointer;transform-style:preserve-3d}.door{position:relative;flex:1;overflow:hidden;background:linear-gradient(122deg,var(--mirror-1) 0%,var(--mirror-2) 34%,var(--mirror-3) 52%,var(--mirror-2) 74%,var(--mirror-1) 100%);box-shadow:0 0 0 1px #ffffffb3 inset,0 0 0 5px var(--oak-mid) inset,0 10px 26px -12px #46323c80;transition:transform 1s cubic-bezier(.36,.9,.28,1);backface-visibility:hidden}.door--left{transform-origin:left center;border-radius:3px 0 0 3px}.door--right{transform-origin:right center;border-radius:0 3px 3px 0}.door:after{content:"";position:absolute;top:-60%;left:-80%;width:45%;height:220%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);transform:skew(-16deg);transition:left .9s ease;pointer-events:none}.cabinet-doors:hover .door:after,.cabinet-doors:focus-visible .door:after{left:130%}.door-handle{position:absolute;top:50%;width:8px;height:62px;border-radius:4px;transform:translateY(-50%);background:linear-gradient(90deg,#f4e0a8,var(--brass) 45%,#9c7d2c);box-shadow:0 2px 6px #46323c66}.door--left .door-handle{right:12px}.door--right .door-handle{left:12px}.landing.is-opening .door--left{transform:rotateY(-108deg)}.landing.is-opening .door--right{transform:rotateY(108deg)}.landing.is-opening .cabinet-doors{pointer-events:none}.landing.is-opening .landing-title,.landing.is-opening .landing-eyebrow,.landing.is-opening .landing-note,.landing.is-opening>.btn{opacity:0;transition:opacity .45s ease}@media (max-width: 560px){.cabinet--closed .cabinet-cavity{min-height:260px}.door-handle{height:46px}}@media (prefers-reduced-motion: reduce){.door:after{display:none}}.counter{max-width:620px;margin:0 auto;padding:2.4rem 2.2rem;background:var(--paper);border-radius:var(--radius);border:1px solid rgba(42,34,47,.1);border-top:4px solid var(--rose-mid);box-shadow:0 18px 40px -28px #46323c73}.counter-title{font-family:var(--font-display);font-weight:400;font-size:1.6rem;line-height:1.4;color:var(--rose-deep);margin:0 0 1.8rem;text-align:center}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field{display:block;margin-bottom:1.3rem}.field-label{display:block;font-size:.76rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sky-deep);margin-bottom:.5rem}.field-hint{display:block;margin-top:.45rem;font-size:.82rem;font-weight:500;color:var(--ink-mid)}.counter input[type=text],.counter select{width:100%;padding:.75rem .9rem;font-family:var(--font-body);font-size:.95rem;font-weight:500;color:var(--ink);background:#fff;border:1.5px solid rgba(42,34,47,.2);border-radius:var(--radius);outline:none;transition:border-color .16s ease,box-shadow .16s ease;-moz-appearance:none;appearance:none;-webkit-appearance:none}.counter input[type=text]:focus,.counter select:focus{border-color:var(--rose-deep);box-shadow:0 0 0 3px #e087aa47}.counter select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23e087aa' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .9rem center;padding-right:2.2rem;cursor:pointer}.use-time{border:none;padding:0;margin:0 0 1.8rem}.use-time-options{display:flex;gap:.6rem}.use-time-option{display:inline-flex;align-items:center;gap:.55rem;padding:.65rem 1.2rem;border:1.5px solid rgba(42,34,47,.2);border-radius:var(--radius);background:#fff;font-size:.92rem;font-weight:600;color:var(--ink-mid);cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .16s ease,background .16s ease,color .16s ease}.use-time-option:hover{border-color:var(--rose-mid)}.use-time-option input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;flex:0 0 18px;margin:0;border:1.5px solid rgba(42,34,47,.35);border-radius:4px;background:#fff;cursor:pointer;display:grid;place-content:center;transition:background .16s ease,border-color .16s ease}.use-time-option input[type=checkbox]:after{content:"";width:9px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translate(1px,-1px) scale(0);transition:transform .14s ease}.use-time-option input[type=checkbox]:checked{background:var(--rose-deep);border-color:var(--rose-deep)}.use-time-option input[type=checkbox]:checked:after{transform:rotate(-45deg) translate(1px,-1px) scale(1)}.use-time-option:has(input:checked){border-color:var(--rose-deep);background:var(--rose-pale);color:var(--ink)}.use-time-option input[type=checkbox]:focus-visible{outline:2px solid var(--rose-ink);outline-offset:2px}.counter .btn{display:block;width:100%}@media (max-width: 560px){.counter{padding:1.8rem 1.2rem}.field-row{grid-template-columns:1fr;gap:0}}:root{--wall: #fdf3f5;--wall-blue: #eef4fc;--wall-butter: #fdf8e6;--grout-line: rgba(122, 92, 126, .16);--grout-light: rgba(255, 255, 255, .85);--rose-pale: #fde6ee;--rose: #f9ccdd;--rose-mid: #f2a8c6;--rose-deep: #e087aa;--rose-ink: #6b2743;--sky: #cfe2f4;--sky-mid: #8fb8dd;--sky-deep: #35648f;--butter: #fbe9a8;--butter-mid: #f2d271;--butter-deep: #96700c;--oak: #d3a26c;--oak-mid: #b8874f;--oak-dark: #825c30;--oak-light: #ecc79a;--mirror-1: #f2f7fc;--mirror-2: #cadcee;--mirror-3: #e3eef8;--cavity: #453a4d;--cavity-deep: #2c2433;--ink: #2a222f;--ink-mid: #574c60;--ink-soft: #6d6178;--paper: #fffaf6;--brass: #d8b463;--alert: #a8402f;--font-display: "Pacifico", cursive;--font-body: "Manrope", system-ui, sans-serif;--tile-size: 60px;--radius: 5px}*,*:before,*:after{box-sizing:border-box}body,html{margin:0;min-height:100%;font-family:var(--font-body);color:var(--ink);-webkit-font-smoothing:antialiased;overflow-x:hidden;background-color:var(--wall);background-image:linear-gradient(var(--grout-light) 2px,transparent 2px),linear-gradient(90deg,var(--grout-light) 2px,transparent 2px),linear-gradient(var(--grout-line) 2px,transparent 2px),linear-gradient(90deg,var(--grout-line) 2px,transparent 2px),linear-gradient(165deg,#fbe2ec,#e4edfb 46%,#fcf3d8);background-size:var(--tile-size) var(--tile-size),var(--tile-size) var(--tile-size),var(--tile-size) var(--tile-size),var(--tile-size) var(--tile-size),100% 100%;background-position:0 2px,2px 0,0 0,0 0,0 0;background-attachment:fixed}.app{max-width:940px;margin:0 auto;padding:3.5rem 1.25rem 5rem}.app,.landing,.counter{position:relative;z-index:1}.app-header{text-align:center;margin-bottom:1.5rem}.app-title{font-family:var(--font-display);font-weight:400;font-size:clamp(2.3rem,6vw,3.4rem);line-height:1.25;margin:0;color:var(--rose-deep);text-shadow:0 2px 0 rgba(255,255,255,.95),0 5px 16px rgba(224,135,170,.35)}.app-sub{font-size:1rem;font-weight:500;color:var(--ink-mid);margin:.5rem 0 0}.disclaimer{position:relative;max-width:540px;margin:0 auto 3rem;padding:1.05rem 1.6rem;text-align:center;font-size:.88rem;font-weight:500;line-height:1.7;color:var(--rose-ink);background:var(--rose-pale);border:2px solid var(--rose);border-radius:26px;box-shadow:0 6px 18px -10px #e087aa99}.disclaimer:before,.disclaimer:after{content:"";position:absolute;left:50%;border:2px solid var(--rose);border-radius:50%;background:var(--rose-pale)}.disclaimer:before{width:14px;height:14px;bottom:-10px;transform:translate(-22px)}.disclaimer:after{width:8px;height:8px;bottom:-21px;transform:translate(-34px)}.disclaimer-icon{margin-right:.4rem;font-size:1rem}.cabinet{position:relative;border-radius:7px;padding:14px;background:linear-gradient(160deg,var(--oak-light),var(--oak) 40%,var(--oak-mid));box-shadow:0 1px #ffffff80 inset,0 26px 50px -22px #46323c73,0 4px 14px #46323c1f}.cabinet:after{content:"";position:absolute;left:6%;right:6%;bottom:-14px;height:14px;border-radius:0 0 40% 40%;background:#46323c24;filter:blur(7px)}.cabinet-cavity{position:relative;min-height:240px;border-radius:3px;background:linear-gradient(180deg,var(--cavity-deep),var(--cavity) 30%,var(--cavity-deep));box-shadow:0 14px 26px -8px #0009 inset,0 -6px 18px -6px #00000073 inset;overflow:hidden}.shelf-stack{--row-h: 182px;list-style:none;display:flex;flex-wrap:wrap;align-items:flex-end;margin:0;padding:22px 16px 0;background-image:repeating-linear-gradient(to bottom,transparent 0,transparent calc(var(--row-h) - 15px),var(--oak-light) calc(var(--row-h) - 15px),var(--oak) calc(var(--row-h) - 8px),var(--oak-dark) var(--row-h));background-position:0 22px}.bottle-slot{position:relative;width:25%;height:var(--row-h);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:17px;animation:settle .42s cubic-bezier(.22,1.2,.36,1)}@keyframes settle{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}.bottle{width:auto;height:104px;display:block}.bottle-body rect,.bottle-body path{fill:var(--glass);opacity:.94}.bottle-body .bottle-cap{fill:var(--cap);opacity:1}.bottle-body path[stroke-width]{stroke:var(--cap)}.bottle-gloss{fill:#ffffff80}.bottle-shadow{fill:#00000061}.bottle-brand{margin-top:6px;max-width:96%;font-size:.62rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:#ffffff9e;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bottle-brand+.bottle-name{margin-top:1px}.bottle-name{margin-top:6px;max-width:96%;font-size:.79rem;font-weight:600;color:#fff;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bottle-meta{margin-top:2px;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--butter-mid)}.bottle-remove{position:absolute;top:6px;right:12%;width:24px;height:24px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:#1e1822c7;color:#fff;font-size:1rem;line-height:1;cursor:pointer;opacity:0;transition:opacity .16s ease,background .16s ease}.bottle-slot:hover .bottle-remove,.bottle-slot:focus-within .bottle-remove{opacity:1}.bottle-remove:hover{background:var(--rose-mid);border-color:var(--rose);color:var(--rose-ink)}.shelf-empty{margin:0;padding:5.5rem 2rem;text-align:center;color:#ffffffc7;font-size:.98rem;font-weight:500}.cabinet--open{perspective:1600px;margin-bottom:2.5rem}.cabinet--open .door{position:absolute;top:14px;bottom:14px;width:46%;pointer-events:none;transition:transform .9s cubic-bezier(.3,.9,.25,1)}.cabinet--open .door--left{left:14px;transform-origin:left center;transform:rotateY(-112deg)}.cabinet--open .door--right{right:14px;transform-origin:right center;transform:rotateY(112deg)}.btn{font-family:var(--font-body);font-size:.85rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.9rem 1.9rem;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;transition:background .18s ease,color .18s ease,transform .12s ease}.btn--primary{background:var(--rose-mid);color:var(--rose-ink);box-shadow:0 2px 0 var(--rose-deep)}.btn--primary:hover:not(:disabled){background:var(--rose)}.btn--primary:active{transform:translateY(1px);box-shadow:none}.btn--primary:disabled{opacity:.6;cursor:progress}.btn--quiet{background:var(--sky);color:var(--sky-deep);border-color:var(--sky-mid)}.btn--quiet:hover{background:var(--sky-mid);color:#fff}.btn:focus-visible{outline:2px solid var(--rose-ink);outline-offset:3px}.shelf-actions{display:flex;gap:.7rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.btn--link{margin-top:1rem;padding:.4rem .8rem;background:none;border:none;font-family:var(--font-body);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--sky-deep);cursor:pointer;border-bottom:2px solid var(--sky)}.btn--link:hover{color:var(--rose-ink);border-bottom-color:var(--rose-mid)}.notice{max-width:580px;margin:1.3rem auto 0;text-align:center;font-size:.85rem;font-weight:500;line-height:1.6;color:var(--ink-mid)}.notice a{color:var(--rose-ink);font-weight:700;text-decoration:underline;text-underline-offset:3px}.notice--error{color:var(--alert);font-weight:600;border:1px solid rgba(168,64,47,.35);border-radius:var(--radius);padding:.8rem 1rem;background:#a8402f12}.readout{margin-top:3rem;padding:2.6rem 2.4rem;background:var(--paper);border-radius:var(--radius);border:1px solid rgba(42,34,47,.1);border-top:4px solid var(--butter-mid);box-shadow:0 18px 40px -26px #46323c73}.readout-title{font-family:var(--font-display);font-weight:400;font-size:1.9rem;line-height:1.35;color:var(--rose-deep);margin:0 0 1.8rem;text-align:center}.routine-cols{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}.routine-col{position:relative;overflow:hidden;padding:1.6rem 1.5rem 1.8rem;border-radius:20px;border:1.5px solid transparent}.routine-col--am{background:linear-gradient(170deg,#fff6d9,#fdfaf0 62%);border-color:var(--butter)}.routine-col--pm{background:linear-gradient(170deg,#e8eefc,#f6f4fd 62%);border-color:#d3ddf5}.routine-col h3{display:flex;align-items:center;gap:.5rem;margin:0 0 1.2rem;font-size:.8rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.routine-col--am h3{color:var(--butter-deep)}.routine-col--pm h3{color:var(--sky-deep)}.routine-icon{display:grid;place-content:center;width:28px;height:28px;border-radius:50%;font-size:.95rem;line-height:1;background:#fff;box-shadow:0 2px 6px -2px #46323c59}.routine-steps{position:relative;list-style:none;margin:0;padding:0}.routine-steps:before{content:"";position:absolute;top:12px;bottom:14px;left:12px;width:2.5px;border-radius:2px;background:currentColor;opacity:.22}.routine-col--am .routine-steps{color:var(--butter-mid)}.routine-col--pm .routine-steps{color:var(--sky-mid)}.routine-steps li{position:relative;display:flex;align-items:center;gap:.75rem;padding:.42rem 0}.step-badge{flex:0 0 26px;display:grid;place-content:center;width:26px;height:28px;font-size:.76rem;font-weight:800;color:#fff;border-radius:52% 52% 50% 50%/68% 68% 34% 34%;box-shadow:inset -1px -2px 5px #ffffff80,0 2px 5px -2px #46323c66}.routine-col--am .step-badge{background:linear-gradient(140deg,#f6d97a,#e0b03c)}.routine-col--pm .step-badge{background:linear-gradient(140deg,#a7cdf0,#6d9fd0)}.step-name{font-size:.95rem;font-weight:500;line-height:1.45;color:var(--ink)}.routine-none{margin:0;font-size:.9rem;font-weight:500;color:var(--ink-soft);font-style:italic}.routine-drops{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.drop{position:absolute;top:-14px;width:7px;height:9px;border-radius:50%/62% 62% 38% 38%;opacity:0;animation:drip 6s ease-in infinite}.routine-col--am .drop{background:#f0c85080}.routine-col--pm .drop{background:#8cb4e18c}.drop:after{content:"";position:absolute;top:18%;left:22%;width:32%;height:26%;border-radius:50%;background:#ffffffd9}.d1{left:12%;animation-delay:0s;animation-duration:6.5s}.d2{left:34%;animation-delay:1.7s;animation-duration:5.4s}.d3{left:58%;animation-delay:3.1s;animation-duration:7.2s}.d4{left:79%;animation-delay:.9s;animation-duration:6.1s}.d5{left:92%;animation-delay:4.3s;animation-duration:5.8s}@keyframes drip{0%{opacity:0;transform:translateY(0) scale(.5)}8%{opacity:.9;transform:translateY(6px) scale(1)}70%{opacity:.75}to{opacity:0;transform:translateY(240px) scaleY(1.5) scaleX(.75)}}.conflicts{margin-top:2.6rem;padding-top:1.8rem;border-top:1px dashed var(--rose)}.conflicts h3,.readout-sub{display:flex;align-items:center;gap:.5rem;color:var(--rose-ink)}.section-icon{display:grid;place-content:center;width:26px;height:26px;border-radius:50%;font-size:.85rem;line-height:1;background:var(--rose-pale);border:1.5px solid var(--rose)}.conflicts ul{list-style:none;margin:0;padding:0}.conflicts li{position:relative;display:flex;gap:.9rem;overflow:hidden;padding:1.1rem 1.3rem;margin-bottom:.7rem;border-radius:18px;background:linear-gradient(165deg,var(--rose-pale),#fff8fa 70%);border:1.5px solid var(--rose);box-shadow:0 6px 16px -12px #e087aacc;animation:riseIn .5s ease-out both;transition:transform .2s ease,box-shadow .2s ease}.conflicts li:hover{transform:translateY(-2px);box-shadow:0 12px 22px -14px #e087aae6}.conflicts li:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120px 60px at 20% 30%,rgba(255,255,255,.75),transparent 70%);opacity:.65;pointer-events:none;animation:fog 9s ease-in-out infinite alternate}@keyframes fog{0%{transform:translate(-10%,4%) scale(1)}to{transform:translate(35%,-6%) scale(1.25)}}@keyframes riseIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.conflict-mark{position:relative;z-index:1;flex:0 0 30px;display:grid;place-content:center;width:30px;height:30px;border-radius:50%;font-size:.95rem;font-weight:800;color:#fff;background:radial-gradient(circle at 34% 30%,#f9d3e1,var(--rose-mid) 55%,var(--rose-deep));box-shadow:inset -2px -3px 6px #ffffff80,0 3px 8px -3px #e087aae6;animation:bob 3.4s ease-in-out infinite}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.conflict-body{position:relative;z-index:1}.conflict-pair{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin:0 0 .35rem}.pair-name{font-size:.92rem;font-weight:700;color:var(--ink)}.pair-plus{margin-left:.4rem;font-size:.8rem;font-weight:800;color:var(--rose-deep)}.conflict-reason{margin:0;font-size:.9rem;line-height:1.65;color:var(--ink-mid)}.readout-sub{margin-top:2.6rem}.readout-products{list-style:none;margin:0 0 2rem;padding:0;display:grid;gap:.7rem}.readout-products li{position:relative;display:flex;align-items:flex-start;gap:1.1rem;overflow:hidden;padding:1.2rem 1.4rem;border-radius:18px;background:#fff;border:1.5px solid rgba(42,34,47,.09);box-shadow:0 6px 16px -14px #46323ce6;animation:riseIn .5s ease-out both;transition:transform .2s ease,border-color .2s ease}.readout-products li:hover{transform:translateY(-2px);border-color:var(--rose)}.readout-products li:before{content:"";position:absolute;top:-60%;left:-70%;width:40%;height:220%;background:linear-gradient(90deg,transparent,rgba(242,168,198,.28),transparent);transform:skew(-18deg);transition:left .7s ease;pointer-events:none}.readout-products li:hover:before{left:130%}.product-art{flex:0 0 56px;display:grid;place-content:center;height:74px;border-radius:12px;background:linear-gradient(170deg,var(--rose-pale),#eef4fc);border:1px solid rgba(42,34,47,.07)}.product-art .bottle{height:58px}.product-body{flex:1}.product-brand{display:block;font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--rose-deep);margin-bottom:.15rem}.readout-products strong{display:block;font-size:1rem;color:var(--ink);margin-bottom:.3rem}.readout-products p{margin:0 0 .7rem;font-size:.92rem;line-height:1.65;color:var(--ink-mid)}.tag-row{display:flex;flex-wrap:wrap;gap:.4rem}.tag{padding:.24rem .7rem;border-radius:999px;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tag--am{background:var(--butter);color:var(--butter-deep)}.tag--pm{background:#dbe6f8;color:var(--sky-deep)}.tag--freq{background:var(--rose-pale);color:var(--rose-ink)}.bubbles{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.bubble{position:absolute;bottom:-180px;border-radius:50%;animation:drift linear infinite}.bubble:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.8) 0%,rgba(255,255,255,.25) 22%,transparent 44%)}.bubble:after{content:"";position:absolute;bottom:14%;left:50%;width:34%;height:8%;transform:translate(-50%);border-radius:50%;background:#ffffff73;filter:blur(2px)}.bubble.rose{background:radial-gradient(circle at 40% 38%,#ffcddee6,#f696b9b8 46%,#d85a8a6b);border:2px solid rgba(232,143,176,.62);box-shadow:0 0 18px #e88fb047}.bubble.peach{background:radial-gradient(circle at 40% 38%,#ffe2cae6,#ffc298b8 46%,#ee985866);border:2px solid rgba(248,178,126,.62);box-shadow:0 0 18px #f8b27e42}.bubble.butter{background:radial-gradient(circle at 40% 38%,#fff6c4e6,#fae07ab8 46%,#e2be3c61);border:2px solid rgba(242,210,113,.62);box-shadow:0 0 18px #f2d2713d}.bubble.mint{background:radial-gradient(circle at 40% 38%,#cef3e3e6,#96dbbeb8 46%,#58b89261);border:2px solid rgba(140,214,183,.62);box-shadow:0 0 18px #8cd6b73d}.bubble.lav{background:radial-gradient(circle at 40% 38%,#e8d8fae6,#c7aaeeb8 46%,#9d72d661);border:2px solid rgba(190,155,232,.62);box-shadow:0 0 18px #be9be83d}.bubble.sky{background:radial-gradient(circle at 40% 38%,#cde9fde6,#8fc5eeb8 46%,#4a99d561);border:2px solid rgba(143,184,221,.62);box-shadow:0 0 18px #8fb8dd42}@keyframes drift{0%{transform:translate(0) scale(.94);opacity:0}10%{opacity:.9}50%{transform:translate(20px,-55vh) scale(1)}88%{opacity:.8}to{transform:translate(-10px,-122vh) scale(1.04);opacity:0}}.b1{width:84px;height:84px;left:4%;animation-duration:25s;animation-delay:-4s}.b2{width:38px;height:38px;left:13%;animation-duration:18s;animation-delay:-11s}.b3{width:112px;height:112px;left:23%;animation-duration:32s;animation-delay:-2s}.b4{width:30px;height:30px;left:36%;animation-duration:16s;animation-delay:-8s}.b5{width:66px;height:66px;left:47%;animation-duration:27s;animation-delay:-16s}.b6{width:48px;height:48px;left:57%;animation-duration:21s;animation-delay:-6s}.b7{width:94px;height:94px;left:67%;animation-duration:30s;animation-delay:-13s}.b8{width:24px;height:24px;left:78%;animation-duration:15s;animation-delay:-3s}.b9{width:60px;height:60px;left:88%;animation-duration:23s;animation-delay:-9s}.b10{width:42px;height:42px;left:31%;animation-duration:19s;animation-delay:-15s}.b11{width:76px;height:76px;left:72%;animation-duration:29s;animation-delay:-7s}.b12{width:34px;height:34px;left:52%;animation-duration:17s;animation-delay:-1s}.app,.landing{position:relative;z-index:1}@media (max-width: 860px){.shelf-stack{--row-h: 172px}.bottle-slot{width:33.333%}.bottle{height:98px}}@media (max-width: 560px){.app{padding:2.5rem .9rem 3.5rem}.shelf-stack{--row-h: 158px;padding:18px 8px 0}.bottle-slot{width:50%}.bottle{height:86px}.bottle-name{font-size:.74rem}.routine-cols{grid-template-columns:1fr;gap:1.6rem}.readout{padding:1.8rem 1.3rem}.shelf-actions .btn{width:100%}}@media (prefers-reduced-motion: reduce){.bubbles{display:none}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}html{scrollbar-width:thin;scrollbar-color:var(--rose-mid) var(--rose-pale)}::-webkit-scrollbar{width:13px;height:13px}::-webkit-scrollbar-track{background:var(--rose-pale);border-left:1px solid rgba(122,92,126,.12)}::-webkit-scrollbar-thumb{border-radius:999px;border:3px solid var(--rose-pale);background:linear-gradient(180deg,var(--rose),var(--rose-mid) 55%,var(--rose-deep));box-shadow:inset 0 1px #ffffffb3}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--rose-mid),var(--rose-deep))}::-webkit-scrollbar-corner{background:var(--rose-pale)}body{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M2 1 L2 28.5 L9.5 21.4 L14.4 31.4 L19.2 29.1 L14.4 19.4 L24.6 18.8 Z' fill='%23f2a8c6' stroke='%23ffffff' stroke-width='2.2' stroke-linejoin='round'/%3E%3Cpath d='M5.6 7 L5.6 21 L9.5 17.4 Z' fill='%23ffffff' fill-opacity='0.6'/%3E%3C/svg%3E") 2 1,auto}button,a,select,summary,label,label.use-time-option,.btn,.bottle-remove,.cabinet-doors,input[type=checkbox]{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='13' fill='%23f6c3d8'/%3E%3Ccircle cx='16' cy='16' r='13' fill='none' stroke='%23ffffff' stroke-width='2.6'/%3E%3Ccircle cx='16' cy='16' r='10.5' fill='none' stroke='%23a7cdf0' stroke-width='2'/%3E%3Ccircle cx='11' cy='11' r='3.6' fill='%23ffffff'/%3E%3Ccircle cx='21' cy='20' r='1.8' fill='%23ffffff'/%3E%3Cellipse cx='16' cy='23.5' rx='4.2' ry='1.4' fill='%23ffffff'/%3E%3C/svg%3E") 16 16,pointer}input[type=text],input[type=email],input[type=password],textarea{cursor:text}button:disabled{cursor:progress}.cursor-trail{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9999}.trail-bubble{position:fixed;border-radius:50%;border:1px solid rgba(255,255,255,.8);box-shadow:inset 0 0 5px #ffffffb3;animation:trailPop 1.05s ease-out forwards}.trail-bubble.rose{background:#f2a8c68c}.trail-bubble.peach{background:#ffc29880}.trail-bubble.butter{background:#fae07a80}.trail-bubble.mint{background:#96dbbe80}.trail-bubble.lav{background:#c7aaee80}.trail-bubble.sky{background:#8fc5ee8c}@keyframes trailPop{0%{opacity:.9;transform:translate(0) scale(.5)}35%{opacity:.8;transform:translate(calc(var(--drift) * .4),-10px) scale(1)}to{opacity:0;transform:translate(var(--drift),-34px) scale(.75)}}@media (prefers-reduced-motion: reduce){.cursor-trail{display:none}}.signature{margin-top:3.5rem;text-align:center}.signature-note{max-width:540px;margin:0 auto 1.2rem;font-size:.84rem;font-weight:500;line-height:1.6;color:var(--ink-soft)}.signature-plaque{position:relative;display:inline-flex;align-items:center;gap:.65rem;padding:.85rem 1.7rem;border-radius:999px;background:linear-gradient(140deg,var(--rose-pale),#eef4fc 55%,#fdf6dd);border:2px dashed var(--rose);box-shadow:0 8px 22px -16px #e087aae6}.signature-text{font-size:.88rem;font-weight:600;color:var(--ink-mid)}.signature-text a{color:var(--rose-ink);font-weight:800;text-decoration:none;border-bottom:2px solid var(--rose-mid);transition:border-color .18s ease,color .18s ease}.signature-text a:hover{color:var(--rose-deep);border-bottom-color:var(--rose-deep)}.signature-heart{color:var(--rose-deep);animation:heartbeat 2.6s ease-in-out infinite;display:inline-block}@keyframes heartbeat{0%,70%,to{transform:scale(1)}35%{transform:scale(1.25)}}.planet-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.planet-mark{width:40px;height:32px;flex:0 0 40px;overflow:visible;animation:hover 5s ease-in-out infinite}@keyframes hover{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.planet-body{fill:var(--rose-mid)}.planet-shine{fill:#ffffffd9}.planet-crater{fill:#6b27432e}.planet-ring{fill:none;stroke:var(--sky-mid);stroke-width:2}.planet-ring--front{stroke:var(--butter-mid);stroke-width:2;stroke-dasharray:26 100;stroke-dashoffset:8}.star{position:absolute;width:8px;height:8px;background:var(--butter-mid);clip-path:polygon(50% 0%,60% 40%,100% 50%,60% 60%,50% 100%,40% 60%,0% 50%,40% 40%);animation:twinkle 3s ease-in-out infinite}.s1{top:-3px;left:-3px;width:9px;height:9px;animation-delay:0s}.s2{top:1px;right:-1px;width:6px;height:6px;background:var(--rose-mid);animation-delay:.9s}.s3{bottom:-1px;right:5px;width:7px;height:7px;background:var(--sky-mid);animation-delay:1.7s}@keyframes twinkle{0%,to{opacity:.25;transform:scale(.7) rotate(0)}50%{opacity:1;transform:scale(1.1) rotate(20deg)}}@media (max-width: 560px){.signature-plaque{flex-wrap:wrap;justify-content:center;padding:1rem 1.3rem}}@media (prefers-reduced-motion: reduce){.star,.signature-heart,.planet-mark{animation:none}}@media (max-width: 320px){:root{--tile-size: 34px}.app{padding:1.5rem .55rem 2.5rem}.app-title{font-size:1.85rem}.app-sub{font-size:.82rem}.disclaimer{padding:.8rem .9rem;font-size:.76rem;line-height:1.55;border-radius:18px}.cabinet{padding:7px;border-radius:5px}.cabinet-cavity{min-height:150px}.shelf-stack{--row-h: 124px;padding:10px 2px 0}.bottle-slot{width:50%;padding-bottom:12px}.bottle{height:62px}.bottle-name{font-size:.6rem;margin-top:3px}.bottle-brand{font-size:.5rem;letter-spacing:.05em;margin-top:3px}.bottle-meta{font-size:.53rem;letter-spacing:.05em}.bottle-remove{width:20px;height:20px;font-size:.8rem;right:4%}.btn{font-size:.7rem;padding:.7rem .9rem;letter-spacing:.02em}.shelf-actions{gap:.45rem}.counter{padding:1.2rem .75rem}.counter-title{font-size:1.15rem}.use-time-options{flex-direction:column;gap:.45rem}.use-time-option{width:100%}.readout{padding:1.2rem .75rem}.readout-title{font-size:1.3rem}.routine-col{padding:1rem .8rem 1.2rem;border-radius:14px}.step-name{font-size:.85rem}.readout-products li{flex-direction:column;gap:.7rem;padding:.9rem}.product-art{flex:0 0 auto;width:46px;height:58px}.product-art .bottle{height:44px}.conflicts li{padding:.85rem .8rem;gap:.6rem}.conflict-mark{flex-basis:24px;width:24px;height:24px;font-size:.8rem}.signature-plaque{padding:.8rem 1rem;gap:.4rem}.signature-text{font-size:.76rem}.planet-mark{width:30px;flex-basis:30px;height:24px}.landing{padding:1.5rem .6rem;gap:.9rem}.landing-title{font-size:1.9rem}.landing-eyebrow{font-size:.62rem;letter-spacing:.1em}.landing-note{font-size:.78rem}.cabinet--closed{width:96vw}.cabinet--closed .cabinet-cavity{min-height:180px}.door-handle{height:34px;width:6px}}@media (min-width: 321px) and (max-width: 380px){:root{--tile-size: 40px}.app{padding:1.9rem .7rem 3rem}.app-title{font-size:2.1rem}.disclaimer{padding:.9rem 1.1rem;font-size:.8rem}.cabinet{padding:9px}.shelf-stack{--row-h: 138px;padding:12px 4px 0}.bottle-slot{width:50%;padding-bottom:13px}.bottle{height:72px}.bottle-name{font-size:.66rem}.bottle-meta{font-size:.57rem}.btn{font-size:.75rem;padding:.78rem 1.1rem}.counter{padding:1.5rem 1rem}.counter-title{font-size:1.3rem}.use-time-options{flex-direction:column;gap:.5rem}.use-time-option{width:100%}.readout{padding:1.5rem 1rem}.readout-title{font-size:1.5rem}.routine-col{padding:1.2rem 1rem 1.4rem}.readout-products li{flex-direction:column;gap:.8rem}.product-art{flex:0 0 auto;width:50px;height:64px}.product-art .bottle{height:50px}.landing-title{font-size:2.2rem}.cabinet--closed .cabinet-cavity{min-height:210px}.door-handle{height:40px}}@media (min-width: 381px) and (max-width: 480px){:root{--tile-size: 46px}.app{padding:2.2rem .85rem 3.2rem}.shelf-stack{--row-h: 152px;padding:16px 6px 0}.bottle-slot{width:50%}.bottle{height:84px}.bottle-name{font-size:.72rem}.counter{padding:1.7rem 1.15rem}.field-row{grid-template-columns:1fr;gap:0}.readout{padding:1.7rem 1.2rem}.routine-cols{grid-template-columns:1fr;gap:1.1rem}.product-art{flex-basis:48px;height:66px}.product-art .bottle{height:50px}.cabinet--closed .cabinet-cavity{min-height:240px}}@media (min-width: 481px) and (max-width: 600px){:root{--tile-size: 52px}.app{padding:2.6rem 1rem 3.5rem}.shelf-stack{--row-h: 164px;padding:18px 10px 0}.bottle-slot{width:33.333%}.bottle{height:90px}.bottle-name{font-size:.74rem}.field-row{grid-template-columns:1fr;gap:0}.routine-cols{grid-template-columns:1fr;gap:1.2rem}}@media (min-width: 601px) and (max-width: 767px){.app{padding:3rem 1.2rem 4rem}.shelf-stack{--row-h: 170px}.bottle-slot{width:33.333%}.bottle{height:96px}.routine-cols{grid-template-columns:1fr 1fr;gap:1rem}.routine-col{padding:1.3rem 1.1rem 1.5rem}.step-name{font-size:.88rem}}@media (min-width: 768px) and (max-width: 899px){.app{max-width:720px;padding:3.2rem 1.4rem 4.5rem}.shelf-stack{--row-h: 176px}.bottle-slot{width:33.333%}.bottle{height:100px}.counter{max-width:100%}}@media (min-width: 900px) and (max-width: 1024px){.app{max-width:860px}.shelf-stack{--row-h: 180px}.bottle-slot{width:25%}.bottle{height:102px}}@media (min-width: 1025px) and (max-width: 1279px){.app{max-width:940px}.bottle-slot{width:25%}}@media (min-width: 1280px) and (max-width: 1439px){:root{--tile-size: 66px}.app{max-width:1040px;padding-top:4rem}.shelf-stack{--row-h: 192px}.bottle{height:112px}}@media (min-width: 1440px) and (max-width: 1919px){:root{--tile-size: 74px}.app{max-width:1180px;padding:4.5rem 2rem 6rem}.app-title{font-size:3.6rem}.app-sub{font-size:1.05rem}.disclaimer{max-width:620px;font-size:.92rem}.shelf-stack{--row-h: 206px;padding:26px 22px 0}.bottle-slot{width:20%}.bottle{height:120px}.bottle-name{font-size:.84rem}.counter{max-width:700px;padding:2.8rem 2.6rem}.readout{padding:3rem 2.8rem}.routine-cols{gap:1.8rem}}@media (min-width: 1920px) and (max-width: 2559px){:root{--tile-size: 88px;--radius: 6px}.app{max-width:1420px;padding:5.5rem 2.5rem 7rem}.app-title{font-size:4.2rem}.app-sub{font-size:1.15rem}.disclaimer{max-width:720px;font-size:1rem;padding:1.2rem 2rem}.cabinet{padding:18px;border-radius:9px}.shelf-stack{--row-h: 232px;padding:30px 26px 0}.bottle-slot{width:20%;padding-bottom:20px}.bottle{height:138px}.bottle-name{font-size:.92rem}.bottle-brand{font-size:.74rem}.bottle-meta{font-size:.76rem}.btn{font-size:.92rem;padding:1rem 2.2rem}.counter{max-width:780px;padding:3rem}.counter-title{font-size:1.9rem}.counter input[type=text],.counter select{font-size:1.02rem;padding:.85rem 1rem}.readout{max-width:1180px;margin-left:auto;margin-right:auto;padding:3.4rem 3.2rem}.readout-title{font-size:2.3rem}.step-name{font-size:1.05rem}.conflict-reason,.readout-products p{font-size:1rem}.landing-title{font-size:5rem}.cabinet--closed{width:640px}.cabinet--closed .cabinet-cavity{min-height:400px}.door-handle{height:78px;width:10px}}@media (min-width: 2560px) and (max-width: 3439px){:root{--tile-size: 110px;--radius: 8px}.app{max-width:1760px;padding:7rem 3rem 9rem}.app-title{font-size:5.2rem}.app-sub{font-size:1.35rem}.disclaimer{max-width:900px;font-size:1.15rem;padding:1.5rem 2.4rem;border-radius:34px}.cabinet{padding:24px;border-radius:12px}.shelf-stack{--row-h: 292px;padding:40px 34px 0}.bottle-slot{width:16.666%;padding-bottom:26px}.bottle{height:176px}.bottle-name{font-size:1.08rem}.bottle-brand{font-size:.86rem}.bottle-meta{font-size:.88rem}.bottle-remove{width:32px;height:32px;font-size:1.3rem}.btn{font-size:1.05rem;padding:1.2rem 2.8rem}.counter{max-width:900px;padding:3.6rem}.counter-title{font-size:2.2rem}.counter input[type=text],.counter select{font-size:1.15rem;padding:1rem 1.2rem}.field-label{font-size:.88rem}.readout{max-width:1440px;margin-left:auto;margin-right:auto;padding:4rem 3.8rem}.readout-title{font-size:2.8rem}.step-name{font-size:1.2rem}.step-badge{width:34px;height:36px;flex-basis:34px;font-size:.95rem}.conflict-reason,.readout-products p{font-size:1.12rem}.readout-products strong{font-size:1.2rem}.product-art{flex-basis:76px;height:100px}.product-art .bottle{height:80px}.signature-text{font-size:1.1rem}.planet-mark{width:54px;flex-basis:54px;height:44px}.landing-title{font-size:6rem}.landing-note{max-width:520px;font-size:1.1rem}.cabinet--closed{width:780px}.cabinet--closed .cabinet-cavity{min-height:480px}.door-handle{height:96px;width:12px}}@media (min-width: 3440px){:root{--tile-size: 140px;--radius: 10px}.app{max-width:2200px;padding:9rem 4rem 11rem}.app-title{font-size:6.5rem}.app-sub{font-size:1.6rem}.disclaimer{max-width:1100px;font-size:1.35rem;padding:1.8rem 3rem;border-radius:44px}.cabinet{padding:30px;border-radius:14px}.shelf-stack{--row-h: 360px;padding:50px 44px 0}.bottle-slot{width:12.5%;padding-bottom:32px}.bottle{height:220px}.bottle-name{font-size:1.25rem}.bottle-brand,.bottle-meta{font-size:1rem}.btn{font-size:1.25rem;padding:1.5rem 3.4rem}.counter{max-width:1100px;padding:4.5rem}.counter-title{font-size:2.8rem}.counter input[type=text],.counter select{font-size:1.35rem;padding:1.2rem 1.4rem}.readout{max-width:1800px;margin-left:auto;margin-right:auto;padding:5rem 4.5rem}.readout-title{font-size:3.4rem}.step-name{font-size:1.4rem}.step-badge{width:42px;height:46px;flex-basis:42px;font-size:1.15rem}.conflict-reason,.readout-products p{font-size:1.3rem}.product-art{flex-basis:96px;height:128px}.product-art .bottle{height:104px}.landing-title{font-size:7.5rem}.cabinet--closed{width:980px}.cabinet--closed .cabinet-cavity{min-height:600px}.door-handle{height:120px;width:14px}}@media (max-height: 500px) and (orientation: landscape){.landing{min-height:auto;padding:1.5rem 1rem 2.5rem;gap:.8rem}.landing-title{font-size:1.9rem}.landing-note{font-size:.8rem}.cabinet--closed{width:min(420px,70vw)}.cabinet--closed .cabinet-cavity{min-height:170px}.door-handle{height:34px}.app{padding-top:1.5rem}.shelf-stack{--row-h: 146px}.bottle{height:80px}}@supports (height: 100dvh){.landing{min-height:100dvh}@media (max-height: 500px) and (orientation: landscape){.landing{min-height:auto}}}@media (hover: none){.bottle-remove{opacity:1}.conflicts li:hover,.readout-products li:hover{transform:none}.readout-products li:hover:before{left:-70%}body,button,a,select,summary,label,.btn,.bottle-remove,.cabinet-doors,input[type=checkbox]{cursor:auto}button,a,select,summary,.btn,.bottle-remove,.cabinet-doors{cursor:pointer}}@media (pointer: coarse){.bottle-remove{width:30px;height:30px;font-size:1.15rem}.btn,.btn--link{min-height:44px}.use-time-option{min-height:46px}}@media (max-height: 620px) and (min-width: 601px){.cabinet--closed .cabinet-cavity{min-height:220px}.landing{padding-top:1.5rem;padding-bottom:2rem}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){:root{--grout-light: rgba(255, 255, 255, .92)}}@media print{.bubbles,.cursor-trail,.routine-drops,.shelf-actions,.counter,.btn{display:none!important}body,html{background:#fff}.readout{box-shadow:none;border:1px solid #999}.app{max-width:100%;padding:0}}
