:root{--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Outfit", system-ui, sans-serif;--bg: #f7f4ef;--bg-warm: #f0ebe2;--bg-card: #ffffff;--ink: #1a1612;--ink-secondary: #5a5147;--ink-tertiary: #9a8e7f;--green-deep: #1e3a2a;--green: #2d5a3f;--green-mid: #4a7d5e;--green-soft: #dce8df;--gold: #b8942e;--gold-soft: #f5edda;--rose: #8e3557;--rose-soft: #f4e4ec;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-pill: 999px;--shadow-sm: 0 1px 3px rgba(26, 22, 18, .06);--shadow-md: 0 4px 12px rgba(26, 22, 18, .08);--shadow-lg: 0 8px 24px rgba(26, 22, 18, .1);--ease-out: cubic-bezier(.16, 1, .3, 1);--duration-fast: .15s;--duration-normal: .25s;--duration-slow: .4s}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-body);font-size:24px;line-height:1.6;color:var(--ink);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:1.2;margin:0}h1{font-size:2.8rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin:0 0 var(--space-md)}a{color:var(--green);text-decoration:none;transition:color var(--duration-fast) var(--ease-out)}a:hover{color:var(--green-mid)}a:focus-visible{outline:2px solid var(--green);outline-offset:2px;border-radius:2px}img{max-width:100%;height:auto;display:block}button{font-family:var(--font-body);cursor:pointer}:focus-visible{outline:2px solid var(--green);outline-offset:2px}::selection{background-color:var(--green-soft);color:var(--green-deep)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--space-lg)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.orchid-name{font-family:var(--font-display);font-style:italic}.orchid-name .cultivar{font-style:normal}.orchid-name .author{font-style:normal;font-family:var(--font-body);font-size:.85em;color:var(--ink-secondary)}.app.svelte-12qhfyh{min-height:100vh;background:var(--bg-warm)}.offline-bar.svelte-12qhfyh{position:fixed;bottom:0;left:0;right:0;background:var(--gold);color:#fff;text-align:center;padding:10px;font-size:.95rem;font-weight:500;z-index:200;font-family:var(--font-body)}.install-banner.svelte-12qhfyh{position:fixed;bottom:0;left:0;right:0;background:var(--green-deep);color:#fff;display:flex;align-items:center;padding:14px 20px;gap:12px;z-index:199;font-family:var(--font-body);box-shadow:0 -4px 20px #00000026}.install-text.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;gap:2px}.install-text.svelte-12qhfyh strong:where(.svelte-12qhfyh){font-size:1.05rem}.install-text.svelte-12qhfyh span:where(.svelte-12qhfyh){font-size:.9rem;opacity:.8}.install-btn.svelte-12qhfyh{font-family:var(--font-body);font-size:1rem;font-weight:600;padding:10px 24px;background:var(--gold);color:#fff;border:none;border-radius:22px;cursor:pointer;min-height:44px;white-space:nowrap}.install-btn.svelte-12qhfyh:hover{background:var(--green)}.install-dismiss.svelte-12qhfyh{font-size:1.6rem;background:none;border:none;color:#fff9;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.install-dismiss.svelte-12qhfyh:hover{color:#fff}main.svelte-12qhfyh{flex:1}.home-nav.svelte-12qhfyh{position:fixed;top:var(--space-md);left:var(--space-md);z-index:100;display:flex;align-items:center;gap:var(--space-sm)}.home-logo.svelte-12qhfyh{display:flex;align-items:center;gap:6px;text-decoration:none;color:var(--green-deep);background:#f0ebe2e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:6px 14px;border-radius:var(--radius-pill);box-shadow:0 2px 8px #1a161214;transition:box-shadow var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out);min-height:44px;flex-shrink:0}.nav-search-wrap.svelte-12qhfyh{position:relative}.nav-search-input.svelte-12qhfyh{font-family:var(--font-body);font-size:.9rem;padding:8px 14px;border:none;border-radius:var(--radius-pill);background:#f0ebe2e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--ink);min-height:44px;width:220px;box-shadow:0 2px 8px #1a161214;transition:width var(--duration-normal) var(--ease-out),box-shadow var(--duration-fast)}.nav-search-input.svelte-12qhfyh:focus{outline:none;width:300px;box-shadow:0 4px 12px #1a16121f}.nav-search-input.svelte-12qhfyh::placeholder{color:var(--ink-tertiary)}.nav-search-results.svelte-12qhfyh{position:absolute;top:calc(100% + var(--space-sm));left:0;right:0;background:var(--bg-card);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);overflow:hidden;min-width:300px;z-index:200}.nav-search-hit.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;width:100%;padding:var(--space-md) var(--space-lg);background:none;border:none;border-bottom:1px solid rgba(154,142,127,.08);font-family:var(--font-display);font-size:1rem;color:var(--ink);cursor:pointer;text-align:left;min-height:48px}.nav-search-hit.svelte-12qhfyh:hover{background:var(--bg-warm)}.nav-search-hit.svelte-12qhfyh:last-child{border-bottom:none}.nav-hit-badge.svelte-12qhfyh{font-family:var(--font-body);font-size:.75rem;font-weight:600;color:var(--rose);background:var(--rose-soft);padding:2px 8px;border-radius:var(--radius-pill)}.home-logo.svelte-12qhfyh:hover{color:var(--green);box-shadow:0 4px 12px #1a16121f}.home-logo-mark.svelte-12qhfyh{font-size:1.1rem;line-height:1}.home-logo-text.svelte-12qhfyh{font-family:var(--font-display);font-size:1rem;font-weight:600;font-style:italic}.user-nav.svelte-12qhfyh{position:fixed;top:var(--space-md);right:var(--space-md);z-index:100;display:flex;align-items:center;gap:var(--space-sm)}.nav-pill.svelte-12qhfyh{display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:var(--green-deep);background:#f0ebe2e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:6px 14px;border-radius:var(--radius-pill);box-shadow:0 2px 8px #1a161214;font-family:var(--font-body);font-size:.9rem;font-weight:500;border:none;cursor:pointer;min-height:44px;transition:box-shadow var(--duration-fast) var(--ease-out)}.nav-pill.svelte-12qhfyh:hover{box-shadow:0 4px 12px #1a16121f}.nav-pill-cta.svelte-12qhfyh{background:var(--green);color:#fff;font-weight:600;padding:8px 20px;font-size:.95rem;box-shadow:0 2px 10px #2d5a3f4d}.nav-pill-cta.svelte-12qhfyh:hover{background:var(--green-deep);color:#fff;box-shadow:0 4px 14px #2d5a3f66}.user-menu.svelte-12qhfyh{position:absolute;top:calc(100% + var(--space-sm));right:0;background:var(--bg-card);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);overflow:hidden;min-width:160px;animation:svelte-12qhfyh-fadeIn .15s var(--ease-out)}.user-menu-item.svelte-12qhfyh{display:block;width:100%;padding:var(--space-md) var(--space-lg);font-family:var(--font-body);font-size:.9rem;color:var(--ink);text-decoration:none;border:none;background:none;cursor:pointer;text-align:left;min-height:44px;transition:background var(--duration-fast)}.user-menu-item.svelte-12qhfyh:hover{background:var(--bg-warm)}.nav-badge.svelte-12qhfyh{background:var(--rose);color:#fff;font-size:.7rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px;margin-left:4px}.notif-badge.svelte-12qhfyh{background:var(--rose);color:#fff;font-size:.7rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px;margin-left:auto}.user-menu-signout.svelte-12qhfyh{color:var(--ink-tertiary);border-top:1px solid rgba(154,142,127,.1)}@media(max-width:768px){.nav-search-wrap.svelte-12qhfyh{display:none}}@keyframes svelte-12qhfyh-fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
