/* Workbench density */
.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.dashboard-grid .panel{min-height:250px}.todo{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:18px 26px 26px}.todo-row{min-height:92px;padding:18px;border:1px solid #e2e9f2;border-radius:10px;background:#fbfcfe;display:grid;grid-template-columns:1fr auto;gap:8px;text-align:left}.todo-row:hover{border-color:#a9c4f6;background:#f5f8ff}.todo-row b{font-size:15px;color:#263954}.todo-row span{font-size:24px;font-weight:700;color:#2f6bea}.todo-row::first-letter{color:#2f6bea}.activity{min-height:70px}.dashboard-grid .panel:nth-child(3),.dashboard-grid .panel:nth-child(4){min-height:260px}
/* Account dropdown matches the reference card */
.user-dropdown{width:320px;top:64px;padding:0 16px 14px;border-radius:14px}.user-dropdown:after{display:none}.account-company{padding:26px 20px 18px;border-bottom:1px solid #e3e8ef}.account-company strong{display:block;color:#18263d;font-size:17px;line-height:1.5}.account-company span{display:block;margin-top:8px;color:#92a0b4;font-size:16px}.user-dropdown button{margin-top:10px;padding:12px 20px;color:#b64b4b;font-size:16px}.user-dropdown button:before{content:"⇥";font-size:27px}
/* Login / onboarding visual language */
.auth-page{background:#f4f6fa}.auth-brand{background:#16263f;padding:52px 6vw}.auth-logo{background:#2f6bea;border:0;border-radius:12px;color:#fff;width:46px;height:46px}.auth-brand-name{font-size:24px}.auth-brand-name strong{letter-spacing:.3px}.auth-pitch>p{color:#a9bdd8;font-size:15px}.auth-pitch h1{font-size:42px;line-height:1.35;font-weight:700}.auth-pitch ul{gap:20px}.auth-pitch li b{border-color:#5e84c7;color:#cfe0ff;background:rgba(47,107,234,.12)}.auth-form-side{background:#f4f6fa}.auth-card{border:1px solid #dbe4ef;border-radius:14px;box-shadow:0 18px 45px rgba(28,52,86,.08);padding:44px}.auth-card h2{font-size:30px;color:#17263e}.eyebrow{color:#2f6bea;letter-spacing:1.6px}.form-field input{height:48px;border-radius:8px;border-color:#d4dfed}.form-field input:focus{border-color:#2f6bea;box-shadow:0 0 0 3px rgba(47,107,234,.1)}.auth-submit{height:48px;border-radius:8px;background:#2f6bea;box-shadow:0 8px 18px rgba(47,107,234,.18)}.text-button{color:#2f6bea}.onboarding-page{background:#f4f6fa}.onboarding-header{height:76px}.company-card,.audit-card,.status-grid>div{border-radius:12px;border-color:#dbe4ef;box-shadow:0 4px 14px rgba(28,52,86,.04)}
@media(max-width:700px){.todo{grid-template-columns:1fr}.auth-pitch h1{font-size:30px}.auth-card{padding:30px 24px}}
