@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap";:root{--bg:oklch(98.5% .004 140);--surface:oklch(100% 0 0);--surface-tint:oklch(95.5% .012 150);--fg:oklch(22% .06 155);--muted:oklch(52% .04 155);--border:oklch(91% .015 150);--border-strong:oklch(82% .02 150);--accent:oklch(44% .14 155);--accent-hover:oklch(38% .14 155);--accent-light:oklch(88% .055 150);--rose:oklch(68% .1 10);--amber:oklch(72% .12 75);--status-green:oklch(52% .16 155);--status-red:oklch(52% .18 25);--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"DM Sans", -apple-system, system-ui, sans-serif;--r-sm:8px;--r-md:12px;--r-lg:20px;--r-pill:100px;--max-w:1280px;--px:clamp(1.25rem, 5vw, 5rem)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}#root{min-height:100vh}img{object-fit:cover;width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.nav{z-index:100;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);padding:0 var(--px);background:oklch(100% 0 0/.9);justify-content:space-between;align-items:center;gap:1.5rem;height:64px;display:flex;position:sticky;top:0}.nav-logo{font-family:var(--font-display);color:var(--accent);letter-spacing:-.01em;flex-shrink:0;font-size:1.875rem;font-style:italic;font-weight:600}.nav-links{flex:1;align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--muted);font-size:.875rem;font-weight:500;transition:color .15s}.nav-links a:hover{color:var(--fg)}.nav-signedout{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.nav-textlink{color:var(--muted);flex-shrink:0;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;transition:color .15s;display:inline-flex}.nav-textlink:hover{color:var(--fg)}.nav-outline{color:var(--fg);border-radius:var(--r-pill);background:0 0;border:1px solid oklch(82% .02 150);flex-shrink:0;align-items:center;padding:.5rem 1.125rem;font-size:.875rem;font-weight:500;transition:border-color .15s,background .15s;display:inline-flex}.nav-outline:hover{border-color:var(--fg);background:oklch(98% .012 150)}.nav-cta{background:var(--fg);color:#fff;border-radius:var(--r-pill);flex-shrink:0;align-items:center;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:background .15s;display:inline-flex}.nav-cta:hover{background:var(--accent)}.nav-signedin{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.nav-icon-btn{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:background .15s,color .15s;display:inline-flex;position:relative}.nav-icon-btn:hover{color:var(--fg);background:oklch(95% .012 150)}.nav-icon-badge{color:#fff;background:oklch(58% .18 25);border:2px solid #fff;border-radius:100px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.625rem;font-weight:700;display:inline-flex;position:absolute;top:4px;right:4px}.nav-icon-dot{background:oklch(58% .18 25);border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:7px;right:8px}.nav-user-wrap{position:relative}.nav-user-pill{cursor:pointer;color:var(--fg);background:0 0;border:1px solid #0000;border-radius:100px;align-items:center;gap:.5rem;padding:4px 10px 4px 4px;font-family:inherit;font-size:.875rem;transition:background .15s,border-color .15s;display:inline-flex}.nav-user-pill:hover,.nav-user-pill[aria-expanded=true]{border-color:var(--border);background:oklch(96% .012 150)}.nav-avatar{object-fit:cover;width:30px;height:30px;box-shadow:0 0 0 1px var(--border);border:1.5px solid #fff;border-radius:50%;flex-shrink:0}.nav-hi{white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-weight:500;overflow:hidden}.nav-chev{color:var(--muted);font-size:.7rem;transition:transform .2s}.nav-chev.open{transform:rotate(180deg)}.nav-dropdown{border:1px solid var(--border);opacity:0;pointer-events:none;z-index:200;background:#fff;border-radius:14px;min-width:280px;padding:.5rem 0;transition:opacity .18s,transform .18s;position:absolute;top:calc(100% + .5rem);right:0;transform:translateY(-6px);box-shadow:0 20px 50px oklch(0% 0 0/.12),0 4px 12px oklch(0% 0 0/.05)}.nav-dropdown.open{opacity:1;pointer-events:auto;transform:translateY(0)}.nd-header{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;margin-bottom:.4rem;padding:.875rem 1rem 1rem;display:flex}.nd-avatar{width:44px;height:44px;box-shadow:0 0 0 1px var(--border);border:2px solid #fff}.nd-who{flex-direction:column;min-width:0;line-height:1.25;display:flex}.nd-signed-in{color:var(--muted);font-size:.75rem}.nd-studio{font-family:var(--font-display);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.35rem;font-size:1rem;font-weight:600;display:inline-flex;overflow:hidden}.nd-verified{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;font-size:.55rem;font-weight:700;display:inline-flex}.nd-meta{color:var(--accent);align-items:center;gap:.3rem;margin-top:1px;font-size:.6875rem;display:inline-flex}.nd-meta:before{content:"";background:var(--accent);border-radius:50%;width:5px;height:5px}.nd-section{text-transform:uppercase;letter-spacing:.13em;color:var(--muted);padding:.5rem 1rem .25rem;font-size:.6875rem;font-weight:600}.nd-item{color:var(--fg);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.5rem 1rem;font-family:inherit;font-size:.875rem;text-decoration:none;transition:background .1s;display:flex}.nd-item:hover{background:oklch(96% .012 150)}.nd-item .ic{width:18px;color:var(--muted);flex-shrink:0;justify-content:center;font-size:.95rem;display:inline-flex}.nd-item:hover .ic{color:var(--accent)}.nd-item .nd-count{color:var(--muted);font-variant-numeric:tabular-nums;background:oklch(95% .012 150);border-radius:100px;margin-left:auto;padding:.1rem .45rem;font-size:.6875rem;font-weight:500}.nd-item .nd-count.unread{color:#fff;background:oklch(58% .18 25)}.nd-divider{background:var(--border);height:1px;margin:.4rem 0}.nd-danger,.nd-danger .ic{color:oklch(55% .15 25)}.nd-danger:hover{background:oklch(98% .012 25)}.nd-danger:hover .ic{color:oklch(55% .15 25)}@media (width<=768px){.nav-links,.nav-textlink{display:none}}.footer{background:var(--fg);color:oklch(75% .03 150);padding:3.5rem var(--px) 2rem}.footer-inner{max-width:var(--max-w);margin:0 auto}.footer-top{grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem;display:grid}.footer-logo{font-family:var(--font-display);color:#fff;margin-bottom:.75rem;font-size:1.875rem;font-style:italic;font-weight:600}.footer-tagline{color:oklch(62% .028 150);max-width:28ch;font-size:.875rem;line-height:1.65}.footer-col-head{letter-spacing:.1em;text-transform:uppercase;color:oklch(55% .025 150);margin-bottom:1rem;font-size:.7rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.footer-col a{font-size:.875rem;transition:color .15s}.footer-col a:hover{color:#fff}.footer-bottom{color:oklch(50% .025 150);border-top:1px solid oklch(32% .04 155);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding-top:1.5rem;font-size:.8125rem;display:flex}@media (width<=900px){.footer-top{grid-template-columns:1fr 1fr}}@media (width<=540px){.footer-top{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column}}.hero{grid-template-columns:55% 45%;min-height:640px;display:grid}.hero-content{padding:clamp(2.5rem, 6vw, 6rem) var(--px);flex-direction:column;justify-content:center;padding-right:clamp(1.5rem,3vw,3rem);display:flex}.eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.75rem;font-weight:600}.hero-headline{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:1.125rem;font-size:clamp(2.25rem,4.5vw,3.75rem);font-weight:600;line-height:1.08}.hero-headline em{color:var(--accent);font-style:italic}.hero-sub{color:var(--muted);max-width:44ch;margin-bottom:2rem;font-size:1rem;line-height:1.65}.search-bar{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--r-pill);margin-bottom:1.25rem;display:flex;box-shadow:0 2px 16px oklch(0% 0 0/.06)}.search-bar.error{border-color:var(--rose)}.search-field{flex-direction:column;flex:1;gap:.125rem;min-width:0;padding:.75rem 1.25rem;display:flex}.search-field+.search-field{border-left:1px solid var(--border)}.search-field label{letter-spacing:.09em;text-transform:uppercase;color:var(--muted);white-space:nowrap;font-size:.65rem;font-weight:700}.search-field input,.search-field select{color:var(--fg);background:0 0;border:none;outline:none;width:100%;font-size:.9375rem;font-weight:500}.search-field select{cursor:pointer;appearance:none}.search-field--postcode{flex:none;min-width:130px;max-width:160px}.search-btn{background:var(--accent);color:#fff;border-radius:0 var(--r-pill) var(--r-pill) 0;white-space:nowrap;flex-shrink:0;padding:0 1.75rem;font-size:.9375rem;font-weight:600;transition:background .15s}.search-btn:hover{background:var(--accent-hover)}.occasion-pills{flex-wrap:wrap;gap:.5rem;display:flex}.pill{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-pill);color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none;padding:.375rem .875rem;font-size:.8125rem;font-weight:500;transition:all .15s}.pill:hover{border-color:var(--accent);color:var(--accent)}.hero-image{position:relative;overflow:hidden}.hero-image img{object-fit:cover;height:100%;min-height:640px}.hero-image:after{content:"";background:linear-gradient(to right, var(--bg) 0%, oklch(98.5% .004 140/0) 20%);pointer-events:none;position:absolute;inset:0}.section{padding:clamp(3rem, 7vw, 6rem) var(--px)}.section-inner{max-width:var(--max-w);margin:0 auto}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:2rem;display:flex}.section-title{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600}.section-link{color:var(--accent);text-underline-offset:3px;white-space:nowrap;font-size:.875rem;font-weight:500;text-decoration:underline}.section-link:hover{color:var(--accent-hover)}.occasions-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.occasion-card{border-radius:var(--r-md);aspect-ratio:3/4;cursor:pointer;position:relative;overflow:hidden}.occasion-card img{height:100%;transition:transform .45s cubic-bezier(.25,.46,.45,.94)}.occasion-card:hover img{transform:scale(1.05)}.occasion-card:after{content:"";background:linear-gradient(#0000 45%,oklch(22% .06 155/.72) 100%);position:absolute;inset:0}.occasion-label{z-index:1;color:#fff;font-family:var(--font-display);text-shadow:0 1px 4px oklch(0% 0 0/.3);font-size:1.25rem;font-style:italic;font-weight:600;position:absolute;bottom:1rem;left:1rem;right:1rem}.how-section{background:var(--surface-tint);padding:clamp(3rem, 7vw, 6rem) var(--px)}.steps-grid{grid-template-columns:repeat(3,1fr);gap:3.5rem;margin-top:3rem;display:grid}.step-num{font-family:var(--font-display);color:var(--accent-light);margin-bottom:1.25rem;font-size:3.5rem;font-weight:400;line-height:1}.step-title{font-family:var(--font-display);margin-bottom:.625rem;font-size:1.375rem;font-weight:600}.step-desc{color:var(--muted);font-size:.9375rem;line-height:1.7}.florist-cta{background:var(--fg);padding:clamp(3rem, 6vw, 5rem) var(--px)}.florist-cta-inner{max-width:var(--max-w);grid-template-columns:1fr auto;align-items:center;gap:3rem;margin:0 auto;display:grid}.cta-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent-light);margin-bottom:.75rem;font-size:.7rem;font-weight:700}.cta-title{font-family:var(--font-display);color:#fff;margin-bottom:.875rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;line-height:1.15}.cta-desc{color:oklch(80% .02 150);max-width:52ch;font-size:.9375rem}.cta-btn{color:var(--fg);border-radius:var(--r-pill);white-space:nowrap;background:#fff;align-items:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.cta-btn:hover{background:var(--accent-light);color:var(--accent)}@media (width<=900px){.hero{grid-template-columns:1fr;min-height:auto}.hero-image{order:-1;height:340px}.hero-image:after{background:linear-gradient(to bottom, transparent 35%, var(--bg) 100%)}.hero-content{padding:2rem var(--px)}.florist-cta-inner{grid-template-columns:1fr;gap:1.75rem}}@media (width<=768px){.search-bar{border-radius:var(--r-lg);flex-direction:column}.search-field--postcode{max-width:100%}.search-field+.search-field{border-left:none;border-top:1px solid var(--border)}.search-btn{border-radius:0 0 var(--r-lg) var(--r-lg);padding:.875rem}.occasions-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.steps-grid{grid-template-columns:1fr;gap:2.25rem}}@media (width<=400px){.hero-headline{font-size:2rem}}.context-bar{background:var(--surface);border-bottom:1px solid var(--border);padding:.875rem var(--px);flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.context-pill{background:var(--surface-tint);border:1px solid var(--border);border-radius:var(--r-pill);color:var(--fg);align-items:center;gap:.375rem;padding:.375rem .875rem;font-size:.8125rem;font-weight:500;display:inline-flex}.context-pill .label{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.7rem;font-weight:600}.context-pill .edit-btn{color:var(--accent);margin-left:.375rem;padding:0 .125rem;font-size:.75rem;font-weight:600;transition:opacity .15s}.context-pill .edit-btn:hover{opacity:.7}.context-sep{color:var(--border);font-size:1rem}.result-count{color:var(--muted);margin-left:auto;font-size:.875rem}.result-count strong{color:var(--fg);font-weight:600}.mobile-filter-bar{padding:.75rem var(--px);background:var(--surface);border-bottom:1px solid var(--border);gap:.5rem;display:none}.mobile-filter-btn{border:1px solid var(--border);border-radius:var(--r-pill);color:var(--fg);background:var(--surface);align-items:center;gap:.375rem;padding:.4rem .9rem;font-size:.8125rem;font-weight:500;transition:all .15s;display:inline-flex}.mobile-filter-btn:hover,.mobile-filter-btn.active{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.page-body{max-width:var(--max-w);padding:1.5rem var(--px) 6rem;grid-template-columns:268px 1fr;align-items:start;gap:2rem;margin:0 auto;display:grid}.sidebar{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);flex-direction:column;gap:1.5rem;padding:1.25rem 1.25rem 1.5rem;display:flex;position:sticky;top:calc(121px + 1.5rem)}.sidebar-header{justify-content:space-between;align-items:center;display:flex}.sidebar-title{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.8125rem;font-weight:700}.clear-btn{color:var(--accent);font-size:.8rem;font-weight:500;transition:opacity .15s}.clear-btn:hover{opacity:.7}.filter-group{flex-direction:column;gap:.625rem;display:flex}.filter-group-label{color:var(--fg);font-size:.8125rem;font-weight:600}.filter-select{width:100%;color:var(--fg);background:var(--bg);border:1px solid var(--border);border-radius:var(--r-md);appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding:.5rem 2rem .5rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.filter-select:focus{border-color:var(--accent);outline:none}.filter-divider{border:none;border-top:1px solid var(--border)}.range-labels{color:var(--muted);justify-content:space-between;margin-top:.375rem;font-size:.8rem;display:flex}.rating-btns{flex-wrap:wrap;gap:.375rem;display:flex}.rating-btn{border:1px solid var(--border);border-radius:var(--r-pill);color:var(--muted);padding:.3rem .75rem;font-size:.8rem;font-weight:500;transition:all .15s}.rating-btn:hover{border-color:var(--accent);color:var(--accent)}.rating-btn.active{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.toggle-row{justify-content:space-between;align-items:center;display:flex}.toggle-row span{color:var(--fg);font-size:.875rem}.toggle{cursor:pointer;width:36px;height:20px;position:relative}.toggle input{opacity:0;width:0;height:0}.toggle-track{background:var(--border);border-radius:10px;transition:background .2s;position:absolute;inset:0}.toggle input:checked+.toggle-track{background:var(--accent)}.toggle-thumb{background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px oklch(0% 0 0/.2)}.toggle input:checked~.toggle-thumb{transform:translate(16px)}.main-content{flex-direction:column;gap:1.25rem;display:flex}.sort-bar{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.sort-label{color:var(--muted);margin-right:.25rem;font-size:.8rem}.sort-btn{border:1px solid var(--border);border-radius:var(--r-pill);color:var(--muted);padding:.375rem .875rem;font-size:.8125rem;font-weight:500;transition:all .15s}.sort-btn:hover{border-color:var(--accent);color:var(--accent)}.sort-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.florists-grid{grid-template-columns:repeat(auto-fill,minmax(252px,1fr));gap:1.125rem;display:grid}.no-results{color:var(--muted);grid-column:1/-1;padding:1rem 0}.florist-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);cursor:pointer;transition:transform .18s,box-shadow .18s;animation:.32s both fadeUp;overflow:hidden}.florist-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px oklch(0% 0 0/.08)}.card-img{height:180px;position:relative;overflow:hidden}.card-img img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.florist-card:hover .card-img img{transform:scale(1.04)}.delivery-badge{border-radius:var(--r-pill);color:var(--accent);border:1px solid var(--accent-light);background:#fff;padding:.2rem .6rem;font-size:.7rem;font-weight:700;position:absolute;bottom:8px;left:8px}.open-badge{background:var(--status-green);border-radius:var(--r-pill);color:#fff;padding:.2rem .6rem;font-size:.7rem;font-weight:700;position:absolute;bottom:8px;right:8px}.closed-badge{background:var(--muted);border-radius:var(--r-pill);color:#fff;padding:.2rem .6rem;font-size:.7rem;font-weight:700;position:absolute;bottom:8px;right:8px}.card-body{padding:.875rem 1rem 1.125rem}.card-top{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.card-name{font-family:var(--font-display);cursor:pointer;font-size:1.125rem;font-weight:600;line-height:1.2}.card-name:hover{color:var(--accent)}.card-rating{color:var(--rose);flex-shrink:0;align-items:center;gap:.2rem;margin-top:1px;font-size:.8125rem;font-weight:600;display:flex}.card-rating .reviews{color:var(--muted);font-size:.75rem;font-weight:400}.card-suburb{color:var(--muted);margin-top:.25rem;font-size:.8rem}.card-tags{flex-wrap:wrap;gap:.3rem;margin-top:.625rem;display:flex}.tag{background:var(--surface-tint);border:1px solid var(--border);border-radius:var(--r-pill);color:var(--muted);padding:.2rem .55rem;font-size:.7rem;font-weight:500}.card-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:.5rem;margin-top:.875rem;padding-top:.75rem;display:flex}.card-price{color:var(--fg);font-size:.875rem;font-weight:600}.card-price .range{color:var(--muted);font-size:.75rem;font-weight:400}.card-view-btn{background:var(--accent);color:#fff;border-radius:var(--r-pill);flex-shrink:0;padding:.4rem 1rem;font-size:.8rem;font-weight:600;transition:background .15s}.card-view-btn:hover{background:var(--accent-hover)}@media (width<=1023px){.page-body{grid-template-columns:1fr;padding-top:0}.sidebar{display:none;position:static}.sidebar.mobile-open,.mobile-filter-bar{display:flex}}@media (width<=767px){.result-count{display:none}.florists-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.875rem}}@media (width<=479px){.florists-grid{grid-template-columns:1fr 1fr;gap:.75rem}.card-name{font-size:1rem}.card-img{height:140px}}.pd-breadcrumb{max-width:var(--max-w);padding:1.25rem var(--px) 0;color:var(--muted);flex-wrap:wrap;align-items:center;gap:.5rem;margin:0 auto;font-size:.8125rem;display:flex}.pd-breadcrumb a{transition:color .15s}.pd-breadcrumb a:hover{color:var(--accent)}.pd-sep{color:var(--border)}.pd-current{color:var(--fg);font-weight:500}.pd-hero{max-width:var(--max-w);padding:1.5rem var(--px) 4rem;grid-template-columns:1.15fr 1fr;align-items:start;gap:3rem;margin:0 auto;display:grid}.pd-gallery{grid-template-columns:84px 1fr;gap:.75rem;display:grid;position:sticky;top:84px}.pd-thumb-rail{flex-direction:column;gap:.625rem;display:flex}.pd-thumb{border-radius:var(--r-md);cursor:pointer;background:var(--surface-tint);border:2px solid #0000;width:84px;height:84px;padding:0;transition:border-color .15s,transform .15s;overflow:hidden}.pd-thumb:hover{transform:scale(1.04)}.pd-thumb.active{border-color:var(--accent)}.pd-thumb img{object-fit:cover;width:100%;height:100%;display:block}.pd-main-image{aspect-ratio:4/5;border-radius:var(--r-lg);background:var(--surface-tint);position:relative;overflow:hidden}.pd-main-image img{object-fit:cover;width:100%;height:100%;display:block}.pd-img-placeholder{background:var(--surface-tint)}.pd-image-actions{gap:.5rem;display:flex;position:absolute;top:1rem;right:1rem}.pd-icon-circle{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;background:oklch(100% 0 0/.92);border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;transition:background .15s,transform .15s;display:flex}.pd-icon-circle:hover{background:#fff;transform:scale(1.05)}.pd-info{padding-top:.25rem}.pd-florist-strip{color:inherit;border:1px solid var(--border);border-radius:var(--r-md);align-items:center;gap:.75rem;margin-bottom:1rem;padding:.625rem .875rem;text-decoration:none;transition:border-color .15s;display:flex}.pd-florist-strip:hover{border-color:var(--accent)}.pd-florist-avatar{object-fit:cover;border:1px solid var(--border);border-radius:50%;flex-shrink:0;width:36px;height:36px}.pd-florist-meta{flex-direction:column;flex:1;min-width:0;display:flex}.pd-florist-name{align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;display:inline-flex}.pd-verified{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;font-size:.55rem;font-weight:700;display:inline-flex}.pd-florist-suburb{color:var(--muted);font-size:.75rem}.pd-view-shop{color:var(--accent);white-space:nowrap;font-size:.8rem;font-weight:500}.pd-title{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:.625rem;font-size:clamp(2rem,4vw,2.875rem);font-weight:600;line-height:1.05}.pd-subtitle{color:var(--muted);max-width:44ch;margin-bottom:1.25rem;font-size:1rem;line-height:1.65}.pd-price-block{border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding:1.25rem 0 1.5rem}.pd-price-row{flex-wrap:wrap;align-items:baseline;gap:.75rem;display:flex}.pd-price-main{font-family:var(--font-display);font-variant-numeric:tabular-nums;font-size:2.5rem;font-weight:600;line-height:1}.pd-price-unit{color:var(--muted);font-size:.875rem}.pd-price-note{background:var(--accent-light);border-radius:var(--r-pill);color:var(--accent);align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.pd-price-help{color:var(--muted);margin-top:.5rem;font-size:.8125rem}.pd-option-group{margin-bottom:1.5rem}.pd-option-label{justify-content:space-between;align-items:baseline;margin-bottom:.625rem;font-size:.8125rem;font-weight:600;display:flex}.pd-option-current{color:var(--muted);font-weight:400}.pd-size-grid{grid-template-columns:repeat(3,1fr);gap:.625rem;display:grid}.pd-size-btn{border:1.5px solid var(--border);background:var(--surface);border-radius:var(--r-md);text-align:left;cursor:pointer;padding:.75rem .625rem;font-family:inherit;transition:all .15s}.pd-size-btn:hover{border-color:var(--accent)}.pd-size-btn.active{border-color:var(--accent);background:var(--accent-light)}.pd-size-name{margin-bottom:.125rem;font-size:.8125rem;font-weight:600}.pd-size-meta{color:var(--muted);font-size:.7rem;line-height:1.3}.pd-size-price{font-variant-numeric:tabular-nums;margin-top:.25rem;font-size:.875rem;font-weight:600}.pd-cta-stack{flex-direction:column;gap:.625rem;margin-bottom:1rem;display:flex}.pd-cta-primary{background:var(--fg);color:#fff;border-radius:var(--r-pill);justify-content:center;align-items:center;gap:.625rem;width:100%;padding:1rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.pd-cta-primary:hover{background:var(--accent)}.pd-ext{opacity:.7;font-size:.875rem}.pd-cta-row{grid-template-columns:1fr 1fr;gap:.625rem;display:grid}.pd-cta-secondary{border:1.5px solid var(--border);background:var(--surface);border-radius:var(--r-pill);color:inherit;cursor:pointer;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.pd-cta-secondary:hover{border-color:var(--accent);color:var(--accent)}.pd-ig-grad{background:linear-gradient(135deg,oklch(72% .14 30),oklch(58% .18 350));border-radius:3px;flex-shrink:0;width:14px;height:14px}.pd-wa-dot{background:oklch(58% .16 145);border-radius:50%;flex-shrink:0;width:14px;height:14px}.pd-trust-row{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.pd-trust-pill{background:var(--surface-tint);border:1px solid var(--border);border-radius:var(--r-pill);align-items:center;gap:.3rem;padding:.25rem .625rem;font-weight:500;display:inline-flex}.pd-florist-section{max-width:var(--max-w);padding:4rem var(--px);margin:0 auto}.pd-florist-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);grid-template-columns:280px 1fr;display:grid;overflow:hidden}.pd-florist-photo{background:var(--surface-tint) center/cover no-repeat;min-height:260px;position:relative}.pd-florist-photo:after{content:"";background:linear-gradient(#0000,oklch(0% 0 0/.3));height:50%;position:absolute;inset:auto 0 0}.pd-photo-tag{border-radius:var(--r-pill);letter-spacing:.04em;text-transform:uppercase;color:var(--accent);background:oklch(100% 0 0/.92);padding:.3rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:1rem;left:1rem}.pd-florist-body{flex-direction:column;gap:1rem;padding:1.75rem 2rem;display:flex}.pd-florist-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.pd-florist-name-big{font-family:var(--font-display);align-items:center;gap:.5rem;font-size:1.75rem;font-weight:600;display:inline-flex}.pd-florist-tag{color:var(--muted);margin-top:.25rem;font-size:.75rem}.pd-florist-bio{color:var(--muted);font-size:.9375rem;line-height:1.65}.pd-florist-stats{border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:1rem;display:grid}.pd-stat-num{font-family:var(--font-display);color:var(--accent);font-size:1.5rem;font-weight:600;line-height:1}.pd-stat-label{color:var(--muted);margin-top:.25rem;font-size:.75rem}.pd-more-section{max-width:var(--max-w);padding:0 var(--px) 4rem;margin:0 auto}.pd-more-header{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.5rem;display:flex}.pd-more-title{font-family:var(--font-display);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600}.pd-more-title em{color:var(--accent);font-style:italic}.pd-more-link{color:var(--accent);text-underline-offset:3px;font-size:.875rem;font-weight:500;text-decoration:underline}.pd-more-grid{grid-template-columns:repeat(4,1fr);gap:1.125rem;display:grid}.pd-more-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);cursor:pointer;transition:transform .18s,box-shadow .18s;overflow:hidden}.pd-more-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px oklch(0% 0 0/.06)}.pd-more-card-img{aspect-ratio:4/5;background:var(--surface-tint);position:relative;overflow:hidden}.pd-more-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.pd-more-card:hover .pd-more-card-img img{transform:scale(1.04)}.pd-more-card-body{padding:.875rem 1rem 1rem}.pd-more-card-name{font-family:var(--font-display);margin-bottom:.25rem;font-size:1.0625rem;font-weight:600;line-height:1.2}.pd-more-card-meta{color:var(--muted);justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.pd-more-card-price{color:var(--fg);font-variant-numeric:tabular-nums;font-weight:600}.pd-faq-section{max-width:var(--max-w);padding:4rem var(--px);margin:0 auto}.pd-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.7rem;font-weight:700}.pd-section-h{font-family:var(--font-display);margin-bottom:1.5rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600;line-height:1.15}.pd-faq-grid{grid-template-columns:1fr 1fr;gap:0 2.5rem;display:grid}.pd-faq-item{border-bottom:1px solid var(--border);padding:1rem 0}.pd-faq-q{text-align:left;cursor:pointer;width:100%;color:inherit;background:0 0;border:none;justify-content:space-between;align-items:center;font-family:inherit;font-size:.9375rem;font-weight:600;display:flex}.pd-faq-toggle{color:var(--muted);font-size:1rem;transition:transform .2s}.pd-faq-item.open .pd-faq-toggle{color:var(--accent);transform:rotate(45deg)}.pd-faq-a{color:var(--muted);max-height:0;font-size:.875rem;line-height:1.7;transition:max-height .25s,padding-top .25s;overflow:hidden}.pd-faq-item.open .pd-faq-a{max-height:200px;padding-top:.625rem}.pd-sticky-bar{z-index:100;background:var(--surface);border-top:1px solid var(--border);padding:.75rem var(--px);align-items:center;gap:.75rem;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px oklch(0% 0 0/.06)}.pd-sb-info{flex:1;min-width:0}.pd-sb-name{font-size:.8125rem;font-weight:600;line-height:1.2}.pd-sb-price{color:var(--muted);font-size:.75rem}.pd-sb-cta{background:var(--fg);color:#fff;border-radius:var(--r-pill);white-space:nowrap;padding:.625rem 1.125rem;font-size:.8125rem;font-weight:600;text-decoration:none}@keyframes pd-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.pd-sk{background:linear-gradient(90deg, var(--border) 25%, oklch(95% .008 150) 50%, var(--border) 75%);background-size:600px 100%;border-radius:6px;animation:1.4s ease-in-out infinite pd-shimmer}@media (width<=1023px){.pd-hero{grid-template-columns:1fr;gap:2rem}.pd-gallery{position:static}.pd-florist-card{grid-template-columns:1fr}.pd-florist-photo{min-height:200px}.pd-more-grid{grid-template-columns:repeat(3,1fr)}.pd-faq-grid{grid-template-columns:1fr;gap:0}}@media (width<=767px){.pd-gallery{grid-template-columns:64px 1fr;gap:.5rem}.pd-thumb{width:64px;height:64px}.pd-more-grid{grid-template-columns:1fr 1fr;gap:.75rem}.pd-florist-stats{grid-template-columns:1fr 1fr}.pd-sticky-bar{display:flex}body{padding-bottom:80px}}@media (width<=479px){.pd-title{font-size:1.875rem}.pd-price-main{font-size:2rem}.pd-size-grid{grid-template-columns:1fr 1fr}.pd-florist-body{padding:1.25rem}}.pd-hero>*{animation:.45s both fadeUp}.pd-info{animation-delay:80ms}.fp-breadcrumb{max-width:var(--max-w);padding:1.25rem var(--px) 0;color:var(--muted);flex-wrap:wrap;align-items:center;gap:.5rem;margin:0 auto;font-size:.8125rem;display:flex}.fp-breadcrumb a{transition:color .15s}.fp-breadcrumb a:hover{color:var(--accent)}.fp-sep{color:var(--border)}.fp-current{color:var(--fg);font-weight:500}.fp-hero{max-width:var(--max-w);padding:2rem var(--px) 0;margin:0 auto}.fp-hero-card{background:var(--surface-tint);border-radius:var(--r-lg);grid-template-columns:1.1fr 1fr;min-height:320px;display:grid;overflow:hidden}.fp-hero-banner{background:oklch(96% .008 150);justify-content:center;align-items:center;padding:3rem 2rem;display:flex;position:relative;overflow:hidden}.fp-hero-banner:before{content:"";background-image:var(--banner-img);opacity:.18;filter:saturate(.7);background-position:50%;background-size:cover;position:absolute;inset:0}.fp-hero-banner-inner{z-index:1;text-align:center;position:relative}.fp-banner-name{font-family:var(--font-display);letter-spacing:.04em;color:oklch(64% .025 150);text-transform:uppercase;margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:500;line-height:.95}.fp-banner-tag{font-family:var(--font-display);letter-spacing:.3em;color:oklch(58% .025 150);text-transform:uppercase;font-size:.875rem;font-style:italic}.fp-hero-info{flex-direction:column;justify-content:center;gap:.875rem;padding:2.5rem;display:flex}.fp-florist-name{font-family:var(--font-display);letter-spacing:-.01em;align-items:center;gap:.625rem;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:600;line-height:1.05;display:inline-flex}.fp-verified{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:700;display:inline-flex}.fp-status-pill{background:var(--surface);border:1px solid var(--accent-light);border-radius:var(--r-pill);color:var(--accent);align-self:flex-start;align-items:center;gap:.375rem;padding:.3rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.fp-dot{background:var(--accent);border-radius:50%;width:6px;height:6px}.fp-info-list{flex-direction:column;gap:.625rem;margin-top:.25rem;list-style:none;display:flex}.fp-info-row{color:var(--fg);align-items:center;gap:.625rem;font-size:.9375rem;display:flex}.fp-info-icon{width:20px;height:20px;color:var(--muted);flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;display:inline-flex}.fp-info-row a{color:var(--accent);text-underline-offset:3px;text-decoration:underline}.fp-info-row a:hover{color:var(--accent-hover)}.fp-rating{color:var(--rose);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.fp-rating-count{color:var(--muted);font-size:.875rem;font-weight:400}.fp-social-row{gap:.5rem;margin-top:.5rem;display:flex}.fp-social-btn{background:var(--surface);border:1px solid var(--border);width:36px;height:36px;color:var(--fg);border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;text-decoration:none;transition:all .15s;display:flex}.fp-social-btn:hover{background:var(--fg);color:#fff;border-color:var(--fg);transform:scale(1.05)}.fp-social-btn--wa{color:#fff;background:oklch(58% .16 145);border-color:#0000}.fp-social-btn--wa:hover{background:oklch(50% .18 145)}.fp-ig-grad{background:linear-gradient(135deg,oklch(72% .14 30),oklch(58% .18 350));border-radius:4px;width:16px;height:16px}.fp-tab-bar-wrap{max-width:var(--max-w);padding:0 var(--px);border-bottom:1px solid var(--border);margin:2rem auto 0}.fp-tab-bar{scrollbar-width:none;gap:2rem;display:flex;overflow-x:auto}.fp-tab-bar::-webkit-scrollbar{display:none}.fp-tab-btn{color:var(--muted);white-space:nowrap;cursor:pointer;background:0 0;border:none;align-items:center;gap:.375rem;padding:1rem 0;font-family:inherit;font-size:.9375rem;font-weight:500;transition:color .15s;display:inline-flex;position:relative}.fp-tab-btn:hover{color:var(--fg)}.fp-tab-btn.active{color:var(--accent);font-weight:600}.fp-tab-btn.active:after{content:"";background:var(--accent);height:2px;position:absolute;bottom:-1px;left:0;right:0}.fp-tab-count{color:var(--muted);font-size:.75rem;font-weight:400}.fp-tab-btn.active .fp-tab-count{color:var(--accent)}.fp-body{max-width:var(--max-w);padding:2.5rem var(--px) 5rem;margin:0 auto}.fp-body>section{animation:.3s both fadeUp}.fp-tab-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.75rem;display:flex}.fp-tab-title{font-family:var(--font-display);padding-bottom:.5rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;position:relative}.fp-tab-title:after{content:"";background:var(--accent);width:36px;height:3px;position:absolute;bottom:0;left:0}.fp-tab-controls{flex-wrap:wrap;align-items:center;gap:.625rem;display:flex}.fp-pill-btn{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-pill);color:var(--fg);cursor:pointer;align-items:center;gap:.375rem;padding:.375rem .875rem;font-family:inherit;font-size:.8125rem;font-weight:500;transition:all .15s;display:inline-flex}.fp-pill-btn:hover{border-color:var(--accent);color:var(--accent)}.fp-pill-btn.active{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.fp-product-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.fp-product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);cursor:pointer;flex-direction:column;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden}.fp-product-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px oklch(0% 0 0/.08)}.fp-card-img{aspect-ratio:1;background:var(--surface-tint);position:relative;overflow:hidden}.fp-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.fp-product-card:hover .fp-card-img img{transform:scale(1.04)}.fp-card-tag{border-radius:var(--r-pill);letter-spacing:.05em;text-transform:uppercase;color:var(--accent);background:oklch(100% 0 0/.94);padding:.25rem .6rem;font-size:.65rem;font-weight:700;position:absolute;top:10px;left:10px}.fp-card-fave{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;background:oklch(100% 0 0/.92);border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.95rem;transition:all .15s;display:flex;position:absolute;top:10px;right:10px}.fp-card-fave:hover{color:var(--rose);background:#fff;transform:scale(1.06)}.fp-card-fave.saved{color:var(--rose)}.fp-card-body{flex-direction:column;flex:1;gap:.25rem;padding:.875rem 1rem 1rem;display:flex}.fp-card-name{font-family:var(--font-display);font-size:1.125rem;font-weight:600;line-height:1.2}.fp-card-meta{color:var(--muted);font-size:.75rem}.fp-card-footer{justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:.625rem;display:flex}.fp-card-price{font-variant-numeric:tabular-nums;font-size:1rem;font-weight:600}.fp-card-price .fp-from{color:var(--muted);margin-right:.125rem;font-size:.7rem;font-weight:400}.fp-card-delivery{color:var(--muted);align-items:center;gap:.25rem;font-size:.7rem;display:inline-flex}.fp-card-delivery:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px}.fp-about-grid{grid-template-columns:1fr 280px;gap:3rem;display:grid}.fp-about-lede{font-family:var(--font-display);color:var(--accent);margin:.75rem 0 1.5rem;font-size:1.375rem;font-style:italic;font-weight:500}.fp-about-p{color:var(--fg);max-width:60ch;margin-bottom:1rem;font-size:.9375rem;line-height:1.75}.fp-about-sub{font-family:var(--font-display);margin:2rem 0 1rem;font-size:1.375rem;font-weight:600}.fp-speciality-grid{grid-template-columns:1fr 1fr;gap:1rem 1.5rem;display:grid}.fp-speciality{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--r-md);padding:1rem 1.25rem}.fp-speciality-h{margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.fp-speciality-p{color:var(--muted);font-size:.8125rem;line-height:1.55}.fp-about-side{flex-direction:column;gap:.875rem;display:flex}.fp-stat-card{background:var(--surface-tint);border-radius:var(--r-lg);padding:1.25rem 1.5rem}.fp-stat-num{font-family:var(--font-display);color:var(--accent);font-size:2rem;font-weight:600;line-height:1}.fp-stat-label{color:var(--muted);margin-top:.375rem;font-size:.8125rem}.fp-reviews-grid{grid-template-columns:260px 1fr;align-items:start;gap:2.5rem;display:grid}.fp-review-summary{background:var(--surface-tint);border-radius:var(--r-lg);padding:1.5rem;position:sticky;top:84px}.fp-review-score{font-family:var(--font-display);color:var(--rose);font-size:4rem;font-weight:600;line-height:1}.fp-review-stars{color:var(--rose);letter-spacing:.05em;margin:.375rem 0 .5rem;font-size:1rem}.fp-review-meta{color:var(--muted);margin-bottom:1.25rem;font-size:.8125rem}.fp-reviews-list{flex-direction:column;gap:1rem;display:flex}.fp-review-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.25rem 1.5rem}.fp-review-head{align-items:center;gap:.75rem;margin-bottom:.625rem;display:flex}.fp-review-avatar{background:var(--accent-light);width:36px;height:36px;color:var(--accent);font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;display:flex}.fp-review-author{font-size:.875rem;font-weight:600}.fp-review-when{color:var(--muted);font-size:.75rem}.fp-review-rating{color:var(--rose);margin-left:auto;font-size:.8125rem;font-weight:600}.fp-review-text{color:var(--fg);font-size:.9375rem;line-height:1.65}.fp-delivery-grid{grid-template-columns:1.4fr 1fr;align-items:start;gap:3rem;display:grid}.fp-delivery-row{border-bottom:1px solid var(--border);padding:1.25rem 0}.fp-delivery-row:last-child{border-bottom:none}.fp-delivery-row-h{letter-spacing:.09em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-size:.7rem;font-weight:700}.fp-delivery-row-p{color:var(--fg);font-size:.9375rem;line-height:1.65}.fp-zones-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem 1.75rem}.fp-zones-h{font-family:var(--font-display);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.fp-slots-list{flex-direction:column;list-style:none;display:flex}.fp-slot-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.75rem 0;font-size:.875rem;display:flex}.fp-slot-row:last-child{border-bottom:none}.fp-slot-time{font-weight:500}.fp-slot-open{background:var(--accent-light);color:var(--accent);border-radius:var(--r-pill);padding:.2rem .625rem;font-size:.75rem;font-weight:600;text-decoration:none}.fp-zones-note{color:var(--muted);margin-top:1rem;font-size:.75rem;font-style:italic}.fp-faq-list{flex-direction:column;max-width:760px;display:flex}.fp-faq-item{border-bottom:1px solid var(--border);padding:1.125rem 0}.fp-faq-q{cursor:pointer;text-align:left;width:100%;color:inherit;background:0 0;border:none;justify-content:space-between;align-items:center;font-family:inherit;font-size:1rem;font-weight:600;display:flex}.fp-faq-tg{color:var(--muted);font-size:1.25rem;transition:transform .2s,color .2s}.fp-faq-item.open .fp-faq-tg{color:var(--accent);transform:rotate(45deg)}.fp-faq-a{color:var(--muted);max-width:60ch;max-height:0;font-size:.9375rem;line-height:1.7;transition:max-height .3s,padding-top .3s;overflow:hidden}.fp-faq-item.open .fp-faq-a{max-height:240px;padding-top:.75rem}@keyframes fp-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.fp-sk{background:linear-gradient(90deg, var(--border) 25%, oklch(95% .008 150) 50%, var(--border) 75%);background-size:600px 100%;border-radius:6px;animation:1.4s ease-in-out infinite fp-shimmer}@media (width<=1023px){.fp-hero-card{grid-template-columns:1fr}.fp-hero-banner{min-height:200px;padding:2.5rem 1.5rem}.fp-product-grid{grid-template-columns:repeat(3,1fr)}.fp-about-grid{grid-template-columns:1fr;gap:2rem}.fp-about-side{flex-flow:wrap}.fp-stat-card{flex:calc(50% - .875rem)}.fp-reviews-grid{grid-template-columns:1fr;gap:1.5rem}.fp-review-summary{position:static}.fp-delivery-grid{grid-template-columns:1fr;gap:2rem}}@media (width<=767px){.fp-hero-info{padding:1.75rem 1.5rem}.fp-product-grid{grid-template-columns:repeat(2,1fr);gap:.875rem}.fp-speciality-grid{grid-template-columns:1fr}}@media (width<=479px){.fp-florist-name{font-size:1.5rem}.fp-banner-name{font-size:2rem}.fp-stat-card{flex:100%}}.auth-page{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.brand-panel{color:#fff;flex-direction:column;justify-content:space-between;min-height:100vh;padding:2.25rem 2.75rem;display:flex;position:relative;overflow:hidden}.brand-panel:before{content:"";z-index:0;background-position:50%;background-size:cover;transition:opacity .4s;position:absolute;inset:0}.brand-panel[data-role=neutral]:before{background-image:url(https://images.pexels.com/photos/1407322/pexels-photo-1407322.jpeg?auto=compress&cs=tinysrgb&w=1400&h=1600&fit=crop)}.brand-panel[data-role=customer]:before{background-image:url(https://images.pexels.com/photos/1086178/pexels-photo-1086178.jpeg?auto=compress&cs=tinysrgb&w=1400&h=1600&fit=crop)}.brand-panel[data-role=florist]:before{background-image:url(https://images.pexels.com/photos/931180/pexels-photo-931180.jpeg?auto=compress&cs=tinysrgb&w=1400&h=1600&fit=crop)}.brand-panel:after{content:"";z-index:1;background:linear-gradient(oklch(20% .06 155/.45) 0%,oklch(20% .06 155/.4) 50%,oklch(15% .06 155/.75) 100%);position:absolute;inset:0}.brand-top,.brand-mid,.brand-bot{z-index:2;position:relative}.brand-logo{font-family:var(--font-display);color:#fff;letter-spacing:-.01em;font-size:2rem;font-style:italic;font-weight:600}.brand-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:#fff;border-radius:var(--r-pill);-webkit-backdrop-filter:blur(8px);background:oklch(100% 0 0/.15);margin-bottom:1.5rem;padding:.3rem .7rem;font-size:.6875rem;font-weight:600;display:inline-block}.brand-headline{font-family:var(--font-body);letter-spacing:-.02em;color:#fff;max-width:22ch;font-size:clamp(2rem,3.2vw,2.875rem);font-weight:600;line-height:1.12}.brand-headline .accent-word{font-family:var(--font-display);color:oklch(92% .04 150);font-size:1.08em;font-style:italic;font-weight:500}.brand-sub{color:oklch(100% 0 0/.82);max-width:32ch;margin-top:1.5rem;font-size:1rem;line-height:1.55}.quote-card{-webkit-backdrop-filter:blur(14px);border-radius:var(--r-lg);background:oklch(100% 0 0/.1);border:1px solid oklch(100% 0 0/.18);max-width:30rem;padding:1.125rem 1.375rem}.quote-text{color:#fff;font-size:.9375rem;line-height:1.5}.quote-attrib{color:oklch(100% 0 0/.7);align-items:center;gap:.625rem;margin-top:.75rem;font-size:.75rem;display:flex}.quote-avatar{color:#fff;background:linear-gradient(135deg,oklch(78% .08 150),oklch(58% .12 155));border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.6875rem;font-weight:600;display:inline-flex}.quote-attrib strong{color:#fff;font-weight:600}.form-panel{background:var(--bg);flex-direction:column;padding:2rem 2.5rem 2.5rem;display:flex}.form-top{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.back-link{color:var(--muted);align-items:center;gap:.375rem;font-size:.875rem;transition:color .15s;display:inline-flex}.back-link:hover{color:var(--accent)}.help-link{color:var(--muted);font-size:.8125rem}.help-link a{color:var(--accent);font-weight:500}.help-link a:hover{text-underline-offset:3px;text-decoration:underline}.form-wrap{width:100%;max-width:25rem;margin:auto}.mode-toggle{background:var(--surface-tint);border-radius:var(--r-pill);grid-template-columns:1fr 1fr;gap:2px;margin-bottom:1.75rem;padding:4px;display:grid}.mode-btn{color:var(--muted);border-radius:var(--r-pill);text-align:center;padding:.5rem;font-size:.8125rem;font-weight:500;transition:color .18s,background .18s}.mode-btn.active{color:#fff;background:var(--accent);font-weight:600}.role-toggle{background:var(--surface-tint);border-radius:var(--r-md);grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1.5rem;padding:.3rem;display:grid}.role-btn{border-radius:var(--r-sm);color:var(--muted);text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:flex-start;gap:.125rem;padding:.625rem .875rem;font-family:inherit;font-size:.875rem;font-weight:500;line-height:1.25;transition:all .18s;display:flex}.role-btn small{color:var(--muted);font-size:.6875rem;font-weight:400}.role-btn:hover{color:var(--fg)}.role-btn.active{color:var(--fg);box-shadow:0 1px 3px oklch(0% 0 0/.06), 0 0 0 1px var(--border);background:#fff}.role-btn.active small{color:var(--accent)}.form-view{animation:.25s both authFade}@keyframes authFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.form-title{letter-spacing:-.02em;margin-bottom:.375rem;font-size:1.75rem;font-weight:600;line-height:1.15}.form-lede{color:var(--muted);margin-bottom:1.75rem;font-size:.9375rem}.form-lede strong{color:var(--fg);font-weight:600}.field-label{color:var(--fg);justify-content:space-between;align-items:baseline;font-size:.8125rem;font-weight:500;display:flex}.hint{color:var(--muted);font-size:.6875rem;font-weight:400}.hint-link{color:var(--accent);font-size:.6875rem;font-weight:500}.hint-link:hover{text-underline-offset:3px;text-decoration:underline}.field-input,.field-select{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-md);width:100%;color:var(--fg);outline:none;padding:.75rem .875rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.field-input::placeholder{color:oklch(62% .025 150)}.field-input:focus,.field-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px oklch(44% .14 155/.12)}.field-input.with-prefix{padding-left:2.25rem}.field-prefix-wrap{position:relative}.field-prefix{color:var(--muted);pointer-events:none;font-size:.9375rem;position:absolute;top:50%;left:.875rem;transform:translateY(-50%)}.field-row{justify-content:space-between;align-items:center;gap:1rem;margin:.25rem 0 1.25rem;font-size:.8125rem;display:flex}.check{color:var(--fg);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;display:inline-flex}.check input{width:16px;height:16px;accent-color:var(--accent);cursor:pointer;flex-shrink:0}.check a,.field-row a{color:var(--accent);font-weight:500}.check a:hover,.field-row a:hover{text-underline-offset:3px;text-decoration:underline}.submit-btn{background:var(--fg);color:#fff;border-radius:var(--r-pill);justify-content:center;align-items:center;width:100%;padding:.875rem 1rem;font-size:.9375rem;font-weight:500;transition:background .15s;display:inline-flex}.submit-btn:hover{background:var(--accent)}.submit-btn:active{transform:scale(.99)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.divider{color:var(--muted);text-transform:uppercase;letter-spacing:.18em;align-items:center;gap:.75rem;margin:1.25rem 0;font-size:.6875rem;font-weight:500;display:flex}.divider:before,.divider:after{content:"";background:var(--border);flex:1;height:1px}.social-row{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.social-btn{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-md);justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.6875rem .875rem;font-size:.8125rem;font-weight:500;transition:border-color .15s,background .15s;display:inline-flex}.social-btn:hover{border-color:var(--accent);background:oklch(99% .005 150)}.google-icon{color:#4285f4;font-size:.875rem;font-weight:700}.form-foot{color:var(--muted);text-align:center;margin-top:1.25rem;font-size:.8125rem}.form-foot a,.text-link{color:var(--accent);font-weight:500}.form-foot a:hover{text-underline-offset:3px;text-decoration:underline}.text-link{color:var(--accent);font-weight:500;font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit}.text-link:hover{text-underline-offset:3px;text-decoration:underline}.trust-bar{border-top:1px dashed var(--border);color:var(--muted);flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.25rem;padding-top:1rem;font-size:.6875rem;display:flex}.trust-bar span{align-items:center;gap:.3rem;display:inline-flex}.trust-bar span:before{content:"✓";color:var(--accent);font-weight:700}.auth-error{border-radius:var(--r-sm);color:var(--rose);background:oklch(96% .02 25);border:1px solid oklch(85% .06 25);margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}@media (width<=900px){.auth-page{grid-template-columns:1fr}.brand-panel{min-height:240px;padding:1.5rem}.brand-headline{font-size:1.75rem}.brand-sub,.quote-card{display:none}.form-panel{padding:1.5rem 1.25rem 2.25rem}.form-top{margin-bottom:1.25rem}}.app{grid-template-columns:248px 1fr;min-height:100vh;display:grid}.dash-sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;gap:1rem;height:100vh;padding:1.5rem 1rem;display:flex;position:sticky;top:0;overflow-y:auto}.sb-logo{font-family:var(--font-display);color:var(--accent);letter-spacing:-.01em;padding:0 .5rem .5rem;font-size:1.875rem;font-style:italic;font-weight:600;text-decoration:none}.sb-shop{border-radius:var(--r-md);background:var(--surface-tint);align-items:center;gap:.625rem;margin-bottom:.25rem;padding:.625rem;display:flex}.sb-shop-avatar{width:36px;height:36px;box-shadow:0 0 0 1px var(--border);background:linear-gradient(135deg,oklch(72% .08 150),oklch(58% .12 155));border:2px solid #fff;border-radius:50%;flex-shrink:0}.sb-shop-meta{flex-direction:column;min-width:0;line-height:1.2;display:flex}.sb-shop-name{white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.3rem;font-size:.875rem;font-weight:600;display:inline-flex;overflow:hidden}.sb-verified{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;font-size:.55rem;font-weight:700;display:inline-flex}.sb-shop-status{color:var(--accent);align-items:center;gap:.25rem;font-size:.6875rem;display:inline-flex}.sb-shop-status:before{content:"";background:var(--accent);border-radius:50%;width:5px;height:5px}.sb-section-h{text-transform:uppercase;letter-spacing:.15em;color:var(--muted);padding:.25rem .5rem 0;font-size:.6875rem}.sb-nav{flex-direction:column;gap:2px;display:flex}.sb-item{border-radius:var(--r-sm);color:var(--fg);text-align:left;align-items:center;gap:.625rem;width:100%;padding:.5rem .625rem;font-size:.875rem;transition:background .15s,color .15s;display:flex}.sb-item:hover{background:var(--surface-tint)}.sb-item.active{background:var(--accent-light);color:var(--accent);font-weight:600}.sb-item .ic{width:18px;height:18px;color:var(--muted);flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;display:inline-flex}.sb-item.active .ic{color:var(--accent)}.sb-item .count{background:var(--surface-tint);color:var(--muted);border-radius:var(--r-pill);margin-left:auto;padding:.1rem .45rem;font-size:.6875rem;font-weight:500}.sb-item.active .count{color:var(--accent);background:#fff}.sb-bottom{flex-direction:column;gap:4px;margin-top:auto;display:flex}.sb-view-shop{background:var(--fg);color:#fff;border-radius:var(--r-md);justify-content:center;align-items:center;padding:.625rem .75rem;font-size:.8125rem;font-weight:500;transition:background .15s;display:flex}.sb-view-shop:hover{background:var(--accent)}.dash-main{background:var(--bg);flex-direction:column;min-width:0;display:flex}.topbar{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20;background:oklch(100% 0 0/.85);justify-content:space-between;align-items:center;gap:1rem;padding:1.125rem 2rem;display:flex;position:sticky;top:0}.crumb{color:var(--muted);font-size:.8125rem}.crumb strong{color:var(--fg);font-weight:600}.top-right{align-items:center;gap:.75rem;display:flex}.top-action{border-radius:var(--r-sm);width:36px;height:36px;color:var(--muted);justify-content:center;align-items:center;font-size:1rem;transition:background .15s,color .15s;display:inline-flex;position:relative}.top-action:hover{background:var(--surface-tint);color:var(--fg)}.top-action .dot{background:var(--rose);border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:6px}.add-product-btn{background:var(--accent);color:#fff;border-radius:var(--r-pill);align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:background .15s;display:inline-flex}.add-product-btn:hover{background:var(--accent-hover)}.pane-content{width:100%;max-width:1240px;margin:0 auto;padding:2rem 2.5rem 4rem}.pane-content--centered{max-width:960px}.pane-content--narrow{max-width:720px}.pane-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;display:flex}.pane-title{font-family:var(--font-display);letter-spacing:-.01em;padding-bottom:.5rem;font-size:2rem;font-weight:600;position:relative}.pane-title:after{content:"";background:var(--accent);border-radius:2px;width:32px;height:3px;position:absolute;bottom:0;left:0}.overview-pane{animation:.25s both fade}.overview-greeting{font-family:var(--font-display);letter-spacing:-.01em;margin-bottom:.25rem;font-size:2rem;font-weight:600}.overview-sub{color:var(--muted);margin-bottom:1.5rem;font-size:.9rem}.onboarding-banner{background:linear-gradient(135deg, oklch(96% .025 150), var(--surface));border:1px solid var(--accent-light);border-radius:var(--r-lg);flex-wrap:wrap;align-items:center;gap:1.25rem;margin-bottom:1.75rem;padding:1.25rem 1.5rem;display:flex}.ob-left{flex:1;min-width:200px}.ob-title{margin-bottom:.25rem;font-size:.9375rem;font-weight:600;display:block}.ob-sub{color:var(--muted);font-size:.8125rem}.ob-right{align-items:center;gap:.75rem;display:flex}.ob-progress-bar{background:var(--border);border-radius:3px;width:120px;height:5px;overflow:hidden}.ob-progress-fill{background:var(--accent);border-radius:3px;height:100%;transition:width .4s}.ob-pct{color:var(--muted);white-space:nowrap;font-size:.75rem}.kpi-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.75rem;display:grid}.kpi-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);flex-direction:column;padding:1.125rem 1.25rem;display:flex}.kpi-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.kpi-value{font-family:var(--font-display);font-variant-numeric:tabular-nums;margin-top:.375rem;font-size:2rem;font-weight:600;line-height:1.1}.kpi-delta{color:var(--muted);align-items:center;gap:.25rem;margin-top:.25rem;font-size:.75rem;display:inline-flex}.kpi-delta.up{color:var(--accent)}.kpi-delta.up:before{content:"↑";font-size:.625rem}.mini-chart-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);margin-bottom:1.25rem;padding:1.25rem 1.5rem}.mini-chart-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.mini-chart-title{font-size:.9375rem;font-weight:600}.mini-chart-body{align-items:flex-end;gap:4px;height:180px;padding-top:1rem;display:flex}.mc-bar{background:linear-gradient(180deg, var(--accent) 0%, var(--accent-hover) 100%);cursor:pointer;border-radius:3px 3px 0 0;flex:1;min-height:4px;transition:opacity .15s}.mc-bar:hover{opacity:.75}.mc-bar.muted{background:var(--accent-light)}.overview-grid{grid-template-columns:1.6fr 1fr;gap:1.25rem;margin-bottom:1.25rem;display:grid}.section-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem 1.75rem}.section-card.tinted{background:linear-gradient(180deg, var(--accent-light) 0%, var(--surface) 65%)}.sc-title{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:.9375rem;font-weight:600;display:flex}.section-h-row{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.25rem;display:flex}.section-h{font-family:var(--font-display);letter-spacing:-.005em;font-size:1.375rem;font-weight:600}.section-h-sub{color:var(--muted);margin-top:.15rem;font-size:.8125rem}.section-h-link{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:.8125rem;font-weight:500}.section-h-link:hover{text-decoration:underline}.pc-list{flex-direction:column;padding:.5rem 0;display:flex}.pc-row{justify-content:space-between;align-items:center;padding:.625rem 1.25rem;font-size:.875rem;transition:background .12s;display:flex}.pc-row:hover{background:var(--surface-tint)}.pc-name{color:var(--fg);font-weight:500}.pc-code{color:var(--muted);font-size:.75rem}.pc-count{color:var(--accent);font-variant-numeric:tabular-nums;font-weight:600}.leads-list{flex-direction:column;display:flex}.lead-row{border-bottom:1px solid var(--border);cursor:pointer;grid-template-columns:32px 1fr auto;align-items:center;gap:.75rem;padding:.875rem 1.25rem;transition:background .12s;display:grid}.lead-row:last-child{border-bottom:none}.lead-row:hover{background:var(--surface-tint)}.lead-avatar{color:#fff;background:linear-gradient(135deg,oklch(80% .04 30),oklch(70% .08 350));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:600;display:inline-flex}.lead-info{min-width:0}.lead-name{color:var(--fg);font-size:.875rem;font-weight:500}.lead-meta{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;overflow:hidden}.lead-time{color:var(--muted);white-space:nowrap;font-size:.6875rem}.products-pane{animation:.25s both fade}.page-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.75rem;display:flex}.page-title{font-family:var(--font-display);letter-spacing:-.01em;padding-bottom:.5rem;font-size:2.25rem;font-weight:600;position:relative}.page-title:after{content:"";background:var(--accent);width:36px;height:3px;position:absolute;bottom:0;left:0}.page-sub{color:var(--muted);margin-top:.375rem;font-size:.9375rem}.products-stack{flex-direction:column;gap:1.75rem;display:flex}.ov-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.ov-tile{background:var(--surface-tint);border-radius:var(--r-md);flex-direction:column;gap:.25rem;padding:1rem 1.125rem;display:flex}.ov-tile-ic{background:var(--surface);width:30px;height:30px;color:var(--accent);border:1px solid var(--border);border-radius:8px;justify-content:center;align-items:center;margin-bottom:.375rem;font-size:.875rem;display:inline-flex}.ov-tile-label{color:var(--muted);font-size:.75rem}.ov-tile-num{font-family:var(--font-display);font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-size:1.875rem;font-weight:600;line-height:1.1}.ov-tile-delta{color:var(--accent);align-items:center;gap:.25rem;margin-top:.125rem;font-size:.75rem;display:inline-flex}.ov-tile-delta.flat{color:var(--muted)}.gaps-banner{background:linear-gradient(135deg, oklch(96% .035 150), var(--surface));border:1px solid var(--accent-light);border-radius:var(--r-lg);grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;display:grid}.gaps-banner-ic{background:var(--surface);border:1px solid var(--accent-light);width:48px;height:48px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:inline-flex}.gaps-banner-body{flex-direction:column;gap:.125rem;min-width:0;display:flex}.gaps-banner-h{color:var(--fg);font-size:.9375rem;font-weight:600}.gaps-banner-p{color:var(--muted);font-size:.8125rem}.gaps-banner-cta{background:var(--accent);color:#fff;border-radius:var(--r-pill);cursor:pointer;border:none;flex-shrink:0;padding:.55rem 1rem;font-size:.8125rem;font-weight:500;transition:background .15s}.gaps-banner-cta:hover{background:var(--accent-hover)}.toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.search{flex:1;min-width:200px;position:relative}.search input{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-pill);outline:none;width:100%;padding:.5rem .875rem .5rem 2.25rem;font-size:.875rem;transition:border-color .15s}.search input:focus{border-color:var(--accent);box-shadow:0 0 0 3px oklch(44% .14 155/.1)}.search:before{content:"⌕";color:var(--muted);pointer-events:none;font-size:1rem;position:absolute;top:50%;left:.875rem;transform:translateY(-50%)}.filter-group{gap:.4rem;display:flex}.pill-btn{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-pill);color:var(--fg);cursor:pointer;align-items:center;gap:.375rem;padding:.4rem .9rem;font-size:.8125rem;font-weight:500;transition:all .15s;display:inline-flex}.pill-btn:hover{border-color:var(--accent);color:var(--accent)}.pill-btn.active{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.product-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1.125rem;display:grid}.add-card{border:1.5px dashed var(--border-strong);border-radius:var(--r-md);cursor:pointer;text-align:center;background:oklch(99% .005 150);flex-direction:column;justify-content:center;align-items:center;gap:.625rem;min-height:100%;padding:2rem 1rem;transition:all .15s;display:flex}.add-card:hover{border-color:var(--accent);background:var(--accent-light);color:var(--accent)}.add-card-icon{background:var(--surface);border:1px solid var(--border-strong);width:48px;height:48px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .15s;display:inline-flex}.add-card:hover .add-card-icon{background:#fff;border-color:#fff;transform:scale(1.08)}.add-card-text{font-size:.875rem;font-weight:500}.add-card-sub{color:var(--muted);font-size:.75rem}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px oklch(0% 0 0/.07)}.pc-img{aspect-ratio:1;background:var(--surface-tint);position:relative;overflow:hidden}.pc-img img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card:hover .pc-img img{transform:scale(1.04)}.pc-status{border-radius:var(--r-pill);background:oklch(100% 0 0/.94);align-items:center;gap:.25rem;padding:.2rem .55rem;font-size:.6875rem;font-weight:600;display:inline-flex;position:absolute;top:10px;left:10px}.pc-status .dot{background:var(--accent);border-radius:50%;width:6px;height:6px}.pc-status.draft{color:var(--muted)}.pc-status.draft .dot{background:var(--amber)}.pc-status.live{color:var(--accent)}.pc-menu{width:28px;height:28px;color:var(--fg);cursor:pointer;opacity:0;background:oklch(100% 0 0/.92);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:opacity .15s;display:inline-flex;position:absolute;top:10px;right:10px}.product-card:hover .pc-menu{opacity:1}.pc-body{padding:.875rem 1rem 1rem}.pc-name{font-family:var(--font-display);margin-bottom:.125rem;font-size:1.0625rem;font-weight:600;line-height:1.2}.pc-meta{color:var(--muted);margin-bottom:.625rem;font-size:.75rem}.pc-foot{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:.625rem;display:flex}.pc-price{font-variant-numeric:tabular-nums;font-size:.9375rem;font-weight:600}.pc-price .from{color:var(--muted);margin-right:.125rem;font-size:.7rem;font-weight:400}.pc-views{color:var(--muted);align-items:center;gap:.25rem;font-size:.75rem;display:inline-flex}.pinsights-row{grid-template-columns:1.1fr 1fr 1fr;gap:1.25rem;display:grid}.pinsights-row .section-card{padding:1.25rem 1.375rem}.trend-list{flex-direction:column;gap:.5rem;display:flex}.trend-row{justify-content:space-between;align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.trend-term{color:var(--fg);align-items:center;gap:.4rem;display:inline-flex}.trend-term:before{content:"⌕";color:var(--muted);font-size:.75rem}.trend-meta{color:var(--accent);font-variant-numeric:tabular-nums;align-items:center;gap:.4rem;font-size:.6875rem;display:inline-flex}.trend-meta.flat{color:var(--muted)}.trend-bar{background:var(--surface-tint);border-radius:100px;width:36px;height:4px;display:inline-block;position:relative;overflow:hidden}.trend-bar:after{content:"";background:var(--accent);width:var(--w,50%);position:absolute;top:0;bottom:0;left:0}.top-perf{align-items:center;gap:.75rem;display:flex}.top-perf-img{background-position:50%;background-size:cover;background-color:var(--surface-tint);border-radius:10px;flex-shrink:0;width:56px;height:56px}.top-perf-body{flex-direction:column;gap:.1rem;min-width:0;display:flex}.top-perf-name{font-family:var(--font-display);font-size:1rem;font-weight:600;line-height:1.1}.top-perf-meta{color:var(--muted);font-size:.6875rem}.top-perf-stats{color:var(--muted);gap:.875rem;margin-top:.625rem;font-size:.75rem;display:flex}.top-perf-stats b{color:var(--fg);font-variant-numeric:tabular-nums;font-weight:600}.sync-card{align-items:center;gap:.625rem;display:flex}.sync-icon{background:var(--surface-tint);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;display:inline-flex}.sync-l{flex-direction:column;flex:1;gap:0;min-width:0;display:flex}.sync-t{font-size:.8125rem;font-weight:500}.sync-s{color:var(--muted);font-size:.6875rem}.sync-btn{color:var(--accent);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:100px;padding:.3rem .55rem;font-size:.75rem;font-weight:500;transition:all .15s}.sync-btn:hover{border-color:var(--accent);background:var(--accent-light)}.btn-primary{background:var(--accent);color:#fff;border-radius:var(--r-pill);cursor:pointer;border:none;align-items:center;gap:.375rem;padding:.55rem 1.25rem;font-size:.875rem;font-weight:500;transition:background .15s;display:inline-flex}@media (width<=1100px){.ov-grid{grid-template-columns:repeat(2,1fr)}.pinsights-row{grid-template-columns:1fr}.gaps-banner{text-align:left;grid-template-columns:1fr}}.profile-pane{animation:.25s both fade}.profile-sections{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}.profile-section{border-bottom:1px solid var(--border);padding:1.75rem}.profile-section:last-child{border-bottom:none}.ps-heading{font-family:var(--font-display);margin-bottom:.375rem;font-size:1.25rem;font-weight:600}.ps-sub{color:var(--muted);margin-bottom:1.25rem;font-size:.8125rem}.field-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.profile-field{flex-direction:column;gap:.4375rem;display:flex}.profile-field--full{grid-column:1/-1}.pf-label{color:var(--fg);font-size:.8125rem;font-weight:500}.pf-input{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);outline:none;padding:.625rem .75rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.pf-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px oklch(44% .14 155/.12)}.pf-textarea{resize:vertical;min-height:90px;line-height:1.5}.profile-save-row{border-top:1px solid var(--border);background:var(--surface-tint);justify-content:flex-end;padding:1.25rem 1.75rem;display:flex}.save-btn{background:var(--fg);color:#fff;border-radius:var(--r-pill);padding:.6rem 1.5rem;font-size:.875rem;font-weight:500;transition:background .15s}.save-btn:hover{background:var(--accent)}.insights-pane{animation:.25s both fade}.insights-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.75rem;display:flex}.insights-kpi{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.25rem;display:grid}.insights-grid{grid-template-columns:2fr 1fr;gap:1.25rem;display:grid}.insight-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:1.25rem 1.5rem}.ic-title{margin-bottom:1rem;font-size:.9375rem;font-weight:600}.bar-chart{flex-direction:column;gap:.625rem;display:flex}.bar-row{grid-template-columns:120px 1fr 40px;align-items:center;gap:.75rem;font-size:.8125rem;display:grid}.bar-label{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.bar-track{background:var(--surface-tint);border-radius:4px;height:8px;overflow:hidden}.bar-fill{background:linear-gradient(90deg, var(--accent), var(--accent-hover));border-radius:4px;height:100%;transition:width .6s}.bar-val{color:var(--fg);text-align:right;font-variant-numeric:tabular-nums;font-weight:600}.vert-chart-body{align-items:flex-end;gap:4px;height:180px;padding-top:1rem;display:flex}.vc-bar{background:linear-gradient(180deg, var(--accent) 0%, var(--accent-hover) 100%);cursor:pointer;border-radius:3px 3px 0 0;flex:1;min-height:4px;transition:opacity .15s}.vc-bar:hover{opacity:.75}.vc-bar.muted{background:var(--accent-light)}.postcode-list{flex-direction:column;gap:.375rem;display:flex}.pc-insight-row{background:var(--surface-tint);border-radius:var(--r-sm);justify-content:space-between;align-items:center;padding:.6rem .75rem;font-size:.875rem;display:flex}.pc-insight-label .pc-name{font-weight:500}.pc-insight-label .pc-code{color:var(--muted);margin-left:.375rem;font-size:.75rem}.pc-insight-count{color:var(--accent);font-variant-numeric:tabular-nums;font-weight:600}.leads-pane{animation:.25s both fade}.leads-table{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden}.leads-table-head{background:var(--surface-tint);border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.06em;color:var(--muted);grid-template-columns:1.5fr 1fr 1.5fr 80px;gap:1rem;padding:.75rem 1.25rem;font-size:.75rem;font-weight:600;display:grid}.leads-table-row{border-bottom:1px solid var(--border);cursor:pointer;grid-template-columns:1.5fr 1fr 1.5fr 80px;align-items:center;gap:1rem;padding:.875rem 1.25rem;font-size:.875rem;transition:background .12s;display:grid}.leads-table-row:last-child{border-bottom:none}.leads-table-row:hover{background:var(--surface-tint)}.lead-cell-name{align-items:center;gap:.625rem;font-weight:500;display:flex}.lead-channel-badge{border-radius:var(--r-pill);background:var(--accent-light);color:var(--accent);padding:.2rem .6rem;font-size:.75rem;font-weight:500;display:inline-block}.lead-product-name{color:var(--muted)}.lead-time-cell{color:var(--muted);font-size:.8125rem}.settings-pane{animation:.25s both fade}.settings-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}.settings-sections{flex-direction:column;display:flex}.settings-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem 1.75rem;display:flex}.settings-row:last-child{border-bottom:none}.settings-row--danger .setting-name{color:var(--rose)}.setting-name{font-size:.9375rem;font-weight:600}.setting-desc{color:var(--muted);margin-top:.25rem;font-size:.8125rem}.toggle{flex-shrink:0;display:inline-block;position:relative}.toggle input{opacity:0;width:0;height:0;position:absolute}.toggle-track{background:var(--border-strong);border-radius:var(--r-pill);cursor:pointer;width:40px;height:22px;transition:background .2s}.toggle input:checked~.toggle-track{background:var(--accent)}.toggle-thumb{pointer-events:none;background:#fff;border-radius:50%;width:16px;height:16px;transition:left .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px oklch(0% 0 0/.15)}.toggle input:checked~.toggle-thumb{left:21px}.danger-btn{border-radius:var(--r-pill);border:1px solid var(--rose);color:var(--rose);white-space:nowrap;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:all .15s}.danger-btn:hover{background:var(--rose);color:#fff}.settings-signout{border-top:1px solid var(--border);background:var(--surface-tint);padding:1.25rem 1.75rem}.signout-btn{border-radius:var(--r-pill);border:1px solid var(--border-strong);padding:.55rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .15s}.signout-btn:hover{border-color:var(--fg)}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:100;background:oklch(20% .04 155/.5);justify-content:center;align-items:flex-start;padding:2.5rem 1rem;animation:.2s both fade;display:flex;position:fixed;inset:0;overflow-y:auto}.modal{background:var(--surface);border-radius:var(--r-lg);width:100%;max-width:720px;animation:.3s both modalUp;box-shadow:0 30px 80px oklch(0% 0 0/.2)}@keyframes modalUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;display:flex}.modal-title{font-family:var(--font-display);font-size:1.625rem;font-weight:600}.modal-close{background:var(--surface-tint);width:32px;height:32px;color:var(--muted);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:background .15s;display:inline-flex}.modal-close:hover{background:var(--border);color:var(--fg)}.modal-body{flex-direction:column;gap:1.125rem;padding:1.5rem 1.75rem 1.75rem;display:flex}.photo-slots{aspect-ratio:3/2;grid-template-rows:1fr 1fr;grid-template-columns:1.5fr 1fr 1fr;gap:.5rem;display:grid}.photo-slot{background:var(--surface-tint);border:1px dashed var(--border-strong);border-radius:var(--r-sm);cursor:pointer;color:var(--muted);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;font-size:.75rem;transition:all .15s;display:flex}.photo-slot:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.photo-slot--cover{grid-row:span 2}.photo-slot--disabled{opacity:.4;cursor:not-allowed}.photo-slot--disabled:hover{border-color:var(--border-strong);color:inherit;background:var(--surface-tint)}.slot-plus{font-size:1.25rem}.slot-label{font-size:.75rem;font-weight:500}.photo-slots--dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.photo-slot--filled{border:1px solid var(--border);cursor:grab;transition:opacity .15s,transform .15s,box-shadow .15s;position:relative;overflow:hidden}.photo-slot--filled:hover{color:inherit;border-color:var(--border);background:0 0}.photo-slot--dragging{opacity:.35;transform:scale(.96)}.photo-slot--drop-target{border:2px solid var(--accent);box-shadow:0 0 0 3px var(--accent-light);transform:scale(1.03)}.photo-drag-hint{color:var(--muted);font-size:.75rem;font-weight:400}.slot-preview-img{object-fit:cover;width:100%;height:100%;display:block}.slot-remove{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.375rem;height:1.375rem;font-size:.875rem;line-height:1;display:flex;position:absolute;top:.25rem;right:.25rem}.slot-remove:hover{background:#000c}.slot-cover-badge{color:#fff;letter-spacing:.03em;text-transform:uppercase;background:#00000080;border-radius:4px;padding:.1rem .35rem;font-size:.65rem;font-weight:600;position:absolute;bottom:.25rem;left:.25rem}.modal-field{flex-direction:column;gap:.4375rem;display:flex}.modal-label{font-size:.8125rem;font-weight:500}.modal-input{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);outline:none;width:100%;padding:.625rem .75rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.modal-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px oklch(44% .14 155/.12)}.modal-textarea{resize:vertical;min-height:80px;line-height:1.5}.chip-row{flex-wrap:wrap;gap:.375rem;display:flex}.occ-chip{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-pill);color:var(--fg);cursor:pointer;padding:.35rem .75rem;font-size:.75rem;transition:all .15s}.occ-chip:hover{border-color:var(--accent)}.occ-chip.active{background:var(--accent);color:#fff;border-color:var(--accent)}.variants-table{grid-template-columns:1fr 110px 120px;align-items:center;gap:.5rem;display:grid}.vt-head{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);padding-bottom:.25rem;font-size:.6875rem}.vt-input{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);outline:none;width:100%;padding:.5rem .625rem;font-size:.875rem;transition:border-color .15s}.vt-input:focus{border-color:var(--accent)}.vt-price-wrap{align-items:center;gap:0;display:flex}.vt-dollar{background:var(--surface-tint);border:1px solid var(--border-strong);border-radius:var(--r-sm) 0 0 var(--r-sm);color:var(--muted);border-right:none;padding:.5rem .5rem .5rem .625rem;font-size:.875rem}.vt-price-input{background:var(--surface);border:1px solid var(--border-strong);border-radius:0 var(--r-sm) var(--r-sm) 0;outline:none;width:100%;padding:.5rem .625rem;font-size:.875rem}.vt-price-input:focus{border-color:var(--accent)}.modal-row-2{grid-template-columns:1fr 1fr;gap:.875rem;display:grid}.variants-list{flex-direction:column;gap:.5rem;display:flex}.variant-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-sm);padding:.625rem .75rem .75rem;transition:border-color .15s,box-shadow .15s}.variant-card:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px oklch(44% .14 155/.08)}.variant-row{grid-template-columns:18px 1fr 132px 28px;align-items:center;gap:.5rem;margin-bottom:.45rem;display:grid}.variant-grip{color:oklch(70% .02 150);cursor:grab;-webkit-user-select:none;user-select:none;text-align:center;letter-spacing:-1px;font-size:.85rem;line-height:1}.variant-grip:active{cursor:grabbing}.variant-name{border-radius:var(--r-sm);width:100%;font-size:.9375rem;font-weight:600;font-family:var(--font-display);letter-spacing:-.005em;background:0 0;border:1px solid #0000;padding:.4rem .55rem;transition:background .12s,border-color .12s}.variant-name:hover{background:var(--surface-tint)}.variant-name:focus{background:var(--surface);border-color:var(--accent);outline:none}.variant-price{align-items:center;display:inline-flex;position:relative}.variant-price:before{content:"$";color:var(--muted);pointer-events:none;font-size:.8125rem;position:absolute;left:.625rem}.variant-price input{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);font-variant-numeric:tabular-nums;width:100%;padding:.4rem .55rem .4rem 1.35rem;font-size:.875rem}.variant-price input:focus{border-color:var(--accent);outline:none}.variant-del{width:28px;height:28px;color:var(--muted);opacity:.55;background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;transition:all .15s;display:inline-flex}.variant-del:not(:disabled){cursor:pointer}.variant-card:hover .variant-del:not(:disabled){opacity:1}.variant-del:not(:disabled):hover{color:var(--rose);background:oklch(95% .04 25)}.variant-del:disabled{opacity:.2;cursor:default}.variant-desc{background:var(--surface-tint);border-radius:var(--r-sm);width:100%;color:var(--fg);resize:none;border:1px solid #0000;padding:.45rem .625rem;font-family:inherit;font-size:.8125rem;line-height:1.45;transition:background .12s,border-color .12s}.variant-desc:hover{background:oklch(94% .012 150)}.variant-desc:focus{background:var(--surface);border-color:var(--accent);outline:none}.variant-desc::placeholder{color:var(--muted);font-style:italic}.variant-add{border:1px dashed var(--border-strong);border-radius:var(--r-sm);color:var(--accent);cursor:pointer;background:0 0;margin-top:.5rem;padding:.4rem .75rem;font-size:.8125rem;font-weight:500;transition:all .15s}.modal-footer{border-top:1px solid var(--border);background:var(--surface-tint);border-radius:0 0 var(--r-lg) var(--r-lg);justify-content:space-between;align-items:center;gap:.625rem;padding:1.125rem 1.75rem;display:flex}.autosave-note{color:var(--muted);font-size:.75rem}.modal-actions{gap:.5rem;display:flex}.modal-draft-btn{border:1px solid var(--border-strong);border-radius:var(--r-pill);padding:.55rem 1.125rem;font-size:.8125rem;font-weight:500;transition:border-color .15s}.modal-draft-btn:hover{border-color:var(--fg)}.modal-publish-btn{background:var(--fg);color:#fff;border-radius:var(--r-pill);padding:.55rem 1.25rem;font-size:.8125rem;font-weight:500;transition:background .15s}.modal-publish-btn:hover{background:var(--accent)}.onb-icon{width:44px;height:44px;color:var(--accent);border:1px solid var(--accent-light);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:inline-flex}.onb-body{flex:1;min-width:200px}.onb-h{margin-bottom:.125rem;font-size:.9375rem;font-weight:600}.onb-p{color:var(--muted);font-size:.8125rem}.onb-progress{align-items:center;gap:.4rem;display:flex}.onb-step{background:var(--border);border-radius:2px;width:22px;height:4px}.onb-step.done{background:var(--accent)}.onb-step.current{background:var(--accent);opacity:.5}.onb-pct{color:var(--muted);margin-left:.375rem;font-size:.75rem}.form-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg)}.form-section{border-bottom:1px solid var(--border);padding:1.75rem}.form-grid{grid-template-columns:240px 1fr;gap:2.5rem;display:grid}.form-section-h{font-family:var(--font-display);font-size:1.375rem;font-weight:600}.form-section-p{color:var(--muted);margin-top:.375rem;font-size:.8125rem}.form-row-2{grid-template-columns:1fr 1fr;gap:.875rem;display:grid}.pf-field{flex-direction:column;gap:.4375rem;margin-bottom:1.125rem;display:flex}.pf-field:last-child{margin-bottom:0}.pf-select{cursor:pointer}.help-text{color:var(--muted);margin-top:.25rem;font-size:.75rem}.banner-upload{aspect-ratio:3;border-radius:var(--r-md);background:var(--surface-tint);cursor:pointer;background-position:50%;background-size:cover;margin-bottom:.5rem;position:relative;overflow:hidden}.banner-upload:after{content:"";background:linear-gradient(#0000 40%,oklch(0% 0 0/.3));position:absolute;inset:0}.upload-overlay{z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--r-pill);white-space:nowrap;background:oklch(100% 0 0/.92);padding:.4rem .875rem;font-size:.75rem;font-weight:500;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.upload-remove{z-index:2;color:#fff;cursor:pointer;background:oklch(20% 0 0/.7);border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:1rem;line-height:1;transition:background .15s;display:flex;position:absolute}.upload-remove:hover{background:var(--rose)}.upload-remove--banner{top:.625rem;right:.625rem}.upload-remove--logo{top:.375rem;right:.375rem}.upload-stack{margin-bottom:1rem;position:relative}.upload-stack-logo{border-radius:var(--r-md);background:var(--surface);border:3px solid var(--bg);cursor:pointer;width:72px;height:72px;color:var(--muted);text-align:center;justify-content:center;align-items:center;font-size:.6875rem;display:flex;position:absolute;bottom:-1rem;left:1.5rem;overflow:hidden;box-shadow:0 1px 4px oklch(0% 0 0/.12)}.upload-help{color:var(--muted);margin-top:1.75rem;font-size:.75rem}.chip-input{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);flex-wrap:wrap;gap:.375rem;min-height:42px;padding:.5rem;display:flex}.zone-chip{background:var(--accent-light);color:var(--accent);border-radius:var(--r-pill);align-items:center;gap:.375rem;padding:.2rem .4rem .2rem .6rem;font-size:.75rem;font-weight:500;display:inline-flex}.zone-chip button{width:16px;height:16px;color:var(--accent);background:oklch(100% 0 0/.7);border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:600;display:inline-flex}.chip-add{background:0 0;border:none;flex:1;min-width:80px;padding:.2rem .4rem;font-size:.8125rem}.chip-add:focus{outline:none}.form-actions{border-top:1px solid var(--border);background:var(--surface-tint);border-radius:0 0 var(--r-lg) var(--r-lg);justify-content:flex-end;gap:.625rem;padding:1.25rem 1.75rem;display:flex}.btn-ghost{border:1px solid var(--border-strong);color:var(--fg);border-radius:var(--r-pill);background:0 0;padding:.55rem 1.125rem;font-size:.8125rem;font-weight:500;transition:all .15s}.btn-ghost:hover{border-color:var(--fg)}.btn-primary{background:var(--fg);color:#fff;border-radius:var(--r-pill);padding:.55rem 1.25rem;font-size:.8125rem;font-weight:500;transition:background .15s}.btn-primary:hover{background:var(--accent)}.variant-add{border:1px dashed var(--border-strong);border-radius:var(--r-sm);color:var(--accent);background:0 0;margin-top:.5rem;padding:.4rem .75rem;font-size:.8125rem;font-weight:500;transition:all .15s}.variant-add:hover{background:var(--accent-light);border-color:var(--accent)}.variants-table{grid-template-columns:1fr 100px 120px 36px}.vt-del{background:var(--surface-tint);width:32px;height:32px;color:var(--muted);border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.vt-del:hover{color:var(--rose);background:oklch(95% .04 25)}.with-rail{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:1.75rem;display:grid}.with-rail-main{flex-direction:column;min-width:0;display:flex}.with-rail-side{flex-direction:column;gap:1rem;display:flex;position:sticky;top:calc(64px + 1.75rem)}.stat-row{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.25rem;display:grid}.stat-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);flex-direction:column;gap:.25rem;padding:1rem 1.125rem;display:flex}.stat-label{color:var(--muted);align-items:center;gap:.3rem;font-size:.75rem;display:flex}.stat-ic{color:var(--accent);font-size:.75rem}.stat-num{font-family:var(--font-display);letter-spacing:-.01em;font-variant-numeric:tabular-nums;font-size:1.875rem;font-weight:600;line-height:1.1}.stat-delta{color:var(--accent);align-items:center;gap:.25rem;margin-top:.125rem;font-size:.75rem;display:inline-flex}.stat-delta.flat{color:var(--muted)}.stat-delta.down{color:var(--rose)}.chart-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.25rem 1.5rem}.chart-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.chart-h{font-size:.9375rem;font-weight:600}.chart-empty{height:180px;color:var(--muted);text-align:center;justify-content:center;align-items:center;padding:1rem;font-size:.875rem;display:flex}.ov-empty-hint{color:var(--muted);padding:1rem 1.25rem;font-size:.875rem}.chart-body{align-items:flex-end;gap:4px;height:180px;display:flex}.bar{background:linear-gradient(180deg, var(--accent) 0%, var(--accent-hover) 100%);cursor:pointer;border-radius:3px 3px 0 0;flex:1;min-height:4px;transition:opacity .15s;position:relative}.bar:hover{opacity:.75}.bar.muted{background:var(--accent-light)}.bar-x{color:var(--muted);white-space:nowrap;pointer-events:none;font-size:.625rem;position:absolute;bottom:-1.25rem;left:50%;transform:translate(-50%)}.postcode-list-ov{flex-direction:column;gap:.25rem;display:flex}.postcode-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .25rem;font-size:.875rem;display:flex}.postcode-row:last-child{border-bottom:none}.pc-code-mono{font-family:var(--font-mono);color:var(--muted);margin-right:.5rem;font-size:.8125rem}.pc-suburb-label{color:var(--fg);font-weight:500}.pc-views-count{color:var(--accent);font-variant-numeric:tabular-nums;font-weight:600}.inbox-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}.inbox-h{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.9375rem;font-weight:600;display:flex}.inbox-row{border-bottom:1px solid var(--border);cursor:pointer;align-items:flex-start;gap:.875rem;padding:.875rem 1.25rem;transition:background .12s;display:flex}.inbox-row:last-child{border-bottom:none}.inbox-row:hover{background:var(--surface-tint)}.inbox-avatar{color:#fff;background:linear-gradient(135deg,oklch(80% .04 30),oklch(70% .08 350));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;font-weight:600;display:inline-flex}.inbox-meta{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.inbox-name{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.inbox-msg{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8125rem;line-height:1.4;display:-webkit-box;overflow:hidden}.inbox-when{color:var(--muted);white-space:nowrap;flex-shrink:0;margin-top:.125rem;font-size:.6875rem}.rail-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.125rem 1.25rem}.rail-card.accent{background:linear-gradient(160deg, oklch(96% .025 150) 0%, var(--surface) 80%);border-color:var(--accent-light)}.rc-head{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.875rem;display:flex}.rc-h{font-size:.9375rem;font-weight:600}.rc-link{color:var(--accent);cursor:pointer;font-size:.75rem;font-weight:500}.rc-link:hover{text-decoration:underline}.check-list{flex-direction:column;gap:.625rem;display:flex}.check-item{align-items:flex-start;gap:.625rem;display:flex}.check-item.done .check-box{background:var(--accent);border-color:var(--accent)}.check-item.done .check-box:after{content:"✓";color:#fff;font-size:.6rem;font-weight:700}.check-box{border:1.5px solid var(--border-strong);background:var(--surface);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:1px;transition:all .15s;display:inline-flex}.check-body{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.check-t{color:var(--fg);font-size:.8125rem;font-weight:500}.check-item.done .check-t{color:var(--muted);text-decoration:line-through}.check-s{color:var(--muted);font-size:.6875rem}.check-pill{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);white-space:nowrap;background:oklch(96% .04 150);border-radius:100px;flex-shrink:0;padding:.15rem .45rem;font-size:.6rem;font-weight:700}.check-pill.warn{color:oklch(50% .14 75);background:oklch(96% .04 75)}.quick-actions{flex-direction:column;gap:2px;display:flex}.qa-btn{border-radius:var(--r-sm);color:var(--fg);text-align:left;align-items:center;gap:.625rem;width:100%;padding:.5rem .625rem;font-size:.875rem;transition:background .12s;display:flex}.qa-btn:hover{background:var(--surface-tint)}.qa-ic{background:var(--surface-tint);border:1px solid var(--border);width:22px;height:22px;color:var(--accent);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.8125rem;display:inline-flex}.qa-meta{color:var(--muted);margin-left:auto;font-size:.6875rem}.ins-row{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem;display:grid}.ins-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.25rem 1.375rem}.ins-card-h{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:1rem;display:flex}.ins-card-t{font-size:.9375rem;font-weight:600}.ins-card-s{color:var(--muted);font-size:.75rem}.hbar-list{flex-direction:column;gap:.625rem;display:flex}.hbar-row{flex-direction:column;gap:.3rem;display:flex}.hbar-line{justify-content:space-between;align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.hbar-name{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;flex:1;align-items:center;gap:.4rem;min-width:0;display:inline-flex;overflow:hidden}.hbar-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px}.hbar-val{color:var(--muted);white-space:nowrap;flex-shrink:0;font-size:.75rem}.hbar-val b{color:var(--fg);margin-right:.15rem;font-weight:600}.hbar-track{background:var(--surface-tint);border-radius:100px;height:6px;overflow:hidden}.hbar-fill{background:linear-gradient(90deg, var(--accent), var(--accent-hover));border-radius:100px;height:100%;transition:width .5s}.tp-list{flex-direction:column;display:flex}.tp-row{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.tp-row:last-child{border-bottom:none}.tp-thumb{background:var(--surface-tint);border-radius:7px;flex-shrink:0;width:36px;height:36px}.tp-body{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.tp-name{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.tp-sub{color:var(--muted);font-size:.75rem}.tp-num{font-variant-numeric:tabular-nums;color:var(--fg);white-space:nowrap;font-size:.9375rem;font-weight:600}.tp-num-s{color:var(--muted);margin-left:.2rem;font-size:.6875rem;font-weight:400}.tp-delta{color:var(--accent);white-space:nowrap;text-align:right;min-width:44px;font-size:.75rem}.tp-delta.flat{color:var(--muted)}.tp-delta.down{color:var(--rose)}.heatmap-wrap{gap:.5rem;margin-bottom:.5rem;display:flex}.hm-yaxis{color:var(--muted);flex-direction:column;flex-shrink:0;justify-content:space-between;padding-bottom:1rem;font-size:.6rem;display:flex}.hm-grid{flex:1;grid-template-rows:repeat(6,1fr);grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.hm-cell{aspect-ratio:1;background:oklch(93% .02 155);border-radius:3px}.hm-cell[data-v="2"]{background:oklch(82% .07 155)}.hm-cell[data-v="3"]{background:oklch(70% .11 155)}.hm-cell[data-v="4"]{background:oklch(57% .14 155)}.hm-cell[data-v="5"]{background:oklch(44% .14 155)}.hm-xaxis{color:var(--muted);justify-content:space-between;margin-top:4px;font-size:.6rem;display:flex}.hm-legend{color:var(--muted);align-items:center;gap:.375rem;margin-top:.5rem;font-size:.6875rem;display:flex}.hm-legend-cells{gap:3px;display:flex}.hm-legend-cells span{border-radius:2px;width:12px;height:12px}.hm-legend-cells span:first-child{background:oklch(93% .02 155)}.hm-legend-cells span:nth-child(2){background:oklch(82% .07 155)}.hm-legend-cells span:nth-child(3){background:oklch(70% .11 155)}.hm-legend-cells span:nth-child(4){background:oklch(44% .14 155)}.funnel-list{flex-direction:column;gap:.875rem;display:flex}.funnel-row{flex-direction:column;gap:.375rem;display:flex}.funnel-head{justify-content:space-between;align-items:baseline;gap:.5rem;font-size:.8125rem;display:flex}.funnel-name{color:var(--muted)}.funnel-val{color:var(--muted);font-size:.75rem}.funnel-val b{color:var(--fg);font-variant-numeric:tabular-nums;margin-right:.25rem;font-weight:600}.funnel-bar{background:var(--accent);border-radius:var(--r-sm);color:#fff;align-items:center;min-width:10%;height:28px;padding-left:.5rem;font-size:.75rem;font-weight:600;transition:width .5s;display:flex}.funnel-bar.step2{background:oklch(60% .12 200)}.funnel-bar.step3{background:oklch(72% .12 75)}.funnel-bar.step4{background:oklch(68% .1 10)}.field{flex-direction:column;gap:.4375rem;margin-bottom:1.125rem;display:flex}.field:last-child{margin-bottom:0}.field-label{color:var(--fg);font-size:.8125rem;font-weight:500}.field-input{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);outline:none;width:100%;padding:.625rem .75rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.field-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px oklch(44% .14 155/.12)}.field-textarea{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);resize:vertical;outline:none;width:100%;min-height:90px;padding:.625rem .75rem;font-family:inherit;font-size:.9375rem;line-height:1.5;transition:border-color .15s,box-shadow .15s}.field-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px oklch(44% .14 155/.12)}.field-select{cursor:pointer;appearance:auto;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);outline:none;width:100%;padding:.625rem .75rem;font-size:.9375rem;transition:border-color .15s}.field-select:focus{border-color:var(--accent)}.row-2{grid-template-columns:1fr 1fr;gap:.875rem;display:grid}.chip{background:var(--accent-light);color:var(--accent);border-radius:var(--r-pill);align-items:center;gap:.375rem;padding:.2rem .4rem .2rem .6rem;font-size:.75rem;font-weight:500;display:inline-flex}.chip button{width:16px;height:16px;color:var(--accent);background:oklch(100% 0 0/.7);border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:600;display:inline-flex}.btn-link{cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;font-family:inherit}.btn-link:hover{text-decoration:underline}.with-rail-main .insights-grid{grid-template-columns:1.4fr 1fr}@media (width<=1100px){.kpi-grid,.insights-kpi{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:repeat(3,1fr)}.insights-grid,.overview-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr;gap:1rem}.with-rail{grid-template-columns:1fr}.with-rail-side{position:static}.stat-row{grid-template-columns:repeat(2,1fr)}.ins-row{grid-template-columns:1fr}}@media (width<=760px){.app{grid-template-columns:1fr}.dash-sidebar{flex-flow:wrap;align-items:center;gap:.5rem;height:auto;padding:1rem;position:relative}.sb-logo{flex:1;padding:0}.sb-shop,.sb-section-h,.sb-bottom{display:none}.sb-nav{flex-direction:row;overflow-x:auto}.products-grid{grid-template-columns:repeat(2,1fr)}.pane-content{padding:1.25rem}.field-grid{grid-template-columns:1fr}.leads-table-head,.leads-table-row{grid-template-columns:1fr 1fr}.leads-table-head span:nth-child(3),.leads-table-row .lead-product-name{display:none}.stat-row{grid-template-columns:repeat(2,1fr)}.row-2{grid-template-columns:1fr}}:root{--sidebar-w:248px}@keyframes pe-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.pe-sk{background:linear-gradient(90deg, var(--border) 25%, oklch(95% .008 150) 50%, var(--border) 75%);background-size:600px 100%;border-radius:6px;animation:1.4s ease-in-out infinite pe-shimmer}.pe-app{grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh;display:grid}.pe-sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;gap:1rem;height:100vh;padding:1.5rem 1rem;display:flex;position:sticky;top:0;overflow-y:auto}.pe-sb-logo{font-family:var(--font-display);color:var(--accent);letter-spacing:-.01em;padding:0 .5rem .5rem;font-size:1.875rem;font-style:italic;font-weight:600;text-decoration:none}.pe-sb-shop{border-radius:var(--r-md);background:var(--surface-tint);align-items:center;gap:.625rem;margin-bottom:.5rem;padding:.625rem;display:flex}.pe-sb-avatar{width:36px;height:36px;box-shadow:0 0 0 1px var(--border);background:linear-gradient(135deg,oklch(72% .08 150),oklch(58% .12 155));border:2px solid #fff;border-radius:50%;flex-shrink:0}.pe-sb-meta{flex-direction:column;min-width:0;line-height:1.2;display:flex}.pe-sb-name{white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.3rem;font-size:.875rem;font-weight:600;display:inline-flex;overflow:hidden}.pe-sb-verified{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;font-size:.55rem;font-weight:700;display:inline-flex}.pe-sb-status:before{content:"";background:var(--accent);border-radius:50%;width:5px;height:5px}.pe-sb-section{text-transform:uppercase;letter-spacing:.15em;color:var(--muted);margin-top:.25rem;padding:.5rem;font-size:.6875rem}.pe-sb-nav{flex-direction:column;gap:2px;display:flex}.pe-sb-item{border-radius:var(--r-sm);color:var(--fg);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.625rem;width:100%;padding:.5rem .625rem;font-family:inherit;font-size:.875rem;text-decoration:none;transition:background .15s,color .15s;display:flex}.pe-sb-item:hover{background:var(--surface-tint)}.pe-sb-item.active{background:var(--accent-light);color:var(--accent);font-weight:600}.pe-sb-item .ic{width:18px;height:18px;color:var(--muted);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.pe-sb-item.active .ic{color:var(--accent)}.pe-sb-bottom{flex-direction:column;gap:4px;margin-top:auto;display:flex}.pe-sb-view-shop{background:var(--fg);color:#fff;border-radius:var(--r-md);justify-content:center;align-items:center;gap:.5rem;padding:.625rem .75rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.pe-sb-view-shop:hover{background:var(--accent)}.pe-main{flex-direction:column;min-width:0;display:flex}.pe-topbar{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20;background:oklch(100% 0 0/.85);justify-content:space-between;align-items:center;gap:1rem;padding:1.125rem 2rem;display:flex;position:sticky;top:0}.pe-crumb{color:var(--muted);align-items:center;gap:.4rem;font-size:.8125rem;display:inline-flex}.pe-crumb a{color:var(--muted);text-decoration:none;transition:color .15s}.pe-crumb a:hover{color:var(--fg)}.pe-crumb strong{color:var(--fg);font-weight:600}.pe-crumb-sep{color:var(--border-strong)}.pe-top-right{align-items:center;gap:.5rem;display:flex}.pe-top-divider{background:var(--border);width:1px;height:22px;margin:0 .25rem}.pe-btn-ghost{border:1px solid var(--border-strong);color:var(--fg);border-radius:var(--r-pill);cursor:pointer;background:0 0;align-items:center;gap:.375rem;padding:.5rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:500;transition:all .15s;display:inline-flex}.pe-btn-ghost:hover{border-color:var(--fg)}.pe-btn-primary{background:var(--accent);color:#fff;border-radius:var(--r-pill);cursor:pointer;border:none;align-items:center;gap:.375rem;padding:.5rem 1.125rem;font-family:inherit;font-size:.8125rem;font-weight:500;transition:background .15s;display:inline-flex}.pe-btn-primary:hover{background:var(--accent-hover)}.pe-btn-primary:disabled{opacity:.6;cursor:not-allowed}.pe-btn-danger{color:var(--rose);border-radius:var(--r-pill);cursor:pointer;background:0 0;border:none;padding:.5rem .875rem;font-family:inherit;font-size:.8125rem;font-weight:500;transition:background .15s}.pe-btn-danger:hover{background:oklch(96% .04 25)}.pe-page{width:100%;max-width:1280px;padding:1.75rem 2rem 8rem}.pe-back{color:var(--muted);align-items:center;gap:.3rem;margin-bottom:1rem;font-size:.8125rem;text-decoration:none;transition:color .15s;display:inline-flex}.pe-back:hover{color:var(--accent)}.pe-page-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.pe-ph-title-row{flex-wrap:wrap;align-items:center;gap:.875rem;display:flex}.pe-page-title{font-family:var(--font-display);letter-spacing:-.01em;font-size:2.25rem;font-weight:600;line-height:1.1}.pe-status-badge{background:var(--accent-light);color:var(--accent);border-radius:var(--r-pill);align-items:center;gap:.375rem;padding:.25rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.pe-status-badge.draft{color:oklch(45% .06 60);background:oklch(95% .02 60)}.pe-status-badge .dot{background:currentColor;border-radius:50%;width:6px;height:6px}.pe-page-sub{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.25rem .875rem;margin-top:.5rem;font-size:.875rem;display:flex}.pe-perf-strip{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);grid-template-columns:repeat(4,1fr);margin:1.5rem 0 2rem;display:grid;overflow:hidden}.pe-perf-tile{border-right:1px solid var(--border);padding:1rem 1.25rem}.pe-perf-tile:last-child{border-right:none}.pe-perf-label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:.6875rem}.pe-perf-num{font-family:var(--font-display);margin-top:.3rem;font-size:1.5rem;font-weight:600;line-height:1.1}.pe-perf-delta{color:var(--accent);margin-top:.2rem;font-size:.6875rem}.pe-perf-delta.flat{color:var(--muted)}.pe-edit-grid{grid-template-columns:1fr 360px;align-items:start;gap:1.5rem;display:grid}.pe-edit-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem 1.75rem}.pe-edit-card+.pe-edit-card{margin-top:1.25rem}.pe-ec-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:1.125rem;display:flex}.pe-ec-h{font-family:var(--font-display);font-size:1.375rem;font-weight:600}.pe-ec-sub{color:var(--muted);font-size:.75rem}.pe-field{flex-direction:column;gap:.4375rem;margin-bottom:1.125rem;display:flex}.pe-field:last-child{margin-bottom:0}.pe-field-label{justify-content:space-between;align-items:center;font-size:.8125rem;font-weight:500;display:flex}.pe-opt{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.6875rem;font-weight:400}.pe-field-input,.pe-field-textarea,.pe-field-select{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);width:100%;color:var(--fg);padding:.625rem .75rem;font-family:inherit;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.pe-field-input:focus,.pe-field-textarea:focus,.pe-field-select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px oklch(44% .14 155/.12)}.pe-field-textarea{resize:vertical;min-height:110px;line-height:1.55}.pe-field-input--mono{font-family:var(--font-mono);font-size:.875rem}.pe-row-2{grid-template-columns:1fr 1fr;gap:.875rem;display:grid}.pe-help-text{color:var(--muted);justify-content:space-between;gap:1rem;margin-top:.25rem;font-size:.75rem;display:flex}.pe-photo-grid{aspect-ratio:16/10;grid-template-rows:1fr 1fr;grid-template-columns:1.6fr 1fr 1fr;gap:.625rem;display:grid}.pe-photo-grid--dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.pe-photo-slot{background:var(--surface-tint);border-radius:var(--r-sm);border:1px dashed #0000;transition:opacity .15s,transform .15s,box-shadow .15s;position:relative;overflow:hidden}.pe-photo-slot--cover{grid-row:span 2}.pe-photo-slot img{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.pe-photo-slot--empty{border-color:var(--border-strong);color:var(--muted);cursor:pointer;background:oklch(99% .005 150);flex-direction:column;justify-content:center;align-items:center;gap:.25rem;font-size:.75rem;transition:all .15s;display:flex}.pe-photo-slot--empty:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.pe-plus{font-size:1.4rem}.pe-photo-slot--disabled{opacity:.4;cursor:not-allowed}.pe-photo-slot--disabled:hover{border-color:var(--border-strong);color:var(--muted);background:oklch(99% .005 150)}.pe-photo-slot--dragging{opacity:.35;transform:scale(.96)}.pe-photo-slot--drop-target{box-shadow:0 0 0 3px var(--accent-light);transform:scale(1.03);border:2px solid var(--accent)!important}.pe-main-tag{border-radius:var(--r-pill);background:oklch(100% 0 0/.94);padding:.15rem .5rem;font-size:.6875rem;font-weight:600;position:absolute;top:8px;left:8px}.pe-ps-actions{opacity:0;gap:.25rem;transition:opacity .15s;display:flex;position:absolute;top:8px;right:8px}.pe-photo-slot:hover .pe-ps-actions{opacity:1}.pe-ps-act{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);width:26px;height:26px;color:var(--fg);cursor:pointer;background:oklch(100% 0 0/.94);border:none;border-radius:50%;justify-content:center;align-items:center;font-family:inherit;font-size:.8rem;transition:background .15s;display:inline-flex}.pe-ps-act:hover{background:#fff}.pe-ps-act--danger{color:var(--rose)}.pe-stems-list{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);flex-wrap:wrap;gap:.375rem;min-height:48px;padding:.5rem;display:flex}.pe-stems-list:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px oklch(44% .14 155/.12)}.pe-stem-chip{color:oklch(35% .08 80);border-radius:var(--r-pill);background:oklch(96% .03 80);align-items:center;gap:.375rem;padding:.25rem .45rem .25rem .65rem;font-size:.75rem;display:inline-flex}.pe-stem-chip button{color:oklch(35% .08 80);cursor:pointer;background:oklch(100% 0 0/.6);border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.7rem;font-weight:600;display:inline-flex}.pe-stem-add{min-width:100px;color:var(--fg);background:0 0;border:none;flex:1;padding:.25rem .4rem;font-family:inherit;font-size:.8125rem}.pe-stem-add:focus{outline:none}.pe-tags-row{flex-wrap:wrap;gap:.375rem;display:flex}.pe-tag-opt{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-pill);color:var(--fg);cursor:pointer;padding:.35rem .75rem;font-family:inherit;font-size:.75rem;transition:all .15s}.pe-tag-opt:hover{border-color:var(--accent)}.pe-tag-opt.on{background:var(--accent);color:#fff;border-color:var(--accent)}.pe-variants-head,.pe-variants-row{grid-template-columns:1.2fr .9fr 1fr .7fr 36px;align-items:center;gap:.625rem;display:grid}.pe-variants-head{border-bottom:1px solid var(--border);margin-bottom:.625rem;padding-bottom:.5rem}.pe-variants-head span{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:.6875rem}.pe-variants-row{padding:.375rem 0}.pe-vinput{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-sm);width:100%;color:var(--fg);padding:.5rem .625rem;font-family:inherit;font-size:.875rem}.pe-vinput:focus{border-color:var(--accent);outline:none}.pe-vtoggle{color:var(--muted);cursor:pointer;align-items:center;gap:.35rem;font-size:.75rem;display:inline-flex}.pe-vtoggle input{accent-color:var(--accent)}.pe-vdel{background:var(--surface-tint);width:32px;height:32px;color:var(--muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-family:inherit;font-size:1rem;transition:all .15s;display:inline-flex}.pe-vdel:hover{color:var(--rose);background:oklch(95% .04 25)}.pe-vdel:disabled{opacity:.3;cursor:not-allowed}.pe-variant-add{border:1px dashed var(--border-strong);border-radius:var(--r-sm);color:var(--accent);text-align:left;cursor:pointer;background:0 0;width:100%;margin-top:.625rem;padding:.5rem .75rem;font-family:inherit;font-size:.8125rem;font-weight:500;transition:all .15s}.pe-variant-add:hover{background:var(--accent-light);border-color:var(--accent)}.pe-danger-zone{border-radius:var(--r-md);background:oklch(98% .012 25);border:1px solid oklch(90% .04 25);justify-content:space-between;align-items:center;gap:.75rem;margin-top:1.25rem;padding:1rem 1.125rem;display:flex}.pe-dz-l{flex-direction:column;gap:2px;display:flex}.pe-dz-h{color:var(--rose);font-size:.8125rem;font-weight:600}.pe-dz-p{color:var(--muted);font-size:.6875rem}.pe-side{flex-direction:column;gap:1.25rem;display:flex;position:sticky;top:5.5rem}.pe-aside-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:1rem 1.125rem}.pe-ac-h{margin-bottom:.75rem;font-size:.8125rem;font-weight:600}.pe-ac-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.4rem 0;font-size:.8125rem;display:flex}.pe-ac-row:last-child{border-bottom:none}.pe-ac-row .label{color:var(--muted)}.pe-ac-row .value{font-weight:500}.pe-vis-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.5rem;padding:.625rem 0;display:flex}.pe-vis-row:last-child{border-bottom:none}.pe-vis-l{flex-direction:column;gap:2px;min-width:0;display:flex}.pe-vis-name{font-size:.8125rem;font-weight:500}.pe-vis-sub{color:var(--muted);font-size:.6875rem}.pe-switch{background:var(--border-strong);cursor:pointer;border-radius:100px;flex-shrink:0;width:36px;height:20px;transition:background .2s;position:relative}.pe-switch.on{background:var(--accent)}.pe-switch:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:left .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px oklch(0% 0 0/.2)}.pe-switch.on:after{left:18px}.pe-save-bar{bottom:1rem;left:calc(var(--sidebar-w) + 1rem);-webkit-backdrop-filter:blur(14px);border:1px solid var(--border);border-radius:var(--r-pill);z-index:30;background:oklch(100% 0 0/.94);justify-content:space-between;align-items:center;gap:1rem;padding:.5rem .5rem .5rem 1.25rem;display:flex;position:fixed;right:1rem;box-shadow:0 14px 36px oklch(0% 0 0/.08)}.pe-sb-status{color:var(--muted);align-items:center;gap:.5rem;font-size:.8125rem;display:inline-flex}.pe-ind{background:var(--amber);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1.6s ease-in-out infinite pe-pulse}.pe-save-bar.saved .pe-ind{background:var(--accent);animation:none}@keyframes pe-pulse{0%,to{opacity:1}50%{opacity:.4}}.pe-sb-actions{align-items:center;gap:.5rem;display:flex}@media (width<=1100px){.pe-edit-grid{grid-template-columns:1fr}.pe-side{position:static}.pe-perf-strip{grid-template-columns:repeat(2,1fr)}.pe-perf-tile:nth-child(2){border-right:none}.pe-perf-tile:first-child,.pe-perf-tile:nth-child(2){border-bottom:1px solid var(--border)}.pe-save-bar{left:1rem;right:1rem}}@media (width<=760px){.pe-app{grid-template-columns:1fr}.pe-sidebar{flex-flow:wrap;align-items:center;gap:.5rem;height:auto;padding:1rem;position:relative}.pe-sb-logo{flex:1;padding:0}.pe-sb-shop,.pe-sb-section,.pe-sb-bottom{display:none}.pe-sb-nav{flex-direction:row;overflow-x:auto}.pe-page{padding:1.25rem 1.25rem 8rem}.pe-photo-grid{aspect-ratio:auto;grid-template-columns:1fr 1fr}.pe-photo-slot--cover{aspect-ratio:1;grid-area:span 1/span 2}.pe-photo-slot:not(.pe-photo-slot--cover){aspect-ratio:1}.pe-variants-head,.pe-variants-row{grid-template-columns:1fr 1fr}.pe-variants-head span:nth-child(n+3),.pe-variants-row>:nth-child(n+3){display:none}.pe-row-2{grid-template-columns:1fr}.pe-save-bar{border-radius:var(--r-lg);left:.5rem;right:.5rem}}
