/* Illustrative software surfaces. No live account data or product controls. */
.dashboard {
  border:1px solid #cad6c0;
  border-radius:11px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 24px 50px #193c3314;
  transform:perspective(1800px) rotateY(-3deg);
  font-size:10px;
}

.browser-bar {
  height:35px;
  background:#edf2e7;
  border-bottom:1px solid #dce4d3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 13px;
  font-size:8px;
  color:#687b5a;
}

.window-dots {
  display:flex;
  gap:4px;
}

.window-dots i {
  display:block;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#b7c4a7;
}

.dashboard-body {
  display:flex;
  min-height:367px;
}

.dashboard-sidebar {
  width:116px;
  flex-shrink:0;
  border-right:1px solid #e7ebe1;
  display:flex;
  flex-direction:column;
  padding:18px 8px;
  background:#fafbf8;
  gap:7px;
}

.dashboard-sidebar .mini-wordmark {
  margin:0 8px 21px;
}

.dashboard-sidebar>span:not(:first-child) {
  display:flex;
  align-items:center;
  gap:7px;
  color:#7b8872;
  font-size:8px;
  padding:7px 8px;
  white-space:nowrap;
}

.dashboard-sidebar .icon {
  width:12px;
  height:12px;
}

.dashboard-sidebar .side-active {
  background:#e9f0dd;
  color:#486637!important;
  border-radius:5px;
}

.sidebar-bottom {
  margin-top:auto;
  padding:14px 4px 0;
  border-top:1px solid #e6ecdd;
  display:flex;
  align-items:center;
  gap:6px;
  color:#61744f;
  font-size:8px;
}

.dashboard-main {
  padding:23px 19px 14px;
  flex:1;
  min-width:0;
}

.dash-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  font-size:6px;
  letter-spacing:.06em;
  color:#6c7a60;
  margin-bottom:17px;
}

.sample-pill {
  background:#f2f5ec;
  border-radius:4px;
  padding:3px 5px;
  font-size:6px;
  white-space:nowrap;
}

.dashboard-main h3 {
  font-size:18px;
  letter-spacing:-.045em;
  margin-bottom:7px;
}

.dash-subtitle {
  font-size:8px;
  margin-bottom:18px;
  color:#7d8874;
}

.metric-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
}

.metric-grid>div {
  padding:11px 10px;
  border:1px solid #e2e8d9;
  border-radius:7px;
  background:#fff;
}

.metric-grid>div>span {
  font-size:7px;
  color:#74816b;
  white-space:nowrap;
}

.metric-grid strong {
  display:block;
  font-size:25px;
  line-height:1.2;
  font-weight:600;
  letter-spacing:-1px;
  margin-block:6px 9px;
}

.metric-grid small {
  display:block;
  font-weight:400;
  font-size:6px;
  letter-spacing:0;
  color:#7e8c72;
  margin-top:5px;
}

.metric-line {
  display:block;
  height:3px;
  width:73%;
  background:#a1bb72;
  border-radius:4px;
}

.metric-line.second {
  background:#b5c49f;
  width:88%;
}

.metric-line.third {
  background:#d8c391;
  width:57%;
}

.reservation-preview {
  margin-top:18px;
  border:1px solid #e4e9dd;
  border-radius:7px;
  overflow:hidden;
}

.table-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 10px;
  gap:8px;
}

.table-heading h4 {
  font-size:9px;
  letter-spacing:-.01em;
  margin:0;
}

.table-heading>span {
  font-size:6px;
  color:#66804e;
}

.preview-row {
  display:grid;
  grid-template-columns:1.3fr 1fr .9fr;
  gap:6px;
  align-items:center;
  min-height:33px;
  padding:6px 10px;
  border-top:1px solid #eef1e8;
  color:#77856a;
  font-size:7px;
}

.row-head {
  font-size:6px;
  background:#fafbf7;
  min-height:23px;
  letter-spacing:.04em;
}

.child-name {
  display:flex;
  align-items:center;
  gap:6px;
  color:#536644;
}

.avatar {
  width:18px;
  height:18px;
  border-radius:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  background:#e9eddf;
  font-size:6px;
  font-style:normal;
  color:#7d885c;
  flex-shrink:0;
}

.avatar-2 {
  background:#f4e9d8;
  color:#a1875b;
}

.avatar-3 {
  background:#e4ebf0;
  color:#748b9d;
}

.avatar-4 {
  background:#eee6e0;
  color:#957c6d;
}

.pill {
  background:#edf4e5;
  color:#627b42;
  justify-self:start;
  font-size:6px;
  padding:3px 5px;
  border-radius:4px;
  white-space:nowrap;
}

.pill-neutral {
  background:#f5f1e7;
  color:#957c49;
}

.dash-foot {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  margin-top:14px;
  font-size:6px;
  color:#7d8d6e;
}

.dash-foot .icon {
  width:10px;
  height:10px;
}

.location-visual {
  background:#e8efdf;
  border:1px solid #d6e0cc;
  border-radius:16px;
  padding:32px;
}

.location-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:30px;
}

.location-top>span:last-child {
  font-size:9px;
  letter-spacing:.15em;
  color:#5b7150;
}

.location-visual h3 {
  font-size:28px;
  line-height:1.25;
  margin-bottom:26px;
}

.center-list {
  display:flex;
  flex-direction:column;
  gap:10px;
}

