body,html{background:radial-gradient(circle at 12% 16%,hsla(0,0%,100%,.94) 0 1.9em,rgba(255,239,169,.62) 2em 4.2em,transparent 4.35em),radial-gradient(circle at 86% 12%,hsla(0,0%,100%,.9) 0 1.5em,rgba(196,237,255,.56) 1.65em 3.7em,transparent 3.85em),radial-gradient(circle at 28% 72%,hsla(0,0%,100%,.9) 0 1.6em,rgba(236,211,255,.55) 1.75em 4em,transparent 4.15em),radial-gradient(circle at 78% 78%,hsla(0,0%,100%,.9) 0 1.7em,rgba(202,248,216,.56) 1.85em 4em,transparent 4.15em),#fefefe;background-repeat:repeat-y;background-size:100% 82em;min-height:100%}body:has(.chat-page:not([hidden])){margin:0;overflow-x:hidden;overflow-y:auto;touch-action:pan-x pan-y pinch-zoom}body:has(.chat-page:not([hidden]))>main{box-sizing:border-box;display:block;min-height:100dvh;overflow:visible;position:relative;width:100%}.chat-page:not([hidden]){box-sizing:border-box;display:block;min-height:100dvh;overflow:visible;padding-bottom:0;padding-top:0;position:relative;touch-action:pan-x pan-y pinch-zoom;width:100%}.chat-page:not([hidden]) .chat-room-header{flex:0 0 auto}.chat-page:not([hidden]) .chat-messages{min-height:auto;overflow:visible;padding-bottom:calc(var(--chat-bottom-dock-height, 7.5em) + .75em);scroll-padding-bottom:calc(var(--chat-bottom-dock-height, 7.5em) + .75em);touch-action:pan-y pinch-zoom}.chat-bottom-dock{box-sizing:border-box;flex:0 0 auto;position:relative;width:100%}.chat-room-header{align-items:center;background:linear-gradient(180deg,hsla(47,36%,95%,.98),hsla(47,36%,95%,.72));box-sizing:border-box;display:flex;gap:.45em;padding:.35em .2em .6em;position:sticky;top:0;z-index:4}.chat-room-header h1{font-size:1.05em;line-height:1.2;margin:0}.chat-room-month{color:#777;font-size:.82em;white-space:nowrap}.chat-error{color:red;margin:.4em 0}.chat-page textarea{border:1px solid #d3d3d3;border-radius:14px;box-sizing:border-box;padding:.7em;resize:vertical;width:100%}.chat-messages{display:flex;flex-direction:column;gap:.42em}.chat-message-page{align-content:flex-start;align-items:flex-start;display:flex;flex-wrap:wrap;gap:.4em .2em;margin-left:3px}.history-load-sentinel>span{display:none}.history-load-sentinel.is-loading>span{align-items:center;background:hsla(0,0%,100%,.94);border:1px solid rgba(0,0,0,.14);border-radius:999px;box-shadow:0 2px 10px rgba(0,0,0,.16);color:#333;display:flex;font-size:.82em;gap:.45em;left:50%;padding:.45em .75em;position:fixed;top:calc(.55em + env(safe-area-inset-top));transform:translateX(-50%);white-space:nowrap;z-index:40}.history-load-sentinel.is-loading>span:before{animation:history-loading-spin .7s linear infinite;border:2px solid rgba(0,0,0,.18);border-radius:50%;border-top-color:#75621d;content:"";height:.8em;width:.8em}@keyframes history-loading-spin{to{transform:rotate(1turn)}}.history-load-sentinel{display:block;flex:0 0 1px;height:1px;pointer-events:none;width:100%}.history-prepend-spacer{display:block;flex:0 0 auto;min-height:0;pointer-events:none;width:100%}.chat-message-item{align-items:flex-start;display:inline-flex;flex-direction:column;max-width:calc(100vw - 1.1em);position:relative}.chat-message-item.is-size-animating{overflow:hidden;transition:height .22s ease,opacity .18s ease}.chat-message-item.is-size-animating .chat-message{transition:transform .22s ease,opacity .18s ease}@media (prefers-reduced-motion:reduce){.chat-message-item.is-size-animating,.chat-message-item.is-size-animating .chat-message{transition:none}}.chat-message{-webkit-backdrop-filter:blur(12px) saturate(155%);backdrop-filter:blur(12px) saturate(155%);background:var(--chat-bubble-accent,rgba(255,244,201,.46));border:1px solid #fff;border-radius:10px 10px 10px 10px;box-shadow:inset 0 1px 2px hsla(0,0%,100%,.42),inset 0 -8px 16px hsla(0,0%,100%,.12),0 1px 2px hsla(0,0%,100%,.3),0 8px 8px rgba(117,92,40,.12);color:#000;display:inline-flex;flex-direction:column;isolation:isolate;line-height:1.35;max-width:min(calc(100vw - 1.1em),var(--chat-bubble-max,92vw));min-width:4.6em;overflow-wrap:anywhere;padding:.3em;position:relative;text-align:left;white-space:normal}.chat-message:after{content:none}.chat-message-meta{align-items:center;display:flex;gap:.45em;margin-bottom:.55em;max-width:100%}.chat-message-avatar-link{display:block;flex:0 0 auto;line-height:0}.chat-message-avatar{height:2.5em;-o-object-fit:cover;object-fit:cover;width:2.5em}.chat-message-avatar-empty{background:#efefdb;border-radius:10px;box-shadow:0 2px 2px rgba(0,0,0,.22);display:block}.chat-message-meta-body{display:flex;flex-direction:column;min-width:0}.chat-message-user{font-size:.9em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-message-time{color:green;font-size:.8em}.chat-message-text{-webkit-line-clamp:unset;box-sizing:border-box;display:block;font-size:.9em;max-height:none;max-width:100%;overflow:visible;white-space:pre-line}.chat-message-text.messagelist-message{padding:0}.chat-message-text button{max-width:100%}.chat-message-text .embed-container{width:100%}.chat-message.has-embed{box-sizing:border-box;max-width:min(100%,28em);width:min(100%,28em)}.chat-message.has-embed .chat-message-text{padding:0 .45em 1em;width:100%}.chat-message.has-embed .chat-message-text>div{max-width:100%!important;width:100%}.chat-message-item.has-embed{box-sizing:border-box;flex-basis:100%;max-width:100%;width:100%}.chat-message-assets{display:flex;flex-wrap:wrap;gap:.35em;max-width:100%}.chat-message-assets img{border-radius:18px;height:auto;max-height:13em;max-width:100%;-o-object-fit:contain;object-fit:contain;width:auto}.chat-message-reactions{line-height:1;margin-top:5px}.chat-message-reactions br{display:none}.chat-message-reactions .chocotto-reactions-button{background:#f7f7f4;border:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.16),inset 0 -1px 1px hsla(0,0%,100%,.78)}.chat-message-delete{display:none}.chat-message-item.is-editing .chat-message{outline:3px solid rgba(230,55,55,.95);outline-offset:3px}.chat-message-item form{margin:0}.chat-message.chat-message-restorable{background:#f4f4f1!important;background-image:none!important;border-color:hsla(0,0%,51%,.24);box-shadow:none;opacity:.9}.chat-message.chat-message-restorable:after,.chat-message.chat-message-restorable:before{content:none}.chat-message-deleted-label{align-self:center;background:hsla(0,0%,100%,.42);border-radius:999px;color:#666;font-weight:400;padding:.28em .8em}.chat-reaction-menu{background:hsla(0,0%,100%,.96);border:1px solid hsla(0,0%,100%,.98);border-radius:999px;box-shadow:0 4px 12px rgba(0,0,0,.18);display:none;gap:.3em;left:.4em;padding:.35em;position:absolute;top:100%;z-index:20}.chat-reaction-menu.is-open{display:flex}.chat-reaction-menu form{margin:0}.chat-reaction-menu button{border-radius:999px;min-height:2.35em;min-width:2.35em;padding:0}.chat-reaction-menu button.is-reacted{background:rgba(255,240,160,.9);font-weight:400}.chat-bottom-dock{--lounge-row-y:.45em;--lounge-row-x:.55em;--lounge-mode-button-w:4.6em;--lounge-small-button-w:2.8em;--lounge-button-h:2.05em;--lounge-button-radius:16px;--lounge-button-pad-y:.16em;--lounge-button-pad-x:.2em;background:linear-gradient(180deg,#fff,#efefdb);border:1px solid #000;border-radius:20px 20px 0 0;bottom:0;box-shadow:0 -2px 5px rgba(0,0,0,.1);left:0;position:fixed;right:0;z-index:10}.chat-composer{--chat-asset-banner-height:2.4rem;--chat-asset-preview-size:var(--chat-asset-banner-height);align-items:flex-end;border-bottom:1px solid rgba(0,0,0,.12);display:flex;flex-wrap:wrap;gap:.38em;padding:var(--lounge-row-y) var(--lounge-row-x)}.chat-edit-banner,.chat-new-banner{align-items:center;box-sizing:border-box;display:flex;flex:0 0 100%;gap:.35em;height:var(--chat-asset-banner-height);max-width:100%;order:-1;touch-action:pan-x}.chat-edit-banner[hidden],.chat-new-banner[hidden]{display:none}.chat-edit-label,.chat-new-label{color:#b32626;font-size:.9em;font-weight:700;white-space:nowrap}.chat-attachment-preview,.chat-edit-assets{display:flex;flex:1;flex-wrap:nowrap;gap:.25em;min-width:0;overflow-x:auto}.chat-attachment-preview img,.chat-edit-assets>.chat-draft-preview{background:#fff;border:1px solid rgba(0,0,0,.14);border-radius:10px;box-sizing:border-box;flex:0 0 var(--chat-asset-preview-size);height:var(--chat-asset-preview-size);-o-object-fit:cover;object-fit:cover;width:var(--chat-asset-preview-size)}.chat-edit-asset{border:1px solid rgba(0,0,0,.12);border-radius:10px;box-sizing:border-box;display:inline-grid;flex:0 0 var(--chat-asset-preview-size);height:var(--chat-asset-preview-size);min-height:var(--chat-asset-preview-size);min-width:var(--chat-asset-preview-size);overflow:hidden;padding:0;place-items:center;position:relative;width:var(--chat-asset-preview-size)}.chat-edit-asset img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.chat-composer textarea{background:#fff;border:1px solid rgba(0,0,0,.16);border-radius:18px;box-sizing:border-box;flex:1;font-size:1em;height:2.05em;line-height:1.25;max-height:min(48vh,22em);min-height:var(--lounge-button-h);min-width:0;overflow-y:hidden;padding:.32em .6em;resize:none;width:auto}.chat-icon-button.material-symbols-outlined{font-family:Material Symbols Outlined;font-size:1.25em;font-style:normal;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;font-weight:400;line-height:1}.chat-icon-button{border-radius:999px;font-size:1em;height:var(--lounge-button-h);min-height:var(--lounge-button-h);min-width:var(--lounge-button-h);padding:0;width:var(--lounge-button-h)}.chat-tool-menu{align-self:flex-end;flex:0 0 auto;position:relative}.chat-tool-toggle{background:#fff;border:1px solid #f2da02;box-shadow:0 1px 1px #f2da02;color:#000}.chat-tool-menu.is-open .chat-tool-toggle{transform:rotate(45deg)}.chat-tool-popover{border:1px solid rgba(0,0,0,.14);border-radius:999px;bottom:calc(100% + .45em);box-shadow:0 -3px 14px rgba(0,0,0,.16);display:flex;gap:.38em;left:0;padding:.35em;position:absolute;z-index:4}.chat-tool-popover[hidden]{display:none}.chat-submit-button{border-radius:var(--lounge-button-radius);font-size:1em;min-height:var(--lounge-button-h);min-width:var(--lounge-small-button-w)}.chat-submit-button:disabled:active{box-shadow:0 1px 1px #fff;transform:none}.chat-template-panel{background:hsla(0,0%,100%,.98);border:1px solid rgba(0,0,0,.14);border-radius:18px;bottom:calc(5.2em + env(safe-area-inset-bottom));box-shadow:0 -3px 18px rgba(0,0,0,.18);box-sizing:border-box;display:grid;grid-template-rows:auto minmax(0,1fr) auto;left:auto;max-height:min(76vh,38em);padding:.55em;position:absolute;right:.7em;touch-action:manipulation;width:min(calc(75vw - 1em),32em)}.chat-template-panel[hidden]{display:none}.chat-template-scrim{background:transparent;inset:0;position:fixed;touch-action:manipulation;z-index:30}.chat-template-scrim[hidden]{display:none}.chat-template-panel{z-index:31}.chat-template-heading{color:#111;font-size:1em;font-weight:400;line-height:1.3;padding:.08em .2em .48em}.chat-template-footer{display:flex;flex-direction:column;gap:.45em;padding-top:.5em}.chat-template-tabs{-webkit-overflow-scrolling:touch;border-top:1px solid rgba(0,0,0,.14);display:flex;flex-wrap:nowrap;gap:0;margin:0;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;touch-action:pan-x manipulation}.chat-template-tabs::-webkit-scrollbar{display:none}.chat-template-tab{background:transparent;border:0;border-radius:0;box-shadow:none;color:#536471;flex:0 0 auto;font-size:.9em;font-weight:400;min-height:2.45em;min-width:-moz-max-content;min-width:max-content;padding:.35em .9em .5em;position:relative;touch-action:manipulation;white-space:nowrap}.chat-template-tab:after{background:transparent;border-radius:999px 999px 0 0;bottom:-1px;content:"";height:3px;left:.55em;position:absolute;right:.55em}.chat-template-tab.is-active{color:#111}.chat-template-tab.is-active:after{background:#111}.chat-template-panes{min-height:0;overflow:hidden}.chat-template-list{display:grid;gap:.36em;grid-template-columns:minmax(0,1fr);max-height:100%;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-right:.12em;scrollbar-width:none;touch-action:pan-y manipulation}.chat-template-list::-webkit-scrollbar{display:none}.chat-template-list[hidden]{display:none}.chat-template-item{align-content:center;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;box-shadow:0 1px 4px rgba(0,0,0,.08);color:#111;display:grid;gap:0;min-height:3.25em;padding:.48em .58em;text-align:left;touch-action:manipulation;width:100%}.chat-template-title{color:#657786;display:block;font-size:.9em;max-width:100%;text-overflow:ellipsis;white-space:nowrap}.chat-template-body,.chat-template-title{font-weight:400;line-height:1.28;overflow:hidden}.chat-template-body{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#111;display:-webkit-box;font-size:1em;overflow-wrap:anywhere;white-space:pre-wrap}.chat-template-empty{color:#666;font-size:.9em;min-height:0;padding:1.1em .75em;text-align:center}.chat-whiteboard-panel{-webkit-touch-callout:none;background:hsla(0,0%,100%,.98);border:1px solid rgba(0,0,0,.18);border-radius:18px 18px 0 0;bottom:100%;box-shadow:0 -4px 16px rgba(0,0,0,.2);display:grid;gap:.45em;left:.55em;max-height:min(82vh,42em);overflow:auto;padding:.55em;position:absolute;right:.55em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chat-whiteboard-close-button{top:.45em}.chat-whiteboard-close-button,.chat-whiteboard-undo-button{border-radius:999px;min-height:var(--lounge-button-h,2.05em);min-width:var(--lounge-button-h,2.05em);padding:0;position:absolute;right:.45em;touch-action:manipulation;z-index:2}.chat-whiteboard-undo-button{top:3.05em}.chat-whiteboard-panel[hidden]{display:none}.chat-whiteboard-overlay button,.chat-whiteboard-overlay label{border-radius:12px;font-size:.9em;min-height:2.2em;touch-action:manipulation}.chat-whiteboard-close-button.material-symbols-outlined,.chat-whiteboard-overlay .material-symbols-outlined,.chat-whiteboard-undo-button.material-symbols-outlined{font-size:1.35em;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;line-height:1}.chat-whiteboard-color-button{align-items:center;background:#fff;border:1px solid rgba(0,0,0,.12);display:inline-flex;justify-content:center;min-height:2.2em;min-width:2.2em;padding:.2em .45em}.chat-whiteboard-cycle-button{min-height:2.2em;min-width:2.2em;padding:0;position:relative;text-align:center}.chat-whiteboard-cycle-button:after{bottom:.18em;content:"";height:.26em;left:50%;pointer-events:none;position:absolute;transform:translateX(-50%)}#chat-whiteboard-tool-toggle:after{background:radial-gradient(circle at 15% 50%,#111 0 .09em,transparent .095em),radial-gradient(circle at 85% 50%,#fff 0 .09em,transparent .095em),radial-gradient(circle at 85% 50%,rgba(0,0,0,.42) 0 .14em,transparent .145em);width:.92em}#chat-whiteboard-tool-toggle[data-whiteboard-tool=eraser]:after{background:radial-gradient(circle at 15% 50%,#fff 0 .09em,transparent .095em),radial-gradient(circle at 15% 50%,rgba(0,0,0,.42) 0 .14em,transparent .145em),radial-gradient(circle at 85% 50%,#111 0 .09em,transparent .095em)}#chat-whiteboard-interval-toggle,#chat-whiteboard-size-toggle{min-width:2.2em}#chat-whiteboard-interval-toggle:after,#chat-whiteboard-size-toggle:after{background:radial-gradient(circle at 10% 50%,#fff 0 .09em,transparent .095em),radial-gradient(circle at 10% 50%,rgba(0,0,0,.42) 0 .14em,transparent .145em),radial-gradient(circle at 50% 50%,#fff 0 .09em,transparent .095em),radial-gradient(circle at 50% 50%,rgba(0,0,0,.42) 0 .14em,transparent .145em),radial-gradient(circle at 90% 50%,#fff 0 .09em,transparent .095em),radial-gradient(circle at 90% 50%,rgba(0,0,0,.42) 0 .14em,transparent .145em);width:1.36em}#chat-whiteboard-interval-toggle[data-whiteboard-interval=large]:after,#chat-whiteboard-size-toggle[data-whiteboard-size="1"]:after{background:radial-gradient(circle at 10% 50%,#111 0 .09em,transparent .095em),radial-gradient(circle at 50% 50%,#fff 0 .09em,transparent .095em),radial-gradient(circle at 50% 50%,rgba(0,0,0,.42) 0 .14em,transparent .145em),radial-gradient(circle at 90% 50%,#fff 0 .09em,transparent .095em),radial-gradient(circle at 90% 50%,rgba(0,0,0,.42) 0 .14em,transparent .145em)}#chat-whiteboard-interval-toggle[data-whiteboard-interval=medium]:after,#chat-whiteboard-size-toggle[data-whiteboard-size="3"]:after{background:radial-gradient(circle at 10% 50%,#fff 0 .09em,transparent .095em),radial-gradient(circle at 10% 50%,rgba(0,0,0,.42) 0 .14em,transparent .145em),radial-gradient(circle at 50% 50%,#111 0 .09em,transparent .095em),radial-gradient(circle at 90% 50%,#fff 0 .09em,transparent .095em),radial-gradient(circle at 90% 50%,rgba(0,0,0,.42) 0 .14em,transparent .145em)}#chat-whiteboard-interval-toggle[data-whiteboard-interval=small]:after,#chat-whiteboard-size-toggle[data-whiteboard-size="5"]:after{background:radial-gradient(circle at 10% 50%,#fff 0 .09em,transparent .095em),radial-gradient(circle at 10% 50%,rgba(0,0,0,.42) 0 .14em,transparent .145em),radial-gradient(circle at 50% 50%,#fff 0 .09em,transparent .095em),radial-gradient(circle at 50% 50%,rgba(0,0,0,.42) 0 .14em,transparent .145em),radial-gradient(circle at 90% 50%,#111 0 .09em,transparent .095em)}.chat-whiteboard-tool-column{display:grid;gap:.28em}.chat-whiteboard-color-button input[type=color]{height:1.8em;padding:0;width:2.2em}.chat-whiteboard-canvas-stack{align-self:start;display:grid;justify-items:center;justify-self:center;max-height:calc(100dvh - 14rem);min-width:0;position:relative;width:min(100%,72vh)}.chat-whiteboard-overlay{display:grid;gap:.28em;position:absolute;z-index:2}.chat-whiteboard-overlay-top-left{align-items:start;grid-auto-flow:column;left:.35em;top:.35em}.chat-whiteboard-overlay-top-right{bottom:.35em;right:.35em}.chat-whiteboard-overlay-bottom-left{bottom:.35em;justify-items:start;left:.35em}.chat-whiteboard-bottom-row{display:grid;gap:.28em;grid-auto-flow:column}.chat-whiteboard-overlay button{min-width:2.2em;padding:0}#chat-whiteboard-frame-count{bottom:.38em;color:rgba(0,0,0,.72);font-size:1.08em;font-weight:700;left:50%;line-height:1;position:absolute;text-align:center;text-shadow:0 1px 2px hsla(0,0%,100%,.9);transform:translateX(-50%);z-index:2}#chat-whiteboard-canvas{-webkit-touch-callout:none;aspect-ratio:1/1;background:#fff;border:1px solid rgba(0,0,0,.18);border-radius:12px;justify-self:center;max-height:calc(100dvh - 14rem);max-width:100%;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto}.chat-room-header .chat-room-heading{flex:1 1 auto}.chat-room-heading{display:grid;gap:.12em;min-width:0;width:100%}.chat-room-title-line{align-items:baseline;display:flex;gap:.45em;min-width:0}.chat-room-title-line h1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-room-title-icon{color:#75621d;flex:0 0 auto;font-size:1.15em;line-height:1}.chat-room-description{animation:chat-room-description-hide 3s ease forwards;background:#eeeeea;border:1px solid #000;border-radius:20px;box-sizing:border-box;color:#333;font-size:.82em;left:0;line-height:1.55;margin:0 .25em;opacity:1;overflow:hidden;padding:.45em .55em .35em;pointer-events:none;position:absolute;right:0;top:calc(var(--lounge-button-h, 2.05em) + 2.2em);transform:translateZ(0);will-change:transform,opacity;z-index:3}.chat-room-description-body{background:hsla(0,0%,100%,.97);border-radius:10px;box-shadow:inset 0 1px 1px hsla(0,0%,100%,.9);box-sizing:border-box;display:block;overflow-wrap:anywhere;padding:.42em .58em;white-space:pre-wrap;width:100%}.chat-room-description-body p{margin:0}.chat-room-description-body p+p{margin-top:.45em}@keyframes chat-room-description-hide{0%,82%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,calc(-100% - 5em),0)}}@media (prefers-reduced-motion:reduce){.chat-room-description{animation:none}}@media (min-width:768px){.chat-bottom-dock{left:50%;max-width:42em;right:auto;transform:translateX(-50%);width:min(100%,42em)}}body:has(.chat-page) #menu{bottom:calc(4.9em + env(safe-area-inset-bottom));box-sizing:border-box;max-width:min(calc(100vw - .7em),22em);right:.35em;top:auto}.lounge-dock-row[hidden]{display:none!important}.chat-bottom-dock .bottom-navigationbar{background:transparent;border:0;border-radius:0;box-shadow:none;position:static;z-index:auto}.chat-bottom-dock .bottom-navigationbar .bottom-navigationbar-action{color:#000;font-weight:500;text-align:center;text-decoration:none;width:4em}.chat-bottom-dock .bottom-navigationbar .material-icons.bottom-navigationbar-button-material{display:inline-block;font-size:24px;line-height:1}.chat-bottom-dock .bottom-navigationbar .lounge-nav-menu{cursor:pointer;width:auto}.chat-bottom-dock .bottom-navigationbar[hidden],.chat-bottom-dock.is-mobile-input-device.is-input-focused .lounge-chat-channel-row{display:none!important}
