:root{--beemo-teal-100: #e0f2f2;--beemo-teal-200: #b2dede;--beemo-teal-300: #80c4c4;--beemo-teal-400: #649ea1;--beemo-teal-500: #4a7a7d;--beemo-teal-600: #325254;--beemo-teal-900: #1a2a2b;--casing-beige: #f5f7fa;--casing-shadow: #e2e4e8;--screen-mint-light: #cbfaf5;--screen-mint-dark: #a8e6cf;--btn-red: #d66d65;--btn-red-hover: #b85b54;--btn-yellow: #e6c25e;--btn-yellow-hover: #c9a24a;--btn-blue: #5e8ca8;--btn-blue-hover: #4a708a;--md-sys-color-primary: var(--beemo-teal-400);--md-sys-color-on-primary: #ffffff;--md-sys-color-primary-container: var(--beemo-teal-200);--md-sys-color-on-primary-container: var(--beemo-teal-900);--md-sys-color-secondary: var(--btn-blue);--md-sys-color-secondary-container: #d5efff;--md-sys-color-on-secondary-container: #004e75;--md-sys-color-surface: var(--casing-beige);--md-sys-color-surface-container: #ffffff;--md-sys-color-surface-container-low: #f8f8f4;--md-sys-color-surface-container-high: #ffffff;--md-sys-color-on-surface: var(--beemo-teal-900);--md-sys-color-on-surface-variant: var(--beemo-teal-500);--md-sys-color-outline: var(--beemo-teal-300);--md-sys-color-outline-variant: var(--beemo-teal-200);--md-sys-color-success-container: #a8e6cf;--md-sys-color-on-success-container: #1b4d3e;--md-sys-color-error: var(--btn-red);--md-sys-color-error-container: #ffe5e5;--md-sys-color-on-error-container: #661814;--md-sys-color-warning-container: var(--btn-yellow);--md-sys-color-on-warning-container: #4a3b00;--bg-dark: var(--md-sys-color-surface);--bg-card: var(--md-sys-color-surface-container);--bg-card-hover: var(--md-sys-color-surface-container-high);--accent: var(--md-sys-color-primary);--text: var(--md-sys-color-on-surface);--text-muted: var(--md-sys-color-on-surface-variant);--border: var(--md-sys-color-outline-variant);--radius-sm: 12px;--radius-md: 20px;--radius-lg: 32px;--radius-xl: 48px;--radius-full: 999px;--font-display: "Nunito", sans-serif;--font-body: "Nunito", sans-serif;--font-code: "JetBrains Mono", monospace;--shadow-soft: 0 4px 0 var(--casing-shadow);--shadow-card: 0 8px 32px -8px rgba(100, 158, 161, .2)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--md-sys-color-surface);color:var(--md-sys-color-on-surface);min-height:100vh;min-height:100dvh;-webkit-font-smoothing:antialiased;background-image:radial-gradient(var(--beemo-teal-100) 1px,transparent 1px);background-size:24px 24px}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:800;letter-spacing:-.02em;color:var(--md-sys-color-on-surface)}code,pre,.mono{font-family:var(--font-code)}.surface-card{background-color:var(--md-sys-color-surface-container);border-radius:var(--radius-lg);padding:24px 32px;color:var(--md-sys-color-on-surface);box-shadow:var(--shadow-card);border:3px solid var(--beemo-teal-100)}.text-display{font-family:var(--font-display);font-weight:700;color:var(--md-sys-color-on-surface)}.text-label{font-family:var(--font-code);font-weight:500;font-size:.75rem;letter-spacing:.05em;color:var(--md-sys-color-on-surface-variant);text-transform:uppercase}.btn-filled{background-color:var(--md-sys-color-primary);color:#fff;border-radius:var(--radius-md);padding:12px 28px;font-weight:800;border:none;box-shadow:0 4px #4a7a7d;transition:all .1s cubic-bezier(.4,0,.2,1);transform:translateY(0)}.btn-filled:hover{transform:translateY(-2px);box-shadow:0 6px #4a7a7d;filter:brightness(1.1)}.btn-filled:active{transform:translateY(2px);box-shadow:0 2px #4a7a7d}.btn-tonal{background-color:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container);border-radius:var(--radius-md);padding:12px 28px;font-weight:700;border:2px solid var(--beemo-teal-200);transition:all .1s}.btn-tonal:hover{background-color:#bbf7ec;border-color:var(--beemo-teal-300)}.btn-tonal:active{background-color:#a8e6cf;transform:scale(.98)}.status-chip{display:inline-flex;align-items:center;padding:6px 16px;border-radius:var(--radius-full);font-size:.8rem;font-weight:700;font-family:var(--font-code);background-color:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container);border:2px solid transparent}.status-chip.success{background-color:#c0fcf0;color:#0f5132;border-color:#8be8d0}.status-chip.error{background-color:#ffe5e5;color:#9b2c2c;border-color:#fc8181}input,textarea,select{font-family:var(--font-body);border-radius:var(--radius-md)!important;border:2px solid var(--md-sys-color-outline-variant)!important;background-color:var(--md-sys-color-surface, #ffffff)!important;color:var(--md-sys-color-on-surface, #1c1b1f)!important;transition:all .2s}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--md-sys-color-primary)!important;box-shadow:0 0 0 4px var(--beemo-teal-100)!important}input::placeholder,textarea::placeholder{color:var(--md-sys-color-on-surface-variant, #6b6b6b);opacity:.7}[data-theme=light][data-light-preset=frost]{--md-sys-color-primary: #3b82f6;--md-sys-color-primary-container: #dbeafe;--md-sys-color-on-primary-container: #1e3a8a;--md-sys-color-secondary-container: #e0f2fe;--md-sys-color-on-secondary-container: #0c4a6e;--md-sys-color-surface: #f5f9ff;--md-sys-color-surface-container: #ffffff;--md-sys-color-surface-container-low: #eef5ff;--md-sys-color-surface-container-high: #ffffff;--md-sys-color-on-surface: #0f172a;--md-sys-color-on-surface-variant: #475569;--md-sys-color-outline: #93c5fd;--md-sys-color-outline-variant: #bfdbfe}[data-theme=light][data-light-preset=paper]{--md-sys-color-primary: #0f766e;--md-sys-color-primary-container: #ccfbf1;--md-sys-color-on-primary-container: #134e4a;--md-sys-color-secondary-container: #fef9c3;--md-sys-color-on-secondary-container: #713f12;--md-sys-color-surface: #fffdf7;--md-sys-color-surface-container: #fffefb;--md-sys-color-surface-container-low: #faf6ee;--md-sys-color-surface-container-high: #ffffff;--md-sys-color-on-surface: #1f2937;--md-sys-color-on-surface-variant: #6b7280;--md-sys-color-outline: #99f6e4;--md-sys-color-outline-variant: #c8f0e6}a{text-decoration:none;color:inherit}button:disabled,[aria-disabled=true]{opacity:.6;cursor:not-allowed}:focus-visible{outline:none;box-shadow:0 0 0 3px var(--beemo-teal-200)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;box-shadow:0 0 0 3px var(--beemo-teal-200)}[data-theme=dark]{--casing-beige: #2b2623;--casing-shadow: #1a1614;--md-sys-color-surface: #2b2623;--md-sys-color-surface-container: #3e3630;--md-sys-color-surface-container-low: #231e1c;--md-sys-color-surface-container-high: #4e443c;--md-sys-color-on-surface: #e8dcca;--md-sys-color-on-surface-variant: #bbaea4;--md-sys-color-outline: #5e5048;--md-sys-color-outline-variant: #4a403a;--md-sys-color-primary: #dcbfa6;--md-sys-color-on-primary: #2b2623;--md-sys-color-primary-container: #5e5048;--md-sys-color-on-primary-container: #e8dcca;--md-sys-color-secondary: #a89f91;--md-sys-color-secondary-container: #4a403a;--md-sys-color-on-secondary-container: #e8dcca;--btn-red: #e57373;--btn-yellow: #ffd54f;--btn-blue: #64b5f6;--md-sys-color-error: #ef9a9a;--md-sys-color-error-container: #521c1c;--md-sys-color-on-error-container: #ffdad6;--bg-dark: var(--md-sys-color-surface);--bg-card: var(--md-sys-color-surface-container);--bg-card-hover: var(--md-sys-color-surface-container-high);--beemo-teal-100: #1a2a2b;--beemo-teal-200: #2d4547;--beemo-teal-300: #3e5e60;--beemo-teal-400: #649ea1;--beemo-teal-500: #80c4c4;--beemo-teal-600: #b2dede;--beemo-teal-900: #e0f2f2;background-image:radial-gradient(rgba(232,220,202,.1) 1px,transparent 1px)}[data-theme=dark] select option{background-color:var(--md-sys-color-surface-container);color:var(--md-sys-color-on-surface)}[data-theme=dark][data-dark-preset=midnight]{--casing-beige: #0b1220;--casing-shadow: #060d18;--md-sys-color-surface: #0b1220;--md-sys-color-surface-container: #121a2a;--md-sys-color-surface-container-low: #0a101b;--md-sys-color-surface-container-high: #1a2438;--md-sys-color-on-surface: #dbe7ff;--md-sys-color-on-surface-variant: #93a7c8;--md-sys-color-outline: #30435f;--md-sys-color-outline-variant: #23354f;--md-sys-color-primary: #7dd3fc;--md-sys-color-on-primary: #0b1220;--md-sys-color-primary-container: #164e63;--md-sys-color-on-primary-container: #cffafe;--md-sys-color-secondary: #7dafc4;--md-sys-color-secondary-container: #1f3b52;--md-sys-color-on-secondary-container: #dbeafe;--md-sys-color-error: #f87171;--md-sys-color-error-container: #3b1414;--md-sys-color-on-error-container: #fecaca;--btn-red: #f87171;--btn-yellow: #fbbf24;--btn-blue: #7dd3fc;--beemo-teal-100: #0a101b;--beemo-teal-200: #162438;--beemo-teal-300: #23354f;--beemo-teal-400: #7dd3fc;--beemo-teal-500: #93a7c8;--beemo-teal-600: #dbe7ff;--beemo-teal-900: #dbe7ff;background-image:radial-gradient(rgba(125,211,252,.06) 1px,transparent 1px)}[data-theme=dark][data-dark-preset=matrix]{--casing-beige: #08110b;--casing-shadow: #040a06;--md-sys-color-surface: #08110b;--md-sys-color-surface-container: #0f1b13;--md-sys-color-surface-container-low: #060f0a;--md-sys-color-surface-container-high: #15241a;--md-sys-color-on-surface: #c9f7d7;--md-sys-color-on-surface-variant: #7bc791;--md-sys-color-outline: #2e6941;--md-sys-color-outline-variant: #205032;--md-sys-color-primary: #34d399;--md-sys-color-on-primary: #08110b;--md-sys-color-primary-container: #14532d;--md-sys-color-on-primary-container: #bbf7d0;--md-sys-color-secondary: #6ee7b7;--md-sys-color-secondary-container: #1a3a2b;--md-sys-color-on-secondary-container: #ccfbdf;--md-sys-color-error: #fb7185;--md-sys-color-error-container: #3b1420;--md-sys-color-on-error-container: #fecdd3;--btn-red: #fb7185;--btn-yellow: #a3e635;--btn-blue: #34d399;--beemo-teal-100: #060f0a;--beemo-teal-200: #133324;--beemo-teal-300: #205032;--beemo-teal-400: #34d399;--beemo-teal-500: #7bc791;--beemo-teal-600: #c9f7d7;--beemo-teal-900: #c9f7d7;background-image:radial-gradient(rgba(52,211,153,.08) 1px,transparent 1px)}[data-theme=dark][data-dark-preset=dracula]{--casing-beige: #282a36;--casing-shadow: #1e1f2a;--md-sys-color-surface: #282a36;--md-sys-color-surface-container: #313543;--md-sys-color-surface-container-low: #22242f;--md-sys-color-surface-container-high: #3a4052;--md-sys-color-on-surface: #f8f8f2;--md-sys-color-on-surface-variant: #bd93f9;--md-sys-color-outline: #6272a4;--md-sys-color-outline-variant: #4b5580;--md-sys-color-primary: #ff79c6;--md-sys-color-on-primary: #282a36;--md-sys-color-primary-container: #5a2a4a;--md-sys-color-on-primary-container: #ffd6ef;--md-sys-color-secondary: #8be9fd;--md-sys-color-secondary-container: #3e4463;--md-sys-color-on-secondary-container: #cdd6ff;--md-sys-color-error: #ff5555;--md-sys-color-error-container: #4a1a1a;--md-sys-color-on-error-container: #ffb3b3;--btn-red: #ff5555;--btn-yellow: #f1fa8c;--btn-blue: #8be9fd;--beemo-teal-100: #22242f;--beemo-teal-200: #3a4052;--beemo-teal-300: #4b5580;--beemo-teal-400: #ff79c6;--beemo-teal-500: #bd93f9;--beemo-teal-600: #f8f8f2;--beemo-teal-900: #f8f8f2;background-image:radial-gradient(rgba(189,147,249,.06) 1px,transparent 1px)}[data-theme=dark][data-dark-preset=tokyo]{--casing-beige: #1a1b26;--casing-shadow: #13141d;--md-sys-color-surface: #1a1b26;--md-sys-color-surface-container: #24283b;--md-sys-color-surface-container-low: #16161e;--md-sys-color-surface-container-high: #2f334d;--md-sys-color-on-surface: #c0caf5;--md-sys-color-on-surface-variant: #9aa5ce;--md-sys-color-outline: #565f89;--md-sys-color-outline-variant: #414868;--md-sys-color-primary: #7aa2f7;--md-sys-color-on-primary: #1a1b26;--md-sys-color-primary-container: #2b3f73;--md-sys-color-on-primary-container: #dbe7ff;--md-sys-color-secondary: #bb9af7;--md-sys-color-secondary-container: #2a4365;--md-sys-color-on-secondary-container: #d3e4ff;--md-sys-color-error: #f7768e;--md-sys-color-error-container: #3b1420;--md-sys-color-on-error-container: #fecdd3;--btn-red: #f7768e;--btn-yellow: #e0af68;--btn-blue: #7aa2f7;--beemo-teal-100: #16161e;--beemo-teal-200: #2a3050;--beemo-teal-300: #414868;--beemo-teal-400: #7aa2f7;--beemo-teal-500: #9aa5ce;--beemo-teal-600: #c0caf5;--beemo-teal-900: #c0caf5;background-image:radial-gradient(rgba(122,162,247,.06) 1px,transparent 1px)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.app-shell.svelte-12qhfyh{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;height:100vh;background-color:var(--md-sys-color-surface);overflow:hidden}.side-rail.svelte-12qhfyh{grid-column:1;grid-row:1 / -1;width:64px;display:flex;flex-direction:column;align-items:center;padding:12px 0 8px;gap:0;background:var(--md-sys-color-surface-container-low);border-right:1px solid color-mix(in srgb,var(--md-sys-color-outline-variant) 40%,transparent);overflow-y:auto;overflow-x:hidden;z-index:1001}.rail-item.svelte-12qhfyh{width:56px;display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 0 4px;color:var(--md-sys-color-on-surface-variant);text-decoration:none;transition:color .15s;position:relative}.rail-item.svelte-12qhfyh:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%) scaleX(.5);width:32px;height:28px;border-radius:14px;background:transparent;transition:background .2s,transform .2s cubic-bezier(.2,0,0,1)}.rail-item.svelte-12qhfyh:hover:before{background:color-mix(in srgb,var(--md-sys-color-on-surface) 8%,transparent);transform:translate(-50%) scaleX(1)}.rail-item.svelte-12qhfyh:hover{color:var(--md-sys-color-on-surface)}.rail-item.active.svelte-12qhfyh:before{background:var(--md-sys-color-secondary-container);transform:translate(-50%) scaleX(1)}.rail-item.active.svelte-12qhfyh{color:var(--md-sys-color-on-secondary-container)}.rail-item.svelte-12qhfyh svg:where(.svelte-12qhfyh){position:relative;z-index:1}.rail-label.svelte-12qhfyh{font-size:.62rem;font-weight:500;letter-spacing:.02em;text-align:center;line-height:1;max-width:56px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;z-index:1}.rail-item.active.svelte-12qhfyh .rail-label:where(.svelte-12qhfyh){font-weight:700}.rail-spacer.svelte-12qhfyh{flex:1}.app-header.svelte-12qhfyh{grid-column:2;grid-row:1;height:calc(44px + env(safe-area-inset-top,0px));display:flex;align-items:center;justify-content:space-between;padding:0 12px;padding-top:env(safe-area-inset-top,0px);background-color:var(--md-sys-color-surface);border-bottom:1px solid color-mix(in srgb,var(--md-sys-color-outline-variant) 40%,transparent);z-index:1000}.header-left.svelte-12qhfyh{display:flex;align-items:center;gap:12px;height:100%;flex:1;min-width:0}.persona-toggle-wrapper.svelte-12qhfyh{flex-shrink:0;display:flex;align-items:center;gap:6px}.persona-toggle.svelte-12qhfyh{background:var(--md-sys-color-surface-container-high);border:1.5px solid transparent;padding:2px;border-radius:14px;cursor:pointer;width:46px;height:24px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.persona-toggle.beemo.svelte-12qhfyh{background:var(--md-sys-color-primary-container);border-color:var(--md-sys-color-primary)}.toggle-track.svelte-12qhfyh{width:100%;height:100%;position:relative}.toggle-thumb.svelte-12qhfyh{width:18px;height:18px;background:#fff;border-radius:50%;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.6rem;color:#333;transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0003}.persona-toggle.beemo.svelte-12qhfyh .toggle-thumb:where(.svelte-12qhfyh){transform:translate(22px);background:var(--md-sys-color-on-primary-container);color:var(--md-sys-color-primary-container)}.persona-label.svelte-12qhfyh{font-size:.72rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--md-sys-color-primary);opacity:0;max-width:0;overflow:hidden;white-space:nowrap;transition:opacity .3s ease,max-width .3s ease;pointer-events:none}.persona-label.visible.svelte-12qhfyh{opacity:1;max-width:48px}.mobile-only.svelte-12qhfyh{display:none}.desktop-only.svelte-12qhfyh{display:flex}.view-select.svelte-12qhfyh{flex:1;min-width:0;margin-left:.5rem;padding:.5rem 2.2rem .5rem .75rem;font-size:.95rem;font-family:var(--font-body);font-weight:700;background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container);border:2px solid var(--md-sys-color-outline);border-radius:12px;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right .6rem center;background-size:1rem;z-index:1005;transition:all .2s cubic-bezier(.4,0,.2,1)}.view-select.svelte-12qhfyh:focus{outline:none;border-color:var(--md-sys-color-primary);box-shadow:0 0 0 3px var(--beemo-teal-100)}.view-select.svelte-12qhfyh option:where(.svelte-12qhfyh){background-color:var(--md-sys-color-surface-container-high);color:var(--md-sys-color-on-surface);padding:12px}.view-select.svelte-12qhfyh optgroup:where(.svelte-12qhfyh){background-color:var(--md-sys-color-surface-container-low);color:var(--md-sys-color-on-surface-variant);font-weight:700;font-size:.8rem;text-transform:uppercase}.header-right.svelte-12qhfyh{display:flex;align-items:center;gap:4px}.time-display.svelte-12qhfyh{font-family:var(--font-code, monospace);font-size:.72rem;font-weight:500;color:var(--md-sys-color-on-surface-variant);margin-right:4px;opacity:.7;letter-spacing:.03em}.icon-btn.svelte-12qhfyh{width:34px;height:34px;border-radius:8px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;font-size:1rem;color:var(--md-sys-color-on-surface-variant)}.icon-btn.svelte-12qhfyh:hover{background-color:var(--md-sys-color-surface-container-high)}.notify-btn.active.svelte-12qhfyh{color:var(--md-sys-color-primary)}.notify-btn.not-supported.svelte-12qhfyh{opacity:.6}.loading-spin.svelte-12qhfyh{display:inline-block;animation:svelte-12qhfyh-spin 2s linear infinite}@keyframes svelte-12qhfyh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.main-layout.svelte-12qhfyh{grid-column:2;grid-row:2;display:flex;overflow:hidden;position:relative}.page-content.svelte-12qhfyh{flex:1;overflow:hidden;display:grid;grid-template-areas:"content";transition:margin-right .3s cubic-bezier(.2,0,0,1);position:relative}.page-transition-wrapper.svelte-12qhfyh{grid-area:content;flex:1;display:flex;flex-direction:column;overflow:hidden;height:100%;width:100%}.chat-wrapper.svelte-12qhfyh{position:fixed;bottom:24px;z-index:100;width:56px;height:56px}.chat-handle.svelte-12qhfyh{width:100%;height:100%;border-radius:50%;background-color:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);border:none;box-shadow:0 4px 8px #0003;cursor:grab;display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:transform .2s,background-color .2s;z-index:102;position:absolute;top:0;left:0}.fab-icon-text.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.chat-handle.svelte-12qhfyh:active{cursor:grabbing}.chat-handle.svelte-12qhfyh:hover{transform:scale(1.05);box-shadow:0 6px 12px #00000040}.chat-handle.open.svelte-12qhfyh{margin:0}.opacity-text.svelte-12qhfyh{font-size:1rem;font-weight:700;font-family:JetBrains Mono,monospace;display:flex;align-items:baseline;letter-spacing:-1px}.opacity-text.svelte-12qhfyh small:where(.svelte-12qhfyh){font-size:.6rem;margin-left:1px;opacity:.8}.reminder-bubble.svelte-12qhfyh{position:absolute;bottom:calc(100% + 12px);right:-8px;width:max-content;max-width:280px;background:var(--md-sys-color-surface-container);border:1px solid color-mix(in srgb,var(--md-sys-color-primary) 40%,var(--md-sys-color-outline-variant));border-radius:16px 16px 4px;box-shadow:0 0 12px color-mix(in srgb,var(--md-sys-color-primary) 30%,transparent),0 0 24px color-mix(in srgb,var(--md-sys-color-primary) 15%,transparent),0 4px 16px #0000002e;padding:12px 36px 12px 14px;z-index:103;cursor:pointer;font-family:Nunito,sans-serif;font-size:.85rem;line-height:1.4;color:var(--md-sys-color-on-surface);animation:svelte-12qhfyh-bubble-entrance .3s ease,svelte-12qhfyh-bubble-glow 2s ease-in-out infinite alternate}.reminder-bubble.svelte-12qhfyh:after{content:"";position:absolute;bottom:-7px;right:20px;width:14px;height:14px;background:var(--md-sys-color-surface-container);border-right:1px solid color-mix(in srgb,var(--md-sys-color-primary) 40%,var(--md-sys-color-outline-variant));border-bottom:1px solid color-mix(in srgb,var(--md-sys-color-primary) 40%,var(--md-sys-color-outline-variant));transform:rotate(45deg);clip-path:polygon(0 100%,100% 0,100% 100%)}@keyframes svelte-12qhfyh-bubble-entrance{0%{opacity:0;transform:translateY(8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes svelte-12qhfyh-bubble-glow{0%{box-shadow:0 0 12px color-mix(in srgb,var(--md-sys-color-primary) 30%,transparent),0 0 24px color-mix(in srgb,var(--md-sys-color-primary) 15%,transparent),0 4px 16px #0000002e}to{box-shadow:0 0 18px color-mix(in srgb,var(--md-sys-color-primary) 45%,transparent),0 0 36px color-mix(in srgb,var(--md-sys-color-primary) 22%,transparent),0 4px 16px #0000002e}}.reminder-bubble-text.svelte-12qhfyh{display:block;white-space:pre-line;word-break:break-word}.reminder-bubble-dismiss.svelte-12qhfyh{position:absolute;top:6px;right:6px;width:24px;height:24px;border:none;background:transparent;color:var(--md-sys-color-on-surface-variant);font-size:1.1rem;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:.5;transition:all .15s ease;padding:0;line-height:1}.reminder-bubble-dismiss.svelte-12qhfyh:hover{opacity:1;background:var(--md-sys-color-surface-container-high)}.assistant-panel.svelte-12qhfyh{position:absolute;bottom:0;right:100%;margin-right:16px;left:auto;width:600px;height:600px;max-width:calc(100vw - 88px);max-height:calc(100vh - 96px);background-color:var(--md-sys-color-surface-container-high);border:1px solid var(--md-sys-color-outline-variant);border-radius:24px;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease;z-index:100}.assistant-panel.svelte-12qhfyh:hover,.assistant-panel.svelte-12qhfyh:focus-within{opacity:1!important}.header-actions.svelte-12qhfyh{display:flex;gap:8px}.settings-overlay.svelte-12qhfyh{position:absolute;top:64px;right:0;width:300px;background:var(--md-sys-color-surface);border-left:1px solid var(--md-sys-color-outline-variant);border-bottom:1px solid var(--md-sys-color-outline-variant);bottom:0;z-index:110;padding:16px;box-shadow:-4px 0 16px #0000001a;display:flex;flex-direction:column}.settings-header.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.settings-header.svelte-12qhfyh h4:where(.svelte-12qhfyh){margin:0;font-size:1rem}.close-settings.svelte-12qhfyh{background:none;border:none;cursor:pointer;font-size:1.2rem;padding:4px}.settings-section.svelte-12qhfyh{margin-bottom:24px}.settings-section.svelte-12qhfyh h5:where(.svelte-12qhfyh){margin:0 0 8px;font-size:.8rem;color:var(--md-sys-color-on-surface-variant);text-transform:uppercase;letter-spacing:.5px}.toggle-row.svelte-12qhfyh{display:flex;justify-content:space-between;padding:8px 0;cursor:pointer}.queue-list.svelte-12qhfyh{max-height:200px;overflow-y:auto;background:var(--md-sys-color-surface-container);border-radius:8px;padding:8px;margin-bottom:8px;font-size:.9rem}.empty-queue.svelte-12qhfyh{color:var(--md-sys-color-on-surface-variant);font-style:italic;text-align:center;padding:16px}.queue-item.svelte-12qhfyh{padding:4px 8px;border-bottom:1px solid var(--md-sys-color-outline-variant)}.queue-controls.svelte-12qhfyh button:where(.svelte-12qhfyh){width:100%;padding:8px;background:var(--md-sys-color-error-container);color:var(--md-sys-color-on-error-container);border:none;border-radius:16px;cursor:pointer}.queue-controls.svelte-12qhfyh button:where(.svelte-12qhfyh):disabled{opacity:.5;cursor:not-allowed}.mode-selector.svelte-12qhfyh{display:flex;gap:8px;margin-bottom:12px}.mode-btn.svelte-12qhfyh{flex:1;padding:8px;border:1px solid var(--md-sys-color-outline);background:transparent;color:var(--md-sys-color-on-surface);border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .2s}.mode-btn.svelte-12qhfyh:hover{background:var(--md-sys-color-surface-container-high)}.mode-btn.active.svelte-12qhfyh{background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);border-color:var(--md-sys-color-primary);font-weight:500}.mode-btn.svelte-12qhfyh:disabled{opacity:.5;cursor:not-allowed}.settings-select.svelte-12qhfyh{padding:4px 8px;border-radius:4px;border:1px solid var(--md-sys-color-outline);background:var(--md-sys-color-surface);color:var(--md-sys-color-on-surface);max-width:150px}.settings-hint.svelte-12qhfyh{font-size:.75rem;color:var(--md-sys-color-on-surface-variant);opacity:.7;margin-top:-4px}.settings-hint.connected.svelte-12qhfyh{color:var(--md-sys-color-primary);opacity:1}.opacity-row.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:.9rem}.opacity-control.svelte-12qhfyh{display:flex;align-items:center;gap:8px}.opacity-slider.svelte-12qhfyh{width:100px;accent-color:var(--md-sys-color-primary);cursor:pointer}.opacity-value.svelte-12qhfyh{font-size:.75rem;font-family:JetBrains Mono,monospace;color:var(--md-sys-color-on-surface-variant);min-width:36px;text-align:right}.minimize-btn.svelte-12qhfyh{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--md-sys-color-primary);cursor:pointer;border-radius:50%;margin-left:8px;font-size:1.2rem;transition:background-color .2s}.minimize-btn.svelte-12qhfyh:hover{background-color:var(--md-sys-color-surface-container-high)}.chat-input{padding-left:0!important;flex:1}.panel-header.svelte-12qhfyh{height:64px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--md-sys-color-outline-variant);cursor:pointer;background:var(--md-sys-color-surface-container);border-radius:24px 24px 0 0}.panel-body.svelte-12qhfyh{flex:1;overflow-y:auto;display:flex;flex-direction:column;padding:0}.panel-footer.svelte-12qhfyh{padding:0 16px 0 0;background-color:var(--md-sys-color-surface-container-low);display:flex;align-items:center}.audio-card.svelte-12qhfyh{margin:16px 16px 0;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;background-color:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container);border-radius:12px}.audio-info.svelte-12qhfyh{display:flex;align-items:center;gap:8px;flex:1;overflow:hidden}.track-text.svelte-12qhfyh{font-size:.85rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.audio-controls.svelte-12qhfyh{display:flex;gap:8px}.control-btn.svelte-12qhfyh{background:transparent;border:none;cursor:pointer;font-size:1rem;padding:4px;border-radius:50%;color:inherit}.control-btn.svelte-12qhfyh:hover{background-color:#fff3}@media(max-width:768px){.app-shell.svelte-12qhfyh{grid-template-columns:1fr}.app-header.svelte-12qhfyh{grid-column:1;height:calc(48px + env(safe-area-inset-top,0px))}.main-layout.svelte-12qhfyh{grid-column:1}.assistant-panel.svelte-12qhfyh{width:100%;position:fixed;top:calc(64px + env(safe-area-inset-top,0px));right:0;left:0;bottom:0;margin-right:0;max-width:100vw;border-radius:0;height:calc(100dvh - 64px - env(safe-area-inset-top,0px));max-height:calc(100dvh - 64px - env(safe-area-inset-top,0px));z-index:999}.desktop-only.svelte-12qhfyh{display:none}.mobile-only.svelte-12qhfyh{display:block}.header-right.svelte-12qhfyh .time-display:where(.svelte-12qhfyh){display:none}.header-right.svelte-12qhfyh{gap:8px}}
