@import"https://fonts.googleapis.com/css2?family=Tiny5&display=swap";:root{--color-gray-bg: #c0c0c0;--color-gray-hover: #d0d0d0;--color-gray-border: #808080;--color-blue-primary: #000080;--color-blue-secondary: #000040;--color-blue-link: #000080;--color-blue-link-hover: #0000ff;--color-purple-visited: #800080;--color-white: #ffffff;--color-black: #000000;--color-teal-bg: #008080;--color-red-error: #cc0000;--color-red-primary: #800000;--color-green-success: #008000;--color-green-success-hover: #00a000;--color-yellow: #ffff00;--color-system-text: #666}body{font-family:Courier New,monospace;background:#f0f0f0;margin:0}.homepage{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:teal;font-family:"MS Sans Serif",sans-serif}.homepage__title{font-family:Tiny5,monospace;font-size:48px;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);margin:0 0 20px;font-weight:400}.homepage__popup{width:380px;background:silver;border:2px outset #c0c0c0;box-shadow:4px 4px 8px #00000080;position:relative}.homepage__titlebar{background:linear-gradient(90deg,navy,#000040);color:#fff;padding:4px 8px;font-size:11px;font-weight:700;border-bottom:1px solid #808080;display:flex;justify-content:space-between;align-items:center}.homepage__titlebar-text{font-weight:700}.homepage__close-btn{width:16px;height:14px;background:silver;border:1px outset #c0c0c0;font-size:12px;font-weight:700;color:#000;cursor:pointer;padding:0;font-family:"MS Sans Serif",sans-serif;display:flex;align-items:center;justify-content:center;line-height:1}.homepage__close-btn:hover{background:#d0d0d0}.homepage__close-btn:active{border:1px inset #c0c0c0}.homepage__content{padding:16px}.homepage__status{margin-bottom:16px}.homepage__status-row{display:flex;margin-bottom:4px;font-size:11px}.homepage__label{width:100px;font-weight:400;color:#000}.homepage__value{flex:1;color:#000;font-weight:400}.homepage__progress{margin-bottom:16px}.homepage__progress-label{font-size:11px;color:#000;margin-bottom:4px}.homepage__progress-bar{width:100%;height:14px;background:#fff;border:1px inset #c0c0c0;position:relative;overflow:hidden}.homepage__progress-fill{height:100%;background:navy;width:0%}.homepage__buttons{padding:0 16px 16px;display:flex;gap:8px;justify-content:flex-end}.homepage__button{font-size:11px;font-family:"MS Sans Serif",sans-serif;padding:4px 12px;background:silver;border:2px outset #c0c0c0;color:#000;cursor:pointer;min-width:60px}.homepage__button--connect{font-weight:700}.homepage__button:hover{background:#d0d0d0}.homepage__button:active{border:2px inset #c0c0c0}.homepage__footer{padding:8px;text-align:center;border-top:1px solid #808080;background:silver}.homepage__privacy-link{color:navy;font-size:9px;text-decoration:underline;font-family:"MS Sans Serif",sans-serif}.homepage__privacy-link:hover{color:#00f}.homepage__footer-separator{color:#000;font-size:9px;font-family:"MS Sans Serif",sans-serif}.homepage__copyright{color:#000;font-size:8px;font-family:"MS Sans Serif",sans-serif;margin-top:4px;display:block}.display-name-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:teal;display:flex;align-items:center;justify-content:center;z-index:1000}.display-name-modal__content{background:silver;padding:0;border:2px outset #c0c0c0;box-shadow:4px 4px 8px #00000080;min-width:280px;width:300px;display:flex;flex-direction:column;font-family:"MS Sans Serif",sans-serif;font-size:11px}.display-name-modal__titlebar{background:linear-gradient(90deg,navy,#000040);color:#fff;padding:4px 8px;font-size:11px;font-weight:700;border-bottom:1px solid #808080;min-height:18px;display:flex;align-items:center;justify-content:space-between}.display-name-modal__title{margin:0;font-size:11px;font-weight:700;color:#fff}.display-name-modal__close-btn{width:16px;height:14px;background:silver;border:1px outset #c0c0c0;font-size:12px;font-weight:700;color:#000;cursor:pointer;padding:0;font-family:"MS Sans Serif",sans-serif;display:flex;align-items:center;justify-content:center;line-height:1}.display-name-modal__close-btn:hover{background:#d0d0d0}.display-name-modal__close-btn:active{border:1px inset #c0c0c0}.display-name-modal__body{padding:12px;display:flex;flex-direction:column;align-items:center}.display-name-modal__input{font-size:11px;font-family:"MS Sans Serif",sans-serif;padding:2px 4px;border:2px inset #c0c0c0;background:#fff;color:#000;margin-bottom:8px;box-sizing:border-box;width:200px}.display-name-modal__input:focus{outline:none;border:2px inset #c0c0c0}.display-name-modal__button{font-size:11px;font-family:"MS Sans Serif",sans-serif;padding:2px 12px;background:silver;border:2px outset #c0c0c0;color:#000;cursor:pointer;width:auto}.display-name-modal__button:hover{background:#d0d0d0}.display-name-modal__button:active{border:2px inset #c0c0c0}.chatroom{display:flex;flex-direction:column;height:100vh;background:silver;border:2px outset #c0c0c0;font-family:"MS Sans Serif",sans-serif;font-size:11px}.chatroom__header{background:linear-gradient(90deg,navy,#000040);color:#fff;padding:4px 8px;text-align:left;font-size:11px;font-weight:700;border-bottom:1px solid #808080;position:relative;min-height:18px;display:flex;align-items:center;justify-content:space-between}.chatroom__close-button{width:16px;height:14px;background:silver;border:1px outset #c0c0c0;font-size:12px;font-weight:700;color:#000;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;font-family:"MS Sans Serif",sans-serif}.chatroom__close-button:hover{background:#d0d0d0}.chatroom__close-button:active{border:1px inset #c0c0c0}.chatroom__container{display:flex;flex:1;overflow:hidden;background:silver;border:1px inset #c0c0c0;margin:2px}.chatroom__messages{flex:auto;padding:8px;overflow-y:auto;background:#fff;border:2px inset #c0c0c0;margin:4px;word-break:break-word;overflow-wrap:anywhere;font-family:"MS Sans Serif",sans-serif;font-size:11px}.chatroom__sidebar{width:180px;padding:8px;background:silver;border:2px inset #c0c0c0;margin:4px 4px 4px 0;font-family:"MS Sans Serif",sans-serif;font-size:11px}.chatroom__input-area{display:flex;flex-direction:column;padding:6px;background:silver;gap:4px;border-top:1px solid #808080}.chatroom__input-row{display:flex;gap:4px;align-items:center}.chatroom__error{padding:3px 6px;background:var(--color-yellow);border:1px solid var(--color-red-error);color:var(--color-red-primary);font-family:"MS Sans Serif",sans-serif;font-size:11px;font-weight:700}.chatroom__status{flex:1;display:flex;align-items:center;justify-content:center;padding:16px;background:var(--color-white);border:2px inset var(--color-gray-bg);margin:4px;font-family:"MS Sans Serif",sans-serif;font-size:11px;text-align:center}.chatroom__char-count{font-size:11px;color:var(--color-system-text);text-align:right;margin-left:4px;font-family:"MS Sans Serif",sans-serif}.chatroom__input{flex:1;padding:2px 4px;font-size:11px;font-family:"MS Sans Serif",sans-serif;border:2px inset #c0c0c0;background:#fff;color:#000}.chatroom__input:focus{outline:none;border:2px inset #c0c0c0}.chatroom__input--name{flex:.1;min-width:100px}.chatroom__button{padding:2px 8px;font-size:11px;font-family:"MS Sans Serif",sans-serif;width:auto;min-width:60px;background:silver;border:2px outset #c0c0c0;color:#000;cursor:pointer}.chatroom__button:hover{background:#d0d0d0}.chatroom__button:active{border:2px inset #c0c0c0}.chatroom__button:disabled{color:gray;background:silver;border:2px outset #c0c0c0;cursor:default}.message--system,.message--user{margin:2px 0}.system-text{color:#666;font-style:italic;font-size:.9em}.chatroom__messages::-webkit-scrollbar{width:16px}.chatroom__messages::-webkit-scrollbar-track{background:silver;border:2px inset #c0c0c0}.chatroom__messages::-webkit-scrollbar-thumb{background:silver;border:2px outset #c0c0c0}.chatroom__messages::-webkit-scrollbar-thumb:hover{background:#d0d0d0}.chatroom__messages::-webkit-scrollbar-button{background:silver;border:2px outset #c0c0c0;height:16px}.chatroom__messages::-webkit-scrollbar-button:hover{background:#d0d0d0}@media (max-width: 768px){.chatroom__header{font-size:11px;padding:4px 8px}.chatroom__container{flex-direction:column}.chatroom__messages{border:2px inset #c0c0c0;margin:4px;flex:1;min-height:50vh}.chatroom__sidebar{width:auto;min-height:120px;max-height:25vh;overflow-y:auto;border:2px inset #c0c0c0;margin:4px}.chatroom__input-area{padding:6px}.chatroom__input-row{flex-wrap:wrap;gap:4px}.chatroom__input--name{flex:1;min-width:100px;order:1}.chatroom__input{order:3;width:100%;flex:1 1 100%}.chatroom__button{font-size:11px;padding:2px 8px;width:auto;min-width:60px}.chatroom__button:nth-of-type(1){order:2}.chatroom__button:nth-of-type(2){order:4}.chatroom__button--leave{order:5}.chatroom__char-count{order:6;width:100%;text-align:right;margin-top:4px}}@media (max-width: 480px){.chatroom__header{font-size:11px;padding:4px 8px}.chatroom__messages{padding:6px;font-size:11px}.chatroom__sidebar{padding:6px;font-size:11px;min-height:100px}.chatroom__input-area{padding:4px}.chatroom__input,.chatroom__input--name{font-size:11px;padding:2px 4px}.chatroom__button{font-size:11px;padding:2px 6px}}.privacy-policy{max-width:800px;margin:0 auto;padding:20px;font-family:Courier New,monospace;background-color:navy;color:silver;min-height:100vh}.privacy-policy__title{color:#ff0;text-align:center;font-size:24px;margin-bottom:30px;text-decoration:underline}.privacy-policy__warning{background-color:maroon;border:2px solid #ff0000;padding:15px;margin-bottom:20px;text-align:center}.privacy-policy__warning h2{color:#ff0;margin:0 0 10px;font-size:18px}.privacy-policy__warning p{color:#fff;margin:0;font-weight:700}.privacy-policy__section{margin-bottom:25px;padding:15px;background-color:#000040;border:1px solid #808080}.privacy-policy__section h3{color:#0ff;margin:0 0 15px;font-size:16px;text-decoration:underline}.privacy-policy__section ul{margin:0;padding-left:20px}.privacy-policy__section li{margin-bottom:8px;line-height:1.4}.privacy-policy__section p{margin:0;line-height:1.4}.privacy-policy__footer{text-align:center;margin-top:30px}.privacy-policy__footer button{background-color:green;color:#fff;border:2px outset #008000;padding:8px 16px;font-family:Courier New,monospace;cursor:pointer;font-size:14px}.privacy-policy__footer button:hover{background-color:#00a000}.privacy-policy__footer button:active{border:2px inset #008000}.notfound{height:100vh;display:flex;justify-content:center;align-items:center;background:maroon;font-family:"MS Sans Serif",sans-serif;animation:notfound-flash .7s infinite alternate}@keyframes notfound-flash{0%{background:maroon}to{background:#000}}.notfound__popup{width:500px;background:silver;border:2px outset #c0c0c0;box-shadow:4px 4px 8px #000000b3;position:relative;animation:popup-shake .2s infinite}@keyframes popup-shake{0%{transform:translate(0) translateY(0)}25%{transform:translate(-1px) translateY(-1px)}50%{transform:translate(1px) translateY(0)}75%{transform:translate(0) translateY(1px)}to{transform:translate(0) translateY(0)}}.notfound__titlebar{background:linear-gradient(90deg,maroon,#400000);color:#fff;padding:4px 8px;font-size:11px;font-weight:700;border-bottom:1px solid #808080;display:flex;justify-content:space-between;align-items:center;animation:titlebar-error .6s infinite}@keyframes titlebar-error{0%{background:linear-gradient(90deg,maroon,#400000)}50%{background:linear-gradient(90deg,#f44,#c00)}to{background:linear-gradient(90deg,maroon,#400000)}}.notfound__titlebar-text{font-weight:700;letter-spacing:1px}.notfound__close-btn{width:16px;height:14px;background:silver;border:1px outset #c0c0c0;font-size:12px;font-weight:700;color:#000;cursor:pointer;padding:0;font-family:"MS Sans Serif",sans-serif;justify-content:center;line-height:1}.notfound__close-btn:hover{background:#d0d0d0}.notfound__content{display:flex;padding:16px;gap:16px;align-items:flex-start}.notfound__icon{font-size:48px;animation:icon-spin 2s infinite linear}@keyframes icon-spin{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.2)}to{transform:rotate(360deg) scale(1)}}.notfound__message{flex:1}.notfound__error{font-family:"MS Sans Serif",sans-serif;font-size:16px;color:#c00;font-weight:700;margin:0 0 8px;text-transform:uppercase;animation:error-pulse 1s infinite}@keyframes error-pulse{0%{opacity:1;color:#c00}50%{opacity:.5;color:red}to{opacity:1;color:#c00}}.notfound__text{font-family:"MS Sans Serif",sans-serif;font-size:11px;color:#000;margin:4px 0;line-height:1.3}.notfound__buttons{padding:8px 16px 16px;display:flex;gap:12px;justify-content:center}.notfound__button{font-size:11px;font-family:"MS Sans Serif",sans-serif;padding:6px 12px;background:silver;border:2px outset #c0c0c0;color:#000;cursor:pointer;min-width:120px;font-weight:700}.notfound__button--primary{background:#0f0;animation:button-escape 1.2s infinite}@keyframes button-escape{0%{background:#0f0;transform:scale(1)}50%{background:#80ff80;transform:scale(1.1)}to{background:#0f0;transform:scale(1)}}.notfound__button--secondary{background:#f44;animation:button-panic .5s infinite}@keyframes button-panic{0%{background:#f44}50%{background:#faa}to{background:#f44}}.notfound__button:hover{background:#d0d0d0}.notfound__button--primary:hover{background:#80ff80}.notfound__button--secondary:hover{background:#f88}.notfound__button:active{border:2px inset #c0c0c0}
