:root{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#2c2e31;background:#f7f9fc;font-size:15px}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button{background:#494b4e;color:white;border:1px solid #494b4e;border-radius:9px;padding:12px 17px;cursor:pointer;font-weight:650}button:hover{filter:brightness(.93)}button:disabled{opacity:.6;cursor:wait}.secondary{background:white;color:#494b4e}.top{height:70px;background:#fff;border-bottom:1px solid #e4e6e9;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1140px)/2));color:#6b6d70}.brand{font-size:22px;text-decoration:none;color:#494b4e}main{max-width:1140px;margin:48px auto;padding:0 24px}.eyebrow{font-size:12px;color:#494b4e;letter-spacing:.15em;font-weight:800;margin:0 0 10px}h1{font-size:36px;letter-spacing:-.04em;margin:0 0 10px}h2{font-size:21px;margin:0 0 8px}p{color:#717376;line-height:1.5}.login-card,.card{background:white;border:1px solid #e4e6e9;box-shadow:0 12px 30px #1d57420d;border-radius:16px;padding:28px}.login-card{max-width:440px;margin:10vh auto}.heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.heading p:last-child{margin-bottom:0}.grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:22px}.form{display:grid;gap:18px;margin-top:24px}.form label,#invite-result label{font-weight:650;display:grid;gap:7px}.form .bot-trap{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.form input,#invite-result input{width:100%;padding:12px;border:1px solid #ccced1;border-radius:8px;color:#2c2e31;background:#fff}.form input:focus,#invite-result input:focus{outline:2px solid #9b9da0;outline-offset:1px}.form button{justify-self:start}.login-card .form button{width:100%}#invite-result{border-top:1px solid #e4e6e9;margin-top:24px;padding-top:20px;display:grid;gap:12px}#invite-result[hidden]{display:none}.list-head{display:flex;justify-content:space-between;align-items:center}.list-head span{color:#717376}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left}th,td{padding:14px 10px;border-bottom:1px solid #ebedf0}th{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#797b7e}td{word-break:break-word}td:first-child{font-weight:650}#notice{position:fixed;right:24px;bottom:24px;background:#2c2e31;color:white;padding:13px 18px;border-radius:9px;box-shadow:0 12px 28px #0002;display:none;max-width:400px}#notice.show{display:block}@media(max-width:760px){.grid{grid-template-columns:1fr}.heading{align-items:flex-start;gap:16px}.heading h1{font-size:29px}main{margin:30px auto}.top{padding:0 24px}}
