:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--bg: #0a0a0a;--surface: rgba(255, 255, 255, .04);--surface-hover: rgba(255, 255, 255, .08);--border: rgba(255, 255, 255, .1);--text: #fafafa;--text-muted: rgba(255, 255, 255, .6);--accent: #4ade80;--radius: .75rem}*{box-sizing:border-box;margin:0}html,body,#root{min-height:100vh;background:var(--bg);color:var(--text)}.app{max-width:52rem;margin:0 auto;padding:2rem 1.25rem 4rem}.header{margin-bottom:1.5rem}.header h1{font-size:1.75rem;font-weight:700;letter-spacing:-.03em}.subtitle{color:var(--text-muted);font-size:.9rem}.tabs{display:flex;gap:.25rem;border-bottom:1px solid var(--border);margin-bottom:1.75rem}.tab-btn{background:none;border:none;color:var(--text-muted);font:inherit;font-size:.9rem;font-weight:500;padding:.6rem 1rem;cursor:pointer;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.tab-btn:hover{color:var(--text)}.tab-btn.active{color:var(--accent);border-bottom-color:var(--accent)}.grid{display:grid;gap:1rem}@media(min-width:40rem){.grid{grid-template-columns:repeat(2,1fr)}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;text-align:left;transition:background .15s}.card:hover{background:var(--surface-hover)}.technique-card{cursor:pointer;position:relative}.technique-card h2{font-size:1.15rem;font-weight:600;margin-bottom:.4rem}.technique-card p{color:var(--text-muted);font-size:.85rem;line-height:1.55}.card-arrow{position:absolute;bottom:1rem;right:1.25rem;color:var(--text-muted);font-size:1.1rem}.badge{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#000;padding:.15rem .5rem;border-radius:999px;margin-bottom:.75rem}.detail{max-width:40rem}.back-btn{background:none;border:none;color:var(--accent);font:inherit;font-size:.85rem;cursor:pointer;padding:0;margin-bottom:1rem}.back-btn:hover{text-decoration:underline}.detail h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.detail-desc{color:var(--text-muted);margin-bottom:1.5rem}.detail section{margin-bottom:1.5rem}.detail h3{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.6rem}.steps-list{padding-left:1.25rem;display:flex;flex-direction:column;gap:.5rem}.steps-list li{font-size:.9rem;color:var(--text-muted)}.steps-list li::marker{color:var(--accent);font-weight:600}.tips-list{padding-left:1rem;display:flex;flex-direction:column;gap:.4rem}.tips-list li{font-size:.85rem;color:var(--text-muted);list-style-type:"✦ "}.search{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font:inherit;font-size:.9rem;padding:.6rem 1rem;margin-bottom:1rem;outline:none}.search:focus{border-color:var(--accent)}.compat-card h2{font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.rootstock-list{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem}.rootstock-tag{font-size:.75rem;background:#ffffff14;border:1px solid var(--border);border-radius:.35rem;padding:.15rem .5rem;color:var(--text-muted)}.compat-notes{font-size:.8rem;color:var(--text-muted);margin-top:.35rem}.journal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.journal-header h2{font-size:1.15rem;font-weight:600}.primary-btn{background:var(--accent);color:#000;border:none;font:inherit;font-size:.85rem;font-weight:600;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer}.primary-btn:hover{opacity:.9}.secondary-btn{background:var(--surface);color:var(--text);border:1px solid var(--border);font:inherit;font-size:.85rem;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer}.secondary-btn:hover{background:var(--surface-hover)}.form-card{margin-bottom:1rem;display:flex;flex-direction:column;gap:.75rem}.form-card label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;font-weight:500;color:var(--text-muted)}.form-card input,.form-card select,.form-card textarea{background:var(--bg);border:1px solid var(--border);border-radius:.5rem;color:var(--text);font:inherit;font-size:.9rem;padding:.5rem .75rem;outline:none}.form-card input:focus,.form-card select:focus,.form-card textarea:focus{border-color:var(--accent)}.form-card textarea{resize:vertical}.form-actions{display:flex;gap:.5rem}.log-card{position:relative}.log-card h3{font-size:1rem;font-weight:600;margin-bottom:.25rem}.log-top{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.log-date{font-size:.75rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.status-btn{border:none;font:inherit;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#000;padding:.1rem .5rem;border-radius:999px;cursor:pointer}.status-btn:hover{opacity:.85}.delete-btn{margin-left:auto;background:none;border:none;color:var(--text-muted);font-size:1.2rem;cursor:pointer;line-height:1;padding:0 .25rem}.delete-btn:hover{color:#f87171}.log-technique{font-size:.75rem;color:var(--accent);font-weight:500}.log-notes{font-size:.8rem;color:var(--text-muted);margin-top:.4rem}.empty{color:var(--text-muted);font-size:.9rem;text-align:center;padding:2rem 0}
