.MainPage{width:100vw;height:100dvh;position:relative;overflow:hidden}.AboutContainer{background-color:var(--bg-desktop);box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:calc(100dvh - 28px);margin-top:28px;display:flex;position:relative;overflow:hidden}.ChatWrapper{background:var(--glass-bg);-webkit-backdrop-filter:blur(25px);width:100%;max-width:540px;height:65vh;min-height:450px;box-shadow:0 25px 50px var(--shadow-color), 0 0 0 1px var(--border-color);z-index:20;border-radius:12px;flex-direction:column;display:flex;position:relative;overflow:hidden}.ChatHeader{background:var(--window-header);border-bottom:1px solid var(--border-color);justify-content:center;align-items:center;height:44px;display:flex;position:relative}.ChatHeaderButtons{gap:8px;display:flex;position:absolute;left:16px}.ChatHeaderBtn{box-sizing:border-box;cursor:pointer;border:1px solid #0000001a;border-radius:50%;width:12px;height:12px}.ChatHeaderBtn.close{background:#ff605c}.ChatHeaderBtn.minimize{background:#ffbd44}.ChatHeaderBtn.maximize{background:#00ca4e}.ChatTitle{color:var(--text-primary);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.Avatar{color:#fff;background:linear-gradient(135deg,#4285f4,#0b84ff);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:700;display:flex}.ChatBody{scrollbar-width:none;flex-direction:column;flex:1;gap:16px;padding:24px;display:flex;overflow-y:auto}.ChatBody::-webkit-scrollbar{display:none}.MessageRow{width:100%;display:flex}.MessageRow.system{justify-content:flex-start}.MessageRow.me{justify-content:flex-end}.MessageBubble{word-wrap:break-word;max-width:75%;box-shadow:0 2px 5px var(--shadow-color);border-radius:18px;padding:12px 16px;font-size:14px;line-height:1.5}.MessageBubble.system{background:var(--chat-system);color:var(--chat-system-text);border-bottom-left-radius:4px}.MessageBubble.me{color:#fff;background:#0b84ff;border-bottom-right-radius:4px}.MessageBubble p{margin:0}.IntroText{font-size:18px}.IntroText em{margin-right:6px;font-family:serif;font-size:22px;font-style:italic}.MessageBubble.image-bubble{box-shadow:0 5px 15px var(--shadow-color);background:0 0;border-radius:12px;padding:0;overflow:hidden}.MessageBubble.image-bubble img{border-radius:12px;max-width:220px;height:auto;display:block}.ChatHint{text-align:center;color:var(--text-secondary);margin-top:auto;padding-top:20px;font-size:11px}.desktop-hint{display:block}.mobile-hint{margin-top:8px;padding-top:0;display:none}.MobileImageSlider{flex-direction:column;align-items:center;width:100%;margin-top:auto;padding-top:10px;display:none}.MobileImageTrack{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:12px;width:100%;padding:10px 4px;display:flex;overflow-x:auto}.MobileImageTrack::-webkit-scrollbar{display:none}.MobileImageItem{cursor:pointer;width:64px;height:64px;box-shadow:0 4px 10px var(--shadow-color);border:2px solid var(--border-color);border-radius:8px;flex-shrink:0;transition:transform .1s;overflow:hidden}.MobileImageItem:active{transform:scale(.95)}.MobileImageItem img{object-fit:cover;width:100%;height:100%}.FloatingImage{cursor:grab;z-index:10;touch-action:none;-webkit-user-select:none;user-select:none;will-change:transform;width:150px;transition:opacity .5s;position:absolute;top:0;left:0}.FloatingImage.dragging{z-index:50;cursor:grabbing}.FloatingImageContent{background:var(--window-bg);box-shadow:0 6px 20px var(--shadow-color);pointer-events:none;border-radius:6px;flex-direction:column;align-items:center;padding:8px 8px 32px;transition:transform .2s cubic-bezier(.25,1,.5,1);animation:4s ease-in-out infinite alternate float;display:flex;position:relative}.ImageWrapper{aspect-ratio:4/3;border-radius:2px;width:100%;position:relative;overflow:hidden}.ImageWrapper img{object-fit:cover;width:100%;height:100%}.BlueLoaderOverlay{z-index:2;background-color:#0a84ff66;width:0%;height:100%;position:absolute;top:0;left:0}.FloatingImage.pressing .BlueLoaderOverlay{animation:1s linear forwards fillBlue}.FloatingImage.pressing .FloatingImageContent{box-shadow:0 2px 10px var(--shadow-color);transform:scale(.95)}.FloatingLabel{color:var(--text-secondary);font-family:monospace;font-size:11px;font-weight:500;position:absolute;bottom:8px}.MessageBubble a{text-underline-offset:2px;text-decoration:underline}@keyframes fillBlue{0%{width:0%}to{width:100%}}@keyframes float{0%{transform:translateY(0)}to{transform:translateY(-15px)}}@media (max-width:768px){.AboutContainer{padding:20px 20px 110px}.ChatWrapper{border-radius:20px;width:100%;max-width:100%;height:100%;min-height:auto}.ChatBody{padding:16px}.FloatingImage{display:none!important}.desktop-hint{display:none}.MobileImageSlider{display:flex}.mobile-hint{display:block}}
