:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2933;background:#f4f7fa;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button{cursor:pointer}.eyebrow{color:#5b3cc4;font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.eyebrow.light{color:#b8c6ff}h1,h2,p{margin-top:0}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:2rem;background:radial-gradient(circle at top left,#ebe5ff,#f7f9fc 45%)}.auth-card{width:min(100%,430px);padding:2.5rem;border-radius:24px;background:#fff;box-shadow:0 24px 70px #1f2d3d1f;border:1px solid #e7ebf0}.auth-card h1{font-size:2rem;margin:.5rem 0}.auth-card p{color:#65717e}form{display:grid;gap:1rem;margin-top:1.5rem}label{display:grid;gap:.4rem;font-size:.88rem;font-weight:700;color:#394553}input,select{width:100%;border:1px solid #cdd5df;border-radius:10px;padding:.8rem .9rem;background:#fff}input:focus,select:focus{outline:3px solid #e1d9ff;border-color:#6941c6}button{border:0;border-radius:10px;padding:.8rem 1rem;color:#fff;background:#5b3cc4;font-weight:750}button:hover{background:#4930a0}.oauth-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1rem}button.secondary{color:#384250;background:#eef1f5}button.danger{background:#a61b1b}button.link{color:#5b3cc4;background:transparent;width:100%;margin-top:.6rem}.message,.error{margin-top:1rem;padding:.75rem;border-radius:8px;background:#f3f0ff}.app-shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr}aside{color:#fff;background:#243b53;padding:2rem 1.25rem;display:flex;flex-direction:column;gap:2rem}aside h2{margin:.5rem 0 0}nav{display:grid;gap:.5rem}nav button{display:grid;text-align:left;color:#dce6ef;background:transparent}nav button.active,nav button:hover{background:#334e68}nav small{color:#9fb3c8;margin-top:.2rem}.signout{margin-top:auto;background:#334e68}.workspace{padding:2.5rem}.workspace header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1rem}.workspace h1{margin:.4rem 0 0}.user{color:#52606d;font-size:.9rem}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.panel{background:#fff;border:1px solid #dfe5eb;border-radius:16px;padding:1.5rem;box-shadow:0 8px 24px #1f2d3d0d}.panel.narrow{max-width:620px}dl{display:grid;gap:1rem}dl div{display:grid;grid-template-columns:120px 1fr;border-bottom:1px solid #edf1f5;padding-bottom:.75rem}dt{color:#65717e}dd{margin:0;font-weight:750}.error{color:#8a1c1c;background:#fff0f0}.loading{min-height:100vh;display:grid;place-items:center}.members-panel{grid-column:1 / -1}.member-list{display:grid;gap:.75rem}.member-row{display:grid;grid-template-columns:minmax(220px,1fr) 160px repeat(3,auto);gap:.75rem;align-items:center;padding:.75rem 0;border-bottom:1px solid #edf1f5}.member-row small{display:block;color:#65717e;margin-top:.2rem}@media (max-width: 760px){.app-shell{grid-template-columns:1fr}aside{min-height:auto}.grid{grid-template-columns:1fr}.workspace{padding:1.5rem}.workspace header{flex-direction:column}.member-row{grid-template-columns:1fr}}