.center-row {
  display:flex;
  align-items:center;
  gap:13px;
  background:#ffffffed;
  padding:17px 15px;
  border:1px solid #dce4d4;
  border-radius:8px;
  box-shadow:0 5px 10px #24472604;
}

.center-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  background:#edf2e7;
  border-radius:7px;
  width:39px;
  height:39px;
  flex-shrink:0;
}

.center-row>div {
  flex:1;
  min-width:0;
}

.center-row strong {
  display:block;
  font-size:12px;
  font-weight:600;
}

.center-row small {
  display:block;
  font-size:9px;
  color:#74816a;
  margin-top:4px;
}

.center-row>.icon {
  width:16px;
  color:#8a9d77;
}

.family-visual {
  background:#f5f0e8;
  border:1px solid #e8e2d8;
  padding:40px;
  border-radius:16px;
  text-align:center;
}

.family-card {
  max-width:310px;
  background:#fff;
  border:1px solid #e6e3db;
  border-radius:16px;
  box-shadow:0 14px 30px #50452d0b;
  margin:auto;
  padding:24px 28px;
}

.family-card>.mini-wordmark {
  display:block;
  font-size:31px;
}

.development-pill {
  font-size:8px;
  letter-spacing:.13em;
  display:inline-block;
  border:1px solid #e2e5d9;
  background:#f7f8f2;
  padding:4px 9px;
  border-radius:20px;
  margin:12px 0 27px;
  color:#68745e;
}

.family-symbol {
  display:flex;
  align-items:center;
  justify-content:center;
  width:62px;
  height:62px;
  border-radius:50%;
  background:#f0f3e7;
  margin:0 auto 19px;
  color:#72894f;
}

.family-symbol .icon {
  width:30px;
  height:30px;
}

.family-card h3 {
  font-size:26px;
  margin-bottom:15px;
}

.family-card>p {
  font-size:11px;
}

.family-card-bottom {
  font-size:10px;
  border-top:1px solid #e8ebdf;
  padding-top:19px;
  margin-top:24px;
  color:#737e68;
  line-height:1.8;
}

@media(max-width:1150px) {
  .dashboard-sidebar {
    width:100px;
  }
  .dashboard-main {
    padding:20px 13px 13px;
  }
  .dashboard-main h3 {
    font-size:16px;
  }
  .metric-grid>div {
    padding:9px 7px;
  }
  .preview-row {
    padding:6px 8px;
  }
}

@media(max-width:950px) {
  .location-visual {
    padding:25px;
  }
  .location-visual h3 {
    font-size:25px;
  }
  .center-row {
    padding:13px 10px;
    gap:9px;
  }
  .center-row small {
    font-size:8px;
  }
  .family-visual {
    padding:28px;
  }
  .family-card {
    padding:23px;
  }
}

@media(max-width:950px) and (min-width:701px) {
  .dashboard-sidebar {
    width:45px;
    padding:14px 4px;
    overflow:hidden;
  }
  .dashboard-sidebar .mini-wordmark {
    font-size:19px;
    margin:0 0 14px;
  }
  .dashboard-sidebar>span:not(:first-child) {
    font-size:0;
    padding:9px;
    gap:0;
  }
  .sidebar-bottom {
    font-size:0;
    padding-left:10px;
  }
  .dashboard-main {
    padding:18px 10px;
  }
  .dashboard-main h3 {
    font-size:14px;
  }
  .metric-grid {
    gap:5px;
  }
  .metric-grid strong {
    font-size:23px;
  }
  .metric-grid>div>span {
    font-size:6px;
  }
  .dash-top {
    font-size:5px;
  }
  .dashboard-body {
    min-height:355px;
  }
  .table-heading h4 {
    font-size:8px;
  }
  .preview-row {
    font-size:6px;
  }
  .pill {
    font-size:5px;
  }
  .avatar {
    width:15px;
    height:15px;
  }
  .dash-foot {
    font-size:5px;
  }
}

@media(max-width:700px) {
  .dashboard {
    transform:none;
  }
  .dashboard-sidebar {
    width:90px;
  }
  .dashboard-sidebar>span:not(:first-child) {
    font-size:7px;
    padding:7px 4px;
  }
  .sidebar-bottom {
    font-size:6px;
  }
  .dashboard-main {
    padding:20px 12px 12px;
  }
  .dashboard-body {
    min-height:355px;
  }
  .location-visual {
    max-width:520px;
    width:100%;
    margin:auto;
  }
  .family-visual {
    padding:30px 24px;
  }
  .center-row small {
    font-size:9px;
  }
}

@media(max-width:410px) {
  .dashboard-sidebar {
    width:42px;
    padding:14px 4px;
  }
  .dashboard-sidebar .mini-wordmark {
    font-size:19px;
    margin:0 0 15px;
  }
  .dashboard-sidebar>span:not(:first-child) {
    font-size:0;
    padding:9px;
    gap:0;
  }
  .sidebar-bottom {
    font-size:0;
    padding-left:9px;
  }
  .dashboard-main h3 {
    font-size:16px;
  }
  .dashboard-main {
    padding:16px 10px;
  }
  .metric-grid>div {
    padding:8px 6px;
  }
  .dash-top {
    font-size:5px;
  }
  .dashboard-body {
    min-height:340px;
  }
}
