.favorite-recipe-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:10px 15px;border:1px solid var(--line);border-radius:24px;background:#fffaf1;color:var(--espresso);font:inherit;font-size:12px}.favorite-recipe-button.is-favorite{background:#eee2d2;border-color:#b79a78}.favorite-recipe-button:hover{border-color:#967958}.favorite-recipe-button:focus-visible,.favorite-carousel-controls button:focus-visible{outline:2px solid #745334;outline-offset:3px}.home-screen .home-drink-count-1{grid-template-columns:minmax(0,1fr);max-width:440px}.home-screen .home-drink-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.home-screen .drink-grid.home-drink-carousel{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - 34px) / 3);overflow-x:auto;gap:17px;padding:6px;margin:-6px;scroll-padding-inline:6px;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#bca88e transparent}.home-screen .home-drink-carousel .drink-card{scroll-snap-align:start}.home-favorite-marker{display:flex;align-items:center;gap:8px;color:#806449}.favorite-carousel-controls{display:flex;justify-content:flex-end;align-items:center;gap:9px;margin-top:13px}.favorite-carousel-controls span{font-size:11px;color:var(--muted);margin-right:3px}.favorite-carousel-controls button{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;color:#654b33;background:#fcf8ef}.favorite-carousel-controls button:disabled{opacity:.35;cursor:default}.home-screen .drink-card h3{overflow-wrap:anywhere}.home-screen .home-drink-kind-milk-coffee{background:#f1e6d8}.home-screen .home-drink-kind-milk-coffee .mini-coffee{background:radial-gradient(ellipse,#f7e6c6 30%,#d7b07e 38%,#b9844d 85%)}.home-screen .home-drink-kind-milk,.home-screen .home-drink-kind-water{background:#edf0e8;border-color:#dce0d4}.home-screen .home-drink-kind-milk .mini-coffee{background:#fff8e5}.home-screen .home-drink-kind-milk .mini-cup{background:linear-gradient(90deg,#dcd8c5,#fffbef 42%,#e8e5d5)}.home-screen .home-drink-kind-water .mini-cup{width:57px;height:64px;margin-top:13px;border-radius:4px 4px 13px 13px;border:2px solid #bfceca;background:linear-gradient(90deg,#acbebc70,#faffffb0 38%,#b1c4c170)}.home-screen .home-drink-kind-water .mini-coffee{background:#c7d9d3;border-color:#e9f0e9;border-width:3px}.home-screen .home-drink-kind-water .mini-handle{border-color:#c9d5cb}.home-screen .home-drink-kind-water .mini-saucer{background:#dce2d4;width:84px}.home-screen .home-drink-kind-travel{background:#e8e9de;border-color:#d9dbcd}.home-screen .home-drink-kind-travel .mini-cup{width:55px;height:70px;margin-top:7px;border-radius:5px 5px 12px 12px;background:linear-gradient(90deg,#787b62,#a0a38a 45%,#7f8368)}.home-screen .home-drink-kind-travel .mini-coffee{top:-5px;left:-4px;right:-4px;height:11px;border:0;border-radius:5px;background:#4e5144}.home-screen .home-drink-kind-travel .mini-cup:after{content:"";position:absolute;top:22px;left:0;right:0;height:25px;background:#d6c4a3}.home-screen .home-drink-kind-travel .mini-handle,.home-screen .home-drink-kind-travel .mini-saucer{display:none}@media(max-width:600px){.home-screen .drink-grid.home-drink-count-1,.home-screen .drink-grid.home-drink-count-2,.home-screen .drink-grid.home-drink-carousel{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:100%;gap:12px;max-width:none;scrollbar-width:none}.home-screen .home-drink-carousel::-webkit-scrollbar{display:none}.favorite-carousel-controls{display:none}.home-screen .home-drink-kind-water .mini-cup{height:58px;margin-top:9px}.home-screen .home-drink-kind-travel .mini-cup{height:62px;margin-top:5px}}.form-modal{color:var(--espresso);background:var(--paper);width:min(640px,calc(100% - 48px));max-width:none;max-height:min(90dvh,920px);padding:0;margin:auto;border:1px solid var(--line);border-radius:22px;box-shadow:0 24px 100px #21180e38;overflow:hidden}.form-modal[open]{display:flex;flex-direction:column;animation:modal-appear .18s ease-out}.form-modal::backdrop{background:#241c15a6;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.form-modal-header{display:flex;align-items:flex-start;gap:16px;padding:28px 28px 22px;flex-shrink:0;border-bottom:1px solid var(--line)}.form-modal-header>div{flex:1;min-width:0}.form-modal-header h2{font-size:34px;line-height:1.1;margin:5px 0 0;overflow-wrap:anywhere}.form-modal-header h2:focus{outline:none}.form-modal-header p{margin:10px 0 0;font-size:13px;line-height:1.6;color:var(--muted)}.form-modal-close{width:44px;height:44px;flex-shrink:0;border:1px solid var(--line);border-radius:50%;background:var(--cream);display:grid;place-items:center}.form-modal-close:hover{background:#ece3d5}.form-modal-body{padding:24px 28px 28px;overflow-y:auto;overscroll-behavior:contain;min-height:0}.form-modal-handle{display:none}@keyframes modal-appear{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes sheet-appear{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(max-width:600px){.form-modal{width:100%;max-height:calc(100dvh - 24px);margin:auto 0 0;border-radius:24px 24px 0 0;border-bottom:0}.form-modal[open]{animation:sheet-appear .24s cubic-bezier(.2,.7,.2,1)}.form-modal-handle{display:block;width:38px;height:4px;border-radius:4px;background:#d6c8b7;margin:12px auto 0;flex-shrink:0}.form-modal-header{padding:14px 20px 18px;gap:10px}.form-modal-header h2{font-size:30px}.form-modal-header p{font-size:12px}.form-modal-body{padding:22px 20px max(24px,env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){.form-modal[open]{animation:none}}.recipe-screen{max-width:980px;margin:0 auto;padding-bottom:24px}.recipe-back{display:inline-flex;align-items:center;gap:9px;border:0;background:transparent;padding:12px 0;min-height:44px;color:var(--muted);font:inherit;font-size:.85rem;cursor:pointer}.recipe-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:24px 0 30px}.recipe-hero-copy{min-width:0}.recipe-hero .page-heading{margin:9px 0 12px;font-size:clamp(2rem,7.5vw,3.6rem)}.recipe-description{color:var(--muted);line-height:1.6;margin:0 0 18px}.recipe-profile{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:600}.recipe-profile-dot{display:inline-block;width:10px;height:10px;border-radius:50%;border:1px solid #00000016}.recipe-profile-dot.profile-yellow{background:#dfb94a}.recipe-profile-dot.profile-blue{background:#506db0}.recipe-profile-dot.profile-green{background:#6c8868}.recipe-profile-dot.profile-pink{background:#d69daa}.recipe-profile-dot.profile-red{background:#bd675d}.recipe-profile-dot.profile-light-blue{background:#8fbecf}.recipe-cup{display:grid;place-items:center;flex-shrink:0;width:128px;height:128px;border-radius:50%;color:#7c563b;background:#eae0cf;outline:1px solid #e9dfd0;outline-offset:8px}.recipe-bean-strip{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;margin-bottom:24px;background:#eee7dc;border-radius:14px}.recipe-bean-strip .eyebrow{display:block;margin-bottom:7px;font-size:.62rem}.recipe-bean-strip strong{font-size:.9rem;font-weight:600}.recipe-bag-label{margin:7px 0 0;color:var(--muted);font-size:.77rem;line-height:1.5;overflow-wrap:anywhere}.recipe-bag-notice{display:flex;gap:11px;padding:16px 18px;margin:0 0 24px;background:#f0e3cc;border-radius:12px}.recipe-bag-notice svg{flex-shrink:0;margin-top:2px}.recipe-bag-notice p{margin:0;font-size:.8rem;line-height:1.65}.recipe-drink-selector{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 24px;font-size:.85rem;font-weight:600}.recipe-drink-selector select{min-height:46px;max-width:60%;border:1px solid var(--line);border-radius:9px;background:var(--paper);color:var(--espresso);padding:10px 34px 10px 13px;font:inherit}.recipe-bean-mark{font-size:32px;color:#8a7055;transform:rotate(-30deg)}.recipe-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.recipe-content-grid .card{padding:25px}.recipe-section-top{display:flex;justify-content:space-between;align-items:center;gap:10px;color:var(--muted);margin-bottom:19px}.recipe-section-top .eyebrow{font-size:.64rem;margin:0}.recipe-section-top .pill{font-size:.67rem}.recipe-screen h2{font-family:Georgia,Times New Roman,serif;font-size:1.4rem;font-weight:400;line-height:1.3;margin:0 0 17px}.recipe-setting-list{margin:0 0 18px}.recipe-setting-list>div{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:17px 0;border-bottom:1px solid var(--line)}.recipe-setting-list dt{font-size:.88rem;color:var(--muted)}.recipe-setting-list dd{margin:0;font-size:1.7rem;font-family:Georgia,Times New Roman,serif}.recipe-setting-list dd span{font-family:inherit;font-size:.9rem}.recipe-note{font-size:.85rem;line-height:1.7;margin:0}.recipe-source-note{display:flex;align-items:flex-start;gap:9px;margin-top:23px;padding-top:18px;border-top:1px solid var(--line);color:var(--muted)}.recipe-source-note svg,.recipe-machine-note svg{flex-shrink:0;margin-top:2px}.recipe-source-note p{margin:0;font-size:.74rem;line-height:1.6}.recipe-inputs{display:flex;gap:15px;margin:21px 0 17px}.recipe-field{display:flex;flex-direction:column;gap:9px;flex:1;min-width:0;font-size:.8rem;font-weight:600}.recipe-field input,.recipe-field textarea{width:100%;box-sizing:border-box;border:1px solid var(--line);border-radius:9px;background:var(--paper);color:var(--espresso);font:inherit;font-weight:400;min-height:48px;padding:12px 13px}.recipe-field input{font-size:1rem}.recipe-field textarea{line-height:1.6;resize:vertical}.recipe-field textarea::placeholder{color:var(--muted);opacity:.8}.recipe-field small{font-size:.7rem;font-weight:400;color:var(--muted);margin-left:5px}.recipe-save{width:100%;margin-top:18px}.recipe-visit-note{margin:10px 0 0;font-size:.7rem;line-height:1.6;text-align:left;color:var(--muted)}.recipe-feedback{margin:12px 0 0;font-size:.79rem;line-height:1.5;color:#4e684a}.recipe-feedback:empty{display:none}.recipe-saved-note{white-space:pre-wrap;overflow-wrap:anywhere;font-size:.9rem;line-height:1.6;margin:0}.recipe-record-date{font-size:.73rem;line-height:1.6;color:var(--muted);margin:15px 0 0}.recipe-programmed-action{margin-top:20px}.recipe-check{display:flex;align-items:flex-start;gap:10px;font-size:.8rem;line-height:1.6;padding:9px 0;cursor:pointer}.recipe-check input{width:20px;height:20px;flex-shrink:0;margin:3px 0 0;accent-color:var(--accent)}.recipe-programmed-action .button{margin-top:9px;width:100%}.recipe-programmed-action .button:disabled{opacity:.5;cursor:not-allowed}.recipe-machine-note{display:flex;gap:12px;padding:23px 4px;color:var(--muted)}.recipe-machine-note p{font-size:.78rem;line-height:1.7;margin:0}.recipe-machine-note strong{color:var(--espresso)}.recipe-guidance{padding:25px;margin-top:20px}.recipe-taste-options{display:flex;flex-wrap:wrap;gap:9px;margin:20px 0 16px}.recipe-taste-options button{border:1px solid var(--line);background:var(--paper);color:var(--espresso);border-radius:24px;padding:11px 17px;min-height:44px;font:inherit;font-size:.8rem;cursor:pointer}.recipe-taste-options button[aria-pressed=true]{color:var(--paper);background:var(--espresso);border-color:var(--espresso)}.recipe-taste-result{background:#eee7dc;padding:16px;border-radius:10px;font-size:.88rem;line-height:1.7;margin:0}.recipe-guidance-footnote{margin:17px 0 0;font-size:.74rem;line-height:1.7;color:var(--muted)}.recipe-guidance-footnote a{color:var(--accent);text-underline-offset:3px}@media(max-width:680px){.recipe-content-grid{grid-template-columns:1fr;gap:16px}.recipe-content-grid .card{padding:22px}.recipe-hero{margin:22px 0 26px;gap:15px}.recipe-cup{width:82px;height:82px;outline-offset:5px}.recipe-cup svg{width:44px;height:44px}.recipe-description{font-size:.87rem}.recipe-bean-strip{padding:16px 18px}.recipe-screen h2{font-size:1.3rem}}.recipe-inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px}.recipe-input-note{grid-column:1 / -1}.recipe-field select{width:100%;min-height:48px;border:1px solid var(--line);border-radius:9px;padding:12px;background:var(--paper);color:var(--espresso);font:inherit}.recipe-mode-field{margin-top:20px}.recipe-control-form{display:grid;gap:18px}.recipe-maestro{display:grid;gap:15px;padding:18px;margin:18px 0;border-radius:12px;background:#eee7dc}.recipe-preset-record{padding:16px;background:#eee7dc;border-radius:10px;line-height:1.6}.recipe-note-field{margin-top:18px}.recipe-setting-list dd{overflow-wrap:anywhere;text-align:right;min-width:0}.recipe-favorite-action{margin-top:16px}.recipe-control-actions{display:flex;flex-wrap:wrap;gap:10px}.recipe-control-actions .button{flex:1 1 auto;font-size:.78rem}.recipe-draft-note{background:#eee7dc;border-radius:9px;padding:12px 14px;margin:14px 0 0;color:var(--muted);font-size:.75rem;line-height:1.65}.recipe-control-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px}.recipe-control-choices .recipe-check{min-height:44px;align-items:center;padding:8px 10px;border:1px solid var(--line);border-radius:9px}.recipe-control-choices .recipe-check input{margin-top:0}@media(max-width:380px){.recipe-inputs,.recipe-control-choices{grid-template-columns:1fr}}.recipes-gallery-back{display:inline-flex;align-items:center;gap:9px;min-height:44px;margin-bottom:22px;font-size:12px;color:var(--muted);text-decoration:none}.recipes-gallery-back:hover{color:var(--espresso)}.recipes-gallery-header{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:32px}.recipes-gallery-header .page-heading{max-width:600px;margin-bottom:18px}.recipes-gallery-intro{max-width:465px;margin:0;color:var(--muted);font-size:14px;line-height:1.75}.recipes-gallery-profile{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;padding:11px 14px;border:1px solid var(--line);border-radius:30px;font-size:12px;background:var(--paper)}.recipes-gallery-caption{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 0;border-top:1px solid var(--line)}.recipes-gallery-caption p{margin:0;font-size:12px;line-height:1.6}.recipes-gallery-caption p+p{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:11px}.recipes-gallery-caption svg{flex-shrink:0}.recipes-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0;padding:0;list-style:none}.recipes-gallery-grid>li{min-width:0}.recipes-gallery-card{display:flex;flex-direction:column;height:100%;min-height:276px;padding:22px;border:1px solid #e1d9cb;border-radius:15px;background:#efe9dc;text-decoration:none;transition:border-color .18s,transform .18s,box-shadow .18s}.recipes-gallery-card:hover{border-color:#b5a48e;transform:translateY(-3px);box-shadow:0 8px 18px #30251e09}.recipes-gallery-card-top,.recipes-gallery-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.recipes-gallery-number{font-size:11px;color:#796b5b}.recipes-gallery-status{padding:5px 8px;border:1px solid #cfc4b3;border-radius:20px;font-size:10px;line-height:1.5;color:#62503e}.recipes-gallery-status.is-starting-point{background:#fffaf0;border-color:#fffaf0}.recipes-gallery-art{flex:1;min-height:139px;display:grid;place-items:center;padding:20px}.recipes-gallery-cup{position:relative;isolation:isolate;width:76px;height:57px;border-radius:5px 5px 30px 30px;background:linear-gradient(90deg,#d6c6ac,#fff9ed 42%,#e5d8c1);box-shadow:2px 5px 6px #69503b25}.recipes-gallery-surface{position:absolute;inset:-6px 1px auto;height:17px;border:5px solid #f0e4cf;border-radius:50%;background:#69412a}.recipes-gallery-handle{position:absolute;z-index:-1;right:-18px;top:9px;width:28px;height:30px;border:6px solid #e4d6be;border-radius:50%}.recipes-gallery-saucer{position:absolute;z-index:-1;bottom:-7px;left:-17px;width:110px;height:18px;border-radius:50%;background:linear-gradient(#f8f1e3,#d5c4a8);box-shadow:2px 6px 8px #6e573621}.recipes-gallery-kind-milk-coffee{background:#f1e6d8}.recipes-gallery-kind-milk-coffee .recipes-gallery-surface{background:radial-gradient(ellipse,#f7e6c6 30%,#d7b07e 38%,#b9844d 85%)}.recipes-gallery-kind-milk,.recipes-gallery-kind-water{background:#edf0e8;border-color:#dce0d4}.recipes-gallery-kind-milk .recipes-gallery-surface{background:#fff8e5}.recipes-gallery-cup-tall{width:62px;height:78px;border-radius:4px 4px 15px 15px;background:linear-gradient(90deg,#fff5,#fffa 38%,#fff2),linear-gradient(#f4e3c9 35%,#b07c4f 36%,#c29161 55%,#e7d4b5 56%);border:2px solid #d7c9b9}.recipes-gallery-cup-tall .recipes-gallery-surface{inset-inline:-1px;height:14px;border-width:3px}.recipes-gallery-cup-tall .recipes-gallery-saucer{width:94px}.recipes-gallery-kind-milk .recipes-gallery-cup{background:linear-gradient(90deg,#dcd8c5,#fffbef 42%,#e8e5d5)}.recipes-gallery-kind-water .recipes-gallery-cup{width:65px;height:73px;border-radius:4px 4px 14px 14px;background:linear-gradient(90deg,#acbebc70,#faffffb0 38%,#b1c4c170);border:2px solid #bfceca}.recipes-gallery-kind-water .recipes-gallery-surface{background:#c7d9d3;border-color:#e9f0e9;height:14px;border-width:3px}.recipes-gallery-kind-water .recipes-gallery-handle{border-color:#c9d5cb}.recipes-gallery-kind-water .recipes-gallery-saucer{background:#dce2d4;width:97px}.recipes-gallery-kind-travel{background:#e8e9de;border-color:#d9dbcd}.recipes-gallery-kind-travel .recipes-gallery-cup{width:63px;height:84px;border-radius:5px 5px 14px 14px;background:linear-gradient(90deg,#787b62,#a0a38a 45%,#7f8368)}.recipes-gallery-kind-travel .recipes-gallery-surface{inset:-5px -4px auto;height:13px;border:0;border-radius:5px;background:#4e5144}.recipes-gallery-kind-travel .recipes-gallery-cup:after{content:"";position:absolute;inset:27px 0 auto;height:29px;background:#d6c4a3}.recipes-gallery-kind-travel .recipes-gallery-handle,.recipes-gallery-kind-travel .recipes-gallery-saucer{display:none}.recipes-gallery-cup-small{transform:scale(.85)}.recipes-gallery-kind-label{color:#766652;font-size:10px;margin:0 0 6px}.recipes-gallery-card h2{font-size:30px;line-height:1.05;margin:0;overflow-wrap:anywhere}.recipes-gallery-arrow{display:grid;place-items:center;flex-shrink:0;width:34px;height:34px;border:1px solid #ccbfad;border-radius:50%}.recipes-gallery-footnote{margin:24px 0 0;font-size:12px;color:var(--muted);line-height:1.75}@media(max-width:1000px){.recipes-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.recipes-gallery-back{margin-bottom:18px}.recipes-gallery-header{display:block;margin-bottom:25px}.recipes-gallery-header .page-heading{max-width:340px;font-size:45px}.recipes-gallery-intro{font-size:13px}.recipes-gallery-profile{margin-top:18px}.recipes-gallery-caption{display:block}.recipes-gallery-caption p+p{align-items:flex-start;margin-top:7px}.recipes-gallery-caption svg{margin-top:2px}.recipes-gallery-grid{grid-template-columns:minmax(0,1fr);gap:14px}.recipes-gallery-card{min-height:254px;padding:21px}.recipes-gallery-art{min-height:127px}.recipes-gallery-status{font-size:11px}.recipes-gallery-card h2{font-size:32px}}@media(prefers-reduced-motion:reduce){.recipes-gallery-card{transition:none}.recipes-gallery-card:hover{transform:none}}.care-reminder-choices{display:flex;flex-wrap:wrap;gap:10px}.care-reminder-choices .button{justify-content:center}.care-reminders-help{margin:0;padding-left:20px;color:var(--muted);font-size:13px;line-height:1.7}.care-reminders-help li+li{margin-top:8px}.care-calendar-form .care-reminders-preview{width:100%;min-height:170px;resize:vertical;box-sizing:border-box;border:1px solid var(--line);border-radius:10px;padding:12px;color:var(--espresso);background:var(--cream);font:inherit;line-height:1.6}.care-reminders-status{margin:0;color:var(--espresso);font-size:13px;line-height:1.65}@media(max-width:480px){.care-reminder-choices .button{width:100%}}.care-screen{display:grid;gap:30px;padding-bottom:12px}.care-screen header>.muted{max-width:38ch;line-height:1.6}.care-screen .section-heading{margin:0}.care-overview{display:flex;align-items:center;gap:16px;padding:24px;background:#eae9df;border-radius:20px}.care-overview-icon{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;color:#556044;border:1px solid #c9ccba;border-radius:50%}.care-overview strong{font-size:15px}.care-overview p{margin:5px 0 0;color:#646850;font-size:13px;line-height:1.6}.care-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.care-section-head>.eyebrow{font-size:9px;margin:0;white-space:nowrap}.care-task-list{display:grid;gap:12px}.care-routine-intro{margin:-4px 2px 22px}.care-routine-group+.care-routine-group{margin-top:28px}.care-group-heading{margin:0 0 14px;font-size:15px;font-weight:600;line-height:1.5}.care-task{width:100%;display:flex;align-items:center;gap:15px;padding:22px 18px;text-align:left;color:var(--espresso);font:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease}.care-task:hover{background:#f3eee3;border-color:#cbbba6}.care-task-icon{height:46px;width:46px;flex:0 0 46px;display:grid;place-items:center;background:#f3eee5;border-radius:14px;color:var(--accent)}.care-task-content{display:grid;gap:7px;flex:1;min-width:0}.care-task-frequency{font-size:11px;color:var(--muted)}.care-task strong{font-size:16px;line-height:1.35;font-weight:600}.care-status{font-size:11px;font-weight:500;color:var(--muted);line-height:1.5}.care-status-due{color:#90521e}.care-status-upcoming{color:#526044}.care-caption,.care-session-note{font-size:12px;line-height:1.7;color:var(--muted);margin:16px 2px 0}.care-history>h2{display:flex;align-items:center;justify-content:flex-start;gap:10px}.care-history ul{padding:0;margin:14px 0 0;list-style:none}.care-history li{display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--line);padding:16px 2px;color:#586248}.care-history li>span{display:grid;gap:5px}.care-history strong{font-size:13px;color:var(--espresso);font-weight:500}.care-history time{font-size:11px;color:var(--muted)}.care-empty{padding:24px 0;border-bottom:1px solid var(--line)}.care-empty p{margin:0 0 7px;font-size:14px}.care-empty span{font-size:13px;color:var(--muted)}.care-session-note{margin-top:-16px}.care-back{justify-self:start;display:inline-flex;align-items:center;gap:9px;min-height:44px;margin:-8px 0 -8px -4px;padding:4px;background:transparent;border:0;color:var(--muted);font:inherit;font-size:13px;cursor:pointer}.care-badges{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:18px}.care-supplies{padding:22px}.care-supplies .eyebrow{margin:0 0 16px}.care-supplies ul{display:grid;gap:12px;list-style:none;padding:0;margin:0}.care-supplies li{display:flex;align-items:center;gap:10px;font-size:14px}.care-supplies li svg{color:#627052;flex-shrink:0}.care-steps{list-style:none;padding:0;margin:20px 0 0}.care-steps li{display:flex;gap:18px;padding:0 0 23px}.care-steps li:last-child{padding-bottom:0}.care-step-number{flex:0 0 33px;height:33px;display:grid;place-items:center;border:1px solid #d9cbb9;border-radius:50%;font-size:11px;color:var(--accent)}.care-steps p{font-size:14px;line-height:1.75;margin:3px 0 0}.care-source{border-top:1px solid var(--line);padding-top:16px}.care-source a{display:inline-flex;align-items:center;gap:5px;min-height:44px;color:var(--accent);font-size:12px;text-underline-offset:3px}.care-source p{margin:0;font-size:11px;color:var(--muted)}.care-complete-button{width:100%;justify-content:center}.care-complete-button:disabled{background:#536247;cursor:default;opacity:1}.care-feedback{min-height:34px;text-align:center;font-size:12px;line-height:1.6;color:var(--muted)}.care-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.care-detail .page-heading:focus{outline:none}.care-calendar{padding:22px;display:grid;gap:16px}.care-calendar p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.65}.care-calendar>.button{justify-self:start}.care-calendar-form{display:grid;gap:18px}.care-calendar-form label{display:grid;gap:8px;font-size:13px}.care-calendar-form input[type=date],.care-calendar-form input[type=time]{min-width:0;width:100%;box-sizing:border-box;min-height:46px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;color:var(--espresso);background:var(--cream);font:inherit}.care-calendar-form .care-calendar-check{display:flex;align-items:center;gap:10px;min-height:44px;cursor:pointer}.care-calendar-check input{width:20px;height:20px;accent-color:var(--espresso);flex-shrink:0}.care-calendar-hint{margin:0;color:var(--muted);font-size:12px;line-height:1.65}.care-calendar-error{color:#963d2a;font-size:13px;margin:0}.care-calendar-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}@media(max-width:480px){.care-calendar-actions>.button{width:100%;justify-content:center}}@media(max-width:360px){.care-task{padding:18px 12px;gap:10px}.care-task-icon{width:36px;flex-basis:36px;height:40px}.care-overview{padding:20px 16px}.care-section-head{align-items:start;flex-direction:column;gap:7px}}.beans-screen{max-width:100%}.beans-heading{max-width:670px;margin:12px 0 32px}.beans-heading .page-heading{margin:12px 0 17px}.beans-heading>.muted{font-size:14px;line-height:1.8}.beans-screen h1:focus,.beans-screen h3:focus{outline:none}.beans-back{display:flex;align-items:center;gap:9px;min-height:44px;border:0;padding:0;background:transparent;font-size:12px;margin-bottom:21px}.beans-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.beans-section-heading h2,.bean-reference h2,.beans-archive h2{font-size:32px;margin:0}.beans-section-heading .eyebrow{margin-bottom:5px}.bean-collection{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:19px}.bean-card{text-align:left;min-width:0;display:flex;flex-direction:column;padding:26px;border:1px solid #ded4c3;border-radius:15px;background:#eee4d4}.bean-card:hover{border-color:#a18a6c}.bean-palette-1{background:#e7e9dd;border-color:#d7dccc}.bean-palette-2{background:#f0e4c9;border-color:#e5d8b8}.bean-palette-3{background:#eaddd8;border-color:#ddcdc6}.bean-card-top{display:flex;justify-content:space-between;gap:10px;align-items:center;flex-wrap:wrap}.bean-card-top .eyebrow{margin:0;font-size:10px}.bean-card-art{display:grid;place-items:center;width:84px;height:96px;margin:26px 0 22px;border-radius:4px 4px 11px 11px;border:1px solid #cbbda455;background:#fffaf145;color:#86694d;position:relative}.bean-card-art:before{content:"";position:absolute;top:8px;right:7px;left:7px;border-top:1px solid #b8a88b66}.bean-card-name{font-family:Libre Caslon Display,Georgia,serif;font-size:35px;line-height:1.1;margin-bottom:10px}.bean-card-description{font-size:12px;line-height:1.7;color:#6e6151;margin-bottom:26px}.bean-card-bottom{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:11px;color:#6e6151}.bean-status{display:inline-flex;align-items:center;gap:5px;font-size:10px;line-height:1.4;background:#e4e9d8;color:#48563f;padding:6px 9px;border-radius:20px}.bean-status-quiet{background:#efe9df;color:#766958}.beans-collection-note,.bean-reference-empty{display:flex;align-items:flex-start;gap:10px;color:var(--muted);font-size:12px;line-height:1.8}.beans-collection-note{margin:22px 0}.beans-collection-note svg,.bean-reference-empty svg{flex-shrink:0;margin-top:3px}.bean-reference{padding:28px}.bean-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 26px;margin:18px 0}.bean-facts>div{padding:16px 0;border-bottom:1px solid var(--line)}.bean-facts dt{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:7px}.bean-facts dd{margin:0;font-size:13px;line-height:1.65}.bean-fact-sources{display:flex;flex-wrap:wrap;gap:10px}.bean-fact-sources a{display:inline-flex;min-height:44px;align-items:center;gap:3px;font-size:11px;color:var(--muted)}.bean-caveats{padding-left:19px;font-size:12px;line-height:1.8;color:var(--muted)}.bean-caveats li+li{margin-top:8px}.bean-sources{border-top:1px solid var(--line);padding-top:19px;margin-top:20px}.bean-sources h3{font-size:12px;font-weight:600;margin-bottom:9px}.bean-sources>div{margin-bottom:10px}.bean-sources a{min-height:44px;display:flex;width:fit-content;align-items:center;gap:7px;font-size:12px;text-underline-offset:3px;line-height:1.6}.bean-sources>div>span{display:block;color:var(--muted);font-size:11px}.bean-reference-empty{padding:20px;border:1px solid var(--line);border-radius:12px}.bean-reference-empty p{margin:0}.beans-bags-section,.beans-archive{margin-top:36px}.beans-caption{color:var(--muted);font-size:12px;line-height:1.8;margin-bottom:20px}.bean-bag-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;align-items:start}.bean-bag{padding:22px;min-width:0}.bean-bag-loaded{border-color:#a9b398}.bean-bag-heading{display:flex;align-items:flex-start;flex-direction:column;gap:10px;margin-bottom:21px}.bean-bag-heading h3{font-size:17px;font-weight:500;margin:0;overflow-wrap:anywhere}.bag-dates{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 19px}.bag-dates dt{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.6px;margin-bottom:7px}.bag-dates dd{margin:0;font-size:12px}.bag-notes{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;line-height:1.8;color:var(--muted)}.beans-roaster-section{margin-top:36px}.bag-label-details{background:#f3eee3;border-radius:9px;padding:16px;margin:0 0 20px}.bag-label-details h4{font-size:12px;font-weight:600;margin:0 0 13px}.bag-label-details dl{margin:0}.bag-label-details dl>div+div{margin-top:12px}.bag-label-details dt{color:var(--muted);font-size:10px;margin-bottom:4px}.bag-label-details dd{font-size:12px;line-height:1.7;margin:0;overflow-wrap:anywhere}.bag-label-details p{color:var(--muted);font-size:11px;line-height:1.7;margin:12px 0 0}.bag-label-fields{border:1px solid var(--line);border-radius:8px;padding:17px;margin:0;min-width:0}.bag-label-fields legend{padding:0 6px;font-size:12px;font-weight:500}.bag-label-fields>p{color:var(--muted);font-size:11px;line-height:1.8;margin-bottom:17px}.bag-label-fields>p:last-child{margin:12px 0 0}.bag-label-fields>label+label{margin-top:17px}.bag-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.bag-actions .button{padding:11px 15px;font-size:12px}.bag-loading{border-top:1px solid var(--line);margin-top:18px;padding-top:18px}.bag-loading .button{width:100%}.bag-loading p{font-size:11px;color:var(--muted);line-height:1.8;margin:12px 0 0}.bag-loading p:first-child{margin-top:0}.beans-archive h2{display:flex;align-items:center;gap:10px;margin-bottom:12px}.beans-empty{font-size:13px;color:var(--muted);padding:22px;border:1px dashed #cec2b0;border-radius:12px}.bag-fields{display:flex;flex-direction:column;gap:20px}.bag-fields label{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:500;min-width:0;position:relative}.bag-fields label>span{position:absolute;right:0;top:0;color:var(--muted);font-size:10px;font-weight:400}.bag-fields input,.bag-fields textarea{border:1px solid #d6cbbc;border-radius:7px;width:100%;min-height:48px;min-width:0;background:#fffcf6;color:var(--espresso);padding:12px;font-size:16px}.bag-fields textarea{resize:vertical;line-height:1.6}.bag-fields input::placeholder,.bag-fields textarea::placeholder{color:#8b8073}.bag-date-fields{display:grid;grid-template-columns:1fr 1fr;gap:17px}.bag-form-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:23px}.bag-archive-action{margin-top:23px;padding-top:16px;border-top:1px solid var(--line)}.bag-archive-action .text-button{gap:8px}.bag-archive-action .text-button:disabled{opacity:.5}.bag-archive-action p{font-size:11px;line-height:1.8;color:var(--muted);margin:5px 0 0}.new-bean-form h3{font-family:Libre Caslon Display,Georgia,serif;font-size:30px;margin:28px 0 8px}.beans-feedback{color:#506149;font-size:12px;line-height:1.7;margin:0 0 17px}.beans-feedback:empty{display:none}.beans-form-error{color:#8b3e29;font-size:13px}.beans-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:600px){.beans-heading{margin:7px 0 27px}.beans-heading .page-heading{font-size:44px}.beans-heading>.muted{font-size:13px}.beans-section-heading{gap:10px}.beans-section-heading h2,.bean-reference h2,.beans-archive h2{font-size:29px}.beans-section-heading .button{padding:11px 13px;font-size:12px;gap:7px;flex-shrink:0}.bean-collection{gap:12px}.bean-card{padding:16px}.bean-card-top{gap:7px}.bean-card-top .eyebrow{font-size:9px;letter-spacing:1px}.bean-card-art{width:65px;height:76px;margin:22px 0 17px}.bean-card-art svg{width:35px}.bean-card-name{font-size:27px}.bean-card-description{font-size:11px;margin-bottom:17px}.bean-card-bottom{font-size:10px;line-height:1.7;gap:5px}.bean-card-bottom .round-arrow{margin:0}.bean-card .bean-status{font-size:9px;padding:5px 7px}.bean-reference{padding:22px}.bean-facts{grid-template-columns:1fr}.bean-facts>div{padding:14px 0}.bean-facts dd{font-size:13px}.beans-bags-section>.beans-section-heading{align-items:flex-end}.beans-section-heading .eyebrow{font-size:9px}.bean-bag-grid{grid-template-columns:1fr}.bean-bag{padding:22px}.bag-date-fields{grid-template-columns:1fr;gap:20px}.bag-form-actions .button{flex:1}.new-bean-form .bag-form-actions{flex-direction:column}}@media(max-width:360px){.bean-card{padding:13px}.bean-card-name{font-size:25px}.bean-card-description{font-size:11px}.bean-card-bottom .round-arrow{display:none}}.profiles-screen{display:grid;gap:34px;padding:9px 0 18px}.profiles-intro .page-heading{margin-bottom:18px}.profiles-intro>.muted{max-width:55ch;font-size:14px;line-height:1.8;margin-bottom:0}.profiles-section-title{font-size:30px;margin:0 0 19px}.profiles-colours{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.profiles-choice{display:flex;align-items:center;gap:14px;background:var(--paper);padding:19px;min-height:81px;border:1px solid var(--line);border-radius:12px;text-align:left}.profiles-choice:hover{background:#f0e9dc;border-color:#baaa93}.profiles-choice-selected{border-color:#8a7559;background:#ede5d7}.profiles-large-dot{width:25px;height:25px;border:4px solid #ffffff80;box-shadow:0 0 0 1px #30251e15}.profiles-choice-copy{display:grid;gap:5px;flex:1;min-width:0}.profiles-choice-copy strong{font-size:14px;font-weight:550}.profiles-choice-copy>span{color:var(--muted);font-size:11px;line-height:1.5;overflow-wrap:anywhere}.profiles-choice>svg{color:#5c614a}.profiles-detail-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.5fr);align-items:start;gap:27px}.profiles-name-card{padding:28px}.profiles-person-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#eee5d7;color:var(--accent);margin:0 0 23px}.profiles-name-card h2{font-size:34px;line-height:1.15;margin:0 0 12px;overflow-wrap:anywhere}.profiles-name-card>.muted{font-size:13px;line-height:1.8}.profiles-name-form{display:grid;gap:10px;margin-top:22px}.profiles-name-form label{font-size:12px;font-weight:550}.profiles-name-form label>span{color:var(--muted);font-weight:400;font-size:10px;margin-left:6px}.profiles-name-form input{width:100%;min-height:48px;border:1px solid #d4c7b6;border-radius:8px;background:var(--cream);padding:12px;color:var(--espresso);font-size:16px}.profiles-name-form input::placeholder{font-size:12px;color:var(--muted)}.profiles-name-form .button{margin-top:5px}.profiles-feedback{font-size:12px;line-height:1.6;color:#526246;min-height:20px;margin:12px 0}.profiles-caption{font-size:12px;line-height:1.8;color:var(--muted);margin:0}.profiles-records-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:2px 0 12px}.profiles-records-heading h2{font-size:31px;line-height:1.15;margin:0}.profiles-records-heading .eyebrow{font-size:9px}.profiles-records-heading>.pill{background:#ece7dc}.profiles-records-explanation{margin-bottom:20px}.profiles-empty{background:#ecece2;padding:34px}.profiles-empty>svg{color:#687058;margin-bottom:20px}.profiles-empty h3{font-family:Libre Caslon Display,Georgia,serif;font-size:30px;line-height:1.2;margin:0 0 13px}.profiles-empty p{font-size:13px;line-height:1.8;color:#676958;max-width:45ch;margin:0}.profiles-drink-list{display:grid;gap:17px}.profiles-drink-card{padding:24px}.profiles-drink-title{display:flex;align-items:center;gap:10px;margin-bottom:18px}.profiles-drink-title>svg{color:var(--accent)}.profiles-drink-title h3{font-family:Libre Caslon Display,Georgia,serif;font-size:29px;margin:0;flex:1}.profiles-drink-title .pill{color:#57634c;background:#edf0e6}.profiles-bean-name{font-size:13px;font-weight:550;margin:0 0 5px;overflow-wrap:anywhere}.profiles-bag-label{font-size:11px;line-height:1.7;color:var(--muted);margin:0;overflow-wrap:anywhere}.profiles-setting-list{margin:19px 0 14px}.profiles-setting-list>div{display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding:12px 0;border-top:1px solid var(--line)}.profiles-setting-list dt{color:var(--muted);font-size:12px}.profiles-setting-list dd{margin:0;font-size:15px;font-weight:550;text-align:right;overflow-wrap:anywhere}.profiles-record-date{display:block;color:var(--muted);font-size:11px;line-height:1.7}.profiles-open-recipe{width:100%;margin-top:20px}.profiles-machine-note{display:flex;align-items:start;gap:13px;border-top:1px solid var(--line);padding:23px 0 0}.profiles-machine-note>svg{flex-shrink:0;color:var(--accent);margin-top:2px}.profiles-machine-note p{font-size:12px;line-height:1.8;margin:0;max-width:85ch;color:var(--muted)}.profiles-machine-note strong{color:var(--espresso);font-weight:550}@media(max-width:800px){.profiles-detail-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:18px}.profiles-name-card,.profiles-drink-card,.profiles-empty{padding:22px}.profiles-choice{padding:16px 13px;gap:10px}}@media(max-width:600px){.profiles-screen{gap:28px}.profiles-intro>.muted{font-size:13px}.profiles-colours{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profiles-choice{padding:15px 12px;gap:10px}.profiles-choice-copy strong{font-size:13px}.profiles-large-dot{width:21px;height:21px;border-width:3px}.profiles-choice>svg{width:14px}.profiles-detail-grid{grid-template-columns:minmax(0,1fr);gap:29px}.profiles-name-card{padding:24px}.profiles-records-heading h2{font-size:30px}.profiles-records-heading{gap:9px}.profiles-records-heading .eyebrow{font-size:8px;letter-spacing:1.2px}.profiles-records-heading .pill{font-size:9px;padding:5px 7px}}.portability-panel{padding:28px;min-width:0}.portability-panel h2{font-size:30px;margin-bottom:12px}.portability-copy{color:var(--muted);font-size:14px;line-height:1.8}.portability-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.portability-actions .button,.portability-recovery .button{white-space:normal;line-height:1.5}.portability-recovery{margin-top:22px;padding-top:20px;border-top:1px solid var(--line);font-size:13px;line-height:1.7;color:var(--muted)}.portability-recovery label{display:block;margin-bottom:8px;color:var(--espresso)}.portability-recovery select{display:block;max-width:100%;width:100%;min-height:48px;padding:10px;margin-bottom:12px;border:1px solid var(--line);border-radius:10px;font:inherit;background:var(--cream);color:var(--espresso)}.portability-notice{background:#f4ecdf;border-left:3px solid #9b744e;border-radius:0 8px 8px 0;padding:14px 16px;margin-top:20px;font-size:13px;line-height:1.7;overflow-wrap:anywhere}.portability-notice p{margin-top:0}.portability-form>label{display:block;font-size:14px;font-weight:600;margin-bottom:10px}.portability-form input[type=file]{width:100%;max-width:100%;min-height:48px;padding:10px;border:1px solid var(--line);border-radius:10px;font:inherit;font-size:13px;background:var(--cream)}.portability-form input[type=file]::file-selector-button{min-height:36px;margin-right:10px;border:0;border-radius:6px;padding:6px 10px;font:inherit;background:#eee5d8;color:#38271d;cursor:pointer}.portability-preview{margin-top:22px;padding:20px;border-radius:16px;background:#f7f1e8}.portability-preview h3{margin:0 0 10px;font-size:23px}.portability-preview>p{font-size:13px;line-height:1.7}.portability-preview dl{display:grid;gap:10px;font-size:14px;margin:20px 0}.portability-preview dl>div{display:flex;justify-content:space-between;gap:20px}.portability-preview dd{margin:0;font-weight:650}.portability-confirm{display:flex;align-items:flex-start;gap:12px;padding:12px 0;font-size:14px;line-height:1.7;cursor:pointer}.portability-confirm input{width:22px;height:22px;margin:2px 0 0;flex-shrink:0;accent-color:#795b40}.portability-form-actions{justify-content:flex-end}.portability-form .button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:600px){.portability-panel{padding:22px}.portability-actions{flex-direction:column}.portability-actions .button,.portability-recovery .button{width:100%}.portability-preview{padding:16px}}.account-panel{padding:28px;min-width:0}.account-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:17px;color:var(--accent)}.account-panel-heading>svg{flex-shrink:0}.account-panel h2{font-size:30px;margin-bottom:12px}.account-copy{color:var(--muted);font-size:14px;line-height:1.8}.account-identity{font-size:14px;font-weight:550;line-height:1.6;overflow-wrap:anywhere}.account-test-badge{padding:6px 10px;border-radius:20px;background:#eee5d8;color:#654b36;font-size:11px;line-height:1.5}.account-status{display:flex;align-items:center;gap:10px;font-size:14px;line-height:1.6;margin-bottom:10px}.account-status>svg{flex-shrink:0}.account-sync-time{color:var(--muted);font-size:12px;line-height:1.7}.account-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.account-actions .button,.account-confirm-actions .button{white-space:normal;line-height:1.5}.account-signout{margin-top:20px}.account-notice{border-left:3px solid #9b744e;background:#f4ecdf;border-radius:0 8px 8px 0;padding:14px 16px;margin:20px 0 0;font-size:13px;line-height:1.7;overflow-wrap:anywhere}.account-confirm-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.account-spinner{animation:account-spin 1.5s linear infinite}@keyframes account-spin{to{transform:rotate(360deg)}}@media(max-width:600px){.account-panel{padding:22px}.account-actions,.account-confirm-actions{flex-direction:column}.account-actions .button,.account-signout .button,.account-confirm-actions .button{width:100%}}@media(prefers-reduced-motion:reduce){.account-spinner{animation:none}}.account-gate{max-width:700px;margin:0 auto}@font-face{font-family:DM Sans Variable;font-style:normal;font-display:swap;font-weight:100 1000;src:url(/assets/dm-sans-latin-ext-wght-normal-BOFOeGcA.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans Variable;font-style:normal;font-display:swap;font-weight:100 1000;src:url(/assets/dm-sans-latin-wght-normal-Xz1IZZA0.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Libre Caslon Display;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/libre-caslon-display-latin-ext-400-normal-CUYASYSA.woff2) format("woff2"),url(/assets/libre-caslon-display-latin-ext-400-normal-xXeWa_lF.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Libre Caslon Display;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/libre-caslon-display-latin-400-normal-n_DgBRfq.woff2) format("woff2"),url(/assets/libre-caslon-display-latin-400-normal-BbfEE5V2.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{font-family:DM Sans Variable,sans-serif;color:#30251e;background:#f7f3eb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--cream: #f7f3eb;--paper: #fffdf8;--espresso: #30251e;--muted: #766b60;--line: #e4ddd1;--accent: #765239}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,textarea,select{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer;color:inherit}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #916639;outline-offset:4px}main:focus{outline:none}button{transition:background-color .18s,border-color .18s,transform .18s}button:disabled{cursor:not-allowed}button svg{flex-shrink:0}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:400}h1,h2{font-family:Libre Caslon Display,Georgia,serif}.site-header{border-bottom:1px solid var(--line)}.header-inner{max-width:1184px;margin:0 auto;padding:25px 32px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{text-decoration:none;display:flex;align-items:center;font-family:Georgia,serif;font-size:27px;letter-spacing:-.8px;line-height:1}.brand-icon{width:42px;height:42px;display:grid;place-items:center;margin-right:12px;border-radius:50%;background:var(--espresso);color:var(--cream)}.brand-period{color:#947451;align-self:flex-start}.brand-subtitle{display:block;font:8px DM Sans Variable,sans-serif;letter-spacing:2px;margin-top:8px}.main-nav{display:flex;align-items:center;gap:8px}.main-nav a{display:flex;align-items:center;gap:8px;padding:13px 18px;border-radius:100px;font-size:13px;text-decoration:none;color:var(--muted)}.main-nav a.active{color:var(--espresso);background:#eae3d7}.main-nav a:hover{background:#eee8df}.header-profile{display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:30px;padding:11px 15px;font-size:12px;white-space:nowrap}.profile-dot{display:inline-block;height:10px;width:10px;border-radius:50%;background:#d8b348;flex-shrink:0;box-shadow:inset 0 0 0 1px #0000000d}.profile-dot[data-color=Blue]{background:#5374a9}.profile-dot[data-color=Green]{background:#789175}.profile-dot[data-color=Pink]{background:#d7a0aa}.profile-dot[data-color=Red]{background:#bc6658}.profile-dot[data-color="Light Blue"]{background:#8bb9cf}.app-main{max-width:1184px;padding:32px;margin:0 auto;min-height:70vh}.eyebrow{font-size:10px;letter-spacing:1.65px;font-weight:600;line-height:1.6;color:var(--muted);margin:0 0 9px}.home-intro{display:flex;align-items:center;justify-content:space-between;margin:0 0 21px}.home-intro .eyebrow{margin:0}.quiet-label{font-family:Georgia,serif;font-size:13px;font-style:italic;color:var(--muted)}.hero{min-height:373px;border-radius:20px;background:#352a22;color:var(--cream);display:grid;grid-template-columns:1.1fr 1fr;position:relative;overflow:hidden}.hero-copy{padding:40px 0 34px 44px;z-index:1}.hero-kicker{display:flex;align-items:center;gap:7px;font-size:8px;letter-spacing:1.8px;color:#d3c6b5}.hero-kicker>span{width:5px;height:5px;border-radius:50%;background:#c3a37c}.hero h1{font-size:clamp(42px,5.4vw,67px);letter-spacing:-.7px;line-height:.99;margin:22px 0 20px}.hero h1 em{font-weight:400;color:#dec4a3}.hero-copy>p{font-size:12px;color:#d2c5b7;line-height:1.8;margin-bottom:23px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:13px 22px;border-radius:9px;border:1px solid transparent;font-size:13px;font-weight:550}.button-primary{color:var(--cream);background:var(--espresso)}.button-primary:hover{background:#4b392b}.button-secondary{background:transparent;border-color:#cfc3b3}.button-secondary:hover{background:#eee7dc}.hero-button{background:#f5eddf;color:var(--espresso);border-radius:7px}.hero-button:hover{background:#e5d6bd}.hero-footnote{display:block;font-size:9px;color:#bcae9d;margin-top:14px}.cup-art{position:relative;min-width:0;display:grid;place-items:center;isolation:isolate;background:radial-gradient(ellipse at 55% 52%,#77604a55,transparent 68%)}.saucer{width:262px;height:262px;background:linear-gradient(140deg,#fcf5e4,#c6bda9);border-radius:50%;display:grid;place-items:center;box-shadow:4px 14px 25px #160e0870,inset -4px -4px 5px #948777,inset 4px 4px 3px #fffaeb;transform:rotate(-23deg);position:relative}.saucer:before{content:"";position:absolute;top:19px;right:19px;bottom:19px;left:19px;border:1px solid #a89d8970;border-radius:50%}.cup-rim{width:197px;height:197px;padding:9px;border-radius:50%;background:linear-gradient(130deg,#fff9ed,#e9ddc7);box-shadow:6px 9px 12px #56443070,inset 1px 2px 2px #fff;z-index:1}.coffee-surface{width:100%;height:100%;border-radius:50%;box-shadow:0 1px 3px #26100699}.cup-handle{width:56px;height:38px;position:absolute;right:-9px;top:114px;border-radius:10px 14px 14px 10px;background:linear-gradient(#f6eddc,#b9ad96);box-shadow:3px 6px 6px #24180c66}.cup-handle:after{content:"";position:absolute;width:29px;height:14px;border-radius:5px;background:#5c4b38;top:11px;right:7px;box-shadow:inset 0 2px 3px #24180c}.art-caption{position:absolute;bottom:25px;right:38px;font-family:Georgia,serif;font-size:12px;font-style:italic;letter-spacing:.5px;color:#c6b5a0;transform:rotate(-6deg)}.art-bean{position:absolute;width:15px;height:22px;border-radius:48%;background:#8b6245;box-shadow:2px 3px 4px #180f0866,inset 2px 1px 3px #bb8c5f}.art-bean:after{content:"";position:absolute;left:7px;top:2px;bottom:2px;width:2px;border-radius:50%;background:#3e291b}.art-bean-one{bottom:41px;left:44px;transform:rotate(-33deg)}.art-bean-two{bottom:50px;left:69px;transform:rotate(19deg)}.machine-overview{display:grid;grid-template-columns:1fr auto;align-items:center;padding:23px 0;margin-bottom:28px;border-bottom:1px solid var(--line);column-gap:20px}.loaded-bean{display:flex;align-items:center;gap:13px}.icon-tile{width:44px;height:44px;display:grid;place-items:center;color:#775a3e;background:#ebe2d4;border-radius:12px}.loaded-bean .eyebrow{font-size:8px;margin-bottom:5px}.loaded-bean h2{font-family:DM Sans Variable,sans-serif;font-size:13px;margin:0}.loaded-bean h2 strong{font-weight:600}.grinder-observation{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:11px}.grinder-observation strong{font-weight:500;display:block;color:var(--espresso);margin-top:4px}.machine-note{grid-column:1 / -1;font-size:10px;color:var(--muted);margin:10px 0 0 57px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:19px}.section-heading h2{margin:0;font-size:31px;line-height:1.1}.section-heading .eyebrow{font-size:8px;margin-bottom:6px}.section-meta{display:flex;align-items:center;gap:8px;font-size:10px;color:var(--muted);padding-bottom:4px}.drink-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.drink-card{text-align:left;padding:19px;background:#eee6d9;border:1px solid #e5dccf;border-radius:13px;min-width:0;overflow:hidden}.drink-card:hover{border-color:#ac9579;transform:translateY(-3px)}.drink-cappuccino{background:#eadfd0}.drink-coffee{background:#e7e6da}.drink-card-top{display:flex;align-items:center;justify-content:space-between;gap:6px}.drink-number{font-size:10px;color:#817261}.pill{display:inline-flex;width:fit-content;align-items:center;padding:5px 9px;font-size:9px;border-radius:20px;background:#ffffff60;color:#6a5946;white-space:nowrap}.mini-cup{width:64px;height:46px;border-radius:5px 5px 27px 27px;position:relative;background:linear-gradient(90deg,#d4c3a9,#fff9e9 40%,#e3d5bd);margin:31px auto 26px;box-shadow:1px 3px 4px #77604133;z-index:0}.mini-coffee{position:absolute;top:-5px;left:1px;right:1px;height:14px;border:4px solid #f0e4cd;border-radius:50%;background:#68442b}.mini-handle{position:absolute;right:-14px;top:6px;width:22px;height:24px;border:5px solid #e4d6bd;border-radius:50%;z-index:-1}.mini-saucer{position:absolute;bottom:-6px;left:-13px;width:91px;height:15px;border-radius:50%;background:linear-gradient(#f7efdd,#d7c5a9);box-shadow:2px 5px 7px #6e57362b;z-index:-1}.mini-cup-cappuccino{width:74px;height:46px}.mini-cup-cappuccino .mini-coffee{background:radial-gradient(ellipse,#f3e0b9 30%,#c99a5b 35%,#b48447 70%)}.mini-cup-coffee{width:58px;height:57px;margin-top:20px;border-radius:4px 4px 17px 17px;background:linear-gradient(90deg,#918b71,#b6b296 40%,#959178)}.mini-cup-coffee .mini-coffee{border-color:#a4a087}.mini-cup-coffee .mini-handle{border-color:#aaa68b}.mini-cup-coffee .mini-saucer{background:#c9c7b2;width:83px}.drink-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.drink-card h3{font-family:Libre Caslon Display,Georgia,serif;font-size:26px;margin:0 0 6px}.drink-card p{font-size:10px;color:#6c6051;margin:0}.round-arrow{width:30px;height:30px;display:grid;place-items:center;border:1px solid #c5b8a5;border-radius:50%;flex-shrink:0}.recipe-disclaimer{display:flex;align-items:flex-start;gap:7px;font-size:10px;line-height:1.6;color:var(--muted);margin:14px 0 32px}.recipe-disclaimer svg{flex-shrink:0;margin-top:1px}.card{background:var(--paper);border:1px solid var(--line);border-radius:14px}.home-bottom-grid{display:grid;grid-template-columns:1.18fr 1fr;gap:20px}.profile-card,.care-card{padding:27px}.profile-card h2,.care-card h2{font-size:30px;line-height:1.1;margin:0 0 10px}.home-bottom-grid .eyebrow{font-size:8px}.muted{color:var(--muted)}.profile-card>.muted,.care-card>.muted{font-size:11px;line-height:1.8;margin-bottom:19px}.profile-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.profile-option{min-height:44px;padding:9px;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:7px;border:1px solid var(--line);background:transparent;font-size:10px;white-space:nowrap}.profile-option.selected{border-color:#8d795c;background:#f3eddf}.profile-option:hover{background:#f3eddf}.profile-caption{font-size:9px;color:var(--muted);line-height:1.6;margin:15px 0 0}.care-card{position:relative;background:#edeee4;border-color:#dfe1d1}.care-card .eyebrow{padding-right:36px}.care-icon{position:absolute;top:23px;right:25px;color:#64705a}.text-button{min-height:44px;display:flex;gap:20px;align-items:center;background:transparent;border:0;padding:5px 0;font-size:11px;font-weight:600}.text-button:hover{color:#667055}.care-progress{font-size:10px;color:#506149;margin:8px 0 0}.home-signoff{display:flex;align-items:center;justify-content:center;gap:8px;color:#948775;padding:35px 0 5px;font-family:Georgia,serif;font-style:italic;font-size:12px}.site-footer{max-width:1120px;margin:0 auto;padding:22px 0 26px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:14px;font-size:8px;letter-spacing:.6px;color:var(--muted)}.footer-divider{padding:0 8px}.page-heading{font-size:clamp(40px,6vw,60px);line-height:1.05}.skip-link{position:fixed;top:-100px;left:12px;padding:14px;background:var(--espresso);color:#fff;z-index:50}.skip-link:focus{top:12px}@media(min-width:1300px){.app-main{padding-top:38px}.hero{min-height:400px}.hero-copy{padding-top:44px}.saucer{width:284px;height:284px}.cup-rim{width:214px;height:214px}.cup-handle{top:124px}}@media(max-width:800px){.header-inner{padding:20px 24px;gap:16px}.main-nav a{padding:12px}.main-nav a svg{display:none}.brand{font-size:24px}.header-profile{padding:10px}.profile-word{display:none}.app-main{padding:26px 24px}.hero-copy{padding-left:28px}.hero{min-height:350px}.saucer{width:215px;height:215px}.cup-rim{width:164px;height:164px}.cup-handle{top:91px;width:43px;right:-5px}.cup-handle:after{width:22px}.art-caption{right:25px;font-size:10px}.drink-card{padding:15px}.drink-card h3{font-size:23px}.round-arrow{width:26px;height:26px}.home-bottom-grid{grid-template-columns:1fr 1fr;gap:15px}.profile-card,.care-card{padding:22px}.profile-options{grid-template-columns:repeat(2,1fr)}.site-footer{margin:0 24px;font-size:7px}}@media(max-width:600px){.header-inner{padding:18px 20px}.brand{font-size:25px}.brand-icon{width:38px;height:38px;margin-right:10px}.brand-subtitle{font-size:7px}.header-profile{font-size:10px;border:0;padding:9px 0 9px 9px}.main-nav{position:fixed;bottom:0;left:0;right:0;justify-content:space-around;z-index:20;padding:8px 12px calc(8px + env(safe-area-inset-bottom));background:#fcf9f1f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--line);gap:12px}.main-nav a{display:flex;flex-direction:column;gap:5px;padding:9px 24px;font-size:10px;width:30%;border-radius:10px}.main-nav a svg{display:block}.app-main{padding:23px 20px}.home-intro{margin-bottom:15px}.home-intro .eyebrow{font-size:8px;letter-spacing:1.35px}.quiet-label{display:none}.hero{min-height:0;display:block;border-radius:15px}.hero-copy{padding:27px 24px 25px}.hero-kicker{font-size:6px;letter-spacing:1.5px}.hero h1{font-size:49px;line-height:1.02;margin:19px 0 18px}.hero-copy>p{font-size:11px;max-width:230px;margin-bottom:21px}.hero-button{min-height:45px;padding:12px 16px;font-size:12px}.hero-footnote{font-size:8px;margin-top:13px}.hero>.cup-art{position:absolute;width:158px;height:180px;right:-35px;bottom:-29px;opacity:.9;transform:rotate(-8deg)}.saucer{width:143px;height:143px}.saucer:before{top:11px;right:11px;bottom:11px;left:11px}.cup-rim{width:109px;height:109px;padding:5px}.cup-handle{top:59px;height:25px;width:35px;right:-6px}.cup-handle:after{top:7px;height:10px;width:18px;right:5px}.art-caption,.art-bean{display:none}.machine-overview{padding:19px 0;gap:10px;margin-bottom:24px}.loaded-bean{gap:10px}.icon-tile{height:38px;width:38px;border-radius:10px}.loaded-bean h2{font-size:11px}.loaded-bean .eyebrow{font-size:7px;letter-spacing:1px}.grinder-observation{font-size:9px;gap:6px}.grinder-observation svg{width:15px}.machine-note{margin:0 0 0 48px;font-size:8px;line-height:1.7}.section-heading{margin-bottom:16px}.section-heading h2{font-size:28px;max-width:250px}.section-meta{display:none}.drink-grid{gap:9px}.drink-card{padding:11px 10px 13px;border-radius:10px}.drink-card-top .pill{font-size:7px;padding:4px 6px}.drink-number{display:none}.drink-card-top{justify-content:center}.mini-cup{transform:scale(.75);margin:21px auto 16px}.mini-cup-cappuccino{width:68px}.mini-cup-coffee{margin-top:10px}.drink-card-bottom{display:block;text-align:center}.drink-card h3{font-size:20px;margin-bottom:6px}.drink-card p{font-size:8px;line-height:1.5;min-height:24px}.round-arrow{margin:10px auto 0;width:25px;height:25px}.round-arrow svg{width:14px}.recipe-disclaimer{font-size:9px;margin:12px 0 26px}.home-bottom-grid{grid-template-columns:1fr;gap:16px}.profile-card,.care-card{padding:24px}.profile-options{grid-template-columns:repeat(3,1fr)}.profile-card h2,.care-card h2{font-size:30px}.profile-card>.muted,.care-card>.muted{font-size:11px}.care-card{padding-right:45px}.home-signoff{padding-top:28px}.site-footer{margin:0 20px;flex-direction:column;text-align:center;gap:8px;padding-bottom:calc(105px + env(safe-area-inset-bottom));font-size:7px}.profile-option{font-size:9px}.recipe-field textarea{font-size:16px}}@media(max-width:360px){.app-main{padding-right:16px;padding-left:16px}.hero-copy{padding-left:20px}.hero h1{font-size:44px}.hero>.cup-art{right:-53px}.drink-grid{gap:7px}.drink-card{padding-left:6px;padding-right:6px}.drink-card h3{font-size:18px}.profile-card,.care-card{padding:20px}.profile-option{gap:5px;padding:8px 6px}}.drink-swipe-hint{display:none}@media(max-width:600px){.drink-grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:100%;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:6px;overscroll-behavior-x:contain;scrollbar-width:none;padding:6px;margin:-6px}.drink-grid::-webkit-scrollbar{display:none}.drink-card{scroll-snap-align:start}.drink-card:hover{transform:none}.drink-swipe-hint{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin:12px 0 0;color:var(--muted);font-size:11px}.header-profile,.main-nav a{font-size:12px}.home-intro .eyebrow,.home-bottom-grid .eyebrow,.section-heading .eyebrow{font-size:10px}.hero-kicker{font-size:8px;letter-spacing:1px}.hero-copy>p{font-size:12px}.hero-footnote{font-size:10px}.loaded-bean .eyebrow{font-size:9px}.loaded-bean h2{font-size:12px}.grinder-observation,.machine-note{font-size:10px}.drink-card-top .pill{font-size:9px}.drink-card p{font-size:10px;min-height:30px}.recipe-disclaimer,.profile-caption,.profile-option{font-size:11px}.profile-card>.muted,.care-card>.muted,.text-button{font-size:12px}.site-footer{font-size:9px;line-height:1.6}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.header-profile{text-decoration:none;min-height:44px}.brand{flex-shrink:0}.bean-picker{border:0;padding:0;background:none;text-align:left;min-width:0;min-height:44px}.bean-picker>span:nth-child(2){min-width:0}.bean-picker .eyebrow{display:block}.loaded-bean-name{display:block;font-size:13px;overflow-wrap:anywhere}.grinder-observation{max-width:180px;overflow-wrap:anywhere}.grinder-observation svg{flex-shrink:0}.storage-banner{max-width:1120px;margin:20px auto 0;padding:16px 20px;border-radius:10px;background:#f3e3cf;color:#714323;font-size:13px;line-height:1.6}.settings-screen{max-width:850px;margin:0 auto;display:grid;gap:24px;padding-bottom:24px}.settings-screen header>p{line-height:1.7}.settings-profile-link{width:100%;display:flex;align-items:center;gap:16px;padding:24px;text-align:left}.settings-profile-link>span{flex:1}.settings-profile-link strong{display:block;font-weight:500}.settings-profile-link small{display:block;color:var(--muted);font-size:12px;line-height:1.6;margin-top:6px}.settings-profile-link:hover{background:#eee8dc}.settings-card{padding:28px}.settings-card>svg{margin-bottom:17px;color:var(--accent)}.settings-card h2{font-size:30px;margin-bottom:12px}.settings-card>.muted{font-size:14px;line-height:1.8}.settings-card .settings-field{display:block;font-size:13px;font-weight:500;margin:23px 0 10px}.settings-card input{border:1px solid var(--line);background:var(--paper);border-radius:8px;min-height:48px;padding:12px;width:100%;color:var(--espresso);font-size:16px}.settings-help{font-size:12px;line-height:1.7;margin:12px 0 20px}.settings-feedback{font-size:12px;color:#526044;margin:10px 0 0}.settings-feedback:empty{display:none}.storage-warning{font-size:13px;line-height:1.7;color:#875027}@media(max-width:1000px)and (min-width:601px){.header-inner{flex-wrap:wrap;gap:15px}.main-nav{order:3;width:100%;justify-content:center}}@media(max-width:600px){.bean-collection{grid-template-columns:minmax(0,1fr)}.main-nav{gap:2px;padding-inline:8px}.main-nav a{width:20%;min-width:0;padding:9px 2px;font-size:10px}.header-profile{max-width:112px}.loaded-bean-name{font-size:12px}.machine-overview{grid-template-columns:minmax(0,1fr) minmax(68px,90px)}.bean-picker>svg{display:none}.grinder-observation{max-width:90px}.storage-banner{margin:16px 20px 0}.settings-card,.settings-profile-link{padding:22px}.settings-card .button{width:100%}}.home-all-drinks{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:8px 0;color:var(--accent);font-size:13px;font-weight:600;text-decoration-thickness:1px;text-underline-offset:5px;white-space:nowrap}.home-all-drinks:hover{color:var(--espresso)}@media(max-width:600px){.home-drink-heading{align-items:flex-start;flex-direction:column;gap:4px}}
