*{box-sizing:border-box;font-size:62.5%;margin:0;padding:0}html{background-color:#000;color:skyblue;font-family:monospace}header{font-size:2.4rem;margin-top:1em;text-align:center;vertical-align:middle}h1{font-size:2.4rem}h1,h2{font-weight:400;margin:2em;text-align:center}h2{font-size:2rem}#messageBoard{display:flex;flex-direction:column;font-size:3.6rem;max-height:70vh;overflow-y:auto;padding:1em}#messageBoard .message{word-wrap:break-word;margin:.4em 0}#messageBoard .message .timestamp{color:#666}#messageBoard .message .content{color:#fff}button{-webkit-tap-highlight-color:transparent;background-color:hsla(0,0%,100%,.15);color:skyblue;cursor:pointer;font-size:1.4rem;height:3.23em;margin:.5em;padding:1em 2em;user-select:none;width:98vw}footer #chatTools{align-items:flex-start;bottom:1em;display:flex;flex-direction:column;justify-content:flex-end;left:0;padding:1em;position:fixed;right:0}footer #chatTools input{background-color:#000;border:1px solid skyblue;caret-color:skyblue;color:#d1d6ef;font-size:1.6rem;height:2.8em;line-height:normal;margin:.5em;padding-left:1em;width:98vw}footer #chatTools #mainInput{margin-bottom:.5em}.aim-buddy-window{background:#000;border:1px solid skyblue;color:skyblue;font-family:monospace;font-size:1.6rem;max-height:80vh;max-width:400px;min-height:250px;min-width:180px;overflow:hidden;position:fixed;resize:both;right:20px;top:50px;width:200px;z-index:1000}.aim-buddy-window .window-titlebar{align-items:center;background:rgba(135,206,235,.15);border-bottom:1px solid skyblue;color:skyblue;cursor:move;display:flex;font-size:1.8rem;font-weight:400;justify-content:space-between;padding:.5em;user-select:none}.aim-buddy-window .window-titlebar .window-title{flex:1;text-align:left}.aim-buddy-window .window-titlebar .window-controls{display:flex;gap:.5em}.aim-buddy-window .window-titlebar .window-controls .control-btn{background:rgba(135,206,235,.15);border:1px solid skyblue;color:skyblue;cursor:pointer;font-size:1.2rem;height:1.5em;text-align:center;width:2em}.aim-buddy-window .window-titlebar .window-controls .control-btn:hover{background:rgba(135,206,235,.25)}.aim-buddy-window .window-titlebar .window-controls .control-btn.close:before{content:"×"}.aim-buddy-window .buddy-list-content{background:#000;height:calc(100% - 3em);overflow-x:hidden;overflow-y:auto;padding:.5em}.aim-buddy-window .buddy-list-content .user-info{border-bottom:1px solid skyblue;margin-bottom:1em;padding:.5em 0}.aim-buddy-window .buddy-list-content .user-info .username{color:skyblue;font-size:1.7rem;font-weight:700}.aim-buddy-window .buddy-list-content .user-info .status{color:#ccc;font-size:1.4rem}.aim-buddy-window .buddy-list-content .buddy-group{margin-bottom:1em}.aim-buddy-window .buddy-list-content .buddy-group .group-header{color:skyblue;cursor:pointer;font-size:1.5rem;padding:.3em 0;user-select:none}.aim-buddy-window .buddy-list-content .buddy-group .group-header .expand-icon{margin-right:.5em}.aim-buddy-window .buddy-list-content .buddy-group .group-header .expand-icon.collapsed:before{content:"▶"}.aim-buddy-window .buddy-list-content .buddy-group .group-header .expand-icon.expanded:before{content:"▼"}.aim-buddy-window .buddy-list-content .buddy-group .group-header .buddy-count{float:right}.aim-buddy-window .buddy-list-content .buddy-group .group-buddies.collapsed{display:none}.aim-buddy-window .buddy-list-content .buddy-item{color:#ccc;cursor:pointer;padding:.3em 0;transition:all .3s ease}.aim-buddy-window .buddy-list-content .buddy-item:hover{color:skyblue}.aim-buddy-window .buddy-list-content .buddy-item.status-changed{animation:statusChangeFlash 2s ease-out;background-color:rgba(135,206,235,.2)}.aim-buddy-window .buddy-list-content .buddy-item .buddy-icon{display:inline-block;margin-right:.5em;width:1em}.aim-buddy-window .buddy-list-content .buddy-item .buddy-icon.online:before{color:#0f0;content:"●"}.aim-buddy-window .buddy-list-content .buddy-item .buddy-icon.away:before{color:#ff0;content:"◐"}.aim-buddy-window .buddy-list-content .buddy-item .buddy-icon.offline:before{color:#666;content:"○"}.aim-buddy-window .buddy-list-content .buddy-item .buddy-name{font-size:1.5rem}@keyframes statusChangeFlash{0%{background-color:rgba(135,206,235,.4)}to{background-color:transparent}}.aim-buddy-window .buddy-list-content .add-buddy{border-top:1px solid skyblue;margin-top:1em;padding:.5em 0}.aim-buddy-window .buddy-list-content .add-buddy .add-buddy-input{background:#000;border:1px solid #333;color:skyblue;font-family:monospace;font-size:1.4rem;margin-bottom:.5em;padding:.5em;width:100%}.aim-buddy-window .buddy-list-content .add-buddy .add-buddy-input:focus{border-color:skyblue;outline:none}.aim-buddy-window .buddy-list-content .add-buddy .add-buddy-input::placeholder{color:#666}.aim-buddy-window .buddy-list-content .add-buddy .add-buddy-btn{background:rgba(135,206,235,.15);border:1px solid skyblue;color:skyblue;cursor:pointer;font-family:monospace;font-size:1.4rem;padding:.5em;width:94%}.aim-buddy-window .buddy-list-content .add-buddy .add-buddy-btn:hover{background:rgba(135,206,235,.25)}.aim-buddy-window.dragging{opacity:.8;z-index:1001}.chat-window{background:#000;border:1px solid skyblue;color:skyblue;display:flex;flex-direction:column;font-family:monospace;height:500px;max-height:90vh;max-width:800px;min-height:300px;min-width:300px;overflow:hidden;position:fixed;resize:both;width:400px;z-index:1000}.chat-window.focused{border-color:#0ff;box-shadow:0 0 10px rgba(0,255,255,.3)}.chat-window.dragging{opacity:.8;z-index:2001}.chat-window.minimized{height:auto;min-height:auto;resize:none}.chat-window.minimized .chat-input-container,.chat-window.minimized .chat-messages{display:none}.chat-window.flash,.chat-window.flash-alt{animation:windowFlash .5s ease-in-out 2}.chat-window.flash-alt.minimized .window-titlebar,.chat-window.flash.minimized .window-titlebar{animation:titlebarFlash .5s ease-in-out 2}.chat-window .window-titlebar{align-items:center;background:rgba(135,206,235,.15);border-bottom:1px solid skyblue;color:skyblue;cursor:move;display:flex;flex-shrink:0;font-size:1.8rem;font-weight:400;justify-content:space-between;padding:.5em;user-select:none}.chat-window .window-titlebar .window-title{flex:1;text-align:left}.chat-window .window-titlebar .window-controls{display:flex;gap:.2em}.chat-window .window-titlebar .window-controls .control-btn{background:rgba(135,206,235,.15);border:1px solid skyblue;color:skyblue;cursor:pointer;font-size:1.2rem;height:1.5em;line-height:1.3em;text-align:center;width:2em}.chat-window .window-titlebar .window-controls .control-btn:hover{background:rgba(135,206,235,.25)}.chat-window .window-titlebar .window-controls .control-btn.minimize:before{content:"⇕"}.chat-window .window-titlebar .window-controls .control-btn.close:before{content:"×"}.chat-window .chat-messages{background:#000;flex:1;overflow-y:auto;padding:1em}.chat-window .chat-messages .chat-message{margin-bottom:1em}.chat-window .chat-messages .chat-message .message-header{display:flex;font-size:1.3rem;justify-content:space-between;margin-bottom:.3em}.chat-window .chat-messages .chat-message .message-header .message-username{font-size:2rem;font-weight:700}.chat-window .chat-messages .chat-message .message-header .message-time{color:#666}.chat-window .chat-messages .chat-message .message-content{word-wrap:break-word;color:#ddd;font-size:1.5rem;padding-left:.5em;white-space:pre-wrap}.chat-window .chat-messages .chat-message.own-message .message-content{color:#fff}.chat-window .chat-input-container{background:#000;border-top:1px solid skyblue;display:flex;flex-shrink:0;gap:.5em;padding:.5em}.chat-window .chat-input-container .chat-input{background:#000;border:1px solid #333;caret-color:skyblue;color:skyblue;flex:1;font-family:monospace;font-size:1.4rem;padding:.5em}.chat-window .chat-input-container .chat-input:focus{border-color:skyblue;outline:none}.chat-window .chat-input-container .chat-input::placeholder{color:#666}.chat-window .chat-input-container .clear-chat-btn,.chat-window .chat-input-container .send-btn{background:rgba(135,206,235,.15);border:1px solid skyblue;color:skyblue;cursor:pointer;font-family:monospace;font-size:1.4rem;padding:.5em 1em;white-space:nowrap}.chat-window .chat-input-container .clear-chat-btn:hover,.chat-window .chat-input-container .send-btn:hover{background:rgba(135,206,235,.25)}.chat-window .chat-input-container .clear-chat-btn{background:hsla(0,100%,70%,.1);border-color:#ff6464;color:#ff6464}.chat-window .chat-input-container .clear-chat-btn:hover{background:hsla(0,100%,70%,.2)}@keyframes windowFlash{0%,to{border-color:skyblue}50%{border-color:#ff0;box-shadow:0 0 15px rgba(255,255,0,.5)}}@keyframes titlebarFlash{0%,to{background:rgba(135,206,235,.15)}50%{background:rgba(255,255,0,.4)}}@media (max-width:768px){html{font-size:55%;height:100%}body{min-height:100vh;min-height:-webkit-fill-available;padding-bottom:120px}#messageBoard{font-size:4rem;max-height:50vh;padding:.5em}button{font-size:2rem;height:auto;min-height:44px;padding:1.2em 1.5em}footer #chatTools{background:#000;border-top:1px solid skyblue;bottom:0;display:flex;flex-direction:column;left:0;padding:.5em .5em env(safe-area-inset-bottom,.5em);position:fixed;right:0;z-index:1000}footer #chatTools input{background-color:#000;border:1px solid skyblue;color:skyblue;font-size:2rem;height:44px;min-height:44px;order:1;width:95vw}footer #chatTools button{order:2;width:95vw}#minimizedChats{bottom:270px;display:flex;flex-direction:column-reverse;gap:.5em;left:0;padding:.5em;position:fixed;right:0;z-index:1001}#minimizedChats,#minimizedChats .chat-window{pointer-events:auto}body:has(.aim-buddy-window.visible) #minimizedChats{bottom:calc(env(safe-area-inset-bottom, 1em) + 1em);z-index:2500}.aim-buddy-window{border-radius:0;bottom:0!important;display:none;height:100%!important;left:0!important;max-height:100vh;max-width:100%;resize:none;right:0!important;top:0!important;width:100%!important;z-index:1500}.aim-buddy-window.visible{display:flex;flex-direction:column}.aim-buddy-window .window-titlebar{font-size:2rem;min-height:56px;padding:0 0 0 1em}.aim-buddy-window .window-titlebar .window-title{font-size:2rem;padding:.5em 0}.aim-buddy-window .window-titlebar .window-controls{align-items:stretch;height:100%}.aim-buddy-window .window-titlebar .window-controls .control-btn{align-items:center;display:flex;font-size:4rem;justify-content:center;line-height:1;margin:.4rem;min-width:56px;width:56px}.aim-buddy-window .buddy-list-content{font-size:2rem;padding:1em}.aim-buddy-window .buddy-list-content .buddy-group .group-header,.aim-buddy-window .buddy-list-content .user-info .status,.aim-buddy-window .buddy-list-content .user-info .username{font-size:2rem}.aim-buddy-window .buddy-list-content .buddy-item{padding:1em .5em}.aim-buddy-window .buddy-list-content .buddy-item .buddy-name{font-size:2rem}.aim-buddy-window .buddy-list-content .add-buddy-btn,.aim-buddy-window .buddy-list-content .add-buddy-input{font-size:2rem;min-height:44px;padding:1em}.chat-window{border-radius:0;bottom:0!important;height:100dvh!important;left:0!important;max-height:100dvh;max-width:100%;min-height:100dvh;min-width:100%;resize:none;right:0!important;top:0!important;width:100%!important;z-index:2000}.chat-window.minimized{display:block;height:auto!important;margin:0;min-height:auto!important;position:static;width:100%!important;z-index:auto}.chat-window.minimized .window-titlebar{font-size:2rem;min-height:44px;padding:0 .5em}.chat-window.minimized .window-titlebar .window-title{line-height:44px;padding:0}.chat-window.minimized .window-titlebar .window-controls .control-btn{font-size:2.5rem;height:44px;margin:0;width:44px}.chat-window .window-titlebar{font-size:2rem;min-height:56px;padding:0 0 0 1em}.chat-window .window-titlebar .window-title{font-size:2rem;padding:.5em 0}.chat-window .window-titlebar .window-controls{align-items:stretch}.chat-window .window-titlebar .window-controls .control-btn{align-items:center;display:flex;font-size:4rem;justify-content:center;line-height:1;margin:.4rem;min-width:56px;width:56px}.chat-window .chat-messages{padding:1em}.chat-window .chat-messages .chat-message{margin-bottom:1.5em}.chat-window .chat-messages .chat-message .message-header{font-size:2rem;margin-bottom:.5em}.chat-window .chat-messages .chat-message .message-content{font-size:2rem}.chat-window .chat-input-container{flex-wrap:wrap;gap:.8em;padding:1em 1em max(1em,env(safe-area-inset-bottom))}.chat-window .chat-input-container .chat-input{flex:1 1 100%;font-size:2rem;min-height:44px;padding:1em;width:100%}.chat-window .chat-input-container .clear-chat-btn,.chat-window .chat-input-container .send-btn{flex:1;font-size:2rem;min-height:44px;min-width:70px;padding:1em 1.5em}.auth-container .auth-form{padding:2rem;width:95%}.auth-container .auth-form h2{font-size:2.2rem}.auth-container .auth-form .input-group input,.auth-container .auth-form button[type=submit]{font-size:1.8rem;min-height:44px;padding:1.5rem}.auth-container .auth-form .tab-button{font-size:1.6rem;min-height:44px;padding:1.2rem!important}}@media (min-width:769px) and (max-width:1024px){html{font-size:58%}.aim-buddy-window{min-width:250px;width:250px}.chat-window{min-width:350px;width:500px}}.auth-container{align-items:center;background:rgba(0,0,0,.9);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.auth-container .auth-form{background:#111;border:1px solid skyblue;border-radius:8px;max-width:400px;padding:3rem;width:90%}.auth-container .auth-form h2{color:skyblue;font-size:2.4rem;margin-bottom:1rem;text-align:center}.auth-container .auth-form p{color:#ccc;font-size:1.4rem;margin-bottom:2rem;text-align:center}.auth-container .auth-form .form-toggle{display:flex;margin-bottom:2rem}.auth-container .auth-form .form-toggle .tab-button{background:transparent;color:skyblue;cursor:pointer;flex:1;font-size:1.4rem;padding:1rem;transition:all .3s ease}.auth-container .auth-form .form-toggle .tab-button:first-child{border-radius:4px 0 0 4px;border-right:none}.auth-container .auth-form .form-toggle .tab-button:last-child{border-radius:0 4px 4px 0}.auth-container .auth-form .form-toggle .tab-button.active{background:skyblue;color:#000}.auth-container .auth-form .form-toggle .tab-button:hover:not(.active){background:rgba(135,206,235,.1)}.auth-container .auth-form .input-group{margin-bottom:1.5rem}.auth-container .auth-form .input-group input{background:#000;border:1px solid #333;border-radius:4px;caret-color:skyblue;color:skyblue;font-size:1.4rem;padding:1.2rem;width:100%}.auth-container .auth-form .input-group input:focus{border-color:skyblue;outline:none}.auth-container .auth-form .input-group input::placeholder{color:#666}.auth-container .auth-form button[type=submit]{background:skyblue;border:none;border-radius:4px;color:#000;cursor:pointer;font-size:1.6rem;padding:1.2rem;transition:all .3s ease;width:100%}.auth-container .auth-form button[type=submit]:hover:not(:disabled){background:#87ceeb}.auth-container .auth-form button[type=submit]:disabled{cursor:not-allowed;opacity:.6}.auth-container .auth-form .error-message{background:#f44;border-radius:4px;color:#fff;font-size:1.4rem;margin-top:1rem;padding:1rem;text-align:center}.login-form{background:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);left:50%;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%)}.login-form h2{margin-top:0}.login-form input{border:1px solid #ccc;border-radius:4px;margin:5px 0;padding:8px;width:100%}.login-form button{border:none;border-radius:4px;cursor:pointer;margin:5px 0;padding:8px;width:100%}.login-form button.primary{background:#007bff;color:#fff}.login-form button.secondary{background:#6c757d;color:#fff}
/*# sourceMappingURL=index.css.map*/