.comparison-filter { display: flex; gap: 14px; align-items: end; flex-wrap: wrap; margin-bottom: 20px; }
.period-modes { margin: 0; align-self: end; }
.period-modes button { min-width: 46px; box-shadow: none; border: 0; background: transparent; }
.period-modes button.active { background: #fff; color: var(--green); }
.filter-member { width: 160px; }
.range-inputs { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; flex: 1 1 560px; }
.period-caption { display: flex; gap: 10px 20px; justify-content: space-between; flex-wrap: wrap; margin: 16px 0 22px; color: #647982; font-size: 12px; line-height: 1.8; }
.period-caption b { color: #385962; font-weight: 550; }
.scope-caption { color: #647982; font-size: 12px; line-height: 1.8; margin: -8px 0 20px; }
#profile-status { flex: 0 1 170px; min-width: 140px; }
.cell-note { display: block; color: #738790; margin-top: 6px; font-size: 11px; }
.comparison-days { max-height: 480px; }
.comparison-days thead { position: sticky; top: 0; z-index: 1; }
.comparison-days th { background: #edf3f4; }
.verification-devices { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.device-item .section-head { margin: 0 0 15px; }
.device-item p { margin-bottom: 8px; }
.device-actions { display: flex; align-items: center; gap: 18px; justify-content: space-between; }
.device-actions .form-row { flex: 1; gap: 10px; }
.account-link { color: var(--green); display: inline-flex; align-items: center; gap: 6px; text-decoration: none; }
.account-link:hover { text-decoration: underline; }
@media(max-width:1000px) { .verification-devices { grid-template-columns: 1fr; } }
@media(max-width:700px) {
  .comparison-filter { gap: 12px; }
  .range-inputs { grid-template-columns: repeat(2,minmax(0,1fr)); flex-basis: 100%; }
  .filter-member { width: 100%; }
  .period-modes { width: 100%; }
  .period-modes button { flex: 1; }
  .period-caption { flex-direction: column; gap: 4px; }
  .section-head span { text-align: right; line-height: 1.6; max-width: 55%; }
  .device-item { padding: 18px; }
}
