.coach-dashboard{display:flex;flex-direction:column}.coach-dashboard p{font-size:20px;line-height:28px;margin-bottom:1rem}.coach-dashboard ul{margin-bottom:1rem;margin-left:1rem}.coach-dashboard ul li{margin-bottom:.5rem;font-size:20px;line-height:28px}.coach-dashboard h1,.coach-dashboard h2,.coach-dashboard h3,.coach-dashboard h4{font-weight:700;margin-bottom:.5rem}.coach-dashboard h1{margin-top:2rem}.coach-dashboard h4{text-transform:uppercase}.coach-dashboard__tabs{display:flex;flex-direction:row;gap:1rem}.roster-help{display:flex;flex-direction:column;gap:1rem}.roster-help .tab-button{width:200px}.help-topic,.roster-help__content{display:flex;flex-direction:column}.help-topic h1{cursor:pointer;padding:.5rem 1rem;border-radius:.5rem;background-color:var(--theme-elevation-100);display:flex;align-items:center;justify-content:space-between;font-size:20px;font-weight:700}.help-topic h1:hover{background-color:var(--theme-elevation-150)}.help-topic .help-topic__title{display:flex;align-items:center;justify-content:center;gap:.5rem;line-height:1}.help-topic .help-topic__title .help-topic__title-icon{color:var(--theme-elevation-500)}.help-topic__content{padding:.5rem 1rem}.main-panel{display:flex;flex-direction:row;gap:1rem}.tab-button{font-weight:700;display:inline-block;width:auto}.tab-button.btn--primary{--bg-color:var(--theme-elevation-150);--color:var(--theme-elevation-800);--hover-color:var(--color);--hover-bg:var(--theme-elevation-100);border:1px solid var(--theme-elevation-100)}.tab-button.btn--secondary{--bg-color:rgb(0,11,55);--color:rgb(255,255,255);--hover-color:rgb(255,255,255);--hover-bg:rgb(26,33,61);border:1px solid var(--theme-elevation-100)}.tab-button.btn--attention{font-size:1.2rem;--bg-color:var(--theme-warning-500);--color:var(--theme-text);--hover-color:var(--theme-text);--hover-bg:var(--theme-warning-400);border:1px solid var(--theme-warning-600)}.tab-button.btn--active{font-weight:700;border:3px solid var(--theme-elevation-300)}.field-group-header h3{margin-bottom:1rem;margin-top:1.5rem}