:root{--bg-dark: #0f0f1a;--bg-card: #1a1a2e;--bg-card-hover: #242442;--accent: #4f46e5;--accent-hover: #6366f1;--text: #e2e8f0;--text-muted: #64748b;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--safe-area-top: env(safe-area-inset-top, 0px);--safe-area-bottom: env(safe-area-inset-bottom, 0px);--safe-area-left: env(safe-area-inset-left, 0px);--safe-area-right: env(safe-area-inset-right, 0px)}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-dark);color:var(--text);min-height:100vh;min-height:100dvh;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;padding-top:var(--safe-area-top);padding-left:var(--safe-area-left);padding-right:var(--safe-area-right)}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}button{font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}button,input,textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}button,input,textarea,select{border-radius:6px}select{max-width:100%;text-overflow:ellipsis}button,.btn,nav,.navbar,.footer-bar{-webkit-user-select:none;user-select:none}.chat-messages,.notes-preview,.log-entries,textarea,input{-webkit-user-select:text;user-select:text}.layout.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column;padding-bottom:60px}.layout.footer-expanded.svelte-12qhfyh{padding-bottom:360px}.navbar.svelte-12qhfyh{display:flex;align-items:center;padding:1rem 2rem;background:var(--bg-card);border-bottom:1px solid rgba(255,255,255,.1)}.brand.svelte-12qhfyh{font-size:1.25rem;font-weight:600;margin-right:2rem}.mobile-only.svelte-12qhfyh{display:none}.desktop-only.svelte-12qhfyh{display:flex}.view-select.svelte-12qhfyh{flex:1;padding:.6rem 1rem;font-size:1rem;background:var(--bg-dark);color:var(--text);border:1px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer}.view-toggle.svelte-12qhfyh{display:flex;gap:.5rem;flex:1}.view-toggle.svelte-12qhfyh button:where(.svelte-12qhfyh){padding:.5rem 1rem;border-radius:8px;background:transparent;border:1px solid rgba(255,255,255,.1);color:var(--text-muted);cursor:pointer;transition:all .2s}.view-toggle.svelte-12qhfyh button:where(.svelte-12qhfyh):hover{background:var(--bg-card-hover)}.view-toggle.svelte-12qhfyh button.active:where(.svelte-12qhfyh){background:var(--accent);border-color:var(--accent);color:#fff}.settings-btn.svelte-12qhfyh,.notify-btn.svelte-12qhfyh{font-size:1.5rem;padding:.5rem;border-radius:8px;transition:background .2s;background:none;border:none;cursor:pointer;text-decoration:none}.notify-btn.svelte-12qhfyh:disabled{opacity:.5;cursor:wait}.mobile-sidebar-toggle.svelte-12qhfyh,.mobile-sidebar-overlay.svelte-12qhfyh{display:none}.notes-container.svelte-12qhfyh{display:grid;grid-template-columns:280px 1fr;flex:1;overflow:hidden}.notes-sidebar.svelte-12qhfyh{background:var(--bg-dark);border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;overflow:hidden}.notes-sidebar-header.svelte-12qhfyh{padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted)}.notes-icons.svelte-12qhfyh{display:flex;gap:.5rem}.notes-icons.svelte-12qhfyh button:where(.svelte-12qhfyh){background:none;border:none;cursor:pointer;font-size:.9rem;padding:.25rem;border-radius:4px}.notes-icons.svelte-12qhfyh button:where(.svelte-12qhfyh):hover{background:var(--bg-card-hover)}.notes-tree.svelte-12qhfyh{flex:1;overflow-y:auto;padding:.5rem}.note-item.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:6px;cursor:pointer;font-size:.9rem}.note-item.svelte-12qhfyh:hover{background:var(--bg-card-hover)}.note-item.active.svelte-12qhfyh{background:var(--accent);color:#fff}.note-name.svelte-12qhfyh{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.note-delete.svelte-12qhfyh{opacity:0;background:none;border:none;cursor:pointer;font-size:.8rem;padding:.25rem}.note-item.svelte-12qhfyh:hover .note-delete:where(.svelte-12qhfyh){opacity:.6}.note-delete.svelte-12qhfyh:hover{opacity:1!important}.note-children.svelte-12qhfyh{padding-left:1rem}.notes-empty.svelte-12qhfyh{text-align:center;color:var(--text-muted);padding:2rem;font-size:.85rem}.notes-editor-area.svelte-12qhfyh{display:flex;flex-direction:column;overflow:hidden;background:var(--bg-card)}.notes-toolbar.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}.notes-filename.svelte-12qhfyh{font-size:.9rem;color:var(--text-muted)}.notes-toolbar-right.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem}.notes-view-toggle.svelte-12qhfyh{display:none;gap:0;border-radius:6px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.notes-view-toggle.svelte-12qhfyh button:where(.svelte-12qhfyh){padding:.4rem .75rem;background:var(--bg-dark);border:none;color:var(--text-muted);font-size:.8rem;cursor:pointer;transition:all .2s}.notes-view-toggle.svelte-12qhfyh button.active:where(.svelte-12qhfyh){background:var(--accent);color:#fff}.save-status.svelte-12qhfyh{font-size:.8rem;opacity:0;transition:opacity .2s}.save-status.saving.svelte-12qhfyh,.save-status.saved.svelte-12qhfyh,.save-status.error.svelte-12qhfyh{opacity:1}.save-status.saving.svelte-12qhfyh{color:var(--text-muted)}.save-status.saved.svelte-12qhfyh{color:#22c55e}.save-status.error.svelte-12qhfyh{color:#ef4444}.notes-toolbar.svelte-12qhfyh button:where(.svelte-12qhfyh){padding:.4rem .8rem;background:var(--accent);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem}.notes-toolbar.svelte-12qhfyh button:where(.svelte-12qhfyh):disabled{opacity:.4;cursor:not-allowed}.notes-split.svelte-12qhfyh{display:grid;grid-template-columns:1fr 1fr;flex:1;overflow:hidden}.notes-textarea.svelte-12qhfyh{width:100%;height:100%;padding:1rem;background:var(--bg-dark);color:var(--text);border:none;border-right:1px solid rgba(255,255,255,.1);font-family:JetBrains Mono,monospace;font-size:.95rem;line-height:1.6;resize:none;outline:none}.notes-preview.svelte-12qhfyh{padding:1rem;overflow-y:auto;background:#1a1a2e}.notes-preview.svelte-12qhfyh h1{font-size:1.8rem;margin-bottom:1rem}.notes-preview.svelte-12qhfyh h2{font-size:1.4rem;margin-top:1.5rem;margin-bottom:.75rem}.notes-preview.svelte-12qhfyh h3{font-size:1.15rem;margin-top:1.25rem;margin-bottom:.5rem}.notes-preview.svelte-12qhfyh p{margin-bottom:.75rem;line-height:1.6}.notes-preview.svelte-12qhfyh code{background:#ffffff1a;padding:.2rem .4rem;border-radius:4px;font-size:.9em}.notes-preview.svelte-12qhfyh pre{background:#0000004d;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0}.notes-preview.svelte-12qhfyh ul,.notes-preview.svelte-12qhfyh ol{padding-left:1.5rem;margin-bottom:.75rem}.notes-preview.svelte-12qhfyh li{margin-bottom:.25rem}.notes-preview.svelte-12qhfyh .backlink{color:var(--accent);text-decoration:none;background:#6366f126;padding:.1rem .4rem;border-radius:4px;cursor:pointer}.notes-preview.svelte-12qhfyh .backlink:hover{background:#6366f14d;text-decoration:underline}.log-container.svelte-12qhfyh{display:grid;grid-template-columns:240px 1fr;flex:1;overflow:hidden}.log-sidebar.svelte-12qhfyh{background:var(--bg-dark);border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;padding:1rem;gap:1rem}.log-sidebar-header.svelte-12qhfyh{font-weight:600;font-size:.9rem}.log-date-controls.svelte-12qhfyh{display:flex;flex-direction:column;gap:.5rem}.today-btn.svelte-12qhfyh{padding:.5rem;background:var(--accent);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.85rem}.date-nav.svelte-12qhfyh{display:flex;gap:.25rem}.date-nav.svelte-12qhfyh button:where(.svelte-12qhfyh){padding:.4rem .6rem;background:var(--bg-card);color:var(--text);border:1px solid rgba(255,255,255,.1);border-radius:4px;cursor:pointer}.date-nav.svelte-12qhfyh input[type=date]:where(.svelte-12qhfyh){flex:1;padding:.4rem;background:var(--bg-card);color:var(--text);border:1px solid rgba(255,255,255,.1);border-radius:4px;font-size:.8rem}.log-stats.svelte-12qhfyh{font-size:.8rem;color:var(--text-muted)}.log-main.svelte-12qhfyh{display:flex;flex-direction:column;overflow:hidden;background:var(--bg-card)}.log-header.svelte-12qhfyh{padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.log-header.svelte-12qhfyh h2:where(.svelte-12qhfyh){margin:0;font-size:1.25rem;font-weight:600}.log-add-form.svelte-12qhfyh{padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);background:var(--bg-dark)}.log-add-row.svelte-12qhfyh{display:flex;gap:.5rem;align-items:center}.log-type-select.svelte-12qhfyh{padding:.5rem;background:var(--bg-card);color:var(--text);border:1px solid rgba(255,255,255,.1);border-radius:6px;font-size:.85rem}.log-input.svelte-12qhfyh{flex:1;padding:.6rem 1rem;background:var(--bg-card);color:var(--text);border:1px solid rgba(255,255,255,.1);border-radius:6px;font-size:.95rem}.log-expand-btn.svelte-12qhfyh{padding:.5rem .75rem;background:transparent;color:var(--text-muted);border:1px solid rgba(255,255,255,.1);border-radius:6px;cursor:pointer}.log-add-btn.svelte-12qhfyh{padding:.6rem 1rem;background:var(--accent);color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500}.log-details-input.svelte-12qhfyh{width:100%;margin-top:.5rem;padding:.75rem;background:var(--bg-card);color:var(--text);border:1px solid rgba(255,255,255,.1);border-radius:6px;font-size:.9rem;min-height:80px;resize:vertical;font-family:inherit}.log-entries.svelte-12qhfyh{flex:1;overflow-y:auto;padding:1rem 1.5rem}.log-entry.svelte-12qhfyh{background:var(--bg-dark);border-radius:8px;margin-bottom:.5rem;overflow:hidden;transition:all .2s}.log-entry.svelte-12qhfyh:hover{background:#ffffff0d}.log-entry-main.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer}.log-time.svelte-12qhfyh{font-size:.8rem;color:var(--text-muted);min-width:45px;font-family:monospace}.log-type-icon.svelte-12qhfyh{font-size:1rem}.log-text.svelte-12qhfyh{flex:1;font-size:.95rem}.log-has-details.svelte-12qhfyh{color:var(--text-muted);font-size:.7rem}.log-delete-btn.svelte-12qhfyh{opacity:0;background:none;border:none;cursor:pointer;font-size:.85rem;padding:.25rem;transition:opacity .15s}.log-entry.svelte-12qhfyh:hover .log-delete-btn:where(.svelte-12qhfyh){opacity:.6}.log-delete-btn.svelte-12qhfyh:hover{opacity:1!important}.log-entry-details.svelte-12qhfyh{padding:0 1rem 1rem 3.5rem;font-size:.9rem;color:var(--text-muted);line-height:1.5}.log-entry-details.svelte-12qhfyh p{margin:.5rem 0}.log-entry-details.svelte-12qhfyh code{background:#ffffff1a;padding:.1rem .3rem;border-radius:3px}.log-empty.svelte-12qhfyh{text-align:center;padding:3rem;color:var(--text-muted)}.log-empty-hint.svelte-12qhfyh{font-size:.85rem;opacity:.7}.calendar-container.svelte-12qhfyh{display:flex;flex-direction:column;flex:1;overflow:hidden;--cal-accent: #6366f1;--cal-accent-glow: rgba(99, 102, 241, .3)}.calendar-container.beemo-mode.svelte-12qhfyh{--cal-accent: #10b981;--cal-accent-glow: rgba(16, 185, 129, .3)}.calendar-mobile-toggle.svelte-12qhfyh{display:none}.calendar-owner-toggle.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;background:var(--bg-dark);border-bottom:1px solid rgba(255,255,255,.1)}.owner-btn.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:none;color:var(--text-muted);font-size:.9rem;cursor:pointer;transition:all .2s}.owner-btn.active.svelte-12qhfyh{color:var(--cal-accent)}.owner-icon.svelte-12qhfyh{font-size:1.25rem}.toggle-slider.svelte-12qhfyh{width:60px;height:30px;background:#ffffff1a;border-radius:15px;position:relative;cursor:pointer;transition:background .3s}.toggle-slider.svelte-12qhfyh:hover{background:#ffffff26}.toggle-thumb.svelte-12qhfyh{position:absolute;width:24px;height:24px;background:#6366f1;border-radius:50%;top:3px;left:3px;transition:all .3s;box-shadow:0 2px 8px #6366f166}.toggle-slider.beemo.svelte-12qhfyh .toggle-thumb:where(.svelte-12qhfyh){left:33px;background:#10b981;box-shadow:0 2px 8px #10b98166}.calendar-layout.svelte-12qhfyh{display:grid;grid-template-columns:1fr 380px;flex:1;overflow:hidden}.calendar-grid-section.svelte-12qhfyh{padding:1.5rem 2rem;background:var(--bg-card);overflow:hidden;display:flex;flex-direction:column}.calendar-month-header.svelte-12qhfyh{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.calendar-month-header.svelte-12qhfyh h2:where(.svelte-12qhfyh){flex:1;text-align:center;font-size:1.25rem;font-weight:600;margin:0}.nav-btn.svelte-12qhfyh{width:36px;height:36px;background:var(--bg-dark);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--text);font-size:1.25rem;cursor:pointer;transition:all .2s}.nav-btn.svelte-12qhfyh:hover{background:var(--cal-accent);border-color:var(--cal-accent)}.today-btn-cal.svelte-12qhfyh{padding:.5rem 1rem;background:var(--cal-accent);border:none;border-radius:6px;color:#fff;font-size:.85rem;cursor:pointer;transition:all .2s}.today-btn-cal.svelte-12qhfyh:hover{filter:brightness(1.1)}.calendar-grid.svelte-12qhfyh{display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:auto repeat(6,1fr);gap:8px;flex:1;min-height:0}.weekday-label.svelte-12qhfyh{text-align:center;font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;padding-bottom:.5rem}.day-cell.svelte-12qhfyh{background:var(--bg-dark);border:1px solid rgba(255,255,255,.05);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;position:relative;min-height:0}.day-cell.svelte-12qhfyh:not(.empty):hover{background:#ffffff0d;border-color:#ffffff1a}.day-cell.selected.svelte-12qhfyh{background:var(--cal-accent-glow);border-color:var(--cal-accent)}.day-cell.today.svelte-12qhfyh .day-num:where(.svelte-12qhfyh){background:var(--cal-accent);color:#fff;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.day-num.svelte-12qhfyh{font-size:.9rem;font-weight:500}.event-dots.svelte-12qhfyh{display:flex;gap:3px;margin-top:4px}.event-dot.svelte-12qhfyh{width:5px;height:5px;background:var(--cal-accent);border-radius:50%}.calendar-agenda-section.svelte-12qhfyh{background:var(--bg-dark);border-left:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;overflow:hidden}.agenda-header.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.agenda-date.svelte-12qhfyh{display:flex;flex-direction:column}.agenda-weekday.svelte-12qhfyh{font-size:.85rem;color:var(--text-muted)}.agenda-day.svelte-12qhfyh{font-size:1.25rem;font-weight:600}.add-event-btn.svelte-12qhfyh{padding:.5rem 1rem;background:var(--cal-accent);border:none;border-radius:6px;color:#fff;font-size:.85rem;cursor:pointer;transition:all .2s}.add-event-btn.svelte-12qhfyh:hover{filter:brightness(1.1)}.add-event-form.svelte-12qhfyh{padding:1rem;background:var(--bg-card);border-bottom:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.75rem}.event-title-input.svelte-12qhfyh{padding:.75rem 1rem;background:var(--bg-dark);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--text);font-size:1rem;outline:none}.event-title-input.svelte-12qhfyh:focus{border-color:var(--cal-accent)}.event-form-row.svelte-12qhfyh{display:flex;gap:.5rem}.event-time-input.svelte-12qhfyh{padding:.5rem .75rem;background:var(--bg-dark);border:1px solid rgba(255,255,255,.1);border-radius:6px;color:var(--text);font-size:.9rem}.event-details-input.svelte-12qhfyh{padding:.75rem;background:var(--bg-dark);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--text);font-size:.9rem;resize:none;font-family:inherit}.event-form-actions.svelte-12qhfyh{display:flex;gap:.5rem;justify-content:flex-end}.cancel-btn.svelte-12qhfyh{padding:.5rem 1rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:var(--text-muted);cursor:pointer;font-size:.85rem}.cancel-btn.svelte-12qhfyh:hover{background:#ffffff0d}.save-btn.svelte-12qhfyh{padding:.5rem 1rem;background:var(--cal-accent);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem}.save-btn.svelte-12qhfyh:hover:not(:disabled){filter:brightness(1.1)}.save-btn.svelte-12qhfyh:disabled{opacity:.5;cursor:not-allowed}.agenda-events.svelte-12qhfyh{flex:1;overflow-y:auto;padding:1rem}.agenda-event.svelte-12qhfyh{background:var(--bg-card);border-radius:10px;margin-bottom:.75rem;overflow:hidden;border:1px solid rgba(255,255,255,.05);transition:all .2s}.agenda-event.svelte-12qhfyh:hover{border-color:#ffffff1a}.agenda-event.done.svelte-12qhfyh{opacity:.5}.event-main.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;padding:1rem;cursor:pointer}.event-checkbox.svelte-12qhfyh{width:18px;height:18px;accent-color:var(--cal-accent)}.event-content.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;gap:.25rem}.event-time.svelte-12qhfyh{font-size:.75rem;color:var(--text-muted)}.event-title.svelte-12qhfyh{font-size:.95rem}.agenda-event.done.svelte-12qhfyh .event-title:where(.svelte-12qhfyh){text-decoration:line-through}.event-delete.svelte-12qhfyh{background:none;border:none;color:var(--text-muted);font-size:1.25rem;cursor:pointer;opacity:0;transition:opacity .2s}.agenda-event.svelte-12qhfyh:hover .event-delete:where(.svelte-12qhfyh){opacity:1}.event-delete.svelte-12qhfyh:hover{color:#ef4444}.event-details.svelte-12qhfyh{padding:0 1rem 1rem}.event-details.svelte-12qhfyh textarea:where(.svelte-12qhfyh){width:100%;min-height:80px;background:var(--bg-dark);border:1px solid rgba(255,255,255,.1);border-radius:6px;color:var(--text);padding:.75rem;font-family:inherit;font-size:.85rem;resize:vertical}.agenda-empty.svelte-12qhfyh{text-align:center;padding:3rem 1rem;color:var(--text-muted)}.empty-icon.svelte-12qhfyh{font-size:3rem;margin-bottom:.5rem}.empty-hint.svelte-12qhfyh{font-size:.8rem;opacity:.6}.settings-btn.svelte-12qhfyh:hover{background:var(--bg-card-hover)}.content.svelte-12qhfyh{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.audio-footer.svelte-12qhfyh{position:fixed;bottom:0;left:1rem;right:1rem;background:var(--bg-card);border-top:1px solid rgba(255,255,255,.1);border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1);border-radius:12px 12px 0 0;z-index:100}.footer-bar.svelte-12qhfyh{display:flex;align-items:center;padding:.75rem 1.5rem;gap:1rem;cursor:pointer;height:60px}.footer-audio-section.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;width:280px;flex-shrink:0}.footer-audio-section.svelte-12qhfyh button:where(.svelte-12qhfyh){width:36px;height:36px;border-radius:50%;border:none;background:var(--bg-dark);font-size:1rem;cursor:pointer;transition:background .2s}.footer-audio-section.svelte-12qhfyh button:where(.svelte-12qhfyh):hover:not(:disabled){background:var(--bg-card-hover)}.footer-audio-section.svelte-12qhfyh button:where(.svelte-12qhfyh):disabled{opacity:.4}.footer-chat-section.svelte-12qhfyh{display:flex;align-items:center;gap:1rem;flex:1;min-width:0;cursor:pointer}.chat-status.svelte-12qhfyh{flex:1;overflow:hidden;white-space:nowrap}.chat-status.idle.svelte-12qhfyh{color:var(--text-muted)}.thinking.svelte-12qhfyh{color:var(--accent);animation:svelte-12qhfyh-blink 1s infinite}@keyframes svelte-12qhfyh-blink{0%,to{opacity:1}50%{opacity:.5}}.status-dots.svelte-12qhfyh{display:flex;gap:4px}.dot.svelte-12qhfyh{width:8px;height:8px;border-radius:50%;background:var(--danger)}.dot.online.svelte-12qhfyh{background:var(--success)}.visualizer-mini.svelte-12qhfyh{display:flex;gap:2px;height:20px;align-items:flex-end}.visualizer-mini.svelte-12qhfyh .bar:where(.svelte-12qhfyh){width:3px;height:6px;background:var(--text-muted);border-radius:1px}.visualizer-mini.active.svelte-12qhfyh .bar:where(.svelte-12qhfyh){background:var(--accent);animation:svelte-12qhfyh-pulse-mini .4s ease-in-out infinite alternate}.visualizer-mini.svelte-12qhfyh .bar:where(.svelte-12qhfyh):nth-child(1){animation-delay:0s}.visualizer-mini.svelte-12qhfyh .bar:where(.svelte-12qhfyh):nth-child(2){animation-delay:.1s}.visualizer-mini.svelte-12qhfyh .bar:where(.svelte-12qhfyh):nth-child(3){animation-delay:.2s}@keyframes svelte-12qhfyh-pulse-mini{0%{height:6px}to{height:18px}}.now-playing-mini.svelte-12qhfyh{flex:1;overflow:hidden;white-space:nowrap}.marquee.svelte-12qhfyh{display:inline-block;animation:svelte-12qhfyh-scroll 10s linear infinite}@keyframes svelte-12qhfyh-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.now-playing-mini.idle.svelte-12qhfyh{color:var(--text-muted)}.voice-toggle-mini.svelte-12qhfyh{display:flex;align-items:center;cursor:pointer;padding:.5rem}.voice-toggle-mini.svelte-12qhfyh input:where(.svelte-12qhfyh){display:none}.queue-badge.svelte-12qhfyh{background:var(--accent);color:#fff;font-size:.75rem;padding:.15rem .4rem;border-radius:10px;min-width:20px;text-align:center}.expand-btn.svelte-12qhfyh{background:none;border:none;color:var(--text);font-size:1rem;cursor:pointer;padding:.5rem}.footer-expanded-content.svelte-12qhfyh{height:300px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:row;gap:0}.footer-left-panel.svelte-12qhfyh{width:280px;border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;flex-shrink:0}.left-panel-tabs.svelte-12qhfyh{display:flex;border-bottom:1px solid rgba(255,255,255,.1)}.left-panel-tabs.svelte-12qhfyh button:where(.svelte-12qhfyh){flex:1;padding:.6rem;background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.85rem}.left-panel-tabs.svelte-12qhfyh button:where(.svelte-12qhfyh):hover{background:var(--bg-dark)}.left-panel-tabs.svelte-12qhfyh button.active:where(.svelte-12qhfyh){color:var(--text);background:var(--bg-dark);border-bottom:2px solid var(--accent)}.debug-toggle.svelte-12qhfyh{margin-left:auto;opacity:.5}.debug-toggle.active.svelte-12qhfyh{opacity:1;color:#fbbf24}.queue-panel-left.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;overflow:hidden}.queue-history.svelte-12qhfyh{flex:1;overflow-y:auto;padding:.5rem;display:flex;flex-direction:column;gap:.4rem}.history-item.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;padding:.5rem .6rem;background:var(--bg-dark);border-radius:6px;font-size:.8rem;position:relative;opacity:.7;transition:opacity .15s,background .15s}.history-item.svelte-12qhfyh:hover{opacity:1;background:var(--bg-card-hover)}.history-text.svelte-12qhfyh{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.replay-btn.svelte-12qhfyh{width:28px;height:28px;border:none;background:var(--accent);border-radius:50%;cursor:pointer;font-size:.8rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.replay-btn.svelte-12qhfyh:hover{transform:scale(1.1)}.now-playing-fixed.svelte-12qhfyh{border-top:1px solid rgba(255,255,255,.1);padding:.75rem;background:var(--bg-card);flex-shrink:0}.now-playing-content.svelte-12qhfyh{background:linear-gradient(135deg,var(--accent) 0%,#7c3aed 100%);border-radius:8px;padding:.6rem .75rem}.now-playing-indicator.svelte-12qhfyh{display:flex;align-items:center;gap:.4rem;margin-bottom:.3rem}.now-label.svelte-12qhfyh{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.now-text.svelte-12qhfyh{margin:0;font-size:.85rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.now-playing-idle.svelte-12qhfyh{text-align:center;color:var(--text-muted);font-size:.8rem;padding:.5rem}.queue-count.svelte-12qhfyh{text-align:center;font-size:.7rem;color:var(--text-muted);margin-top:.5rem}.queue-item-card.svelte-12qhfyh{display:flex;align-items:center}.queue-idle.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:var(--text-muted);gap:.5rem}.idle-icon.svelte-12qhfyh{font-size:2rem;opacity:.5}.idle-text.svelte-12qhfyh{font-size:.85rem}.queue-item-card.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;padding:.5rem .6rem;background:var(--bg-dark);border-radius:6px;font-size:.8rem;position:relative;transition:background .15s}.queue-item-card.svelte-12qhfyh:hover{background:var(--bg-card-hover)}.queue-item-card.history.svelte-12qhfyh{opacity:.6}.queue-item-card.history.svelte-12qhfyh:hover{opacity:1}.queue-item-card.playing.svelte-12qhfyh{background:linear-gradient(135deg,var(--accent) 0%,#7c3aed 100%);opacity:1}.queue-item-card.upcoming.svelte-12qhfyh{border-left:2px solid var(--text-muted)}.queue-status.svelte-12qhfyh{width:1rem;text-align:center;font-size:.7rem;color:var(--success);flex-shrink:0}.queue-status.pending.svelte-12qhfyh{color:var(--text-muted)}.queue-status.playing-icon.svelte-12qhfyh{display:flex;align-items:center;justify-content:center}.pulse-dot-small.svelte-12qhfyh{width:6px;height:6px;border-radius:50%;background:#fff;animation:svelte-12qhfyh-pulse-glow 1s infinite}@keyframes svelte-12qhfyh-pulse-glow{0%,to{opacity:1;box-shadow:0 0 4px #fff}50%{opacity:.6;box-shadow:0 0 8px #fff}}.now-badge.svelte-12qhfyh{font-size:.6rem;font-weight:700;background:#fff3;padding:.15rem .4rem;border-radius:4px;text-transform:uppercase}.queue-item-actions.svelte-12qhfyh{display:flex;gap:.25rem;position:absolute;right:.4rem;background:var(--bg-card);padding:.2rem;border-radius:4px;box-shadow:0 2px 8px #0000004d}.queue-item-actions.svelte-12qhfyh button:where(.svelte-12qhfyh){width:24px;height:24px;border:none;background:var(--bg-dark);border-radius:4px;cursor:pointer;font-size:.75rem;display:flex;align-items:center;justify-content:center;transition:background .15s}.queue-item-actions.svelte-12qhfyh button:where(.svelte-12qhfyh):hover{background:var(--accent)}.empty-queue.svelte-12qhfyh{text-align:center;color:var(--text-muted);font-size:.8rem;padding:2rem 1rem}.now-playing-card.svelte-12qhfyh{padding:.75rem;background:linear-gradient(135deg,var(--accent) 0%,#7c3aed 100%);margin:.5rem;border-radius:8px}.now-playing-card.idle.svelte-12qhfyh{background:var(--bg-dark)}.now-playing-indicator.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;margin-bottom:.3rem}.pulse-dot.svelte-12qhfyh{width:8px;height:8px;border-radius:50%;background:#fff;animation:svelte-12qhfyh-pulse-glow 1s infinite}.now-playing-text.svelte-12qhfyh{margin:0;font-size:.85rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.up-next-section.svelte-12qhfyh{flex:1;overflow-y:auto;padding:.5rem}.section-label.svelte-12qhfyh{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;padding:0 .5rem .5rem;display:block}.queue-items.svelte-12qhfyh{display:flex;flex-direction:column;gap:.3rem}.empty-queue.svelte-12qhfyh{text-align:center;color:var(--text-muted);font-size:.8rem;padding:1rem}.queue-item-card.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:var(--bg-dark);border-radius:6px;font-size:.8rem}.queue-num.svelte-12qhfyh{width:1.2rem;height:1.2rem;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:4px;font-size:.7rem;flex-shrink:0}.queue-text.svelte-12qhfyh{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-badge.svelte-12qhfyh{font-size:.7rem}.status-badge.generating.svelte-12qhfyh{animation:svelte-12qhfyh-blink 1s infinite}.settings-panel-left.svelte-12qhfyh{flex:1;padding:.75rem;overflow-y:auto}.voice-mode-compact.svelte-12qhfyh{display:flex;gap:.3rem}.voice-mode-compact.svelte-12qhfyh button:where(.svelte-12qhfyh){flex:1;padding:.5rem .3rem;border:none;background:var(--bg-dark);color:var(--text-muted);border-radius:6px;cursor:pointer;font-size:.75rem;transition:all .2s}.voice-mode-compact.svelte-12qhfyh button:where(.svelte-12qhfyh):hover{background:var(--bg-card-hover)}.voice-mode-compact.svelte-12qhfyh button.selected:where(.svelte-12qhfyh){background:var(--accent);color:#fff}.warning-text.svelte-12qhfyh{color:var(--warning, #f59e0b);font-size:.75rem;margin-top:.5rem}.ollama-section.svelte-12qhfyh{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.ollama-status.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted);margin-top:.25rem}.model-select-row.svelte-12qhfyh{display:flex;gap:.5rem;margin-top:.5rem}.model-select.svelte-12qhfyh{flex:1;padding:.4rem;background:var(--bg-dark);color:var(--text);border:1px solid rgba(255,255,255,.1);border-radius:6px;font-size:.85rem}.process-btn.svelte-12qhfyh,.refresh-btn.svelte-12qhfyh{padding:.4rem .75rem;background:var(--accent);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.85rem}.process-btn.svelte-12qhfyh:disabled{opacity:.5;cursor:not-allowed}.footer-chat-panel.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;overflow:hidden}.footer-tabs.svelte-12qhfyh{display:flex;gap:0;border-bottom:1px solid rgba(255,255,255,.1)}.footer-tabs.svelte-12qhfyh button:where(.svelte-12qhfyh){flex:1;padding:.75rem 1rem;background:none;border:none;color:var(--text-muted);cursor:pointer;transition:background .2s,color .2s}.footer-tabs.svelte-12qhfyh button:where(.svelte-12qhfyh):hover{background:var(--bg-dark)}.chat-panel.svelte-12qhfyh,.queue-panel.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;overflow:hidden}.chat-messages.svelte-12qhfyh{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.empty-hint.svelte-12qhfyh{color:var(--text-muted);text-align:center;padding:2rem}.msg.svelte-12qhfyh{max-width:80%;padding:.5rem .75rem;border-radius:8px;font-size:.9rem}.msg.user.svelte-12qhfyh{align-self:flex-end;background:var(--accent)}.msg.assistant.svelte-12qhfyh{align-self:flex-start;background:var(--bg-dark)}.msg.error.svelte-12qhfyh{align-self:center;background:var(--danger)}.msg-text.chunked.svelte-12qhfyh{display:inline}.audio-chunk.svelte-12qhfyh{transition:all .3s ease;opacity:.5}.audio-chunk.played.svelte-12qhfyh{opacity:1}.audio-chunk.playing.svelte-12qhfyh{opacity:1;color:var(--accent);background:#6366f133;border-radius:2px;padding:0 2px;animation:svelte-12qhfyh-pulse-text 1s infinite}@keyframes svelte-12qhfyh-pulse-text{0%,to{background:#6366f133}50%{background:#6366f159}}.msg-time.svelte-12qhfyh{font-size:.7rem;opacity:.6;margin-left:.5rem}.use-suggestion-btn.svelte-12qhfyh{display:block;margin-top:.75rem;padding:.6rem 1rem;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:8px;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #22c55e4d}.use-suggestion-btn.svelte-12qhfyh:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 12px #22c55e66}.msg-debug-timing.svelte-12qhfyh{display:flex;gap:.5rem;font-size:.65rem;color:#fbbf24;margin-top:.3rem;font-family:monospace;opacity:.8}.debug-info.svelte-12qhfyh{font-size:.6rem;color:#fbbf24;background:#fbbf2433;padding:.1rem .3rem;border-radius:3px;margin-left:auto;font-family:monospace}.history-item.debug.svelte-12qhfyh{border-left:2px solid #fbbf24}.typing.svelte-12qhfyh{animation:svelte-12qhfyh-blink .5s infinite}.chat-input.svelte-12qhfyh{display:flex;gap:.5rem;padding:.75rem;border-top:1px solid rgba(255,255,255,.1)}.chat-input.svelte-12qhfyh textarea:where(.svelte-12qhfyh){flex:1;padding:.5rem .75rem;border-radius:8px;border:none;background:var(--bg-dark);color:var(--text);font-size:.9rem;resize:none;font-family:inherit}.chat-input.svelte-12qhfyh textarea:where(.svelte-12qhfyh):focus{outline:1px solid var(--accent)}.chat-input.svelte-12qhfyh button:where(.svelte-12qhfyh){padding:.5rem 1rem;border-radius:8px;border:none;background:var(--accent);color:#fff;cursor:pointer}.chat-input.svelte-12qhfyh button:where(.svelte-12qhfyh):disabled{opacity:.5}.queue-now-playing.svelte-12qhfyh{padding:1rem;background:var(--bg-dark);border-bottom:1px solid rgba(255,255,255,.1)}.queue-list.svelte-12qhfyh{flex:1;overflow-y:auto;padding:.5rem 1rem}.queue-item.svelte-12qhfyh{display:flex;gap:.75rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.05);font-size:.85rem}.settings-panel.svelte-12qhfyh{padding:1.5rem;overflow-y:auto}.setting-group.svelte-12qhfyh{margin-bottom:1.5rem}.setting-label.svelte-12qhfyh{display:block;font-size:.9rem;color:var(--text-muted);margin-bottom:.75rem}.voice-mode-options.svelte-12qhfyh{display:flex;flex-direction:column;gap:.5rem}.radio-option.svelte-12qhfyh{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;background:var(--bg-dark);border-radius:8px;cursor:pointer;transition:background .2s,outline .2s;border:2px solid transparent}.radio-option.svelte-12qhfyh:hover{background:var(--bg-card-hover)}.radio-option.selected.svelte-12qhfyh{border-color:var(--accent);background:#6366f11a}.radio-label.svelte-12qhfyh{display:flex;flex-direction:column;gap:.2rem}.radio-title.svelte-12qhfyh{font-weight:600}.radio-desc.svelte-12qhfyh{font-size:.8rem;color:var(--text-muted)}.setting-info.svelte-12qhfyh{padding:.75rem;background:var(--bg-dark);border-radius:8px;font-size:.9rem}.voice-select.svelte-12qhfyh{width:100%;padding:.6rem;border-radius:8px;border:none;background:var(--bg-dark);color:var(--text);font-size:.9rem;margin-bottom:.5rem}.test-voice-btn.svelte-12qhfyh{padding:.5rem 1rem;border-radius:8px;border:none;background:var(--accent);color:#fff;cursor:pointer;font-size:.85rem}.test-voice-btn.svelte-12qhfyh:hover{opacity:.9}.slider.svelte-12qhfyh{width:100%;height:6px;border-radius:3px;background:var(--bg-dark);outline:none;-webkit-appearance:none}.slider.svelte-12qhfyh::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--accent);cursor:pointer}.slider.svelte-12qhfyh::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--accent);cursor:pointer;border:none}.projects-container.svelte-12qhfyh{display:grid;grid-template-columns:280px 1fr;flex:1;overflow:hidden}.projects-sidebar.svelte-12qhfyh{background:var(--bg-dark);border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;overflow:hidden}.projects-sidebar-header.svelte-12qhfyh{padding:1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted)}.sidebar-header-actions.svelte-12qhfyh{display:flex;gap:.5rem;align-items:center}.instructions-btn.svelte-12qhfyh{width:28px;height:28px;background:var(--bg-card);border:1px solid rgba(255,255,255,.1);border-radius:6px;color:var(--text-muted);cursor:pointer;font-size:.9rem;transition:all .2s;display:flex;align-items:center;justify-content:center}.instructions-btn.svelte-12qhfyh:hover{background:var(--bg-card-hover);color:var(--text)}.instructions-btn.active.svelte-12qhfyh{background:#22c55e26;border-color:#22c55e;color:#22c55e}.sidebar-instructions.svelte-12qhfyh{padding:.75rem;background:#22c55e1a;border-bottom:1px solid rgba(34,197,94,.3);max-height:300px;overflow-y:auto}.instructions-summary-mini.svelte-12qhfyh{font-size:.8rem;padding:.5rem;background:#22c55e26;border-radius:4px;margin-bottom:.5rem;color:#22c55e;font-weight:500}.instructions-text-mini.svelte-12qhfyh{font-size:.75rem;line-height:1.5;white-space:pre-wrap;font-family:inherit;margin:0;color:var(--text-muted)}.add-project-btn.svelte-12qhfyh{width:24px;height:24px;background:var(--accent);border:none;border-radius:6px;color:#fff;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.projects-list.svelte-12qhfyh{flex:1;overflow-y:auto;padding:.5rem}.project-item.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .2s}.project-item.svelte-12qhfyh:hover{background:var(--bg-card-hover)}.project-item.active.svelte-12qhfyh{background:var(--accent);color:#fff}.project-name.svelte-12qhfyh{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-delete.svelte-12qhfyh{opacity:0;background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:1rem;padding:0;width:20px;height:20px}.project-item.svelte-12qhfyh:hover .project-delete:where(.svelte-12qhfyh){opacity:.6}.project-delete.svelte-12qhfyh:hover{opacity:1!important;color:var(--danger, #ef4444)}.projects-empty.svelte-12qhfyh{text-align:center;color:var(--text-muted);padding:2rem;font-size:.85rem}.projects-main.svelte-12qhfyh{display:flex;flex-direction:column;overflow:hidden;background:var(--bg-card)}.project-header.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.project-title-row.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem}.project-title-status.svelte-12qhfyh{font-size:1.25rem;cursor:pointer}.project-header.svelte-12qhfyh h1:where(.svelte-12qhfyh){margin:0;font-size:1.5rem}.project-header-actions.svelte-12qhfyh{display:flex;gap:.5rem;align-items:center}.activity-toggle-btn.svelte-12qhfyh{padding:.5rem .75rem;background:var(--bg-dark);border:1px solid rgba(255,255,255,.1);border-radius:6px;color:var(--text-muted);cursor:pointer;font-size:.85rem;transition:all .2s}.activity-toggle-btn.svelte-12qhfyh:hover{background:var(--bg-card-hover);color:var(--text)}.activity-toggle-btn.active.svelte-12qhfyh{background:#6366f126;border-color:var(--accent);color:var(--accent)}.add-root-feature-btn.svelte-12qhfyh{padding:.5rem 1rem;background:var(--accent);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem}.pending-badge.svelte-12qhfyh{background:#f59e0b33;color:#f59e0b;padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.pending-approvals-panel.svelte-12qhfyh{background:#f59e0b1a;border-bottom:2px solid #f59e0b;padding:1rem}.pending-header.svelte-12qhfyh{margin-bottom:1rem}.pending-header.svelte-12qhfyh h3:where(.svelte-12qhfyh){margin:0;font-size:1rem;color:#f59e0b}.approval-card.svelte-12qhfyh{background:var(--bg-card);border:1px solid rgba(245,158,11,.3);border-radius:8px;padding:1rem;margin-bottom:.75rem}.approval-header-row.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.approval-feature.svelte-12qhfyh{font-weight:600;color:var(--text)}.ask-beemo-btn.svelte-12qhfyh{padding:.3rem .6rem;background:#6366f126;border:1px solid var(--accent);border-radius:6px;color:var(--accent);cursor:pointer;font-size:.85rem;transition:all .2s}.ask-beemo-btn.svelte-12qhfyh:hover{background:var(--accent);color:#fff}.approval-message.svelte-12qhfyh{margin-bottom:1rem;color:var(--text-muted);font-size:.95rem}.approval-options.svelte-12qhfyh{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.approval-option-btn.svelte-12qhfyh{padding:.5rem 1rem;background:var(--accent);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;transition:all .2s}.approval-option-btn.svelte-12qhfyh:hover{filter:brightness(1.1)}.approval-freetext.svelte-12qhfyh{margin-bottom:.75rem}.approval-freetext.svelte-12qhfyh input:where(.svelte-12qhfyh){width:100%;padding:.6rem;background:var(--bg-dark);border:1px solid rgba(255,255,255,.1);border-radius:6px;color:var(--text);font-size:.9rem}.approval-freetext.svelte-12qhfyh input:where(.svelte-12qhfyh):focus{outline:none;border-color:var(--accent)}.approval-time.svelte-12qhfyh{font-size:.75rem;color:var(--text-muted)}.instructions-full-view.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;overflow:hidden}.instructions-full-header.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:linear-gradient(135deg,#22c55e26,#16a34a1a);border-bottom:2px solid #22c55e}.instructions-full-header.svelte-12qhfyh h1:where(.svelte-12qhfyh){margin:0;font-size:1.5rem;color:#22c55e}.close-instructions-btn.svelte-12qhfyh{width:32px;height:32px;background:#ffffff1a;border:none;border-radius:6px;color:var(--text);font-size:1.2rem;cursor:pointer;transition:all .2s}.close-instructions-btn.svelte-12qhfyh:hover{background:#fff3}.instructions-full-content.svelte-12qhfyh{flex:1;overflow-y:auto;padding:2rem}.instructions-summary-full.svelte-12qhfyh{font-size:1.1rem;padding:1rem 1.5rem;background:#22c55e26;border-radius:8px;margin-bottom:2rem;color:#22c55e;font-weight:500;border-left:4px solid #22c55e}.instructions-body.svelte-12qhfyh{font-size:1rem;line-height:1.8;color:var(--text);white-space:pre-wrap}.instructions-panel.svelte-12qhfyh{background:linear-gradient(135deg,#22c55e1a,#16a34a1a);border-bottom:2px solid #22c55e;padding:1rem;max-height:400px;overflow-y:auto}.instructions-header.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.instructions-summary.svelte-12qhfyh{font-size:.95rem;padding:.75rem;background:#22c55e26;border-radius:6px;margin-bottom:1rem;font-weight:500}.instructions-text.svelte-12qhfyh{font-size:.85rem;line-height:1.6;white-space:pre-wrap;font-family:inherit;margin:0;color:var(--text-muted)}.context-panel.svelte-12qhfyh{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-bottom:2px solid var(--accent);padding:1rem}.context-header.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.context-header.svelte-12qhfyh h3:where(.svelte-12qhfyh){margin:0;font-size:1rem;font-weight:600}.context-content.svelte-12qhfyh{display:flex;flex-direction:column;gap:1rem}.context-section.svelte-12qhfyh h4:where(.svelte-12qhfyh){margin:0 0 .5rem;font-size:.85rem;color:var(--text-muted);font-weight:500}.active-path.svelte-12qhfyh{font-family:monospace;font-size:.9rem;padding:.5rem;background:#0003;border-radius:4px;color:var(--accent)}.context-item.svelte-12qhfyh{font-size:.9rem;padding:.4rem .6rem;background:#ffffff0d;border-radius:4px;margin-bottom:.25rem}.context-item.decision.svelte-12qhfyh{display:flex;gap:.5rem}.decision-feature.svelte-12qhfyh{color:var(--text-muted)}.decision-choice.svelte-12qhfyh{color:#22c55e;font-weight:500}.context-item.note.svelte-12qhfyh{border-left:3px solid var(--accent)}.context-item.constraint.svelte-12qhfyh{border-left:3px solid #f59e0b}.context-empty.svelte-12qhfyh{color:var(--text-muted);font-size:.85rem;text-align:center;padding:1rem}.activity-panel.svelte-12qhfyh{background:var(--bg-dark);border-bottom:1px solid rgba(255,255,255,.1);max-height:300px;display:flex;flex-direction:column}.activity-header.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}.activity-header.svelte-12qhfyh h3:where(.svelte-12qhfyh){margin:0;font-size:.9rem;font-weight:600}.close-activity.svelte-12qhfyh{background:none;border:none;color:var(--text-muted);font-size:1.2rem;cursor:pointer;padding:0;width:24px;height:24px}.close-activity.svelte-12qhfyh:hover{color:var(--text)}.activity-list.svelte-12qhfyh{flex:1;overflow-y:auto;padding:.5rem}.activity-entry.svelte-12qhfyh{display:flex;gap:.75rem;padding:.5rem .75rem;border-radius:6px;margin-bottom:.25rem;transition:background .2s}.activity-entry.svelte-12qhfyh:hover{background:#ffffff08}.activity-entry.completed.svelte-12qhfyh{background:#22c55e0d}.activity-icon.svelte-12qhfyh{font-size:.9rem}.activity-content.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;gap:.2rem}.activity-message.svelte-12qhfyh{font-size:.85rem}.activity-time.svelte-12qhfyh{font-size:.7rem;color:var(--text-muted)}.activity-empty.svelte-12qhfyh{text-align:center;color:var(--text-muted);padding:2rem;font-size:.85rem}.features-tree.svelte-12qhfyh{flex:1;overflow-y:auto;padding:1rem}.features-empty.svelte-12qhfyh{text-align:center;color:var(--text-muted);padding:3rem}.features-empty.svelte-12qhfyh .hint:where(.svelte-12qhfyh){font-size:.85rem;margin-top:.5rem}.no-project-selected.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-muted);font-size:1.1rem}.no-project-selected.svelte-12qhfyh p:where(.svelte-12qhfyh):first-child{font-size:3rem;margin-bottom:1rem}.feature-node.svelte-12qhfyh{margin-left:calc(var(--depth) * 1.5rem)}.feature-row.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:6px;transition:background .2s;cursor:pointer}.feature-row.svelte-12qhfyh:hover{background:#ffffff08}.expand-btn.svelte-12qhfyh{width:20px;height:20px;background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.7rem;display:flex;align-items:center;justify-content:center}.expand-btn.hidden.svelte-12qhfyh{visibility:hidden}.status-btn.svelte-12qhfyh{background:none;border:none;cursor:pointer;font-size:1.1rem;padding:0}.feature-content.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;gap:.2rem;min-width:0}.feature-content.complete.svelte-12qhfyh .feature-name:where(.svelte-12qhfyh){text-decoration:line-through;opacity:.6}.feature-name.svelte-12qhfyh{font-size:.95rem;cursor:text}.feature-name-input.svelte-12qhfyh{padding:.25rem .5rem;background:var(--bg-dark);border:1px solid var(--accent);border-radius:4px;color:var(--text);font-size:.95rem;outline:none}.approval-badge.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .5rem;background:#22c55e26;border:1px solid rgba(34,197,94,.3);border-radius:4px;font-size:.75rem;color:#22c55e;margin-left:.5rem;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feature-desc.svelte-12qhfyh{font-size:.8rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feature-actions.svelte-12qhfyh{display:flex;gap:.25rem;opacity:0;transition:opacity .2s}.feature-row.svelte-12qhfyh:hover .feature-actions:where(.svelte-12qhfyh){opacity:1}.action-btn.svelte-12qhfyh{width:28px;height:28px;background:var(--bg-dark);border:1px solid rgba(255,255,255,.1);border-radius:6px;color:var(--text-muted);cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.action-btn.add.svelte-12qhfyh{background:#6366f126;border-color:#6366f14d;color:var(--accent)}.action-btn.add.svelte-12qhfyh:hover{background:#6366f140;border-color:var(--accent)}.action-btn.delete.svelte-12qhfyh{background:var(--bg-dark)}.action-btn.delete.svelte-12qhfyh:hover:not(.armed){background:var(--bg-card-hover);color:var(--text)}.action-btn.delete.armed.svelte-12qhfyh{background:#ef444466;border-color:var(--danger, #ef4444);color:var(--danger, #ef4444)}.action-btn.delete.armed.svelte-12qhfyh:hover{background:var(--danger, #ef4444);border-color:var(--danger, #ef4444);color:#fff}@keyframes svelte-12qhfyh-pulse-armed{0%,to{opacity:1}50%{opacity:.7}}.feature-children.svelte-12qhfyh{border-left:1px solid rgba(255,255,255,.1);margin-left:10px}.add-feature-form.svelte-12qhfyh{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:var(--bg-dark);border-radius:8px;margin-bottom:1rem}.add-feature-form.child-form.svelte-12qhfyh{margin:.5rem 0 .5rem 2rem;padding:.75rem}.add-feature-form.svelte-12qhfyh input:where(.svelte-12qhfyh),.add-feature-form.svelte-12qhfyh textarea:where(.svelte-12qhfyh){padding:.6rem;background:var(--bg-card);border:1px solid rgba(255,255,255,.1);border-radius:6px;color:var(--text);font-size:.9rem;font-family:inherit}.add-feature-form.svelte-12qhfyh input:where(.svelte-12qhfyh):focus,.add-feature-form.svelte-12qhfyh textarea:where(.svelte-12qhfyh):focus{outline:none;border-color:var(--accent)}.add-feature-form.svelte-12qhfyh .form-actions:where(.svelte-12qhfyh){display:flex;gap:.5rem;justify-content:flex-end}.add-feature-form.svelte-12qhfyh .cancel-btn:where(.svelte-12qhfyh){padding:.4rem .8rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:var(--text-muted);cursor:pointer;font-size:.85rem}.add-feature-form.svelte-12qhfyh .save-btn:where(.svelte-12qhfyh){padding:.4rem .8rem;background:var(--accent);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem}.add-feature-form.svelte-12qhfyh .save-btn:where(.svelte-12qhfyh):disabled{opacity:.5;cursor:not-allowed}.quick-add-row.svelte-12qhfyh{display:flex;gap:.5rem;align-items:center;padding:.5rem 0;margin-top:.25rem}.quick-add-input.svelte-12qhfyh{flex:1;padding:.4rem .6rem;background:var(--bg-dark);border:1px solid var(--accent);border-radius:6px;color:var(--text);font-size:.9rem;outline:none}.quick-add-btn.svelte-12qhfyh{padding:.4rem .75rem;background:var(--accent);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem}.quick-add-btn.svelte-12qhfyh:disabled{opacity:.5;cursor:not-allowed}.quick-cancel-btn.svelte-12qhfyh{width:24px;height:24px;background:none;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:var(--text-muted);cursor:pointer;font-size:.9rem}.quick-cancel-btn.svelte-12qhfyh:hover{background:#ffffff0d}.settings-container.svelte-12qhfyh{flex:1;overflow-y:auto;padding:2rem}.settings-main.svelte-12qhfyh{max-width:800px;margin:0 auto}.settings-header.svelte-12qhfyh h1:where(.svelte-12qhfyh){margin-bottom:2rem}.settings-card.svelte-12qhfyh{background:var(--bg-card);border-radius:12px;padding:1.5rem;margin-bottom:1rem}.settings-card.svelte-12qhfyh h2:where(.svelte-12qhfyh){margin-bottom:1rem}.settings-status.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.settings-indicator.svelte-12qhfyh{width:10px;height:10px;border-radius:50%;background:var(--danger, #ef4444)}.settings-indicator.online.svelte-12qhfyh{background:var(--success, #22c55e)}.settings-meta.svelte-12qhfyh{color:var(--text-muted);font-size:.85rem}.settings-row.svelte-12qhfyh{display:flex;gap:.5rem;margin-bottom:1rem}.settings-row.svelte-12qhfyh label:where(.svelte-12qhfyh){display:flex;align-items:center;gap:.5rem;cursor:pointer}.settings-row.svelte-12qhfyh input[type=text]:where(.svelte-12qhfyh){flex:1;padding:.5rem 1rem;border:none;border-radius:8px;background:var(--bg-dark);color:var(--text)}.settings-button-row.svelte-12qhfyh{display:flex;gap:.5rem;margin-bottom:1rem}.settings-card.svelte-12qhfyh button:where(.svelte-12qhfyh){padding:.5rem 1rem;border:none;border-radius:8px;background:var(--accent);color:#fff;cursor:pointer;transition:background .2s}.settings-card.svelte-12qhfyh button:where(.svelte-12qhfyh):hover{filter:brightness(1.1)}.settings-card.svelte-12qhfyh button:where(.svelte-12qhfyh):disabled{opacity:.5;cursor:not-allowed}.settings-danger.svelte-12qhfyh{background:var(--danger, #ef4444)!important}@media(max-width:1024px){.notes-container.svelte-12qhfyh,.log-container.svelte-12qhfyh,.projects-container.svelte-12qhfyh{grid-template-columns:1fr}.mobile-sidebar-toggle.svelte-12qhfyh,.mobile-sidebar-overlay.svelte-12qhfyh{display:none}.notes-sidebar.svelte-12qhfyh,.log-sidebar.svelte-12qhfyh,.projects-sidebar.svelte-12qhfyh{position:fixed;left:0;top:0;bottom:0;width:280px;z-index:150;transform:translate(-100%);transition:transform .3s ease;background:var(--bg-dark)}.notes-sidebar.mobile-open.svelte-12qhfyh,.log-sidebar.mobile-open.svelte-12qhfyh,.projects-sidebar.mobile-open.svelte-12qhfyh{transform:translate(0)}.notes-split.svelte-12qhfyh{grid-template-columns:1fr}.notes-view-toggle.svelte-12qhfyh{display:flex}.notes-textarea.svelte-12qhfyh{display:block}.notes-textarea.mobile-hidden.svelte-12qhfyh,.notes-preview.svelte-12qhfyh{display:none}.notes-preview.mobile-visible.svelte-12qhfyh{display:block;height:100%;overflow-y:auto}.notes-toolbar.svelte-12qhfyh{flex-wrap:wrap;gap:.5rem}.notes-filename.svelte-12qhfyh{width:100%;order:-1}.footer-expanded-content.svelte-12qhfyh{flex-direction:column}.footer-left-panel.svelte-12qhfyh{max-height:120px;overflow-y:auto}}@media(max-width:768px){.mobile-sidebar-toggle.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;position:fixed;top:70px;left:1rem;z-index:100;padding:.5rem 1rem;background:var(--bg-card);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--text);font-size:.9rem;cursor:pointer;box-shadow:0 2px 8px #0000004d}.mobile-sidebar-overlay.svelte-12qhfyh{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:140}.notes-container.svelte-12qhfyh,.log-container.svelte-12qhfyh,.projects-container.svelte-12qhfyh{padding-top:50px}.navbar.svelte-12qhfyh{padding:.75rem 1rem;flex-wrap:wrap;gap:.5rem}.brand.svelte-12qhfyh{font-size:1.1rem;margin-right:0}.desktop-only.svelte-12qhfyh{display:none!important}.mobile-only.svelte-12qhfyh{display:block!important}.view-select.svelte-12qhfyh{flex:1;margin:0 .5rem}.view-toggle.svelte-12qhfyh{display:none}.settings-btn.svelte-12qhfyh,.notify-btn.svelte-12qhfyh{font-size:1.25rem;padding:.4rem}.status-dots.svelte-12qhfyh{gap:.35rem}.audio-footer.svelte-12qhfyh{left:0;right:0;border-radius:0;border-left:none;border-right:none}.layout.svelte-12qhfyh{padding-bottom:60px;overflow-y:auto;overflow-x:hidden}.layout.footer-expanded.svelte-12qhfyh{padding-bottom:0;overflow:hidden;height:100vh;height:100dvh}.audio-footer.expanded.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;border-radius:0;z-index:200}.footer-bar.svelte-12qhfyh{padding:.75rem 1rem;height:60px;gap:.75rem;flex-shrink:0;background:var(--bg-card);touch-action:manipulation;-webkit-tap-highlight-color:rgba(255,255,255,.1)}.footer-audio-section.svelte-12qhfyh{width:auto;flex:0 0 auto;gap:.5rem;display:flex;align-items:center}.footer-audio-section.svelte-12qhfyh button:where(.svelte-12qhfyh){width:36px;height:36px;font-size:1rem;border-radius:50%}.voice-toggle-mini.svelte-12qhfyh{display:flex;align-items:center;gap:.25rem;font-size:1rem}.voice-toggle-mini.svelte-12qhfyh input:where(.svelte-12qhfyh){width:18px;height:18px}.queue-badge.svelte-12qhfyh{font-size:.7rem;padding:.2rem .4rem;min-width:20px;text-align:center}.now-playing-mini.svelte-12qhfyh,.visualizer-mini.svelte-12qhfyh{display:none}.footer-chat-section.svelte-12qhfyh{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;touch-action:manipulation}.chat-status.svelte-12qhfyh{font-size:.9rem;text-align:center}.expand-btn.svelte-12qhfyh{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;background:var(--bg-dark);border-radius:50%;flex-shrink:0}.footer-expanded-content.svelte-12qhfyh{flex:1;height:auto;flex-direction:column;overflow:hidden;background:var(--bg-dark)}.footer-left-panel.svelte-12qhfyh{display:none;overflow:hidden}.footer-chat-panel.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.chat-messages.svelte-12qhfyh{flex:1;padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:.75rem}.empty-hint.svelte-12qhfyh{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;font-size:1rem;color:var(--text-muted)}.msg.svelte-12qhfyh{max-width:80%;font-size:.95rem;padding:.75rem 1rem;border-radius:18px;line-height:1.45;word-wrap:break-word}.msg.user.svelte-12qhfyh{align-self:flex-end;background:var(--accent);border-bottom-right-radius:6px}.msg.assistant.svelte-12qhfyh{align-self:flex-start;background:var(--bg-card);border-bottom-left-radius:6px}.msg-time.svelte-12qhfyh{display:block;margin-top:.35rem;margin-left:0;font-size:.7rem;opacity:.7}.chat-input.svelte-12qhfyh{padding:.75rem;gap:.75rem;border-top:1px solid rgba(255,255,255,.15);background:var(--bg-card);flex-shrink:0;display:flex;align-items:flex-end}.chat-input.svelte-12qhfyh textarea:where(.svelte-12qhfyh){flex:1;font-size:16px;padding:.75rem 1rem;min-height:44px;max-height:120px;border-radius:22px;background:var(--bg-dark);border:1px solid rgba(255,255,255,.15);color:var(--text);line-height:1.4}.chat-input.svelte-12qhfyh textarea:where(.svelte-12qhfyh)::placeholder{color:var(--text-muted)}.chat-input.svelte-12qhfyh button:where(.svelte-12qhfyh){min-width:64px;height:44px;border-radius:22px;font-size:.95rem;font-weight:600;background:var(--accent);color:#fff;border:none}.chat-input.svelte-12qhfyh button:where(.svelte-12qhfyh):disabled{opacity:.5}.log-header.svelte-12qhfyh,.log-add-form.svelte-12qhfyh{padding:.75rem 1rem}.log-add-row.svelte-12qhfyh{flex-wrap:wrap}.log-type-select.svelte-12qhfyh,.log-input.svelte-12qhfyh{width:100%}.calendar-container.svelte-12qhfyh{padding:.5rem;display:flex;flex-direction:column;overflow:hidden}.calendar-owner-toggle.svelte-12qhfyh{padding:.5rem;justify-content:center}.calendar-mobile-toggle.svelte-12qhfyh{display:flex;gap:0;margin:.5rem;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.calendar-mobile-toggle.svelte-12qhfyh button:where(.svelte-12qhfyh){flex:1;padding:.6rem 1rem;background:var(--bg-dark);border:none;color:var(--text-muted);font-size:.9rem;cursor:pointer;transition:all .2s}.calendar-mobile-toggle.svelte-12qhfyh button.active:where(.svelte-12qhfyh){background:var(--accent);color:#fff}.calendar-layout.svelte-12qhfyh{grid-template-columns:1fr;flex:1;overflow:hidden}.calendar-grid-section.svelte-12qhfyh{padding:.75rem;display:flex;flex-direction:column;overflow:hidden}.calendar-grid-section.mobile-hidden.svelte-12qhfyh{display:none}.calendar-month-header.svelte-12qhfyh{gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.calendar-month-header.svelte-12qhfyh h2:where(.svelte-12qhfyh){font-size:1.1rem;flex:1;min-width:150px}.nav-btn.svelte-12qhfyh{width:32px;height:32px;font-size:1rem}.today-btn-cal.svelte-12qhfyh{padding:.4rem .75rem;font-size:.8rem}.calendar-grid.svelte-12qhfyh{gap:4px;flex:1}.day-cell.svelte-12qhfyh{border-radius:6px;min-height:40px}.day-num.svelte-12qhfyh{font-size:.85rem}.calendar-agenda-section.svelte-12qhfyh{display:none;border-left:none;border-top:1px solid rgba(255,255,255,.1)}.calendar-agenda-section.mobile-visible.svelte-12qhfyh{display:flex;flex:1;overflow:hidden}.agenda-header.svelte-12qhfyh{padding:1rem}.events-list.svelte-12qhfyh{flex:1;overflow-y:auto}.settings-container.svelte-12qhfyh{padding:1rem}.settings-grid.svelte-12qhfyh{grid-template-columns:1fr}.settings-panel-left.svelte-12qhfyh{padding:.5rem;overflow-x:hidden}.setting-group.svelte-12qhfyh{overflow:hidden}.model-select-row.svelte-12qhfyh{flex-direction:column;gap:.5rem}.model-select.svelte-12qhfyh{width:100%;max-width:100%;overflow:hidden;text-overflow:ellipsis}.process-btn.svelte-12qhfyh,.refresh-btn.svelte-12qhfyh{width:100%}.ollama-section.svelte-12qhfyh{overflow:hidden}.voice-mode-compact.svelte-12qhfyh{flex-wrap:wrap}.voice-mode-compact.svelte-12qhfyh button:where(.svelte-12qhfyh){flex:1 1 45%;min-width:0}.project-header.svelte-12qhfyh{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}.project-title-row.svelte-12qhfyh{width:100%}.project-header.svelte-12qhfyh h1:where(.svelte-12qhfyh){font-size:1.2rem}.project-header-actions.svelte-12qhfyh{width:100%;flex-wrap:wrap;gap:.5rem}.project-header-actions.svelte-12qhfyh button:where(.svelte-12qhfyh){flex:1 1 auto;min-width:fit-content}.add-root-feature-btn.svelte-12qhfyh{width:100%}.projects-main.svelte-12qhfyh{padding-bottom:60px}.feature-node.svelte-12qhfyh{font-size:.9rem}.feature-actions.svelte-12qhfyh{flex-wrap:wrap;gap:.25rem}.feature-actions.svelte-12qhfyh button:where(.svelte-12qhfyh){padding:.25rem .5rem;font-size:.75rem}}@media(max-width:480px){.navbar.svelte-12qhfyh{padding:.5rem .75rem}.brand.svelte-12qhfyh{font-size:1rem}.view-toggle.svelte-12qhfyh button:where(.svelte-12qhfyh){padding:.35rem .5rem;font-size:.75rem}.footer-audio-section.svelte-12qhfyh button:where(.svelte-12qhfyh){width:28px;height:28px;font-size:.8rem}.queue-badge.svelte-12qhfyh{font-size:.65rem;padding:.15rem .35rem}.msg.svelte-12qhfyh{max-width:90%;font-size:.85rem;padding:.5rem .7rem}.chat-input.svelte-12qhfyh{padding:.4rem}.chat-input.svelte-12qhfyh textarea:where(.svelte-12qhfyh){padding:.5rem .65rem;min-height:40px}.chat-input.svelte-12qhfyh button:where(.svelte-12qhfyh){min-width:50px;height:40px;font-size:.85rem}}@media(pointer:coarse){.view-toggle.svelte-12qhfyh button:where(.svelte-12qhfyh),.settings-btn.svelte-12qhfyh,.notify-btn.svelte-12qhfyh,.chat-input.svelte-12qhfyh button:where(.svelte-12qhfyh){min-height:44px;min-width:44px}.note-item.svelte-12qhfyh,.log-item.svelte-12qhfyh{min-height:44px}}
