@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap";:root[data-theme=dark]{color-scheme:dark;--color-bg-page: #0c0c0c;--color-surface: #121212;--color-surface-muted: #1a1a1a;--color-surface-strong: #1f1f1f;--color-surface-disabled: #181818;--color-border-subtle: #4a4a4a;--color-border-strong: #f5f5f5;--color-text-primary: #f2f2f2;--color-text-secondary: #c7c7c7;--color-text-muted: #9a9a9a;--color-header-text: #f2f2f2;--color-header-subtext: #c0c0c0;--color-footer-text: #d0d0d0;--color-accent: #fff;--color-selection-bg: #fff;--color-selection-fg: #000;--page-strong: #0f0f0f}.widget-surface--footer{border-radius:0;border:none;border-top:var(--border-width) solid transparent;border-image:var(--border-dash-pattern) 1 round;background:var(--page-bg);padding-left:var(--shell-gutter, 24px);padding-right:var(--shell-gutter, 24px)}:root{color-scheme:light;--color-bg-page: #fff;--color-surface: #fff;--color-surface-muted: #f5f5f5;--color-surface-strong: #e8e8e8;--color-surface-disabled: #f8f8f8;--color-border-subtle: #b3b3b3;--color-border-strong: #000;--color-text-primary: #111;--color-text-secondary: #444;--color-text-muted: #777;--color-header-text: #111;--color-header-subtext: #555;--color-footer-text: #333;--color-accent: #000;--color-selection-bg: #000;--color-selection-fg: #fff;--page-bg: var(--color-bg-page);--page-strong: #f7f7f7;--shell-gutter: clamp(12px, 3vw, 20px);--shell-block: var(--shell-gutter);--surface-default: var(--color-surface);--surface-muted: var(--color-surface-muted);--surface-strong: var(--color-surface-strong);--surface-disabled: var(--color-surface-disabled);--header-bg: var(--surface-default);--content-bg: var(--surface-default);--border-subtle: var(--color-border-subtle);--border-strong: var(--color-border-strong);--border-width: 2px;--border-dash-length: 8px;--border-gap-length: 8px;--border-dash-pattern: repeating-linear-gradient( 90deg, var(--border-strong) 0, var(--border-strong) var(--border-dash-length), transparent var(--border-dash-length), transparent calc(var(--border-dash-length) + var(--border-gap-length)) );--text-primary: var(--color-text-primary);--text-secondary: var(--color-text-secondary);--text-muted: var(--color-text-muted);--header-text: var(--color-header-text);--header-subtext: var(--color-header-subtext);--footer-text: var(--color-footer-text);--accent: var(--color-accent);--selection-bg: var(--color-selection-bg);--selection-fg: var(--color-selection-fg);--radius-lg: 10px;--radius-md: 8px;--radius-sm: 6px;--space-xxs: 4px;--space-xs: 6px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 24px;--assistant-add-fullscreen-pad: clamp(16px, 3vw, 20px)}:root[data-theme=dark],body[data-theme=dark]{color-scheme:dark;--color-bg-page: #0c0c0c;--color-surface: #121212;--color-surface-muted: #1a1a1a;--color-surface-strong: #1f1f1f;--color-surface-disabled: #181818;--color-border-subtle: #4a4a4a;--color-border-strong: #f5f5f5;--color-text-primary: #f2f2f2;--color-text-secondary: #c7c7c7;--color-text-muted: #9a9a9a;--color-header-text: #f2f2f2;--color-header-subtext: #c0c0c0;--color-footer-text: #d0d0d0;--color-accent: #fff;--color-selection-bg: #fff;--color-selection-fg: #000;--page-strong: #0f0f0f}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100dvh;margin:0}body{font-family:Quicksand,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;background:var(--page-bg);color:var(--text-primary);-webkit-font-smoothing:antialiased}button{font:inherit;color:inherit;background:none;border:none;padding:0;cursor:pointer;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease,transform .12s ease}button:focus-visible{outline:none;box-shadow:0 0 0 2px var(--accent);border-radius:inherit}input,textarea{font-family:inherit;color:inherit;background:transparent;border:none;padding:0;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}input::placeholder,textarea::placeholder{color:var(--text-muted);font-size:.95rem}input:focus-visible,textarea:focus-visible{outline:none;box-shadow:0 0 0 2px var(--accent);border-radius:var(--radius-sm)}::selection{background:var(--selection-bg);color:var(--selection-fg)}input::selection,textarea::selection{background:var(--selection-bg);color:var(--selection-fg)}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) var(--surface-muted)}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:var(--surface-muted);border:1px solid var(--border-strong);border-radius:var(--radius-sm)}*::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:var(--radius-sm);border:2px solid var(--surface-muted)}*::-webkit-scrollbar-thumb:hover{background:var(--accent)}*::-webkit-scrollbar-corner{background:var(--surface-muted)}.widget-surface{border-radius:0;border:var(--border-width) solid var(--border-strong);background:var(--surface-default)}.widget-surface--header{border-radius:0;border:none;border-bottom:var(--border-width) solid transparent;border-image:var(--border-dash-pattern) 1 round;background:var(--header-bg)}.widget-surface--content{border-radius:var(--radius-lg);background:var(--content-bg)}.widget-surface--footer{border-radius:0;border:none;border-top:var(--border-width) solid transparent;border-image:var(--border-dash-pattern) 1 round;background:var(--page-bg)}.line-clamp{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{-webkit-line-clamp:3}.line-clamp-4{-webkit-line-clamp:4}.field{width:100%;padding:var(--space-sm);padding-block:var(--space-sm);padding-inline:var(--space-sm);border-radius:var(--radius-sm);border:var(--border-width) solid var(--border-strong);background:var(--surface-default);color:var(--text-primary)}.field--textarea{resize:vertical}.badge{display:inline-flex;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-sm);border-radius:999px;border:var(--border-width) solid var(--border-strong);color:var(--text-primary);font-size:11px;letter-spacing:.14em;text-transform:uppercase;background:var(--surface-default);font-weight:700}@media(max-width:768px){:root{--shell-gutter: clamp(8px, 2.2vw, 16px);--shell-block: var(--shell-gutter)}}.chat-messages-root{min-height:100dvh;background:var(--page-bg);color:var(--text-primary)}.chat-messages-root [data-role=layout-frame]{background:var(--page-bg)}.chat-messages-root--embed{padding:clamp(18px,4vw,28px);box-sizing:border-box}.chat-embed-shell{width:min(100%,520px);height:min(calc(100dvh - clamp(36px,8vw,56px)),860px);margin:0 auto;border:var(--border-width) solid var(--border-strong);border-radius:28px;overflow:hidden;background:color-mix(in srgb,var(--page-bg) 96%,white 4%)}.chat-messages-root--embed [data-role=layout-frame]{height:100%;min-height:100%;max-height:100%}.chat-wireframe-header{background:color-mix(in srgb,var(--page-bg) 94%,white 6%);border-bottom:var(--border-width) solid transparent;border-image:var(--border-dash-pattern) 1 round}.chat-wireframe-header__inner{width:min(100%,1040px);margin:0 auto;padding:14px clamp(16px,3vw,28px);display:flex;align-items:center;justify-content:space-between;gap:16px}.chat-wireframe-header__brand{display:inline-flex;align-items:center;gap:12px;min-width:0}.chat-wireframe-header__mark{width:40px;height:40px;border:var(--border-width) solid var(--border-strong);border-radius:999px;background:var(--surface-default);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.chat-wireframe-header__mark svg,.chat-thread__avatar svg,.chat-wireframe-composer__icon-button svg,.chat-wireframe-composer__send svg{width:18px;height:18px}.chat-wireframe-header__text{display:grid;gap:2px;min-width:0}.chat-wireframe-header__title{font-size:14px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.chat-wireframe-header__subtitle{font-size:13px;color:var(--text-secondary)}.chat-wireframe-header__actions{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.chat-wireframe-header__button{border:var(--border-width) solid var(--border-strong);border-radius:999px;background:var(--surface-default);color:inherit;padding:10px 14px;font-weight:800;font-size:14px}.chat-wireframe-header__button[data-active=true]{background:var(--surface-muted)}.chat-thread{width:100%;display:flex;justify-content:center;padding:clamp(20px,4vw,36px) clamp(16px,3vw,28px) clamp(24px,5vw,44px);box-sizing:border-box}.chat-thread__inner{width:min(100%,820px);display:grid;gap:18px}.chat-thread__message{display:flex;gap:12px;align-items:flex-start}.chat-thread__message--user{justify-content:flex-end}.chat-thread__avatar{width:36px;height:36px;border:var(--border-width) solid var(--border-strong);border-radius:999px;background:var(--surface-default);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.chat-thread__bubble{max-width:min(100%,640px);border:var(--border-width) solid var(--border-strong);border-radius:18px;background:var(--surface-default);padding:14px 16px;display:grid;gap:8px}.chat-thread__message--user .chat-thread__bubble{background:color-mix(in srgb,var(--surface-muted) 72%,var(--surface-default))}.chat-thread__meta{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;color:var(--text-secondary);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.chat-thread__bubble p{margin:0;line-height:1.6}.chat-history{position:fixed;inset:0;z-index:60;display:flex;justify-content:flex-end}.chat-history__backdrop{position:absolute;inset:0;border:0;background:color-mix(in srgb,black 26%,transparent)}.chat-history__panel{position:relative;z-index:1;width:min(380px,100%);height:100%;border-left:var(--border-width) solid var(--border-strong);background:var(--surface-default);padding:22px 18px;box-sizing:border-box;display:grid;grid-template-rows:auto minmax(0,1fr);gap:18px}.chat-history__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.chat-history__eyebrow{margin:0 0 6px;color:var(--text-secondary);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.chat-history__title{margin:0;font-size:20px;font-weight:800}.chat-history__close{width:40px;height:40px;border:var(--border-width) solid var(--border-strong);border-radius:999px;background:var(--surface-default);color:inherit;font:inherit;font-size:24px;line-height:1}.chat-history__list{display:grid;gap:10px;align-content:start;overflow-y:auto;padding-right:4px}.chat-history__item{width:100%;text-align:left;border:var(--border-width) solid var(--border-strong);border-radius:18px;background:var(--surface-default);color:inherit;padding:14px 16px;display:grid;gap:6px}.chat-history__item[data-active=true]{background:var(--surface-muted)}.chat-history__item-title{font-weight:800}.chat-history__item-preview,.chat-history__item-meta{color:var(--text-secondary)}.chat-history__item-preview{line-height:1.5}.chat-history__item-meta{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.chat-wireframe-composer{background:color-mix(in srgb,var(--page-bg) 96%,white 4%);border-top:var(--border-width) solid var(--border-strong);padding:clamp(14px,3vw,24px) clamp(16px,3vw,28px)}.chat-footer{position:relative;width:min(100%,1040px);margin:0 auto;padding:clamp(14px,2.8vw,22px) clamp(16px,3vw,28px);box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:14px;background:transparent;color:var(--text-primary)}.chat-footer:before,.chat-footer:after{content:"";position:absolute;left:50%;width:100vw;transform:translate(-50%);pointer-events:none}.chat-footer:before{top:0;border-top:var(--border-width) solid transparent;border-image:var(--border-dash-pattern) 1 round}.chat-footer:after{inset:0 auto 0 50%;width:100vw;transform:translate(-50%);background:color-mix(in srgb,var(--page-bg) 96%,white 4%);z-index:-1}.chat-footer__link,.chat-footer__embed-link{display:inline-flex;align-items:center;gap:6px;color:inherit;text-decoration:none;font-size:14px;font-weight:800;letter-spacing:.03em}.chat-footer__link-arrow{display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1;opacity:.65}.chat-footer__link:hover,.chat-footer__embed-link:hover{text-decoration:underline;text-decoration-thickness:1px}.chat-wireframe-composer__inner{width:min(100%,820px);margin:0 auto}.chat-wireframe-composer__shell{border:var(--border-width) solid var(--border-strong);border-radius:24px;background:var(--surface-default);padding:14px;display:grid;gap:12px}.chat-wireframe-composer__tag-row{display:flex;align-items:center;gap:10px}.chat-wireframe-composer__tag{display:inline-flex;align-items:center;min-height:34px;padding:6px 12px;border:var(--border-width) solid var(--border-strong);border-radius:999px;background:color-mix(in srgb,var(--surface-muted) 76%,var(--surface-default));font-weight:800;font-size:14px}.chat-wireframe-composer__field{display:block}.chat-wireframe-composer__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chat-wireframe-composer__input{width:100%;min-height:84px;resize:vertical;border:0;background:transparent;color:inherit;font:inherit;line-height:1.5}.chat-wireframe-composer__input:focus{outline:none}.chat-wireframe-composer__footer{display:flex;align-items:center;justify-content:space-between;gap:14px}.chat-wireframe-composer__icon-button,.chat-wireframe-composer__send{border:var(--border-width) solid var(--border-strong);background:var(--surface-default);color:inherit;font:inherit}.chat-wireframe-composer__icon-button{width:46px;height:46px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.chat-wireframe-composer__send{border-radius:999px;min-height:46px;padding:0 16px;display:inline-flex;align-items:center;gap:10px;font-weight:800}@media(max-width:720px){.chat-wireframe-header__inner{align-items:flex-start;flex-direction:column}.chat-wireframe-header__actions{width:100%;justify-content:flex-start}.chat-thread__bubble{max-width:100%}.chat-history{justify-content:center;align-items:center;padding:18px;box-sizing:border-box}.chat-history__panel{width:min(100%,420px);height:auto;max-height:min(80dvh,680px);border:var(--border-width) solid var(--border-strong);border-radius:24px}.chat-wireframe-composer__footer{align-items:flex-end}.chat-footer{flex-direction:column;align-items:flex-start}.chat-embed-shell{width:100%;height:min(calc(100dvh - 36px),860px);border-radius:24px}}
