.map-wrapper{flex:1;min-height:0}.popup{min-width:170px;max-width:230px;font-family:var(--font-body)}.popup-img{width:100%;height:110px;object-fit:cover;border-radius:8px;margin-bottom:8px}.popup-img-placeholder{display:flex;align-items:center;justify-content:center;background:var(--color-surface-soft);color:var(--color-orange)}.popup-img-placeholder svg{width:28px;height:28px}.popup strong{display:block;font-family:var(--font-display);font-size:.98rem;font-weight:600;margin-bottom:4px;color:var(--color-brown-dark)}.popup p{font-size:.82rem;color:var(--color-text-soft);line-height:1.35;white-space:pre-line}.popup-distance{margin-top:4px;font-weight:600;color:var(--color-orange)}.list-scroll{flex:1;min-height:0;display:flex;flex-direction:column}.shed-list{flex:1;min-height:0;list-style:none;padding:14px 16px 24px;display:flex;flex-direction:column;gap:12px;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.shed-card{display:flex;flex-direction:column;gap:10px;background:var(--color-surface);border-radius:var(--radius-md);padding:12px;border:1px solid var(--color-border);box-shadow:var(--shadow-sm);cursor:pointer;transition:box-shadow .18s ease,transform .18s ease}.shed-card-top{display:flex;gap:14px}.shed-card:hover,.shed-card:focus-visible{box-shadow:var(--shadow-md);transform:translateY(-1px)}.shed-card--selected{border-color:var(--color-orange);box-shadow:0 0 0 2px var(--color-orange),var(--shadow-md)}.shed-img{width:88px;height:88px;object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0}.shed-img-placeholder{display:flex;align-items:center;justify-content:center;background:var(--color-surface-soft);color:var(--color-orange)}.shed-img-placeholder svg{width:32px;height:32px}.shed-info{display:flex;flex-direction:column;justify-content:center;min-width:0}.shed-info h2{font-family:var(--font-display);font-size:1.02rem;font-weight:600;margin-bottom:4px;color:var(--color-text)}.shed-card--featured{border-color:var(--color-orange);background:linear-gradient(180deg,rgba(214,40,57,.06),var(--color-surface) 60%);box-shadow:0 0 0 1px var(--color-orange),var(--shadow-md)}.featured-tag{display:inline-flex;align-items:center;align-self:flex-start;gap:3px;font-size:.7rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#fff;background:var(--color-orange);padding:2px 8px;border-radius:999px;margin-bottom:4px}.shed-status{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:5px}.status-badge{font-size:.72rem;font-weight:700;padding:2px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap}.status-badge.open{background:#e3f3e3;color:var(--color-success)}.status-badge.closed{background:var(--color-surface-soft);color:var(--color-text-soft)}.shed-city{font-weight:500;color:var(--color-text)}.shed-info p{font-size:.85rem;color:var(--color-text-soft);line-height:1.4;white-space:pre-line}.shed-distance{margin-top:2px;font-weight:600;color:var(--color-orange)}.directions-btn{display:block;text-align:center;padding:7px 12px;background:var(--color-surface-soft);border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.82rem;font-weight:600;color:var(--color-brown);text-decoration:none;transition:background .15s ease,color .15s ease}.directions-btn:hover{background:var(--color-brown);color:#fff;border-color:var(--color-brown)}.list-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--color-text-soft);padding:40px 16px}.list-empty-icon{width:36px;height:36px;color:var(--color-text-faint)}.shed-extra{display:flex;flex-direction:column;gap:6px}.shed-hours{font-size:.84rem;font-weight:600;color:var(--color-success)}.shed-stocked{font-size:.82rem;color:var(--color-text-soft)}.shed-socials{display:flex;flex-wrap:wrap;gap:6px}.shed-socials a{font-size:.78rem;font-weight:600;color:var(--color-brown);background:var(--color-surface-soft);border:1px solid var(--color-border);border-radius:999px;padding:3px 10px;text-decoration:none}.shed-socials a:hover{background:var(--color-brown);color:#fff;border-color:var(--color-brown)}.shed-detail{position:relative;display:flex;flex-direction:column;padding-bottom:24px;animation:detail-in .22s ease}@keyframes detail-in{0%{opacity:0;transform:translateY(6px)}}.shed-detail-close{position:absolute;top:12px;right:12px;z-index:2;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:none;background:#ffffffeb;color:var(--color-text);box-shadow:var(--shadow-sm);transition:background .15s ease}.shed-detail-close:hover{background:#fff}.shed-detail-close svg{width:16px;height:16px}.shed-detail-head{display:flex;gap:14px;padding:16px 56px 0 16px}.shed-detail-imgcol{display:flex;flex-direction:column;align-items:center;gap:10px;flex-shrink:0}.shed-detail-socials{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.social-icon{display:flex;align-items:center;justify-content:center;color:var(--color-orange);transition:transform .15s ease,color .15s ease}.social-icon svg{width:26px;height:26px;display:block}.social-icon:hover{transform:scale(1.12);color:var(--color-orange-dark)}.shed-detail-img{width:104px;height:104px;flex-shrink:0;object-fit:cover;border-radius:var(--radius-md)}.shed-detail-img.shed-img-placeholder{display:flex;align-items:center;justify-content:center;background:var(--color-surface-soft);color:var(--color-orange)}.shed-detail-img.shed-img-placeholder svg{width:40px;height:40px}.shed-detail-heading{display:flex;flex-direction:column;gap:6px;min-width:0}.shed-detail-body{display:flex;flex-direction:column;gap:8px;padding:14px 16px 16px}.shed-detail-heading h2{font-family:var(--font-display);font-size:1.2rem;font-weight:600;color:var(--color-text);line-height:1.2}.shed-detail-address{font-size:.9rem;color:var(--color-text-soft);line-height:1.4;white-space:pre-line}.shed-hours-block{margin-top:4px}.shed-hours-block h3{font-family:var(--font-display);font-size:.95rem;font-weight:600;color:var(--color-text);margin-bottom:6px}.shed-hours-table{width:100%;border-collapse:collapse;font-size:.86rem}.shed-hours-table th{text-align:left;font-weight:500;color:var(--color-text-soft);padding:4px 0}.shed-hours-table td{text-align:right;color:var(--color-text);padding:4px 0}.shed-hours-table tr.is-today th,.shed-hours-table tr.is-today td{font-weight:700;color:var(--color-brown)}.shed-detail-body .directions-btn{margin-top:6px;padding:10px 12px;font-size:.9rem}.shed-page-link{display:block;text-align:center;margin-top:8px;font-size:.85rem;font-weight:600;color:var(--color-brown);text-decoration:underline}.shed-page-link:hover{color:var(--color-orange-dark)}.search-bar{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:12px 16px;background:var(--color-surface-soft);border-bottom:1px solid var(--color-border);max-height:200px;overflow:hidden;transition:max-height .34s cubic-bezier(.34,1.26,.64,1),padding .34s cubic-bezier(.34,1.26,.64,1),opacity .24s ease,border-color .24s ease}.search-bar--collapsed{max-height:0;padding-top:0;padding-bottom:0;opacity:0;border-bottom-color:transparent;pointer-events:none}.near-me-btn{display:flex;align-items:center;gap:7px;background:var(--color-orange);color:#fff;border:none;border-radius:var(--radius-sm);padding:10px 16px;font-size:.88rem;font-weight:600;white-space:nowrap;box-shadow:var(--shadow-sm);transition:background .15s ease,transform .1s ease}.near-me-btn .btn-icon{width:16px;height:16px}.near-me-btn:hover:not(:disabled){background:var(--color-orange-dark)}.near-me-btn:active:not(:disabled){transform:scale(.97)}.near-me-btn:disabled{opacity:.6;cursor:not-allowed}.postcode-form{display:flex;gap:6px}.postcode-input-wrap{position:relative;display:flex;align-items:center}.postcode-input-icon{position:absolute;left:11px;width:15px;height:15px;color:var(--color-text-faint);pointer-events:none}.postcode-form input{border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:9px 12px 9px 32px;font-size:.9rem;width:150px;outline:none;background:var(--color-surface);transition:border-color .15s ease}.postcode-form input:focus{border-color:var(--color-orange)}.postcode-form button{background:var(--color-brown);color:#fff;border:none;border-radius:var(--radius-sm);padding:9px 16px;font-size:.9rem;font-weight:600;transition:background .15s ease,transform .1s ease}.postcode-form button:hover:not(:disabled){background:var(--color-brown-dark)}.postcode-form button:active:not(:disabled){transform:scale(.97)}.postcode-form button:disabled{opacity:.5;cursor:not-allowed}.search-error{width:100%;color:var(--color-error);font-size:.85rem;margin-top:2px}@media (max-width: 480px){.near-me-label{display:none}.postcode-form,.postcode-input-wrap{flex:1}.postcode-form input{width:100%}}.town-banner{background:var(--color-surface);border-bottom:1px solid var(--color-border);max-height:200px;overflow:hidden;transition:max-height .3s ease,opacity .25s ease,padding .3s ease;opacity:1}.town-banner--hidden{max-height:0;opacity:0;border-bottom-color:transparent}.town-banner-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px 16px}.town-banner-title{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--color-brown-dark);line-height:1.2}.town-banner-intro{margin-top:2px;font-size:.85rem;color:var(--color-text-soft);line-height:1.4}@media (max-width: 560px){.town-banner-intro{font-size:.82rem}}.app{display:flex;flex-direction:column;height:100%}.header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;background:var(--color-surface);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:1000}.logo{display:flex;align-items:center;gap:9px;min-width:0}.logo-mark{width:38px;height:38px;flex-shrink:0;object-fit:contain}.logo-icon{width:19px;height:19px}.logo-text{margin:0;font-family:var(--font-display);font-size:1.2rem;font-weight:600;color:var(--color-brown-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn-icon{width:16px;height:16px;flex-shrink:0}.header-actions{display:flex;align-items:center;gap:10px}.bakers-login-btn{display:flex;align-items:center;gap:6px;background:var(--color-brown);color:#fff;border:none;border-radius:var(--radius-sm);padding:9px 14px;font-size:.88rem;font-weight:600;white-space:nowrap;text-decoration:none;box-shadow:var(--shadow-sm);transition:background .15s ease,transform .1s ease}.bakers-login-btn:hover{background:var(--color-brown-dark)}.bakers-login-btn:active{transform:scale(.97)}.header-link{color:var(--color-brown);font-weight:600;font-size:.88rem;text-decoration:none;white-space:nowrap}.header-link:hover{text-decoration:underline}@media (max-width: 899px){.header-link{display:none}}.main{flex:1;min-height:0;display:flex;flex-direction:column}.map-view-slot{flex:1;min-height:0;display:flex;flex-direction:column;position:relative}.list-view-slot{min-height:0;display:flex;flex-direction:column;border-top:1px solid var(--color-border);background:var(--color-surface)}.list-drag-handle{display:none}@media (max-width: 899px){.main{position:relative}.list-view-slot{position:absolute;bottom:0;left:0;right:0;height:50%;border-top:none;border-radius:14px 14px 0 0;box-shadow:0 -4px 24px #00000026;overflow:hidden;z-index:10}.list-drag-handle{display:flex;align-items:center;justify-content:center;height:34px;flex-shrink:0;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:var(--color-surface)}.list-drag-handle:active{cursor:grabbing}.list-peek-grab{position:absolute;left:0;right:0;height:44px;z-index:11;touch-action:none;background:transparent}.list-drag-pill{width:40px;height:4px;border-radius:2px;background:#00000026}}@media (min-width: 900px){.main{flex-direction:row}.map-view-slot{order:2;flex:1 1 auto}.list-view-slot{order:1;position:static;flex:0 0 360px;height:auto;border-top:none;border-right:1px solid var(--color-border);border-radius:0;box-shadow:none;overflow:visible;z-index:auto}}.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:var(--color-text-soft);font-size:.95rem;padding:40px 16px;text-align:center}.empty-spinner{width:32px;height:32px;border-radius:50%;border:3px solid var(--color-border);border-top-color:var(--color-orange);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.map-picker-wrap{display:flex;flex-direction:column;gap:5px}.map-picker-hint{font-size:.8rem;font-weight:400;color:var(--color-text-soft)}.map-picker{height:260px;border-radius:var(--radius-sm);border:1px solid var(--color-border);overflow:hidden}.map-picker button[aria-label="Keyboard shortcuts"],.map-picker [role=dialog]{display:none!important}.account{display:flex;flex-direction:column;min-height:100%;background:var(--color-bg)}.account-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;background:var(--color-surface);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:10}.account-logo{display:flex;align-items:center;gap:9px;text-decoration:none}.account-logo-mark{width:38px;height:38px;flex-shrink:0;object-fit:contain}.account-logo-icon{width:19px;height:19px}.account-logo-text{font-family:var(--font-display);font-size:1.2rem;font-weight:600;color:var(--color-brown-dark)}.account-header-right{display:flex;align-items:center;gap:12px}.account-link{color:var(--color-brown);font-weight:600;font-size:.9rem;text-decoration:none}.account-user{font-size:.85rem;color:var(--color-text-soft);max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-signout{background:var(--color-surface-soft);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:6px 12px;font-size:.82rem;font-weight:600;color:var(--color-brown)}.account-loading{flex:1;display:flex;align-items:center;justify-content:center;padding:60px}.account-spinner{width:32px;height:32px;border-radius:50%;border:3px solid var(--color-border);border-top-color:var(--color-orange);animation:spin .8s linear infinite}.account-login{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}.account-login-card{width:100%;max-width:380px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:32px 26px;text-align:center}.account-login-mark{width:64px;height:64px;margin:0 auto 14px}.account-login-card h1{font-family:var(--font-display);font-size:1.5rem;color:var(--color-brown-dark);margin-bottom:8px}.account-login-card p{color:var(--color-text-soft);font-size:.92rem;margin-bottom:20px}.sso-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:11px 14px;border-radius:var(--radius-sm);font-size:.92rem;font-weight:600;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);margin-bottom:10px}.sso-btn.google:hover{background:var(--color-surface-soft)}.sso-btn.microsoft{color:var(--color-text-faint);cursor:not-allowed}.account-main{flex:1;width:100%;max-width:760px;margin:0 auto;padding:20px 16px 48px}.account-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.account-tabs{display:flex;gap:4px;background:var(--color-surface-soft);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:3px}.account-tabs button{border:none;background:transparent;padding:7px 14px;border-radius:7px;font-size:.88rem;font-weight:600;color:var(--color-text-soft)}.account-tabs button.active{background:var(--color-surface);color:var(--color-brown-dark);box-shadow:var(--shadow-sm)}.account-add-btn{display:flex;align-items:center;gap:6px;background:var(--color-brown);color:#fff;border:none;border-radius:var(--radius-sm);padding:9px 14px;font-size:.88rem;font-weight:600;white-space:nowrap;box-shadow:var(--shadow-sm)}.account-add-btn:hover{background:var(--color-brown-dark)}.account-add-btn .btn-icon{width:16px;height:16px}.account-actions{display:flex;gap:10px;margin-bottom:20px}.account-action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:11px 14px;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-brown);box-shadow:var(--shadow-sm);transition:background .15s ease,transform .1s ease}.account-action-btn .btn-icon{width:16px;height:16px}.account-action-btn:hover{background:var(--color-surface-soft)}.account-action-btn:active{transform:scale(.98)}.account-action-btn.primary{background:var(--color-brown);color:#fff;border-color:var(--color-brown)}.account-action-btn.primary:hover{background:var(--color-brown-dark)}.account-modal-body{padding:16px 18px 20px}.account-sections section{margin-bottom:28px}.account-sections h2,.account-claim h2{font-family:var(--font-display);font-size:1.1rem;color:var(--color-brown-dark);margin-bottom:4px}.account-section-hint{font-size:.85rem;color:var(--color-text-soft);line-height:1.45;margin-bottom:12px}.account-list{list-style:none;display:flex;flex-direction:column;gap:10px}.account-card{display:flex;align-items:center;gap:14px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:12px;box-shadow:var(--shadow-sm)}.account-card-img{width:72px;height:72px;flex-shrink:0;object-fit:cover;border-radius:var(--radius-sm)}.account-card-img.placeholder{display:flex;align-items:center;justify-content:center;background:var(--color-surface-soft);color:var(--color-orange)}.account-card-img.placeholder svg{width:28px;height:28px}.account-card-body{flex:1;min-width:0}.account-card-body h3{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--color-text);margin-bottom:2px}.account-card-body p{font-size:.84rem;color:var(--color-text-soft);white-space:pre-line;line-height:1.35;margin-bottom:6px}.account-badge{display:inline-block;font-size:.72rem;font-weight:700;padding:2px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.02em}.account-badge.owned{background:#e3f3e3;color:var(--color-success)}.account-badge.pending{background:#ffe5ea;color:#b3275a}.account-badge.stocked{background:#e3f3e3;color:var(--color-success)}.account-badge.soldout{background:#fde4e1;color:var(--color-error)}.account-badges{display:flex;flex-wrap:wrap;gap:6px}.account-card.owned-card{flex-direction:column;align-items:stretch}.account-card-row{display:flex;align-items:center;gap:14px;width:100%}.stock-actions{display:flex;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid var(--color-border)}.stock-btn{flex:1;padding:9px 12px;border-radius:var(--radius-sm);font-size:.85rem;font-weight:600;border:1px solid transparent;color:#fff;transition:background .15s ease,opacity .15s ease}.stock-btn.stocked{background:var(--color-success)}.stock-btn.stocked:hover:not(:disabled){background:#246b24}.stock-btn.soldout{background:var(--color-error)}.stock-btn.soldout:hover:not(:disabled){background:#a02f22}.stock-btn:disabled{opacity:.45;cursor:not-allowed}.account-badge.featured{background:var(--color-orange);color:#fff}.feature-btn{margin-top:10px;width:100%;padding:9px 12px;border:1px solid var(--color-orange);background:#d628390f;color:var(--color-orange-dark);border-radius:var(--radius-sm);font-size:.85rem;font-weight:700;transition:background .15s ease}.feature-btn:hover:not(:disabled){background:#d628391f}.feature-btn:disabled{opacity:.6;cursor:not-allowed}.feature-status{margin-top:10px;font-size:.84rem;font-weight:600;color:var(--color-orange-dark)}.feature-extend{padding:2px 4px;font-size:.84rem}.feature-plans{margin-top:10px;padding:12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-soft)}.feature-plans-hint{font-size:.82rem;color:var(--color-text-soft);line-height:1.4;margin-bottom:10px}.feature-plan-buttons{display:flex;gap:10px}.feature-plan-buttons button{flex:1;padding:10px 12px;border:none;border-radius:var(--radius-sm);background:var(--color-orange);color:#fff;font-size:.85rem;font-weight:700;transition:background .15s ease}.feature-plan-buttons button:hover:not(:disabled){background:var(--color-orange-dark)}.feature-plan-buttons button:disabled{opacity:.6;cursor:not-allowed}.claim-code-form{display:flex;gap:8px;align-items:center;margin-top:8px;flex-wrap:wrap}.claim-code-form input{width:120px;padding:8px 10px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.9rem;letter-spacing:.12em;font-weight:600}.claim-code-form button{padding:8px 14px;border:none;border-radius:var(--radius-sm);background:var(--color-orange);color:#fff;font-weight:600;font-size:.85rem}.claim-code-form button:disabled{opacity:.5}.claim-code-form .link-btn{background:none;color:var(--color-text-soft);padding:8px 6px}.claim-search{position:relative;margin-bottom:16px}.claim-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--color-text-faint)}.claim-search input{width:100%;padding:11px 12px 11px 36px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.92rem;background:var(--color-surface)}.claim-btn{flex-shrink:0;padding:9px 16px;border:none;border-radius:var(--radius-sm);background:var(--color-orange);color:#fff;font-weight:600;font-size:.85rem}.claim-btn:hover{background:var(--color-orange-dark)}.claim-btn:disabled{opacity:.5}.link-btn{background:none;border:none;color:var(--color-text-soft);font-size:.85rem;font-weight:600;padding:9px 14px;border-radius:var(--radius-sm);transition:background .15s ease,color .15s ease}.link-btn:hover:not(:disabled){color:var(--color-text);background:var(--color-surface-soft)}.link-btn:disabled{opacity:.5;cursor:not-allowed}.account-card.claiming{flex-direction:column;align-items:stretch}.claim-row{display:flex;align-items:center;gap:14px;width:100%}.claim-social-form{margin-top:12px;padding-top:12px;border-top:1px solid var(--color-border)}.claim-social-form label{display:block;font-size:.84rem;font-weight:600;color:var(--color-text);margin-bottom:6px}.claim-social-form input{width:100%;margin-top:5px;padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.9rem}.claim-social-hint{font-size:.8rem;color:var(--color-text-soft);margin:6px 0 10px}.claim-social-actions{display:flex;align-items:center;gap:8px}.account-empty{text-align:center;padding:48px 16px;color:var(--color-text-soft)}.account-empty-icon{width:40px;height:40px;color:var(--color-text-faint);margin-bottom:12px}.account-empty-sub{font-size:.85rem;margin-top:6px}.account-error{color:var(--color-error);font-size:.85rem;margin-top:8px}@media (max-width: 560px){.account-user{display:none}.account-card{flex-wrap:wrap}}.account-edit-btn{flex-shrink:0;align-self:flex-start;padding:7px 14px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-brown);border-radius:var(--radius-sm);font-weight:600;font-size:.82rem}.account-edit-btn:hover{background:var(--color-surface-soft)}.account-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#280f2173;display:flex;align-items:flex-start;justify-content:center;padding:24px 16px;overflow-y:auto;z-index:1000}.account-modal{width:100%;max-width:460px;background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);margin:auto}.account-modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--color-border)}.account-modal-head h2{font-family:var(--font-display);font-size:1.2rem;color:var(--color-brown-dark)}.account-modal-close{background:none;border:none;color:var(--color-text-soft);width:30px;height:30px;display:flex;align-items:center;justify-content:center}.account-modal-close svg{width:18px;height:18px}.account-modal-form{padding:18px;display:flex;flex-direction:column;gap:14px}.account-modal-form label{display:block;font-size:.84rem;font-weight:600;color:var(--color-text)}.account-modal-form label .optional{font-weight:400;color:var(--color-text-faint)}.account-modal-form input,.account-modal-form textarea{width:100%;margin-top:5px;padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.9rem;font-family:inherit;resize:vertical}.edit-image-preview{width:100%;max-height:150px;object-fit:cover;border-radius:var(--radius-sm)}.edit-photo{display:flex;flex-direction:column;gap:8px}.edit-photo-actions{display:flex;align-items:center;gap:12px}.upload-photo-btn{padding:9px 16px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text);font-weight:600;font-size:.85rem;font-family:inherit}.upload-photo-btn:hover:not(:disabled){border-color:var(--color-orange);color:var(--color-orange)}.upload-photo-btn:disabled{opacity:.6}.edit-map-label{font-size:.84rem;font-weight:600;color:var(--color-text)}.edit-map{height:240px;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--color-border)}.edit-map-loading{height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-text-soft);background:var(--color-surface-soft)}.account-modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:4px}.hours-grid{display:flex;flex-direction:column;gap:6px}.hours-row{display:flex;align-items:center;gap:10px;font-size:.85rem}.hours-day{width:34px;font-weight:600;color:var(--color-text)}.hours-closed{display:flex;align-items:center;gap:5px;font-weight:400!important;color:var(--color-text-soft);white-space:nowrap}.hours-closed input{width:auto;margin:0}.hours-times{display:flex;align-items:center;gap:6px}.hours-times input{width:auto;margin-top:0;padding:5px 8px}.hours-dash{color:var(--color-text-faint)}.socials-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media (max-width: 480px){.socials-grid{grid-template-columns:1fr}}.hours-none-toggle{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:400!important;color:var(--color-text-soft);margin-bottom:8px}.hours-none-toggle input{width:auto;margin:0}.edit-page-head{display:flex;align-items:center;gap:12px;margin-bottom:18px}.edit-page-head h1{font-family:var(--font-display);font-size:1.4rem;color:var(--color-brown-dark)}.edit-back-btn{background:var(--color-surface-soft);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:7px 12px;font-weight:600;font-size:.85rem;color:var(--color-brown)}.edit-back-btn:hover{background:var(--color-surface)}.account-modal-form .postcode-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.account-modal-form .postcode-row input{flex:1;min-width:0}.find-address-btn{display:flex;align-items:center;gap:6px;background:var(--color-orange);color:#fff;border:none;border-radius:var(--radius-sm);padding:9px 14px;font-size:.85rem;font-weight:600;white-space:nowrap;transition:background .15s ease,transform .1s ease}.find-address-btn .btn-icon{width:15px;height:15px}.find-address-btn:hover:not(:disabled){background:var(--color-orange-dark)}.find-address-btn:active:not(:disabled){transform:scale(.97)}.find-address-btn:disabled{opacity:.6;cursor:not-allowed}.shedpage{min-height:100vh;background:var(--color-bg);color:var(--color-text);display:flex;flex-direction:column}.shedpage-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.shedpage-brand{display:flex;align-items:center;gap:9px;text-decoration:none;color:var(--color-brown-dark);font-family:var(--font-display);font-weight:600;font-size:1.1rem}.shedpage-brand-mark{width:32px;height:32px;object-fit:contain}.shedpage-nav{display:flex;gap:16px}.shedpage-nav a{color:var(--color-brown);text-decoration:none;font-weight:600;font-size:.92rem}.shedpage-nav a:hover{text-decoration:underline}.shedpage-card{width:100%;max-width:780px;margin:22px auto;padding:0 16px;display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 700px){.shedpage-card{grid-template-columns:280px 1fr;align-items:start}}.shedpage-img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.shedpage-img-placeholder{display:flex;align-items:center;justify-content:center;background:var(--color-surface-soft);color:var(--color-orange)}.shedpage-img-placeholder svg{width:64px;height:64px}.shedpage-body h1{font-family:var(--font-display);font-size:1.7rem;font-weight:700;color:var(--color-brown-dark);line-height:1.15}.shedpage-sub{color:var(--color-text-soft);margin-top:2px;font-weight:500}.shedpage-intro{margin:12px 0;line-height:1.55;color:var(--color-text)}.shedpage-section{margin-top:18px}.shedpage-section h2{font-family:var(--font-display);font-size:1.1rem;font-weight:600;margin-bottom:6px;color:var(--color-brown-dark)}.shedpage-address{font-style:normal;white-space:pre-line;line-height:1.5;color:var(--color-text)}.shedpage-hours{width:100%;max-width:360px;border-collapse:collapse;font-size:.92rem}.shedpage-hours th{text-align:left;font-weight:500;color:var(--color-text-soft);padding:4px 0}.shedpage-hours td{text-align:right;padding:4px 0}.shedpage-hours tr.is-today th,.shedpage-hours tr.is-today td{font-weight:700;color:var(--color-brown)}.shedpage-stocked{margin-top:12px;color:var(--color-text-soft);font-size:.9rem}.status-badge{display:inline-block;margin-top:8px;font-size:.74rem;font-weight:700;padding:2px 9px;border-radius:999px;text-transform:uppercase;letter-spacing:.02em}.status-badge.fresh{background:#fbeede;color:var(--color-orange-dark)}.status-badge.soldout{background:#fde4e1;color:var(--color-error)}.shedpage-socials{list-style:none;display:flex;flex-wrap:wrap;gap:8px}.shedpage-socials a{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-brown);text-decoration:none;font-weight:600;font-size:.88rem}.shedpage-socials a:hover{background:var(--color-brown);color:#fff;border-color:var(--color-brown)}.shedpage-socials svg{width:18px;height:18px}.shedpage-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.shedpage-btn{display:inline-block;padding:10px 16px;border-radius:var(--radius-sm);background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-brown);text-decoration:none;font-weight:600}.shedpage-btn:hover{background:var(--color-surface-soft)}.shedpage-btn--primary{background:var(--color-orange);border-color:var(--color-orange);color:#fff}.shedpage-btn--primary:hover{background:var(--color-orange-dark)}.shedpage-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;padding:60px 20px}.shedpage-state-icon{width:48px;height:48px;color:var(--color-text-faint)}.shedpage-state h1{font-family:var(--font-display);font-size:1.4rem}.shedpage-footer{margin-top:auto;padding:24px 16px;display:flex;flex-wrap:wrap;justify-content:center;gap:10px;border-top:1px solid var(--color-border);background:var(--color-surface);font-size:.9rem}.shedpage-footer a{color:var(--color-brown);font-weight:600;text-decoration:none}.shedpage-footer a:hover{text-decoration:underline}.town-shed-list{list-style:none;margin:8px 0 14px;display:flex;flex-direction:column;gap:6px}.town-shed-list a{color:var(--color-orange-dark);font-weight:600;text-decoration:none}.town-shed-list a:hover{text-decoration:underline}.aboutpage{min-height:100vh;background:var(--color-bg);color:var(--color-text);display:flex;flex-direction:column}.aboutpage-body{width:100%;max-width:720px;margin:26px auto;padding:0 18px;line-height:1.6}.aboutpage-body h1{font-family:var(--font-display);font-size:1.9rem;font-weight:700;color:var(--color-brown-dark);margin-bottom:12px}.aboutpage-body h2{font-family:var(--font-display);font-size:1.3rem;font-weight:600;color:var(--color-brown-dark);margin:28px 0 10px}.aboutpage-body p{margin-bottom:14px}.aboutpage-cta{display:inline-block;margin:6px 0 4px;padding:10px 18px;border-radius:var(--radius-sm);background:var(--color-orange);color:#fff;font-weight:600;text-decoration:none}.aboutpage-cta:hover{background:var(--color-orange-dark)}.aboutpage-faq{margin-top:6px}.aboutpage-faq-item{margin-bottom:18px}.aboutpage-faq dt{font-weight:700;color:var(--color-brown-dark);margin-bottom:4px}.aboutpage-faq dd{margin:0;color:var(--color-text)}:root{--color-bg: #fff3e0;--color-surface: #ffffff;--color-surface-soft: #f2e6d6;--color-border: #e7d6c0;--color-brown-dark: #3a1530;--color-brown: #4b1d3f;--color-orange: #d62839;--color-orange-dark: #b21f2d;--color-pink: #ff6b8b;--color-text: #4b1d3f;--color-text-soft: #7a5c6e;--color-text-faint: #a98fa0;--color-success: #2d7a2d;--color-error: #c0392b;--font-display: "Fredoka", "Segoe UI", sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--shadow-sm: 0 1px 3px rgba(75, 29, 63, .08);--shadow-md: 0 4px 16px rgba(75, 29, 63, .1);--shadow-lg: 0 12px 32px rgba(75, 29, 63, .16)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;touch-action:manipulation}#root{height:100%;display:flex;flex-direction:column}button{cursor:pointer;font-family:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--color-orange);outline-offset:2px}input,textarea{font-family:inherit}.uppercase-input::placeholder{text-transform:none}@media (pointer: coarse){input,textarea,select{font-size:16px!important}}::selection{background:#d6283938}@media (prefers-reduced-motion: no-preference){*{scroll-behavior:smooth}}
