:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root :root{--navbar-height:68px;font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{box-sizing:border-box;min-height:100svh}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.navbar{box-sizing:border-box;background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border-bottom:2px solid #0f172a14;width:100%;padding:1rem 1.5rem;position:relative}.navbar__inner{justify-content:space-between;align-items:center;max-width:900px;margin:0 auto;display:flex;position:relative}.nav-left{color:#2e7d32;align-items:center;display:flex}.nav-logo{cursor:default;color:inherit;letter-spacing:.02em;font-size:1.2rem;font-weight:700;text-decoration:none}.nav-right{align-items:center;gap:1rem;display:flex}.nav-link,.mobile-link{color:#374151;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover,.mobile-link:hover{color:#111827}.nav-button,.mobile-button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:8px;padding:.65rem 1rem;font-weight:600;transition:background .2s,transform .2s}.nav-button:hover,.mobile-button:hover{background:#1f2937;transform:translateY(-1px)}.hamburger{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:46px;height:46px;padding:0;display:none}.bar{background:#1f2937;border-radius:999px;width:20px;height:2px;transition:transform .2s,opacity .2s}.hamburger.open .bar:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open .bar:nth-child(2){opacity:0}.hamburger.open .bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{box-sizing:border-box;background:#fff;border-bottom:1px solid #e5e7eb;flex-direction:column;gap:.75rem;width:100%;padding:.75rem 1rem 1rem;display:flex;position:absolute;top:72px;left:0;box-shadow:0 12px 24px #0f172a14}.mobile-link,.mobile-button{width:100%}.mobile-button{text-align:left}.mobile-only{display:none}.desktop-links{display:flex}@media (width<=767px){.navbar{height:68px;padding:.75rem 1rem}.nav-logo{font-size:1.1rem}.desktop-links{display:none}.mobile-only{display:flex}.mobile-menu{top:68px}}@media (width>=768px) and (width<=1023px){.navbar{padding:.75rem 1.5rem}.desktop-links{gap:.9rem;display:flex}.mobile-only{display:none}}@media (width>=1024px){.navbar{padding:.75rem 2.5rem}.nav-logo{font-size:1.3rem}.desktop-links{gap:1.25rem;display:flex}.mobile-only{display:none}}.mobile-menu{z-index:9999;position:absolute;background-color:#fff!important}.layout-container{box-sizing:border-box;flex-direction:column;min-height:100svh;display:flex}.layout-content{box-sizing:border-box;flex:1;padding-top:0}.no-nav .layout-content{padding-top:0!important}.public-header{text-align:center;background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border-bottom:2px solid #c8e6c9;padding:1rem}.public-title{color:#2e7d32;margin-top:.5rem;margin-bottom:1rem;font-size:2.4rem;font-weight:700}.public-subtitle{color:#4f6f52;font-size:1.1rem}.login-container{max-width:420px;box-shadow:none;text-align:center;background:#fff;margin:0 auto;padding:1rem}.login-title{color:#333;margin-bottom:1.5rem;font-size:1.6rem;font-weight:600}.login-form{flex-direction:column;gap:1rem;display:flex}.login-input{border:1px solid #ccc;border-radius:8px;width:75%;margin:0 auto;padding:.75rem;font-size:1rem;transition:border-color .2s;display:block}.login-input:focus{border-color:#07c;outline:none}.login-error{color:#b91c1c;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;width:75%;margin:0 auto;padding:.75rem;font-size:.95rem}.login-button{color:#fff;cursor:pointer;background:#333;border:none;border-radius:8px;width:82%;margin:.75rem auto 0;padding:.75rem;font-size:1rem;font-weight:600;transition:background .2s;display:block}.login-button:hover{background:#111}.login-footer{color:#555;margin-top:1.5rem;font-size:.9rem}.login-footer a{color:#07c;font-weight:600;text-decoration:none}.login-footer a:hover{text-decoration:underline}.login-forgot{color:#555;margin-top:.5rem;font-size:.9rem}.login-message{margin-bottom:1.5rem}.register-container{max-width:420px;box-shadow:none;text-align:center;background:#fff;margin:0 auto;padding:1rem}.register-title{color:#333;margin-bottom:1.5rem;font-size:1.6rem;font-weight:600}.register-form{flex-direction:column;gap:1rem;display:flex}.register-input{border:1px solid #ccc;border-radius:8px;padding:.75rem;font-size:1rem;transition:border-color .2s}.register-input:focus{border-color:#07c;outline:none}.register-button{color:#fff;cursor:pointer;background:#333;border:none;border-radius:8px;width:82%;margin:.75rem auto 0;padding:.75rem;font-size:1rem;font-weight:600;transition:background .2s;display:block}.register-button:hover{background:#111}.register-footer{color:#555;margin-top:1.5rem;font-size:.9rem}.register-footer a{color:#07c;font-weight:600;text-decoration:none}.register-footer a:hover{text-decoration:underline}.password-strength{margin-top:6px}.strength-bar{border-radius:4px;height:6px;transition:width .3s,background-color .3s}.strength-bar.weak{background-color:#e74c3c;width:33%}.strength-bar.medium{background-color:#f1c40f;width:66%}.strength-bar.strong{background-color:#2ecc71;width:100%}.strength-text{margin-top:4px;font-size:.85rem}.strength-text.weak{color:#e74c3c}.strength-text.medium{color:#f1c40f}.strength-text.strong{color:#2ecc71}.password-mismatch{color:#e74c3c;margin-top:4px;font-size:.85rem}.register-input{width:75%;margin:0 auto;display:block}.password-wrapper{width:100%;margin:0 auto;position:relative}.password-toggle{cursor:pointer;opacity:.7;font-size:1.1rem;position:absolute;top:50%;right:50px;transform:translateY(-50%)}.password-toggle:hover{opacity:1}.password-strength{width:75%;margin:6px auto 0}.landing-wrapper{min-height:100vh}.landing-container{max-width:480px;padding-bottom:2rem}.landing-subtitle{color:#444;text-align:center;margin-top:-.75rem;margin-bottom:1.75rem;font-size:1.15rem}.landing-features{text-align:left;margin:-.5rem 0 2rem}.landing-section-title{text-align:center;margin-bottom:.75rem;font-size:1.25rem}.landing-feature-list{margin:0;padding:0;list-style:none}.landing-feature-list li{margin-bottom:.75rem;font-size:1rem;line-height:1.4}.landing-cta{text-align:center;width:90%;margin-top:-.25rem}.landing-register-btn{text-align:center;width:100%}.landing-login-footer{margin-top:1rem}@media (width>=768px){.landing-container{max-width:800px;padding:2.5rem 3rem}.landing-feature-list li{margin-bottom:1rem;font-size:1.1rem;line-height:1.55}.landing-cta{width:60%;margin:2rem auto 0}.landing-register-btn{padding:.9rem 1rem;font-size:1.1rem}}@media (width>=1024px){.landing-container{max-width:950px}.landing-feature-list{column-count:2;column-gap:2rem}}.page{padding-top:calc(var(--navbar-height) + 1rem);box-sizing:border-box}.dashboard{max-width:1200px;margin:0 auto;padding:1.5rem}.dashboard-header{margin-top:-.5rem;margin-bottom:2rem}.dashboard-title{color:#1f2937;margin-bottom:.5rem}.dashboard-subtitle{color:#4b5563;margin-top:.25rem;font-size:1rem}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;display:grid}.dashboard-card{background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 14px #0f172a0f}.dashboard-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0f172a14}.card-title{color:#1f2937;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.card-text{color:#4b5563;font-size:.95rem;line-height:1.4}.dashboard-card{border-left:4px solid #7bbf6a}.dashboard-card-link{color:inherit;text-decoration:none;display:block}.dashboard-card-disabled{opacity:.55;cursor:default;pointer-events:none}.journal-entry-form{background:var(--surface);border:1px solid var(--border);max-width:650px;box-shadow:var(--card-shadow,0 1px 3px #00000014);border-radius:10px;flex-direction:column;gap:1.25rem;margin:1rem auto;padding:1.5rem;display:flex}.journal-entry-form .form-title{color:var(--text-strong);margin:0;font-size:1.4rem;font-weight:600}.journal-entry-form form{flex-direction:column;gap:1rem;display:flex}.journal-entry-form label{color:var(--text-strong);flex-direction:column;gap:.35rem;font-weight:500;display:flex}.journal-entry-form input,.journal-entry-form select,.journal-entry-form textarea{border:1px solid var(--border);background:var(--surface-elevated,#fff);color:var(--text);border-radius:6px;padding:.55rem .75rem;font-size:1rem}.journal-entry-form textarea{resize:vertical;min-height:120px}.locked-garden-label{background:var(--surface-elevated);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:.6rem .75rem;font-size:.95rem}.journal-entry-form .journal-feedback.error{color:var(--error);margin-top:-.25rem;font-size:.95rem}.journal-entry-form .form-actions{gap:.75rem;margin-top:.5rem;display:flex}.journal-entry-form .submit-btn{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.65rem 1.2rem;font-size:1rem;font-weight:600;transition:background .2s}.journal-entry-form .submit-btn:hover{background-color:var(--primary-hover)}.journal-entry-form .cancel-btn{background-color:var(--surface-elevated);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:6px;padding:.65rem 1.2rem;font-size:1rem;transition:background .2s}.journal-entry-form .cancel-btn:hover{background-color:var(--surface-hover)}.journal-entry-form button:disabled{opacity:.6;cursor:not-allowed}.journal-entry-form button.submit-btn,.journal-entry-form button.cancel-btn{all:unset;cursor:pointer;text-align:center;box-sizing:border-box;border-radius:6px;padding:.6rem 1.2rem;font-size:1rem;display:inline-block}.journal-entry-form button.submit-btn{color:#fff;background:#2563eb;font-weight:600}.journal-entry-form button.submit-btn:hover{background:#1d4ed8}.journal-entry-form button.cancel-btn{color:#374151;background:#f3f4f6;border:1px solid #d1d5db}.journal-entry-form button.cancel-btn:hover{background:#e5e7eb}.journal{padding:1.5rem}.journal-shell{max-width:1180px;margin:0 auto}.journal-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.75rem;display:flex}.journal-title{color:#1f2937;margin:0;font-size:2rem;font-weight:700}.journal-subtitle{color:#4b5563;max-width:620px;margin:.35rem 0 0;line-height:1.5}.journal-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}.journal-card,.journal-state-card{background:linear-gradient(#fff 0%,#f9fbf6 100%);border:1px solid #dbe6d3;border-radius:18px;box-shadow:0 18px 38px #0f172a14}.journal-card{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.journal-state-card{text-align:center;color:#4b5563;padding:2rem}.journal-state-card h2{color:#1f2937;margin:0 0 .5rem}.journal-state-card p{margin:0}.journal-card-top{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.journal-card-date{letter-spacing:.02em;text-transform:uppercase;color:#6b7280;margin:0 0 .4rem;font-size:.85rem;font-weight:600}.journal-card-title{color:#1f2937;margin:0;font-size:1.2rem;line-height:1.3}.journal-category-badge{color:#2f5d27;background:#e9f3dd;border-radius:999px;flex-shrink:0;padding:.45rem .75rem;font-size:.78rem;font-weight:700}.journal-garden-label{color:#2f5d27;margin:0;font-size:.92rem;font-weight:600}.journal-card-notes{color:#374151;white-space:pre-wrap;margin:0;line-height:1.65}.journal-card-actions,.journal-form-actions{justify-content:flex-end;gap:.75rem;display:flex}.journal-button,.journal-icon-button{font:inherit;cursor:pointer;border:0;border-radius:12px;transition:transform .16s,box-shadow .16s,opacity .16s,background-color .16s}.journal-button{padding:.8rem 1.1rem;font-weight:600}.journal-button:hover,.journal-icon-button:hover{transform:translateY(-1px)}.journal-button:disabled,.journal-icon-button:disabled{cursor:not-allowed;opacity:.65;transform:none}.journal-button-primary{color:#fff;background:linear-gradient(135deg,#3e6f2d 0%,#6d9f47 100%);box-shadow:0 10px 24px #3e6f2d38}.journal-feedback{border-radius:12px;margin:0 0 1rem;padding:.9rem 1rem;font-size:.95rem}.journal-feedback.error{color:#b42318;background:#fff1f2;border:1px solid #fecdd3}.journal-inline-error{color:#b42318;margin-top:.45rem}.journal-modal-backdrop{z-index:1200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1118278f;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.journal-modal{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #dbe6d3;border-radius:22px;width:min(100%,760px);max-height:calc(100vh - 2.5rem);padding:1.5rem;overflow-y:auto;box-shadow:0 28px 60px #0f172a38}.journal-modal-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.journal-modal-header h2{color:#1f2937;margin:0;font-size:1.4rem}.journal-modal-header p{color:#6b7280;margin:.35rem 0 0}.journal-icon-button{color:#1f2937;background:#f3f4f6;width:2.5rem;height:2.5rem;font-size:1.5rem;line-height:1}.journal-form{flex-direction:column;gap:1rem;display:flex}.journal-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.journal-field{color:#374151;flex-direction:column;gap:.45rem;font-weight:600;display:flex}.journal-field input,.journal-field select,.journal-field textarea,.journal-readonly-field{box-sizing:border-box;color:#1f2937;width:100%;font:inherit;background:#fcfdfb;border:1px solid #cbd5c0;border-radius:12px;padding:.85rem .95rem}.journal-field textarea{resize:vertical;min-height:160px}.journal-field input:focus,.journal-field select:focus,.journal-field textarea:focus{border-color:#6d9f47;outline:2px solid #6d9f4747}.journal-readonly-field{color:#2f5d27;background:#f3f7ee}@media (width<=768px){.journal{padding:1rem}.journal-header,.journal-card-top,.journal-form-actions{flex-direction:column}.journal-button,.journal-card-actions .journal-button,.journal-form-actions .journal-button{width:100%}.journal-form-grid{grid-template-columns:1fr}}.journal-garden-select{color:#333;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548l4.484 4.484 4.484-4.484'/></svg>") right 10px center/14px no-repeat;border:1px solid #c9c9c9;border-radius:6px;width:200px;padding:.45rem .75rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.journal-garden-select:hover{border-color:#8bb7f0}.journal-garden-select:focus{border-color:#2d7df4;outline:none;box-shadow:0 0 0 3px #2d7df440}.journal-garden-select option{padding:.5rem;font-size:.95rem}.my-garden-card{background:#fff;border:1px solid #0f172a14;border-radius:1rem;flex-direction:column;gap:1rem;padding:1.25rem;transition:box-shadow .2s,transform .2s;display:flex;box-shadow:0 4px 16px #0f172a0f}.my-garden-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0f172a1f}.my-garden-card__header{justify-content:space-between;align-items:flex-start;display:flex}.my-garden-card__title{color:#0f172a;margin:0;font-size:1.25rem;font-weight:600}.my-garden-card__badges{gap:.5rem;display:flex}.my-garden-card__badge{color:#fff;border-radius:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.my-garden-card__badge--default{background:#2563eb}.my-garden-card__badge--pinned{background:#16a34a}.my-garden-card__info{color:#475569;flex-direction:column;gap:.25rem;font-size:.95rem;display:flex}.my-garden-card__info p{margin:0}.my-garden-card__actions{flex-wrap:wrap;gap:.75rem;display:flex}.my-garden-card__actions .button{flex-shrink:0}@media (width<=640px){.my-garden-card{padding:1rem}.my-garden-card__actions{flex-direction:column}.my-garden-card__actions .button{width:100%}}.my-gardens-page{flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto;padding:1.5rem;display:flex}.my-gardens-page__hero,.my-gardens-page__pinned{margin-bottom:2rem}.my-gardens-page__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.my-gardens-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;min-height:300px;padding:3rem 1rem;display:flex}.find-garden-button{margin-top:.5rem}.my-gardens-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.my-gardens-page__browse{justify-content:flex-start;margin-top:2rem;display:flex}.my-gardens-page__browse-link{text-decoration:none}@media (width<=640px){.my-gardens-page{padding:1rem}.my-gardens-page__browse,.my-gardens-page__browse-link,.my-gardens-page__browse-link .button{width:100%}}.default-badge,.pinned-badge{background:var(--primary-color);color:#fff;border-radius:6px;margin-left:8px;padding:4px 8px;font-size:.8rem}.page-wrapper{box-sizing:border-box;max-width:900px;margin:0 auto;padding:1.5rem 1.25rem}.page-wrapper .section{margin-top:2rem}.garden-card__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.garden-card__address{color:#666;margin-top:.25rem;font-size:.95rem}.garden-card__badges{flex-direction:column;gap:.5rem;display:flex}.garden-card__meta p{color:#444;margin:.25rem 0;font-size:.95rem}.garden-card__meta strong{font-weight:600}.garden-card__actions{flex-wrap:wrap;gap:.75rem;margin-top:.5rem;display:flex}.button{cursor:pointer;border:none;border-radius:6px;min-width:100px;padding:.5rem .9rem;font-size:.95rem}.button-primary{color:#fff;background:#1976d2}.button:disabled{opacity:.6;cursor:not-allowed}.button:disabled,.button[disabled]{opacity:.7;cursor:not-allowed;background-color:inherit!important;color:inherit!important;border-radius:inherit!important}.garden-card{background:#fff;border:1px solid #e3e3e3;border-radius:8px;flex-direction:column;gap:1rem;padding:1.25rem;display:flex;position:relative;box-shadow:0 1px 2px #0000000d}.default-badge{color:#fff;z-index:10;background:#1f6f5b;border-radius:6px;padding:4px 8px;font-size:.7rem;font-weight:600;position:absolute;top:8px;right:8px}.page.garden-finder-page{flex-direction:column;gap:2rem;padding:1rem 1rem .5rem;display:flex}.page-header h1{margin:0;font-size:1.75rem;font-weight:600}.page-header p{color:#555;margin-top:.25rem}.garden-finder-toolbar{flex-wrap:wrap;align-items:flex-end;gap:1.5rem;margin-bottom:.5rem;display:flex}.garden-finder-field{flex-direction:column;gap:.25rem;display:flex}.garden-finder-field span{color:#444;font-size:.9rem}.garden-finder-field input,.garden-finder-field select{border:1px solid #ccc;border-radius:6px;padding:.5rem .75rem;font-size:1rem}.garden-finder-feedback{color:#444;margin:.5rem 0;font-size:.95rem}.garden-finder-feedback.error{color:#b00020;font-weight:600}.garden-finder-results{flex-direction:column;gap:1.25rem;display:flex}.section-title{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.section p{color:#555}.garden-map{border-radius:8px;width:100%;height:calc(100vh - 180px);overflow:hidden}.garden-finder-map-container{height:calc(100vh - 200px);padding:0 1rem 1rem}.map-fullscreen-toggle{z-index:9999;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border-radius:6px;padding:6px 10px;font-size:20px;position:absolute;top:12px;right:12px;box-shadow:0 2px 6px #00000040}.garden-map.fullscreen{z-index:9998!important;border-radius:0!important;width:100vw!important;height:100vh!important;position:fixed!important;top:0!important;left:0!important}.garden-finder-map-container.fullscreen{z-index:9997!important;width:100vw!important;height:100vh!important;margin:0!important;padding:0!important;position:fixed!important;top:0!important;left:0!important}.map-fullscreen-toggle{pointer-events:auto}.single-garden-map-container{border-radius:8px;width:100%;height:350px;overflow:hidden}.single-garden-map{width:100%;height:100%}.garden-metadata{background:var(--surface);border:1px solid var(--border);border-radius:8px;gap:1.5rem;padding:1rem;display:grid}.metadata-section h3{color:var(--text-strong);margin-bottom:.5rem;font-size:1.1rem}.metadata-section p{color:var(--text);margin:.25rem 0}.button-small{margin-top:.5rem}.view-one-garden-page{flex-direction:column;gap:2rem;display:flex}.view-one-garden-page__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.view-one-garden-page__location{opacity:.8;font-size:1rem}.view-one-garden-page__timestamps{opacity:.7;font-size:.9rem}.view-one-garden-page__actions{flex-wrap:wrap;gap:.75rem;display:flex}.view-one-garden-page__metadata{flex-direction:column;gap:1rem;display:flex}.view-one-garden-page__meta-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;display:grid}.view-one-garden-page__map-placeholder{opacity:.7;border:1px solid;border-radius:12px;justify-content:center;align-items:center;height:300px;padding:1rem;display:flex}.view-one-garden-page__beehouses,.view-one-garden-page__journal{flex-direction:column;gap:1rem;display:flex}.section-header-actions{gap:.5rem;display:flex}.section-header-left{align-items:center;gap:.75rem;display:flex}.collapse-toggle{cursor:pointer;background:#e8e8e8;border:1px solid #ccc;border-radius:4px;padding:.25rem .6rem;font-size:.85rem;transition:background .2s}.collapse-toggle:hover{background:#dcdcdc}.section-description{color:#555;margin-top:.5rem;margin-bottom:1rem;line-height:1.4}.view-one-garden-page__beehouses .journal-grid{margin-top:1rem}.view-one-garden-page__beehouses .journal-card{min-width:260px}.view-one-garden-page__beehouses form{margin-bottom:1rem}.view-one-garden-page__beehouses{width:100%}.view-one-garden-page__badges{align-items:center;gap:8px;min-height:24px;display:flex}.view-one-garden-page__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.view-one-garden-page__right{flex-direction:column;flex:none;align-items:flex-end;gap:.75rem;display:flex}.default-badge,.pinned-badge{background:var(--primary-color);color:#fff;border-radius:6px;padding:4px 8px;font-size:.8rem}.view-one-garden-page__header{border-bottom:1px solid #ddd;justify-content:space-between;align-items:flex-start;gap:2rem;padding-bottom:1rem;display:flex}.view-one-garden-page__left{word-break:break-word;margin-bottom:.25rem;font-size:1.8rem;line-height:1.2}.view-one-garden-page__right{flex-direction:column;align-items:flex-end;gap:.75rem;min-width:240px;display:flex}.view-one-garden-page__badges{gap:.5rem;min-height:24px;display:flex}.view-one-garden-page__actions{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.75rem;display:flex}.beehouse-entry-form .form-actions{gap:12px;margin-top:24px;display:flex}.beehouse-entry-form .form-actions button{cursor:pointer;border-radius:6px;padding:10px 18px;font-size:.95rem;font-weight:600;transition:all .2s}.beehouse-entry-form .submit-btn{color:#fff;background-color:#2d7df4;border:none}.beehouse-entry-form .submit-btn:hover{background-color:#1e63c9}.beehouse-entry-form .cancel-btn{color:#333;background-color:#f3f4f6;border:1px solid #d1d5db}.beehouse-entry-form .cancel-btn:hover{background-color:#e5e7eb}.journal-grid{align-items:start}.garden-metadata,.metadata-section{min-width:0}.metadata-section p,.metadata-section a{white-space:normal;overflow-wrap:break-word;word-break:break-word}.profile-form-modal{z-index:2000;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.profile-form-container{background:#fff;border-radius:8px;width:420px;max-width:90%;padding:2rem;box-shadow:0 4px 20px #00000040}.profile-form-container h2{text-align:center;margin-top:0;margin-bottom:1.5rem}.profile-form-container label{margin-bottom:1rem;font-weight:500;display:block}.profile-form-container input[type=text],.profile-form-container textarea{border:1px solid #ccc;border-radius:4px;width:100%;margin-top:.35rem;padding:.5rem}.profile-form-container textarea{resize:vertical;min-height:80px}.checkbox-row{align-items:center;gap:.5rem;display:flex}.profile-avatar-preview{object-fit:cover;border-radius:50%;width:90px;height:90px;margin:1rem auto;display:block}.profile-form-buttons{justify-content:space-between;margin-top:1.5rem;display:flex}.cancel-btn{cursor:pointer;background:#ccc;border:none;border-radius:4px;padding:.6rem 1.2rem}.save-btn{color:#fff;cursor:pointer;background:#2d7df4;border:none;border-radius:4px;padding:.6rem 1.2rem}.save-btn:hover{background:#1f63c7}.profile-form-container input[type=text],.profile-form-container textarea{font-size:16px}.profile-form-modal{align-items:flex-start;padding-top:2rem}.profile-form-container{max-height:90vh;overflow-y:auto}.profile-page{flex-direction:column;gap:2rem;display:flex}.profile-page-header{text-align:center;margin-bottom:1rem}.profile-page-header h1{color:#1f2937;margin:0;font-size:1.9rem;font-weight:700}.profile-page-header p{color:#6b7280;margin-top:.35rem;font-size:1rem}.profile-page-error{color:#b91c1c;text-align:center;background:#fee2e2;border-radius:6px;padding:.75rem 1rem;font-size:.95rem}.profile-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;max-width:480px;margin:0 auto;padding:2rem 2.5rem;box-shadow:0 2px 6px #0000000d}.profile-name{color:#111827;margin-bottom:.5rem;font-size:1.4rem;font-weight:600}.profile-bio{color:#4b5563;margin:.75rem 0 1.25rem;font-size:.95rem}.profile-details{text-align:left;color:#374151;max-width:300px;margin:1.25rem auto;font-size:.95rem}.profile-edit-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;padding:.65rem 1.25rem;font-size:1rem;font-weight:600;transition:background .2s,transform .2s}.profile-button-row{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.25rem;display:flex}.profile-edit-button{color:#fff;cursor:pointer;text-align:center;background:#2563eb;border:none;border-radius:6px;min-width:140px;padding:.65rem 1.25rem;font-size:1rem;font-weight:600;transition:background .2s,transform .2s}.profile-edit-button:hover{background:#1d4ed8;transform:translateY(-1px)}.profile-edit-button.secondary{background:#6b7280}.profile-edit-button.secondary:hover{background:#4b5563}.password-modal-backdrop{z-index:2000;background:#00000073;justify-content:center;align-items:flex-start;padding-top:2rem;display:flex;position:fixed;inset:0}.password-modal{background:#fff;border-radius:8px;width:420px;max-width:90%;max-height:90vh;padding:2rem;overflow-y:auto;box-shadow:0 4px 20px #00000040}.password-modal h2{text-align:center;margin-top:0;margin-bottom:1.5rem}.password-modal label{margin-bottom:1rem;font-weight:500;display:block}.password-modal input[type=password]{border:1px solid #ccc;border-radius:4px;width:100%;margin-top:.35rem;padding:.5rem;font-size:16px}.password-buttons{justify-content:space-between;margin-top:1.5rem;display:flex}.password-error{color:#d33;text-align:center;margin-bottom:1rem}.password-success{color:#2d7df4;text-align:center;margin-bottom:1rem}.masonbee-forecast-page{color:#1f2937;max-width:820px;margin:0 auto;padding:2rem 1.5rem;font-family:system-ui,sans-serif}.forecast-header{text-align:center;margin-bottom:2rem}.forecast-header h1{color:#0f172a;margin-bottom:.5rem;font-size:2rem;font-weight:700}.forecast-header p{color:#475569;font-size:1rem}.forecast-today{text-align:center;color:#4b5563;margin-top:-.5rem;margin-bottom:1.5rem;font-size:.95rem}.forecast-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:2rem;padding:1.75rem;box-shadow:0 4px 12px #0000000d}.forecast-location-title{text-align:center;color:#0f172a;margin-bottom:1.25rem;font-size:1.4rem;font-weight:600}.forecast-status-banner{text-align:center;color:#075985;background:#e0f2fe;border:1px solid #bae6fd;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-weight:500}.forecast-status-note{font-weight:600}.forecast-section{border-bottom:1px solid #e5e7eb;margin-bottom:1.75rem;padding-bottom:1.25rem}.forecast-section:last-child{border-bottom:none;padding-bottom:0}.forecast-section h3{color:#0f172a;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.forecast-section p{color:#374151;line-height:1.5}.forecast-location-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;margin:0 auto 1rem;padding:.6rem 1.2rem;font-size:.95rem;transition:background .2s;display:block}.forecast-location-button:hover{background:#1d4ed8}.forecast-location-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-top:1rem;padding:1.25rem}.forecast-location-form label{color:#334155;margin-bottom:.5rem;font-weight:500;display:block}.forecast-location-form input{border:1px solid #cbd5e1;border-radius:6px;width:100%;margin-bottom:1rem;padding:.6rem;font-size:1rem}.forecast-submit-button{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:.95rem;transition:background .2s}.forecast-submit-button:hover{background:#047857}.forecast-error{text-align:center;color:#dc2626;margin-bottom:1rem;font-weight:500}@media (width<=600px){.forecast-card{padding:1.25rem}.forecast-header h1{font-size:1.7rem}}.learn-more-section{border-top:1px solid #e5e7eb;margin-top:2.5rem;padding-top:1.5rem}.learn-more-section summary{cursor:pointer;color:#0f172a;padding:.75rem 0;font-size:1rem;font-weight:600;list-style:none}.learn-more-section summary::-webkit-details-marker{display:none}.learn-more-section summary:after{content:"▾";float:right;color:#64748b;transition:transform .2s}.learn-more-section details[open] summary:after{transform:rotate(180deg)}.learn-more-content p{color:#374151;text-align:left;margin-bottom:1.1rem;font-family:Georgia,Times New Roman,serif;font-size:.9rem;line-height:1.65}@media (width<=600px){.learn-more-content{padding:.85rem .75rem}.learn-more-content p{font-size:.92rem;line-height:1.7}}.mason-bee-finder{color:#1a1a1a;max-width:720px;margin:0 auto;padding:1.5rem;font-family:system-ui,sans-serif}.mason-bee-finder h1{text-align:center;margin-bottom:1rem;font-size:1.9rem;font-weight:700}.controls{text-align:center;margin-bottom:1.5rem}.location-summary{color:#444;margin-top:.5rem;font-size:.95rem}.button{color:#fff;cursor:pointer;background:#2d7df4;border:none;border-radius:6px;padding:.65rem 1.2rem;font-size:.95rem;transition:background .15s,transform .1s}.button:hover{background:#1f63c9}.button:active{transform:scale(.97)}.button-small{padding:.45rem .9rem;font-size:.85rem}.button-secondary{color:#333;background:#e0e0e0}.button-secondary:hover{background:#d5d5d5}.toggles{gap:.75rem;display:grid}.toggles label{align-items:center;gap:.5rem;font-size:.95rem;display:flex}.auto-tag{color:#fff;background:#2d7df4;border-radius:4px;margin-left:.4rem;padding:.1rem .4rem;font-size:.7rem}.summary{background:#f7f9fc;border:1px solid #e3e7ef;border-radius:6px;gap:.4rem;margin-top:1rem;padding:.75rem 1rem;font-size:.95rem;display:grid}.prediction{background:#f0f7ff;border:1px solid #cfe1ff;border-radius:8px;margin-top:1.5rem;padding:1rem}.prediction h2{margin-bottom:.5rem;font-size:1.3rem}.prediction-score{margin-bottom:.5rem;font-size:1.4rem;font-weight:700}.prediction-explanation{color:#333;font-size:.95rem}.modal-backdrop{z-index:5000;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:10px;width:100%;max-width:480px;padding:1.25rem;animation:.18s ease-out modalFadeIn;box-shadow:0 8px 24px #0000002e}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.map-instruction{color:#444;margin-bottom:.75rem;font-size:.9rem}.form-label{margin-bottom:.25rem;font-size:.9rem;display:block}.input{border:1px solid #ccc;border-radius:6px;width:100%;padding:.45rem .6rem;font-size:.9rem}.input:focus{border-color:#2d7df4;outline:none;box-shadow:0 0 0 2px #2d7df440}.error-text{color:#c62828;font-size:.85rem}@media (width<=480px){.mason-bee-finder,.modal{padding:1rem}.button{width:100%}.modal-actions{flex-direction:column}}.finder-intro{margin-bottom:.1rem}.finder-intro h2{font-size:1.4rem}.finder-intro p{color:#444;margin-bottom:.5rem}.feature-checklist{gap:1rem;margin-bottom:1.5rem;display:grid}.feature-item label{align-items:center;gap:.4rem;font-weight:600;display:flex}.feature-desc{color:#555;margin:.25rem 0 0;font-size:.85rem}.auto-locked{pointer-events:none}.yesno-section{gap:.4rem;margin-top:.35rem;margin-bottom:1rem;display:grid}.yesno-item span{border-radius:4px;margin-left:.5rem;padding:.15rem .5rem;font-weight:600}.yes{color:#1a7f1a;background:#c8f7c5}.no{color:#8a1a1a;background:#f7c5c5}.likelihood-card{text-align:center;border:2px solid #00000026;border-radius:12px;max-width:420px;margin:1.5rem auto;padding:1.25rem 1rem;box-shadow:0 4px 10px #00000014}.likelihood-card h3{margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.likelihood-value{margin-bottom:1.5rem;font-size:1.8rem;font-weight:800}.likelihood-explanation{color:#333;margin-top:.5rem;margin-bottom:1rem;font-size:.95rem}.likelihood-card.low{background:#add8e6;border-color:#00f}.likelihood-card.moderate{background:#fff59d;border-color:#fbc02d}.likelihood-card.high{background:#c8e6c9;border-color:#66bb6a}.likelihood-card.excellent{color:#000;background:#44b049;border-color:#006400}.start-message{text-align:center;color:#444;background:#f5f5f5;border:1px solid #0000001a;border-radius:10px;max-width:420px;margin:1.5rem auto;padding:1.5rem;font-size:1rem}.beehouse-footer{color:#2e3d2f;background:#f0f8ff;border-left:4px solid #2e7d32;border-radius:6px;margin-top:1rem;padding:.75rem 1rem;font-size:.95rem;line-height:1.4}.learn-more{border-top:1px solid #e5e7eb;margin-top:2.5rem;padding-top:1.5rem}.learn-more summary{cursor:pointer;color:#0f172a;padding:.75rem 0;font-size:1rem;font-weight:600;list-style:none}.learn-more summary::-webkit-details-marker{display:none}.learn-more summary:after{content:"▾";float:right;color:#64748b;transition:transform .2s}.learn-more[open] summary:after{transform:rotate(180deg)}.learn-more-content{background:#faf9f7;border:1px solid #e2e8f0;border-radius:8px;margin-top:1rem;padding:1rem .5rem}.learn-more-content p,.learn-more-content li{color:#374151;text-align:left;margin-bottom:1.1rem;font-family:Georgia,Times New Roman,serif;font-size:.9rem;line-height:1.65}.learn-more-content p:first-line{text-indent:.75rem}.learn-more-content h3{color:#1e293b;margin:1.2rem 0 .6rem;font-family:Georgia,Times New Roman,serif;font-size:1.05rem}.learn-more-content ul{margin-bottom:1.2rem;padding-left:1.2rem}.learn-more-content li{margin-bottom:.6rem}@media (width<=600px){.learn-more-content{padding:.85rem .75rem}.learn-more-content p,.learn-more-content li{font-size:.92rem;line-height:1.7}}.mbf-section{margin-bottom:1.25rem}.mbf-nearby-row{margin-top:.35rem;margin-bottom:.75rem}.mbf-checker-button{color:#fff;cursor:pointer;background:#1976d2;border:none;border-radius:8px;margin:1.25rem auto 0;padding:.65rem 1.25rem;font-size:1rem;font-weight:600;transition:background .15s,transform .1s;display:block}.mbf-checker-button:hover{background:#1565c0}.mbf-checker-button:active{transform:scale(.97)}.mbf-status-row{align-items:center;gap:.5rem;margin:.25rem 0;display:flex}.mbf-status-label{color:#37474f;font-weight:600}.mbf-status-badge{border-radius:6px;padding:.25rem .55rem;font-size:.8rem;font-weight:600}.mbf-status-badge--yes{color:#2e7d32;background:#e8f5e9}.mbf-status-badge--no{color:#c62828;background:#ffebee}.mbf-likelihood-box{color:#2e7d32;text-align:center;background:#e8f5e9;border:1px solid #c8e6c9;border-radius:8px;margin-top:1.25rem;padding:.85rem 1rem;font-weight:600}.feature-item.auto-locked input[type=checkbox]{opacity:.5;cursor:not-allowed}.feature-item.auto-locked label{opacity:1;cursor:default}@media (width<=600px){.feature-item{background:#fafafa;border-radius:10px;margin-bottom:1rem;padding:.85rem 1rem;box-shadow:0 1px 3px #00000014}.feature-item label{align-items:flex-start;gap:.75rem;font-size:1rem;line-height:1.3;display:flex}.feature-item input[type=checkbox]{margin-top:.15rem;transform:scale(1.25)}.feature-desc{color:#555;margin-top:.5rem;font-size:.9rem;line-height:1.35}.auto-tag{color:#0057c2;background:#e8f3ff;border-radius:6px;margin-top:.4rem;padding:.4rem .6rem;font-size:.8rem;line-height:1.2;display:block}.feature-item.auto-locked input[type=checkbox]{opacity:.5;cursor:not-allowed}}.prediction-header{margin-top:1rem}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-picker-container{width:100%;height:100%}.map-picker-map{border-radius:8px;width:100%;height:100%;min-height:350px;pointer-events:auto!important;overflow:visible!important}.center-button{z-index:5000;cursor:pointer;background:#fff;border:2px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s;display:flex;position:absolute;bottom:12px;right:12px;box-shadow:0 2px 6px #00000040}.center-button:hover{background:#f0f0f0}.center-button img{opacity:.8;width:22px;height:22px}.center-button{z-index:5000;cursor:pointer;pointer-events:none;background:#fff;border:2px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:absolute;bottom:12px;right:12px;box-shadow:0 2px 6px #00000040}.modal-backdrop{z-index:9999;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:10px;flex-direction:column;gap:1rem;width:90%;max-width:600px;padding:1.5rem;display:flex;position:relative;box-shadow:0 4px 20px #00000040}.modal h2{margin:0;font-size:1.4rem}.map-container{border-radius:8px;width:100%;height:350px;position:relative;overflow:hidden}.modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.modal-actions .button{min-width:120px}.modal-backdrop{animation:.2s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.map-container{position:relative}.map-picker-container,.map-picker-map,.leaflet-container{z-index:1;position:relative}.modal *,.modal .map-container,.modal .map-picker-container,.modal .leaflet-container,.modal,.modal-backdrop{pointer-events:auto}.resources-root{background:#fff;justify-content:center;padding:1.5rem;display:flex}.resources-shell{background:#fbf7ef;border:1px solid #e0d6c5;border-radius:12px;width:100%;max-width:720px;padding:1.5rem 1.75rem;font-family:Georgia,serif;box-shadow:0 2px 8px #00000014}.resources-header h1{color:#2f2a24;margin:0 0 .25rem;font-size:1.4rem}.resources-subtitle{color:#6b6257;margin-bottom:1rem;font-size:.85rem}.resources-section{border-top:1px solid #e0d6c5;margin-top:.75rem;padding-top:.75rem}.resources-section-header{color:#2f2a24;cursor:pointer;background:0 0;border:none;justify-content:space-between;width:100%;padding:.25rem 0;font-size:.95rem;font-weight:600;display:flex}.resources-section-body{color:#3b342c;margin-top:.5rem;font-size:.8rem;line-height:1.6}.resources-section-body a{color:#1f6f5b;text-decoration:underline}@media (width<=600px){.resources-root{padding:.75rem}.resources-shell{border-radius:10px;padding:1rem 1.1rem}.resources-header h1{font-size:1.1rem}.resources-subtitle{font-size:.75rem;line-height:1.3}.resources-section-header{padding:.4rem 0;font-size:.9rem}.resources-section-chevron{font-size:1rem}.resources-section-body{font-size:.72rem;line-height:1.55}.resources-section-body h3{margin-top:.6rem;font-size:.82rem}.resources-section-body ul{padding-left:1rem}.resources-section-body li{margin-bottom:.35rem}.resources-section-body a{font-size:.7rem}}.resource-button{background:green;border-radius:6px;margin-top:.25rem;padding:.45rem .75rem;font-size:.75rem;font-weight:600;transition:background .2s;display:inline-block;color:#fff!important;text-decoration:none!important}.resource-button:hover{color:#fff;background:#03be03}@media (width<=480px){.resource-button{color:#fff;text-align:center;width:50%;margin-top:.4rem;padding:.55rem .75rem;font-size:.78rem;display:block}}.beehouse-form{background:#fff;border-top-left-radius:0;border-top-right-radius:0;flex-direction:column;gap:1.1rem;margin-top:.75rem;padding:1.25rem;display:flex;box-shadow:0 2px 4px #0000000d}.form-section-title{color:#333;background:0 0;border:none;margin-top:.5rem;padding:0;font-size:1.05rem;font-weight:700}.form-section{background:#fafafa;border:none;grid-template-columns:1fr 1fr;padding:0;display:grid}.environment-section{background:0 0;border:none;grid-template-columns:1fr;padding:0}.environment-section label{align-items:center;gap:.25rem;font-weight:600;line-height:1.2;display:flex}.beehouse-form input,.beehouse-form select{background:0 0;border:none;padding:0;font-size:.95rem}@media (width<=600px){.beehouse-form{box-sizing:border-box;border-top-left-radius:0;border-top-right-radius:0;width:100%;overflow-x:hidden}.form-section{background:0 0;border:none;padding:0;display:block!important}.form-section>label,.form-section>div{margin-bottom:1rem;width:100%!important}.beehouse-form input,.beehouse-form select,.beehouse-form textarea{box-sizing:border-box;border-top-left-radius:0;border-top-right-radius:0;max-width:100%;font-size:.95rem;width:100%!important}.location-buttons{display:block}.location-buttons .button{width:100%;margin-bottom:.75rem}.form-actions{display:block}.form-actions .button{width:100%;margin-bottom:.75rem}.environment-section label{align-items:flex-start;gap:.6rem;line-height:1.3;display:flex}.environment-section input[type=checkbox]{margin-top:.2rem;transform:scale(1.25)}}.button-disabled{opacity:.5;cursor:not-allowed}@media (width<=600px){.form-section-title{margin-top:.25rem;margin-bottom:.25rem}}.beehouse-form-header{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border-top-left-radius:0;border-top-right-radius:0;justify-content:space-between;align-items:center;margin-top:.5rem;padding:.85rem 1rem;font-size:1.2rem;font-weight:700;display:flex}.caret{opacity:.8;font-size:1.1rem;transition:transform .2s}.beehouse-form-card{background:#fff;border:1px solid #dcdcdc;border-radius:10px;overflow:hidden;box-shadow:0 2px 4px #0000000d}.beehouse-form-header{cursor:pointer;-webkit-user-select:none;user-select:none;color:#333;justify-content:space-between;align-items:center;padding:.85rem 1rem;font-size:1.2rem;font-weight:700;display:flex}.caret{opacity:.8;font-size:1.1rem}.caret.open{transform:none}.beehouse-form{background:#fff;border-top-left-radius:0;border-top-right-radius:0;flex-direction:column;gap:1.1rem;padding:1rem 1.25rem 1.25rem;display:flex}.bee-notes-entry-form{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-top:1rem;padding:1rem}.bee-notes-entry-form h3{color:var(--text-strong);margin-bottom:1rem;font-size:1.25rem}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.full-width{grid-column:span 2}.form-grid label{color:var(--text);flex-direction:column;font-size:.9rem;display:flex}.form-grid input,.form-grid select,.form-grid textarea{border:1px solid var(--border);background:var(--surface-raised);color:var(--text);border-radius:6px;margin-top:.25rem;padding:.5rem;font-size:.95rem}.error-text{color:var(--danger);margin-bottom:.75rem;font-weight:500}.bee-notes-entry-form button{border:1px solid var(--border);background:var(--surface-raised);width:fit-content;color:var(--text-strong);cursor:pointer;border-radius:6px;justify-self:start;padding:.5rem 1rem}.bee-notes-entry-form button:disabled{opacity:.6;cursor:not-allowed}@media (width<=600px){.form-grid{grid-template-columns:1fr}.full-width{grid-column:span 1}}.cancel-button{color:#333;cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;padding:10px 18px;transition:all .2s}.cancel-button:hover{background:#e5e7eb}.remove-warning{color:#a30000;background:#fff4f4;border:1px solid #fcc;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.95rem;line-height:1.35}.beehouse-notes-list{background:#f9fafb;border-left:3px solid #4a90e2;border-radius:6px;margin-top:10px;padding:10px}.note-card{border-bottom:1px solid #e5e7eb;padding:8px 0}.note-card:last-child{border-bottom:none}.note-date{color:#6b7280;font-size:.8rem}button:disabled{opacity:.5;cursor:not-allowed}.beehouse-form{background:#fff;border:1px solid #dcdcdc;border-radius:0 0 10px 10px;flex-direction:column;gap:1.25rem;margin-top:.75rem;padding:1.25rem;display:flex;box-shadow:0 2px 4px #0000000d}.beehouse-form-collapsed{margin-top:.5rem}.form-section-title{color:#333;margin:.25rem 0 .5rem;font-size:1.05rem;font-weight:700}.form-section{background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;grid-template-columns:1fr 1fr;gap:.75rem 1.5rem;padding:.75rem;display:grid}.environment-section{grid-template-columns:1fr;padding:.75rem 1rem}.environment-section label{align-items:center;gap:.5rem;font-weight:600;display:flex}.beehouse-form label{flex-direction:column;gap:.25rem;font-weight:600;display:flex}.beehouse-form input,.beehouse-form select{border:1px solid #ccc;border-radius:6px;padding:.45rem .55rem;font-size:.95rem}.location-buttons{gap:.75rem;margin-top:.25rem;display:flex}.form-actions{gap:1rem;margin-top:.5rem;display:flex}.form-error{color:#b00020;margin-top:-.25rem;font-weight:600}.beehouse-card{background:#fff;border:1px solid #dfe4e6;border-radius:12px;padding:1.1rem 1.25rem;transition:box-shadow .2s,transform .15s;box-shadow:0 2px 4px #0000000a}.beehouse-card:hover{transform:translateY(-2px);box-shadow:0 4px 10px #00000014}.journal-card-top{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.journal-card-title{color:#2d3a3f;margin:0;font-size:1.25rem;font-weight:700}.beehouse-card__badges{align-items:center;gap:.5rem;display:flex}.journal-category-badge{color:#2e7d32;background:#e8f5e9;border-radius:6px;padding:.25rem .55rem;font-size:.8rem;font-weight:600}.beehouse-card__notes-badge{color:#37474f;cursor:pointer;background:#eef2f5;border:none;border-radius:6px;padding:.25rem .55rem;font-size:.8rem;font-weight:600;transition:background .15s}.beehouse-card__notes-badge:hover{background:#e2e8ec}.journal-card-actions{flex-wrap:wrap;gap:.6rem;margin-bottom:.75rem;display:flex}.journal-button{cursor:pointer;border:none;border-radius:6px;padding:.45rem .75rem;font-size:.85rem;font-weight:600;transition:background .15s,transform .1s}.journal-button:active{transform:scale(.97)}.journal-button-secondary{color:#37474f;background:#f4f6f7}.journal-button-secondary:hover{background:#e8ecef}.journal-button-danger{color:#c62828;background:#ffe8e8}.journal-button-danger:hover{background:#ffd6d6}.beehouse-card__notes{border-top:1px solid #e3e7ea;margin-top:.75rem;padding-top:.75rem}@media (width<=600px){.journal-card-actions{flex-direction:column;align-items:stretch}.journal-button{text-align:center;width:100%}.beehouse-page{border-top-left-radius:0;border-top-right-radius:0;padding:1rem}.beehouse-section{border-top-left-radius:0;border-top-right-radius:0;margin-bottom:1.5rem}.beehouse-section h2{margin-bottom:.75rem;font-size:1.3rem}.beehouse-list{gap:.75rem}.beehouse-card{border-radius:12px;padding:1rem;box-shadow:0 1px 4px #00000014}}.beehouse-card-caret{cursor:pointer;opacity:.7;background:0 0;border:none;margin-left:.5rem;font-size:1.25rem}.beehouse-card-caret:hover{opacity:1}.beehouse-card-details{background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;margin-top:.75rem;padding:.75rem 1rem;font-size:.95rem;line-height:1.4}.beehouse-card-title-row{align-items:center;gap:.4rem;display:flex}.wide-notes-button{text-align:center;min-width:110px}.beehouse-page__forms{z-index:4;position:relative}.checkemail-container{text-align:center;background:#fff;border-radius:12px;max-width:420px;margin:auto;padding:2rem}.checkemail-title{color:#333;margin-bottom:1rem;font-size:1.6rem;font-weight:600}.checkemail-message{color:#555;margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.checkemail-subtext{color:#666;font-size:.9rem}.checkemail-link{color:#07c;font-weight:600;text-decoration:none}.checkemail-link:hover{text-decoration:underline}.about-page{max-width:800px;margin:0 auto;padding:2rem 1.5rem}.about-page__header{text-align:center;margin-bottom:2rem}.about-page__header h1{margin-bottom:.5rem;font-size:2rem}.about-page__subtitle{color:#555;font-size:1rem}.about-page__content p{margin-bottom:1.25rem;font-size:1.05rem;line-height:1.6}.reset-form{flex-direction:column;gap:1rem;max-width:420px;margin:0 auto;padding:1.5rem 1rem;display:flex}.reset-form label{margin-bottom:.25rem;font-weight:600;display:block}.reset-form input{border:1px solid #ccc;border-radius:6px;width:100%;padding:.65rem .75rem;font-size:1rem;transition:border-color .2s}.reset-form input:focus{border-color:#4a90e2;outline:none}.password-wrapper{position:relative}.toggle-eye{cursor:pointer;-webkit-user-select:none;user-select:none;opacity:.7;font-size:1.1rem;transition:opacity .2s;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.toggle-eye:hover{opacity:1}.strength{margin-top:-.5rem;font-size:.9rem}.strength.ok{color:#2e8b57}.strength.warn{color:#d9822b}.error{color:#d9534f;background:#fbeaea;border:1px solid #f3c2c2;border-radius:6px;padding:.75rem;font-size:.95rem}.reset-form button{color:#fff;cursor:pointer;background:#4a90e2;border:none;border-radius:6px;padding:.75rem;font-size:1rem;transition:background .2s}.reset-form button:hover:not(:disabled){background:#3a78c2}.reset-form button:disabled{cursor:not-allowed;background:#b5c7dd}.container h2{text-align:center;margin-bottom:1rem}
