@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&family=VT323&display=swap";:root{color-scheme:dark;font-family:VT323,ui-sans-serif,system-ui;--retro-bg: #4aa7d9;--retro-bg-deep: #2f8fca;--retro-panel: #0f4f78;--retro-panel-soft: #0b4367;--retro-border: #9fe8ff;--retro-border-dark: #2d7aa8;--retro-text: #ecf8ff;--retro-muted: #b7ddf0;--retro-accent: #ffd54a;--retro-button: #ffd54a;--retro-button-dark: #af8a1c;--retro-button-text: #5a4300;--habbo-reception-bg: url(http://127.0.0.1:8080/images/reception/stretch_blue.png);--habbo-reception-sun: url(http://127.0.0.1:8080/images/reception/sun.png);--habbo-reception-drape: url(http://127.0.0.1:8080/images/reception/drape.png);--habbo-reception-left: url(http://127.0.0.1:8080/images/reception/ts.png);--habbo-reception-right-repeat: url(http://127.0.0.1:8080/images/reception/US_top_right.png);--habbo-reception-right: url(http://127.0.0.1:8080/images/reception/US_right.png)}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,var(--retro-bg) 0%,var(--retro-bg-deep) 100%);color:var(--retro-text);overflow:hidden}.page{min-height:100vh;display:grid;place-items:center;padding:24px;position:relative}.habbo-reception{background:#6eadc8}.reception-layer{position:absolute;pointer-events:none;background-repeat:no-repeat}.reception-layer.background{top:0;width:100%;height:100%;background-image:var(--habbo-reception-bg);background-position:left;background-repeat:repeat-y}.reception-layer.sun{width:100%;height:100%;top:0;left:0;right:0;margin:auto;background-image:var(--habbo-reception-sun);background-position:top center}.reception-layer.drape{width:100%;height:100%;left:0;top:0;background-image:var(--habbo-reception-drape)}.reception-layer.left{top:0;right:0;bottom:0;left:0;background-image:var(--habbo-reception-left);background-position:left bottom}.reception-layer.right-repeat{width:100%;height:100%;right:0;top:0;background-image:var(--habbo-reception-right-repeat);background-position:right top}.reception-layer.right{width:100%;height:100%;right:0;bottom:0;background-image:var(--habbo-reception-right);background-position:bottom right}.card{width:100%;max-width:880px;background:var(--retro-panel);border:2px solid var(--retro-border);border-radius:10px;padding:24px;box-shadow:0 0 0 2px var(--retro-border-dark),0 12px 28px #03223859;position:relative;z-index:10}h1,h2,h3,h4{font-family:"Press Start 2P",monospace;letter-spacing:.5px}.debug-toggle{display:flex;justify-content:flex-end;margin-bottom:8px}.debug-toggle label{display:inline-flex;align-items:center;gap:8px;color:var(--retro-muted);font-size:.95rem}.muted{color:var(--retro-muted)}.small{font-size:.85rem}.login-help-row{margin-top:2px}button.text-link{padding:0;background:transparent;color:#93a4c9;text-align:left;font-weight:500;text-decoration:underline}button.text-link:hover{color:#c7d5f5}.grid{margin-top:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.session-loading{margin-top:16px;min-height:340px;border:2px dashed var(--retro-border-dark);border-radius:10px;display:grid;place-items:center;background:#05192859}form{display:grid;gap:10px;padding:14px;border:2px solid var(--retro-border-dark);border-radius:10px;background:var(--retro-panel-soft)}input{background:#0c2033;border:2px solid var(--retro-border-dark);color:var(--retro-text);border-radius:8px;padding:10px;font:inherit}button{border:2px solid var(--retro-button-dark);border-radius:8px;padding:10px 14px;cursor:pointer;font-weight:600;background:var(--retro-button);color:var(--retro-button-text);font:inherit;box-shadow:inset 0 -2px #00000040}button.ghost{background:#0b3e61;border:2px solid var(--retro-border-dark);color:#e8f7ff}button:disabled{opacity:.7;cursor:not-allowed}.alert{margin-top:12px;padding:10px;border-radius:10px}.alert.ok{background:#175f36;border:2px solid #2f8f59}.alert.error{background:#762a31;border:2px solid #a6404a}.dashboard{margin-top:16px;display:grid;gap:16px}.dashboard-header h2{margin:0 0 6px}.dashboard-header p{margin:0}.status-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.status-card{border:2px solid var(--retro-border-dark);border-radius:10px;background:var(--retro-panel-soft);padding:12px}.status-label{margin:0 0 4px;color:var(--retro-muted);font-size:.85rem}.status-value{margin:0;font-size:1rem;font-weight:700;color:var(--retro-text)}.status-online{color:#b9ffd9}.status-offline{color:#ffd3be}.section-card{border:2px solid var(--retro-border-dark);border-radius:10px;padding:14px;display:grid;gap:12px;background:var(--retro-panel-soft)}.section-card h3{margin:0}.section-card h4{margin:8px 0 0;font-size:.98rem;color:var(--retro-accent)}.row{display:flex;gap:10px}.row-wrap{flex-wrap:wrap}.tooltip-wrap{display:inline-flex}.token-input{min-width:240px;flex:1}.join-box{border:2px solid var(--retro-border-dark);border-radius:10px;padding:12px;background:#0c3f61}.join-box p{margin:0 0 6px}.list-grid{display:grid;gap:10px}.list-item{border:2px solid var(--retro-border-dark);border-radius:10px;background:#0c3f61;padding:10px;display:grid;gap:6px}.item-title{margin:0;font-weight:700;color:var(--retro-text)}a{color:#ffe07a;word-break:break-all}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#020617b3;padding:16px}.modal-card{width:100%;max-width:440px;background:var(--retro-panel);border:2px solid var(--retro-border);border-radius:10px;padding:16px;box-shadow:0 0 0 2px var(--retro-border-dark),0 12px 28px #00000059}.modal-actions{display:flex;justify-content:flex-end;gap:10px}@media (max-width: 980px){.card{max-width:94vw}}@media (max-width: 760px){.reception-layer.left,.reception-layer.right,.reception-layer.right-repeat{display:none}.page{padding:14px}}
