:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fbf7f1;--bg-soft:#fffaf4;--panel:#fff;--panel-soft:#f8f3eb;--sidebar:#f5ece2;--line:#eaded1;--line-strong:#decbb9;--ink:#2b1c17;--text:#493a32;--muted:#81746c;--muted-2:#a99b91;--primary:#d76345;--primary-dark:#b84628;--primary-soft:#f7dfd6;--green:#496f3e;--green-dark:#31572b;--green-soft:#e8efe3;--amber:#d79b47;--amber-soft:#fff0d7;--brown:#6b3d2c;--shadow:0 20px 50px #492d1e14;--shadow-soft:0 12px 28px #492d1e0f;--radius-xl:28px;--radius-lg:22px;--radius-md:16px;--radius-sm:12px;--sidebar-width:292px;--content-max:1240px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg);min-height:100%}body{min-height:100vh;color:var(--text);background:radial-gradient(circle at 82% 0,#d763451f,#0000 32%),radial-gradient(circle at 15% 18%,#496f3e14,#0000 28%),linear-gradient(#fffaf5 0%,#fbf7f1 44%,#f7efe7 100%);margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}img,svg{max-width:100%;display:block}.bean-icon{color:currentColor;flex:none}.mobile-app-header,.mobile-bottom-nav{display:none}.app-shell{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:3;background:linear-gradient(#f5ece2f0,#fff9f2eb);flex-direction:column;gap:26px;height:100vh;max-height:100dvh;padding:40px 26px 28px;display:flex;position:sticky;top:0;overflow-y:auto}.brand{color:var(--ink);align-items:center;gap:14px;display:flex}.brand-mark{width:52px;height:52px;color:var(--primary);place-items:center;font-size:0;line-height:1;display:grid}.brand-mark img{object-fit:contain;width:100%;height:100%;display:block}.brand strong{letter-spacing:-.04em;font-size:28px;line-height:1;display:block}.brand small{color:var(--primary);letter-spacing:.28em;text-transform:uppercase;margin-top:7px;font-size:11px;font-weight:800;display:block}.side-nav{gap:8px;margin-top:12px;display:grid}.side-nav a{min-height:54px;color:var(--text);border-radius:14px;align-items:center;gap:16px;padding:0 18px;font-size:17px;font-weight:650;transition:all .16s;display:flex}.side-nav a:hover{background:#ffffffb8;transform:translate(2px)}.side-nav a.active{color:#fff;background:linear-gradient(135deg, var(--primary), #c35136);box-shadow:0 14px 28px #c7523433}.nav-icon{place-items:center;width:28px;height:28px;font-size:20px;display:grid}.sidebar-card{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:radial-gradient(circle at 100% 48%,#496f3e29,#0000 36%),linear-gradient(145deg,#fffefb,#eef5ea);border-radius:20px;margin-top:0;padding:20px;overflow:hidden}.sidebar .sidebar-card+.sidebar-card{margin-top:auto}.sidebar-card strong{color:var(--green-dark);font-size:18px}.sidebar-card p{color:var(--text);margin:10px 0 20px;line-height:1.5}.side-footer{border-top:1px solid var(--line);grid-template-columns:48px 1fr auto;align-items:center;gap:12px;padding-top:20px;display:grid}.side-footer strong,.side-footer span{display:block}.side-footer span{color:var(--muted)}.avatar{color:#fff;background:linear-gradient(135deg,#0d6b61,#5a7c4e);border-radius:50%;place-items:center;width:48px;height:48px;font-weight:800;display:grid}.avatar.photo{box-shadow:inset 0 0 0 3px #fffc}.avatar.huge{width:104px;height:104px;margin:0 auto 18px;font-size:38px}.chevron{font-size:18px}.main-stage{min-width:0;padding:48px min(4vw,58px) 80px}.page-stack{width:min(100%, var(--content-max));grid-template-columns:minmax(0,1fr);gap:28px;margin:0 auto;display:grid}.page-stack>*{min-width:0}.page-header{justify-content:space-between;align-items:flex-start;gap:28px;display:flex}.page-header h1{color:var(--ink);letter-spacing:-.055em;margin:0;font-size:clamp(34px,4vw,48px);line-height:1}.page-header p{color:var(--muted);margin:14px 0 0;font-size:18px;line-height:1.45}.eyebrow{color:var(--primary);letter-spacing:.18em;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:850;display:inline-flex}.header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.header-actions.compact-actions,.compact-actions{gap:8px}.btn,.icon-button,.select-button,.chip,.chip-button,.segmented button,.section-title button,.favorite-button{background:0 0;border:0}.btn{white-space:nowrap;border-radius:13px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 20px;font-weight:800;transition:all .16s;display:inline-flex}.btn:hover,.icon-button:hover,.select-button:hover,.chip:hover,.section-title button:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background:linear-gradient(135deg, var(--primary), var(--primary-dark));box-shadow:0 16px 32px #c7523438}.btn-primary:hover{box-shadow:0 20px 40px #c7523445}.btn-soft{color:var(--ink);border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#ffffffd1}.btn-outline{color:var(--brown);background:#fffdf9;border:1px solid #cbb6a2}.btn-green{color:#fff;background:linear-gradient(135deg, var(--green), var(--green-dark))}.btn.full,.full{width:100%}.icon-button{border:1px solid var(--line);width:48px;height:48px;color:var(--ink);box-shadow:var(--shadow-soft);background:#ffffffc7;border-radius:13px;place-items:center;font-weight:900;display:inline-grid;position:relative}.notification-dot{background:var(--primary);border-radius:50%;width:10px;height:10px;position:absolute;top:9px;right:9px;box-shadow:0 0 0 3px #fffaf4}.notification-menu{display:inline-flex;position:relative}.notification-dropdown{z-index:20;border:1px solid var(--line);width:min(360px,100vw - 32px);box-shadow:var(--shadow);background:#fffdf9;border-radius:16px;gap:10px;padding:14px;display:grid;position:absolute;top:calc(100% + 8px);right:0}.notification-dropdown .muted-copy{margin:0}.notification-item{border:1px solid var(--line);width:100%;color:inherit;text-align:left;background:#fff;border-radius:12px;gap:4px;padding:12px;display:grid}.notification-item strong{color:var(--ink)}.notification-item span{color:var(--muted);font-size:14px}.card,.surface-panel{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);background:#ffffffd1}.card{padding:24px}.surface-panel{padding:12px}.stats-grid{gap:22px;display:grid}.stats-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-card{border:1px solid var(--line);min-height:132px;box-shadow:var(--shadow-soft);background:#ffffffbd;border-radius:18px;grid-template-columns:78px 1fr;align-items:center;gap:20px;padding:24px;display:grid}.stat-icon{width:70px;height:70px;color:var(--green);background:linear-gradient(135deg, var(--green-soft), #f0f1ed);border-radius:50%;place-items:center;font-size:34px;display:grid}.stat-icon.warm{color:var(--primary);background:linear-gradient(135deg, var(--primary-soft), #fff3ed)}.stat-card span{color:var(--text);font-weight:700;display:block}.stat-card strong{color:var(--ink);letter-spacing:-.04em;margin:4px 0 2px;font-size:32px;line-height:1;display:block}.stat-card small{color:var(--muted);font-size:15px}.toolbar-row,.filter-row,.results-head,.title-row,.section-title,.card-actions,.brew-card-head,.mini-card-top,.filters-head{align-items:center;gap:16px;display:flex}.toolbar-row{justify-content:space-between;margin-top:16px}.toolbar-row.no-margin,.filter-row.no-margin{margin:0}.equipment-toolbar{grid-template-columns:minmax(260px,1fr) max-content;align-items:end;gap:16px;margin-top:16px;display:grid}.equipment-toolbar .search-box{min-height:62px}.equipment-filter-grid{grid-template-columns:repeat(3,minmax(150px,180px)) auto;align-items:end;gap:16px;display:grid}.equipment-filter-grid .btn{white-space:nowrap;min-height:62px}.search-and-sort{align-items:center;gap:10px;min-width:min(100%,390px);display:flex}.segmented{grid-auto-flow:column;grid-template-columns:repeat(var(--segment-count,1), minmax(0, 1fr));border:1px solid var(--primary);background:#fffdf9;border-radius:14px;display:inline-grid;overflow:hidden}.segmented.wide{width:100%}.segmented button{min-width:148px;min-height:52px;color:var(--brown);padding:0 24px;font-weight:850;transition:all .16s}.segmented button.active{color:#fff;background:linear-gradient(135deg, var(--primary), var(--primary-dark))}.search-box,.hero-search{border:1px solid var(--line);background:#ffffffdb;border-radius:13px;align-items:center;gap:12px;display:flex;box-shadow:inset 0 1px #ffffffc7}.search-box{flex:1;min-height:48px;padding:0 15px}.search-box span,.hero-search span,.search-box .bean-icon,.hero-search .bean-icon{color:var(--muted);font-size:22px}.search-box input,.hero-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0}.filter-row{flex-wrap:wrap}.coffee-selection-toolbar{flex-wrap:wrap;align-items:stretch;gap:20px}.coffee-selection-toolbar .segmented{flex:360px;min-width:min(100%,330px)}.coffee-selection-toolbar .segmented button{min-width:0}.coffee-selection-toolbar .search-and-sort{flex:0 220px;min-width:min(100%,220px);max-width:300px}.coffee-selection-toolbar .search-box{min-height:54px}.push-right{margin-left:auto}.sort-control{color:var(--muted);font-size:14px}.select-button{border:1px solid var(--line);min-height:44px;color:var(--text);background:#fffdf9;border-radius:12px;padding:0 16px;font-weight:700}.chip,.chip-button{border:1px solid var(--line);min-height:42px;color:var(--text);white-space:nowrap;background:#ffffffc7;border-radius:13px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-weight:750;display:inline-flex}.chip.active{color:var(--green-dark);background:var(--green-soft);border-color:#cbd8c2}.try-label{color:var(--muted);font-weight:750}.home-feature-section{gap:14px;display:grid}.featured-product{border-radius:24px;grid-template-columns:260px minmax(0,1fr) 300px;align-items:center;gap:34px;padding:36px 36px 32px;display:grid;position:relative}.favorite-button{border:1px solid var(--line);width:42px;height:42px;color:var(--brown);background:#fffdf9;border-radius:12px;place-items:center;font-size:22px;line-height:1;transition:all .16s;display:grid}.favorite-button.active{color:#9a5b19;background:#fff5e4;border-color:#ecd0aa}.favorite-button.compact{width:36px;height:36px;font-size:18px}.featured-product>.favorite-button{position:absolute;top:28px;left:28px}.recommendation-copy{flex-wrap:wrap;align-items:center;gap:8px 12px;margin-bottom:14px;display:flex}.recommendation-copy span{color:var(--primary-dark);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:900}.recommendation-copy small{color:var(--muted);font-size:14px;font-weight:750}.coffee-bag{aspect-ratio:52/82;--bag-name-size:15px;--bag-detail-size:10px;--bag-weight-size:8px;width:220px;height:auto;margin:12px auto 0;position:relative;overflow:visible}.coffee-bag.large{--bag-name-size:18px;--bag-detail-size:12px;--bag-weight-size:10px;width:280px}.coffee-bag.mini{--bag-name-size:9px;--bag-detail-size:7px;--bag-weight-size:6px;width:144px;margin:0}.coffee-bag-image{object-fit:contain;object-position:center;filter:drop-shadow(0 22px 28px #432d2324);width:100%;height:100%;display:block}.coffee-bag:after{content:none}.coffee-bag-label{z-index:1;color:#2c2621;font-size:var(--bag-name-size);letter-spacing:.14em;text-transform:uppercase;text-wrap:balance;pointer-events:none;font-weight:850;line-height:1.12;position:absolute;left:21%;right:21%}.coffee-bag-label-name{gap:.08em;display:grid;top:24%}.coffee-bag-label-details{color:#443a32;font-size:var(--bag-detail-size);gap:.2em;display:grid;bottom:16.5%}.coffee-bag-label-weight{color:#5a4d42;width:21%;font-size:var(--bag-weight-size);letter-spacing:.06em;text-align:right;text-transform:none;bottom:9%;left:auto;right:18%}.coffee-product-image{aspect-ratio:52/82;place-items:center;width:220px;margin:12px auto 0;display:grid}.coffee-product-image.large{width:280px}.coffee-product-image.mini{width:144px;margin:0}.coffee-product-image img{object-fit:contain;object-position:center;background:#fffdf9;border:1px solid #4e35281f;border-radius:20px;width:100%;height:100%;display:block;box-shadow:0 22px 28px #432d2324}.title-row{justify-content:space-between;align-items:flex-start}.title-row h2,.title-row h3,.product-identity-card h2,.form-card h2,.section-title h2,.filters-panel h2,.chart-card h2,.card h3,.profile-card h2{color:var(--ink);letter-spacing:-.035em;margin:0}.title-row h2{font-size:30px;line-height:1.05}.title-row h3{font-size:23px}.title-row p,.product-mini-card p,.product-notes,.freshness-panel p,.inventory-alert p,.form-card-head p,.profile-card p,.equipment-card p,.empty-state p,.note-card p,.tasting-score p,.timeline-content p{color:var(--muted);line-height:1.5}.title-row p{margin:8px 0 0;font-size:16px}.status-badge{min-height:30px;color:var(--green-dark);background:var(--green-soft);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:13px;font-weight:850;display:inline-flex}.status-badge.running-low{color:#955d15;background:var(--amber-soft)}.status-badge.out-of-stock{color:#70665e;background:#eee9e2}.status-badge.ready,.status-badge.calibrated,.status-badge.battery-86\%{color:var(--green-dark);background:var(--green-soft)}.spec-grid,.detail-metrics,.recipe-grid,.mini-metrics{gap:18px;display:grid}.spec-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin:30px 0 22px}.metric{min-width:0}.metric span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:7px;font-size:13px;font-weight:800;display:block}.metric strong{color:var(--ink);font-size:16px;line-height:1.25;display:block}.tag-row{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.taste-tag{color:#68412d;background:#f8e4db;border-radius:10px;align-items:center;min-height:30px;padding:0 12px;font-size:13px;font-weight:750;display:inline-flex}.taste-tag:nth-child(2n){color:var(--green-dark);background:var(--green-soft)}.taste-tag:nth-child(3n){color:#895711;background:var(--amber-soft)}.product-notes{margin:20px 0 0}.product-footer{color:var(--muted-2);gap:18px;margin-top:26px;font-size:13px;display:flex}.freshness-panel{border-left:1px solid var(--line);min-width:0;padding-left:34px}.freshness-panel h3{margin:0 0 14px}.freshness-panel p{margin:0 0 12px}.freshness-panel small{color:var(--muted)}.freshness-bar{background:#eee9e2;border-radius:999px;height:9px;margin:12px 0 10px;overflow:hidden}.freshness-bar span{border-radius:inherit;background:linear-gradient(90deg, var(--green), #6f8f51);height:100%;display:block}.remaining-block{justify-content:space-between;align-items:center;gap:20px;margin-top:34px;display:flex}.remaining-block span,.progress-copy span{color:var(--muted);font-size:14px;font-weight:750;display:block}.remaining-block strong,.progress-copy strong{color:var(--ink);letter-spacing:-.04em;font-size:30px;display:block}.circle-progress{--progress:50%;background:conic-gradient(var(--green) var(--progress), #eee9e2 0);border-radius:50%;flex:none;place-items:center;width:88px;height:88px;display:grid}.circle-progress:before{content:"";position:absolute}.circle-progress span{width:66px;height:66px;color:var(--ink);background:#fffdf9;border-radius:50%;place-items:center;font-weight:850;display:grid}.card-actions{justify-content:flex-end;margin-top:32px}.two-column{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;display:grid}.two-column.compact-bottom{align-items:start}.section-title{justify-content:space-between;margin-bottom:18px}.section-title h2{font-size:22px}.section-title button{color:var(--green-dark);font-weight:850}.brew-list.dense{gap:10px;display:grid}.home-carousel-card{gap:18px;display:grid}.home-browse-head{gap:4px;display:grid}.home-browse-head .section-title{margin-bottom:0}.home-browse-head p{margin:0}.home-browse-toolbar{padding-top:2px}.home-browse-filters{padding-bottom:2px}.home-carousel{grid-auto-columns:minmax(220px,1fr);grid-auto-flow:column;gap:12px;padding-bottom:4px;display:grid;overflow-x:auto}.home-carousel-item{border:1px solid var(--line);min-height:112px;color:inherit;text-align:left;background:#fffdf9;border-radius:15px;align-content:space-between;gap:12px;padding:16px;transition:all .16s;display:grid}.home-carousel-item:hover{box-shadow:var(--shadow-soft);transform:translateY(-1px)}.home-carousel-item strong,.home-carousel-item span{display:block}.home-carousel-item strong{color:var(--ink)}.home-carousel-item span{color:var(--muted);font-size:14px}.home-carousel .empty-state{min-width:220px}.brew-row{border:1px solid var(--line);width:100%;color:inherit;text-align:left;background:#fffdf9;border-radius:15px;grid-template-columns:42px 1fr auto;align-items:center;gap:14px;padding:14px;transition:all .16s;display:grid}.brew-row:hover{box-shadow:var(--shadow-soft);transform:translateY(-1px)}.brew-method-icon{width:42px;height:42px;color:var(--primary);background:var(--primary-soft);border-radius:12px;place-items:center;display:grid}.brew-row strong,.brew-row small{display:block}.brew-row strong{color:var(--ink)}.brew-row small{color:var(--muted);margin-top:4px}.rating{color:#cdbcae;white-space:nowrap;align-items:center;gap:2px;display:inline-flex}.rating span.filled{color:#9b5922}.rating .bean-icon{width:14px;height:14px}.rating b{color:var(--ink);margin-left:5px;font-size:13px}.inline-icon-label{align-items:center;gap:4px;display:inline-flex}.inventory-alert{border-bottom:1px solid var(--line);grid-template-columns:12px 1fr;gap:14px;padding:14px 0;display:grid}.inventory-alert:last-child{border-bottom:0}.alert-dot{background:var(--green);border-radius:50%;width:10px;height:10px;margin-top:6px}.inventory-alert strong{color:var(--ink)}.inventory-alert p{margin:4px 0 0}.method-create-form .btn{place-self:end start;min-width:180px}.method-card-row{grid-template-columns:minmax(0,1fr) auto;align-items:center}.method-card{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:0;grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:14px;padding:0;display:grid}.method-card strong,.method-card small{display:block}.method-card small{color:var(--muted);margin-top:4px}.method-card-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.method-template-editor{gap:20px;display:grid}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.view-switcher{flex-wrap:wrap;gap:8px;display:inline-flex}.view-switcher .btn.active{color:#fff;background:linear-gradient(135deg, var(--primary), var(--primary-dark));box-shadow:0 12px 24px #c752342e}.product-list-view{gap:14px;display:grid}.product-list-item{grid-template-columns:132px minmax(0,1fr) minmax(260px,.52fr);align-items:center;gap:20px;display:grid}.product-list-item .coffee-product-image.mini,.product-list-item .coffee-bag.mini{width:132px}.product-list-main,.product-list-side{gap:12px;min-width:0;display:grid}.product-list-main p,.product-list-side p{margin:0}.product-list-side .mini-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.product-table-view{overflow-x:auto}.product-table-view table{min-width:1120px}.product-table-view th:first-child,.product-table-view td:first-child{min-width:260px}.product-table-view th:last-child,.product-table-view td:last-child{min-width:156px}.product-table-view .table-product{grid-template-columns:58px minmax(0,1fr)}.product-table-view .coffee-product-image.mini,.product-table-view .coffee-bag.mini{width:58px;min-height:70px}.table-actions{align-items:center;gap:8px;display:inline-flex}.table-actions .favorite-button{width:40px;min-width:40px;height:40px;position:static}.product-mini-card{gap:18px;min-height:100%;display:grid}.search-results-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;display:grid}.icon-button.active{background:var(--accent-soft);color:var(--accent)}.product-mini-card .coffee-bag,.product-mini-card .coffee-product-image{transform:rotate(-1deg)}.mini-card-top{justify-content:space-between;align-items:flex-start}.compact-title{gap:12px}.compact-title h3{font-size:22px}.product-mini-card p{margin:0}.small-tags .taste-tag{min-height:28px;font-size:12px}.mini-metrics{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:auto}.coffee-select-card .mini-metrics{grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:14px 16px}.detail-hero{grid-template-columns:minmax(0,1fr) 310px;align-items:stretch;gap:24px;display:grid}.product-identity-card{grid-template-columns:300px minmax(0,1fr);align-items:center;gap:28px;display:grid}.detail-copy p{max-width:640px;color:var(--muted);line-height:1.6}.detail-metrics{grid-template-columns:repeat(auto-fit,minmax(92px,1fr));margin-top:28px}.side-summary{text-align:center;flex-direction:column;align-items:center;display:flex}.side-summary h3{margin-bottom:20px}.side-summary .circle-progress{width:122px;height:122px}.side-summary .circle-progress span{width:90px;height:90px;font-size:22px}.progress-copy{margin-top:18px}.side-summary p{color:var(--muted);line-height:1.55}.definition-grid,.summary-list{grid-template-columns:auto 1fr;gap:14px 24px;margin:0;display:grid}.definition-grid dt,.summary-list dt{color:var(--muted);font-weight:800}.definition-grid dd,.summary-list dd{color:var(--ink);text-align:right;margin:0;font-weight:750}.baseline-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-left:12px;display:inline-flex}.form-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:24px;display:grid}.brew-layout{grid-template-columns:minmax(0,1fr) 330px}.form-stack{gap:18px;display:grid}.form-card{gap:22px;display:grid}.form-card-head h2{font-size:22px}.form-card-head p{margin:8px 0 0}.form-grid{gap:18px;display:grid}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.field{gap:8px;display:grid}.field span{color:var(--ink);font-size:14px;font-weight:850}.input-shell{border:1px solid var(--line);background:#fffdf9;border-radius:12px;align-items:center;min-height:50px;display:flex;overflow:hidden}.input-shell input,.input-shell select{width:100%;min-width:0;min-height:48px;color:var(--ink);background:0 0;border:0;outline:0;padding:0 14px}.input-shell em{border-left:1px solid var(--line);color:var(--muted);align-self:stretch;align-items:center;padding:0 14px;font-style:normal;font-weight:800;display:flex}.duration-field .MuiFormControl-root{gap:8px}.duration-field .MuiFormLabel-root{color:var(--ink);font-family:inherit;font-size:14px;font-weight:850;line-height:normal;position:static;transform:none}.duration-field .MuiFormLabel-root.Mui-focused{color:var(--ink)}.duration-field .MuiPickersInputBase-root{border:1px solid var(--line);min-height:50px;color:var(--ink);box-shadow:none;background:#fffdf9;border-radius:12px;padding:0;font-family:inherit;overflow:hidden}.duration-field .MuiPickersInputBase-root.Mui-focused{border-color:#d7634594;box-shadow:0 0 0 4px #d763451a}.duration-field .MuiPickersOutlinedInput-notchedOutline,.duration-field .MuiPickersOutlinedInput-root.Mui-focused .MuiPickersOutlinedInput-notchedOutline{border:0!important}.duration-field .MuiPickersSectionList-root,.duration-field .MuiPickersInputBase-input{min-height:48px;color:var(--ink);padding:0 14px;font-family:inherit}.duration-field .MuiPickersSectionList-root{flex:auto;align-items:center;font-size:16px;font-weight:400;display:flex}.duration-field .MuiPickersSectionList-root span{color:var(--ink);font-size:inherit;font-weight:inherit;line-height:1}.duration-field .MuiPickersSectionList-root ::selection{color:var(--ink);background:#d763452e}.duration-field .MuiPickersSectionList-sectionContent{background:0 0!important}.duration-field .MuiIconButton-root{border-left:1px solid var(--line);width:52px;height:auto;color:var(--muted);border-radius:0;align-self:stretch;margin:0;padding:0}.duration-field .MuiInputAdornment-root{align-self:stretch;height:auto;max-height:none;margin-left:0}.duration-field .MuiIconButton-root:hover{color:var(--primary-dark);background:#fff8f1}.duration-picker-popper .MuiPaper-root{border:1px solid var(--line);background:#fffdf9;border-radius:12px;overflow:hidden;box-shadow:0 16px 34px #4e35282e}.duration-picker-popper .MuiMultiSectionDigitalClock-root{border-bottom:1px solid var(--line);font-family:inherit}.duration-picker-popper .MuiMultiSectionDigitalClockSection-root{border-color:var(--line)}.duration-picker-popper .MuiMenuItem-root{min-height:34px;color:var(--text);font-family:inherit;font-size:15px;font-weight:700}.duration-picker-popper .MuiMenuItem-root:hover,.duration-picker-popper .MuiMenuItem-root.Mui-focusVisible{background:#d763451a}.duration-picker-popper .MuiMenuItem-root.Mui-selected,.duration-picker-popper .MuiMenuItem-root.Mui-selected:hover,.duration-picker-popper .MuiMenuItem-root.Mui-selected.Mui-focusVisible{color:#fff;background:var(--primary)}.duration-picker-popper .MuiDialogActions-root{background:#fffdf9;padding:10px 12px}.duration-picker-popper .MuiButton-root{min-height:36px;color:var(--primary-dark);text-transform:none;border-radius:10px;padding:0 12px;font-family:inherit;font-size:14px;font-weight:850}.duration-picker-popper .MuiButton-root:hover{background:#d763451a}.select-shell:after{content:"⌄";color:var(--muted);padding:0 14px 0 0}.select-shell select{appearance:none}.combobox-field{min-width:0;position:relative}.combobox-listbox{z-index:30;border:1px solid var(--line);background:#fffdf9;border-radius:12px;gap:4px;max-height:292px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 16px 34px #4e352829}.combobox-option{min-height:54px;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;grid-template-columns:minmax(0,1fr) auto;gap:2px 10px;padding:10px 12px;display:grid}.combobox-option:hover,.combobox-option.active{background:#d763451a}.combobox-option strong,.combobox-option small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.combobox-option small{color:var(--muted);grid-column:1/-1;font-weight:700}.combobox-option em{color:var(--primary-dark);text-transform:uppercase;background:#d763451f;border-radius:999px;align-self:start;padding:2px 8px;font-size:11px;font-style:normal;font-weight:900}.tag-picker-field{min-width:0;position:relative}.tag-picker-shell{border:1px solid var(--line);background:#fffdf9;border-radius:12px;flex-wrap:wrap;align-items:center;gap:8px;min-height:50px;padding:8px;display:flex}.tag-picker-shell input{min-width:140px;min-height:32px;color:var(--ink);background:0 0;border:0;outline:0;flex:160px}.tag-chip{min-height:32px;color:var(--ink);background:#d763451a;border:1px solid #4e352824;border-radius:999px;align-items:center;gap:8px;padding:4px 10px;font-weight:850;display:inline-flex}.tag-chip b{color:var(--muted);font-size:12px}.tag-picker-listbox{top:calc(100% + 8px)}.full-field textarea{resize:vertical;border:1px solid var(--line);width:100%;min-height:116px;color:var(--ink);background:#fffdf9;border-radius:12px;outline:0;padding:14px}.full-field small{color:var(--muted);justify-self:end}.editable-tags{margin-bottom:8px}.preview-card{gap:18px;display:grid}.photo-upload-field{cursor:pointer;background:#fffdf9;border:1px dashed #4e352847;border-radius:14px;align-items:center;gap:16px;min-height:88px;padding:16px;transition:all .16s;display:flex}.photo-upload-field:hover,.photo-upload-field:focus-within{background:#fff8f1;border-color:#d763458a}.photo-upload-field.invalid{background:#fff2ed;border-color:#b74831b8}.photo-upload-field input{max-width:220px;color:var(--muted)}.photo-upload-copy{gap:4px;display:grid}.photo-upload-copy strong{color:var(--ink)}.photo-upload-copy small,.form-error{color:var(--muted)}.form-error{margin:-8px 0 0;font-weight:750}.product-photo-preview{aspect-ratio:4/3;object-fit:contain;object-position:center;border:1px solid var(--line);background:#fffdf9;border-radius:16px;width:100%;display:block}.sticky-card{position:sticky;top:28px}.wizard-stepper{grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:start;gap:18px;padding:8px 4px 0;display:grid}.wizard-step{text-align:center;justify-items:center;gap:8px;min-width:130px;display:grid}.wizard-step span{width:42px;height:42px;color:var(--text);background:#dfddd9;border-radius:50%;place-items:center;font-weight:900;display:grid}.wizard-step.active span{color:#fff;background:var(--primary)}.wizard-step.done span{color:#fff;background:var(--green)}.wizard-step strong{color:var(--ink)}.wizard-step small{color:var(--muted)}.wizard-line{background:var(--line-strong);border-radius:999px;height:2px;margin-top:21px}.wizard-line.done{background:var(--green)}.brew-summary-card{gap:20px;display:grid}.mini-summary{grid-template-columns:58px 1fr;align-items:center;gap:14px;display:grid}.mini-bag-label,.letter-badge{color:#fff;background:var(--primary);border-radius:12px;place-items:center;font-weight:900;display:grid}.mini-bag-label{width:58px;height:58px}.mini-summary h3,.mini-summary p,.mini-summary span{margin:0}.mini-summary h3{color:var(--ink)}.mini-summary p,.mini-summary span{color:var(--muted)}.success-note{color:var(--green-dark);background:var(--green-soft);border-radius:14px;padding:14px;font-weight:750;line-height:1.45}.timeline{gap:20px;display:grid;position:relative}.timeline:before{content:"";background:var(--line);width:2px;position:absolute;top:8px;bottom:8px;left:118px}.timeline-card{cursor:pointer;grid-template-columns:92px 28px 1fr;align-items:start;gap:16px;display:grid}.timeline-date{text-align:right}.timeline-date strong,.timeline-date span{display:block}.timeline-date strong{color:var(--ink)}.timeline-date span{color:var(--muted);margin-top:5px}.timeline-dot{border:4px solid var(--bg);background:var(--primary);z-index:1;border-radius:50%;width:16px;height:16px;margin:6px auto 0;position:relative}.timeline-content{transition:all .16s}.timeline-card:hover .timeline-content{box-shadow:var(--shadow);transform:translateY(-2px)}.brew-card-head{justify-content:space-between;align-items:flex-start}.brew-card-head h3{margin:0}.brew-card-head p,.timeline-content>p{margin:8px 0 0}.brew-recipe-card{gap:28px;display:grid}.recipe-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tasting-score .score-number{color:var(--ink);letter-spacing:-.08em;font-size:76px;font-weight:900;line-height:1}.step-list{gap:14px;margin:0;padding:0;list-style:none;display:grid}.step-list li{border:1px solid var(--line);background:#fffdf9;border-radius:15px;grid-template-columns:76px 1fr;gap:14px;padding:16px;display:grid}.step-list strong{color:var(--primary-dark)}.step-list span{color:var(--text);line-height:1.5}.tasting-list{gap:12px;display:grid}.tasting-list div{border:1px solid var(--line);background:#fffdf9;border-radius:15px;gap:5px;padding:15px;display:grid}.tasting-list strong{color:var(--ink)}.tasting-list span{color:var(--muted)}.search-layout{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:24px;display:grid}.search-main{gap:20px;display:grid}.hero-search{border-radius:16px;min-height:70px;padding:0 18px}.hero-search input{font-size:18px}.hero-search kbd{border:1px solid var(--line);min-width:28px;height:28px;color:var(--muted);background:#f8f3eb;border-radius:8px;place-items:center;font-size:13px;font-weight:850;display:grid}.results-head{min-height:46px;color:var(--muted)}.results-head strong{color:var(--ink)}.table-card{padding:0;overflow:auto}table{border-collapse:collapse;width:100%;min-width:860px}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:18px 16px}th{color:var(--ink);letter-spacing:.04em;text-transform:uppercase;background:#fffdf9;font-size:12px}td strong,td small{display:block}td strong{color:var(--ink)}td small{color:var(--muted);margin-top:4px}tr:last-child td{border-bottom:0}.table-product{grid-template-columns:42px 1fr;align-items:center;gap:12px;display:grid}.letter-badge{width:42px;height:42px}.suggested-searches{gap:16px;display:grid}.suggested-searches strong{color:var(--ink)}.filters-panel{gap:18px;display:grid;position:sticky;top:28px}.filters-head{justify-content:space-between}.filters-head button{color:var(--muted);background:0 0;border:0;font-weight:800}.active-filter-banner{color:#176066;background:#e2f0ef;border-radius:12px;justify-content:space-between;align-items:center;min-height:44px;padding:0 14px;font-weight:850;display:flex}.active-filter-banner button{color:inherit;background:0 0;border:0;font-size:18px}.brew-list-table{gap:10px;display:grid}.note-card p{margin:0}.equipment-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.equipment-card{gap:18px;display:grid}.equipment-icon{width:68px;height:68px;color:var(--primary-dark);background:var(--primary-soft);border-radius:18px;place-items:center;font-size:34px;display:grid}.equipment-card h3{margin:0 0 8px;font-size:24px}.equipment-card p{margin:0}.equipment-meta{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;gap:12px;padding-top:14px;font-weight:750;display:flex}.maintenance-list{display:grid}.insights-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.wide-card{grid-column:1/-1}.chart-card{min-height:340px}.bar-chart{gap:18px;margin-top:28px;display:grid}.bar-row{grid-template-columns:86px 1fr 44px;align-items:center;gap:14px;display:grid}.bar-row span{color:var(--ink);font-weight:800}.bar-row div{background:#eee8df;border-radius:999px;height:14px;overflow:hidden}.bar-row i{border-radius:inherit;background:linear-gradient(90deg, var(--primary), var(--primary-dark));height:100%;display:block}.bar-row strong{color:var(--muted);text-align:right}.ratio-map{border-left:2px solid var(--line-strong);border-bottom:2px solid var(--line-strong);background:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);background-size:100% 25%,25% 100%;min-height:245px;margin-top:20px;position:relative}.plot-point{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:44px;height:44px;font-size:13px;font-weight:850;display:grid;position:absolute;box-shadow:0 10px 24px #31572b33}.p1{bottom:34%;left:18%}.p2{background:var(--primary);bottom:68%;left:48%}.p3{bottom:50%;left:68%}.p4{background:var(--amber);bottom:18%;left:36%}.axis-label{color:var(--muted);font-size:13px;font-weight:800;position:absolute}.axis-label.x{bottom:-28px;right:8px}.axis-label.y{writing-mode:vertical-rl;top:8px;left:-26px;transform:rotate(180deg)}.insight-notes{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.insight-notes .inventory-alert{border:1px solid var(--line);background:#fffdf9;border-radius:16px;padding:16px}.account-layout{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:24px;display:grid}.profile-card{text-align:center}.profile-card h2{font-size:30px}.profile-card p{margin:8px 0 18px}.centered{justify-content:center}.empty-state{border:1px dashed var(--line-strong);text-align:center;background:#fffdf9;border-radius:16px;padding:28px}.empty-state strong{color:var(--ink)}.empty-state p{margin:8px 0 0}.toast{z-index:20;color:#fff;min-width:240px;box-shadow:var(--shadow);background:#2b1c17f0;border:1px solid #ffffff47;border-radius:14px;padding:16px 18px;font-weight:800;position:fixed;bottom:28px;right:28px}@media (width<=1240px){:root{--sidebar-width:252px}.brand strong{font-size:24px}.main-stage{padding-inline:32px}.stats-grid.four,.product-grid,.equipment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.equipment-toolbar{grid-template-columns:1fr}.equipment-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-list-item{grid-template-columns:116px minmax(0,1fr)}.product-list-side{grid-column:1/-1}.featured-product{grid-template-columns:220px minmax(0,1fr)}.freshness-panel{border-left:0;border-top:1px solid var(--line);grid-column:1/-1;padding-top:24px;padding-left:0}.freshness-panel .card-actions{justify-content:flex-start}.form-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=981px) and (height<=820px){.sidebar{gap:10px;padding:16px 20px 14px}.brand{gap:10px}.brand-mark{width:42px;height:42px}.brand strong{letter-spacing:-.03em;font-size:24px}.brand small{letter-spacing:.22em;margin-top:5px;font-size:9px}.side-nav{gap:4px;margin-top:2px}.side-nav a{border-radius:11px;gap:12px;min-height:38px;padding:0 14px;font-size:15px}.nav-icon{width:24px;height:24px}.sidebar-card{border-radius:14px;padding:10px 12px;box-shadow:0 10px 22px #35231b14}.sidebar .sidebar-card+.sidebar-card{margin-top:0}.sidebar-card strong{font-size:15px}.sidebar-card p{margin:4px 0 0;font-size:12.5px;line-height:1.3}.sidebar-cta-card p{display:none}.sidebar-card .btn{border-radius:11px;min-height:38px;margin-top:8px;padding:0 14px;font-size:13px}.side-footer{grid-template-columns:40px 1fr auto;gap:10px;padding-top:10px}.avatar{width:40px;height:40px}.side-footer strong{font-size:14px}.side-footer span{font-size:12px}}@media (width<=980px){.app-shell{grid-template-columns:1fr}.sidebar{height:auto;padding:22px;position:static}.side-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.side-nav a{justify-content:center;min-height:48px;padding:0 12px}.side-nav a span:last-child,.sidebar-card,.side-footer{display:none}.main-stage{padding:30px 20px 60px}.page-header,.toolbar-row,.results-head{flex-direction:column;align-items:stretch}.header-actions,.compact-actions{justify-content:flex-start}.search-and-sort{min-width:0}.equipment-toolbar{grid-template-columns:1fr}.equipment-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-product,.detail-hero,.product-identity-card,.form-layout,.brew-layout,.search-layout,.account-layout,.two-column,.insights-grid{grid-template-columns:1fr}.sticky-card,.filters-panel{position:static}.wizard-stepper{grid-template-columns:1fr;gap:10px}.wizard-line{display:none}.wizard-step{text-align:left;border:1px solid var(--line);background:#fffdf9;border-radius:14px;grid-template-columns:42px 1fr;justify-items:start;min-width:0;padding:12px}.wizard-step small{grid-column:2}.timeline:before{left:8px}.timeline-card{grid-template-columns:28px 1fr}.timeline-date{text-align:left;grid-column:2}.timeline-dot{grid-row:1/span 2}.timeline-content{grid-column:2}.insight-notes{grid-template-columns:1fr}}@media (width<=680px){.app-shell{display:block}.sidebar{display:none}.mobile-app-header{z-index:12;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffaf4f0;border-bottom:1px solid #eaded1db;grid-template-columns:44px 74px minmax(0,1fr) 44px;align-items:center;gap:10px;padding:10px 14px;display:grid;position:sticky;top:0;box-shadow:0 10px 22px #35231b14}.mobile-brand{place-items:center;width:44px;height:44px;display:grid}.mobile-brand img{object-fit:contain;width:38px;height:38px}.mobile-history-actions{grid-template-columns:repeat(2,34px);gap:6px;display:grid}.mobile-history-actions button{border:1px solid var(--line);width:34px;height:38px;color:var(--ink);background:var(--panel);box-shadow:var(--shadow-soft);cursor:pointer;border-radius:12px;place-items:center;display:grid}.mobile-title{min-width:0}.mobile-title strong,.mobile-title span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.mobile-title strong{color:var(--ink);font-size:16px;line-height:1.1}.mobile-title span{color:var(--muted);margin-top:3px;font-size:12px;font-weight:750}.mobile-more-menu{justify-self:end;position:relative}.mobile-more-menu summary{border:1px solid var(--line);width:44px;height:44px;color:var(--ink);background:var(--panel);box-shadow:var(--shadow-soft);cursor:pointer;border-radius:14px;place-items:center;list-style:none;display:grid}.mobile-more-menu summary::-webkit-details-marker{display:none}.mobile-more-menu nav{z-index:14;border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow);border-radius:18px;gap:8px;padding:12px;display:grid;position:fixed;top:68px;left:14px;right:14px}.mobile-more-menu nav a,.mobile-bottom-nav a{min-width:0;color:var(--text);text-align:center;place-items:center;gap:4px;font-size:11px;font-weight:800;display:grid}.mobile-more-menu nav a{text-align:left;border-radius:12px;grid-template-columns:24px 1fr;justify-items:start;min-height:44px;padding:0 12px;font-size:14px}.mobile-more-menu nav a.active,.mobile-bottom-nav a.active{color:var(--primary-dark);background:var(--primary-soft)}.mobile-bottom-nav{right:10px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:13;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffdf9f5;border:1px solid #decbb9eb;border-radius:22px;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;min-height:66px;padding:8px;display:grid;position:fixed;left:10px;box-shadow:0 18px 42px #35231b2e}.mobile-bottom-nav a{border-radius:14px;min-height:50px;padding:6px 2px}.mobile-bottom-nav span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.main-stage{min-width:0;padding:18px 14px calc(104px + env(safe-area-inset-bottom))}.page-header h1{font-size:36px}.stats-grid.four,.product-grid,.equipment-grid,.equipment-filter-grid,.form-grid.two,.form-grid.three,.spec-grid,.detail-metrics,.recipe-grid,.mini-metrics{grid-template-columns:1fr}.view-switcher{width:100%}.view-switcher .btn{flex:96px}.product-list-item{grid-template-columns:1fr}.product-list-item .coffee-product-image.mini,.product-list-item .coffee-bag.mini{width:100%;max-width:220px}.stat-card{grid-template-columns:64px 1fr;min-height:112px;padding:18px}.stat-icon{width:58px;height:58px;font-size:26px}.featured-product{padding:24px 18px}.featured-product>.favorite-button{top:18px;left:18px}.card{padding:18px}.segmented{grid-template-columns:1fr;grid-auto-flow:row;width:100%}.segmented button{width:100%}.filter-row .push-right{width:100%;margin-left:0}.remaining-block,.card-actions,.brew-card-head{flex-direction:column;align-items:stretch}.brew-row{grid-template-columns:42px 1fr}.brew-row .rating{grid-column:2}.definition-grid,.summary-list{grid-template-columns:1fr;gap:4px}.definition-grid dd,.summary-list dd{text-align:left;margin-bottom:10px}}.wizard-step{text-decoration:none}.brew-wizard-page .wizard-stepper{margin-bottom:2px}.selection-layout{align-items:start}.coffee-selection-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr));gap:18px;display:grid}.coffee-select-card{text-align:left;width:100%;color:inherit;background:#ffffffe0;border:1px solid #0000;grid-template-columns:150px minmax(0,1fr);align-items:start;gap:18px;transition:all .16s;display:grid;position:relative}.coffee-select-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.coffee-select-card.selected{background:linear-gradient(#fffdf9 0%,#fff4ed 100%);border-color:#d763457a;box-shadow:0 18px 42px #c7523424}.coffee-select-card .coffee-bag.mini,.coffee-select-card .coffee-product-image.mini{width:144px;min-height:150px}.coffee-select-content{gap:14px;min-width:0;display:grid}.coffee-select-card .compact-title{padding-right:52px}.coffee-select-card .compact-title>div{min-width:0}.coffee-select-content>p{color:var(--muted);margin:0;line-height:1.5}.coffee-select-card .freshness-bar{max-width:calc(100% - 24px)}.choice-check{z-index:1;width:32px;height:32px;color:var(--primary-dark);border:1px solid var(--line);background:#fffdf9;border-radius:999px;place-items:center;font-weight:900;display:grid;position:absolute;top:16px;right:16px}.coffee-select-card.selected .choice-check{color:#fff;background:var(--primary);border-color:#0000}.summary-highlight{border:1px solid var(--line);background:#fff8ef;border-radius:16px;gap:10px;padding:14px;display:grid}.summary-highlight span{color:var(--ink);justify-content:space-between;align-items:center;gap:14px;font-weight:780;display:flex}.summary-highlight strong{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:12px;font-weight:900}.brew-step-builder{grid-template-columns:260px minmax(0,1fr);gap:18px;display:grid}.brew-step-list{gap:10px;display:grid}.brew-timer-panel{border:1px solid var(--line);background:#fff;border-radius:14px;gap:10px;padding:12px;display:grid}.brew-timer-panel strong{color:var(--ink);font-size:28px}.brew-timer-panel div{flex-wrap:wrap;gap:8px;display:flex}.brew-step-card{border:1px solid var(--line);text-align:left;min-height:70px;color:var(--text);background:#fffdf9;border-radius:15px;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:12px;padding:12px;transition:all .16s;display:grid}.brew-step-card:hover,.brew-step-card.active{box-shadow:var(--shadow-soft);border-color:#d763456b;transform:translateY(-1px)}.brew-step-card.active{background:#fff4ed}.brew-step-card strong,.brew-step-card small{display:block}.brew-step-card strong{color:var(--ink);line-height:1.2}.brew-step-card small{color:var(--muted);margin-top:4px;line-height:1.35}.step-index{width:36px;height:36px;color:var(--primary-dark);background:var(--primary-soft);border-radius:12px;place-items:center;font-weight:900;display:grid}.active-step-panel{gap:18px;padding:22px;display:grid}.active-step-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.active-step-panel h3{color:var(--ink);letter-spacing:-.04em;margin:-8px 0 0;font-size:28px}.active-step-panel p{color:var(--text);margin:0;line-height:1.55}.active-step-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.cue-note{color:var(--green-dark);background:var(--green-soft);border-radius:14px;gap:5px;padding:14px;display:grid}.cue-note strong{color:var(--green-dark)}.summary-mini-card{border:1px solid var(--line);background:#fffdf9;border-radius:18px;gap:14px;padding:16px;display:grid}.score-editor{grid-template-columns:minmax(0,1fr) 240px;align-items:center;gap:24px;display:grid}.inline-score{gap:12px;display:grid}.attribute-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.attribute-scale{border:1px solid var(--line);background:#fffdf9;border-radius:16px;gap:10px;padding:16px;display:grid}.attribute-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.attribute-head strong{color:var(--ink)}.attribute-head b{color:var(--primary-dark)}.attribute-scale input[type=range]{width:100%;accent-color:var(--primary)}.attribute-scale small{color:var(--muted);line-height:1.4}.flavor-picker,.snapshot-list{flex-wrap:wrap;gap:10px;display:flex}.taste-tag.pickable{border:1px solid #0000}.taste-tag.pickable.active{color:#fff;background:var(--primary);border-color:var(--primary-dark)}.snapshot-list span{min-height:32px;color:var(--green-dark);background:var(--green-soft);border-radius:999px;align-items:center;padding:0 12px;font-weight:800;display:inline-flex}.muted-copy{color:var(--muted);margin:0;line-height:1.5}.wizard-actions{justify-content:flex-end;gap:12px;display:flex}.review-hero{background:linear-gradient(135deg,#fffdf9,#edf4e9);grid-template-columns:78px minmax(0,1fr) auto;align-items:center;gap:22px;display:grid}.review-status-mark{color:#fff;background:var(--green);border-radius:24px;place-items:center;width:78px;height:78px;font-size:38px;font-weight:900;display:grid}.review-hero h2{color:var(--ink);letter-spacing:-.045em;margin:0;font-size:30px}.review-hero p{color:var(--muted);margin:8px 0 0;line-height:1.5}.equipment-card{padding:0;overflow:hidden}.equipment-card-link{width:100%;min-height:100%;color:inherit;text-align:left;background:0 0;border:0;gap:18px;padding:24px;display:grid}.equipment-card-link:hover{background:linear-gradient(#fffdf9f2,#fff4eda8)}.equipment-preview{gap:20px;display:grid}.equipment-preview h3{color:var(--ink);letter-spacing:-.04em;margin:0 0 8px;font-size:26px}.equipment-preview p{color:var(--muted);margin:0;line-height:1.5}.large-icon{width:86px;height:86px;font-size:44px}.jumbo-icon{border-radius:30px;width:132px;height:132px;font-size:64px}.equipment-detail-hero{grid-template-columns:150px minmax(0,1fr)}@media (width<=1240px){.coffee-selection-grid,.brew-step-builder{grid-template-columns:1fr}}@media (width<=980px){.score-editor,.review-hero,.equipment-detail-hero{grid-template-columns:1fr}.review-hero .rating{justify-content:flex-start}}@media (width<=680px){.coffee-select-card,.active-step-grid,.attribute-grid{grid-template-columns:1fr}.coffee-select-card .coffee-bag.mini,.coffee-select-card .coffee-product-image.mini{width:100%;min-height:180px}.wizard-actions{flex-direction:column}}.auth-brand{color:var(--ink);align-items:center;gap:14px;display:inline-flex}.auth-brand.compact .brand-mark{width:46px;height:46px;font-size:30px}.auth-brand strong{letter-spacing:-.04em;font-size:28px;line-height:1;display:block}.auth-brand.compact strong{font-size:24px}.auth-brand small{color:var(--primary);letter-spacing:.28em;text-transform:uppercase;margin-top:7px;font-size:11px;font-weight:850;display:block}.landing-page{width:min(100% - 44px,1240px);margin:0 auto;padding:28px 0 48px}.landing-nav{z-index:10;min-height:78px;box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffaf4e0;border:1px solid #eaded1db;border-radius:24px;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:12px 14px 12px 18px;display:grid;position:sticky;top:18px}.landing-nav nav,.landing-nav-actions,.landing-hero-actions,.landing-trust-row,.landing-cta-actions,.session-actions,.profile-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.landing-nav nav{justify-content:center}.landing-nav nav button{color:var(--text);background:0 0;border:0;font-weight:850}.landing-nav nav button:hover{color:var(--primary-dark)}.landing-hero{grid-template-columns:minmax(0,1fr) 500px;align-items:center;gap:42px;min-height:calc(100vh - 128px);padding:74px 0 48px;display:grid}.landing-hero-copy h1,.landing-section-head h2,.landing-cta h2,.auth-hero-copy h1,.auth-form-card h2,.session-card h2{color:var(--ink);letter-spacing:-.06em;margin:0}.landing-hero-copy h1{max-width:720px;font-size:clamp(46px,7vw,82px);line-height:.91}.landing-hero-copy p{max-width:650px;color:var(--text);margin:24px 0 30px;font-size:20px;line-height:1.55}.landing-trust-row{color:var(--green-dark);margin-top:20px;font-weight:850}.landing-trust-row span{background:var(--green-soft);border-radius:999px;align-items:center;min-height:34px;padding:0 12px;display:inline-flex}.landing-mockup{background:radial-gradient(circle at 100% 0,#d7634529,#0000 34%),radial-gradient(circle at 0 100%,#496f3e26,#0000 34%),#ffffffd1;border-radius:34px;gap:20px;padding:24px;display:grid;position:relative;overflow:hidden}.mockup-toolbar{gap:8px;display:flex}.mockup-toolbar span{background:var(--line-strong);border-radius:50%;width:12px;height:12px}.mockup-product{grid-template-columns:176px minmax(0,1fr);align-items:center;gap:26px;display:grid}.mockup-product h3{color:var(--ink);letter-spacing:-.045em;margin:14px 0 10px;font-size:34px;line-height:1}.mockup-product p{color:var(--muted);margin:0 0 16px;line-height:1.5}.mockup-brew-card{border:1px solid var(--line);background:#fffdf9;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.mockup-brew-card strong,.mockup-brew-card span{display:block}.mockup-brew-card strong{color:var(--ink)}.mockup-brew-card span{color:var(--muted);margin-top:4px}.mockup-chart{background:linear-gradient(var(--line) 1px, transparent 1px), #fffdf9;background-size:100% 25%;border-radius:20px;align-items:end;gap:12px;height:140px;padding:18px;display:flex}.mockup-chart span{background:linear-gradient(180deg, var(--primary), var(--primary-dark));border-radius:999px 999px 10px 10px;flex:1;min-height:24px}.landing-metric-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:88px;padding:24px;display:grid}.landing-metric-strip div{border-right:1px solid var(--line);padding:10px 18px}.landing-metric-strip div:last-child{border-right:0}.landing-metric-strip strong,.landing-metric-strip span{display:block}.landing-metric-strip strong{color:var(--ink);letter-spacing:-.055em;font-size:38px;line-height:1}.landing-metric-strip span{color:var(--muted);margin-top:8px;font-weight:800}.landing-section{margin-bottom:92px;scroll-margin-top:120px}.landing-section-head{max-width:750px;margin-bottom:30px}.landing-section-head.compact{max-width:680px}.landing-section-head h2,.landing-cta h2{font-size:clamp(34px,5vw,56px);line-height:.98}.landing-section-head p,.landing-cta p{color:var(--muted);margin:16px 0 0;font-size:18px;line-height:1.55}.landing-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.landing-feature-card{align-content:start;gap:16px;min-height:245px;display:grid}.landing-feature-icon{width:62px;height:62px;color:var(--primary-dark);background:var(--primary-soft);border-radius:18px;place-items:center;font-size:30px;display:grid}.landing-feature-card h3,.workflow-step-card h3{color:var(--ink);letter-spacing:-.035em;margin:0}.landing-feature-card h3{font-size:24px}.landing-feature-card p,.workflow-step-card p{color:var(--muted);margin:0;line-height:1.55}.workflow-section{border:1px solid var(--line);background:linear-gradient(135deg,#fffdf9cc,#eff6ebcc);border-radius:34px;padding:42px}.workflow-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.workflow-step-card{border:1px solid var(--line);background:#ffffffc7;border-radius:20px;gap:12px;padding:22px;display:grid}.workflow-step-card span{color:#fff;background:var(--green);border-radius:14px;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.workflow-step-card h3{font-size:22px}.landing-cta{background:radial-gradient(circle at 100% 0,#d7634524,#0000 28%),#ffffffdb;border-radius:30px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;padding:34px;display:grid}.landing-footer{color:var(--muted);justify-content:space-between;align-items:center;gap:18px;padding:30px 2px 0;font-weight:800;display:flex}.legal-page{background:var(--cream-50);min-height:100vh;color:var(--ink-900)}.legal-header{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-5) clamp(var(--space-4), 5vw, var(--space-8));display:flex}.legal-header nav{gap:var(--space-4);display:flex}.legal-header a,.legal-copy a{color:inherit}.legal-copy{width:min(860px,100% - 32px);padding:var(--space-6) 0 var(--space-10);margin:0 auto}.legal-copy h1{margin:var(--space-2) 0 var(--space-4)}.legal-copy h2{margin:var(--space-7) 0 var(--space-2);font-size:var(--font-lg)}.auth-shell{grid-template-columns:minmax(420px,.92fr) minmax(0,1fr);min-height:100vh;display:grid}.auth-hero-panel{border-right:1px solid var(--line);background:radial-gradient(circle at 86% 20%,#d7634529,#0000 34%),radial-gradient(circle at 8% 76%,#496f3e2e,#0000 34%),linear-gradient(#f6ece2,#fff8ef);flex-direction:column;gap:34px;min-height:100vh;padding:46px;display:flex;position:sticky;top:0}.auth-hero-copy{margin-top:auto}.auth-hero-copy h1{max-width:620px;font-size:clamp(40px,5vw,66px);line-height:.94}.auth-hero-copy p{max-width:560px;color:var(--text);margin:22px 0 0;font-size:18px;line-height:1.6}.auth-preview-card{gap:18px;margin-top:auto;display:grid}.auth-preview-main{grid-template-columns:118px minmax(0,1fr);align-items:center;gap:18px;display:grid}.auth-preview-main strong,.auth-preview-main span,.auth-preview-main small{display:block}.auth-preview-main strong{color:var(--ink);letter-spacing:-.035em;font-size:24px}.auth-preview-main span{color:var(--text);margin-top:6px;font-weight:780}.auth-preview-main small{color:var(--muted);margin-top:10px;line-height:1.4}.auth-preview-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.auth-preview-stats span{color:var(--muted);background:#fffdf9;border-radius:14px;gap:4px;padding:14px;font-weight:800;display:grid}.auth-preview-stats strong{color:var(--ink);font-size:24px;line-height:1}.auth-form-panel{place-items:center;min-width:0;padding:48px min(6vw,82px);display:grid}.auth-form-card{border-radius:30px;gap:22px;width:min(100%,560px);padding:34px;display:grid}.auth-mobile-brand{display:none}.auth-form-card h2{font-size:clamp(32px,4vw,46px);line-height:1}.auth-form-card>p{color:var(--muted);margin:-8px 0 2px;line-height:1.55}.auth-form,.onboarding-stack{gap:16px;display:grid}.auth-form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.auth-field{gap:8px;display:grid}.auth-field>span{color:var(--ink);font-size:14px;font-weight:850}.auth-input-shell{border:1px solid var(--line);background:#fffdf9;border-radius:14px;grid-template-columns:42px minmax(0,1fr);align-items:center;min-height:54px;display:grid;overflow:hidden}.auth-input-shell:focus-within{border-color:#d7634594;box-shadow:0 0 0 4px #d763451a}.auth-input-shell b{color:var(--primary-dark);place-items:center;font-weight:900;display:grid}.auth-input-shell input{width:100%;min-width:0;min-height:52px;color:var(--ink);background:0 0;border:0;outline:0}.password-shell{grid-template-columns:42px minmax(0,1fr) auto}.password-shell button{border:0;border-left:1px solid var(--line);color:var(--green-dark);background:#fffaf3;align-self:stretch;padding:0 14px;font-weight:850}.auth-form-row.split{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.auth-form-row a,.auth-footer-note a,.session-card a,.landing-footer a{color:var(--primary-dark);font-weight:850}.auth-check-row{color:var(--text);align-items:flex-start;gap:10px;font-weight:750;line-height:1.4;display:inline-flex}.auth-check-row input{width:18px;height:18px;accent-color:var(--primary);margin-top:1px}.auth-divider{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;font-size:13px;font-weight:850;display:grid}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);height:1px}.social-auth-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.auth-footer-note{border-top:1px solid var(--line);color:var(--muted);text-align:center;padding-top:18px;line-height:1.5}.session-card{text-align:center;background:linear-gradient(#fffdf9,#f0f6ed);justify-items:center;gap:14px;padding:28px;display:grid}.session-icon{color:#fff;background:var(--green);border-radius:22px;place-items:center;width:72px;height:72px;font-size:34px;font-weight:900;display:grid}.session-card h2{font-size:30px}.session-card p{max-width:430px;color:var(--muted);margin:0;line-height:1.55}.session-actions{justify-content:center;margin-top:8px}.onboarding-choice-panel{border:1px solid var(--line);background:#fffdf9;border-radius:16px;gap:14px;padding:16px;display:grid}.onboarding-choice-panel strong{color:var(--ink)}.side-profile-link strong,.side-profile-link span{display:block}.side-profile-link span{color:var(--muted)}.side-logout{border:1px solid var(--line);width:42px;height:42px;color:var(--primary-dark);background:#fffdf9;border-radius:12px;place-items:center;font-weight:900;display:grid}.side-logout:hover{background:var(--primary-soft)}.profile-actions{grid-template-columns:1fr;margin-top:22px;display:grid}.session-link-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.session-link-card{box-shadow:none;background:#fffdf9;border-radius:16px;gap:6px;padding:16px;display:grid}.session-card-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.session-card-header .btn{min-height:36px;padding:0 12px}.session-link-card:hover{box-shadow:var(--shadow-soft);transform:translateY(-1px)}.session-link-card strong{color:var(--ink)}.session-link-card span{color:var(--muted);line-height:1.4}@media (width<=1180px){.landing-hero{grid-template-columns:1fr;min-height:auto}.landing-mockup{width:min(100%,720px)}.landing-feature-grid,.workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-shell{grid-template-columns:1fr}.auth-hero-panel{min-height:auto;position:static}.auth-preview-card{max-width:640px}.session-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=860px){.landing-page{width:min(100% - 28px,1240px)}.landing-nav{grid-template-columns:1fr;position:static}.landing-nav nav{justify-content:flex-start}.landing-hero{padding-top:44px}.mockup-product,.landing-cta,.auth-preview-main,.auth-form-grid.two{grid-template-columns:1fr}.landing-metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-metric-strip div:nth-child(2n){border-right:0}.auth-hero-panel{padding:28px}.auth-form-panel{padding:28px 18px 48px}.auth-form-card{padding:24px}}@media (width<=620px){.landing-hero-copy h1{font-size:44px}.landing-feature-grid,.workflow-grid,.landing-metric-strip,.social-auth-grid,.session-link-grid{grid-template-columns:1fr}.workflow-section,.landing-cta{padding:22px}.landing-metric-strip div{border-right:0;border-bottom:1px solid var(--line)}.landing-metric-strip div:last-child{border-bottom:0}.auth-hero-panel{display:none}.auth-mobile-brand{display:block}.auth-form-row.split,.landing-footer{flex-direction:column;align-items:flex-start}.session-actions .btn,.landing-cta-actions .btn,.landing-hero-actions .btn,.landing-nav-actions .btn{width:100%}}.screen-fallback{place-items:center;min-height:100vh;padding:28px;display:grid}.fallback-card{text-align:left;gap:18px;width:min(100%,680px);display:grid}.fallback-card h1{color:var(--ink);letter-spacing:-.055em;margin:0;font-size:clamp(34px,5vw,56px);line-height:.98}.fallback-card p{color:var(--muted);margin:0;font-size:18px;line-height:1.55}.fallback-actions{flex-wrap:wrap;gap:12px;display:flex}.avatar img{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
