:root{color:#17171a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--ink:#17171a;--paper:#fcfcfb;--wash:#f1f1ee;--muted:#8a8a85;--accent:#f6821f;--accent-soft:#fbad41;--accent-ink:#b0570f;--accent-wash:#f6821f1a;--line:#17171a1f;background:#fcfcfb;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{background:var(--paper);min-width:320px;margin:0}button,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button{color:inherit}img{max-width:100%;display:block}a{color:inherit}::selection{color:var(--ink);background:var(--accent-soft)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.app{grid-template:"catalog cart"minmax(0,1fr)"footer cart"/minmax(0,1fr) 300px;column-gap:40px;height:100dvh;padding:32px 36px 22px;display:grid}.catalog{grid-area:catalog;grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 26px;min-height:0;display:grid}.product-card{flex-direction:column;min-width:0;min-height:0;display:flex}.product-image-wrap{background:var(--wash);flex:1;min-height:0;position:relative;overflow:hidden}.product-image{object-fit:cover;filter:grayscale(.32)contrast(.96);width:100%;height:100%;transition:filter .3s}.product-card:hover .product-image{filter:none}.product-image-wrap:after{background:var(--accent);transform-origin:0;content:"";height:3px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.product-card:hover .product-image-wrap:after{transform:scaleX(1)}.product-line{justify-content:space-between;align-items:baseline;gap:14px;margin-top:12px;display:flex}.product-line p{color:var(--accent-ink)}.product-card h3{letter-spacing:-.015em;margin:0;font-size:.9rem;font-weight:500}.product-card p{margin:0;font-size:.78rem}.product-meta{color:var(--muted);justify-content:space-between;align-items:baseline;gap:14px;margin-top:4px;display:flex}.product-meta p{text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.cart{border-left:1px solid var(--line);flex-direction:column;grid-area:cart;min-height:0;padding-left:26px;display:flex}.cart-count{color:var(--accent-ink)}.cart h2{letter-spacing:.06em;text-transform:uppercase;margin:0 0 18px;font-size:.78rem;font-weight:500}.cart h2 span{color:var(--accent)}.cart-empty{color:var(--muted);margin:0;font-size:.78rem;line-height:1.5}.cart-lines{flex:1;min-height:0;margin:0;padding:0;list-style:none;overflow-y:auto}.cart-line{border-top:1px solid var(--line);padding:12px 0}.cart-line:first-child{border-top:0;padding-top:0}.cart-line-top{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.cart-line h3,.cart-line p{margin:0;font-size:.82rem;font-weight:500}.cart-line-actions{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.quantity-control{border:1px solid var(--line);align-items:center;display:inline-flex}.quantity-control button,.quantity-control span{background:0 0;border:0;place-items:center;width:24px;height:22px;padding:0;font-size:.72rem;display:grid}.quantity-control button{cursor:pointer}.quantity-control button:hover:not(:disabled){color:var(--accent-ink);background:var(--accent-wash)}.quantity-control button:disabled{opacity:.3;cursor:not-allowed}.cart-summary{border-top:1px solid var(--line);justify-content:space-between;gap:16px;margin-top:auto;padding-top:14px;display:flex}.cart-summary p{margin:0;font-size:.82rem;font-weight:500}.cart-summary p:last-child{color:var(--accent-ink)}.app-footer{border-top:1px solid var(--line);border-image:linear-gradient(to right, var(--accent) 0 96px, var(--line) 96px) 1;grid-area:footer;justify-content:space-between;align-items:center;gap:24px;margin-top:22px;padding-top:14px;display:flex}.app-footer p{color:var(--muted);margin:0;font-size:.72rem}.app-footer strong{color:var(--accent-ink);font-weight:500}.footer-controls{align-items:center;gap:20px;display:flex}.roast-filter-form{border-right:1px solid var(--line);align-items:center;gap:7px;padding-right:20px;display:inline-flex}.roast-filter-form label{color:var(--muted);font-size:.72rem}.roast-filter-form select{border:0;border-bottom:1px solid var(--line);width:72px;color:var(--ink);font:inherit;cursor:pointer;background:0 0;border-radius:0;padding:2px 14px 2px 4px;font-size:.72rem}.roast-filter-form select:focus-visible{outline:1px solid var(--ink);outline-offset:2px}.text-button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0;font-size:.72rem}.text-button:hover{color:var(--accent-ink)}.add-button{white-space:nowrap;cursor:pointer;background:0 0;border:0;border-bottom:1px solid;padding:0;font-size:.72rem}.add-button:hover{color:var(--accent-ink)}.webmcp-status{color:var(--muted);align-items:center;gap:7px;font-size:.72rem;display:inline-flex}.webmcp-status>span{background:#b9b9b4;border-radius:50%;width:6px;height:6px}.webmcp-status.is-ready>span{background:var(--accent);box-shadow:0 0 0 3px var(--accent-wash)}.notice{z-index:100;border-left:3px solid var(--accent);max-width:min(360px,100vw - 44px);color:var(--paper);background:var(--ink);align-items:center;gap:16px;padding:10px 10px 10px 14px;font-size:.74rem;line-height:1.4;display:flex;position:fixed;top:22px;right:22px}.notice button{color:inherit;cursor:pointer;background:0 0;border:0;padding:0 4px;font-size:1rem}@media (width<=1100px),(height<=620px){.app{grid-template:"catalog""cart""footer"/minmax(0,1fr);row-gap:32px;height:auto;min-height:100dvh;padding:24px}.catalog{grid-template-rows:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.product-image-wrap{aspect-ratio:4/3;flex:none}.cart{border-left:0;padding-left:0}.app-footer{margin-top:0}}@media (width<=620px){.catalog{grid-template-columns:minmax(0,1fr)}.app-footer{flex-direction:column;align-items:start;gap:12px}.footer-controls{flex-wrap:wrap;gap:12px 20px}.notice{max-width:none;inset:auto 16px 16px}}
