*{box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:#f8f9fa!important;color:#1a2332}#root{width:100%;height:100vh;background:#f8f9fa!important;min-height:100vh}.chat-message{display:flex;gap:12px;margin-bottom:24px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.chat-message.user{flex-direction:row-reverse}.message-avatar{width:36px;height:36px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;flex-shrink:0;background:#2d3748;color:#fff;letter-spacing:.5px}.chat-message.user .message-avatar{background:#1a2332;color:#fff}.message-content{flex:1;max-width:70%;min-width:0}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:11px;color:#718096;text-transform:uppercase;letter-spacing:.5px}.message-role{font-weight:600;color:#2d3748}.message-time{color:#a0aec0;font-weight:400}.message-text{background:#fff;padding:14px 18px;border-radius:6px;line-height:1.7;color:#2d3748;word-wrap:break-word;white-space:pre-wrap;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000a}.chat-message.user .message-text{background:#1a2332;color:#fff;border-color:#1a2332}.message-link{color:#1d4ed8;text-decoration:underline;cursor:pointer;font-weight:500}.message-link:hover{color:#1e40af;text-decoration:none}.message-link:visited{color:#7c3aed}.chat-message.user .message-link{color:#60a5fa}.chat-message.user .message-link:hover{color:#93c5fd}.skill-output{margin-top:12px;padding:12px 14px;border-left:3px solid #2563eb;background:#f8fafc;border-radius:4px;font-size:14px;line-height:1.6;color:#1e293b}.skill-output-title{font-weight:600;margin-bottom:8px;color:#0f172a}.skill-output ul,.skill-output ol{padding-left:18px;margin:0}.skill-output li{margin-bottom:6px}.skill-output-summary{margin-bottom:8px;font-size:13px;color:#475569}.skill-output pre{background:#0f172a;color:#e2e8f0;padding:10px;border-radius:4px;overflow-x:auto;font-size:13px}.skill-output-hit-title{font-weight:600}.skill-output-date{color:#475569}.skill-output-snippet{margin-top:4px;color:#475569}.skill-output-meta{margin-top:4px;font-size:12px;color:#64748b}.skill-output-fallback{margin-top:12px;padding-top:12px;border-top:1px solid #cbd5f5}.assistant-output{margin-top:12px;padding:14px 16px;border-left:3px solid #1d4ed8;background:#f0f4ff;border-radius:6px;color:#0f172a}.assistant-summary{font-size:13px;font-weight:600;color:#1d4ed8;margin-bottom:10px;padding-left:12px}.assistant-evidence-list{list-style:none;padding-left:0;margin:0;display:flex;flex-direction:column;gap:12px}.assistant-evidence-item{background:#fff;border:1px solid #dbeafe;border-radius:6px;padding:10px 12px;box-shadow:0 1px 2px #0f172a14}.assistant-evidence-header{display:flex;flex-wrap:wrap;gap:6px;align-items:baseline;margin-bottom:6px;font-size:13px;color:#1e293b}.assistant-evidence-label{font-weight:700;color:#1d4ed8}.assistant-evidence-title{font-weight:600}.assistant-evidence-source{font-size:12px;color:#475569}.assistant-evidence-date{font-size:12px;color:#64748b}.assistant-evidence-quote{font-style:italic;color:#1f2937;margin-bottom:6px}.assistant-evidence-snippet{color:#1e293b;font-size:14px}.assistant-evidence-link{display:inline-block;margin-top:6px;font-size:13px;color:#1d4ed8;text-decoration:underline}.assistant-fallback{margin-top:12px;font-size:13px;color:#475569}@media(max-width:768px){.message-content{max-width:85%}.message-avatar{width:32px;height:32px;font-size:16px}}.chat-window{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#f8f9fa}.chat-messages{flex:1;overflow-y:auto;padding:24px;max-width:1200px;width:100%;margin:0 auto}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:40px 20px}.empty-icon{display:none}.empty-state h2{margin:0 0 10px;color:#2d3748;font-size:24px;font-weight:500;letter-spacing:-.3px}.empty-state>p{color:#718096;font-size:15px;margin-bottom:18px;font-weight:400}.empty-state-list{margin-top:8px;text-align:left;list-style:none;padding:0;color:#718096;font-size:15px;line-height:1.6}.empty-state-list li{position:relative;padding-left:20px}.empty-state-list li:before{content:"•";position:absolute;left:0;color:#2d3748}.chat-input-slot{background:#1a2332;border-top:1px solid #2d3748}.example-label{font-weight:600;color:#e2e8f0;margin-bottom:12px;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.example-buttons{display:flex;flex-wrap:wrap;gap:8px}.example-button{display:inline-flex;align-items:center;padding:8px 12px;background:#fff;border:1px solid #cbd5e0;border-radius:20px;color:#2d3748;font-size:13px;line-height:1.3;text-align:left;cursor:pointer;transition:all .2s;font-family:inherit;font-weight:400;width:fit-content;max-width:100%}.example-button:hover:not(:disabled){border-color:#f8f9fa;background:#f8f9fa;box-shadow:0 1px 3px #00000014}.example-button:active:not(:disabled){background:#edf2f7}.example-button:disabled{opacity:.5;cursor:not-allowed;background:#f7fafc}.chat-examples{background:#1a2332;padding:12px 24px 20px;border-top:1px solid #2d3748}.chat-examples-content{max-width:1200px;margin:0 auto;color:#e2e8f0}.loading-indicator{display:flex;gap:12px;align-items:center;margin-bottom:20px}.loading-avatar{width:36px;height:36px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#2d3748}.loading-dots{display:flex;gap:6px;padding:14px 18px;background:#fff;border-radius:6px;border:1px solid #e2e8f0}.loading-dots span{width:6px;height:6px;border-radius:50%;background:#2d3748;animation:bounce 1.4s infinite ease-in-out both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#a0aec0}@media(max-width:768px){.chat-messages{padding:16px}.empty-state{padding:20px}.empty-icon{font-size:48px}.empty-state h2{font-size:24px}}.chat-input-form{padding:20px 24px;background:#fff;border-top:1px solid #e2e8f0}.chat-input-container{display:flex;gap:12px;align-items:flex-end;max-width:1200px;margin:0 auto}.chat-input{flex:1;padding:14px 18px;border:1px solid #cbd5e0;border-radius:6px;font-size:15px;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s;line-height:1.6;background:#fff;color:#2d3748}.chat-input:focus{border-color:#1a2332;box-shadow:0 0 0 3px #1a23321a}.chat-input:disabled{background:#f7fafc;cursor:not-allowed;border-color:#e2e8f0}.send-button{width:48px;height:48px;border:none;border-radius:6px;background:#1a2332;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s,opacity .2s;flex-shrink:0}.send-button:hover:not(:disabled){background:#2d3748}.send-button:active:not(:disabled){background:#1a2332}.send-button:disabled{opacity:.4;cursor:not-allowed;background:#cbd5e0}@media(max-width:768px){.chat-input-form{padding:12px}.send-button{width:44px;height:44px}}.about-wrapper{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.notion-embed-container{width:100%;height:100%;display:flex;flex-direction:column;background:#fff;padding:0;margin:0}.notion-embed{width:100%;height:100%;border:none;display:block;flex:1}@media(max-width:768px){.notion-embed-container{min-height:400px}}.contact-wrapper{max-width:960px;margin:40px auto;padding:0 24px 48px;display:flex;flex-direction:column;gap:32px;color:#1a2332}.contact-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:24px 28px;box-shadow:0 6px 18px #0f162314}.contact-section h2,.contact-section h3,.contact-section h4{margin-bottom:16px;font-weight:600;color:#1a2332}.contact-section p{line-height:1.7;color:#2d3748;margin-bottom:12px}.contact-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.contact-card{border:1px solid #edf2f7;border-radius:8px;padding:20px;background:#fafbfc}.contact-card h4{margin-bottom:8px}.contact-card a{color:#1a54b9;text-decoration:none}.contact-card a:hover{text-decoration:underline}.contact-description{font-size:14px;color:#4a5568;margin-top:4px}.contact-form{display:grid;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:500;color:#1a2332}.form-group input,.form-group select,.form-group textarea{border:1px solid #cbd5e0;border-radius:6px;padding:12px 14px;font-size:15px;color:#1a2332;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1a54b9;box-shadow:0 0 0 3px #1f54b926;outline:none}.contact-submit{padding:12px 18px;border-radius:6px;border:none;background:#1f2a3a;color:#fff;font-size:15px;font-weight:500;cursor:not-allowed;opacity:.6}@media(max-width:768px){.contact-wrapper{margin:24px auto;padding:0 16px 32px;gap:24px}.contact-section{padding:20px 22px}}.gdpr-consent-wrapper{max-width:800px;margin:40px auto;padding:0 24px 48px}.gdpr-consent-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:32px 36px;box-shadow:0 8px 24px #0f16231a}.gdpr-consent-card h2{margin:0 0 16px;font-size:28px;font-weight:600;color:#1a2332}.gdpr-intro{margin:0 0 32px;font-size:16px;line-height:1.7;color:#2d3748;padding-bottom:24px;border-bottom:2px solid #e2e8f0}.gdpr-form{display:flex;flex-direction:column;gap:28px}.gdpr-section{background:#f7fafc;border:1px solid #edf2f7;border-radius:8px;padding:20px 24px}.gdpr-section h3{margin:0 0 12px;font-size:18px;font-weight:600;color:#1a2332}.gdpr-section p{margin:0;line-height:1.7;color:#2d3748;font-size:15px}.gdpr-list{margin:12px 0 0;padding-left:24px;color:#2d3748;line-height:1.8}.gdpr-list li{margin-bottom:8px}.gdpr-consents{display:flex;flex-direction:column;gap:20px;padding:24px;background:#fafbfc;border-radius:8px;border:1px solid #e2e8f0}.gdpr-consent-item{display:flex;flex-direction:column;gap:8px}.gdpr-consent-item.required{border-left:3px solid #2b6cb0;padding-left:16px}.gdpr-checkbox-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.gdpr-checkbox-label input[type=checkbox]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#2b6cb0;flex-shrink:0}.gdpr-checkbox-label input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.gdpr-checkbox-text{flex:1;display:flex;align-items:center;gap:8px;font-size:15px;line-height:1.5}.gdpr-checkbox-text strong{color:#1a2332;font-weight:600}.gdpr-required-badge{background:#2b6cb0;color:#fff;font-size:11px;font-weight:600;padding:2px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.gdpr-consent-description{margin:0 0 0 32px;font-size:14px;line-height:1.6;color:#4a5568}.gdpr-error{background:#fff5f5;border:1px solid #fc8181;border-left:3px solid #c53030;border-radius:8px;padding:12px 16px;color:#742a2a}.gdpr-error p{margin:0;font-size:14px}.gdpr-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:8px;border-top:1px solid #e2e8f0}.gdpr-button{padding:12px 24px;border-radius:8px;border:none;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:140px}.gdpr-button:disabled{opacity:.6;cursor:not-allowed}.gdpr-button-primary{background:#2b6cb0;color:#fff}.gdpr-button-primary:hover:not(:disabled){background:#2c5282;transform:translateY(-1px);box-shadow:0 4px 12px #2b6cb04d}.gdpr-button-secondary{background:#fff;color:#2d3748;border:1px solid #cbd5e0}.gdpr-button-secondary:hover:not(:disabled){background:#f7fafc;border-color:#a0aec0}.gdpr-footer{margin-top:32px;padding-top:24px;border-top:2px solid #e2e8f0;font-size:14px;color:#4a5568;line-height:1.7}.gdpr-footer p{margin:0 0 12px}.gdpr-footer a{color:#2b6cb0;text-decoration:none}.gdpr-footer a:hover{text-decoration:underline}.gdpr-footer-note{font-size:13px;color:#718096;font-style:italic}.gdpr-note{margin-top:12px;padding:12px 16px;background:#f0f4f8;border-left:3px solid #2b6cb0;border-radius:6px;font-size:14px;line-height:1.6;color:#2d3748}.gdpr-note strong{color:#1a2332}@media(max-width:768px){.gdpr-consent-wrapper{margin:24px auto;padding:0 16px 32px}.gdpr-consent-card{padding:24px 20px}.gdpr-consent-card h2{font-size:24px}.gdpr-actions{flex-direction:column}.gdpr-button{width:100%}.gdpr-consent-description{margin-left:0;padding-left:32px}}.error-hint .link-button{background:none;border:none;color:inherit;text-decoration:underline;cursor:pointer;font:inherit;padding:0}.error-hint .link-button:hover{color:#2b6cb0}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f9fa}.app{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app-header{background:#0d4f4f;color:#fff;padding:24px 32px;border-bottom:1px solid #2d3748;z-index:10}.header-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:32px}.header-info{display:flex;flex-direction:column;gap:6px}.header-title-link{text-decoration:none;color:inherit}.header-title-link:hover h1,.header-title-link:focus-visible h1{color:#e2e8f0}.header-title-wrapper{display:flex;align-items:center;gap:12px}.header-logo{height:32px;width:32px;object-fit:contain}.header-nav{display:flex;align-items:center;gap:24px}.header-user{display:flex;align-items:center;gap:12px;color:#cbd5e0;font-size:13px}.header-nav-link{color:#cbd5e0;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s ease}.header-nav-link:hover,.header-nav-link.active{color:#fff}.header-nav-link:focus-visible{outline:2px solid #ffffff;outline-offset:4px}.app-header h1{font-size:22px;font-weight:500;margin-bottom:6px;letter-spacing:-.3px;color:#fff}.app-header p{font-size:13px;color:#cbd5e0;font-weight:400}.error-banner{background:#fff5f5;border-left:3px solid #c53030;padding:14px 24px;color:#742a2a;font-size:14px}.error-banner p{margin:4px 0}.error-hint{font-size:12px;color:#742a2a;margin-top:4px}.app-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#f8f9fa;min-height:0}.app-main.scrollable{overflow-y:auto}.loading-state{display:flex;align-items:center;justify-content:center;height:100%;font-size:1.1rem;color:#4a5568}.auth-card{max-width:420px;margin:3rem auto;padding:2.5rem;background:#fff;border-radius:16px;box-shadow:0 20px 45px #0f172a1f;display:flex;flex-direction:column;gap:1.2rem}.auth-card h2{margin:0;color:#1a2845}.auth-card p{margin:0;color:#4a5568}.auth-mode-toggle{display:flex;gap:.75rem}.auth-mode-toggle button{flex:1;padding:.5rem .75rem;border-radius:10px;border:1px solid #cbd5e0;background:#f7fafc;color:#2d3748;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.auth-mode-toggle button.active{background:#2b6cb0;color:#fff;border-color:#2b6cb0;box-shadow:0 8px 20px #2b6cb040}.auth-mode-toggle button:hover{box-shadow:0 6px 16px #2b6cb02e}.auth-form{display:flex;flex-direction:column;gap:.75rem}.auth-form label{font-weight:600;color:#1a2332}.auth-form input{padding:.8rem 1rem;border-radius:10px;border:1px solid #cbd5e0;font-size:1rem;transition:box-shadow .2s ease,border-color .2s ease}.auth-form input:focus{outline:none;border-color:#2b6cb0;box-shadow:0 0 0 3px #2b6cb033}.auth-form button{padding:.85rem;border-radius:12px;border:none;background:#2b6cb0;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.auth-form button:hover{transform:translateY(-1px);box-shadow:0 12px 24px #3b82f640}.auth-form .password-reset{background:none;border:none;color:#2b6cb0;padding:0;text-decoration:underline;font-size:.95rem;cursor:pointer;align-self:flex-start}.auth-form .password-reset:hover{color:#1a365d}.button-link{background:none;border:none;color:#2b6cb0;text-decoration:underline;cursor:pointer;padding:0;font-size:.95rem;align-self:flex-start}.button-link:hover{color:#1a365d}.auth-status{color:#22543d;background:#f0fff4;border-left:3px solid #38a169;padding:.75rem 1rem;border-radius:10px;font-size:.95rem}.button-link{background:none;border:none;color:inherit;font:inherit;text-decoration:underline;cursor:pointer;padding:0}.button-link:hover{color:#fff}.billing-gate{max-width:520px;margin:40px auto;padding:28px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 12px 30px #0f16231f;display:flex;flex-direction:column;gap:16px;color:#1a2332}.billing-form{display:flex;flex-direction:column;gap:12px}.billing-form label{font-weight:500;color:#1a2332}.billing-form input{border:1px solid #cbd5e0;border-radius:6px;padding:12px 14px;font-size:15px;color:#1a2332}.billing-form input:focus{border-color:#1f2a3a;outline:none;box-shadow:0 0 0 3px #1f2a3a26}.billing-actions{display:flex;gap:12px;flex-wrap:wrap}.billing-actions button{padding:12px 18px;border-radius:6px;border:none;background:#1f2a3a;color:#fff;font-size:15px;font-weight:500;cursor:pointer;transition:opacity .2s ease}.billing-actions button.secondary{background:#2d3748}.billing-actions button:disabled{opacity:.6;cursor:not-allowed}.billing-success{color:#0f7a4d;font-weight:500}.billing-error{color:#b83280;font-weight:500}.billing-help{font-size:13px;color:#4a5568}@media(max-width:768px){.billing-gate{margin:24px auto;padding:24px}.billing-actions{flex-direction:column;align-items:stretch}}@media(max-width:768px){.header-content{flex-direction:column;align-items:flex-start;gap:16px}.header-nav{gap:16px;flex-wrap:wrap}.header-nav-link{font-size:12px}.app-header{padding:16px}.app-header h1{font-size:20px}.app-header p{font-size:12px}}.app-footer{background:#0d4f4f;border-top:1px solid #2d3748;padding:16px 24px;text-align:center}.app-footer p{margin:0;font-size:13px;color:#e2e8f0;line-height:1.5}
