/* BONUSSA mobile density system v1.2.11 */

@media (max-width: 620px) {
  /* Yönetim merkezi */
  .admin-main {
    padding: 20px 12px 36px;
  }

  .admin-title {
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 18px;
  }

  .admin-title h1 {
    margin: 4px 0 0;
    font-size: 29px;
    line-height: 1.05;
    letter-spacing: -1.3px;
  }

  .admin-lead {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.55;
  }

  .admin-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .admin-stats article {
    min-height: 78px;
    padding: 12px;
    border-radius: 15px;
  }

  .admin-stats article:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .admin-stats span {
    font-size: 10px;
    line-height: 1.3;
  }

  .admin-stats b {
    font-size: 26px;
    line-height: 1.1;
  }

  .admin-quick {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 14px;
  }

  .admin-quick a {
    min-height: 64px;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 15px;
  }

  .admin-quick b,
  .admin-quick strong {
    font-size: 16px;
    line-height: 1.3;
  }

  .admin-quick span {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.4;
  }

  .admin-main > .panel-card {
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 18px;
  }

  .admin-main .section-head.compact {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 13px;
  }

  .admin-main .section-head.compact h2,
  .admin-main .panel-card > h2 {
    font-size: 25px;
    line-height: 1.12;
    letter-spacing: -0.8px;
  }

  .platform-status-grid {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-bottom: 13px;
  }

  .platform-status-grid article {
    min-height: 52px;
    padding: 9px 12px;
    border-radius: 12px;
  }

  .platform-status-grid span {
    font-size: 12px;
  }

  .platform-warning,
  .admin-main .success {
    margin-bottom: 12px;
    padding: 12px 13px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 1.5;
  }

  .moderation-grid {
    gap: 8px;
  }

  .moderation-grid .empty {
    padding: 20px 14px;
    font-size: 13px;
  }

  .mod-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 118px;
    align-items: center;
    gap: 10px;
    padding: 11px 0;
  }

  .mod-row > div {
    min-width: 0;
  }

  .mod-row b {
    font-size: 14px;
    line-height: 1.45;
  }

  .mod-row span {
    font-size: 11px;
  }

  .mod-row .row-form {
    width: 118px;
    gap: 6px;
  }

  .mod-row .row-form select,
  .mod-row .table-action {
    width: 100%;
    min-height: 38px;
    padding: 7px 8px;
    font-size: 11px;
  }

  /* Hesabım */
  .page-head.shell.community-account-hero {
    gap: 11px;
    margin: 12px auto 10px;
    padding: 16px;
    border-radius: 20px;
  }

  .community-account-identity h1 {
    font-size: clamp(25px, 7.7vw, 30px);
  }

  .community-account-identity p {
    font-size: 12px;
    line-height: 1.45;
  }

  .community-profile-shortcut {
    min-height: 48px;
    padding: 9px 11px;
  }

  .community-dashboard {
    gap: 9px;
    padding-bottom: 24px;
  }

  .community-stat-grid {
    gap: 6px;
  }

  .community-stat-grid .dash-stat {
    min-height: 74px;
    padding: 10px 4px;
    border-radius: 15px;
  }

  .community-stat-grid .dash-stat small {
    min-height: 20px;
    font-size: 7px;
  }

  .community-stat-grid .dash-stat b {
    font-size: 25px;
  }

  .community-dashboard > .ref-card,
  .community-dashboard > .panel-card {
    padding: 16px;
    border-radius: 18px;
  }

  .community-dashboard .ref-card h2 {
    margin: 7px 0 10px;
    font-size: 25px;
    line-height: 1.12;
  }

  .community-dashboard .ref-card p {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.55;
  }

  .community-dashboard .panel-card > h2,
  .community-dashboard .section-head h2 {
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -0.7px;
  }

  .community-dashboard .section-head {
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
  }

  .community-dashboard .section-head > a {
    font-size: 11px;
    white-space: nowrap;
  }

  .copy-row {
    gap: 7px;
  }

  .copy-row input {
    min-height: 46px;
    padding: 10px 12px;
    font-size: 13px;
  }

  .copy-row .button {
    min-height: 48px;
    padding: 10px 13px;
    font-size: 14px;
  }

  .community-dashboard .entry-row {
    min-height: 62px;
    margin-top: 6px;
    padding: 10px 12px;
    border-radius: 12px;
  }

  .community-dashboard .entry-row b {
    font-size: 14px;
  }

  .community-dashboard .entry-row span {
    font-size: 10px;
  }

  .community-dashboard .entry-row strong {
    font-size: 13px;
  }

  .community-dashboard .empty {
    padding: 18px 12px;
    border-radius: 13px;
    font-size: 12px;
  }

  .community-profile-card .section-head.compact {
    align-items: center;
    flex-direction: row;
  }

  .community-profile-form {
    gap: 12px;
  }

  .community-profile-form label {
    gap: 5px;
    font-size: 14px;
  }

  .community-profile-form label small {
    font-size: 10px;
  }

  .community-profile-form input,
  .community-profile-form select {
    min-height: 46px;
    padding: 9px 11px;
    border-radius: 11px;
    font-size: 14px;
  }

  .community-profile-form input[type="file"] {
    padding: 5px;
  }

  .community-profile-form .button,
  .account-action-row .button {
    min-height: 49px;
    padding: 11px 14px;
    font-size: 14px;
  }

  .account-action-row {
    gap: 8px;
  }

  /* Ödül marketi */
  .market-head.page-head {
    padding: 34px 0 21px;
  }

  .market-head.page-head h1 {
    margin: 8px 0 12px;
    font-size: 39px;
    line-height: 1.02;
    letter-spacing: -2px;
  }

  .market-head.page-head p {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.55;
  }

  .market-balance {
    width: 100%;
    padding: 11px 14px;
    border-radius: 13px;
    font-size: 13px;
  }

  .market-grid {
    gap: 12px;
    padding-bottom: 30px;
  }

  .market-card {
    border-radius: 19px;
  }

  .market-visual {
    height: 160px !important;
    min-height: 0 !important;
  }

  .market-visual img {
    max-width: 62%;
    max-height: 82px;
    object-fit: contain;
  }

  .market-content {
    padding: 17px;
  }

  .market-content h2 {
    margin: 7px 0 9px;
    font-size: 25px;
    line-height: 1.14;
    letter-spacing: -0.8px;
  }

  .market-content p {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.55;
  }

  .market-buy {
    gap: 10px;
    margin-top: 14px;
  }

  .market-buy .button {
    min-height: 49px;
    padding: 11px 13px;
    font-size: 14px;
  }

  /* Etkinlik ve yorumlar */
  .telegram-post {
    margin-top: 12px;
    border-radius: 18px;
  }

  .telegram-post > header {
    gap: 10px;
    padding: 14px;
  }

  .channel-avatar,
  .comment-avatar {
    width: 41px;
    height: 41px;
    font-size: 23px;
  }

  .post-content {
    padding: 16px;
  }

  .post-content h1 {
    margin: 13px 0;
    font-size: 28px;
    line-height: 1.12;
    letter-spacing: -1px;
  }

  .post-content .preline {
    font-size: 14px;
    line-height: 1.65;
  }

  .prize {
    margin: 14px 0;
    padding: 13px;
    border-radius: 13px;
  }

  .prize strong {
    font-size: 22px;
    line-height: 1.2;
  }

  .post-content details {
    margin: 14px 0;
    padding: 12px 0;
  }

  .post-content summary {
    font-size: 14px;
  }

  .countdown {
    gap: 6px;
    margin: 14px 0;
  }

  .countdown div {
    padding: 9px 5px;
    border-radius: 11px;
  }

  .countdown b {
    font-size: 22px;
  }

  .countdown span {
    font-size: 8px;
  }

  .post-content > .button {
    min-height: 50px;
    padding: 11px 14px;
    font-size: 15px;
  }

  .reaction-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin: 13px 0;
  }

  .reaction-row button {
    min-width: 0;
    min-height: 40px;
    padding: 7px 4px;
    font-size: 12px;
  }

  .post-stats {
    margin-top: 13px;
    padding-top: 11px;
  }

  .comments,
  .winners {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .comments .section-head {
    align-items: center;
    margin-bottom: 12px;
  }

  .comments .section-head h2 {
    font-size: 28px;
    letter-spacing: -1px;
  }

  .comment-form {
    gap: 8px;
  }

  .comment-form textarea {
    min-height: 82px;
    padding: 12px;
    font-size: 14px;
  }

  .comment-form .button {
    min-height: 49px;
    padding: 10px 13px;
    font-size: 14px;
  }

  .comment-list > article {
    grid-template-columns: 41px minmax(0, 1fr);
    gap: 10px;
    padding: 14px 0;
  }

  .comment-list p {
    font-size: 14px;
  }

  /* Kısa mobil footer */
  footer.site-footer {
    display: block !important;
    padding: 20px 18px 24px !important;
  }

  .site-footer .footer-top {
    display: block !important;
  }

  .site-footer .footer-brand strong {
    font-size: 19px;
  }

  .site-footer .footer-brand p {
    margin: 4px 0 0;
    font-size: 11px;
  }

  .site-footer .footer-primary {
    display: none !important;
  }

  .site-footer .footer-bottom {
    display: block !important;
    margin-top: 13px;
    padding-top: 12px;
  }

  .site-footer .footer-legal {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 14px;
    font-size: 10px;
  }

  .site-footer .footer-bottom > small {
    display: block;
    margin-top: 12px;
    font-size: 9px;
  }
}
