.synonym-pill.svelte-cczg9e{display:inline-block;padding:4px 14px;border-radius:var(--radius-pill);background:var(--bg-warm);border:1px solid rgba(154,142,127,.2);font-family:var(--font-display);font-size:.9rem;color:var(--ink-secondary);text-decoration:none;transition:background var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out);white-space:nowrap}a.synonym-pill.svelte-cczg9e:hover{background:var(--green-soft);border-color:#2d5a3f4d;color:var(--green)}.community-photos.svelte-1py31ag{margin-top:var(--space-lg)}.section-header.svelte-1py31ag{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-lg);padding-bottom:var(--space-sm);border-bottom:1px solid rgba(154,142,127,.2)}.section-label.svelte-1py31ag{font-family:var(--font-display);font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-secondary);margin:0}.upload-trigger.svelte-1py31ag{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:var(--green);background:var(--green-soft);border:none;padding:8px 18px;border-radius:var(--radius-pill);cursor:pointer;min-height:44px;transition:background var(--duration-fast)}.upload-trigger.svelte-1py31ag:hover{background:var(--green);color:#fff}.upload-form.svelte-1py31ag{background:var(--bg-card);border-radius:var(--radius-md);padding:var(--space-lg);margin-bottom:var(--space-lg);border:2px dashed rgba(45,90,63,.2)}.upload-error.svelte-1py31ag{background:var(--rose-soft);color:var(--rose);padding:var(--space-md);border-radius:var(--radius-sm);font-size:.9rem;margin-bottom:var(--space-md)}.upload-field.svelte-1py31ag{display:flex;flex-direction:column;gap:4px;margin-bottom:var(--space-md)}.upload-label.svelte-1py31ag{font-size:.85rem;font-weight:500;color:var(--ink-secondary)}.upload-field.svelte-1py31ag input[type=file]:where(.svelte-1py31ag){font-family:var(--font-body);font-size:.95rem;padding:var(--space-sm)}.upload-field.svelte-1py31ag input[type=text]:where(.svelte-1py31ag){font-family:var(--font-body);font-size:1rem;padding:var(--space-md);border:2px solid rgba(154,142,127,.2);border-radius:var(--radius-md);background:var(--bg);color:var(--ink)}.upload-field.svelte-1py31ag input[type=text]:where(.svelte-1py31ag):focus{outline:none;border-color:var(--green)}.upload-license.svelte-1py31ag{font-size:.8rem;color:var(--ink-tertiary);margin:0 0 var(--space-md)}.upload-actions.svelte-1py31ag{display:flex;gap:var(--space-sm)}.upload-submit.svelte-1py31ag{font-family:var(--font-body);font-size:.95rem;font-weight:600;padding:var(--space-sm) var(--space-lg);background:var(--green);color:#fff;border:none;border-radius:var(--radius-md);min-height:44px;cursor:pointer;transition:background var(--duration-fast)}.upload-submit.svelte-1py31ag:hover:not(:disabled){background:var(--green-deep)}.upload-submit.svelte-1py31ag:disabled{opacity:.6;cursor:not-allowed}.upload-cancel.svelte-1py31ag{font-family:var(--font-body);font-size:.95rem;padding:var(--space-sm) var(--space-lg);background:transparent;color:var(--ink-tertiary);border:1px solid rgba(154,142,127,.2);border-radius:var(--radius-md);min-height:44px;cursor:pointer}.photo-grid.svelte-1py31ag{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:var(--space-md)}.community-photo-card.svelte-1py31ag{background:var(--bg-card);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}.community-photo-btn.svelte-1py31ag{display:block;width:100%;padding:0;border:none;background:none;cursor:zoom-in;overflow:hidden}.community-photo-btn.svelte-1py31ag:hover .community-photo-img:where(.svelte-1py31ag){transform:scale(1.03)}.community-photo-img.svelte-1py31ag{width:100%;aspect-ratio:1;object-fit:cover;display:block;transition:transform var(--duration-normal) var(--ease-out)}.community-photo-info.svelte-1py31ag{padding:var(--space-sm) var(--space-md);display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm)}.photo-meta.svelte-1py31ag{display:flex;flex-direction:column;gap:1px;min-width:0}.photo-user.svelte-1py31ag{font-size:.8rem;font-weight:500;color:var(--ink)}.photo-caption.svelte-1py31ag{font-size:.75rem;color:var(--ink-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.photo-actions.svelte-1py31ag{display:flex;gap:2px}.action-btn.svelte-1py31ag{display:flex;align-items:center;gap:4px;padding:6px 8px;border:none;background:transparent;color:var(--ink-tertiary);font-size:.8rem;font-weight:600;border-radius:var(--radius-sm);cursor:pointer;min-height:36px;transition:color var(--duration-fast),background var(--duration-fast)}.action-btn.svelte-1py31ag:hover{background:var(--bg-warm);color:var(--ink-secondary)}.action-btn.voted.svelte-1py31ag{color:var(--rose)}.action-btn.svelte-1py31ag svg:where(.svelte-1py31ag){width:16px;height:16px}.photo-comments.svelte-1py31ag{padding:var(--space-sm) var(--space-md) var(--space-md);border-top:1px solid rgba(154,142,127,.1)}.comment.svelte-1py31ag{font-size:.85rem;padding:3px 0}.comment-author.svelte-1py31ag{font-weight:600;color:var(--ink);margin-right:6px}.comment-body.svelte-1py31ag{color:var(--ink-secondary)}.comment-form.svelte-1py31ag{display:flex;gap:var(--space-sm);margin-top:var(--space-sm)}.comment-input.svelte-1py31ag{flex:1;font-family:var(--font-body);font-size:.85rem;padding:8px 12px;border:1px solid rgba(154,142,127,.2);border-radius:var(--radius-pill);background:var(--bg);color:var(--ink);min-height:36px}.comment-input.svelte-1py31ag:focus{outline:none;border-color:var(--green)}.comment-send.svelte-1py31ag{font-family:var(--font-body);font-size:.85rem;font-weight:600;color:var(--green);background:transparent;border:none;padding:0 var(--space-sm);cursor:pointer;min-height:36px}.comment-send.svelte-1py31ag:disabled{opacity:.3;cursor:default}.comment-send.svelte-1py31ag:hover:not(:disabled){color:var(--green-deep)}.comment-signin.svelte-1py31ag{font-size:.8rem;color:var(--ink-tertiary);margin:var(--space-sm) 0 0}.comment-signin.svelte-1py31ag a:where(.svelte-1py31ag){color:var(--green)}.no-photos.svelte-1py31ag{text-align:center;padding:var(--space-xl) var(--space-lg);background:var(--bg-card);border-radius:var(--radius-md);border:2px dashed rgba(154,142,127,.15)}.no-photos-text.svelte-1py31ag{color:var(--ink-tertiary);font-family:var(--font-display);font-size:1.05rem;margin:0 0 var(--space-md)}.no-photos-cta.svelte-1py31ag{display:inline-flex;align-items:center;font-family:var(--font-body);font-size:.95rem;font-weight:600;color:var(--green);background:var(--green-soft);border:none;padding:10px 24px;border-radius:var(--radius-pill);cursor:pointer;min-height:44px;text-decoration:none;transition:background var(--duration-fast),color var(--duration-fast)}.no-photos-cta.svelte-1py31ag:hover{background:var(--green);color:#fff}@media(max-width:640px){.photo-grid.svelte-1py31ag{grid-template-columns:repeat(2,1fr);gap:var(--space-sm)}}.climate-section.svelte-1gtze67{display:flex;flex-direction:column;gap:var(--space-md)}.summary-strip.svelte-1gtze67{display:flex;flex-wrap:wrap;gap:10px}.summary-card.svelte-1gtze67{display:flex;flex-direction:column;gap:4px;padding:12px 18px;background:var(--bg-card);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);min-width:100px}.summary-card.accent.svelte-1gtze67{min-width:auto}.card-pill.svelte-1gtze67{font-family:var(--font-body);font-size:1.05rem;font-weight:700;padding:5px 16px;border-radius:var(--radius-pill);text-align:center;letter-spacing:.02em}.card-pill.cool.svelte-1gtze67{background:var(--green-soft);color:var(--green)}.card-pill.intermediate.svelte-1gtze67{background:var(--gold-soft);color:var(--gold)}.card-pill.warm.svelte-1gtze67{background:var(--rose-soft);color:var(--rose)}.card-value.svelte-1gtze67{font-family:var(--font-display);font-size:1.3rem;font-weight:600;color:var(--ink);line-height:1.1}.card-value.dry.svelte-1gtze67{color:var(--gold)}.card-detail.svelte-1gtze67{font-size:.85rem;color:var(--ink-tertiary);letter-spacing:.01em}.chart-card.svelte-1gtze67{background:var(--bg-card);border-radius:var(--radius-md);padding:var(--space-lg);box-shadow:var(--shadow-sm)}.chart-header.svelte-1gtze67{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:var(--space-sm)}.chart-title.svelte-1gtze67{font-family:var(--font-display);font-size:1.35rem;font-weight:500;color:var(--ink);margin:0}.chart-subtitle.svelte-1gtze67{font-size:.9rem;color:var(--ink-tertiary)}.chart-svg.svelte-1gtze67{width:100%;height:auto}.chart-legend.svelte-1gtze67{display:flex;gap:var(--space-lg);justify-content:center;margin-top:var(--space-sm);font-size:.9rem;color:var(--ink-tertiary)}.legend-item.svelte-1gtze67{display:flex;align-items:center;gap:6px}.legend-line.svelte-1gtze67{width:18px;height:2.5px;border-radius:2px}.legend-band.svelte-1gtze67{width:18px;height:10px;background:var(--green);opacity:.12;border-radius:2px}.dry-season-note.svelte-1gtze67{display:flex;align-items:center;gap:var(--space-sm);margin-top:var(--space-md);padding:10px var(--space-md);background:var(--gold-soft);border-radius:var(--radius-sm);font-size:.95rem;color:var(--ink-secondary);line-height:1.4}.dry-icon.svelte-1gtze67{font-size:1.2rem;flex-shrink:0}.month-grid.svelte-1gtze67{display:grid;grid-template-columns:repeat(6,1fr);gap:5px}.month-cell.svelte-1gtze67{display:flex;flex-direction:column;align-items:center;gap:3px;padding:10px 4px;background:var(--bg-card);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);transition:background .15s}.month-cell.dry.svelte-1gtze67{background:var(--gold-soft)}.cell-month.svelte-1gtze67{font-size:.8rem;font-weight:700;color:var(--ink-tertiary);text-transform:uppercase;letter-spacing:.05em}.cell-temp-max.svelte-1gtze67{font-size:1rem;color:var(--rose);font-weight:600;line-height:1.2;text-align:center}.cell-temp-min.svelte-1gtze67{font-size:1rem;color:var(--green);font-weight:600;line-height:1.2;text-align:center}.cell-range.svelte-1gtze67{display:block;font-size:.75rem;font-weight:400;opacity:.7}.cell-rain.svelte-1gtze67{font-size:.9rem;color:var(--ink-secondary);margin-top:2px}.climate-footer.svelte-1gtze67{display:flex;flex-wrap:wrap;gap:var(--space-sm) var(--space-lg)}.hemisphere-note.svelte-1gtze67{font-size:.9rem;color:var(--ink-tertiary);margin:0;line-height:1.5}.confidence-note.svelte-1gtze67{font-size:.9rem;color:var(--ink-tertiary);font-style:italic;margin:0;line-height:1.5}@media(max-width:640px){.month-grid.svelte-1gtze67{grid-template-columns:repeat(4,1fr)}.summary-strip.svelte-1gtze67{gap:8px}.summary-card.svelte-1gtze67{min-width:calc(50% - 8px);flex:1}}.growing-tips.svelte-dda84n{margin-top:var(--space-lg)}.section-header.svelte-dda84n{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-lg);padding-bottom:var(--space-sm);border-bottom:1px solid rgba(154,142,127,.2)}.section-label.svelte-dda84n{font-family:var(--font-display);font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-secondary);margin:0}.tip-trigger.svelte-dda84n{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:var(--green);background:var(--green-soft);border:none;padding:8px 18px;border-radius:var(--radius-pill);cursor:pointer;min-height:44px;transition:background var(--duration-fast),color var(--duration-fast)}.tip-trigger.svelte-dda84n:hover{background:var(--green);color:#fff}.tip-form.svelte-dda84n{background:var(--bg-card);border-radius:var(--radius-md);padding:var(--space-lg);margin-bottom:var(--space-lg);border-left:3px solid var(--green)}.tip-error.svelte-dda84n{background:var(--rose-soft);color:var(--rose);padding:var(--space-md);border-radius:var(--radius-sm);font-size:.9rem;margin:0 0 var(--space-md)}.tip-field.svelte-dda84n{display:flex;flex-direction:column;gap:4px;margin-bottom:var(--space-md)}.tip-field-label.svelte-dda84n{font-size:.85rem;font-weight:500;color:var(--ink-secondary)}.tip-field.svelte-dda84n textarea:where(.svelte-dda84n),.tip-field.svelte-dda84n input:where(.svelte-dda84n){font-family:var(--font-body);font-size:1rem;padding:var(--space-md);border:2px solid rgba(154,142,127,.2);border-radius:var(--radius-md);background:var(--bg);color:var(--ink);resize:vertical}.tip-field.svelte-dda84n textarea:where(.svelte-dda84n):focus,.tip-field.svelte-dda84n input:where(.svelte-dda84n):focus{outline:none;border-color:var(--green)}.tip-actions.svelte-dda84n{display:flex;gap:var(--space-sm)}.tip-submit.svelte-dda84n{font-family:var(--font-body);font-size:.95rem;font-weight:600;padding:var(--space-sm) var(--space-lg);background:var(--green);color:#fff;border:none;border-radius:var(--radius-md);min-height:44px;cursor:pointer}.tip-submit.svelte-dda84n:hover:not(:disabled){background:var(--green-deep)}.tip-submit.svelte-dda84n:disabled{opacity:.6;cursor:not-allowed}.tip-cancel.svelte-dda84n{font-family:var(--font-body);font-size:.95rem;padding:var(--space-sm) var(--space-lg);background:transparent;color:var(--ink-tertiary);border:1px solid rgba(154,142,127,.2);border-radius:var(--radius-md);min-height:44px;cursor:pointer}.tips-list.svelte-dda84n{display:flex;flex-direction:column;gap:var(--space-md)}.tip-card.svelte-dda84n{background:var(--bg-card);border-left:3px solid var(--green-soft);border-radius:var(--radius-md);padding:var(--space-md) var(--space-lg)}.tip-body.svelte-dda84n{font-size:1rem;line-height:1.7;color:var(--ink);margin:0 0 var(--space-sm)}.tip-meta.svelte-dda84n{display:flex;align-items:center;justify-content:space-between}.tip-author.svelte-dda84n{font-size:.85rem;font-weight:500;color:var(--ink-secondary)}.tip-location.svelte-dda84n{color:var(--ink-tertiary);font-weight:400}.tip-location.svelte-dda84n:before{content:" - "}.tip-vote.svelte-dda84n{display:flex;align-items:center;gap:4px;padding:6px 10px;border:none;background:transparent;color:var(--ink-tertiary);font-size:.8rem;font-weight:600;border-radius:var(--radius-pill);cursor:pointer;min-height:36px;transition:color var(--duration-fast),background var(--duration-fast)}.tip-vote.svelte-dda84n:hover{background:var(--green-soft);color:var(--green)}.tip-vote.voted.svelte-dda84n{color:var(--green)}.tip-vote.svelte-dda84n svg:where(.svelte-dda84n){width:16px;height:16px}.no-tips.svelte-dda84n{text-align:center;padding:var(--space-lg);color:var(--ink-tertiary);font-family:var(--font-display);font-style:italic}.no-tips.svelte-dda84n a:where(.svelte-dda84n){color:var(--green)}.no-tips-cta.svelte-dda84n{display:inline-flex;align-items:center;margin-top:var(--space-sm);font-family:var(--font-body);font-style:normal;font-size:.9rem;font-weight:600;color:var(--green);background:var(--green-soft);border:none;padding:8px 20px;border-radius:var(--radius-pill);cursor:pointer;min-height:44px}.no-tips-cta.svelte-dda84n:hover{background:var(--green);color:#fff}.distribution-map.svelte-b4408{background:var(--bg-card);border-radius:var(--radius-md);padding:var(--space-lg);box-shadow:var(--shadow-sm)}.map-container.svelte-b4408{width:100%;overflow:hidden}.map-container.svelte-b4408 .distribution-svg{width:100%;height:auto}.map-container.svelte-b4408 .distribution-svg path{fill:var(--bg-warm);stroke:#9a8e7f33;stroke-width:.3;transition:fill var(--duration-fast)}.map-container.svelte-b4408 .distribution-svg .highlighted,.map-container.svelte-b4408 .distribution-svg .highlighted path{fill:var(--green);stroke:var(--green-deep);stroke-width:.5}.map-legend.svelte-b4408{display:flex;align-items:center;gap:var(--space-sm);margin-top:var(--space-md);justify-content:center}.legend-dot.svelte-b4408{width:14px;height:14px;border-radius:var(--radius-sm)}.legend-dot.highlighted.svelte-b4408{background:var(--green)}.legend-text.svelte-b4408{font-size:.95rem;color:var(--ink-secondary)}.tree-desktop.svelte-1s6c9t7{display:block}.tree-scroll.svelte-1s6c9t7{overflow-x:auto;padding:var(--space-md) 0;-webkit-overflow-scrolling:touch}.tree-svg.svelte-1s6c9t7{display:block}.tree-node.clickable.svelte-1s6c9t7{cursor:pointer}.tree-node.clickable.svelte-1s6c9t7:hover .node-rect:where(.svelte-1s6c9t7){filter:brightness(.95)}.node-link.svelte-1s6c9t7{text-decoration:none}.tree-legend.svelte-1s6c9t7{display:flex;gap:var(--space-lg);flex-wrap:wrap;margin-top:var(--space-md);font-size:1.05rem;color:var(--ink-tertiary)}.tree-legend-item.svelte-1s6c9t7{display:flex;align-items:center;gap:6px}.legend-dot.svelte-1s6c9t7{width:12px;height:12px;border-radius:50%}.legend-dot.species.svelte-1s6c9t7{background:var(--green)}.legend-dot.hybrid.svelte-1s6c9t7{background:var(--rose)}.legend-line.svelte-1s6c9t7{width:20px;height:0;border-top:2px solid var(--ink-tertiary);opacity:.5}.legend-line.dashed.svelte-1s6c9t7{border-top-style:dashed}.tree-mobile.svelte-1s6c9t7{display:none}.mobile-node-card.svelte-1s6c9t7{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-sm);margin:3px 0;border-radius:var(--radius-md);background:var(--bg-card);border-left:3px solid var(--ink-tertiary);min-height:44px}.mobile-node-card.species.svelte-1s6c9t7{border-left-color:var(--green)}.mobile-node-card.hybrid.svelte-1s6c9t7{border-left-color:var(--rose)}.expand-btn.svelte-1s6c9t7{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:var(--ink-tertiary);cursor:pointer;flex-shrink:0;border-radius:var(--radius-sm);transition:background var(--duration-fast)}.expand-btn.svelte-1s6c9t7:hover{background:var(--bg-warm)}.expand-chevron.svelte-1s6c9t7{width:18px;height:18px;transition:transform var(--duration-fast) var(--ease-out)}.expand-chevron.open.svelte-1s6c9t7{transform:rotate(90deg)}.expand-spacer.svelte-1s6c9t7{width:32px;flex-shrink:0}.mobile-photo.svelte-1s6c9t7{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.mobile-photo-placeholder.svelte-1s6c9t7{width:48px;height:48px;border-radius:50%;background:var(--bg-warm);flex-shrink:0}.mobile-photo-placeholder.sp.svelte-1s6c9t7{background:var(--green-soft)}.mobile-photo-placeholder.hy.svelte-1s6c9t7{background:var(--rose-soft)}.mobile-info.svelte-1s6c9t7{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.mobile-label.svelte-1s6c9t7{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-tertiary);font-weight:600}.mobile-name.svelte-1s6c9t7{font-family:var(--font-display);font-size:1.2rem;color:var(--ink);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}a.mobile-name.svelte-1s6c9t7:hover{color:var(--green)}.unknown-name.svelte-1s6c9t7{color:var(--ink-tertiary)}.mobile-type-badge.svelte-1s6c9t7{font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:var(--radius-pill);flex-shrink:0;background:var(--bg-warm);color:var(--ink-tertiary)}.mobile-type-badge.species.svelte-1s6c9t7{background:var(--green-soft);color:var(--green)}.mobile-type-badge.hybrid.svelte-1s6c9t7{background:var(--rose-soft);color:var(--rose)}@media(max-width:768px){.tree-desktop.svelte-1s6c9t7{display:none}.tree-mobile.svelte-1s6c9t7{display:block}}@media(prefers-reduced-motion:reduce){.expand-chevron.svelte-1s6c9t7{transition:none}}.comparison-wrap.svelte-bnwz5s{margin-top:var(--space-lg)}.comparison-title.svelte-bnwz5s{font-family:var(--font-display);font-size:1.4rem;font-weight:600;color:var(--gold);margin-bottom:var(--space-md)}.comparison-scroll.svelte-bnwz5s{overflow-x:auto;-webkit-overflow-scrolling:touch}.comparison-table.svelte-bnwz5s{width:100%;border-collapse:separate;border-spacing:0;background:var(--bg-card);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden;font-size:1.05rem;font-family:var(--font-body);min-width:480px}.comparison-table.svelte-bnwz5s thead:where(.svelte-bnwz5s){background:var(--gold-soft)}.comparison-table.svelte-bnwz5s th:where(.svelte-bnwz5s),.comparison-table.svelte-bnwz5s td:where(.svelte-bnwz5s){padding:var(--space-sm) var(--space-md);text-align:left;border-bottom:1px solid var(--gold-soft)}.row-label-header.svelte-bnwz5s{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--ink);white-space:nowrap}.award-col-header.svelte-bnwz5s{text-align:center;min-width:130px}.col-award.svelte-bnwz5s{display:block;font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--ink)}.col-cultivar.svelte-bnwz5s{display:block;font-size:.95rem;color:var(--ink-secondary);font-style:italic}.row-label.svelte-bnwz5s{font-weight:500;color:var(--ink-secondary);white-space:nowrap}.measure-cell.svelte-bnwz5s{text-align:center;color:var(--ink);white-space:nowrap}.measure-cell.highlight.svelte-bnwz5s{background:var(--green-soft);font-weight:600}.comparison-table.svelte-bnwz5s tbody:where(.svelte-bnwz5s) tr:where(.svelte-bnwz5s):last-child td:where(.svelte-bnwz5s){border-bottom:none}.comparison-table.svelte-bnwz5s tbody:where(.svelte-bnwz5s) tr:where(.svelte-bnwz5s):hover{background:#00000005}.composition.svelte-sf0734{margin-top:var(--space-md)}.bar.svelte-sf0734{display:flex;height:28px;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}.bar-segment.svelte-sf0734{min-width:2px;transition:opacity var(--duration-fast)}.bar-segment.svelte-sf0734:hover{opacity:.8}.bar-segment.unknown.svelte-sf0734{background:var(--ink-tertiary);opacity:.4}.legend.svelte-sf0734{display:flex;flex-direction:column;gap:var(--space-xs);margin-top:var(--space-md)}.legend-row.svelte-sf0734{display:flex;align-items:center;gap:var(--space-sm);padding:6px var(--space-sm);border-radius:var(--radius-sm);text-decoration:none;color:var(--ink);transition:background var(--duration-fast);min-height:44px}a.legend-row.svelte-sf0734:hover{background:var(--bg-warm)}.legend-swatch.svelte-sf0734{width:32px;height:32px;border-radius:50%;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.legend-photo.svelte-sf0734{width:100%;height:100%;object-fit:cover}.unknown-swatch.svelte-sf0734{background:var(--ink-tertiary);opacity:.4}.legend-name.svelte-sf0734{flex:1;font-size:1.05rem;font-family:var(--font-display)}.legend-pct.svelte-sf0734{font-size:1.05rem;font-weight:600;color:var(--ink-secondary);font-variant-numeric:tabular-nums}.unknown-row.svelte-sf0734{color:var(--ink-tertiary)}.hybrid-climate.svelte-6g785p{margin-top:var(--space-md)}.climate-meta.svelte-6g785p{display:flex;align-items:center;gap:var(--space-md);flex-wrap:wrap;margin-bottom:var(--space-md)}.coverage-badge.svelte-6g785p{display:inline-flex;align-items:center;padding:4px 12px;border-radius:var(--radius-pill);font-size:.95rem;font-weight:600}.coverage-badge.good.svelte-6g785p{background:var(--green-soft);color:var(--green)}.coverage-badge.partial.svelte-6g785p{background:var(--gold-soft);color:var(--gold)}.coverage-badge.low.svelte-6g785p{background:var(--rose-soft);color:var(--rose)}.coverage-detail.svelte-6g785p{font-size:1rem;color:var(--ink-tertiary)}.climate-disclaimer.svelte-6g785p{margin-top:var(--space-md);padding:var(--space-md);background:var(--bg-warm);border-radius:var(--radius-md);font-size:.95rem;color:var(--ink-tertiary);line-height:1.5}.detail.svelte-ju2ymw{background:var(--bg-warm);min-height:100vh;position:relative}.detail-bg.svelte-ju2ymw{position:fixed;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(40px) saturate(.8);opacity:.35;z-index:0;pointer-events:none}.detail-header.svelte-ju2ymw{position:relative;z-index:1;background:var(--green-deep);color:#fff;overflow:hidden}.header-bg.svelte-ju2ymw{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1e3a2a,#2a4a35,#1a2e22)}.header-content.svelte-ju2ymw{position:relative;z-index:1;display:grid;grid-template-columns:minmax(280px,1fr) 1.2fr;gap:var(--space-xl);align-items:start;max-width:1200px;padding:var(--space-xl) var(--space-lg)}.header-photo-col.svelte-ju2ymw{display:flex;flex-direction:column;align-items:center}.header-info-col.svelte-ju2ymw{display:flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-sm) 0}.header-trail.svelte-ju2ymw{display:flex;align-items:center;gap:6px;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-xs)}.trail-link.svelte-ju2ymw{color:#dce8dfb3;text-decoration:none;padding:2px 4px;border-radius:3px;transition:color var(--duration-fast)}.trail-link.svelte-ju2ymw:hover{color:#fff}.trail-sep.svelte-ju2ymw{color:#dce8df4d}.trail-text.svelte-ju2ymw{color:#dce8df80}.header-title.svelte-ju2ymw{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,3.2rem);font-weight:400;color:#fff;margin:0;line-height:1.2}.header-title.svelte-ju2ymw .orchid-name{font-size:inherit;color:inherit}.header-title.svelte-ju2ymw .author{display:none}.header-author.svelte-ju2ymw{font-size:1.05rem;color:#f7f4ef99;margin:var(--space-xs) 0 0;display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.author-label.svelte-ju2ymw{font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;color:#dce8df66}.author-names.svelte-ju2ymw{display:inline}.author-full.svelte-ju2ymw{color:#f7f4efb3}.author-link.svelte-ju2ymw{color:#dce8dfb3;text-decoration:none;border-bottom:1px solid rgba(220,232,223,.2);transition:color var(--duration-fast),border-color var(--duration-fast)}.author-link.svelte-ju2ymw:hover{color:#fff;border-color:#ffffff80}.author-sep.svelte-ju2ymw{color:#dce8df4d}.header-badges.svelte-ju2ymw{display:flex;gap:var(--space-sm);margin-top:var(--space-md);flex-wrap:wrap;align-items:center}.ploidy-badge.svelte-ju2ymw{display:inline-flex;align-items:center;padding:4px 12px;border-radius:var(--radius-pill);font-family:var(--font-body);font-size:.8rem;font-weight:600;letter-spacing:.03em;text-transform:capitalize;color:var(--ink-secondary);background:#ffffff26;border:1px solid rgba(255,255,255,.2)}.header-parentage.svelte-ju2ymw{display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap;margin-top:var(--space-sm);font-size:1.15rem;color:#f7f4efb3;font-family:var(--font-display)}.parentage-x.svelte-ju2ymw{color:#f7f4ef66}.parent-link.svelte-ju2ymw{color:#ffffffd9;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.25);transition:color var(--duration-fast),border-color var(--duration-fast)}.parent-link.svelte-ju2ymw:hover{color:#fff;border-color:#fff9}.header-genus-link.svelte-ju2ymw{display:inline-block;margin-top:var(--space-md);font-size:1.05rem;color:#dce8dfb3;text-decoration:none;border-bottom:1px solid rgba(220,232,223,.2);padding-bottom:1px;transition:color var(--duration-fast),border-color var(--duration-fast)}.header-genus-link.svelte-ju2ymw:hover{color:#fff;border-color:#ffffff80}.header-former-names.svelte-ju2ymw{margin-top:var(--space-sm);font-size:1.05rem;color:#f7f4ef8c;font-family:var(--font-display);line-height:1.5}.former-label.svelte-ju2ymw{font-family:var(--font-body);font-size:.9rem;text-transform:uppercase;letter-spacing:.06em;color:#dce8df66;margin-right:6px}.former-year.svelte-ju2ymw{font-family:var(--font-body);font-size:.9rem;color:#dce8df59;margin-left:4px}.header-classification.svelte-ju2ymw{display:flex;gap:var(--space-md) var(--space-xl);flex-wrap:wrap;margin:var(--space-md) 0 0;padding:var(--space-md) 0;border-top:1px solid rgba(255,255,255,.1)}.header-class-item.svelte-ju2ymw{display:flex;flex-direction:column;gap:2px}.header-class-item.svelte-ju2ymw dt:where(.svelte-ju2ymw){font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#dce8df80}.header-class-item.svelte-ju2ymw dd:where(.svelte-ju2ymw){margin:0;font-size:1.2rem;color:#ffffffd9}.header-map.svelte-ju2ymw{margin-top:var(--space-md);max-width:320px}.header-map.svelte-ju2ymw .distribution-map{background:#ffffff0f;padding:var(--space-md);box-shadow:none}.header-map.svelte-ju2ymw .distribution-svg path{fill:#ffffff14;stroke:#ffffff1a}.header-map.svelte-ju2ymw .distribution-svg .highlighted,.header-map.svelte-ju2ymw .distribution-svg .highlighted path{fill:var(--green-mid);stroke:var(--green)}.header-map.svelte-ju2ymw .legend-text{color:#ffffff80}.header-map.svelte-ju2ymw .legend-dot.highlighted{background:var(--green-mid)}.orchid-photo.svelte-ju2ymw{width:100%;max-height:500px;border-radius:var(--radius-lg);box-shadow:0 8px 32px #0000004d;object-fit:contain;image-rendering:auto;background:#00000026}.photo-placeholder-box.svelte-ju2ymw{width:100%;aspect-ratio:1;border-radius:var(--radius-lg);background:#ffffff0d;animation:svelte-ju2ymw-pulse 2s ease-in-out infinite}.photo-credit.svelte-ju2ymw{font-size:.95rem;color:#fff6;margin:var(--space-sm) 0 0;text-align:center}.photo-credit.svelte-ju2ymw a:where(.svelte-ju2ymw){color:inherit;text-decoration:none}.photo-credit.svelte-ju2ymw a:where(.svelte-ju2ymw):hover{color:#ffffffb3}.detail-body.svelte-ju2ymw{position:relative;z-index:1;max-width:900px;padding-bottom:var(--space-3xl)}.care-banner.svelte-ju2ymw{display:flex;align-items:center;gap:var(--space-md);margin-top:var(--space-xl);padding:var(--space-md) var(--space-lg);background:var(--green-soft);border-radius:var(--radius-md);border-left:4px solid var(--green);text-decoration:none;color:var(--ink);transition:background var(--duration-fast),box-shadow var(--duration-fast);min-height:64px}.care-banner.svelte-ju2ymw:hover{background:var(--green-soft);box-shadow:var(--shadow-md)}.care-banner-icon.svelte-ju2ymw{font-size:1.5rem;flex-shrink:0}.care-banner-text.svelte-ju2ymw{flex:1;display:flex;flex-direction:column;gap:2px}.care-banner-title.svelte-ju2ymw{font-family:var(--font-display);font-size:1.25rem;font-weight:500;color:var(--green-deep)}.care-banner-source.svelte-ju2ymw{font-size:1rem;color:var(--ink-tertiary)}.iospe-banner.svelte-ju2ymw{border-left-color:var(--gold);margin-top:var(--space-md)}.care-banner-arrow.svelte-ju2ymw{width:20px;height:20px;color:var(--green);flex-shrink:0}.detail-section.svelte-ju2ymw{animation:svelte-ju2ymw-fadeInUp .5s var(--ease-out) both}.synonym-notice.svelte-ju2ymw{margin-top:var(--space-xl);padding:var(--space-lg);background:var(--bg-card);border-radius:var(--radius-md);border-left:3px solid var(--green-mid)}.notice-text.svelte-ju2ymw{font-size:1.1rem;color:var(--ink-secondary);margin:0 0 4px}.notice-link.svelte-ju2ymw{text-decoration:none;color:var(--green);font-size:1.3rem;font-family:var(--font-display)}.notice-link.svelte-ju2ymw:hover{color:var(--green-deep)}.synonym-list.svelte-ju2ymw{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.awards-list.svelte-ju2ymw{display:flex;flex-direction:column;gap:var(--space-md)}.award-card.svelte-ju2ymw{background:var(--bg-card);border-left:3px solid var(--gold);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}.award-card.has-photo.svelte-ju2ymw{display:grid;grid-template-columns:auto 1fr}.award-photos-wrap.svelte-ju2ymw{display:flex;flex-direction:column}.award-photos.svelte-ju2ymw{display:flex;gap:2px;min-width:160px;max-width:400px}.award-photo-credit.svelte-ju2ymw{font-size:.8rem;color:var(--ink-tertiary);padding:4px var(--space-sm);background:var(--bg-warm)}.award-photos.svelte-ju2ymw .award-photo-btn:where(.svelte-ju2ymw){flex:1;min-width:0}.award-photo.svelte-ju2ymw{width:100%;height:100%;min-height:120px;object-fit:cover;display:block;background:var(--bg-warm)}.award-card-body.svelte-ju2ymw{padding:var(--space-md) var(--space-lg)}.award-card.svelte-ju2ymw:not(.has-photo) .award-card-body:where(.svelte-ju2ymw){padding:var(--space-lg)}.award-card-header.svelte-ju2ymw{display:flex;align-items:center;gap:var(--space-md);flex-wrap:wrap}.award-cultivar.svelte-ju2ymw{font-family:var(--font-display);font-size:1.2rem;color:var(--ink)}.award-card-details.svelte-ju2ymw{display:flex;flex-wrap:wrap;gap:var(--space-sm) var(--space-md);margin-top:var(--space-sm);font-size:1.05rem;color:var(--ink-secondary)}.award-detail.svelte-ju2ymw strong:where(.svelte-ju2ymw){color:var(--ink)}.bloom-note.svelte-ju2ymw{font-size:.95rem;color:var(--ink-tertiary);margin-bottom:var(--space-sm)}.bloom-bars.svelte-ju2ymw{display:flex;align-items:flex-end;gap:4px;height:100px;background:var(--bg-card);border-radius:var(--radius-md);padding:var(--space-md)}.bloom-bar-col.svelte-ju2ymw{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end}.bloom-bar-fill.svelte-ju2ymw{width:100%;max-width:32px;background:var(--green);border-radius:3px 3px 0 0;min-height:4px;cursor:help}.bloom-bar-label.svelte-ju2ymw{font-size:.75rem;color:var(--ink-tertiary);margin-top:4px}.award-measurements.svelte-ju2ymw{margin-top:var(--space-md);padding:var(--space-md);background:var(--bg-warm);border-radius:var(--radius-sm);border:1px solid var(--gold-soft)}.measurements-title.svelte-ju2ymw{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--gold);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-sm)}.measurements-grid.svelte-ju2ymw{display:grid;grid-template-columns:auto 1fr;gap:4px var(--space-lg);font-size:1.05rem}.measure-label.svelte-ju2ymw{color:var(--ink-tertiary);white-space:nowrap}.measure-value.svelte-ju2ymw{color:var(--ink);font-weight:500;font-variant-numeric:tabular-nums}.display-counts.svelte-ju2ymw{display:flex;flex-wrap:wrap;gap:var(--space-sm) var(--space-md);margin-top:var(--space-sm);padding-top:var(--space-sm);border-top:1px solid var(--gold-soft);font-size:1rem;color:var(--ink-secondary)}.award-description.svelte-ju2ymw{margin-top:var(--space-md);padding-left:var(--space-md);border-left:2px solid var(--gold-soft);font-size:1.05rem;color:var(--ink-secondary);line-height:1.65}.child-role-title.svelte-ju2ymw{font-family:var(--font-body);font-size:1.05rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-tertiary);margin:var(--space-lg) 0 var(--space-sm)}.child-role-title.svelte-ju2ymw:first-of-type{margin-top:0}.child-hybrid-list.svelte-ju2ymw{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-sm)}.child-hybrid-card.svelte-ju2ymw{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--bg-card);border-radius:var(--radius-md);border-left:3px solid var(--rose);text-decoration:none;color:var(--ink);min-height:44px;transition:box-shadow var(--duration-fast),transform var(--duration-fast)}.child-hybrid-card.svelte-ju2ymw:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.child-photo.svelte-ju2ymw{width:44px;height:44px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.child-photo-placeholder.svelte-ju2ymw{width:44px;height:44px;border-radius:var(--radius-sm);background:var(--rose-soft);flex-shrink:0}.child-info.svelte-ju2ymw{display:flex;flex-direction:column;gap:1px;min-width:0}.child-name.svelte-ju2ymw{font-family:var(--font-display);font-size:1.1rem;color:var(--rose);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.child-other.svelte-ju2ymw{font-size:.95rem;color:var(--ink-tertiary);font-family:var(--font-display);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.explore-links.svelte-ju2ymw{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:var(--space-sm)}.explore-link.svelte-ju2ymw{display:flex;flex-direction:column;gap:2px;padding:var(--space-md) var(--space-lg);background:var(--bg-card);border-radius:var(--radius-md);text-decoration:none;border-left:3px solid transparent;min-height:44px;transition:border-color var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out)}.explore-link.svelte-ju2ymw:hover{border-left-color:var(--green);box-shadow:var(--shadow-md)}.explore-source.svelte-ju2ymw{font-family:var(--font-body);font-size:1.1rem;font-weight:600;color:var(--green)}.explore-desc.svelte-ju2ymw{font-size:1rem;color:var(--ink-tertiary)}@keyframes svelte-ju2ymw-fadeInUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-ju2ymw-pulse{0%,to{opacity:1}50%{opacity:.85}}@media(max-width:768px){.header-content.svelte-ju2ymw{grid-template-columns:1fr;text-align:center}.header-info-col.svelte-ju2ymw{align-items:center}.header-classification.svelte-ju2ymw{justify-content:center}.header-map.svelte-ju2ymw,.orchid-photo.svelte-ju2ymw{max-width:100%}.award-card.has-photo.svelte-ju2ymw{grid-template-columns:1fr}.award-photo.svelte-ju2ymw{max-height:200px}.award-card-header.svelte-ju2ymw{flex-direction:column;align-items:flex-start;gap:var(--space-sm)}}@media(prefers-reduced-motion:reduce){.svelte-ju2ymw,.svelte-ju2ymw:before,.svelte-ju2ymw:after{animation-duration:.01ms!important;animation-delay:0ms!important;transition-duration:.01ms!important}}.hero-photo-btn.svelte-ju2ymw,.award-photo-btn.svelte-ju2ymw{display:block;padding:0;border:none;background:none;cursor:zoom-in;overflow:hidden;width:100%}.hero-photo-btn.svelte-ju2ymw:hover .orchid-photo:where(.svelte-ju2ymw),.award-photo-btn.svelte-ju2ymw:hover .award-photo:where(.svelte-ju2ymw){transform:scale(1.03)}.hero-photo-btn.svelte-ju2ymw .orchid-photo:where(.svelte-ju2ymw),.award-photo-btn.svelte-ju2ymw .award-photo:where(.svelte-ju2ymw){transition:transform var(--duration-normal) var(--ease-out)}.award-source-link.svelte-ju2ymw{display:inline-block;margin-top:var(--space-sm);font-size:1.05rem;color:var(--gold);text-decoration:none}.award-source-link.svelte-ju2ymw:hover{color:var(--green);text-decoration:underline}
