.login-container[data-astro-cid-clpaifxp]{position:fixed;top:5rem;right:0;z-index:1001;display:flex;align-items:center;gap:1rem}.login-button[data-astro-cid-clpaifxp]{display:flex;align-items:center;gap:.5rem;padding:1rem 1.25rem 1rem .75rem;border-radius:12px 0 0 12px;background:var(--accent-color);color:#fff;border:none;cursor:pointer;font-weight:500;transition:all var(--transition-normal);box-shadow:var(--shadow-lg)}.login-button[data-astro-cid-clpaifxp]:hover{transform:translate(-4px);box-shadow:var(--shadow-md)}.user-info[data-astro-cid-clpaifxp]{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#ffffffe6;backdrop-filter:blur(8px);border-radius:12px 0 0 12px;box-shadow:var(--shadow-md);padding:.75rem;border:1px solid rgba(255,255,255,.2);transition:all var(--transition-normal);width:48px;overflow:hidden}.user-info[data-astro-cid-clpaifxp]:hover{width:auto;padding-right:1.25rem}.user-avatar[data-astro-cid-clpaifxp]{width:32px;height:32px;border-radius:50%;border:2px solid rgba(255,255,255,.5);flex-shrink:0}.user-name[data-astro-cid-clpaifxp]{font-size:.875rem;font-weight:500;color:var(--text-dark);max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:0;transform:translate(-10px);transition:all var(--transition-normal)}.user-info[data-astro-cid-clpaifxp]:hover .user-name[data-astro-cid-clpaifxp]{opacity:1;transform:translate(0)}.logout-button[data-astro-cid-clpaifxp]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:#ef44441a;color:#ef4444;border:none;border-radius:50%;cursor:pointer;transition:all var(--transition-normal)}.logout-button[data-astro-cid-clpaifxp]:hover{background:#ef4444;color:#fff}@media (max-width: 768px){.login-container[data-astro-cid-clpaifxp]{top:5rem;right:1rem}.login-button[data-astro-cid-clpaifxp],.user-info[data-astro-cid-clpaifxp]{border-radius:9999px}.user-name[data-astro-cid-clpaifxp]{max-width:100px}.user-info[data-astro-cid-clpaifxp]:hover{padding-right:.75rem}}.chat-panel[data-astro-cid-sy3qanz7]{position:fixed;bottom:2rem;right:2rem;z-index:10000;font-family:Manrope,system-ui,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.toggle-chat[data-astro-cid-sy3qanz7]{width:56px;height:56px;border-radius:28px;background:#10a37f;border:none;color:#fff;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:all .2s ease;display:flex;align-items:center;justify-content:center;touch-action:manipulation;-webkit-tap-highlight-color:transparent;z-index:10000;position:relative}.toggle-chat[data-astro-cid-sy3qanz7]:hover{background:#0d8f6e;transform:scale(1.05);box-shadow:0 4px 12px #0003}.chat-container[data-astro-cid-sy3qanz7]{position:absolute;bottom:70px;right:0;width:420px;max-width:420px;height:700px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001f;display:none;flex-direction:column;overflow:hidden;border:1px solid rgba(0,0,0,.08);z-index:10001;box-sizing:border-box}.chat-container[data-astro-cid-sy3qanz7].active{display:flex}.chat-header[data-astro-cid-sy3qanz7]{padding:1rem 1.25rem;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.header-content[data-astro-cid-sy3qanz7]{flex:1}.chat-header[data-astro-cid-sy3qanz7] h3[data-astro-cid-sy3qanz7]{margin:0;font-size:1rem;font-weight:600;color:var(--text-dark, #1E293B);letter-spacing:-.01em}.header-actions[data-astro-cid-sy3qanz7]{display:flex;gap:4px;align-items:center}.header-button[data-astro-cid-sy3qanz7]{background:none;border:none;color:var(--text-light, #64748B);cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all var(--transition-fast, .15s ease);display:flex;align-items:center;justify-content:center;touch-action:manipulation;-webkit-tap-highlight-color:transparent;min-width:2rem;min-height:2rem}.header-button[data-astro-cid-sy3qanz7]:hover{background:#0000000d;color:var(--text-dark, #1E293B)}.chat-container[data-astro-cid-sy3qanz7].maximized{position:fixed;inset:0;width:100vw;height:100vh;border-radius:0;bottom:0!important;z-index:10002}.chat-container[data-astro-cid-sy3qanz7].maximized .chat-header[data-astro-cid-sy3qanz7]{display:flex;position:sticky;top:0;z-index:1}.chat-container[data-astro-cid-sy3qanz7].maximized .chat-messages[data-astro-cid-sy3qanz7]{padding-top:0}.chat-messages[data-astro-cid-sy3qanz7]{flex:1;overflow-y:auto;overflow-x:hidden;padding:1.5rem 0;display:flex;flex-direction:column;background:#fff;width:100%;max-width:100%;box-sizing:border-box;min-width:0}.chat-container[data-astro-cid-sy3qanz7].maximized .chat-messages[data-astro-cid-sy3qanz7]{padding:1.5rem 0}.chat-messages[data-astro-cid-sy3qanz7]::-webkit-scrollbar{width:8px}.chat-messages[data-astro-cid-sy3qanz7]::-webkit-scrollbar-track{background:transparent}.chat-messages[data-astro-cid-sy3qanz7]::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.chat-messages[data-astro-cid-sy3qanz7]::-webkit-scrollbar-thumb:hover{background:#0000004d}.chat-messages[data-astro-cid-sy3qanz7]{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.message[data-astro-cid-sy3qanz7]{display:flex;gap:1rem;padding:1.75rem 1.5rem;padding-left:max(1.5rem,env(safe-area-inset-left,1.5rem));padding-right:max(1.5rem,env(safe-area-inset-right,1.5rem));position:relative;border-bottom:1px solid rgba(0,0,0,.05);width:100%;box-sizing:border-box;min-width:0}.message[data-astro-cid-sy3qanz7]:last-child{border-bottom:none}.message[data-astro-cid-sy3qanz7].user{background:#f7f7f8}.message[data-astro-cid-sy3qanz7].assistant{background:#fff}.message-avatar[data-astro-cid-sy3qanz7]{width:30px;height:30px;border-radius:2px;background:#10a37f;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;font-weight:600}.message[data-astro-cid-sy3qanz7].user .message-avatar[data-astro-cid-sy3qanz7]{background:#5436da;display:none}.message-avatar[data-astro-cid-sy3qanz7] svg[data-astro-cid-sy3qanz7]{width:18px;height:18px}.message-content[data-astro-cid-sy3qanz7]{flex:1;min-width:0;position:relative;max-width:100%;width:100%;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.message[data-astro-cid-sy3qanz7].assistant .message-content[data-astro-cid-sy3qanz7]{padding-right:2rem}.copy-button[data-astro-cid-sy3qanz7]{position:absolute;top:0;right:0;background:#0000000d;border:none;border-radius:.375rem;padding:.375rem;cursor:pointer;opacity:0;transition:all var(--transition-fast, .15s ease);display:flex;align-items:center;justify-content:center;color:var(--text-light, #64748B);touch-action:manipulation;-webkit-tap-highlight-color:transparent;min-width:1.75rem;min-height:1.75rem}.message[data-astro-cid-sy3qanz7].assistant:hover .copy-button[data-astro-cid-sy3qanz7],.message[data-astro-cid-sy3qanz7].assistant .copy-button[data-astro-cid-sy3qanz7]:focus,.message[data-astro-cid-sy3qanz7].assistant .copy-button[data-astro-cid-sy3qanz7]:active{opacity:1}@media (max-width: 768px){.message[data-astro-cid-sy3qanz7].assistant .copy-button[data-astro-cid-sy3qanz7]{opacity:.6}.message[data-astro-cid-sy3qanz7].assistant .copy-button[data-astro-cid-sy3qanz7]:active{opacity:1}}.copy-button[data-astro-cid-sy3qanz7]:hover{background:#0000001a;color:var(--text-dark, #1E293B)}.copy-button[data-astro-cid-sy3qanz7].copied{opacity:1;background:#10a37f;color:#fff}.copy-button[data-astro-cid-sy3qanz7] svg[data-astro-cid-sy3qanz7]{width:16px;height:16px}.message-content[data-astro-cid-sy3qanz7] p[data-astro-cid-sy3qanz7]{margin:0 0 1.25rem;font-size:1rem;line-height:1.8;color:var(--text-dark, #1E293B);word-wrap:break-word;overflow-wrap:break-word;letter-spacing:-.01em;max-width:100%}.message-content[data-astro-cid-sy3qanz7] p[data-astro-cid-sy3qanz7]:first-child{margin-top:0}.message-content[data-astro-cid-sy3qanz7] p[data-astro-cid-sy3qanz7]:last-child{margin-bottom:0}.message-content[data-astro-cid-sy3qanz7] p[data-astro-cid-sy3qanz7]+p[data-astro-cid-sy3qanz7]{margin-top:-.5rem}.message[data-astro-cid-sy3qanz7].user .message-content[data-astro-cid-sy3qanz7] p[data-astro-cid-sy3qanz7]{color:var(--text-dark, #1E293B)}.message-content[data-astro-cid-sy3qanz7] ul[data-astro-cid-sy3qanz7],.message-content[data-astro-cid-sy3qanz7] ol[data-astro-cid-sy3qanz7]{margin:1.25rem 0;padding-left:1.75rem;padding-right:.5rem;max-width:100%;box-sizing:border-box}.message-content[data-astro-cid-sy3qanz7] ul[data-astro-cid-sy3qanz7]:first-child,.message-content[data-astro-cid-sy3qanz7] ol[data-astro-cid-sy3qanz7]:first-child{margin-top:0}.message-content[data-astro-cid-sy3qanz7] ul[data-astro-cid-sy3qanz7]:last-child,.message-content[data-astro-cid-sy3qanz7] ol[data-astro-cid-sy3qanz7]:last-child{margin-bottom:0}.message-content[data-astro-cid-sy3qanz7] li[data-astro-cid-sy3qanz7]{margin:.625rem 0;font-size:1rem;line-height:1.75;color:var(--text-dark, #1E293B);padding-left:.25rem}.message-content[data-astro-cid-sy3qanz7] li[data-astro-cid-sy3qanz7] p[data-astro-cid-sy3qanz7]{margin:0}.message-content[data-astro-cid-sy3qanz7] li[data-astro-cid-sy3qanz7]:first-child{margin-top:0}.message-content[data-astro-cid-sy3qanz7] li[data-astro-cid-sy3qanz7]:last-child{margin-bottom:0}.message-content[data-astro-cid-sy3qanz7] li[data-astro-cid-sy3qanz7]::marker{color:var(--text-light, #64748B);font-weight:500}.message-content[data-astro-cid-sy3qanz7] li[data-astro-cid-sy3qanz7]::marker{color:#8e8ea0}.message-content[data-astro-cid-sy3qanz7] strong[data-astro-cid-sy3qanz7]{font-weight:600;color:var(--text-dark, #1E293B);letter-spacing:-.01em}.message-content[data-astro-cid-sy3qanz7] em[data-astro-cid-sy3qanz7]{font-style:italic;color:var(--text-dark, #1E293B)}.message-content[data-astro-cid-sy3qanz7] h1[data-astro-cid-sy3qanz7],.message-content[data-astro-cid-sy3qanz7] h2[data-astro-cid-sy3qanz7],.message-content[data-astro-cid-sy3qanz7] h3[data-astro-cid-sy3qanz7],.message-content[data-astro-cid-sy3qanz7] h4[data-astro-cid-sy3qanz7]{margin:2rem 0 1rem;font-weight:700;color:var(--text-dark, #1E293B);line-height:1.3;font-family:Manrope,sans-serif;letter-spacing:-.02em;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.message-content[data-astro-cid-sy3qanz7] h1[data-astro-cid-sy3qanz7]:first-child,.message-content[data-astro-cid-sy3qanz7] h2[data-astro-cid-sy3qanz7]:first-child,.message-content[data-astro-cid-sy3qanz7] h3[data-astro-cid-sy3qanz7]:first-child,.message-content[data-astro-cid-sy3qanz7] h4[data-astro-cid-sy3qanz7]:first-child{margin-top:0}.message-content[data-astro-cid-sy3qanz7] h1[data-astro-cid-sy3qanz7]+p[data-astro-cid-sy3qanz7],.message-content[data-astro-cid-sy3qanz7] h2[data-astro-cid-sy3qanz7]+p[data-astro-cid-sy3qanz7],.message-content[data-astro-cid-sy3qanz7] h3[data-astro-cid-sy3qanz7]+p[data-astro-cid-sy3qanz7],.message-content[data-astro-cid-sy3qanz7] h4[data-astro-cid-sy3qanz7]+p[data-astro-cid-sy3qanz7]{margin-top:.5rem}.message-content[data-astro-cid-sy3qanz7] h1[data-astro-cid-sy3qanz7]{font-size:1.875rem}.message-content[data-astro-cid-sy3qanz7] h2[data-astro-cid-sy3qanz7]{font-size:1.5rem}.message-content[data-astro-cid-sy3qanz7] h3[data-astro-cid-sy3qanz7]{font-size:1.25rem}.message-content[data-astro-cid-sy3qanz7] h4[data-astro-cid-sy3qanz7]{font-size:1.125rem}.message-content[data-astro-cid-sy3qanz7] hr[data-astro-cid-sy3qanz7]{margin:2rem 0;border:none;border-top:1px solid rgba(0,0,0,.1);height:0}.message[data-astro-cid-sy3qanz7].loading .message-content[data-astro-cid-sy3qanz7]{min-height:1.5rem}.typing-indicator[data-astro-cid-sy3qanz7]{display:inline-flex;align-items:center;gap:.625rem;padding:1rem 0;min-height:2.5rem;width:100%}.typing-dot[data-astro-cid-sy3qanz7]{width:.75rem;height:.75rem;border-radius:50%;background:var(--accent-color, #3B82F6);animation:typingDot 1.4s ease-in-out infinite;flex-shrink:0;opacity:.7}.typing-dot[data-astro-cid-sy3qanz7]:nth-child(1){animation-delay:0s}.typing-dot[data-astro-cid-sy3qanz7]:nth-child(2){animation-delay:.2s}.typing-dot[data-astro-cid-sy3qanz7]:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-.625rem);opacity:1}}.message[data-astro-cid-sy3qanz7].loading{opacity:1;animation:pulse 2s ease-in-out infinite}.message[data-astro-cid-sy3qanz7].loading .message-content[data-astro-cid-sy3qanz7]{min-height:2.5rem;display:flex;align-items:center}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.message-content[data-astro-cid-sy3qanz7] .math[data-astro-cid-sy3qanz7]{display:block;margin:1.5rem 0;padding:1.25rem;background:#00000005;border-radius:.5rem;overflow-x:auto;overflow-y:hidden;text-align:center;border-left:3px solid var(--accent-color, #3B82F6);max-width:100%;box-sizing:border-box}.message-content[data-astro-cid-sy3qanz7] .math-inline[data-astro-cid-sy3qanz7]{display:inline;padding:.125rem .375rem;background:#00000008;border-radius:.25rem;vertical-align:baseline}.message-content[data-astro-cid-sy3qanz7] .math[data-astro-cid-sy3qanz7] .MathJax[data-astro-cid-sy3qanz7],.message-content[data-astro-cid-sy3qanz7] .math-inline[data-astro-cid-sy3qanz7] .MathJax[data-astro-cid-sy3qanz7]{display:inline-block!important}.message-content[data-astro-cid-sy3qanz7] .math[data-astro-cid-sy3qanz7] .MathJax_Display[data-astro-cid-sy3qanz7]{margin:.75rem 0!important;text-align:center}.message-content[data-astro-cid-sy3qanz7] .math[data-astro-cid-sy3qanz7] .MathJax_Display[data-astro-cid-sy3qanz7] .MathJax[data-astro-cid-sy3qanz7]{text-align:center!important}.message-content[data-astro-cid-sy3qanz7] code[data-astro-cid-sy3qanz7]{background:#0000000f;padding:.125rem .375rem;border-radius:.25rem;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.875rem;color:#e83e8c}.message-content[data-astro-cid-sy3qanz7] pre[data-astro-cid-sy3qanz7]{background:#f6f6f6;padding:1.25rem;border-radius:.5rem;overflow-x:auto;margin:1.25rem 0;border:1px solid rgba(0,0,0,.08);line-height:1.6;position:relative}.message-content[data-astro-cid-sy3qanz7] pre[data-astro-cid-sy3qanz7] code[data-astro-cid-sy3qanz7]{background:none;padding:0;color:#202123;font-size:.875rem;display:block;white-space:pre;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.message-content[data-astro-cid-sy3qanz7] pre[data-astro-cid-sy3qanz7] code[data-astro-cid-sy3qanz7]:before{content:"";display:block;margin-bottom:.5rem}.chat-input-container[data-astro-cid-sy3qanz7]{padding:.75rem 1rem 1rem;padding-left:max(1rem,env(safe-area-inset-left,1rem));padding-right:max(1rem,env(safe-area-inset-right,1rem));background:#fff;border-top:1px solid rgba(0,0,0,.08)}.chat-input-wrapper[data-astro-cid-sy3qanz7]{display:flex;align-items:flex-end;gap:.5rem;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:1.5rem;padding:.5rem .75rem;transition:all var(--transition-normal, .3s ease)}.chat-input-wrapper[data-astro-cid-sy3qanz7]:focus-within{border-color:#10a37f;box-shadow:0 0 0 3px #10a37f1a}.chat-input-wrapper[data-astro-cid-sy3qanz7] textarea[data-astro-cid-sy3qanz7]{flex:1;border:none;outline:none;resize:none;font-family:Manrope,system-ui,sans-serif;font-size:1rem;line-height:1.6;color:var(--text-dark, #1E293B);background:transparent;max-height:200px;min-height:1.5rem;padding:.25rem 0}.chat-input-wrapper[data-astro-cid-sy3qanz7] textarea[data-astro-cid-sy3qanz7]::placeholder{color:#8e8ea0}.send-button[data-astro-cid-sy3qanz7]{width:32px;height:32px;border-radius:6px;background:transparent;border:none;color:#8e8ea0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.send-button[data-astro-cid-sy3qanz7]:not(:disabled):hover{background:#0000000d;color:#10a37f}.send-button[data-astro-cid-sy3qanz7]:disabled{opacity:.4;cursor:not-allowed}.send-button[data-astro-cid-sy3qanz7]:not(:disabled){color:#10a37f}.chat-disclaimer[data-astro-cid-sy3qanz7]{margin:.5rem 1rem 0;font-size:.6875rem;color:var(--text-light, #64748B);text-align:center;line-height:1.4}@media (max-width: 768px){.chat-panel[data-astro-cid-sy3qanz7]{bottom:1rem;right:1rem;left:auto}.chat-container[data-astro-cid-sy3qanz7]{width:calc(100vw - 2rem);max-width:420px;height:calc(100vh - 120px);max-height:700px;bottom:80px;right:0;left:auto;border-radius:12px}.chat-container[data-astro-cid-sy3qanz7].maximized{width:100vw;height:100vh;max-width:none;max-height:none;border-radius:0;bottom:0!important;right:0;left:0}.toggle-chat[data-astro-cid-sy3qanz7]{position:fixed;bottom:1rem;right:1rem;width:56px;height:56px}.chat-header[data-astro-cid-sy3qanz7]{padding:.75rem 1rem}.chat-header[data-astro-cid-sy3qanz7] h3[data-astro-cid-sy3qanz7]{font-size:.9375rem}.header-button[data-astro-cid-sy3qanz7]{padding:.375rem}.message[data-astro-cid-sy3qanz7]{padding:1rem 1.25rem;padding-left:max(1.25rem,env(safe-area-inset-left,1.25rem))}.chat-input-container[data-astro-cid-sy3qanz7]{padding-left:max(1rem,env(safe-area-inset-left,1rem));padding-right:max(1rem,env(safe-area-inset-right,1rem))}.message-avatar[data-astro-cid-sy3qanz7]{width:28px;height:28px}.chat-input-container[data-astro-cid-sy3qanz7]{padding:10px 12px 12px}.chat-input-wrapper[data-astro-cid-sy3qanz7]{padding:6px 10px}.chat-input-wrapper[data-astro-cid-sy3qanz7] textarea[data-astro-cid-sy3qanz7]{font-size:16px;-webkit-appearance:none;-webkit-border-radius:0}.chat-container[data-astro-cid-sy3qanz7].maximized{position:fixed;inset:0;width:100vw;height:100vh;max-width:none;max-height:none;border-radius:0;z-index:10000}.toggle-chat[data-astro-cid-sy3qanz7]{z-index:9999}}@media (prefers-color-scheme: dark){.chat-container[data-astro-cid-sy3qanz7]{background:#343541;border-color:#ffffff1a}.chat-header[data-astro-cid-sy3qanz7]{background:#343541;border-bottom-color:#ffffff1a}.chat-header[data-astro-cid-sy3qanz7] h3[data-astro-cid-sy3qanz7]{color:#ececf1}.header-button[data-astro-cid-sy3qanz7]{color:#8e8ea0}.header-button[data-astro-cid-sy3qanz7]:hover{background:#ffffff1a;color:#ececf1}.chat-messages[data-astro-cid-sy3qanz7],.message[data-astro-cid-sy3qanz7].user{background:#343541}.message[data-astro-cid-sy3qanz7].assistant{background:#444654}.message-content[data-astro-cid-sy3qanz7] p[data-astro-cid-sy3qanz7],.message-content[data-astro-cid-sy3qanz7] li[data-astro-cid-sy3qanz7]{color:#ffffffe6}.message-content[data-astro-cid-sy3qanz7] strong[data-astro-cid-sy3qanz7],.message-content[data-astro-cid-sy3qanz7] h1[data-astro-cid-sy3qanz7],.message-content[data-astro-cid-sy3qanz7] h2[data-astro-cid-sy3qanz7],.message-content[data-astro-cid-sy3qanz7] h3[data-astro-cid-sy3qanz7],.message-content[data-astro-cid-sy3qanz7] h4[data-astro-cid-sy3qanz7]{color:#ececf1}.typing-dot[data-astro-cid-sy3qanz7]{background:#fff9}.copy-button[data-astro-cid-sy3qanz7]{background:#ffffff1a;color:#8e8ea0}.copy-button[data-astro-cid-sy3qanz7]:hover{background:#ffffff26;color:#ececf1}.copy-button[data-astro-cid-sy3qanz7].copied{background:#10a37f;color:#fff}.message-content[data-astro-cid-sy3qanz7] code[data-astro-cid-sy3qanz7]{background:#ffffff1a;color:#f472b6}.message-content[data-astro-cid-sy3qanz7] pre[data-astro-cid-sy3qanz7]{background:#2d2d2d;border-color:#ffffff1a}.message-content[data-astro-cid-sy3qanz7] pre[data-astro-cid-sy3qanz7] code[data-astro-cid-sy3qanz7]{color:#ececf1}.chat-input-container[data-astro-cid-sy3qanz7]{background:#343541;border-top-color:#ffffff1a}.chat-input-wrapper[data-astro-cid-sy3qanz7]{background:#40414f;border-color:#fff3}.chat-input-wrapper[data-astro-cid-sy3qanz7]:focus-within{border-color:#10a37f}.chat-input-wrapper[data-astro-cid-sy3qanz7] textarea[data-astro-cid-sy3qanz7]{color:#ececf1}.chat-input-wrapper[data-astro-cid-sy3qanz7] textarea[data-astro-cid-sy3qanz7]::placeholder{color:#8e8ea0}.send-button[data-astro-cid-sy3qanz7]:not(:disabled):hover{background:#ffffff1a}.chat-disclaimer[data-astro-cid-sy3qanz7]{color:#8e8ea0}}:root{--primary-color: #0F172A;--secondary-color: #1E293B;--accent-color: #3B82F6;--accent-light: #60A5FA;--background-light: #F8FAFC;--text-dark: #1E293B;--text-light: #64748B;--success-color: #10B981;--warning-color: #F59E0B;--error-color: #EF4444;--gradient-primary: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);--gradient-accent: linear-gradient(135deg, #3B82F6 0%, #60A5FA 100%);--gradient-text: linear-gradient(135deg, #0F172A 0%, #3B82F6 100%);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: .5s cubic-bezier(.4, 0, .2, 1)}.noise{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:.05;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}html{font-family:Manrope,system-ui,sans-serif;background:var(--background-light);scroll-behavior:smooth;scroll-padding-top:5rem;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;color:var(--text-dark);overflow-x:hidden;background:linear-gradient(135deg,#f8fafc,#eff6ff)}.card{background:#ffffffe6;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;box-shadow:var(--shadow-lg);transition:all var(--transition-normal)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--accent-color)}h1,h2,h3,h4,h5,h6{font-family:Manrope,sans-serif;font-weight:800;line-height:1.2;background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h1{font-size:clamp(3rem,8vw,5rem);letter-spacing:-.03em}.footer{position:relative;margin-top:8rem;background:var(--primary-color);color:#fff;overflow:hidden}.footer-waves{position:absolute;top:-120px;left:0;width:100%;height:120px;overflow:hidden}.footer-waves svg{position:absolute;width:100%;height:100%}.footer-content{position:relative;max-width:1200px;margin:0 auto;padding:4rem 2rem 2rem}.footer-main{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:4rem}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{font-size:2rem;font-weight:800;color:var(--accent-color)}.footer-tagline{font-size:1rem;color:#fffc;max-width:300px}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff1a;color:#fff;transition:all var(--transition-normal)}.social-links a:hover{background:var(--accent-color);transform:translateY(-2px)}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem}.section-title{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.5rem;background:#ffffff0d;border-radius:8px;width:fit-content}.section-title svg{color:var(--accent-color)}.section-title h3{font-size:1.125rem;font-weight:600;margin:0;color:#fff;-webkit-text-fill-color:white;letter-spacing:.5px;text-transform:uppercase}.footer-section nav,.footer-section address{display:flex;flex-direction:column;gap:1rem}.nav-link,.contact-link{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:8px;transition:all var(--transition-normal);color:#fffc;text-decoration:none}.nav-link:hover,a.contact-link:hover{background:#ffffff1a;transform:translate(4px);color:#fff}.nav-link svg,.contact-link svg{color:var(--accent-color)}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;color:#fff9;font-size:.875rem}.footer-meta{display:flex;align-items:center;gap:1rem}.separator{color:#ffffff4d}@media (max-width: 768px){.footer-main{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}@media print{.footer,.noise{display:none}}
