*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f4f6fa;color:#172033}a{color:#4f46e5}.center{min-height:100vh;display:grid;place-items:center;padding:24px}.card{width:min(520px,100%);background:#fff;border:1px solid #e4e8f0;border-radius:22px;padding:30px;box-shadow:0 18px 60px #17203314}.hero h1{font-size:52px;margin:12px 0}.hero h2{margin-top:24px;margin-bottom:6px}.pill{display:inline-block;background:#eeecff;color:#4f46e5;padding:7px 11px;border-radius:999px;font-weight:700;font-size:12px}.authPanel{margin-top:22px}.statusBox,.signedInAs{margin-top:20px;padding:14px;border-radius:14px;background:#f7f8fb;border:1px solid #e6e9f0}.signedInAs{display:grid;gap:4px}.signedInAs span{color:#7a8498;font-size:12px}.compact{margin:10px 0 0;font-size:13px}label{display:grid;gap:8px;margin:18px 0;font-weight:650}input{font:inherit;padding:13px 14px;border:1px solid #d7dce6;border-radius:12px;outline:none}input:focus{border-color:#6366f1}button{font:inherit;border:0;border-radius:12px;padding:12px 15px;cursor:pointer;background:#edf0f6}button:disabled{cursor:not-allowed;opacity:.6}.primary,form button,.composer button{background:#4f46e5;color:#fff;font-weight:700}.primary{width:100%;margin-top:10px}.linkButton{margin-top:14px;background:transparent;color:#6f7889;padding-left:0}.photos{display:flex;gap:8px}.photos img{width:68px;height:68px;object-fit:cover;border-radius:12px}.error{color:#b42318}.successText{display:block;margin-top:10px;color:#18794e;font-weight:700}.chatShell{height:100vh;max-width:900px;margin:auto;background:#fff;display:grid;grid-template-rows:72px 1fr 76px}.chatShell header{border-bottom:1px solid #e5e7eb;padding:16px 22px;display:flex;align-items:center}.chatShell header small,.thread small{display:block;color:#7a8498;margin-top:3px}.messages{overflow:auto;padding:24px;background:#f8fafc}.msg{max-width:70%;padding:10px 13px;border-radius:16px;margin:9px 0;display:grid;gap:4px}.msg small{font-size:10px;opacity:.65}.mine{margin-left:auto;background:#4f46e5;color:#fff;border-bottom-right-radius:4px}.theirs{background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px}.composer{display:flex;gap:10px;padding:14px;border-top:1px solid #e5e7eb}.composer input{flex:1}.inbox{min-height:100vh;display:grid;grid-template-columns:340px 1fr;background:#fff}.inbox aside{border-right:1px solid #e5e7eb;padding:24px}.ownerHeader{display:flex;justify-content:space-between;gap:16px;align-items:center}.ownerHeader h2{margin-bottom:4px}.ownerAvatar{width:44px;height:44px;object-fit:cover;border-radius:50%}.conversationLabel{margin-top:26px;margin-bottom:8px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#8a93a3;font-weight:800}.thread{display:flex;width:100%;gap:12px;align-items:center;text-align:left;background:transparent;border-bottom:1px solid #eef0f4;border-radius:0}.avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#eeecff;color:#4f46e5;font-weight:800}.empty{display:grid;place-content:center;text-align:center;color:#6f7889;padding:24px}.dashboardCard{width:min(560px,100%);margin:auto;padding:28px;border:1px solid #e4e8f0;border-radius:20px;box-shadow:0 18px 60px #1720330d}.dashboardCard code{display:block;margin:18px 0 6px;padding:12px;border-radius:10px;background:#f7f8fb;color:#172033;word-break:break-all}.muted{color:#7a8498}@media(max-width:700px){.inbox{grid-template-columns:1fr}.empty{display:none}.hero h1{font-size:40px}.msg{max-width:84%}}
