:root{--color-primary: #075e54;--color-primary-dark: #064a43;--color-primary-light: #128c7e;--color-primary-lighter: #0e6b60;--color-secondary: #9c27b0;--color-secondary-dark: #7b1fa2;--color-success: #4caf50;--color-success-dark: #43a047;--color-success-light: #dff0d8;--color-success-text: #3c763d;--color-error: #f44336;--color-error-dark: #e53935;--color-error-light: #ffebee;--color-error-text: #c62828;--color-info: #2196F3;--color-info-dark: #1976D2;--color-info-light: #d9edf7;--color-info-text: #31708f;--color-warning: #ff9800;--color-warning-dark: #f57c00;--color-warning-light: #fcf8e3;--color-warning-text: #8a6d3b;--color-text: #333333;--color-text-secondary: #666666;--color-text-muted: #8c8c8c;--color-text-light: #a0a0a0;--color-text-menu: #8696a0;--color-background: #ffffff;--color-background-light: #f5f5f5;--color-background-lighter: #f9f9f9;--color-background-input: #f0f0f0;--color-background-hover: #e0e0e0;--color-background-alt: #e9edef;--color-border: #ddd;--color-border-light: #e0e0e0;--color-border-medium: #e0e0e0;--color-message-user: #dcf8c6;--color-message-system: #f8f8f8;--color-message-error: #fff0f0;--button-padding: 8px 16px;--button-radius: 4px;--dialog-radius: 8px;--z-index-base: 1;--z-index-content: 10;--z-index-header: 100;--z-index-dropdown: 1000;--z-index-modal: 2000;--z-index-overlay: 3000;--z-index-toast: 4000;--z-index-language-popup: 5000}#svelte,html,body,.app-container,.chat-container{display:flex!important;flex-direction:column!important;min-height:100vh!important;height:100%!important;width:100%!important}.chat-window{position:relative;z-index:var(--z-index-base)}.menu-container,.settings-dropdown{z-index:var(--z-index-dropdown)!important;position:absolute!important;top:100%!important;right:0!important}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;color:var(--color-text);background-color:var(--color-background);margin:0;height:100vh;width:100vw;overflow:hidden}button{cursor:pointer;font-family:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visually-hidden{border:0;clip:rect(0 0 0 0);height:auto;margin:0;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}html,body{height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#333}*{box-sizing:border-box}body>div{height:100%;display:flex!important;flex-direction:column;width:100%;overflow:hidden}button{background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;padding:0}input{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0000004d}.app-container,.chat-container,.chat-window-container{display:flex!important;visibility:visible!important;opacity:1!important}.chat-window{display:flex!important;flex-direction:column!important;height:100%!important;visibility:visible!important;opacity:1!important}html,body{margin:0;padding:0;height:100%;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-background);color:var(--color-text)}#svelte{display:flex;flex-direction:column;min-height:100vh;height:100%;width:100%}.app-container{display:flex;flex-direction:row;height:100vh;width:100%;position:relative;overflow:hidden}.chat-container{display:flex;flex:1;height:100vh;position:relative;z-index:var(--z-index-content)}.chat-window-container{display:flex;flex:1;height:100vh;position:relative}.chat-window{display:flex;flex-direction:column;width:100%;height:100vh;position:relative;z-index:var(--z-index-base)}.hidden{display:none!important}.invisible{visibility:hidden!important}.modal-overlay{z-index:var(--z-index-modal)!important}.modal-content{z-index:calc(var(--z-index-modal) + 1)!important}:global(.toasts){z-index:var(--z-index-toast)!important}.chat-container{position:relative;z-index:var(--z-index-content)}.chat-header,.header-actions{position:relative;z-index:var(--z-index-header)}.menu-container,.settings-dropdown{position:absolute!important;top:100%!important;right:0!important;z-index:var(--z-index-dropdown)!important;transform:none!important}.error-container.svelte-1vh7xe4{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ffffffe6;display:flex;justify-content:center;align-items:center;z-index:1000}.error-content.svelte-1vh7xe4{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:30px;max-width:500px;width:90%;text-align:center}h2.svelte-1vh7xe4{color:#e74c3c;margin-top:0}.error-details.svelte-1vh7xe4{background-color:#f8f8f8;border-radius:4px;padding:15px;margin:15px 0;text-align:left;font-family:monospace;overflow-x:auto}button.svelte-1vh7xe4{background-color:#075e54;color:#fff;border:none;border-radius:4px;padding:10px 20px;font-size:1rem;cursor:pointer;transition:background-color .2s}button.svelte-1vh7xe4:hover{background-color:#064740}.confirm-content.svelte-yx3k3g{min-width:300px;max-width:100%}.confirm-content.svelte-yx3k3g p:where(.svelte-yx3k3g){margin:0;line-height:1.5;word-break:break-word}.confirm-content.svelte-yx3k3g p.critical:where(.svelte-yx3k3g){color:var(--color-error-dark);font-weight:500}.confirm-footer.svelte-yx3k3g{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}.confirm-footer.svelte-yx3k3g .base-button{min-width:80px}@media (max-width: 480px){.confirm-content.svelte-yx3k3g{min-width:0}}.alert-message.svelte-dd36b1{text-align:center;margin-top:0;font-weight:500;line-height:2;padding:1em}.centered-footer.svelte-dd36b1{justify-content:center}.dialog-backdrop.svelte-17i868e{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.dialog-container.svelte-17i868e{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;width:90%;max-width:500px;overflow:hidden}.dialog-header.svelte-17i868e{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eee}.dialog-header.svelte-17i868e h3:where(.svelte-17i868e){margin:0;font-size:18px;color:#333}.close-button.svelte-17i868e{background:none;border:none;font-size:24px;cursor:pointer;color:#666}.dialog-content.svelte-17i868e{padding:20px}.prompt-message.svelte-17i868e{margin-top:0;margin-bottom:16px;font-weight:500}.prompt-input.svelte-17i868e{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:16px;box-sizing:border-box}.prompt-input.svelte-17i868e:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 2px #4caf5033}.dialog-footer.svelte-17i868e{padding:12px 20px;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #eee}.cancel-button.svelte-17i868e{background-color:#f5f5f5;color:#333;border:1px solid #ddd;border-radius:4px;padding:8px 16px;cursor:pointer;font-weight:500}.cancel-button.svelte-17i868e:hover{background-color:#e5e5e5}.confirm-button.svelte-17i868e{background-color:#4caf50;color:#fff;border:none;border-radius:4px;padding:8px 16px;cursor:pointer;font-weight:500}.confirm-button.svelte-17i868e:hover{background-color:#43a047}.tab-navigation.svelte-1als4rh{display:flex;border-bottom:1px solid var(--color-border-light);overflow-x:auto}.tab-button.svelte-1als4rh{padding:.75rem 1.25rem;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:.9rem;color:var(--color-text-secondary);white-space:nowrap}.tab-button.svelte-1als4rh:hover{color:var(--color-text)}.tab-button.active.svelte-1als4rh{color:var(--color-primary);border-bottom-color:var(--color-primary);font-weight:500}.facts-container.svelte-r82o47{margin-top:10px}.facts-list.svelte-r82o47{list-style:none;padding:0;margin:0}.fact-item.svelte-r82o47{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;margin-bottom:8px;background-color:#f5f5f5;border-radius:4px;border-left:3px solid #075e54;transition:background-color .2s,transform .2s}.fact-item.svelte-r82o47:hover{background-color:#e8e8e8}.fact-item.drag-over.svelte-r82o47{border-left:3px solid #25d366;background-color:#f0f7f4}.fact-content.svelte-r82o47{flex:1;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.drag-handle.svelte-r82o47{color:#999;cursor:grab;margin-left:10px;opacity:.5;transition:opacity .2s}.fact-item.svelte-r82o47:hover .drag-handle:where(.svelte-r82o47){opacity:1}.fact-actions.svelte-r82o47{display:flex;gap:5px;margin-left:10px}.edit-button.svelte-r82o47,.delete-button.svelte-r82o47{background:none;border:none;cursor:pointer;padding:5px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.edit-button.svelte-r82o47:hover{background-color:#e0e0e0}.delete-button.svelte-r82o47:hover{background-color:#ffebee;color:#c62828}.add-fact-button-container.svelte-r82o47{margin-bottom:15px}.add-fact-button.svelte-r82o47{background-color:#075e54;color:#fff;border:none;padding:8px 15px;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:5px;font-size:.9rem;transition:background-color .2s}.add-fact-button.svelte-r82o47:hover{background-color:#064a43}.icon.svelte-r82o47{font-size:1.1rem}.empty-state.svelte-r82o47{color:#888;font-style:italic;padding:15px;text-align:center;background-color:#f9f9f9;border-radius:4px}.modal-overlay.svelte-r82o47{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:10001}.modal-content.svelte-r82o47{background-color:#fff;border-radius:8px;width:90%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 20px #00000026}.modal-header.svelte-r82o47{padding:15px 20px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.modal-header.svelte-r82o47 h3:where(.svelte-r82o47){margin:0;font-size:1.2rem;color:#333}.modal-close-button.svelte-r82o47{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#888}.modal-body.svelte-r82o47{padding:20px;flex:1;overflow-y:auto}.modal-textarea.svelte-r82o47{width:100%;min-height:120px;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:.9rem;font-family:inherit;resize:vertical}.hint-text.svelte-r82o47{color:#888;font-size:.8rem;margin-top:5px;text-align:right}.modal-footer.svelte-r82o47{padding:15px 20px;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;gap:10px}.cancel-modal-button.svelte-r82o47{background-color:#f5f5f5;color:#333;border:none;padding:8px 15px;border-radius:4px;cursor:pointer;font-size:.9rem}.save-modal-button.svelte-r82o47{background-color:#075e54;color:#fff;border:none;padding:8px 15px;border-radius:4px;cursor:pointer;font-size:.9rem}.cancel-modal-button.svelte-r82o47:hover{background-color:#e0e0e0}.save-modal-button.svelte-r82o47:hover{background-color:#064a43}.error-message.svelte-r82o47{background-color:#ffebee;color:#c62828;padding:10px;margin-bottom:10px;border-radius:4px;font-size:.9rem}.settings-screen.svelte-1vcrb1e{width:100%}.settings-content.svelte-1vcrb1e{padding:1rem 0}.form-group.svelte-1vcrb1e{margin-bottom:1.5rem}.form-label.svelte-1vcrb1e{display:block;margin-bottom:.5rem;font-weight:500}.form-help-text.svelte-1vcrb1e{margin-bottom:1rem;color:var(--text-secondary);font-size:.9rem}.footer-buttons.svelte-1vcrb1e{display:flex;justify-content:flex-end;gap:.5rem}.button-wrapper.svelte-1vcrb1e{display:flex;align-items:center}.languages-list.svelte-1vcrb1e{margin-top:1rem}.language-item.svelte-1vcrb1e{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:var(--background-secondary);border-radius:.5rem}.language-info.svelte-1vcrb1e{display:flex;flex-direction:column;gap:.5rem;flex:1}.language-header.svelte-1vcrb1e{display:flex;align-items:center;gap:.5rem;width:100%}.language-flag.svelte-1vcrb1e{font-size:1.2rem;min-width:1.5rem}.language-name.svelte-1vcrb1e{font-weight:500;min-width:150px}.fluency-control.svelte-1vcrb1e{display:flex;align-items:center;gap:.5rem;flex:1;min-width:200px}.fluency-control.svelte-1vcrb1e input[type=range]:where(.svelte-1vcrb1e){flex:1}.fluency-value.svelte-1vcrb1e{min-width:3rem;text-align:right}.form-input.svelte-tmc71z{width:100%;padding:.625rem;border:1px solid var(--color-border);border-radius:var(--button-radius);font-size:.9rem;font-family:inherit;background-color:var(--color-background);color:var(--color-text);transition:border-color .2s ease}.form-input.svelte-tmc71z:hover:not(:disabled){border-color:var(--color-border-medium)}.form-input.svelte-tmc71z:focus{outline:none;border-color:var(--color-primary)}.form-input.svelte-tmc71z:disabled{background-color:var(--color-background-input);cursor:not-allowed}.form-input.error.svelte-tmc71z{border-color:var(--color-error)}.form-input.error.svelte-tmc71z:focus{border-color:var(--color-error)}.form-textarea.svelte-g8p4vg{display:block;width:100%;padding:.625rem;border:1px solid var(--color-border);border-radius:var(--button-radius);font-size:.9rem;font-family:inherit;background-color:var(--color-background);color:var(--color-text);transition:border-color .2s ease;min-height:100px;box-sizing:border-box}.form-textarea.svelte-g8p4vg:hover:not(:disabled){border-color:var(--color-border-medium)}.form-textarea.svelte-g8p4vg:focus{outline:none;border-color:var(--color-primary)}.form-textarea.svelte-g8p4vg:disabled{background-color:var(--color-background-input);cursor:not-allowed}.form-textarea.error.svelte-g8p4vg{border-color:var(--color-error)}.form-textarea.error.svelte-g8p4vg:focus{border-color:var(--color-error)}.character-settings.svelte-36rck1{position:relative}.settings-content.svelte-36rck1{padding-top:1rem}.error-message.svelte-36rck1{background-color:var(--color-error-light);color:var(--color-error-text);padding:.625rem 1.25rem;margin:0;font-size:.9rem}.form-label.svelte-36rck1{display:block;margin-bottom:.5rem;font-weight:500;color:var(--color-text)}.form-group.svelte-36rck1{margin-bottom:1.25rem}.form-help-text.svelte-36rck1{margin-top:.375rem;font-size:.875rem;color:var(--color-text-secondary)}.facts-help.svelte-36rck1{margin-top:0;margin-bottom:.75rem}.footer-buttons.svelte-36rck1{display:flex;justify-content:flex-end;padding:1rem}.button-group.svelte-36rck1{display:flex;gap:.75rem}.loading.svelte-36rck1{padding:2rem;text-align:center;color:var(--color-text-secondary)}.modal-backdrop.svelte-ayj8bw{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content.svelte-ayj8bw{position:relative;max-width:90vw;max-height:90vh;background:none;border-radius:8px;margin:20px}.close-button.svelte-ayj8bw{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.close-button.svelte-ayj8bw:hover{background-color:#ffffff1a}.full-avatar.svelte-ayj8bw{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px}@media (max-width: 768px){.modal-content.svelte-ayj8bw{margin:10px}.close-button.svelte-ayj8bw{top:-35px;right:0;padding:6px}}.token-popup.svelte-1ft32zg{position:fixed;z-index:1000;background-color:#fff;border-radius:4px;box-shadow:0 2px 8px #00000026;width:280px;max-width:90vw;overflow:hidden;transform:translate(-50%,-100%);margin-top:-10px}.popup-header.svelte-1ft32zg{display:flex;justify-content:space-between;align-items:center;padding:6px 8px;background-color:#f5f5f5;border-bottom:1px solid #eee}.popup-header.svelte-1ft32zg h3:where(.svelte-1ft32zg){margin:0;font-size:.95rem;font-weight:500}.popup-header-actions.svelte-1ft32zg{display:flex;align-items:center}.close-popup.svelte-1ft32zg{background:none;border:none;font-size:1.1rem;cursor:pointer;color:#666;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}@keyframes svelte-1ft32zg-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.popup-content.svelte-1ft32zg{padding:8px;min-height:100px}.popup-row.svelte-1ft32zg{margin-bottom:6px;display:flex;align-items:center;flex-wrap:wrap}.popup-row.svelte-1ft32zg:last-child{margin-bottom:0}.label.svelte-1ft32zg{font-weight:500;font-size:.85rem;color:#555;margin-right:6px}.value.svelte-1ft32zg{font-size:.85rem;margin-right:1em}.loading-container.svelte-1ft32zg{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100px;gap:4px}.loading-text.svelte-1ft32zg{font-size:.85rem;color:#666}.mini-spinner.svelte-1ft32zg{width:16px;height:16px;border-radius:50%;border:2px solid rgba(7,94,84,.3);border-top-color:#075e54;animation:svelte-1ft32zg-spin 1s infinite linear}.error-message.svelte-1ft32zg{color:var(--color-danger);padding:8px;text-align:center;background:var(--color-background-alt);border-radius:4px;height:100px;display:flex;align-items:center;justify-content:center;font-size:.85rem}.dialog-content.svelte-nxrj1p{min-width:300px;max-width:100%}.dialog-content.svelte-nxrj1p p:where(.svelte-nxrj1p){margin:0 0 1rem;line-height:1.5;color:var(--color-text-secondary)}.inputs.svelte-nxrj1p{display:grid;gap:1rem}.input-group.svelte-nxrj1p{display:flex;flex-direction:column;gap:.5rem}.input-group.svelte-nxrj1p label:where(.svelte-nxrj1p){font-size:.875rem;color:var(--color-text-secondary)}.input-group.svelte-nxrj1p input:where(.svelte-nxrj1p),.input-group.svelte-nxrj1p select:where(.svelte-nxrj1p){padding:.5rem;border:1px solid var(--color-border);border-radius:4px;font-size:.875rem;background:var(--color-background);color:var(--color-text)}.dialog-footer.svelte-nxrj1p{display:flex;gap:12px;justify-content:flex-end}@media (max-width: 480px){.dialog-content.svelte-nxrj1p{min-width:0}}.suggestion-dialog-backdrop.svelte-c0xbre{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.suggestion-dialog.svelte-c0xbre{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;width:90%;max-width:450px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.suggestion-dialog-header.svelte-c0xbre{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #eee}.suggestion-dialog-header.svelte-c0xbre h2:where(.svelte-c0xbre){margin:0;font-size:16px;color:#333}.close-button.svelte-c0xbre{background:none;border:none;font-size:20px;cursor:pointer;color:#666}.suggestion-dialog-content.svelte-c0xbre{padding:12px 16px;overflow-y:auto;flex:1}.error-state.svelte-c0xbre,.empty-state.svelte-c0xbre{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px}.original-text.svelte-c0xbre{margin-bottom:12px}.original-text.svelte-c0xbre h3:where(.svelte-c0xbre){margin-top:0;margin-bottom:8px;font-size:14px;color:#333}.original-text.svelte-c0xbre p:where(.svelte-c0xbre){margin:0;font-size:14px;color:#666}.suggestions-list.svelte-c0xbre{display:flex;flex-direction:column;gap:8px}.suggestion-item.svelte-c0xbre{padding:8px;border:1px solid #eee;border-radius:6px;background-color:#f9f9f9}.suggestion-content.svelte-c0xbre{display:flex;align-items:center;gap:8px}.suggestion-content.svelte-c0xbre p:where(.svelte-c0xbre){margin:0;font-size:14px;flex:1}.suggestion-actions.svelte-c0xbre{display:flex;gap:4px;margin-left:auto;align-items:center}.suggestion-actions .base-button{width:32px!important;height:32px!important;padding:0!important;display:flex;align-items:center;justify-content:center;border-radius:4px;background-color:#f0f0f0;color:#666;transition:background-color .1s}.suggestion-actions .base-button:hover{background-color:#e0e0e0}.suggestion-actions .base-button svg{width:20px;height:20px}.mini-loader.svelte-c0xbre{display:flex;align-items:center;gap:8px}.translation-tooltip.svelte-c0xbre{margin-top:8px;padding:8px;background-color:#f0f0f0;border-radius:4px;font-size:13px;color:#333;font-style:italic}.translation-tooltip.svelte-c0xbre p:where(.svelte-c0xbre){margin:0}.translation-error.svelte-c0xbre{color:red;font-style:italic}.menu-backdrop.svelte-8p3mul{position:fixed;top:0;left:0;right:0;bottom:0;background-color:transparent}.menu-popup.svelte-8p3mul{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #00000026;min-width:200px;max-width:300px;overflow:hidden}.language-token-backdrop.svelte-8p3mul{position:fixed;top:0;left:0;right:0;bottom:0;background-color:transparent}.language-token-popup.svelte-8p3mul{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #00000026;min-width:200px;max-width:300px;overflow:hidden}svg.svelte-ieg5x{display:block}.header.svelte-qg7xv0{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:var(--color-primary);color:#fff;width:100%;box-sizing:border-box}.left-section.svelte-qg7xv0{display:flex;align-items:center;gap:2rem}.brand-container.svelte-qg7xv0{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#fff;transition:opacity .2s}.brand-container.svelte-qg7xv0:hover{opacity:.9}.nav-menu.svelte-qg7xv0{display:flex;gap:1rem}.nav-item.svelte-qg7xv0{color:#fff;text-decoration:none;padding:.5rem;border-radius:4px;transition:background-color .2s}.nav-item.svelte-qg7xv0:hover{background-color:#ffffff1a}.nav-item.active.svelte-qg7xv0{background-color:#fff3}.brand-logo.svelte-qg7xv0{width:32px;height:32px;background-color:#fff;border-radius:50%;padding:4px}h1.svelte-qg7xv0{margin:0;font-size:1.5rem;font-weight:600}.header-actions.svelte-qg7xv0{display:flex;align-items:center;gap:.5rem}.settings-container.svelte-qg7xv0{position:relative}.direct-settings-button.svelte-qg7xv0{background:#ffffff1a;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.direct-settings-button.svelte-qg7xv0:hover{background:#fff3;transform:scale(1.05)}.mobile-menu-button.svelte-qg7xv0{display:none;background:#ffffff1a;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s ease}.mobile-menu-button.svelte-qg7xv0:hover{background:#fff3;transform:scale(1.05)}.mobile-menu.svelte-qg7xv0{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:998}.mobile-menu-content.svelte-qg7xv0{position:absolute;top:0;left:0;right:0;background-color:var(--color-primary);padding:1rem;box-shadow:0 2px 10px #0000001a}.mobile-nav-item.svelte-qg7xv0{display:flex;align-items:center;color:#fff;text-decoration:none;padding:.75rem 1rem;border-radius:4px;transition:background-color .2s}.mobile-nav-item.svelte-qg7xv0:hover{background-color:#ffffff1a}.mobile-nav-item.active.svelte-qg7xv0{background-color:#fff3}@media (max-width: 768px){.nav-menu.svelte-qg7xv0{display:none}.mobile-menu-button.svelte-qg7xv0{display:block}.left-section.svelte-qg7xv0{gap:0}}.footer-menu.svelte-1acc1v6{padding:1rem;border-top:1px solid var(--color-border);margin-top:auto}@media (max-width: 768px){.footer-menu.svelte-1acc1v6{padding:.3em}}.footer-links.svelte-1acc1v6{display:flex;justify-content:center;align-items:center;gap:.5rem;font-size:.8rem;color:var(--color-text-secondary)}.footer-link.svelte-1acc1v6{color:var(--color-text-secondary);text-decoration:none;transition:color .2s}.footer-link.svelte-1acc1v6:hover{color:var(--color-text)}.separator.svelte-1acc1v6,.copyright.svelte-1acc1v6{color:var(--color-text-secondary)}.login-container.svelte-18nm7ft{display:flex;justify-content:center;align-items:center;padding:1rem;background-color:#fff}.login-box.svelte-18nm7ft{background:var(--color-primary);padding:2.5rem;border-radius:8px;box-shadow:0 4px 8px #0000001a;text-align:center;max-width:600px;width:100%;color:#fff}.brand-logo.svelte-18nm7ft{width:100px;height:100px;margin-bottom:1rem;background:#fff;padding:1rem;border-radius:50%;box-shadow:0 2px 4px #0000001a}h1.svelte-18nm7ft{margin:0 0 .5rem;color:#fff;font-size:1.6rem}p.svelte-18nm7ft{margin:0 0 1.5rem;color:#ffffffe6;font-size:1rem}.welcome-text.svelte-18nm7ft{background-color:#fff;padding:1.5rem;border-radius:8px;margin:0 0 1.5rem;color:#333;font-size:.95rem;line-height:1.5;border:1px solid rgba(255,255,255,.3);max-width:500px;margin-left:auto;margin-right:auto}.welcome-text.svelte-18nm7ft h2:where(.svelte-18nm7ft){margin:0 0 .75rem;font-size:1.2rem;color:#333}.welcome-text.svelte-18nm7ft p:where(.svelte-18nm7ft){margin:0 0 .75rem;color:#555;font-size:.95rem}.welcome-text.svelte-18nm7ft ul:where(.svelte-18nm7ft){margin:0 0 .75rem;padding-left:1.5rem;text-align:left}.welcome-text.svelte-18nm7ft li:where(.svelte-18nm7ft){margin:.5rem 0;color:#555;font-size:.95rem}.welcome-text.svelte-18nm7ft .disclaimer:where(.svelte-18nm7ft){font-style:italic;color:#666;font-size:.9rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #eee}.google-button.svelte-18nm7ft{display:flex;align-items:center;justify-content:center;gap:.75rem;width:500px;max-width:100%;padding:.875rem;background:#fff;color:var(--color-primary);border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a;margin:0 auto}.google-button.svelte-18nm7ft:hover{background-color:#f8f8f8;transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.google-button.svelte-18nm7ft:active{transform:translateY(0)}.google-button.svelte-18nm7ft:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.google-button.svelte-18nm7ft img:where(.svelte-18nm7ft){width:20px;height:20px}.error-message.svelte-18nm7ft{background-color:#ffffff1a;color:#fff;padding:.875rem;border-radius:8px;margin:0 0 1.5rem;font-size:.95rem;width:500px;max-width:100%;margin-left:auto;margin-right:auto}.help-link.svelte-18nm7ft{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee;font-size:.9rem;color:#666}.help-link.svelte-18nm7ft a:where(.svelte-18nm7ft){color:var(--color-primary);text-decoration:none;font-weight:500}.help-link.svelte-18nm7ft a:where(.svelte-18nm7ft):hover{text-decoration:underline}html{background-color:#f5f5f5;height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;height:100%;overflow-y:auto}.app.svelte-17coerk{display:flex;flex-direction:column;min-height:100%}.page-container.svelte-17coerk{display:flex;flex-direction:column;min-height:100%;position:relative}.content.svelte-17coerk{padding:0;flex:1;overflow-y:auto}
