:root{--color-primary: #3a7d44;--color-primary-dark: #2c5f34;--color-primary-light: #e8f5eb;--color-accent: #e8a430;--color-danger: #c0392b;--color-bg: #f5f0e8;--color-surface: #ffffff;--color-surface-alt: #f0ebe0;--color-border: #d4c9b5;--color-text: #2c2c2c;--color-text-muted: #7a7060;--color-text-on-primary: #ffffff;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .12);--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--nav-height: 64px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);min-height:100dvh;overscroll-behavior:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:1rem}a{color:inherit;text-decoration:none}ul{list-style:none}#root,.app-shell{display:flex;flex-direction:column;min-height:100dvh}.page{flex:1;padding:1rem;padding-bottom:calc(var(--nav-height) + 1rem);max-width:680px;margin:0 auto;width:100%}.page-title{font-size:1.5rem;font-weight:700;color:var(--color-primary-dark);margin-bottom:1.25rem}.page-section{margin-bottom:1.5rem}.section-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin-bottom:.5rem}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:var(--nav-height);background:var(--color-surface);border-top:1px solid var(--color-border);display:flex;align-items:stretch;z-index:100;box-shadow:0 -2px 8px #0000000f}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--color-text-muted);font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:color .15s;padding:8px 4px;-webkit-tap-highlight-color:transparent}.nav-item:active{opacity:.7}.nav-item.active{color:var(--color-primary)}.nav-item .nav-icon{font-size:1.4rem;line-height:1}.card{background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);padding:1rem;box-shadow:var(--shadow-sm)}.card+.card{margin-top:.75rem}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.card-title{font-weight:700;font-size:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1.2rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;transition:all .15s;white-space:nowrap;-webkit-tap-highlight-color:transparent}.btn:active{transform:scale(.97)}.btn-primary{background:var(--color-primary);color:var(--color-text-on-primary)}.btn-primary:hover{background:var(--color-primary-dark)}.btn-secondary{background:var(--color-surface);color:var(--color-primary);border:1.5px solid var(--color-primary)}.btn-secondary:hover{background:var(--color-primary-light)}.btn-ghost{background:transparent;color:var(--color-text-muted)}.btn-ghost:hover{background:var(--color-surface-alt)}.btn-danger{background:var(--color-danger);color:#fff}.btn-sm{padding:.3rem .75rem;font-size:.8rem}.btn-full{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.35rem;color:var(--color-text)}.form-input,.form-select,.form-textarea{width:100%;padding:.65rem .8rem;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text);transition:border-color .15s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #3a7d441f}.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237a7060' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;padding-right:2.5rem}.form-textarea{resize:vertical;min-height:80px}.form-hint{font-size:.78rem;color:var(--color-text-muted);margin-top:.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.tabs{display:flex;border-bottom:2px solid var(--color-border);margin-bottom:1rem;gap:0;overflow-x:auto}.tab{padding:.6rem 1rem;font-size:.875rem;font-weight:600;color:var(--color-text-muted);border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .15s;white-space:nowrap}.tab.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.badge{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:99px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.badge-green{background:#d4edda;color:#1a5928}.badge-yellow{background:#fff3cd;color:#7d5a00}.badge-red{background:#f8d7da;color:#7d1a1a}.badge-blue{background:#d1ecf1;color:#0c5460}.badge-gray{background:var(--color-surface-alt);color:var(--color-text-muted)}.setup-page{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:2rem 1rem;max-width:480px;margin:0 auto}.setup-logo{font-size:3.5rem;margin-bottom:1rem;width:90px;height:90px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d4edda,#b8dfc2);box-shadow:0 6px 20px #3a7d4438,0 2px 6px #3a7d441f;line-height:1}.setup-title{font-size:2rem;font-weight:800;text-align:center;margin-bottom:.35rem;background:linear-gradient(135deg,var(--color-primary-dark) 0%,#4a9e57 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.setup-subtitle{color:var(--color-text-muted);text-align:center;margin-bottom:1.25rem;font-size:.9rem;letter-spacing:.01em}.setup-features{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:center;margin-bottom:1.75rem}.setup-feature-chip{background:var(--color-primary-light);color:var(--color-primary-dark);border:1px solid rgba(58,125,68,.2);border-radius:999px;padding:.2rem .65rem;font-size:.75rem;font-weight:600;white-space:nowrap}.step-indicator{display:flex;gap:8px;margin-bottom:1.5rem}.step-dot{width:8px;height:8px;border-radius:50%;background:var(--color-border);transition:background .2s}.step-dot.active{background:var(--color-primary)}.step-dot.done{background:var(--color-primary-dark)}.setup-card{width:100%;background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);padding:1.5rem;box-shadow:var(--shadow-md);margin-bottom:1rem}.setup-card h2{font-size:1.15rem;font-weight:700;margin-bottom:.25rem;color:var(--color-primary-dark)}.setup-card p{font-size:.875rem;color:var(--color-text-muted);margin-bottom:1.25rem}.frost-display{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin:1rem 0}.frost-box{background:var(--color-primary-light);border-radius:var(--radius-sm);padding:.75rem;text-align:center}.frost-box .frost-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-primary-dark);margin-bottom:.25rem}.frost-box .frost-date{font-size:1.1rem;font-weight:800;color:var(--color-primary)}.bed-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.bed-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-alt)}.bed-item-info{font-size:.875rem}.bed-item-name{font-weight:700;margin-bottom:2px}.bed-item-desc{color:var(--color-text-muted);font-size:.8rem}.seed-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.6rem}.seed-card{background:var(--color-surface);border-radius:var(--radius-md);border:1.5px solid var(--color-border);padding:.75rem;text-align:center;cursor:pointer;transition:all .15s;-webkit-tap-highlight-color:transparent}.seed-card:active{transform:scale(.97)}.seed-card.owned{border-color:var(--color-primary);background:var(--color-primary-light)}.seed-card .seed-icon{font-size:2rem;margin-bottom:.25rem}.seed-card .seed-name{font-weight:700;font-size:.8rem}.seed-card .seed-family{font-size:.7rem;color:var(--color-text-muted)}.seed-detail{background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);padding:1.25rem}.seed-detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.seed-detail-icon{font-size:3rem}.seed-detail-title h2{font-size:1.25rem;font-weight:800}.seed-detail-title p{color:var(--color-text-muted);font-size:.875rem}.seed-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin:1rem 0}.seed-stat{background:var(--color-surface-alt);border-radius:var(--radius-sm);padding:.5rem .75rem}.seed-stat .stat-label{font-size:.7rem;color:var(--color-text-muted);font-weight:600;text-transform:uppercase}.seed-stat .stat-value{font-weight:700;font-size:.9rem;margin-top:2px}.companions{display:flex;flex-wrap:wrap;gap:4px;margin-top:.5rem}.companion-chip{background:#d4edda;color:#1a5928;border-radius:99px;padding:2px 8px;font-size:.75rem;font-weight:600}.antagonist-chip{background:#f8d7da;color:#7d1a1a;border-radius:99px;padding:2px 8px;font-size:.75rem;font-weight:600}.search-bar{position:relative;margin-bottom:1rem}.search-bar .search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--color-text-muted);pointer-events:none;font-size:1rem}.search-bar .form-input{padding-left:2.25rem}.bed-selector{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;margin-bottom:1rem}.bed-selector::-webkit-scrollbar{height:0}.bed-chip{flex-shrink:0;padding:.4rem .9rem;border-radius:99px;border:1.5px solid var(--color-border);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s;background:var(--color-surface);white-space:nowrap;-webkit-tap-highlight-color:transparent}.bed-chip.active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.bed-grid-wrapper{overflow-x:auto;border-radius:var(--radius-md);border:2px solid var(--color-border);background:var(--color-surface-alt);padding:.5rem;margin-bottom:1rem}.bed-grid{display:grid;gap:3px}.bed-cell{width:52px;height:52px;border-radius:6px;border:1.5px solid var(--color-border);background:var(--color-surface);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .12s;position:relative;-webkit-tap-highlight-color:transparent;overflow:hidden}.bed-cell:hover{border-color:var(--color-primary);background:var(--color-primary-light)}.bed-cell:active{transform:scale(.93)}.bed-legend{display:flex;gap:1rem;font-size:.75rem;color:var(--color-text-muted);margin-bottom:1rem}.legend-item{display:flex;align-items:center;gap:4px}.legend-swatch{width:14px;height:14px;border-radius:3px;border:1.5px solid}.planner-info{font-size:.8rem;color:var(--color-text-muted);text-align:center;margin-bottom:.75rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;display:flex;align-items:flex-end;justify-content:center}.modal-sheet{width:100%;max-width:680px;background:var(--color-surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom));max-height:75dvh;display:flex;flex-direction:column;animation:slideUp .2s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-handle{width:40px;height:4px;background:var(--color-border);border-radius:2px;margin:0 auto 1rem}.modal-title{font-size:1.1rem;font-weight:700;margin-bottom:1rem}.modal-scroll{overflow-y:auto;flex:1;padding-right:2px;-webkit-overflow-scrolling:touch}.modal-actions{display:flex;gap:.75rem;padding-top:.75rem;border-top:1px solid var(--color-border);flex-shrink:0}.picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem}.picker-item{padding:.6rem .4rem;border-radius:var(--radius-sm);border:1.5px solid var(--color-border);text-align:center;cursor:pointer;transition:all .12s;-webkit-tap-highlight-color:transparent}.picker-item:active{transform:scale(.95)}.picker-item:hover{border-color:var(--color-primary);background:var(--color-primary-light)}.picker-item .p-icon{font-size:1.75rem}.picker-item .p-name{font-size:.72rem;font-weight:600;margin-top:2px}.slot-detail{padding:.75rem;background:var(--color-surface-alt);border-radius:var(--radius-sm);margin-bottom:1rem}.slot-detail-row{display:flex;justify-content:space-between;font-size:.875rem;padding:3px 0}.slot-detail-row span:first-child{color:var(--color-text-muted)}.slot-detail-row span:last-child{font-weight:700}.calendar-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;overflow-x:auto;padding-bottom:.25rem}.month-chip{flex-shrink:0;padding:.3rem .8rem;border-radius:99px;font-size:.8rem;font-weight:600;background:var(--color-surface);border:1.5px solid var(--color-border);cursor:pointer;white-space:nowrap}.month-chip.active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.task-list{display:flex;flex-direction:column;gap:.5rem}.task-card{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;background:var(--color-surface);border-radius:var(--radius-md);border:1.5px solid var(--color-border);cursor:pointer;transition:all .12s;-webkit-tap-highlight-color:transparent}.task-card:active{transform:scale(.99)}.task-card.completed{opacity:.55}.task-check{width:22px;height:22px;border-radius:50%;border:2px solid var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;transition:all .15s}.task-check.done{background:var(--color-primary);border-color:var(--color-primary)}.task-check.done:after{content:"✓";color:#fff;font-size:.7rem;font-weight:900}.task-content{flex:1}.task-title{font-weight:700;font-size:.9rem}.task-desc{font-size:.8rem;color:var(--color-text-muted);margin-top:2px}.task-date{font-size:.75rem;color:var(--color-text-muted);margin-top:3px}.task-type-icon{font-size:1.2rem}.week-group{margin-bottom:1.25rem}.week-heading{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--color-text-muted);margin-bottom:.5rem;padding-left:.25rem}.activity-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1rem}.activity-type-btn{padding:.65rem .4rem;border-radius:var(--radius-sm);border:1.5px solid var(--color-border);text-align:center;cursor:pointer;font-size:.75rem;font-weight:700;transition:all .12s;background:var(--color-surface);-webkit-tap-highlight-color:transparent}.activity-type-btn .at-icon{font-size:1.4rem;display:block;margin-bottom:3px}.activity-type-btn.selected{background:var(--color-primary-light);border-color:var(--color-primary);color:var(--color-primary-dark)}.log-entry{display:flex;gap:.75rem;padding:.75rem;background:var(--color-surface);border-radius:var(--radius-sm);border:1px solid var(--color-border)}.log-entry+.log-entry{margin-top:.5rem}.log-icon{font-size:1.4rem}.log-content{flex:1}.log-header{display:flex;align-items:center;gap:.5rem;margin-bottom:2px}.log-type{font-weight:700;font-size:.875rem}.log-date{font-size:.75rem;color:var(--color-text-muted)}.log-note{font-size:.82rem;color:var(--color-text-muted)}.log-bed{font-size:.72rem;color:var(--color-primary);font-weight:600}.empty-state{text-align:center;padding:3rem 1rem;color:var(--color-text-muted)}.empty-state .empty-icon{font-size:3rem;margin-bottom:.75rem}.empty-state h3{font-size:1.1rem;font-weight:700;margin-bottom:.4rem;color:var(--color-text)}.empty-state p{font-size:.875rem;max-width:280px;margin:0 auto 1.25rem}.alert{padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.875rem;margin-bottom:1rem}.alert-info{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.alert-success{background:#d4edda;color:#1a5928;border:1px solid #c3e6cb}.alert-warn{background:#fff3cd;color:#7d5a00;border:1px solid #ffeeba}.text-muted{color:var(--color-text-muted)}.text-sm{font-size:.875rem}.text-xs{font-size:.78rem}.fw-bold{font-weight:700}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.flex{display:flex}.flex-between{display:flex;justify-content:space-between;align-items:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.w-full{width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}}.bed-sun-header{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;justify-content:space-between;font-size:.8rem;color:var(--color-text-muted);margin-bottom:.4rem;font-weight:600}.bed-sun-dir{background:#fff8e1;border:1px solid #ffe082;border-radius:99px;padding:2px 10px;font-size:.75rem;font-weight:700;color:#7d5a00}.bed-grid-outer{display:flex;flex-direction:column;align-items:center;gap:4px;overflow-x:auto;padding:4px 0}.bed-grid-row{display:flex;align-items:center;gap:6px}.compass-top,.compass-bottom{font-size:.7rem;font-weight:800;color:var(--color-text-muted);text-align:center;letter-spacing:.05em;-webkit-user-select:none;user-select:none;min-width:20px}.compass-side{font-size:.7rem;font-weight:800;color:var(--color-text-muted);writing-mode:vertical-rl;text-orientation:mixed;-webkit-user-select:none;user-select:none;min-width:14px;text-align:center;letter-spacing:.05em}.bed-grid-wrapper{overflow:visible;border:2px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-alt);padding:3px}.bed-cell{width:52px;height:52px;border-radius:5px;border:1.5px solid var(--color-border);background:var(--color-surface);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:border-color .12s,background .12s,transform .1s;position:relative;-webkit-tap-highlight-color:transparent;overflow:hidden}.bed-cell:not(.occupied):not(.succession):hover{border-color:var(--color-primary);background:var(--color-primary-light)}.bed-cell:active{transform:scale(.92)}.bed-cell.occupied{background:#d4edda;border-color:var(--color-primary)}.bed-cell.succession{background:#fff3cd;border-color:var(--color-accent)}.bed-cell.claimed{background:#e8f5eb;border-color:#a8d5b0;border-style:dashed;cursor:pointer}.bed-cell.claimed.succession{background:#fffaeb;border-color:#f5d87a}.bed-cell.has-warning.occupied{background:#fdecea;border-color:var(--color-danger)}.bed-cell.hovered{border-color:var(--color-primary-dark)!important;background:#b8e0bf!important;z-index:1}.bed-cell.hovered.succession{background:#ffe89a!important;border-color:#c47d00!important}.bed-cell .cell-icon{font-size:1.5rem;line-height:1}.bed-cell .cell-count{font-size:.55rem;font-weight:700;color:var(--color-primary-dark);line-height:1}.bed-cell .cell-offset{position:absolute;top:2px;right:3px;font-size:.5rem;font-weight:800;color:var(--color-accent)}.bed-cell .cell-warn{position:absolute;top:1px;left:2px;font-size:.6rem;line-height:1}.bed-cell .cell-claimed-dot{font-size:1rem;opacity:.25;line-height:1}.shadow-warnings{margin-top:.5rem;display:flex;flex-direction:column;gap:4px}.shadow-warn-item{background:#fdecea;border:1px solid #f5c6cb;border-radius:var(--radius-sm);padding:.4rem .65rem;font-size:.78rem;color:#7d1a1a}.picker-item.picker-mismatch{opacity:.65;border-color:#f5c6cb;background:#fef8f8}.picker-item .p-warn{font-size:.65rem;margin-top:1px}.season-card{display:flex;align-items:center;gap:1rem;background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);padding:.875rem 1rem;margin-bottom:.75rem}.season-card-year{font-size:1.6rem;font-weight:900;color:var(--color-primary-dark);min-width:48px;text-align:center;line-height:1}.season-card-body{flex:1;min-width:0}.season-meta{font-size:.8rem;color:var(--color-text-muted);margin-bottom:3px}.season-notes{font-size:.8rem;color:var(--color-text);font-style:italic;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.season-plant-icons{display:flex;flex-wrap:wrap;gap:2px;font-size:1.1rem}.season-card-actions{display:flex;flex-direction:column;gap:.35rem;flex-shrink:0}.season-summary-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1rem}.season-summary-stat{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.5rem;text-align:center;display:flex;flex-direction:column;gap:2px}.season-summary-stat .stat-n{font-size:1.4rem;font-weight:900;color:var(--color-primary-dark);line-height:1}.season-summary-stat span:last-child{font-size:.65rem;color:var(--color-text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.view-toggle{display:flex;gap:0;background:var(--color-surface-alt);border:1.5px solid var(--color-border);border-radius:var(--radius-md);padding:3px}.view-toggle-btn{flex:1;padding:.45rem .75rem;border-radius:calc(var(--radius-md) - 3px);font-size:.85rem;font-weight:600;color:var(--color-text-muted);transition:all .15s;-webkit-tap-highlight-color:transparent}.view-toggle-btn.active{background:var(--color-surface);color:var(--color-primary-dark);box-shadow:var(--shadow-sm)}.plot-toolbar{margin-bottom:.6rem;align-items:center}.plot-size-form{margin-bottom:.75rem;padding:.75rem}.plot-size-actions{display:flex;gap:.5rem;margin-top:.25rem}.plot-canvas-wrapper{border-radius:var(--radius-md);border:2px solid var(--color-border);overflow:hidden;background:#f0ebe0;position:relative;background-image:radial-gradient(circle at 20% 30%,rgba(180,160,100,.06) 0%,transparent 60%),radial-gradient(circle at 80% 70%,rgba(100,140,80,.05) 0%,transparent 60%)}.plot-canvas{position:relative;width:100%;background-image:linear-gradient(to right,rgba(0,0,0,.07) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.07) 1px,transparent 1px)}.plot-compass{position:absolute;top:6px;left:8px;display:flex;flex-direction:column;align-items:center;pointer-events:none;-webkit-user-select:none;user-select:none}.plot-compass-n{font-size:.6rem;font-weight:900;color:#00000073;line-height:1}.plot-compass-arrow{font-size:.75rem;color:#00000059;line-height:1}.plot-sun-hint{position:absolute;bottom:5px;right:7px;font-size:.58rem;color:#00000059;pointer-events:none;-webkit-user-select:none;user-select:none}.plot-scale-bar{position:absolute;bottom:8px;left:8px;pointer-events:none;-webkit-user-select:none;user-select:none}.plot-scale-line{height:3px;background:#00000040;border-radius:2px;margin-bottom:2px}.plot-scale-label{font-size:.5rem;color:#0006;text-align:center;font-weight:700}.plot-bed{position:absolute;border:2px solid;border-radius:4px;padding:3px 4px;box-sizing:border-box;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;overflow:hidden;display:flex;flex-direction:column;gap:1px;transition:box-shadow .15s,transform .05s}.plot-bed:active{cursor:grabbing;box-shadow:0 6px 20px #00000038;transform:scale(1.02);z-index:10}.plot-bed-name{font-size:.58rem;font-weight:800;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.plot-bed-dims{font-size:.5rem;opacity:.65;line-height:1;font-weight:600}.plot-bed-icons{font-size:.7rem;line-height:1.4;flex:1;overflow:hidden;display:flex;flex-wrap:wrap;gap:1px;align-content:flex-start}.plot-bed-empty{font-size:.48rem;opacity:.45;font-style:italic;margin-top:auto}.plot-bed-sun-badge{position:absolute;bottom:2px;right:3px;font-size:.55rem;line-height:1;pointer-events:none}.plot-legend{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;justify-content:center;margin-top:.6rem;padding:0 .25rem}.plot-legend-item{display:flex;align-items:center;gap:.3rem;font-size:.75rem;color:var(--color-text-muted)}.plot-legend-swatch{width:12px;height:12px;border:1.5px solid;border-radius:2px;flex-shrink:0}.plot-edge-label{font-size:.68rem;font-weight:900;color:var(--color-primary-dark);text-align:center;padding:2px 4px;-webkit-user-select:none;user-select:none;letter-spacing:.04em}.plot-edge-top{margin-bottom:2px}.plot-edge-bottom{margin-top:2px}.plot-edge-row{display:flex;align-items:stretch;gap:2px}.plot-edge-side{display:flex;align-items:center;justify-content:center;writing-mode:vertical-rl;text-orientation:mixed;padding:4px 0;min-width:18px}.plot-canvas-accent{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(to right,rgba(0,0,0,.12) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.12) 1px,transparent 1px)}.plot-compass-rose{position:absolute;top:6px;left:6px;width:36px;height:36px;pointer-events:none;opacity:.9;filter:drop-shadow(0 1px 2px rgba(0,0,0,.15))}.plot-bed{background:var(--bed-bg);border-color:var(--bed-border);color:var(--bed-text)}.plot-bed-header{display:flex;align-items:center;justify-content:space-between;background:var(--bed-header, rgba(0,0,0,.08));border-bottom:1px solid var(--bed-border);padding:1px 3px;margin:-3px -4px 2px}.plot-fill-bar{height:3px;background:#0000001f;border-radius:2px;overflow:hidden;margin-bottom:2px}.plot-fill-fill{height:100%;background:var(--bed-border);border-radius:2px;transition:width .3s}.plot-summary-bar{display:flex;gap:.5rem;justify-content:space-around;margin-top:.65rem;padding:.5rem .25rem;background:var(--color-surface-alt);border-radius:var(--radius-sm);border:1px solid var(--color-border)}.plot-summary-stat{display:flex;flex-direction:column;align-items:center;gap:1px}.plot-stat-n{font-size:1.1rem;font-weight:900;color:var(--color-primary-dark);line-height:1}.plot-summary-stat span:last-child{font-size:.6rem;color:var(--color-text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.bed-cell.companion-glow{border-color:#2e7d32!important;box-shadow:0 0 0 2px #a5d6a7,inset 0 0 6px #2e7d3226;background:#e8f5e9!important;z-index:2}.bed-cell.antagonist-glow{border-color:#c62828!important;box-shadow:0 0 0 2px #ef9a9a,inset 0 0 6px #c6282826;background:#ffebee!important;z-index:2}.picker-item.picker-companion{border-color:#4caf50;background:#f1f8e9}.picker-item.picker-antagonist{border-color:#ef5350;background:#fff5f5;opacity:.8}.picker-item .p-companion{font-size:.7rem;line-height:1}.picker-category-group{margin-bottom:.25rem}.picker-category-header{display:flex;align-items:center;justify-content:space-between;padding:.35rem .5rem;background:var(--color-surface-alt);border-radius:var(--radius-sm);font-size:.78rem;font-weight:700;color:var(--color-primary-dark);letter-spacing:.03em;text-transform:uppercase;margin-bottom:.3rem;position:sticky;top:0;z-index:1}.picker-category-count{font-size:.7rem;font-weight:600;color:var(--color-text-muted);background:var(--color-border);border-radius:999px;padding:.1rem .45rem;min-width:1.5rem;text-align:center}.picker-item .p-meta{font-size:.62rem;color:var(--color-text-muted);margin-top:1px}.picker-item .p-custom-badge{position:absolute;top:3px;right:3px;font-size:.6rem;color:var(--color-accent);line-height:1}.picker-item.picker-custom{border-color:var(--color-accent);background:#fffbf0}.picker-category-badge{display:inline-block;font-size:.68rem;font-weight:600;color:var(--color-primary-dark);background:var(--color-primary-light);border-radius:999px;padding:.15rem .55rem;margin-left:.5rem;vertical-align:middle;letter-spacing:.02em}.frost-banner{background:linear-gradient(135deg,#e3f2fd,#e8f5e9);border:1px solid #b3e5fc;border-radius:var(--radius-md);padding:.75rem;margin-bottom:1rem}.frost-row{display:flex;align-items:stretch;gap:.5rem}.frost-stat{flex:1;display:flex;align-items:flex-start;gap:.5rem}.frost-icon{font-size:1.4rem;line-height:1;margin-top:2px}.frost-body{flex:1}.frost-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.frost-value{font-size:1rem;font-weight:800;color:var(--color-primary-dark);line-height:1.2}.frost-days{font-size:.72rem;color:var(--color-text-muted)}.frost-future .frost-value{color:#1565c0}.frost-past .frost-value{color:#2e7d32}.frost-divider{width:1px;background:var(--color-border);align-self:stretch;margin:2px 0}.frost-season{margin-top:.6rem}.frost-season-label{font-size:.7rem;color:var(--color-text-muted);margin-bottom:4px}.frost-progress-track{position:relative;height:8px;background:#0000001a;border-radius:4px;overflow:visible}.frost-progress-fill{height:100%;background:linear-gradient(to right,#42a5f5,#66bb6a);border-radius:4px;transition:width .5s}.frost-progress-dot{position:absolute;top:-4px;transform:translate(-50%);font-size:.8rem;line-height:1}.gantt-wrapper{overflow-x:auto;padding-bottom:.5rem}.gantt-axis{position:relative;height:28px;margin-left:110px;border-bottom:1.5px solid var(--color-border);margin-bottom:4px}.gantt-month-tick{position:absolute;top:0;display:flex;flex-direction:column;align-items:flex-start}.gantt-month-line{width:1px;height:8px;background:var(--color-border)}.gantt-month-label{font-size:.65rem;font-weight:700;color:var(--color-text-muted);transform:translate(-50%);white-space:nowrap}.gantt-frost-line{position:absolute;top:0;width:2px;height:100%;display:flex;flex-direction:column;align-items:center}.gantt-frost-line span{font-size:.55rem;font-weight:700;white-space:nowrap;transform:translate(-50%);margin-top:2px}.gantt-frost-spring{background:#1565c0}.gantt-frost-spring span{color:#1565c0}.gantt-frost-fall{background:#e65100}.gantt-frost-fall span{color:#e65100}.gantt-today-line{position:absolute;top:0;width:2px;height:100%;background:#e53935;z-index:5}.gantt-today-line span{font-size:.55rem;font-weight:800;color:#e53935;white-space:nowrap;transform:translate(-50%);margin-top:2px}.gantt-rows{display:flex;flex-direction:column;gap:4px;min-width:500px}.gantt-row{display:flex;align-items:center;gap:0;height:28px}.gantt-row-label{width:110px;min-width:110px;display:flex;align-items:center;gap:4px;padding-right:6px;flex-shrink:0}.gantt-row-icon{font-size:.9rem;line-height:1}.gantt-row-text{overflow:hidden}.gantt-row-plant{font-size:.7rem;font-weight:700;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gantt-row-bed{font-size:.58rem;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gantt-row-track{flex:1;position:relative;height:20px;background:var(--color-surface-alt);border-radius:3px;overflow:hidden}.gantt-track-bg{position:absolute;top:0;right:0;bottom:0;left:0}.gantt-frost-zone{position:absolute;top:0;bottom:0;opacity:.08}.gantt-frost-zone-spring{background:#1565c0;left:0}.gantt-frost-zone-fall{background:#e65100}.gantt-bar{position:absolute;top:2px;height:16px;border-radius:3px;display:flex;align-items:center;padding:0 4px;overflow:hidden;opacity:.85;transition:opacity .15s;cursor:default}.gantt-bar:hover{opacity:1;z-index:2}.gantt-bar.gantt-bar-active{opacity:1;box-shadow:0 0 0 1.5px #00000040}.gantt-bar-label{font-size:.65rem;line-height:1}.gantt-today-marker{position:absolute;top:0;bottom:0;width:1.5px;background:#e53935b3;z-index:3}.gantt-legend{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:.75rem;font-size:.7rem;color:var(--color-text-muted)}.gantt-bar-active-swatch{display:inline-block;width:14px;height:8px;background:#4caf50;border-radius:2px;box-shadow:0 0 0 1.5px #0003}.view3d-wrapper{position:relative;width:100%;height:70vh;min-height:400px;border-radius:var(--radius-md);overflow:hidden;background:#87ceeb;border:2px solid var(--color-border)}.view3d-canvas{width:100%;height:100%}.view3d-canvas canvas{display:block;width:100%!important;height:100%!important}.view3d-hud{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;align-items:flex-end;gap:6px;pointer-events:none}.view3d-controls{display:flex;gap:6px;pointer-events:all}.view3d-hud-btn{background:#ffffffd9!important;color:var(--color-primary-dark)!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(0,0,0,.15)!important}.view3d-hint{background:#00000073;color:#fff;font-size:.7rem;padding:4px 8px;border-radius:4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);max-width:240px;text-align:right}.view3d-walk .view3d-canvas{cursor:grab}.view3d-walk .view3d-canvas:active{cursor:grabbing}.view3d-plant-card{position:absolute;bottom:80px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.6rem;background:#000000b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;padding:.55rem .85rem;border-radius:var(--radius-md);min-width:200px;max-width:320px;pointer-events:none;border:1px solid rgba(255,255,255,.15)}.view3d-plant-card--walk{bottom:64px;pointer-events:none}.view3d-plant-card:not(.view3d-plant-card--walk){pointer-events:all}.view3d-plant-icon{font-size:1.8rem;line-height:1;flex-shrink:0}.view3d-plant-info{flex:1;min-width:0}.view3d-plant-name{font-weight:700;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.view3d-plant-meta{font-size:.72rem;color:#ffffffa6;margin-top:.1rem;text-transform:capitalize}.view3d-plant-bed{font-size:.72rem;color:#ffffff80;margin-top:.05rem}.view3d-time-ctrl{display:flex;align-items:center;gap:.4rem;pointer-events:all;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.3rem .5rem;border-radius:6px;border:1px solid rgba(255,255,255,.12)}.view3d-time-icon{font-size:.9rem;line-height:1;flex-shrink:0}.view3d-time-slider{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100px;height:4px;background:#ffffff4d;border-radius:2px;outline:none;cursor:pointer}.view3d-time-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#fe5;cursor:pointer;box-shadow:0 0 4px #00000080}.view3d-time-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#fe5;cursor:pointer;border:none}.view3d-time-label{font-size:.68rem;color:#fffc;min-width:3.2rem;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.plot-outer-scroller{overflow:auto;border-radius:var(--radius-md);max-height:72vh}.plot-zoom-controls{display:flex;align-items:center;gap:.2rem}.plot-zoom-btn{padding:.15rem .45rem!important;font-size:1rem!important;line-height:1!important;min-width:26px}.plot-zoom-label{font-size:.72rem;color:var(--color-text-muted);min-width:2.4rem;text-align:center;-webkit-user-select:none;user-select:none}@media (min-width: 768px){.page{max-width:860px;padding:1.5rem 2rem;padding-bottom:calc(var(--nav-height) + 1.5rem)}.view3d-wrapper{height:75vh}.plot-outer-scroller{max-height:78vh}}@media (min-width: 1024px){.page{max-width:1120px;padding:2rem 2.5rem;padding-bottom:calc(var(--nav-height) + 2rem)}.seed-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.view3d-wrapper{height:80vh}.plot-outer-scroller{max-height:82vh}}@media (min-width: 1280px){.page{max-width:1400px}.seed-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}.stage-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.4rem;margin-bottom:.4rem}.stage-btn{display:flex;align-items:center;gap:.4rem;padding:.5rem .6rem;border:1.5px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text);font-size:.78rem;cursor:pointer;text-align:left;transition:border-color .15s,background .15s}.stage-btn:hover{border-color:var(--color-primary);background:var(--color-primary-dim, rgba(76,175,80,.08))}.stage-btn.selected{border-color:var(--color-primary);background:var(--color-primary-dim, rgba(76,175,80,.12));font-weight:600}.stage-icon{font-size:1.1rem;flex-shrink:0}.stage-label{line-height:1.2}.joystick-base{position:absolute;bottom:5.5rem;left:1.25rem;width:96px;height:96px;border-radius:50%;background:#ffffff26;border:2px solid rgba(255,255,255,.35);display:flex;align-items:center;justify-content:center;touch-action:none;-webkit-user-select:none;user-select:none;z-index:30;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.joystick-knob{width:40px;height:40px;border-radius:50%;background:#ffffffb3;border:2px solid rgba(255,255,255,.9);pointer-events:none;transition:transform .05s;will-change:transform}.cell-stage{position:absolute;bottom:1px;right:2px;font-size:.6rem;line-height:1;opacity:.9}.dash-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.dash-badge{background:var(--color-primary);color:#fff;font-size:.75rem;font-weight:700;padding:.2rem .6rem;border-radius:999px;white-space:nowrap}.dash-frost{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.dash-frost-pill{display:flex;align-items:center;gap:.35rem;font-size:.78rem;padding:.3rem .6rem;border-radius:999px;background:var(--color-surface);border:1px solid var(--color-border);flex:1;min-width:140px}.dash-frost-pill.past{opacity:.6}.dash-frost-days{margin-left:auto;font-weight:700;color:var(--color-primary)}.dash-section{margin-bottom:1rem}.dash-section-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:.4rem}.dash-section-label.overdue{color:var(--color-danger)}.dash-collapsible-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;margin-bottom:.4rem;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.dash-collapsible-actions{display:flex;align-items:center;gap:.5rem}.dash-chevron{font-size:1rem;color:var(--color-text-muted);line-height:1;flex-shrink:0}.dash-complete-all-btn{width:100%;margin-top:.5rem;font-size:.82rem;font-weight:600;padding:.55rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--color-border);color:var(--color-text-muted);background:var(--color-surface);transition:background .15s,color .15s;text-align:center}.dash-complete-all-btn:hover{background:var(--color-surface-alt);color:var(--color-text)}.gap-panel-header--collapsible{cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.gap-panel-header--collapsible:hover{opacity:.85}.dash-task-row{display:flex;align-items:center;gap:.5rem;padding:.5rem .6rem;border-radius:var(--radius);background:var(--color-surface);border:1px solid var(--color-border);margin-bottom:.35rem}.dash-task-row.past{border-color:var(--color-danger);background:#c0392b0a}.dash-task-check{flex-shrink:0;width:22px;height:22px;border-radius:50%;border:2px solid var(--color-border);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:var(--color-text-muted);transition:border-color .15s,background .15s}.dash-task-check:hover{border-color:var(--color-primary);background:#4caf501a}.dash-task-icon{font-size:1rem;flex-shrink:0}.dash-task-body{flex:1;min-width:0}.dash-task-title{font-size:.85rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-task-date{font-size:.75rem;color:var(--color-text-muted)}.dash-task-date-compact{font-size:.72rem;color:var(--color-text-muted);flex-shrink:0}.overdue-text{color:var(--color-danger)!important;font-weight:600}.today-text{color:var(--color-primary)!important;font-weight:600}.dash-plant-row{display:flex;align-items:center;gap:.6rem;padding:.5rem .6rem;border-radius:var(--radius);background:var(--color-surface);border:1px solid var(--color-border);margin-bottom:.35rem}.dash-plant-icon{font-size:1.4rem;flex-shrink:0}.dash-plant-info{flex:1;min-width:0}.dash-harvest-tag{font-size:.75rem;padding:.15rem .45rem;border-radius:999px;background:var(--color-surface);border:1px solid var(--color-border);white-space:nowrap;color:var(--color-text-muted);flex-shrink:0}.dash-harvest-tag.soon{background:#4caf501f;border-color:var(--color-primary);color:var(--color-primary);font-weight:700}.dash-quicklog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem}@media (min-width: 380px){.dash-quicklog-grid{grid-template-columns:repeat(5,1fr)}}.dash-quicklog-btn{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.55rem .25rem;border-radius:var(--radius);border:1.5px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:.72rem;cursor:pointer;transition:border-color .15s,background .15s}.dash-quicklog-btn:hover{border-color:var(--color-primary);background:#4caf5014}.dash-quicklog-btn.confirmed{border-color:var(--color-primary);background:#4caf5026;font-weight:700;color:var(--color-primary)}.dash-quicklog-btn span:first-child{font-size:1.3rem}.dash-shortcuts{display:flex;gap:.5rem;margin-bottom:1rem}.pwb-pill{display:inline-flex;align-items:center;gap:.2rem;font-size:.7rem;font-weight:600;padding:.15rem .45rem;border-radius:999px;white-space:nowrap;margin-top:.25rem}.pwb-dot{position:absolute;bottom:1px;left:2px;font-size:.55rem;line-height:1;z-index:2}.pwb-green{background:#388e3c26;color:#2e7d32;border:1px solid rgba(56,142,60,.3)}.pwb-yellow{background:#f57f1726;color:#e65100;border:1px solid rgba(245,127,23,.3)}.pwb-red{background:#c6282826;color:#b71c1c;border:1px solid rgba(198,40,40,.3)}.pwb-blue{background:#1565c026;color:#0d47a1;border:1px solid rgba(21,101,192,.3)}.pwb-gray{background:#6161611a;color:#424242;border:1px solid rgba(97,97,97,.2)}.yield-input-row{display:flex;gap:.5rem}.log-yield{font-size:.75rem;color:var(--color-primary);font-weight:600;margin-top:.1rem}.yield-summary-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:.75rem;margin-bottom:1rem}.yield-row{display:flex;align-items:center;gap:.5rem;padding:.3rem 0;border-bottom:1px solid var(--color-border);font-size:.85rem}.yield-row:last-child{border-bottom:none}.yield-icon{font-size:1.1rem}.yield-crop{flex:1}.yield-total{font-weight:700;color:var(--color-primary)}.dash-overdue-harvest{font-size:.7rem;font-weight:700;color:var(--color-danger);background:#c0392b1a;border:1px solid rgba(192,57,43,.3);border-radius:999px;padding:.1rem .4rem;white-space:nowrap;flex-shrink:0}.share-link-row{display:flex;gap:.5rem;align-items:center}.share-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.share-logo{font-size:2.5rem;flex-shrink:0}.share-stats{display:flex;gap:1rem;margin-bottom:1rem}.share-stat{flex:1;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:.75rem;text-align:center}.share-stat-n{font-size:1.6rem;font-weight:800;color:var(--color-primary);line-height:1}.share-stat-label{font-size:.72rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.2rem}.share-frost{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.83rem;color:var(--color-text-muted);margin-bottom:1rem}.weather-block{margin-bottom:1rem}.weather-loading{font-size:.8rem;color:var(--color-text-muted);padding:.4rem 0;margin-bottom:.75rem}.weather-banner{font-size:.8rem;padding:.5rem .75rem;border-radius:var(--radius);margin-bottom:.4rem;border:1px solid transparent}.weather-banner--frost{background:#c6282814;border-color:#c6282840;color:#b71c1c}.weather-banner--rain{background:#1565c014;border-color:#1565c040;color:#0d47a1}.weather-strip{display:flex;gap:.25rem;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none}.weather-strip::-webkit-scrollbar{display:none}.weather-day{display:flex;flex-direction:column;align-items:center;gap:.1rem;flex:1;min-width:44px;padding:.4rem .2rem;border-radius:var(--radius);background:var(--color-surface);border:1px solid var(--color-border)}.weather-day--today{border-color:var(--color-primary);background:#4caf500f}.weather-day-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted)}.weather-day-icon{font-size:1.1rem;line-height:1}.weather-day-high{font-size:.78rem;font-weight:700;color:var(--color-text)}.weather-day-low{font-size:.7rem;color:var(--color-text-muted)}.weather-day-rain{font-size:.6rem;line-height:1}.form-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--color-primary);cursor:pointer;flex-shrink:0}.gap-panel{margin-bottom:1rem}.gap-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.gap-panel-title{font-size:.85rem;font-weight:700;color:var(--color-text)}.gap-panel-count{font-size:.72rem;color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;padding:.1rem .5rem}.gap-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);margin-bottom:.4rem;overflow:hidden}.gap-card-header{display:flex;justify-content:space-between;align-items:center;padding:.6rem .75rem}.gap-card-bed{font-weight:600;font-size:.85rem}.gap-card-dates{display:flex;align-items:center;gap:.4rem;margin-top:.1rem}.gap-days-badge{background:#4caf501f;border:1px solid rgba(76,175,80,.3);color:var(--color-primary);font-size:.68rem;font-weight:700;padding:.05rem .35rem;border-radius:999px}.gap-suggestions{padding:0 .75rem .6rem;border-top:1px solid var(--color-border)}.gap-suggestions-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin:.4rem 0 .35rem}.gap-chips{display:flex;flex-direction:column;gap:.3rem}.gap-chip{display:flex;align-items:center;gap:.5rem;padding:.35rem .5rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius)}.gap-chip-icon{font-size:1.2rem;flex-shrink:0}.gap-chip-body{flex:1;min-width:0}.gap-chip-name{font-size:.82rem;font-weight:600}.gap-chip-meta{font-size:.72rem;color:var(--color-text-muted)}.household-code-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.household-code{font-family:Courier New,Courier,monospace;font-size:1.5rem;font-weight:700;letter-spacing:.2em;color:var(--color-primary-dark);background:var(--color-primary-light);border:2px solid var(--color-primary);border-radius:var(--radius-md);padding:.4rem .9rem;flex:1;text-align:center}.form-label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem}.unit-toggle{display:flex;border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}.unit-btn{padding:.2rem .65rem;font-size:.78rem;font-weight:600;background:var(--color-surface);color:var(--color-text-muted);border:none;cursor:pointer;transition:background .15s,color .15s}.unit-btn.active{background:var(--color-primary);color:#fff}.quick-pick-grid{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.25rem}.quick-pick-btn{padding:.3rem .65rem;font-size:.8rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text);cursor:pointer;transition:background .15s,border-color .15s}.quick-pick-btn.active,.quick-pick-btn:hover{background:var(--color-primary-light);border-color:var(--color-primary)}.bed-trellis-badge{display:inline-flex;align-items:center;gap:.2rem;font-size:.7rem;font-weight:600;color:var(--color-primary-dark);background:var(--color-primary-light);border:1px solid var(--color-primary);border-radius:99px;padding:.1rem .5rem}.bed-dims-hint{font-size:.7rem;color:var(--color-text-muted);margin-bottom:.4rem;text-align:center}.plot-trellis-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;overflow:visible}.plot-bed--trellis{box-shadow:0 0 0 2px #2c5f34aa,0 0 0 4px #a5d6a780}.plot-bed-trellis-badge{font-size:.6rem;font-weight:700;color:var(--color-primary-dark);opacity:.85;line-height:1;margin-bottom:.15rem}.plot-feature-marker{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:2px;cursor:grab;touch-action:none;z-index:10;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));transition:filter .15s}.plot-feature-marker:active{cursor:grabbing;filter:drop-shadow(0 3px 6px rgba(0,0,0,.4))}.plot-feature-marker-icon{font-size:1.4rem;line-height:1;background:#ffffffd9;border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:2px solid #7b1fa2}.plot-feature-marker-label{font-size:.58rem;font-weight:700;color:#4a0072;background:#ffffffe6;border-radius:3px;padding:1px 4px;white-space:nowrap;max-width:80px;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.plot-feature-row{display:flex;align-items:center;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--color-border)}.plot-feature-row:last-child{border-bottom:none}.plot-feature-icon{font-size:1.6rem;flex-shrink:0;width:2rem;text-align:center}.plot-feature-info{flex:1;min-width:0}.plot-feature-name{font-size:.9rem;font-weight:600;color:var(--color-text)}.plot-feature-meta{font-size:.75rem;color:var(--color-text-muted);margin-top:.1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.danger-zone{border:1px solid var(--color-danger)!important;background:#fff5f5!important}.ssp-root{display:flex;flex-direction:column;gap:.75rem}.ssp-summary{display:flex;align-items:center;justify-content:space-around;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem .5rem}.ssp-summary-stat{display:flex;flex-direction:column;align-items:center;gap:.1rem}.ssp-summary-num{font-size:1.5rem;font-weight:700;color:var(--color-primary-dark);line-height:1}.ssp-summary-lbl{font-size:.7rem;color:var(--color-text-muted);letter-spacing:.02em}.ssp-summary-div{width:1px;height:2rem;background:var(--color-border)}.ssp-explain{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.5rem .75rem;font-size:.8rem}.ssp-explain summary{cursor:pointer;font-weight:600;color:var(--color-primary-dark);-webkit-user-select:none;user-select:none;padding:.1rem 0}.ssp-explain-body{padding-top:.5rem;display:flex;flex-direction:column;gap:.5rem;color:var(--color-text-muted);line-height:1.5}.ssp-explain-body ul{padding-left:1.1rem;list-style:disc;display:flex;flex-direction:column;gap:.3rem}.ssp-explain-body strong{color:var(--color-text)}.ssp-batches{display:flex;flex-direction:column;gap:.5rem}.ssp-batch-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.ssp-batch-header{display:flex;align-items:center;justify-content:space-between;padding:.7rem .75rem;width:100%;text-align:left;background:none;cursor:pointer;gap:.5rem}.ssp-batch-header:active{background:var(--color-surface-alt)}.ssp-batch-header-main{flex:1;min-width:0}.ssp-batch-chevron{font-size:.9rem;color:var(--color-text-muted);flex-shrink:0}.ssp-batch-date-row{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.ssp-batch-date-cal{font-size:1.1rem;font-weight:800;color:var(--color-primary-dark);line-height:1}.ssp-batch-date-unknown{font-size:.85rem;color:var(--color-accent)}.ssp-batch-date-rel{font-size:.73rem;color:var(--color-text-muted)}.ssp-batch-meta{font-size:.75rem;color:var(--color-text-muted);margin-top:.25rem}.ssp-batch-meta strong{color:var(--color-text)}.ssp-frost-notice{background:var(--color-primary-light);border:1px solid #b2dfb8;border-radius:var(--radius-md);padding:.55rem .75rem;font-size:.8rem;color:var(--color-primary-dark);line-height:1.4}.ssp-options{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.55rem .75rem}.ssp-option-group{display:flex;align-items:center;gap:.4rem}.ssp-option-label{font-size:.78rem;font-weight:600;white-space:nowrap}.ssp-config-btn{width:100%;display:flex;align-items:center;gap:.4rem;font-size:.82rem;padding:.5rem .75rem;background:var(--color-surface)!important;border:1px solid var(--color-border)!important;border-radius:var(--radius-md)!important;text-align:left}.ssp-guide{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-top:none;border-radius:0 0 var(--radius-md) var(--radius-md)}.ssp-guide-step{display:flex;gap:.75rem;padding:.75rem;font-size:.82rem;line-height:1.55;border-bottom:1px solid var(--color-border)}.ssp-guide-step:last-child{border-bottom:none}.ssp-guide-step--highlight{background:#fffbf0;border-left:3px solid var(--color-accent)}.ssp-guide-num{width:1.5rem;height:1.5rem;min-width:1.5rem;background:var(--color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;margin-top:.15rem}.ssp-guide-step--highlight .ssp-guide-num{background:var(--color-accent)}.ssp-guide-step strong{color:var(--color-text);display:block;margin-bottom:.15rem}.ssp-guide-step p{color:var(--color-text-muted);margin:0 0 .35rem}.ssp-guide-step p:last-child{margin-bottom:0}.ssp-batch-body{border-top:1px solid var(--color-border);padding:.65rem .75rem;display:flex;flex-direction:column;gap:.5rem}.ssp-entry-table{width:100%;border-collapse:collapse;font-size:.83rem}.ssp-entry-table thead th{text-align:left;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);padding:0 .4rem .35rem;border-bottom:1px solid var(--color-border)}.ssp-entry-table thead th.ssp-col-num{text-align:right}.ssp-entry-table tbody tr:nth-child(2n) td{background:var(--color-surface-alt)}.ssp-entry-table tbody td{padding:.35rem .4rem;vertical-align:middle}.ssp-entry-table tfoot td{padding:.35rem .4rem;border-top:2px solid var(--color-border)}.ssp-col-icon{font-size:1.1rem;width:1.8rem;padding-right:0!important}.ssp-col-num{text-align:right;white-space:nowrap}.ssp-col-want{color:var(--color-text-muted);font-size:.8rem}.ssp-col-cells{font-weight:700;color:var(--color-primary-dark)}.ssp-col-seeds{color:var(--color-text-muted);font-size:.8rem}.ssp-total-cells{font-weight:800;font-size:.9rem;color:var(--color-primary-dark)}.ssp-entry-name{font-size:.83rem;font-weight:600;line-height:1.2}.ssp-entry-category{font-size:.68rem;color:var(--color-text-muted)}.ssp-aside-section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.ssp-aside-header{padding:.5rem .75rem;font-size:.78rem;font-weight:700;background:var(--color-surface-alt);color:var(--color-text-muted);letter-spacing:.02em}.ssp-aside-list{display:flex;flex-wrap:wrap;gap:.4rem;padding:.5rem .75rem}.ssp-aside-item{display:flex;align-items:center;gap:.3rem;font-size:.78rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.2rem .5rem}.ssp-aside-name{font-weight:600}.ssp-aside-count{color:var(--color-text-muted)}.ssp-entry-cells{font-size:.82rem;font-weight:700;color:var(--color-primary-dark)}.ssp-entry-seeds2{font-size:.72rem;color:var(--color-text-muted);background:#fff8e1;border:1px solid var(--color-accent);border-radius:999px;padding:.05rem .35rem}.legal-page{min-height:100dvh;background:var(--color-bg);padding:2rem 1rem 4rem}.legal-container{max-width:640px;margin:0 auto}.legal-back{margin-bottom:1.5rem}.legal-logo{font-size:2.5rem;margin-bottom:.5rem}.legal-title{font-size:1.75rem;font-weight:800;color:var(--color-primary-dark);margin-bottom:.25rem}.legal-meta{font-size:.8rem;color:var(--color-text-muted);margin-bottom:2rem}.legal-body{font-size:.9rem;line-height:1.7;color:var(--color-text)}.legal-body p{margin-bottom:1rem}.legal-body h2{font-size:1rem;font-weight:700;color:var(--color-primary-dark);margin-top:1.75rem;margin-bottom:.4rem}.legal-body ul{list-style:disc;padding-left:1.25rem;margin-bottom:1rem}.legal-body li{margin-bottom:.3rem}.legal-body a{color:var(--color-primary);text-decoration:underline;text-underline-offset:2px}.legal-body a:hover{color:var(--color-primary-dark)}.legal-body code{font-size:.85em;background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:4px;padding:.1em .35em}.legal-tldr{background:var(--color-primary-light);border:1px solid rgba(58,125,68,.2);border-radius:var(--radius-md);padding:1rem 1.25rem;margin-bottom:1.5rem}.legal-tldr strong{display:block;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--color-primary-dark);margin-bottom:.5rem}.legal-tldr ul{list-style:none;padding:0;margin:0}.legal-tldr li{font-size:.85rem;margin-bottom:.25rem;color:var(--color-primary-dark)}.legal-footer-links{display:flex;align-items:center;gap:.75rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border);font-size:.85rem;color:var(--color-text-muted)}.legal-footer-links a{color:var(--color-primary);text-decoration:underline;text-underline-offset:2px}.setup-legal{margin-top:1.5rem;font-size:.75rem;color:var(--color-text-muted);text-align:center;line-height:1.5}.setup-legal a{color:var(--color-primary);text-decoration:underline;text-underline-offset:2px}.settings-legal{display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:.78rem;color:var(--color-text-muted);margin-bottom:1rem}.settings-legal a{color:var(--color-primary);text-decoration:underline;text-underline-offset:2px}.credits-asset{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem 1.25rem;margin-bottom:1.25rem}.credits-asset-title{font-size:1rem;font-weight:700;color:var(--color-text);margin-bottom:.4rem}.credits-asset-meta{margin-bottom:.75rem}.credits-badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border-radius:999px;padding:.2rem .6rem}.credits-badge--cc{background:#fff3cd;color:#856404;border:1px solid #ffc107}.credits-badge--mit{background:var(--color-primary-light);color:var(--color-primary-dark);border:1px solid rgba(58,125,68,.2)}.credits-table{width:100%;border-collapse:collapse;font-size:.85rem}.credits-table th,.credits-table td{padding:.35rem .5rem;text-align:left;border-bottom:1px solid var(--color-border);vertical-align:top}.credits-table th{width:80px;font-weight:600;color:var(--color-text-muted);white-space:nowrap}.credits-table--libs th{width:auto;background:var(--color-surface-alt)}.credits-table--libs thead th{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}.credits-table a{color:var(--color-primary);text-decoration:underline;text-underline-offset:2px}.credits-note{font-size:.82rem;color:var(--color-text-muted);font-style:italic;margin-top:-.5rem;margin-bottom:1.25rem}.about-legal-list{display:flex;flex-direction:column;margin:-.25rem -.25rem 0}.about-legal-row{display:flex;align-items:center;justify-content:space-between;padding:.85rem .25rem;font-size:.95rem;color:var(--color-text);border-bottom:1px solid var(--color-border);-webkit-tap-highlight-color:transparent;transition:background .12s;border-radius:var(--radius-sm)}.about-legal-row:last-child{border-bottom:none}.about-legal-row:active{background:var(--color-surface-alt)}.about-legal-chevron{font-size:1.2rem;color:var(--color-text-muted);line-height:1}.landing{min-height:100dvh;background:var(--color-bg);font-family:var(--font-sans);overflow-x:hidden}.landing-nav{position:sticky;top:0;z-index:50;background:#f5f0e8eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border)}.landing-nav-inner{max-width:1080px;margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between}.landing-nav-brand{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1rem;color:var(--color-primary-dark)}.landing-nav-logo{font-size:1.3rem}.landing-nav-cta{font-size:.85rem;padding:.45rem 1rem}.landing-hero{background:linear-gradient(160deg,#f0f7f1 0%,var(--color-bg) 60%);padding:4rem 1.25rem 3rem;text-align:center}.landing-hero-inner{max-width:680px;margin:0 auto}.landing-hero-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);background:var(--color-primary-light);border:1px solid rgba(58,125,68,.2);border-radius:999px;padding:.3rem .9rem;margin-bottom:1.25rem}.landing-hero-h1{font-size:clamp(2rem,5vw,3rem);font-weight:900;line-height:1.15;letter-spacing:-.03em;color:var(--color-primary-dark);margin-bottom:1rem}.landing-hero-sub{font-size:1.05rem;color:var(--color-text-muted);line-height:1.65;margin-bottom:1.75rem;max-width:540px;margin-left:auto;margin-right:auto}.landing-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:1.5rem}.landing-cta-primary{font-size:1rem;padding:.75rem 1.75rem;border-radius:var(--radius-md);box-shadow:0 4px 16px #3a7d4440}.landing-cta-ghost{font-size:.95rem;padding:.75rem 1.25rem;color:var(--color-text-muted)}.landing-hero-tags{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center}.landing-tag{font-size:.75rem;color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;padding:.2rem .65rem}.landing-section{padding:4rem 1.25rem}.landing-section--alt{background:var(--color-surface)}.landing-section-inner{max-width:1080px;margin:0 auto}.landing-section-h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:var(--color-primary-dark);text-align:center;margin-bottom:.6rem;letter-spacing:-.02em}.landing-section-sub{font-size:1rem;color:var(--color-text-muted);text-align:center;max-width:520px;margin:0 auto 2.5rem;line-height:1.6}.landing-features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.landing-feature-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s}.landing-feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.landing-feature-icon{font-size:2rem;margin-bottom:.75rem}.landing-feature-title{font-size:1rem;font-weight:700;color:var(--color-primary-dark);margin-bottom:.4rem}.landing-feature-body{font-size:.875rem;color:var(--color-text-muted);line-height:1.6}.landing-steps{display:flex;flex-direction:column;gap:1.75rem;max-width:600px;margin:0 auto}.landing-step{display:flex;gap:1.25rem;align-items:flex-start}.landing-step-num{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:var(--color-primary);color:#fff;font-weight:800;font-size:1.1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #3a7d444d}.landing-step-title{font-size:1rem;font-weight:700;color:var(--color-primary-dark);margin-bottom:.3rem}.landing-step-body{font-size:.9rem;color:var(--color-text-muted);line-height:1.6}.landing-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media (max-width: 640px){.landing-split{grid-template-columns:1fr}.landing-split-visual{display:none}}.landing-check-list{list-style:none;padding:0;margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.landing-check-list li{font-size:.9rem;color:var(--color-text)}.landing-phone-mock{width:180px;height:320px;border:3px solid var(--color-border);border-radius:28px;background:var(--color-surface);box-shadow:0 16px 48px #0000001f;display:flex;align-items:center;justify-content:center;margin:0 auto}.landing-phone-screen{text-align:center;padding:1.5rem}.landing-cta-section{background:linear-gradient(160deg,#e8f5eb,#f5f0e8);padding:5rem 1.25rem;border-top:1px solid var(--color-border)}.landing-cta-h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--color-primary-dark);margin-bottom:.75rem;letter-spacing:-.02em}.landing-cta-sub{font-size:1rem;color:var(--color-text-muted);margin-bottom:1.75rem}.landing-footer{background:var(--color-primary-dark);color:#ffffffb3;padding:2rem 1.25rem}.landing-footer-inner{max-width:1080px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.landing-footer-brand{font-weight:700;font-size:.9rem;color:#fff;display:flex;align-items:center;gap:.4rem}.landing-footer-links{display:flex;gap:1.25rem;font-size:.85rem}.landing-footer-links a{color:#ffffffa6;text-decoration:none;transition:color .15s}.landing-footer-links a:hover{color:#fff}.landing-footer-copy{font-size:.78rem;width:100%;text-align:center;color:#fff6}@media (max-width: 640px){.landing-hero{padding:3rem 1rem 2rem}.landing-section{padding:2.5rem 1rem}.landing-features-grid{grid-template-columns:1fr}.landing-footer-inner{flex-direction:column;text-align:center}.landing-footer-links{justify-content:center}}
