:root{color-scheme:light;--md-ref-typeface-plain: "Roboto Flex", "Segoe UI", system-ui, sans-serif;--md-ref-typeface-expressive: "Fraunces", "Georgia", serif;--md-sys-color-primary: #8b5e34;--md-sys-color-on-primary: #ffffff;--md-sys-color-primary-container: #f5e9dc;--md-sys-color-on-primary-container: #3e2a18;--md-sys-color-secondary: #b17852;--md-sys-color-on-secondary: #ffffff;--md-sys-color-secondary-container: #ffede0;--md-sys-color-on-secondary-container: #442a18;--md-sys-color-tertiary: #6c4f8a;--md-sys-color-on-tertiary: #ffffff;--md-sys-color-tertiary-container: #ebdcff;--md-sys-color-on-tertiary-container: #25144a;--md-sys-color-background: #fffbf6;--md-sys-color-on-background: #2f2218;--md-sys-color-surface: #fff7ed;--md-sys-color-on-surface: #3e2f23;--md-sys-color-surface-variant: #f0dfcd;--md-sys-color-on-surface-variant: #564232;--md-sys-color-surface-container: #faf0e4;--md-sys-color-surface-container-high: #f1e4d6;--md-sys-color-surface-container-highest: #e6d9ca;--md-sys-color-outline: #a37e5d;--md-sys-color-outline-variant: #d6c3b1;--md-sys-color-error: #ba1b1b;--md-sys-color-on-error: #ffffff;--md-sys-color-success: #2e7d32;--md-sys-color-on-success: #ffffff;--md-sys-color-shadow: rgba(69, 40, 12, .2);--md-sys-color-shadow-soft: rgba(69, 40, 12, .12);--md-token-overlay-soft: rgba(139, 94, 52, .08);--md-token-overlay-strong: rgba(139, 94, 52, .16);--md-token-overlay-secondary: rgba(177, 120, 82, .14);--md-token-overlay-tertiary: rgba(108, 79, 138, .16);--md-token-overlay-error: rgba(186, 27, 27, .16);--md-token-state-hover: rgba(62, 47, 35, .08);--md-token-state-focus: rgba(62, 47, 35, .12);--md-token-state-pressed: rgba(62, 47, 35, .14);--md-sys-shape-extra-large: 44px;--md-sys-shape-large: 28px;--md-sys-shape-medium: 20px;--md-sys-shape-small: 12px;--md-sys-shape-extra-small: 8px;--md-sys-shape-full: 999px;--md-motion-duration-short: .15s;--md-motion-duration-medium: .26s;--md-motion-duration-long: .42s;--md-motion-easing-standard: cubic-bezier(.2, 0, 0, 1);--md-motion-easing-emphasized: cubic-bezier(.3, 0, .2, 1);--md-sys-elevation-1: 0 1px 2px rgba(69, 40, 12, .12), 0 2px 6px rgba(69, 40, 12, .14);--md-sys-elevation-2: 0 4px 10px rgba(69, 40, 12, .12), 0 8px 24px rgba(69, 40, 12, .18);--md-sys-elevation-3: 0 12px 28px rgba(69, 40, 12, .16), 0 20px 48px rgba(69, 40, 12, .2)}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:var(--md-ref-typeface-plain);background:radial-gradient(circle at 18% -12%,rgba(108,79,138,.08),transparent 55%),radial-gradient(circle at 85% 8%,rgba(139,94,52,.14),transparent 60%),var(--md-sys-color-background);color:var(--md-sys-color-on-background);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--md-ref-typeface-expressive);font-weight:650;color:var(--md-sys-color-on-surface);margin:0}p{margin:0;line-height:1.55;color:var(--md-sys-color-on-surface)}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit}button{border:none;cursor:pointer;background:none}::selection{background:#8b5e342e}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#a37e5d8c;border-radius:999px}::-webkit-scrollbar-track{background:transparent}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-top-bar{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fff7edeb;border-bottom:1px solid var(--md-sys-color-outline-variant);box-shadow:var(--md-sys-elevation-1);padding-block:.4rem;transition:padding var(--md-motion-duration-medium) var(--md-motion-easing-emphasized),box-shadow var(--md-motion-duration-medium) var(--md-motion-easing-standard)}@media(min-width:768px){.app-top-bar{padding-block:.35rem}}.app-top-bar--condensed{padding-block:.35rem;box-shadow:none}.app-top-bar__inner{width:min(1120px,100%);margin:0 auto;padding-inline:clamp(1rem,4vw,2.5rem);display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.app-top-bar__brand{display:flex;align-items:center;gap:.75rem;min-width:0;cursor:pointer}@media(max-width:767px){.app-top-bar__brand{gap:.1rem}.app-brand-text{margin-left:0}}.app-top-bar__brand:hover .app-brand-mark,.app-top-bar__brand:hover .app-brand-text{transform:scale(1.05)}.app-top-bar__brand:hover .app-brand-text{color:#774e28}.app-top-bar__actions{margin-left:auto;display:flex;align-items:center;gap:.75rem}.app-top-bar__mode{display:none}.app-top-bar__mode-button{border-radius:calc(var(--md-sys-shape-small) - 4px);padding:.45rem .85rem;background:transparent;color:#3e2f23c7;font-weight:600;font-size:.85rem;display:inline-flex;align-items:center;justify-content:center;transition:color var(--md-motion-duration-long) var(--md-motion-easing-emphasized),background-color var(--md-motion-duration-long) var(--md-motion-easing-emphasized),transform var(--md-motion-duration-short) var(--md-motion-easing-standard),box-shadow var(--md-motion-duration-long) var(--md-motion-easing-emphasized)}.app-top-bar__mode-button:hover:not(.app-top-bar__mode-button--active){background:var(--md-token-state-hover);transform:translateY(-1px);box-shadow:0 2px 4px #45280c14}.app-top-bar__mode-button:focus-visible{outline:3px solid rgba(139,94,52,.35);outline-offset:2px}.app-top-bar__mode-button--active{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);box-shadow:var(--md-sys-elevation-1)}.app-brand-mark{width:clamp(4.5rem,7vw,6rem);height:clamp(4.5rem,7vw,6rem);border-radius:0;background:none;color:var(--md-sys-color-on-surface);display:inline-flex;align-items:center;justify-content:center;padding:0;transition:transform var(--md-motion-duration-short) var(--md-motion-easing-standard)}.app-brand-text{font-family:"Inter",var(--md-ref-typeface-plain);font-size:clamp(1.4rem,3vw,2rem);font-weight:800;letter-spacing:-.02em;text-transform:lowercase;color:#8b5e34;line-height:1;margin-left:.5rem;position:relative;display:inline-block;font-feature-settings:"kern" 1;text-shadow:0 1px 2px rgba(139,94,52,.08);transition:transform var(--md-motion-duration-short) var(--md-motion-easing-standard),color var(--md-motion-duration-short) var(--md-motion-easing-standard)}@media(min-width:768px){.app-top-bar__brand{gap:0rem}.app-brand-text{margin-left:0;letter-spacing:-.03em}}.app-top-bar__title{font-size:clamp(1.3rem,1.8vw,1.75rem);font-weight:720;letter-spacing:-.01em;color:var(--md-sys-color-on-surface);transition:font-size var(--md-motion-duration-medium) var(--md-motion-easing-emphasized);white-space:nowrap}.app-top-bar__meta{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:1.25rem;padding:clamp(2.25rem,8vw,3rem) clamp(1.5rem,8vw,2.75rem);background:linear-gradient(160deg,#120c0485,#2d1e0cad);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-4%);transition:transform var(--md-motion-duration-medium) var(--md-motion-easing-emphasized),opacity var(--md-motion-duration-medium) var(--md-motion-easing-emphasized);z-index:120;width:100vw;height:100vh;max-height:none;overflow:hidden}.app-top-bar__meta[data-open=true]{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.app-top-bar__meta-surface{margin:clamp(3rem,12vw,4.5rem) auto clamp(2.5rem,12vw,3.5rem);width:min(520px,92vw);max-width:calc(100vw - (2*clamp(1.5rem,8vw,2.75rem)));background:linear-gradient(135deg,#fff7edf5,#fff2e0e0);border-radius:var(--md-sys-shape-extra-large);border:1px solid rgba(139,94,52,.22);box-shadow:var(--md-sys-elevation-4);padding:clamp(1.75rem,4vw,2.5rem);display:flex;flex-direction:column;gap:clamp(1.4rem,4vw,1.9rem);transform:translateY(18px) scale(.98);opacity:0;transition:transform var(--md-motion-duration-medium) var(--md-motion-easing-emphasized),opacity var(--md-motion-duration-medium) var(--md-motion-easing-emphasized);max-height:calc(100vh - (2*clamp(2.5rem,12vw,3.5rem)));overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(139,94,52,.3) transparent}.app-top-bar__meta-surface::-webkit-scrollbar{width:6px}.app-top-bar__meta-surface::-webkit-scrollbar-track{background:transparent}.app-top-bar__meta-surface::-webkit-scrollbar-thumb{background:#8b5e344d;border-radius:3px}@media(max-width:767px){.app-top-bar__meta-surface{max-height:100svh;margin:0;width:100vw;max-width:100vw;padding:clamp(1.5rem,4vw,2rem);border-radius:0}.app-top-bar__meta{padding:0;background:#120c04d9}}.app-top-bar__meta[data-open=true] .app-top-bar__meta-surface{transform:translateY(0) scale(1);opacity:1}.app-top-bar__meta-header{display:flex;align-items:center;justify-content:space-between}.app-top-bar__meta-headline{display:flex;flex-direction:column;gap:.35rem}.app-top-bar__meta-label{font-weight:650;color:var(--md-sys-color-on-surface);font-size:clamp(1rem,4vw,1.15rem)}.app-top-bar__meta-hint{font-size:.9rem;color:#3e2f23bf;line-height:1.5}.app-top-bar__menu-close{display:inline-flex}.app-top-bar__menu-button{display:inline-flex;margin-left:auto}.app-top-bar__menu-button svg{transition:transform var(--md-motion-duration-medium) var(--md-motion-easing-emphasized)}.app-top-bar__menu-button--open svg{transform:rotate(90deg)}.app-top-bar__meta-scrim{display:none}.app-top-bar__control{display:flex;width:100%;flex:none}.app-top-bar__control>*{width:100%}.app-top-bar__control .md3-segmented{justify-content:center}.app-top-bar__control .md3-segmented__button{flex:1}.app-top-bar__meta-section{display:flex;flex-direction:column;gap:.75rem;padding:clamp(1.1rem,3vw,1.4rem) clamp(1.1rem,3vw,1.5rem);border-radius:var(--md-sys-shape-large);background:#fff7edc7;border:1px solid rgba(139,94,52,.16);box-shadow:var(--md-sys-elevation-1)}.app-top-bar__meta-section--primary{background:linear-gradient(135deg,#8b5e3424,#ffd4ab59);border-color:#8b5e3447;box-shadow:var(--md-sys-elevation-2)}.app-top-bar__meta-section-title{font-weight:650;font-size:1rem;color:#3e2f23eb}.app-top-bar__meta-caption{font-size:.9rem;color:#3e2f23b8;line-height:1.5}.app-top-bar__meta-actions{display:flex;flex-direction:column;gap:.75rem;width:100%}.app-top-bar__meta-action{width:100%}.app-top-bar__meta-actions .md3-filled-button{width:100%;justify-content:center}.app-top-bar__primary-action{min-height:2.875rem}.app-top-bar__meta-scrim{position:fixed;top:0;right:0;bottom:0;left:0;display:block;background:#20171173;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:110}@media(min-width:768px){.app-top-bar__meta{justify-content:center}.app-top-bar__meta-surface{width:min(640px,62vw);margin:clamp(4rem,14vh,6rem) auto;padding:clamp(2rem,3vw,2.75rem)}}.app-main{flex:1;width:100%;padding:clamp(1.5rem,5vw,3.5rem) clamp(1.25rem,5vw,3.5rem) clamp(3rem,6vw,4rem)}@media screen and (min-width:768px){.app-main{padding-top:clamp(1rem,2vw,1.5rem);padding-bottom:clamp(1rem,2vw,2rem);height:calc(100vh - 4.5rem);max-height:calc(100vh - 4.5rem);display:flex;flex-direction:column;overflow:hidden}}.app-main__content{width:min(1120px,100%);margin:0 auto;display:flex;flex-direction:column;gap:clamp(1.5rem,3vw,2.75rem)}@media screen and (min-width:768px){.app-main__content{flex:1;min-height:0;max-height:100%;display:flex;flex-direction:column;gap:clamp(.75rem,1.5vw,1.25rem);position:relative}.app-main__content>.md3-conversation{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:min(1120px,100%)!important;height:auto!important;min-height:min(300px,calc(100vh - 7.5rem))!important;max-height:calc(100vh - 7.5rem)!important;z-index:5!important;transition:top .7s cubic-bezier(.4,0,.2,1) .3s,bottom .7s cubic-bezier(.4,0,.2,1) .3s,max-height .7s cubic-bezier(.4,0,.2,1) .3s,min-height .7s cubic-bezier(.4,0,.2,1) .3s,height .7s cubic-bezier(.4,0,.2,1) .3s,transform .7s cubic-bezier(.4,0,.2,1) .3s;will-change:top,bottom,max-height,min-height,height,transform}.app-main__content>.app-desktop-content-wrapper>.md3-conversation{position:fixed!important;left:50%!important;top:calc(4.5rem + var(--headline-height, 250px) + 1.25rem)!important;bottom:auto!important;transform:translate(-50%)!important;width:min(1120px,100%)!important;height:auto!important;max-height:calc(100vh - 4.5rem - var(--headline-height, 250px) - 1.25rem - var(--footer-height, 3rem))!important;min-height:min(300px,calc(100vh - 4.5rem - var(--headline-height, 250px) - 1.25rem - var(--footer-height, 3rem)))!important;order:2;overflow:hidden!important}.app-main__content>.md3-conversation--expanded,.app-main__content>.app-desktop-content-wrapper>.md3-conversation--expanded,.app-main__content .md3-conversation.md3-conversation--expanded{position:fixed!important;left:50%!important;top:5rem!important;bottom:var(--footer-height, 6rem)!important;transform:translate(-50%)!important;width:min(1120px,100%)!important;height:auto!important;max-height:none!important;min-height:300px!important;transition:top .7s cubic-bezier(.4,0,.2,1) .3s,bottom .7s cubic-bezier(.4,0,.2,1) .3s,left .7s cubic-bezier(.4,0,.2,1) .3s,width .7s cubic-bezier(.4,0,.2,1) .3s,transform .7s cubic-bezier(.4,0,.2,1) .3s;z-index:10!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.app-desktop-content-wrapper{display:flex;flex-direction:column;width:100%;position:relative;gap:1.25rem}.app-main__content>.app-desktop-content-wrapper>.app-welcome-hero-desktop,.app-main__content>.app-welcome-hero-desktop{order:1!important;flex:0 0 auto;transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1),max-height .5s cubic-bezier(.4,0,.2,1),margin .5s cubic-bezier(.4,0,.2,1),padding .5s cubic-bezier(.4,0,.2,1);will-change:opacity,transform,max-height}.app-main__content>.app-desktop-content-wrapper>.md3-conversation,.app-main__content>.md3-conversation{order:2!important}.app-main__content:has(.md3-conversation--expanded)>.app-desktop-content-wrapper>.app-welcome-hero-desktop,.app-main__content:has(.md3-conversation--expanded)>.app-welcome-hero-desktop{opacity:0;transform:translateY(-20px);max-height:0;margin:0;padding:0;overflow:hidden}.app-main__content>.space-y-4{flex:0 0 auto;max-height:40vh;overflow-y:auto;margin-top:1rem}}.app-footer{padding:1.5rem clamp(1.25rem,4vw,3rem);border-top:1px solid var(--md-sys-color-outline-variant);background:#fff7edeb;margin-top:auto}.app-footer__content{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:1200px;margin:0 auto}.app-footer__copyright{font-size:.875rem;color:#3e2f23ad;margin:0}.app-footer__links{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.app-footer__link{background:none;border:none;color:var(--md-sys-color-primary);cursor:pointer;padding:.25rem .5rem;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;font-size:.875rem;transition:color var(--md-motion-duration-short) var(--md-motion-easing-standard)}.app-footer__link:hover{color:var(--md-sys-color-on-primary-container);text-decoration-thickness:2px}.app-footer__link:focus{outline:2px solid var(--md-sys-color-primary);outline-offset:2px;border-radius:var(--md-sys-shape-extra-small)}.app-footer__separator{color:#3e2f2366}@media(min-width:768px){.app-footer__content{flex-direction:row;justify-content:space-between}}.md3-inline-alert{background:#ba1b1b14;border:1px solid rgba(186,27,27,.3);color:var(--md-sys-color-on-surface);border-radius:var(--md-sys-shape-medium);padding:1rem 1.25rem;box-shadow:var(--md-sys-elevation-1)}.mode-hero{position:relative;overflow:hidden;border-radius:var(--md-sys-shape-extra-large);border:1px solid var(--md-sys-color-outline-variant);background:linear-gradient(135deg,#f5e9dcf5,#faf0e4d1);box-shadow:var(--md-sys-elevation-2);padding:clamp(1.8rem,4vw,3rem);display:flex;flex-direction:column;gap:clamp(1.5rem,4vw,2.5rem)}.mode-hero__header{display:flex;flex-direction:column;gap:.75rem}@media(min-width:768px){.mode-hero__header{flex-direction:row;justify-content:space-between;align-items:center}}.mode-hero__cards{display:grid;gap:clamp(1rem,2.5vw,1.5rem)}@media(min-width:1024px){.mode-hero__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.md3-hero-card{display:flex;flex-direction:column;justify-content:space-between;gap:clamp(1.25rem,3vw,1.75rem);border-radius:var(--md-sys-shape-extra-large);border:1px solid var(--md-sys-color-outline-variant);background:#fff7edf2;padding:clamp(1.5rem,3vw,2rem);transition:transform var(--md-motion-duration-medium) var(--md-motion-easing-emphasized),box-shadow var(--md-motion-duration-medium) var(--md-motion-easing-emphasized),border-color var(--md-motion-duration-medium) var(--md-motion-easing-standard);box-shadow:var(--md-sys-elevation-1)}.md3-hero-card:hover{transform:translateY(-6px) scale(1.01);box-shadow:var(--md-sys-elevation-2)}.md3-hero-card--active{border-color:#8b5e3473;background:#f5e9dcfa;box-shadow:var(--md-sys-elevation-2);transform:translateY(-8px)}.md3-hero-card--active:hover{transform:translateY(-8px) scale(1.01)}.md3-hero-card__intro{display:flex;flex-direction:column;gap:.75rem}.md3-hero-card__description{color:#3e2f23bf;line-height:1.5}.md3-hero-card__badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:var(--md-sys-shape-full);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;background:#8b5e341f;color:#3e2f23cc;font-weight:600}.md3-number-chip{width:1.75rem;height:1.75rem;border-radius:var(--md-sys-shape-full);background:#f5e9dce6;color:var(--md-sys-color-on-primary-container);display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem}.md3-segmented{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem;border-radius:var(--md-sys-shape-small);border:1px solid var(--md-sys-color-outline-variant);background:#faf0e4e6;box-shadow:var(--md-sys-elevation-1)}.md3-segmented__button{position:relative;border-radius:calc(var(--md-sys-shape-small) - 4px);padding:.55rem 1.05rem;background:transparent;color:#3e2f23c7;font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;transition:color var(--md-motion-duration-short) var(--md-motion-easing-standard),transform var(--md-motion-duration-short) var(--md-motion-easing-standard),background-color var(--md-motion-duration-short) var(--md-motion-easing-standard);z-index:1}.md3-segmented__button:hover:not(.md3-segmented__button--active){background:var(--md-token-state-hover)}.md3-segmented__button:focus-visible{outline:3px solid rgba(139,94,52,.35);outline-offset:2px}.md3-segmented__button--active{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);box-shadow:var(--md-sys-elevation-1);transition:color var(--md-motion-duration-short) var(--md-motion-easing-standard),background-color var(--md-motion-duration-short) var(--md-motion-easing-standard),box-shadow var(--md-motion-duration-short) var(--md-motion-easing-standard)}.md3-language-switcher--hero{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.md3-badge{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#3e2f23b3;font-weight:600}.md3-filled-button,.md3-tonal-button,.md3-outlined-button,.md3-text-button,.md3-icon-button{transition:transform var(--md-motion-duration-short) var(--md-motion-easing-emphasized),box-shadow var(--md-motion-duration-short) var(--md-motion-easing-standard),background-color var(--md-motion-duration-short) var(--md-motion-easing-standard)}.md3-filled-button{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);border-radius:var(--md-sys-shape-medium);padding:.7rem 1.4rem;font-weight:600;box-shadow:var(--md-sys-elevation-1)}.md3-filled-button:hover{background:#774e28}.md3-filled-button:active{transform:scale(.98)}.md3-filled-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.md3-tonal-button{background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container);border-radius:var(--md-sys-shape-medium);padding:.66rem 1.35rem;font-weight:600;box-shadow:var(--md-sys-elevation-1)}.md3-tonal-button:hover{background:#f7decd}.md3-tonal-button:active{transform:scale(.98)}.md3-outlined-button{background:transparent;color:var(--md-sys-color-on-surface);border:1px solid var(--md-sys-color-outline);border-radius:var(--md-sys-shape-medium);padding:.62rem 1.35rem;font-weight:600}.md3-outlined-button:hover{background:var(--md-token-state-hover)}.md3-outlined-button:active{transform:scale(.98)}.md3-text-button{background:transparent;color:var(--md-sys-color-primary);padding:.5rem .9rem;border-radius:var(--md-sys-shape-small);font-weight:600}.md3-text-button:hover{background:var(--md-token-state-hover)}.md3-text-button:active{transform:scale(.98)}.md3-icon-button{border-radius:var(--md-sys-shape-full);padding:.55rem;background:#fff7ede6;color:var(--md-sys-color-on-surface);display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--md-sys-elevation-1)}.md3-icon-button svg{display:block;flex-shrink:0}.md3-icon-button:hover{background:#8b5e341f}.md3-icon-button:active{transform:scale(.98)}.md3-icon-button--tonal{background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container)}text-transform: uppercase; } } .md3-dialog__scrim{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#20171173;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:clamp(1rem,4vw,2.5rem);z-index:130;animation:md3-dialog-backdrop-enter var(--md-motion-duration-medium) var(--md-motion-easing-emphasized) both}.md3-dialog__panel{background:var(--md-sys-color-surface);border-radius:var(--md-sys-shape-extra-large);border:1px solid var(--md-sys-color-outline-variant);box-shadow:var(--md-sys-elevation-3);width:clamp(320px,90vw,640px);max-height:min(90vh,720px);display:flex;flex-direction:column;overflow:hidden;animation:md3-dialog-enter var(--md-motion-duration-medium) var(--md-motion-easing-emphasized) both}@media(min-width:768px){.md3-dialog__panel{width:clamp(640px,85vw,960px);max-height:min(85vh,900px)}}.md3-dialog__header{padding:1.5rem 1.75rem;background:var(--md-sys-color-surface-container);border-bottom:1px solid var(--md-sys-color-outline-variant);display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.md3-dialog__title{font-size:1.25rem;font-weight:500;line-height:1.4;color:var(--md-sys-color-on-surface);flex:1;margin:0}.md3-dialog__close{flex-shrink:0;width:2.5rem;height:2.5rem;padding:0;display:flex;align-items:center;justify-content:center;color:var(--md-sys-color-on-surface-variant);transition:all var(--md-motion-duration-short) var(--md-motion-easing-standard)}.md3-dialog__close:hover{background:var(--md-token-state-hover);color:var(--md-sys-color-on-surface)}.md3-dialog__close:active{background:var(--md-token-state-pressed)}.md3-dialog__body{padding:1.25rem 1.75rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.md3-dialog__content{padding:1.5rem;overflow-y:auto;flex:1}.md3-dialog--legal{max-width:800px;max-height:90vh;width:clamp(320px,90vw,800px)}.md3-dialog--legal .md3-dialog__body{padding:2rem}.legal-content{line-height:1.7;color:var(--md-sys-color-on-surface)}.legal-content h3{font-size:1.25rem;margin-top:2rem;margin-bottom:1rem;color:var(--md-sys-color-on-surface);font-weight:600}.legal-content h3:first-child{margin-top:0}.legal-content h4{font-size:1.1rem;margin-top:1.5rem;margin-bottom:.75rem;color:var(--md-sys-color-on-surface);font-weight:600}.legal-content p{margin-bottom:1rem;color:var(--md-sys-color-on-surface-variant)}.legal-content ul{margin:1rem 0;padding-left:1.5rem;color:var(--md-sys-color-on-surface-variant)}.legal-content li{margin-bottom:.5rem}.legal-content a{color:var(--md-sys-color-primary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.legal-content a:hover{color:var(--md-sys-color-on-primary-container)}.md3-dialog__footer{padding:1rem 1.75rem;border-top:1px solid var(--md-sys-color-outline-variant);display:flex;justify-content:flex-end;gap:.75rem}.md3-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--md-sys-color-background);padding:2rem}.md3-loading__card{background:var(--md-sys-color-surface);border-radius:var(--md-sys-shape-extra-large);border:1px solid var(--md-sys-color-outline-variant);box-shadow:var(--md-sys-elevation-2);padding:clamp(2rem,4vw,2.75rem);width:min(420px,100%);display:flex;flex-direction:column;gap:1.25rem;text-align:center}.md3-loading__icon{width:4rem;height:4rem;border-radius:var(--md-sys-shape-full);background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);display:inline-flex;align-items:center;justify-content:center;margin:0 auto;animation:md3-pulse 1.2s infinite var(--md-motion-easing-standard)}.md3-knowledge{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:clamp(2rem,6vw,4rem);background:var(--md-sys-color-background)}.md3-knowledge__card{background:var(--md-sys-color-surface);border-radius:var(--md-sys-shape-extra-large);border:1px solid var(--md-sys-color-outline-variant);box-shadow:var(--md-sys-elevation-2);width:min(540px,100%);padding:clamp(2rem,4vw,2.75rem);display:flex;flex-direction:column;gap:1.25rem;text-align:center;animation:md3-fade-in var(--md-motion-duration-medium) var(--md-motion-easing-emphasized) both}.md3-knowledge__icon{width:5rem;height:5rem;border-radius:var(--md-sys-shape-full);background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);display:inline-flex;align-items:center;justify-content:center;margin:0 auto;box-shadow:var(--md-sys-elevation-2)}.md3-dropzone{border:2px dashed rgba(163,126,93,.6);border-radius:var(--md-sys-shape-large);padding:1.5rem;background:#f5e9dc99;transition:border-color var(--md-motion-duration-short) var(--md-motion-easing-standard),background-color var(--md-motion-duration-short) var(--md-motion-easing-standard)}.md3-dropzone:hover{border-color:var(--md-sys-color-primary);background:#f5e9dcbf}.md3-auth{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:clamp(2rem,6vw,4rem);background:radial-gradient(circle at top,rgba(108,79,138,.08),transparent 60%),var(--md-sys-color-background)}.md3-auth__card{background:var(--md-sys-color-surface);border-radius:var(--md-sys-shape-extra-large);border:1px solid var(--md-sys-color-outline-variant);box-shadow:var(--md-sys-elevation-2);width:min(420px,100%);padding:clamp(2rem,5vw,2.75rem);display:flex;flex-direction:column;gap:1.25rem;text-align:center}.md3-auth__icon{width:auto;height:auto;display:inline-flex;align-items:center;justify-content:center;margin:0 auto}.md3-text-field-wrapper{display:flex;flex-direction:column;gap:.4rem;text-align:left}.md3-helper{font-size:.85rem;color:#3e2f23ad}.md3-error-card{background:#ba1b1b24;border-radius:var(--md-sys-shape-medium);border:1px solid rgba(186,27,27,.35);color:#521616e6;padding:.75rem 1rem;font-size:.9rem}.md3-info-card{background:#8b5e341a;border-radius:var(--md-sys-shape-medium);border:1px solid rgba(139,94,52,.3);color:#452f1af2;padding:.75rem 1rem;font-size:.9rem;line-height:1.5}.md3-menu{position:absolute;min-width:12rem;border-radius:var(--md-sys-shape-medium);background:#fff7edfa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--md-sys-color-outline-variant);box-shadow:var(--md-sys-elevation-2);overflow:hidden;padding:.35rem;display:flex;flex-direction:column;gap:.25rem;z-index:30}.md3-menu__item{border:none;background:transparent;color:var(--md-sys-color-on-surface);padding:.65rem .9rem;text-align:left;border-radius:var(--md-sys-shape-small);font-weight:500;display:flex;align-items:center;gap:.65rem;transition:background-color var(--md-motion-duration-short) var(--md-motion-easing-standard)}.md3-menu__item:hover{background:var(--md-token-state-hover)}.smooth-scroll{scroll-behavior:smooth}.animate-fade-in{animation:md3-fade-in var(--md-motion-duration-medium) var(--md-motion-easing-emphasized) both}@keyframes md3-fade-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes md3-pulse{0%,to{transform:scale(1) rotate(0);box-shadow:var(--md-sys-elevation-1)}50%{transform:scale(1.06) rotate(5deg);box-shadow:0 8px 18px #8b5e343d}}@keyframes md3-dialog-enter{0%{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes md3-dialog-backdrop-enter{0%{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.mb-4{margin-bottom:1rem}.mr-2{margin-right:.5rem}.mt-1\.5{margin-top:.375rem}.list-none{list-style:none}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}@media(min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2 / span 2}.md\:col-span-3{grid-column:span 3 / span 3}.md\:grid{display:grid}.md\:gap-8{gap:2rem}}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.text-left{text-align:left}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-red-600{color:#dc2626}.w-full{width:100%}.gap-1{gap:.25rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.max-w-3xl{max-width:48rem}.pt-1{padding-top:.25rem}.list-disc{list-style-type:disc}.list-inside{list-style-position:inside}.whitespace-pre-wrap{white-space:pre-wrap}.w-5,.h-5{width:1.25rem;height:1.25rem}.w-6,.h-6{width:1.5rem;height:1.5rem}.w-8,.h-8{width:2rem;height:2rem}.w-10,.h-10{width:2.5rem;height:2.5rem}.w-12,.h-12{width:3rem;height:3rem}.w-5.h-5{width:1.25rem;height:1.25rem}.w-6.h-6{width:1.5rem;height:1.5rem}.w-8.h-8{width:2rem;height:2rem}.w-10.h-10{width:2.5rem;height:2.5rem}.w-12.h-12{width:3rem;height:3rem}.mx-auto{margin-left:auto;margin-right:auto}.app-welcome-hero-desktop{display:flex;justify-content:center;align-items:center;width:100%;padding:3rem 2rem;margin:0 auto;overflow:visible;max-height:none;min-height:fit-content;transition:opacity var(--md-motion-duration-long) var(--md-motion-easing-emphasized),transform var(--md-motion-duration-long) var(--md-motion-easing-emphasized),max-height var(--md-motion-duration-long) var(--md-motion-easing-emphasized),padding var(--md-motion-duration-long) var(--md-motion-easing-emphasized);position:relative;background:transparent;border:none;box-shadow:none}@media screen and (min-width:768px){.app-welcome-hero-desktop{padding:clamp(2rem,4vh,3.5rem) clamp(2rem,4vw,3rem);flex-shrink:0;min-height:fit-content;max-height:none}}.app-welcome-hero-desktop--hidden{opacity:0;transform:translateY(-20px);max-height:0;padding-top:0;padding-bottom:0;margin:0}@media screen and (min-width:768px){.app-welcome-hero-desktop .md3-welcome-hero h2.md3-welcome-hero__title{font-size:clamp(2rem,3.5vw,3.5rem)!important;margin-bottom:1rem!important;line-height:1.15!important;letter-spacing:-.03em!important;font-family:var(--md-ref-typeface-expressive)!important;font-weight:800!important;color:var(--md-sys-color-on-surface)!important;max-width:100%!important;width:100%!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;white-space:normal!important;overflow:visible!important;word-wrap:break-word!important}.app-welcome-hero-desktop .md3-welcome-hero p.md3-welcome-hero__subtitle{font-size:clamp(1rem,1.5vw,1.25rem)!important;padding-top:.75rem!important;border-top:none!important;line-height:1.6!important;color:var(--md-sys-color-on-surface-variant)!important;font-weight:500!important;letter-spacing:.015em!important;text-transform:none!important;max-width:min(42rem,90vw)!important;margin:0 auto!important;text-align:center!important;padding-bottom:.5rem!important}.app-welcome-hero-desktop .md3-welcome-hero{padding:0!important;max-width:min(46rem,95vw)!important;text-align:center!important}}@media screen and (min-width:768px)and (max-height:880px){.app-main__content>.app-desktop-content-wrapper>.app-welcome-hero-desktop{padding:clamp(1.25rem,2.5vh,2rem) clamp(2rem,4vw,3rem)!important}.app-welcome-hero-desktop .md3-welcome-hero h2.md3-welcome-hero__title{font-size:clamp(1.75rem,3vw,2.75rem)!important;margin-bottom:.75rem!important}.app-welcome-hero-desktop .md3-welcome-hero__subtitle{display:block!important;font-size:clamp(.95rem,1.35vw,1.1rem)!important;margin-bottom:0!important;padding-bottom:.35rem!important}}@media screen and (min-width:768px)and (max-height:780px){.app-main__content>.app-desktop-content-wrapper>.app-welcome-hero-desktop{padding:clamp(1rem,2vh,1.5rem) clamp(1.5rem,3vw,2.5rem)!important}.app-welcome-hero-desktop .md3-welcome-hero h2.md3-welcome-hero__title{font-size:clamp(1.5rem,2.5vw,2.25rem)!important;margin-bottom:.5rem!important}.app-welcome-hero-desktop .md3-welcome-hero__subtitle{display:block!important;font-size:clamp(.85rem,1.2vw,1rem)!important;padding-bottom:.25rem!important}}@media screen and (min-width:768px)and (max-height:700px){.app-main__content>.app-desktop-content-wrapper>.app-welcome-hero-desktop{padding:clamp(.75rem,1.75vh,1.25rem) clamp(1.5rem,3vw,2.25rem)!important}.app-welcome-hero-desktop .md3-welcome-hero h2.md3-welcome-hero__title{font-size:clamp(1.35rem,2.2vw,1.9rem)!important;margin-bottom:.25rem!important}.app-welcome-hero-desktop .md3-welcome-hero__subtitle{display:none!important}}@media screen and (min-width:768px)and (max-height:950px){.app-main__content>.md3-conversation--expanded,.app-main__content>.app-desktop-content-wrapper>.md3-conversation--expanded{top:4rem!important;bottom:4rem!important;transform:translate(-50%)!important;max-height:calc(100vh - 8rem)!important;height:auto!important;overflow:hidden!important}}@media screen and (min-width:768px)and (max-height:750px){.app-main__content>.md3-conversation--expanded,.app-main__content>.app-desktop-content-wrapper>.md3-conversation--expanded{top:3.5rem!important;bottom:3.5rem!important;transform:translate(-50%)!important;max-height:calc(100vh - 7rem)!important;overflow:hidden!important}}@media screen and (min-width:768px)and (max-height:700px){.app-main__content>.md3-conversation--expanded,.app-main__content>.app-desktop-content-wrapper>.md3-conversation--expanded{top:3rem!important;bottom:3rem!important;transform:translate(-50%)!important;max-height:calc(100vh - 6rem)!important;overflow:hidden!important}}
