.Chatroom-module-scss-module__VHcCzq__chatroom{width:100%;max-width:900px;margin:0 auto;font-family:MS Sans Serif,Segoe UI,sans-serif}.Chatroom-module-scss-module__VHcCzq__loginWindow{background:silver;border:2px solid #000;border-color:#fff #000 #000 #fff;max-width:400px;margin:2rem auto}.Chatroom-module-scss-module__VHcCzq__windowHeader{color:#fff;background:linear-gradient(90deg,navy 0%,#0000e6 100%);justify-content:space-between;align-items:center;padding:4px 8px;font-size:12px;font-weight:700;display:flex}.Chatroom-module-scss-module__VHcCzq__windowControls{gap:4px;display:flex}.Chatroom-module-scss-module__VHcCzq__windowControls span{cursor:pointer;background:silver;border:1px solid #000;justify-content:center;align-items:center;width:16px;height:14px;font-size:10px;display:flex}.Chatroom-module-scss-module__VHcCzq__windowControls span:last-child{color:#fff;background:red}.Chatroom-module-scss-module__VHcCzq__windowControls span:last-child:hover{background:#f66}.Chatroom-module-scss-module__VHcCzq__windowControls span:hover{background:#a7a7a7}.Chatroom-module-scss-module__VHcCzq__windowControls .Chatroom-module-scss-module__VHcCzq__newTabButton{font-size:12px;font-weight:700;color:#fff!important;background:#0a0!important}.Chatroom-module-scss-module__VHcCzq__windowControls .Chatroom-module-scss-module__VHcCzq__newTabButton:hover{background:#0c0!important}.Chatroom-module-scss-module__VHcCzq__loginContent{text-align:center;padding:2rem}.Chatroom-module-scss-module__VHcCzq__loginContent .Chatroom-module-scss-module__VHcCzq__loginIcon{margin-bottom:1rem;font-size:48px}.Chatroom-module-scss-module__VHcCzq__loginContent h3{color:navy;margin-bottom:.5rem;font-size:18px}.Chatroom-module-scss-module__VHcCzq__loginContent p{color:#000;margin-bottom:1.5rem;font-size:14px}.Chatroom-module-scss-module__VHcCzq__loginForm .Chatroom-module-scss-module__VHcCzq__fieldGroup{text-align:left;margin-bottom:1rem}.Chatroom-module-scss-module__VHcCzq__loginForm .Chatroom-module-scss-module__VHcCzq__fieldGroup label{color:#000;margin-bottom:4px;font-size:12px;font-weight:700;display:block}.Chatroom-module-scss-module__VHcCzq__loginForm .Chatroom-module-scss-module__VHcCzq__fieldGroup input{background:#fff;border:2px solid #fff;border-color:#000 #fff #fff #000;width:100%;padding:6px 8px;font-family:Courier New,monospace;font-size:14px}.Chatroom-module-scss-module__VHcCzq__loginForm .Chatroom-module-scss-module__VHcCzq__fieldGroup input:focus{background:#fff;outline:none}.Chatroom-module-scss-module__VHcCzq__loginButton{color:#000;cursor:pointer;background:silver;border:2px solid #000;border-color:#fff #000 #000 #fff;width:100%;padding:8px 16px;font-size:14px;font-weight:700}.Chatroom-module-scss-module__VHcCzq__loginButton:hover:not(:disabled){background:#b3b3b3}.Chatroom-module-scss-module__VHcCzq__loginButton:active:not(:disabled){border:2px solid #fff;border-color:#000 #fff #fff #000}.Chatroom-module-scss-module__VHcCzq__loginButton:disabled{opacity:.6;cursor:not-allowed}.Chatroom-module-scss-module__VHcCzq__loginInfo{text-align:left;background:#fff;border:2px solid #fff;border-color:#000 #fff #fff #000;margin-top:1.5rem;padding:1rem}.Chatroom-module-scss-module__VHcCzq__loginInfo p{color:#000;margin-bottom:.5rem;font-size:12px}.Chatroom-module-scss-module__VHcCzq__loginInfo p strong{color:#000}.Chatroom-module-scss-module__VHcCzq__loginInfo ul{margin:0;padding-left:1rem;font-size:11px}.Chatroom-module-scss-module__VHcCzq__loginInfo ul li{color:#000;margin-bottom:2px}.Chatroom-module-scss-module__VHcCzq__loginInfo ul code{color:#000;background:silver;padding:1px 4px;font-family:Courier New,monospace}.Chatroom-module-scss-module__VHcCzq__chatWindow{background:silver;border:2px solid #000;border-color:#fff #000 #000 #fff;flex-direction:column;height:600px;max-height:80vh;display:flex;overflow:hidden}.Chatroom-module-scss-module__VHcCzq__chatContent{flex:1;grid-template-columns:200px 1fr;min-height:0;display:grid;overflow:hidden}.Chatroom-module-scss-module__VHcCzq__usersPanel{background:#fff;border-right:1px solid #000;flex-direction:column;display:flex}.Chatroom-module-scss-module__VHcCzq__panelHeader{background:silver;border-bottom:1px solid #000;padding:4px 8px;font-size:11px;font-weight:700}.Chatroom-module-scss-module__VHcCzq__usersList{flex:1;padding:4px;overflow-y:auto}.Chatroom-module-scss-module__VHcCzq__userItem{background:#fff;border:2px solid #fff;border-color:#000 #fff #fff #000;align-items:center;gap:6px;margin-bottom:2px;padding:4px 6px;font-size:11px;display:flex}.Chatroom-module-scss-module__VHcCzq__userItem .Chatroom-module-scss-module__VHcCzq__userAvatar{font-size:14px}.Chatroom-module-scss-module__VHcCzq__userItem .Chatroom-module-scss-module__VHcCzq__userName{color:#000;flex:1}.Chatroom-module-scss-module__VHcCzq__userItem .Chatroom-module-scss-module__VHcCzq__userStatus{color:#0c0;font-size:16px}.Chatroom-module-scss-module__VHcCzq__chatPanel{background:#fff;flex-direction:column;min-height:0;display:flex;overflow:hidden}.Chatroom-module-scss-module__VHcCzq__messagesContainer{flex-direction:column;flex:1;gap:8px;min-height:0;padding:8px;display:flex;overflow-y:auto}.Chatroom-module-scss-module__VHcCzq__emptyChat{text-align:center;color:#000;padding:3rem 1rem}.Chatroom-module-scss-module__VHcCzq__emptyChat .Chatroom-module-scss-module__VHcCzq__emptyIcon{margin-bottom:1rem;font-size:48px}.Chatroom-module-scss-module__VHcCzq__emptyChat p{color:#000;margin-bottom:.5rem;font-size:14px}.Chatroom-module-scss-module__VHcCzq__emptyChat small{color:gray;font-size:12px}.Chatroom-module-scss-module__VHcCzq__message{border-radius:4px;max-width:80%;padding:6px 8px}.Chatroom-module-scss-module__VHcCzq__message .Chatroom-module-scss-module__VHcCzq__messageHeader{align-items:center;gap:6px;margin-bottom:2px;display:flex}.Chatroom-module-scss-module__VHcCzq__message .Chatroom-module-scss-module__VHcCzq__messageHeader .Chatroom-module-scss-module__VHcCzq__avatar{font-size:14px}.Chatroom-module-scss-module__VHcCzq__message .Chatroom-module-scss-module__VHcCzq__messageHeader .Chatroom-module-scss-module__VHcCzq__nickname{align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.Chatroom-module-scss-module__VHcCzq__message .Chatroom-module-scss-module__VHcCzq__messageHeader .Chatroom-module-scss-module__VHcCzq__time{color:gray;font-size:9px;font-weight:400}.Chatroom-module-scss-module__VHcCzq__message .Chatroom-module-scss-module__VHcCzq__messageContent{word-wrap:break-word;font-size:12px;line-height:1.3}.Chatroom-module-scss-module__VHcCzq__ownMessage{color:#000;background:#fff;border:1px solid silver;align-self:flex-end}.Chatroom-module-scss-module__VHcCzq__ownMessage .Chatroom-module-scss-module__VHcCzq__nickname{color:navy}.Chatroom-module-scss-module__VHcCzq__ownMessage .Chatroom-module-scss-module__VHcCzq__messageContent{color:#000}.Chatroom-module-scss-module__VHcCzq__otherMessage{color:#000;background:#fff;border:1px solid silver;align-self:flex-start}.Chatroom-module-scss-module__VHcCzq__otherMessage .Chatroom-module-scss-module__VHcCzq__nickname{color:navy}.Chatroom-module-scss-module__VHcCzq__otherMessage .Chatroom-module-scss-module__VHcCzq__messageContent{color:#000}.Chatroom-module-scss-module__VHcCzq__systemMessage{text-align:center;color:#000;background:#fff;border:1px solid silver;align-self:center;max-width:90%}.Chatroom-module-scss-module__VHcCzq__systemMessage .Chatroom-module-scss-module__VHcCzq__nickname{color:navy}.Chatroom-module-scss-module__VHcCzq__systemMessage .Chatroom-module-scss-module__VHcCzq__messageContent{color:#000}.Chatroom-module-scss-module__VHcCzq__actionMessage{color:#000;background:#fff;border:1px solid silver;align-self:center;max-width:90%;font-style:italic}.Chatroom-module-scss-module__VHcCzq__actionMessage .Chatroom-module-scss-module__VHcCzq__nickname{color:navy}.Chatroom-module-scss-module__VHcCzq__actionMessage .Chatroom-module-scss-module__VHcCzq__messageContent{color:#000}.Chatroom-module-scss-module__VHcCzq__messageForm{background:silver;border-top:1px solid #000;flex-shrink:0;padding:8px}.Chatroom-module-scss-module__VHcCzq__inputContainer{gap:4px;display:flex}.Chatroom-module-scss-module__VHcCzq__inputContainer input{color:#000;background:#fff;border:2px solid #fff;border-color:#000 #fff #fff #000;flex:1;padding:6px 8px;font-family:Courier New,monospace;font-size:12px}.Chatroom-module-scss-module__VHcCzq__inputContainer input:focus{color:#000;background:#fff;outline:none}.Chatroom-module-scss-module__VHcCzq__inputContainer input:disabled{color:gray;background:silver}.Chatroom-module-scss-module__VHcCzq__inputContainer input::placeholder{color:gray}.Chatroom-module-scss-module__VHcCzq__sendButton{color:#000;cursor:pointer;background:silver;border:2px solid #000;border-color:#fff #000 #000 #fff;padding:6px 12px;font-size:14px}.Chatroom-module-scss-module__VHcCzq__sendButton:hover:not(:disabled){background:#b3b3b3}.Chatroom-module-scss-module__VHcCzq__sendButton:active:not(:disabled){border:2px solid #fff;border-color:#000 #fff #fff #000}.Chatroom-module-scss-module__VHcCzq__sendButton:disabled{opacity:.6;cursor:not-allowed}.Chatroom-module-scss-module__VHcCzq__statusBar{background:silver;border-top:1px solid #000;flex-shrink:0;justify-content:space-between;align-items:center;padding:4px 8px;font-size:11px;display:flex}.Chatroom-module-scss-module__VHcCzq__statusBar .Chatroom-module-scss-module__VHcCzq__connectionStatus,.Chatroom-module-scss-module__VHcCzq__statusBar .Chatroom-module-scss-module__VHcCzq__userInfo{color:#000}.Chatroom-module-scss-module__VHcCzq__leaveButton{color:#000;cursor:pointer;background:silver;border:2px solid #000;border-color:#fff #000 #000 #fff;padding:2px 8px;font-size:10px}.Chatroom-module-scss-module__VHcCzq__leaveButton:hover{background:#b3b3b3}.Chatroom-module-scss-module__VHcCzq__leaveButton:active{border:2px solid #fff;border-color:#000 #fff #fff #000}@media (max-width:768px){.Chatroom-module-scss-module__VHcCzq__chatroom{max-width:100%}.Chatroom-module-scss-module__VHcCzq__chatContent{grid-template-columns:1fr}.Chatroom-module-scss-module__VHcCzq__usersPanel{display:none}.Chatroom-module-scss-module__VHcCzq__message{max-width:95%}.Chatroom-module-scss-module__VHcCzq__statusBar{text-align:center;flex-direction:column;gap:4px}}@media (max-width:480px){.Chatroom-module-scss-module__VHcCzq__loginWindow{margin:1rem auto}.Chatroom-module-scss-module__VHcCzq__loginContent{padding:1rem}.Chatroom-module-scss-module__VHcCzq__chatWindow{height:500px}.Chatroom-module-scss-module__VHcCzq__messagesContainer{padding:4px}}.Chatroom-module-scss-module__VHcCzq__clickableMessage{cursor:pointer;transition:all .1s}.Chatroom-module-scss-module__VHcCzq__clickableMessage:hover{background:#cdcdcd}.Chatroom-module-scss-module__VHcCzq__selectedMessage{background:#b3b3ff!important;border:2px solid navy!important}.Chatroom-module-scss-module__VHcCzq__messageActions{border-top:1px solid silver;gap:6px;margin-top:6px;padding-top:6px;display:flex}.Chatroom-module-scss-module__VHcCzq__editButton{cursor:pointer;color:navy;background:silver;border:none;padding:3px 8px;font-size:11px;font-weight:700}.Chatroom-module-scss-module__VHcCzq__editButton:hover{background:#b3b3b3}.Chatroom-module-scss-module__VHcCzq__editButton:active{border:2px solid #fff;border-color:#000 #fff #fff #000}.Chatroom-module-scss-module__VHcCzq__editContainer{flex-direction:column;gap:6px;margin-top:4px;display:flex}.Chatroom-module-scss-module__VHcCzq__editInput{color:#000;background:#fff;border:2px solid #fff;border-color:#000 #fff #fff #000;width:100%;padding:4px 6px;font-family:Courier New,monospace;font-size:12px}.Chatroom-module-scss-module__VHcCzq__editInput:focus{background:#fff;outline:none}.Chatroom-module-scss-module__VHcCzq__editButtons{justify-content:flex-end;gap:4px;display:flex}.Chatroom-module-scss-module__VHcCzq__saveButton,.Chatroom-module-scss-module__VHcCzq__cancelButton{cursor:pointer;background:silver;border:none;padding:2px 8px;font-size:12px;font-weight:700}.Chatroom-module-scss-module__VHcCzq__saveButton:hover,.Chatroom-module-scss-module__VHcCzq__cancelButton:hover{background:#b3b3b3}.Chatroom-module-scss-module__VHcCzq__saveButton:active,.Chatroom-module-scss-module__VHcCzq__cancelButton:active{border:2px solid #fff;border-color:#000 #fff #fff #000}.Chatroom-module-scss-module__VHcCzq__saveButton{color:#080}.Chatroom-module-scss-module__VHcCzq__cancelButton{color:#c00}.Chatroom-module-scss-module__VHcCzq__adminActions{border-top:1px solid silver;gap:4px;margin-top:4px;padding-top:4px;display:flex}.Chatroom-module-scss-module__VHcCzq__deleteButton,.Chatroom-module-scss-module__VHcCzq__banButton{cursor:pointer;background:silver;border:none;padding:2px 6px;font-size:12px;transition:all .1s}.Chatroom-module-scss-module__VHcCzq__deleteButton:hover:not(:disabled),.Chatroom-module-scss-module__VHcCzq__banButton:hover:not(:disabled){background:#b3b3b3}.Chatroom-module-scss-module__VHcCzq__deleteButton:active:not(:disabled),.Chatroom-module-scss-module__VHcCzq__banButton:active:not(:disabled){border:2px solid #fff;border-color:#000 #fff #fff #000}.Chatroom-module-scss-module__VHcCzq__deleteButton:disabled,.Chatroom-module-scss-module__VHcCzq__banButton:disabled{opacity:.5;cursor:not-allowed}.Chatroom-module-scss-module__VHcCzq__deleteButton{color:#c00;font-weight:700}.Chatroom-module-scss-module__VHcCzq__banButton{color:#c60;margin-left:auto;padding:1px 4px;font-size:10px;font-weight:700}
.RetroEmoji-module__sh3jJG__emoji{vertical-align:middle;display:inline-block}.RetroEmoji-module__sh3jJG__rainbowRing{transform-origin:50%;animation:2s ease-in-out infinite RetroEmoji-module__sh3jJG__rainbowPulse}.RetroEmoji-module__sh3jJG__rainbowRing:first-child{animation-delay:0s}.RetroEmoji-module__sh3jJG__rainbowRing:nth-child(2){animation-delay:.1s}.RetroEmoji-module__sh3jJG__rainbowRing:nth-child(3){animation-delay:.2s}.RetroEmoji-module__sh3jJG__rainbowRing:nth-child(4){animation-delay:.3s}.RetroEmoji-module__sh3jJG__rainbowRing:nth-child(5){animation-delay:.4s}.RetroEmoji-module__sh3jJG__rainbowRing:nth-child(6){animation-delay:.5s}@keyframes RetroEmoji-module__sh3jJG__rainbowPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}.RetroEmoji-module__sh3jJG__sun{filter:drop-shadow(0 0 3px #fffc)}.RetroEmoji-module__sh3jJG__face{transform-origin:50%}.RetroEmoji-module__sh3jJG__animateIdle{animation:2.5s ease-in-out infinite RetroEmoji-module__sh3jJG__idle}@keyframes RetroEmoji-module__sh3jJG__idle{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.RetroEmoji-module__sh3jJG__animateLaugh{animation:.3s ease-in-out infinite RetroEmoji-module__sh3jJG__laugh}@keyframes RetroEmoji-module__sh3jJG__laugh{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-2px)rotate(-3deg)}50%{transform:translateY(0)rotate(0)}75%{transform:translateY(-2px)rotate(3deg)}}.RetroEmoji-module__sh3jJG__animateWink{animation:2s ease-in-out infinite RetroEmoji-module__sh3jJG__wink}.RetroEmoji-module__sh3jJG__winkEye{animation:2s ease-in-out infinite RetroEmoji-module__sh3jJG__winkEyeAnim}@keyframes RetroEmoji-module__sh3jJG__wink{0%,to{transform:scale(1)}45%,55%{transform:scale(1.05)}}@keyframes RetroEmoji-module__sh3jJG__winkEyeAnim{0%,40%,60%,to{opacity:1}45%,55%{opacity:.3}}.RetroEmoji-module__sh3jJG__animateSad{animation:2s ease-in-out infinite RetroEmoji-module__sh3jJG__sad}.RetroEmoji-module__sh3jJG__tear{animation:1.5s ease-in-out infinite RetroEmoji-module__sh3jJG__tearFall}@keyframes RetroEmoji-module__sh3jJG__sad{0%,to{transform:translateY(0)}50%{transform:translateY(2px)}}@keyframes RetroEmoji-module__sh3jJG__tearFall{0%{opacity:0;transform:translateY(0)}20%{opacity:1}to{opacity:0;transform:translateY(15px)}}.RetroEmoji-module__sh3jJG__animateLove{animation:1s ease-in-out infinite RetroEmoji-module__sh3jJG__love}.RetroEmoji-module__sh3jJG__heartEye{animation:.8s ease-in-out infinite RetroEmoji-module__sh3jJG__heartBeat}@keyframes RetroEmoji-module__sh3jJG__love{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes RetroEmoji-module__sh3jJG__heartBeat{0%,to{transform:scale(1)}25%{transform:scale(1.2)}50%{transform:scale(1)}75%{transform:scale(1.15)}}.RetroEmoji-module__sh3jJG__animateSurprise{animation:.5s ease-in-out infinite RetroEmoji-module__sh3jJG__surprise}@keyframes RetroEmoji-module__sh3jJG__surprise{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-3px)scale(1.05)}}.RetroEmoji-module__sh3jJG__animateAngry{animation:.15s linear infinite RetroEmoji-module__sh3jJG__angry}@keyframes RetroEmoji-module__sh3jJG__angry{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}.RetroEmoji-module__sh3jJG__tongue{transform-origin:top;animation:.8s ease-in-out infinite RetroEmoji-module__sh3jJG__tongueMove}@keyframes RetroEmoji-module__sh3jJG__tongueMove{0%,to{transform:scaleY(1)rotate(0)}25%{transform:scaleY(1.1)rotate(-5deg)}75%{transform:scaleY(1.1)rotate(5deg)}}
.EmojiPicker-module__6Y0isG__pickerContainer{display:inline-block;position:relative}.EmojiPicker-module__6Y0isG__triggerButton{cursor:pointer;background:linear-gradient(#e0e0e0 0%,silver 100%);border:2px outset #fff;justify-content:center;align-items:center;min-width:40px;min-height:36px;padding:4px 8px;display:flex}.EmojiPicker-module__6Y0isG__triggerButton:hover{background:linear-gradient(#f0f0f0 0%,#d0d0d0 100%)}.EmojiPicker-module__6Y0isG__triggerButton:active{border-style:inset}.EmojiPicker-module__6Y0isG__pickerDropdown{z-index:1000;background:silver;border:2px outset #fff;min-width:200px;margin-bottom:5px;position:absolute;bottom:100%;left:0;box-shadow:4px 4px 10px #0000004d}.EmojiPicker-module__6Y0isG__pickerHeader{color:#fff;background:linear-gradient(90deg,navy 0%,#1084d0 100%);padding:4px 8px;font-size:12px;font-weight:700}.EmojiPicker-module__6Y0isG__emojiGrid{background:#e0e0e0;border:2px inset gray;grid-template-columns:repeat(5,1fr);gap:2px;margin:4px;padding:8px;display:grid}.EmojiPicker-module__6Y0isG__emojiButton{cursor:pointer;background:#f0f0f0;border:1px solid gray;justify-content:center;align-items:center;padding:4px;transition:background .1s;display:flex}.EmojiPicker-module__6Y0isG__emojiButton:hover{background:#fff;border-color:navy}.EmojiPicker-module__6Y0isG__emojiButton:active{background:#d0d0d0}.EmojiPicker-module__6Y0isG__pickerFooter{color:#666;text-align:center;border-top:1px solid gray;padding:4px 8px;font-size:10px}
.GuestbookList-module-scss-module__lAEDDG__guestbookList{width:100%;max-width:100%;margin:0;padding:0}.GuestbookList-module-scss-module__lAEDDG__guestbookList h3{color:navy;text-align:left;background:silver;border:2px solid #fff;border-top:1px solid #000;border-left:1px solid #000;margin:0 0 1rem;padding:.25rem .5rem;font-family:VT323,monospace;font-size:1.25rem;font-weight:600}.GuestbookList-module-scss-module__lAEDDG__loading,.GuestbookList-module-scss-module__lAEDDG__error,.GuestbookList-module-scss-module__lAEDDG__empty{text-align:center;background:silver;border:2px solid gray;border-color:#fff gray gray #fff;padding:2rem 1rem}.GuestbookList-module-scss-module__lAEDDG__loading p,.GuestbookList-module-scss-module__lAEDDG__error p,.GuestbookList-module-scss-module__lAEDDG__empty p{color:#000;margin:0;font-family:Courier New,monospace;font-size:.9rem}.GuestbookList-module-scss-module__lAEDDG__spinner{border:2px solid gray;border-top-color:#000;border-radius:0;width:24px;height:24px;margin:0 auto 1rem;animation:1s linear infinite GuestbookList-module-scss-module__lAEDDG__spin}@keyframes GuestbookList-module-scss-module__lAEDDG__spin{to{transform:rotate(360deg)}}.GuestbookList-module-scss-module__lAEDDG__retryButton{color:#000;cursor:pointer;background:silver;border:2px solid gray;border-color:#fff gray gray #fff;margin-top:1rem;padding:.5rem 1rem;font-family:"Press Start 2P",monospace;font-size:.7rem}.GuestbookList-module-scss-module__lAEDDG__retryButton:hover{background:#d0d0d0}.GuestbookList-module-scss-module__lAEDDG__retryButton:active{border:2px solid #fff;border-color:gray #fff #fff gray}.GuestbookList-module-scss-module__lAEDDG__entries{background:#fff;border:2px solid #fff;border-color:gray #fff #fff gray;flex-direction:column;gap:.75rem;max-height:400px;padding:.5rem;display:flex;overflow-y:auto}.GuestbookList-module-scss-module__lAEDDG__entry{background:#fff;border:2px solid gray;border-color:#fff gray gray #fff;margin:0;padding:.75rem}.GuestbookList-module-scss-module__lAEDDG__entry:hover{background:#f0f0f0}.GuestbookList-module-scss-module__lAEDDG__entryHeader{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;display:flex}.GuestbookList-module-scss-module__lAEDDG__authorInfo{flex-direction:column;gap:.25rem;display:flex}.GuestbookList-module-scss-module__lAEDDG__nickname{color:navy;font-family:"Press Start 2P",monospace;font-size:.8rem;font-weight:600}.GuestbookList-module-scss-module__lAEDDG__productTag{color:#000;background:silver;border:1px solid #000;align-self:flex-start;padding:.2rem .5rem;font-family:Courier New,monospace;font-size:.7rem}.GuestbookList-module-scss-module__lAEDDG__date{color:gray;white-space:nowrap;font-family:Courier New,monospace;font-size:.7rem}.GuestbookList-module-scss-module__lAEDDG__message{color:#000;white-space:pre-wrap;word-wrap:break-word;max-height:none;margin-bottom:.5rem;font-family:Courier New,monospace;font-size:.85rem;line-height:1.4;overflow:visible}.GuestbookList-module-scss-module__lAEDDG__authorEmail{color:gray;border-top:1px solid silver;margin-top:.25rem;padding-top:.5rem;font-family:Courier New,monospace;font-size:.7rem;font-style:italic}.GuestbookList-module-scss-module__lAEDDG__loadMoreContainer{text-align:center;margin-top:1rem}.GuestbookList-module-scss-module__lAEDDG__loadMoreButton{color:#000;cursor:pointer;background:silver;border:2px solid gray;border-color:#fff gray gray #fff;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:"Press Start 2P",monospace;font-size:.7rem;display:inline-flex}.GuestbookList-module-scss-module__lAEDDG__loadMoreButton:hover:not(:disabled){background:#d0d0d0}.GuestbookList-module-scss-module__lAEDDG__loadMoreButton:active:not(:disabled){border:2px solid #fff;border-color:gray #fff #fff gray}.GuestbookList-module-scss-module__lAEDDG__loadMoreButton:disabled{color:#606060;cursor:not-allowed;background:#a0a0a0}.GuestbookList-module-scss-module__lAEDDG__loadMoreButton .GuestbookList-module-scss-module__lAEDDG__spinner{border:1px solid gray;border-top-color:#000;border-radius:0;width:12px;height:12px;margin:0}.GuestbookList-module-scss-module__lAEDDG__loadError{text-align:center;background:silver;border:2px solid #fff;border-color:gray #fff #fff gray;margin-top:.5rem;padding:.5rem}.GuestbookList-module-scss-module__lAEDDG__loadError small{color:maroon;font-family:Courier New,monospace;font-size:.7rem}@media (max-width:768px){.GuestbookList-module-scss-module__lAEDDG__guestbookList{padding:.25rem}.GuestbookList-module-scss-module__lAEDDG__guestbookList h3{margin-bottom:.75rem;font-size:1.1rem}.GuestbookList-module-scss-module__lAEDDG__entries{gap:.5rem;max-height:350px;padding:.25rem}.GuestbookList-module-scss-module__lAEDDG__entry{padding:.5rem}.GuestbookList-module-scss-module__lAEDDG__entryHeader{flex-direction:column;gap:.25rem;margin-bottom:.25rem}.GuestbookList-module-scss-module__lAEDDG__authorInfo{gap:.125rem}.GuestbookList-module-scss-module__lAEDDG__nickname{font-size:.7rem}.GuestbookList-module-scss-module__lAEDDG__productTag{padding:.15rem .4rem;font-size:.6rem}.GuestbookList-module-scss-module__lAEDDG__date{align-self:flex-start;font-size:.6rem}.GuestbookList-module-scss-module__lAEDDG__message{font-size:.75rem;line-height:1.3}.GuestbookList-module-scss-module__lAEDDG__authorEmail{font-size:.6rem}.GuestbookList-module-scss-module__lAEDDG__loadMoreButton{padding:.4rem .8rem;font-size:.6rem}}@media (max-width:480px){.GuestbookList-module-scss-module__lAEDDG__guestbookList{padding:.125rem}.GuestbookList-module-scss-module__lAEDDG__guestbookList h3{margin-bottom:.5rem;padding:.2rem .4rem;font-size:1rem}.GuestbookList-module-scss-module__lAEDDG__entries{gap:.375rem;max-height:300px}.GuestbookList-module-scss-module__lAEDDG__entry{padding:.375rem}.GuestbookList-module-scss-module__lAEDDG__message{font-size:.7rem}.GuestbookList-module-scss-module__lAEDDG__loadMoreButton{padding:.3rem .6rem;font-size:.55rem}}
.Guestbook-module-scss-module__U0Zeba__guestbook{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem}.Guestbook-module-scss-module__U0Zeba__header{text-align:center;border-bottom:2px solid #ecf0f1;margin-bottom:3rem;padding-bottom:2rem}.Guestbook-module-scss-module__U0Zeba__title{color:#2c3e50;-webkit-text-fill-color:#0000;text-align:center;background:linear-gradient(135deg,#3498db,#2980b9);-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-size:2.5rem;font-weight:700}.Guestbook-module-scss-module__U0Zeba__subtitle{color:#7f8c8d;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.Guestbook-module-scss-module__U0Zeba__content{flex-direction:column;gap:3rem;display:flex}.Guestbook-module-scss-module__U0Zeba__formSection{order:1}.Guestbook-module-scss-module__U0Zeba__listSection{order:2}.Guestbook-module-scss-module__U0Zeba__emptyState{text-align:center;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:12px;padding:4rem 2rem}.Guestbook-module-scss-module__U0Zeba__emptyState p{color:#6c757d;margin:0;font-size:1.1rem}@media (min-width:1024px){.Guestbook-module-scss-module__U0Zeba__content{flex-direction:row;align-items:flex-start;gap:4rem}.Guestbook-module-scss-module__U0Zeba__formSection{flex:0 0 500px;order:1;position:sticky;top:2rem}.Guestbook-module-scss-module__U0Zeba__listSection{flex:1;order:2}}@media (max-width:768px){.Guestbook-module-scss-module__U0Zeba__guestbook{padding:1.5rem .75rem}.Guestbook-module-scss-module__U0Zeba__header{margin-bottom:2rem;padding-bottom:1.5rem}.Guestbook-module-scss-module__U0Zeba__title{font-size:2rem}.Guestbook-module-scss-module__U0Zeba__subtitle{padding:0 .5rem;font-size:1rem}.Guestbook-module-scss-module__U0Zeba__content{gap:2rem}}@media (max-width:480px){.Guestbook-module-scss-module__U0Zeba__guestbook{padding:1rem .5rem}.Guestbook-module-scss-module__U0Zeba__header{margin-bottom:1.5rem;padding-bottom:1rem}.Guestbook-module-scss-module__U0Zeba__title{font-size:1.75rem}.Guestbook-module-scss-module__U0Zeba__subtitle{font-size:.95rem}.Guestbook-module-scss-module__U0Zeba__content{gap:1.5rem}}.Guestbook-module-scss-module__U0Zeba__guestbook.Guestbook-module-scss-module__U0Zeba__productPage .Guestbook-module-scss-module__U0Zeba__header{border-bottom:none;margin-bottom:2rem;padding-bottom:0}.Guestbook-module-scss-module__U0Zeba__guestbook.Guestbook-module-scss-module__U0Zeba__productPage .Guestbook-module-scss-module__U0Zeba__title{font-size:2rem}.Guestbook-module-scss-module__U0Zeba__guestbook.Guestbook-module-scss-module__U0Zeba__productPage .Guestbook-module-scss-module__U0Zeba__subtitle{font-size:1rem}.Guestbook-module-scss-module__U0Zeba__guestbook.Guestbook-module-scss-module__U0Zeba__compact{max-width:800px;padding:1rem}.Guestbook-module-scss-module__U0Zeba__guestbook.Guestbook-module-scss-module__U0Zeba__compact .Guestbook-module-scss-module__U0Zeba__header{margin-bottom:1.5rem;padding-bottom:1rem}.Guestbook-module-scss-module__U0Zeba__guestbook.Guestbook-module-scss-module__U0Zeba__compact .Guestbook-module-scss-module__U0Zeba__title{font-size:1.75rem}.Guestbook-module-scss-module__U0Zeba__guestbook.Guestbook-module-scss-module__U0Zeba__compact .Guestbook-module-scss-module__U0Zeba__subtitle{font-size:.95rem}.Guestbook-module-scss-module__U0Zeba__guestbook.Guestbook-module-scss-module__U0Zeba__compact .Guestbook-module-scss-module__U0Zeba__content{gap:2rem}
.WindowControls-module-scss-module__znMpca__windowControls{align-items:center;gap:2px;display:flex}.WindowControls-module-scss-module__znMpca__controlButton{cursor:pointer;background:silver;border:2px solid #000;border-color:#fff #000 #000 #fff;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-family:Segoe UI,MS Sans Serif,sans-serif;display:flex}.WindowControls-module-scss-module__znMpca__controlButton:active{border:2px solid #fff;border-color:#000 #fff #fff #000}.WindowControls-module-scss-module__znMpca__controlButton .WindowControls-module-scss-module__znMpca__icon{color:#000;font-size:14px;font-weight:700;line-height:1}.WindowControls-module-scss-module__znMpca__newTabButton{background:#22c55e}.WindowControls-module-scss-module__znMpca__newTabButton .WindowControls-module-scss-module__znMpca__icon{color:#fff;font-size:12px}.WindowControls-module-scss-module__znMpca__newTabButton:hover{background:#16a34a}.WindowControls-module-scss-module__znMpca__minimizeButton .WindowControls-module-scss-module__znMpca__icon{margin-bottom:4px;font-size:16px}.WindowControls-module-scss-module__znMpca__minimizeButton:hover{background:#a7a7a7}.WindowControls-module-scss-module__znMpca__maximizeButton .WindowControls-module-scss-module__znMpca__icon{font-size:12px}.WindowControls-module-scss-module__znMpca__maximizeButton:hover{background:#a7a7a7}.WindowControls-module-scss-module__znMpca__closeButton{background:#dc2626}.WindowControls-module-scss-module__znMpca__closeButton .WindowControls-module-scss-module__znMpca__icon{color:#fff;font-size:16px}.WindowControls-module-scss-module__znMpca__closeButton:hover{background:#b91c1c}@media (max-width:480px){.WindowControls-module-scss-module__znMpca__controlButton{width:28px;height:28px}.WindowControls-module-scss-module__znMpca__controlButton .WindowControls-module-scss-module__znMpca__icon{font-size:16px}.WindowControls-module-scss-module__znMpca__newTabButton .WindowControls-module-scss-module__znMpca__icon{font-size:14px}.WindowControls-module-scss-module__znMpca__minimizeButton .WindowControls-module-scss-module__znMpca__icon{font-size:18px}.WindowControls-module-scss-module__znMpca__maximizeButton .WindowControls-module-scss-module__znMpca__icon{font-size:14px}.WindowControls-module-scss-module__znMpca__closeButton .WindowControls-module-scss-module__znMpca__icon{font-size:18px}}
.Windows95Modal-module-scss-module__kZIvnq__overlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Windows95Modal-module-scss-module__kZIvnq__window{background:silver;border:2px solid #000;border-color:#fff #000 #000 #fff;flex-direction:column;width:90%;max-width:800px;height:80vh;transition:all .3s;display:flex;box-shadow:inset 1px 1px #dfdfdf,inset -1px -1px gray}.Windows95Modal-module-scss-module__kZIvnq__window.Windows95Modal-module-scss-module__kZIvnq__maximized{width:95%;max-width:none;height:95vh}.Windows95Modal-module-scss-module__kZIvnq__titleBar{-webkit-user-select:none;user-select:none;background:linear-gradient(90deg,navy,#1084d0);border-bottom:1px solid #000;justify-content:space-between;align-items:center;padding:3px 3px 3px 5px;display:flex}.Windows95Modal-module-scss-module__kZIvnq__titleText{color:#fff;align-items:center;gap:5px;font-family:MS Sans Serif,Microsoft Sans Serif,sans-serif;font-size:12px;font-weight:700;display:flex}.Windows95Modal-module-scss-module__kZIvnq__icon{font-size:14px}.Windows95Modal-module-scss-module__kZIvnq__windowControls{gap:2px;display:flex}.Windows95Modal-module-scss-module__kZIvnq__controlButton{cursor:pointer;color:#000;background:silver;border:1px solid #000;border-color:#fff #000 #000 #fff;justify-content:center;align-items:center;width:16px;height:14px;padding:0;font-family:MS Sans Serif,sans-serif;font-size:9px;font-weight:700;display:flex}.Windows95Modal-module-scss-module__kZIvnq__controlButton:active{background:gray;border-color:#000 #fff #fff #000}.Windows95Modal-module-scss-module__kZIvnq__controlButton:hover{background:#d4d4d4}.Windows95Modal-module-scss-module__kZIvnq__maximizeIcon{font-size:10px;line-height:1}.Windows95Modal-module-scss-module__kZIvnq__content{color:#000;background:#fff;border:2px solid #dfdfdf;border-color:gray #dfdfdf #dfdfdf gray;flex:1;margin:2px;padding:20px;font-family:MS Sans Serif,Microsoft Sans Serif,sans-serif;font-size:14px;line-height:1.6;overflow-y:auto}.Windows95Modal-module-scss-module__kZIvnq__content h1,.Windows95Modal-module-scss-module__kZIvnq__content h2,.Windows95Modal-module-scss-module__kZIvnq__content h3{color:navy;margin-top:20px;margin-bottom:10px;font-family:MS Sans Serif,sans-serif}.Windows95Modal-module-scss-module__kZIvnq__content h1{border-bottom:2px solid navy;padding-bottom:5px;font-size:20px}.Windows95Modal-module-scss-module__kZIvnq__content h2{border-bottom:1px solid gray;padding-bottom:3px;font-size:18px}.Windows95Modal-module-scss-module__kZIvnq__content h3{font-size:16px}.Windows95Modal-module-scss-module__kZIvnq__content p{color:#000;margin-bottom:12px}.Windows95Modal-module-scss-module__kZIvnq__content strong{color:#000;font-weight:700}.Windows95Modal-module-scss-module__kZIvnq__content em{color:#000;font-style:italic}.Windows95Modal-module-scss-module__kZIvnq__content ul,.Windows95Modal-module-scss-module__kZIvnq__content ol{margin-bottom:12px;margin-left:30px}.Windows95Modal-module-scss-module__kZIvnq__content li{margin-bottom:5px}.Windows95Modal-module-scss-module__kZIvnq__content a{color:#00f;text-decoration:underline}.Windows95Modal-module-scss-module__kZIvnq__content a:visited{color:purple}.Windows95Modal-module-scss-module__kZIvnq__content table{border-collapse:collapse;border:2px solid gray;width:100%;margin:15px 0}.Windows95Modal-module-scss-module__kZIvnq__content th,.Windows95Modal-module-scss-module__kZIvnq__content td{text-align:left;border:1px solid gray;padding:8px}.Windows95Modal-module-scss-module__kZIvnq__content th{background:silver;font-weight:700}.Windows95Modal-module-scss-module__kZIvnq__content code{background:#e0e0e0;padding:2px 5px;font-family:Courier New,monospace;font-size:13px}.Windows95Modal-module-scss-module__kZIvnq__content pre{color:#0f0;background:#000;margin:15px 0;padding:10px;font-family:Courier New,monospace;overflow-x:auto}.Windows95Modal-module-scss-module__kZIvnq__content blockquote{color:#333;border-left:3px solid navy;margin:15px 0;padding-left:15px;font-style:italic}.Windows95Modal-module-scss-module__kZIvnq__content hr{border:none;border-top:2px solid gray;margin:20px 0}.Windows95Modal-module-scss-module__kZIvnq__content::-webkit-scrollbar{width:16px}.Windows95Modal-module-scss-module__kZIvnq__content::-webkit-scrollbar-track{background:silver}.Windows95Modal-module-scss-module__kZIvnq__content::-webkit-scrollbar-thumb{background:silver;border:2px solid #000;border-color:#fff #000 #000 #fff}.Windows95Modal-module-scss-module__kZIvnq__content::-webkit-scrollbar-button{background:silver;border:1px solid #000;border-color:#fff #000 #000 #fff;height:16px}.Windows95Modal-module-scss-module__kZIvnq__statusBar{background:silver;border-top:1px solid #fff;align-items:center;padding:3px 5px;font-family:MS Sans Serif,sans-serif;font-size:11px;display:flex}.Windows95Modal-module-scss-module__kZIvnq__statusText{border:1px solid #dfdfdf;border-color:gray #dfdfdf #dfdfdf gray;flex:1;padding:2px 5px}@media (max-width:768px){.Windows95Modal-module-scss-module__kZIvnq__window{width:95%;height:90vh}.Windows95Modal-module-scss-module__kZIvnq__content{padding:15px;font-size:13px}.Windows95Modal-module-scss-module__kZIvnq__titleText{font-size:11px}}
