@import"https://fonts.googleapis.com/css2?family=Chiron+GoRound+TC:wght@200..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.cw-root{height:100%;display:flex;flex-direction:column;font-family:Chiron GoRound TC,serif}.cw-header{padding:.2rem 1rem;border-bottom:1px solid rgba(0,0,0,.1);display:flex;align-items:center;gap:1rem;position:sticky;top:0;background:linear-gradient(var(--cw-bg),var(--cw-bg));-webkit-backdrop-filter:saturate(180%) blur(6px);backdrop-filter:saturate(180%) blur(6px);box-shadow:0 1px #0000000a}.cw-header .cw-header-avatar{width:3rem;height:3rem;border-radius:50%;overflow:hidden;background:var(--cw-accent);display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 3px color-mix(in oklab,var(--cw-accent) 25%,transparent)}.cw-header .cw-header-avatar img{width:100%;height:100%;object-fit:cover}.cw-header .cw-header-avatar svg{width:70%;height:70%;color:#fff}.cw-header .cw-header-content{display:flex;flex-direction:column;padding-top:.8rem}.cw-header .cw-header-content .title{font-size:1.1rem;font-weight:700;margin-top:0;color:#2b2b2b;margin-bottom:.2rem;letter-spacing:.01em}.cw-header .cw-header-content .subtitle{font-size:.8rem;margin-top:0;color:#696969;line-height:1.2;letter-spacing:.05em}.cw-header .cw-header-content .tag{font-size:.8rem;margin-top:0;color:#4ed2fd;line-height:1.2;background:#d3f3fd;padding:2px 8px;border-radius:9999px}.cw-list{flex:1;overflow:auto;padding:1rem 1rem 1.25rem;scroll-behavior:smooth}.cw-date-sep{margin:1.3rem 0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.75rem;font-size:12px}.cw-date-sep:before,.cw-date-sep:after{content:"";height:1px;background:#e7e7e7;display:block}.cw-date-chip{display:inline-block;padding:2px 8px;border-radius:9999px;background:#bebebe;color:#fff;letter-spacing:.05em;font-size:.8rem}.cw-message{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.7rem;animation:fadeUp .2s ease-out both}.cw-bubble{align-self:flex-start;background:#0000000d;color:inherit;font-size:14px;letter-spacing:.02em;padding:.6rem 1rem;border-radius:14px 14px 14px 3px;max-width:min(78%,72ch);width:fit-content;line-height:1.5;word-break:break-word;overflow-wrap:anywhere;white-space:pre-wrap;box-shadow:0 1px 1px #0000000a}.cw-bubble.me{align-self:flex-end;background:linear-gradient(180deg,color-mix(in oklab,var(--cw-accent) 94%,white) 0%,var(--cw-accent) 100%);color:#fff;border-radius:14px 14px 3px;box-shadow:0 2px 8px color-mix(in oklab,var(--cw-accent) 25%,transparent)}.cw-bubble a{color:color-mix(in oklab,var(--cw-accent) 70%,var(--cw-fg));text-decoration:underline}.cw-time{font-size:.6rem;color:#666;text-align:left}.cw-time.me{text-align:right}.cw-inputbar{display:grid;grid-template-columns:1fr auto;column-gap:8px;align-items:end;padding:12px;border-top:1px solid rgba(0,0,0,.1);position:sticky;bottom:0;background:linear-gradient(var(--cw-bg),var(--cw-bg));-webkit-backdrop-filter:saturate(180%) blur(6px);backdrop-filter:saturate(180%) blur(6px);box-shadow:0 -1px #0000000a}.cw-inputbar .cw-conversation-id{font-size:12px;color:#666;text-align:left;margin-top:0}.cw-inputbar .cw-input{flex:1;padding:10px 12px;border-radius:10px;border:1px solid transparent;background-color:#e9e9e9;resize:vertical;min-height:50px;max-height:200px;overflow-y:auto;line-height:1.4;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;box-sizing:border-box;width:100%}.cw-inputbar .cw-input:focus{outline:none;border-color:var(--cw-accent);box-shadow:0 0 0 3px color-mix(in oklab,var(--cw-accent) 20%,transparent)}.cw-inputbar .cw-send{padding:10px 14px;border-radius:10px;border:none;background:var(--cw-accent);color:#fff;cursor:pointer;align-self:end;height:100%;transition:transform .12s ease,filter .12s ease}.cw-inputbar .cw-send:hover{filter:brightness(.95);transform:translateY(-1px)}.cw-info-bar{border-radius:14px;padding-inline:12px;margin:.8rem;background:#eaf6fa;position:sticky;bottom:0}.cw-info-bar p{font-size:14px;color:#1c3263;line-height:1.4}@keyframes fadeUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.cw-list,.cw-input{scrollbar-width:thin;scrollbar-color:#bdbdbd transparent}.cw-list::-webkit-scrollbar,.cw-input::-webkit-scrollbar{width:8px;height:8px}.cw-list::-webkit-scrollbar-track,.cw-input::-webkit-scrollbar-track{background:transparent}.cw-list::-webkit-scrollbar-thumb,.cw-input::-webkit-scrollbar-thumb{background:#00000040;border-radius:9999px;border:2px solid transparent;background-clip:padding-box}.cw-list:hover::-webkit-scrollbar-thumb,.cw-input:hover::-webkit-scrollbar-thumb{background:color-mix(in oklab,var(--cw-accent) 55%,rgba(0,0,0,.25))}
