/* Tablet-optimiertes Dashboard Layout · v=1782210714 */

.tablet-dashboard-quick-actions {
  display: none;
}

@media (min-width: 760px) and (max-width: 1220px) {
  body {
    overflow-x: hidden;
  }

  .tablet-hide-action-card {
    display: none !important;
  }

  .tablet-dashboard-quick-actions {
    display: block;
    margin: 16px 0 18px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(120, 88, 45, .12);
    box-shadow: 0 18px 42px rgba(45, 26, 16, .08);
  }

  .tablet-quick-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
  }

  .tablet-quick-head span {
    display: block;
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 900;
    color: #6b1f26;
    margin-bottom: 4px;
  }

  .tablet-quick-head strong {
    display: block;
    font-size: 22px;
    line-height: 1.1;
    color: #14231d;
  }

  .tablet-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .tablet-quick-btn {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
    text-decoration: none;
    border: 1px solid rgba(6, 64, 47, .12);
    box-shadow: 0 12px 28px rgba(45, 26, 16, .07);
    transition: transform .16s ease, box-shadow .16s ease;
  }

  .tablet-quick-btn:active {
    transform: scale(.98);
  }

  .tablet-quick-btn.primary {
    background: #06402f;
    color: #ffffff;
  }

  .tablet-quick-btn.light {
    background: #f7f1e6;
    color: #5b1f24;
  }

  .tablet-quick-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    background: rgba(255,255,255,.18);
    font-size: 22px;
  }

  .tablet-quick-btn.light .tablet-quick-icon {
    background: rgba(6,64,47,.08);
  }

  .tablet-quick-btn strong {
    display: block;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 900;
  }

  .tablet-quick-btn small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    opacity: .82;
    line-height: 1.2;
  }

  main,
  .main-content,
  .dashboard-main,
  .page-main {
    padding-top: 18px !important;
  }

  input,
  select,
  textarea,
  button,
  .primary-btn,
  .secondary-btn {
    min-height: 46px;
  }
}

@media (max-width: 759px) {
  .tablet-dashboard-quick-actions {
    display: block;
    margin: 14px 0;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(120, 88, 45, .12);
  }

  .tablet-hide-action-card {
    display: none !important;
  }

  .tablet-quick-head span {
    display: block;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 900;
    color: #6b1f26;
    margin-bottom: 4px;
  }

  .tablet-quick-head strong {
    display: block;
    font-size: 20px;
    color: #14231d;
  }

  .tablet-quick-grid {
    display: grid;
    gap: 10px;
    margin-top: 12px;
  }

  .tablet-quick-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border-radius: 16px;
    text-decoration: none;
    background: #06402f;
    color: #fff;
  }

  .tablet-quick-btn.light {
    background: #f7f1e6;
    color: #5b1f24;
  }

  .tablet-quick-icon {
    font-size: 22px;
  }

  .tablet-quick-btn strong {
    display: block;
    font-weight: 900;
  }

  .tablet-quick-btn small {
    display: block;
    opacity: .82;
    font-size: 12px;
  }
}
