.page-module__gA5NoW__page{--button-primary-hover:#06b6d4;--button-secondary-hover:#f2f2f2;--button-secondary-border:#ebebeb;font-family:var(--font-geist-sans);background-color:var(--background);flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:100vh;display:flex}.page-module__gA5NoW__main{background-color:var(--foreground);box-sizing:border-box;border-radius:40px 0;flex-direction:column;flex:1;justify-content:space-evenly;align-items:flex-start;width:100%;max-width:800px;min-height:calc(100vh - 120px);padding:60px;display:flex;position:relative}.page-module__gA5NoW__intro{will-change:transform, opacity;flex-direction:column;flex:1;justify-content:space-evenly;align-items:flex-start;width:100%;transition:transform .6s cubic-bezier(.2,.9,.2,1),opacity .45s;display:flex}.page-module__gA5NoW__about{flex-direction:column;width:100%;display:flex}.page-module__gA5NoW__about h3{align-items:flex-end;margin-left:auto;display:flex}.page-module__gA5NoW__cta{display:flex}.page-module__gA5NoW__cta button{background:var(--button-primary-hover);color:var(--text-primary);cursor:pointer;border-radius:8px;padding:.7em}.page-module__gA5NoW__chatSection{opacity:1;flex-direction:column;width:100%;height:100%;min-height:0;max-height:800px;transition:max-height .6s cubic-bezier(.2,.9,.2,1),transform .45s,opacity .45s;display:flex;overflow:hidden;transform:translateY(20px)}.page-module__gA5NoW__main.page-module__gA5NoW__expanded{justify-content:flex-start;align-items:stretch;padding-top:28px}.page-module__gA5NoW__main.page-module__gA5NoW__expanded .page-module__gA5NoW__intro{opacity:0;pointer-events:none;position:absolute;top:0;left:0;right:0;transform:translateY(-120%)}.page-module__gA5NoW__main.page-module__gA5NoW__expanded .page-module__gA5NoW__chatSection{opacity:1;flex:auto;height:100%;max-height:none;transform:translateY(0)}.page-module__gA5NoW__cta button.page-module__gA5NoW__secondary:hover{background:var(--button-secondary-hover)}@media (hover:hover) and (pointer:fine){a.page-module__gA5NoW__primary:hover{background:var(--button-primary-hover);border-color:#0000}a.page-module__gA5NoW__secondary:hover{background:var(--button-secondary-hover);border-color:#0000}}@media (max-width:600px){.page-module__gA5NoW__main{padding:48px 24px}}@media (prefers-color-scheme:dark){.page-module__gA5NoW__page{--button-primary-hover:#ccc;--button-secondary-hover:#1a1a1a;--button-secondary-border:#1a1a1a}}
.chat-module__ppQ-Da__container{background:0 0;border-radius:12px;flex-direction:column;width:100%;max-width:100%;height:800px;display:flex;overflow:hidden;box-shadow:0 6px 18px #04060f14}.chat-module__ppQ-Da__header{background:#00000005;border-bottom:1px solid #0f172a0a;justify-content:space-between;align-items:center;padding:8px 12px;display:flex;position:relative}.chat-module__ppQ-Da__title{color:#0f172a;font-size:14px}.chat-module__ppQ-Da__close{width:32px;height:32px;color:var(--text-primary);cursor:pointer;z-index:2;background:#563b3b;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;font-size:18px;line-height:1;display:inline-flex;position:absolute;top:6px;right:8px}.chat-module__ppQ-Da__close:hover,.chat-module__ppQ-Da__close:focus{background:#332020;outline:none}.chat-module__ppQ-Da__messages{background:0 0;flex-direction:column;flex:auto;gap:10px;min-height:0;padding:12px;display:flex;overflow-y:auto}.chat-module__ppQ-Da__bubble{word-break:break-word;border-radius:18px;max-width:78%;padding:10px 14px;line-height:1.3}.chat-module__ppQ-Da__bot{background:var(--ai-bubble);color:var(--text-primary);border-bottom-left-radius:6px;align-self:flex-start}.chat-module__ppQ-Da__user{background:var(--user-bubble);color:var(--foreground);border-bottom-right-radius:6px;align-self:flex-end}.chat-module__ppQ-Da__inputRow{background:#ffffff05;border-top:1px solid #0f172a0a;flex-shrink:0;gap:8px;padding:12px;display:flex}.chat-module__ppQ-Da__options{z-index:2;white-space:nowrap;-webkit-overflow-scrolling:touch;background:#fffffff5;border-top:1px solid #0f172a0f;flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:8px;padding:10px 12px;display:flex;position:relative;overflow:auto hidden;box-shadow:0 -6px 18px #04060f0f}.chat-module__ppQ-Da__optionButton{cursor:pointer;white-space:nowrap;background:#0000000f;border:1px solid #0f172a0f;border-radius:8px;flex:none;margin-right:8px;padding:8px 12px;transition:background .12s,transform .12s;display:inline-flex}.chat-module__ppQ-Da__optionButton:hover{background:#00000014;transform:translateY(-1px)}.chat-module__ppQ-Da__input{background:#fff;border:1px solid #0f172a14;border-radius:8px;flex:auto;padding:10px 12px}.chat-module__ppQ-Da__send{background:var(--button-primary-hover);color:var(--text-primary);cursor:pointer;border:none;border-radius:8px;padding:8px 12px}@media (prefers-color-scheme:dark){.chat-module__ppQ-Da__input{color:#e5e7eb;background:#ffffff08;border:1px solid #ffffff0f}.chat-module__ppQ-Da__messages{color:#e5e7eb}.chat-module__ppQ-Da__container{box-shadow:none}}@media (max-width:650px){.chat-module__ppQ-Da__input{width:70%}}
