@charset "UTF-8";html,body{margin:0;padding:0;height:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1a1a2e;background:#f4f6fb}*,*:before,*:after{box-sizing:border-box}.layout{display:flex;flex-direction:column;min-height:100dvh}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.5rem;background:#16213e;color:#fff}.topbar h1{margin:0;font-size:1.15rem;font-weight:600}.topbar a{color:#b4c0f5;text-decoration:none;font-size:.9rem}.topbar .btn.ghost{color:#fff;border-color:#ffffff73}.topbar .btn.ghost:hover{background:#ffffff1f;filter:none}.alert{margin:1rem 1.5rem 0;padding:.75rem 1rem;border-radius:8px;background:#ffe3e3;color:#c92a2a;border:1px solid #ffc9c9}.toast{margin:1rem 1.5rem 0;padding:.6rem 1rem;border-radius:8px;background:#e6fcf5;color:#087f5b;border:1px solid #c3fae8}.panel{max-width:560px;width:100%;margin:0 auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.card{background:#fff;border:1px solid #e6e8f0;border-radius:12px;padding:1.1rem 1.25rem}.card h2{margin:0 0 .75rem;font-size:.95rem;color:#555b7a}.card label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:#555b7a}input{padding:.6rem .75rem;border:1px solid #cfd4e6;border-radius:8px;font-size:.95rem;width:100%;box-sizing:border-box}input:focus{outline:none;border-color:#4263eb;box-shadow:0 0 0 3px #4263eb26}.row{display:flex;gap:.5rem;align-items:center}.row input{flex:1}.rooms{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.rooms li{display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem;border:1px solid #e6e8f0;border-radius:8px}.rooms li .info{flex:1;display:flex;flex-direction:column;min-width:0}.rooms li small{color:#8a90a8;font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.muted{color:#8a90a8;margin:0;font-size:.9rem}.btn{padding:.6rem 1rem;border:none;border-radius:8px;background:#e9ecf5;color:#1a1a2e;font-size:.9rem;font-weight:600;cursor:pointer;transition:filter .12s ease;white-space:nowrap}.btn:hover{filter:brightness(.96)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.primary{background:#4263eb;color:#fff}.btn.danger{background:#fa5252;color:#fff}.btn.ghost{background:transparent;border:1px solid #cfd4e6}.btn.big{padding:.85rem;font-size:1rem}.meet{flex:1;min-height:0;display:flex}.meet.hidden{display:none}.meet-container{flex:1;min-height:0;width:100%}.meet-container iframe{width:100%!important;height:100%!important;border:0;display:block}@media(max-width:600px){.topbar{flex-wrap:wrap;padding:.7rem 1rem;gap:.5rem}.topbar h1{font-size:1rem}.alert,.toast{margin:.75rem 1rem 0}.panel{padding:1rem;gap:.85rem}.card{padding:1rem}.card>.row{flex-wrap:wrap}.card>.row input{flex-basis:100%}.card>.row .btn{flex:1}.rooms li{flex-wrap:wrap}.rooms li .info{flex-basis:100%;margin-bottom:.5rem}.rooms li .btn{flex:1}}@media(max-width:360px){.btn{padding:.55rem .6rem;font-size:.85rem}}
