.account-row{display:flex;align-items:center;gap:9px;padding:7px 5px}
.account-name{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.edit-user{margin-left:auto;border:0;background:#ffffff14;color:#dfe5f4;border-radius:7px;width:28px;height:28px;cursor:pointer}
.edit-user:hover{background:#ffffff27}
.delete-user{border:0;background:#ff53651a;color:#ff9aa6;border-radius:7px;width:28px;height:28px;cursor:pointer;padding:0}
.delete-user:hover{background:#ff536533;color:#fff}
.manage-users-btn{width:100%;border:1px dashed #4c5874;background:#ffffff0a;color:#dfe5f4;padding:9px;border-radius:9px;font-size:12px;cursor:pointer}
.manage-users-btn:hover{background:#ffffff14}
.panel-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}
.panel-title-row h3{margin:0}
.small-add{border:0;background:#edf0ff;color:#6158e9;border-radius:8px;width:29px;height:29px;font-size:18px;cursor:pointer}
.right-account{cursor:pointer}
.right-account .edit-right{border:0;background:#f1f2f6;color:#667085;border-radius:6px;width:25px;height:25px;cursor:pointer}
.right-account .delete-right{border:0;background:#fff0f1;color:#d83049;border-radius:6px;width:27px;height:25px;cursor:pointer;padding:0}
.right-account .delete-right:hover{background:#ffdce1}
.user-modal-card{width:min(470px,96vw)}
.user-form{display:grid;grid-template-columns:1fr 90px;gap:14px}
.user-form label{font-size:12px;font-weight:700;color:#596174}
.user-form input{width:100%;height:44px;margin-top:6px;border:1px solid #dfe3eb;border-radius:9px;padding:8px;background:#fafbfe}
.user-form input[type=color]{padding:4px;cursor:pointer}
.form-help{color:#7b8292;font-size:12px;margin:12px 0 0}
.form-error{margin-top:12px;padding:10px;border-radius:9px;background:#fff0f1;color:#bd263b;font-size:12px}
.destructive-actions{display:flex;gap:7px;align-items:center}
.destructive-actions button{border:0;border-radius:10px;padding:10px 12px;cursor:pointer}
.danger-strong{background:#d83049;color:#fff;font-weight:700}
.danger-strong:hover{background:#b91f36}
.profile .avatar{background:var(--profile-color,#2f6df6)}
.calendar-card{overflow:auto}
.week-view{grid-template-columns:repeat(7,minmax(120px,1fr));grid-auto-rows:minmax(540px,1fr)}
.week-view .day{padding:10px}
.week-view .day.today{background:#f8f8ff}
.week-view .day-event{font-size:12px;padding:8px;margin-bottom:8px}
.week-view .day-event small,.week-view .day-event b,.week-view .day-event span{display:block}
.day-head{grid-template-columns:1fr}
.single-day-head{font-size:13px;text-align:left;padding-left:16px}
.weekday-today{color:#4d5fea}
.day-view{grid-template-columns:1fr;grid-auto-rows:minmax(560px,1fr)}
.day-view .day{border-right:0;padding:18px}
.day-view .day-event{display:grid;grid-template-columns:120px minmax(160px,1fr) 130px;align-items:center;gap:12px;font-size:14px;padding:14px 16px;margin:0 0 10px}
.day-view .day-event b{font-size:15px}
.event-user{opacity:.75;text-align:right}
.empty-day{color:#a1a7b4;font-size:12px;text-align:center;padding-top:28px}
.empty-day.large{font-size:16px;padding-top:120px;line-height:1.8}
@media(max-width:1000px){.manage-users-btn{font-size:0;width:48px;height:48px}.manage-users-btn:first-letter{font-size:20px}.edit-user,.delete-user,.account-name{display:none}}
@media(max-width:720px){.user-form{grid-template-columns:1fr 80px}}
@media(max-width:720px){.weekdays:not(.day-head),.week-view{min-width:760px}.day-view{grid-auto-rows:minmax(460px,1fr)}.day-view .day-event{grid-template-columns:85px 1fr}.day-view .event-user{display:none}.view-switch button{padding:8px 9px}.topbar h1{width:100%;order:3}}
