@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&display=swap";.octy{max-width:820px;margin:0 auto;padding:8px 16px 180px;min-height:calc(100vh - 220px)}.chat__bar{display:flex;align-items:center;gap:12px;padding:16px 4px}.chat__ava{position:relative;flex:none}.chat__ava img{width:40px;height:40px;border-radius:50%;background:transparent;object-fit:contain;padding:0}.chat__dot{position:absolute;right:-1px;bottom:-1px;width:11px;height:11px;border-radius:50%;background:#22c55e;border:2px solid var(--kuro1)}.chat__id{display:flex;flex-direction:column;line-height:1.25}.chat__name{font-weight:800;font-size:16px;color:var(--shiro1)}.chat__status{font-size:12px;color:#8b8f93}.chat__log{display:flex;flex-direction:column;gap:14px;padding:10px 0}.msg{display:flex;align-items:flex-end;gap:8px;max-width:86%}.msg--bot{align-self:flex-start}.msg--user{align-self:flex-end}.msg__ava{width:32px;height:32px;border-radius:50%;background:transparent;object-fit:contain;padding:0;flex:none;animation:octy-pulse 2.4s ease-in-out infinite}.msg__bubble{padding:11px 15px;border-radius:16px;font-size:14.5px;line-height:1.7;word-break:break-word}.msg--bot .msg__bubble{background:var(--kuro3);border-bottom-left-radius:5px;color:var(--shiro1)}.msg--user .msg__bubble{background:var(--sora);color:#0f1620;border-bottom-right-radius:5px}.msg__bubble a{font-weight:600}.msg__src{display:block;margin-top:6px;font-size:11px;color:#8b8f93}.msg__bubble .msg__p{margin:0 0 6px}.msg__bubble .msg__p:last-child{margin-bottom:0}.msg__bubble .msg__h{display:block;font-weight:700;margin:10px 0 4px}.msg__bubble .msg__ul{margin:4px 0 8px;padding-left:1.25em}.msg__bubble .msg__ul li{list-style:disc;margin:2px 0}.msg__bubble .msg__sp{display:block;height:4px}.octy a{color:var(--sora)!important;text-decoration:underline!important}.msg__bubble--typing{display:flex;gap:4px;padding:14px}.msg__bubble--typing span{width:7px;height:7px;border-radius:50%;background:#6b6f73;animation:octy-blink 1.2s infinite ease-in-out}.msg__bubble--typing span:nth-child(2){animation-delay:.2s}.msg__bubble--typing span:nth-child(3){animation-delay:.4s}@keyframes octy-blink{0%,60%,to{opacity:.3}30%{opacity:1}}@keyframes octy-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.06)}}.msg__think{display:flex;align-items:center;gap:7px;padding:6px 2px}.msg__think-spin{color:#4ade80;font-size:12px;line-height:1;display:inline-block;animation:octy-spin 1.1s linear infinite}.msg__think-text{font-family:JetBrains Mono,SFMono-Regular,monospace;font-size:12px;font-weight:500;letter-spacing:.06em;background:linear-gradient(90deg,#2f6b43,#4ade80 25%,#bbf7d0,#4ade80 65%,#2f6b43);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:octy-shimmer 2.2s linear infinite}@keyframes octy-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes octy-spin{to{transform:rotate(360deg)}}.composer-wrap{position:fixed;left:0;right:0;bottom:0;z-index:40;padding:14px 16px 18px;background:linear-gradient(to top,var(--kuro1) 60%,rgba(20,20,19,.92) 82%,rgba(20,20,19,0))}.chat__chips{max-width:788px;margin:0 auto 10px;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.chip{border:1px solid rgba(106,155,204,.5);background:#6a9bcc1f;color:var(--sora);border-radius:999px;padding:7px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,transform .1s}.chip:hover{background:#6a9bcc38}.chip:active{transform:scale(.97)}.composer{max-width:788px;margin:0 auto;display:flex;align-items:flex-end;gap:8px;background:var(--kuro2);border:1px solid var(--kuro4);border-radius:26px;padding:7px 7px 7px 18px}.composer:focus-within{border-color:var(--sora)}.composer__input{flex:1;border:none;resize:none;background:transparent;color:var(--shiro1);padding:9px 0;font-size:15px;line-height:1.5;font-family:inherit;outline:none;max-height:140px}.composer__input::placeholder{color:#8b8f93}.composer__send{flex:none;width:42px;height:42px;border-radius:50%;border:none;background:var(--sora);color:#0f1620;cursor:pointer;display:grid;place-items:center;transition:filter .15s,transform .1s}.composer__send:hover{filter:brightness(1.1)}.composer__send:active{transform:scale(.94)}.chat__note{max-width:788px;margin:8px auto 0;text-align:center;font-size:11.5px;color:#8b8f93}@media (max-width: 520px){.octy{padding-left:10px;padding-right:10px}.msg{max-width:92%}}
