*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}a{color:inherit;-webkit-tap-highlight-color:transparent}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{--theme-primary: #000000;--theme-primary-hover: #111111;--theme-on-primary: #ffffff;--theme-bg: #ffffff;--theme-on-bg: #000000;--theme-surface-1: #f2f2f2;--theme-on-surface-1: #000000;--theme-surface-2: #e6e6e6;--theme-on-surface-2: #000000;--theme-surface-card-dark: #2a2a2d;--theme-on-surface-card-dark: #ffffff;--theme-surface-form: #f7f7f8;--theme-on-surface-form: #000000;--theme-radius-button: 4px;--theme-radius-input: 6px;--theme-radius-card: 12px;--theme-radius-hero: 16px;--theme-transition: .2s ease-in-out;--section-margin: 3rem;--theme-grid-gap: 1rem;--container-max-width: 1440px;--container-max-width-narrow: 960px;--container-padding: 0 1rem;--theme-blog-post-header-width: 1200px;--theme-font-family-serif: "Roboto Serif", Georgia, Cambria, "Times New Roman", Times, serif;--theme-font-family-sans: "Lato", -apple-system, BlinkMacSystemFont, sans-serif}@font-face{font-family:"Roboto Serif";font-style:normal;font-weight:600;font-display:swap;src:local(""),url(/assets/fonts/roboto-serif-v8-latin-600.woff2) format("woff2"),url(/assets/fonts/roboto-serif-v8-latin-600.woff) format("woff")}@font-face{font-family:"Roboto Serif";font-style:normal;font-weight:700;font-display:swap;src:local(""),url(/assets/fonts/roboto-serif-v8-latin-700.woff2) format("woff2"),url(/assets/fonts/roboto-serif-v8-latin-700.woff) format("woff")}@font-face{font-family:Lato;font-style:normal;font-weight:300;font-display:swap;src:local(""),url(/assets/fonts/lato-v23-latin-300.woff2) format("woff2"),url(/assets/fonts/lato-v23-latin-300.woff) format("woff")}@font-face{font-family:Lato;font-style:normal;font-weight:400;font-display:swap;src:local(""),url(/assets/fonts/lato-v23-latin-regular.woff2) format("woff2"),url(/assets/fonts/lato-v23-latin-regular.woff) format("woff")}@font-face{font-family:Lato;font-style:normal;font-weight:700;font-display:swap;src:local(""),url(/assets/fonts/lato-v23-latin-700.woff2) format("woff2"),url(/assets/fonts/lato-v23-latin-700.woff) format("woff")}@font-face{font-family:Lato;font-style:italic;font-weight:700;font-display:swap;src:local(""),url(/assets/fonts/lato-v23-latin-700italic.woff2) format("woff2"),url(/assets/fonts/lato-v23-latin-700italic.woff) format("woff")}:root{--font-size-sm: clamp(14.4px, .07vw + 14.13px, 15px);--font-size-base: clamp(18px, .23vw + 17.09px, 20px);--font-size-md: clamp(22.5px, .47vw + 20.61px, 26.66px);--font-size-lg: clamp(28.13px, .84vw + 24.76px, 35.54px);--font-size-xl: clamp(35.16px, 1.39vw + 29.6px, 47.37px);--font-size-xxl: clamp(43.95px, 2.18vw + 35.22px, 63.15px);--font-size-xxxl: clamp(54.93px, 3.32vw + 41.64px, 84.17px)}html,body{line-height:1.5;font-family:var(--theme-font-family-sans);font-size:var(--font-size-base);color:var(--theme-on-bg)}h1,h2,h3{font-family:var(--theme-font-family-serif);font-weight:700}h1{font-size:var(--font-size-xxl)}h2{font-size:var(--font-size-xl)}h3{font-size:var(--font-size-lg)}h1,h2{line-height:1.1;font-weight:700}h3{font-weight:500}h6{font-size:var(--font-size-sm)}h1,h2,h3,h4,h5,h6,p{margin:0 0 1rem}blockquote{font-style:italic;font-size:var(--font-size-base);font-weight:500;margin-bottom:1rem;padding-left:1.5rem;border-left:.25rem solid var(--theme-on-bg)}html,body{height:100%}body{max-width:1920px;margin:0 auto;background-color:var(--theme-bg);position:relative}pre{padding:1em;border-radius:.5em;overflow:auto}pre .language-id{display:none}.request-form{display:flex;flex-direction:column;gap:1.25rem}.request-form :is(input,select,textarea){width:100%;box-sizing:border-box}.request-form textarea{resize:vertical}.request-form .form-actions{margin-top:.75rem;display:flex;justify-content:center}body.chat-open{overflow:hidden;width:100%}.chat-button{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:#000;color:#fff;border:none;cursor:pointer;z-index:4000;display:flex;align-items:center;justify-content:center;font-size:22px}body.chat-open .chat-button{display:none}.chat-overlay{position:fixed;inset:0;background:#00000059;z-index:3000;height:100dvh}.chat-drawer{position:fixed;right:-360px;top:0;width:min(360px,100%);height:100dvh;background:#fff;display:flex;flex-direction:column;transition:right .25s ease}.chat-overlay.open .chat-drawer{right:0}.chat-header{padding:14px 16px;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center}.chat-close{background:transparent;border:none;font-size:26px;cursor:pointer;color:#000;padding:4px 10px}.chat-messages{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.chat-bubble{padding:10px 12px;border-radius:10px;max-width:70%;font-size:14px;line-height:1.4;white-space:pre-wrap;word-break:break-word}.user{background:#fff;color:#444;margin-left:auto;border:1px solid #444;border-bottom-right-radius:4px}.ai{background:transparent;color:#000;border:1px solid #000;margin-right:auto;border-bottom-left-radius:4px}.chat-thinking{display:inline-flex;gap:4px;align-items:center}.chat-thinking span{width:6px;height:6px;background:currentColor;border-radius:50%;color:#36c2ff;animation:chat-bounce 1.4s infinite ease-in-out both,ai-sparkle 2s linear infinite}.chat-thinking span:nth-child(1){animation-delay:-.32s}.chat-thinking span:nth-child(2){animation-delay:-.16s}@keyframes ai-sparkle{0%{color:#36c2ff}33%{color:#7a3bff}66%{color:#ff2fa1}to{color:#36c2ff}}@keyframes chat-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-input{border-top:1px solid #e5e5e5;padding:12px}.chat-input-row{display:flex;gap:8px}.chat-input input{width:100%;padding:10px;border:1px solid #ccc;border-radius:6px;font-size:16px;outline:none}.chat-input input:focus{border-color:#000}.chat-send{padding:0 14px;border-radius:6px;border:1px solid #000;background:#000;color:#fff;font-size:18px;cursor:pointer}.chat-mic{min-width:48px;padding:0 12px;border-radius:6px;border:1px solid #000;background:#fff;color:#000;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.chat-mic svg{width:18px;height:18px;color:#000;fill:currentColor}.chat-mic.listening svg{animation:mic-sparkle 2s linear infinite;color:#36c2ff}@keyframes mic-sparkle{0%{color:#36c2ff}33%{color:#7a3bff}66%{color:#ff2fa1}to{color:#36c2ff}}.chat-input input,.chat-mic,.chat-send{height:42px}:root{--header-height: 72px}@media(max-width:600px){:root{--header-height: 56px}}#content{padding-top:var(--header-height)}.odyssey-logo[data-astro-cid-tvrurpns]{width:fit-content;margin:0;font-family:var(--theme-font-family-serif);font-size:var(--font-size-md);color:inherit}.odyssey-logo[data-astro-cid-tvrurpns]:hover{text-decoration:underline;cursor:pointer}
