*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f0f0f;color:#e0e0e0;min-height:100vh}.landing{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.landing h1{font-size:3rem;font-weight:700;color:#fff;margin-bottom:.25rem}.subtitle{color:#888;margin-bottom:2rem;font-size:1.1rem}.error{background:#f44a;color:#fff;padding:.75rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9rem}.forms{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.card{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:2rem;width:300px;display:flex;flex-direction:column;gap:1rem}.card h2{font-size:1.25rem;color:#fff}.card input{background:#2a2a2a;border:1px solid #444;border-radius:8px;padding:.75rem 1rem;color:#e0e0e0;font-size:1rem;outline:none;transition:border-color .2s}.card input:focus{border-color:#5b8def}.card button{background:#5b8def;color:#fff;border:none;border-radius:8px;padding:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.card button:hover{background:#4a7de0}.call-page{position:relative;width:100vw;height:100vh;background:#000;overflow:hidden}.videos{width:100%;height:100%;position:relative}.remote-video{width:100%;height:100%;object-fit:cover;background:#111}.local-video{position:absolute;bottom:100px;right:20px;width:240px;height:180px;object-fit:cover;border-radius:12px;border:2px solid #333;background:#222;z-index:10}.status-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#000000b3;z-index:5}.status-overlay p{font-size:1.5rem;color:#aaa;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.controls{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:20}.control-btn{width:56px;height:56px;border-radius:50%;border:none;background:#333;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.control-btn:hover{background:#444}.control-btn.off{background:#555}.control-btn.hangup{background:#e74c3c;transform:rotate(135deg)}.control-btn.hangup:hover{background:#c0392b}
