*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;background:#f5f4ff;color:#0f172a}.page-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.card{width:100%;max-width:460px;background:#fff;border:1px solid #e5e3f5;border-radius:16px;padding:32px;box-shadow:0 8px 30px #0f172a14}.eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#3730a3;margin-bottom:12px}h1{margin:0 0 8px;font-size:28px;line-height:1.1}.sub{color:#64748b;line-height:1.6;margin-bottom:24px}.form{display:grid;gap:14px}label{display:grid;gap:6px;font-size:14px;font-weight:600}input,select{width:100%;padding:11px 12px;border:1px solid #d6d3f0;border-radius:10px;background:#fff;font:inherit}button{margin-top:6px;padding:12px 16px;border:none;border-radius:999px;background:#3730a3;color:#fff;font:inherit;font-weight:700;cursor:pointer}button.secondary{background:#eae8fb;color:#3730a3}button:disabled{opacity:.7;cursor:default}.msg{margin-top:16px;padding:12px 14px;border-radius:10px;font-size:14px}.msg.success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.msg.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.footnote{margin-top:18px;color:#64748b;font-size:14px}.stack{display:grid;gap:12px}.protected-app-shell{min-height:100vh;background:#f5f4ff}.app-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 28px;border-bottom:1px solid #e5e3f5;background:#fff}.app-header__brand{display:flex;flex-direction:column;gap:4px}.app-header__eyebrow{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#3730a3}.app-header__title{font-size:28px;font-weight:700;color:#0f172a;line-height:1.1}.app-header__actions{display:flex;align-items:center;gap:12px}.app-header__link{color:#3730a3;text-decoration:none;font-weight:600}.app-header__signout{border:none;background:#3730a3;color:#fff;padding:10px 18px;border-radius:999px;font-size:14px;font-weight:700;cursor:pointer}.protected-app-shell__body{display:grid;grid-template-columns:260px 1fr;min-height:calc(100vh - 89px)}.app-sidebar{border-right:1px solid #e5e3f5;background:#fff;padding:24px 18px;display:flex;flex-direction:column;gap:18px}.app-sidebar__section-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.app-sidebar__nav{display:flex;flex-direction:column;gap:6px}.app-sidebar__link{display:block;padding:10px 12px;border-radius:10px;text-decoration:none;color:#334155;font-weight:600}.app-sidebar__link.active{background:#ede9fe;color:#3730a3}.app-sidebar__footer{margin-top:auto;font-size:12px;color:#64748b;line-height:1.6}.protected-app-shell__content{padding:28px}@media (max-width: 900px){.protected-app-shell__body{grid-template-columns:1fr}.app-sidebar{border-right:none;border-bottom:1px solid #e5e3f5}.app-header{flex-direction:column;align-items:flex-start}.app-header__title{font-size:24px}}
