/* compiled by scssphp v0.0.12 on Mon, 23 Mar 2026 01:11:56 +0000 (0.1759s) */

::selection {
  background: #3d7dbb;
  color: #fff; }

::-moz-selection {
  background: #3d7dbb;
  color: #fff; }

main {
  min-height: 100vh;
  overflow: hidden; }

.forum-wrapper {
  background-color: #eef2f6;
  padding-bottom: 100px; }
  .forum-wrapper.bottom {
    padding-bottom: 0; }

.forum-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }

.forum-header {
  background: linear-gradient(135deg, #5b9bd5 0%, #3a7ab8 100%);
  color: white;
  padding: 50px 0 40px;
  margin-bottom: 30px;
  position: relative; }
  .forum-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.08) 0%, transparent 60%);
    pointer-events: none; }
  .forum-header .forum-container {
    position: relative;
    z-index: 1; }
    .forum-header .forum-container .eule {
      width: 360px;
      height: 500px;
      position: absolute;
      bottom: -60px;
      right: 0;
      background-image: url(/media/images/eule.webp);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      z-index: 9; }
  .forum-header .forum-header-content {
    max-width: 800px;
    margin-bottom: 25px; }
  .forum-header .forum-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    .forum-header .forum-title i {
      margin-right: 14px;
      opacity: 0.95;
      font-size: 0.9em; }
  .forum-header .forum-tagline {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0 0 18px 0;
    opacity: 0.95;
    line-height: 1.4; }
  .forum-header .forum-description {
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
    opacity: 0.88;
    max-width: 720px; }
    .forum-header .forum-description strong {
      color: #fff;
      font-weight: 600; }
  .forum-header .forum-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    margin: 0; }
  .forum-header .forum-stats {
    display: flex;
    gap: 10px;
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15); }
    .forum-header .forum-stats .stat-item {
      text-align: center; }
      .forum-header .forum-stats .stat-item .stat-number {
        display: block;
        font-size: 1.6rem;
        font-weight: 700;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        color: #0060b1; }
      .forum-header .forum-stats .stat-item .stat-label {
        font-size: 0.85rem;
        opacity: 0.75;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 500; }

.forum-search-wrapper {
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex; }

.forum-search-form {
  max-width: 700px; }

.forum-search-box {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease; }
  .forum-search-box:focus-within {
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px); }

.forum-search-icon {
  padding: 0 15px;
  color: #5b9bd5;
  font-size: 1.2rem; }

.forum-search-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 14px 10px;
  font-size: 1.05rem;
  color: #212529;
  outline: none;
  min-width: 0; }
  .forum-search-input::placeholder {
    color: #999;
    font-size: 0.95rem; }

.forum-search-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  background: linear-gradient(135deg, #5b9bd5 0%, #3a7ab8 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease; }
  .forum-search-btn:hover {
    background: linear-gradient(135deg, #3a7ab8 0%, #346da5 100%);
    transform: scale(1.02); }
  .forum-search-btn i {
    font-size: 0.9rem; }

.forum-search-hints {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  font-size: 0.9rem; }

.search-hint {
  color: rgba(255, 255, 255, 0.7); }
  .search-hint i {
    margin-right: 5px;
    color: rgba(255, 200, 100, 0.9); }

.search-tag {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.2); }
  .search-tag:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    transform: translateY(-1px); }

@media (max-width: 768px) {
  .forum-search-wrapper {
    margin-top: 20px;
    padding-top: 20px; }

  .forum-search-box {
    flex-direction: column;
    padding: 10px; }

  .forum-search-icon {
    display: none; }

  .forum-search-input {
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 1rem; }

  .forum-search-btn {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
    padding: 12px; }

  .forum-search-hints {
    justify-content: center;
    margin-top: 12px; }

  .search-hint {
    width: 100%;
    text-align: center;
    margin-bottom: 5px; } }

.search-header {
  background: linear-gradient(135deg, #5b9bd5 0%, #3a7ab8 100%);
  padding: 40px 0;
  margin-bottom: 30px; }

.search-title {
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 20px 0; }
  .search-title i {
    margin-right: 12px;
    opacity: 0.9; }

.search-form-inline {
  max-width: 600px; }

.search-input-group {
  display: flex;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.search-input-inline {
  flex: 1;
  padding: 14px 20px;
  border: none;
  font-size: 1rem;
  outline: none;
  background: transparent; }

.search-btn-inline {
  padding: 14px 20px;
  background: #5b9bd5;
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease; }
  .search-btn-inline:hover {
    background: #3a7ab8; }

.search-info {
  background: #e8f4fd;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 25px; }
  .search-info p {
    margin: 0;
    color: #212529; }
  .search-info strong {
    color: #3a7ab8; }
  .search-info.search-warning {
    background: #fff3cd; }
    .search-info.search-warning p {
      color: #856404; }
    .search-info.search-warning i {
      margin-right: 8px; }

.search-results {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.search-result-item {
  background: white;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease; }
  .search-result-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-color: rgba(91, 155, 213, 0.2); }

.search-result-category {
  margin-bottom: 10px; }
  .search-result-category .category-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background: #ffe8dc;
    color: #a95826;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 20px;
    text-decoration: none;
    transition: background 0.2s ease; }
    .search-result-category .category-badge:hover {
      background: #ffd9c7; }

.search-result-title {
  margin: 0 0 12px 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4; }
  .search-result-title a {
    color: #0060b1;
    text-decoration: none; }
    .search-result-title a:hover {
      color: #5b9bd5; }
  .search-result-title mark {
    background: #ffeb3b;
    color: inherit;
    padding: 1px 3px;
    border-radius: 2px; }

.search-result-excerpt {
  color: #555;
  line-height: 1.6;
  margin: 0 0 15px 0;
  font-size: 0.95rem; }
  .search-result-excerpt mark {
    background: #ffeb3b;
    color: inherit;
    padding: 1px 3px;
    border-radius: 2px; }

.search-result-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  color: #888;
  font-size: 0.85rem; }
  .search-result-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 5px; }
    .search-result-meta .meta-item i {
      color: #aaa;
      font-size: 0.8rem; }

.search-no-results {
  text-align: center;
  padding: 60px 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); }
  .search-no-results .no-results-icon {
    font-size: 4rem;
    color: #ddd;
    margin-bottom: 20px; }
  .search-no-results h3 {
    color: #212529;
    margin-bottom: 10px; }
  .search-no-results p {
    color: #666;
    margin-bottom: 25px; }

.search-suggestions {
  text-align: left;
  max-width: 400px;
  margin: 0 auto 25px;
  padding: 20px;
  background: #eef2f6;
  border-radius: 8px; }
  .search-suggestions h4 {
    color: #212529;
    font-size: 0.95rem;
    margin-bottom: 10px; }
  .search-suggestions ul {
    margin: 0;
    padding-left: 20px;
    color: #666; }
    .search-suggestions ul li {
      margin-bottom: 5px; }

.search-empty {
  text-align: center;
  padding: 60px 20px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); }
  .search-empty .search-empty-icon {
    font-size: 4rem;
    color: #a8d1f0;
    margin-bottom: 20px; }
  .search-empty h3 {
    color: #212529;
    margin-bottom: 10px; }
  .search-empty p {
    color: #666;
    margin-bottom: 25px; }

.search-popular-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 600px;
  margin: 0 auto; }
  .search-popular-tags .popular-tag {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(135deg, #a8d1f0 0%, #e0f2fe 100%);
    color: #3a7ab8;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease; }
    .search-popular-tags .popular-tag:hover {
      background: linear-gradient(135deg, #5b9bd5 0%, #3a7ab8 100%);
      color: white;
      transform: translateY(-2px); }

.search-pagination {
  margin-top: 40px; }

.forum-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: none;
  margin-bottom: 25px;
  overflow: hidden; }
  .forum-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12); }
  .forum-card .forum-card-header {
    background: linear-gradient(135deg, #e8f4fd 0%, #f0f7fc 100%);
    padding: 18px 24px;
    border-bottom: 2px solid rgba(91, 155, 213, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .forum-card .forum-card-header h2, .forum-card .forum-card-header h3 {
      margin: 0;
      font-size: 1.15rem;
      font-weight: 700;
      color: #2d4a6f; }
      .forum-card .forum-card-header h2 i, .forum-card .forum-card-header h3 i {
        color: #5b9bd5;
        margin-right: 12px; }
    .forum-card .forum-card-header .card-header-link {
      color: #5b9bd5;
      font-size: 0.9rem;
      text-decoration: none;
      font-weight: 500; }
      .forum-card .forum-card-header .card-header-link:hover {
        color: #3a7ab8; }
  .forum-card.card-success .forum-card-header {
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
    border-bottom-color: rgba(40, 167, 69, 0.2); }
    .forum-card.card-success .forum-card-header h2, .forum-card.card-success .forum-card-header h3 {
      color: #2e5a32; }
      .forum-card.card-success .forum-card-header h2 i, .forum-card.card-success .forum-card-header h3 i {
        color: #28a745; }
  .forum-card.card-trending .forum-card-header {
    background: linear-gradient(135deg, #fff3e0 0%, #fff8e1 100%);
    border-bottom-color: rgba(255, 152, 0, 0.2); }
    .forum-card.card-trending .forum-card-header h2, .forum-card.card-trending .forum-card-header h3 {
      color: #5d4037; }
      .forum-card.card-trending .forum-card-header h2 i, .forum-card.card-trending .forum-card-header h3 i {
        color: #ff9800; }
  .forum-card .forum-card-body {
    padding: 20px; }

.categories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px; }
  @media (max-width: 768px) {
  .categories-grid {
    grid-template-columns: 1fr; } }

.category-column .column-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #64748b;
  margin-bottom: 18px;
  padding: 24px;
  border-bottom: 2px solid #a8d1f0;
  font-weight: 600; }

.category-item {
  display: flex;
  align-items: center;
  padding: 16px 18px;
  background: #fafbfc;
  border-radius: 8px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #212529;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .category-item:hover {
    background: linear-gradient(135deg, #e8f4fd 0%, #f0f7fc 100%);
    border-color: rgba(91, 155, 213, 0.2);
    color: #212529;
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(91, 155, 213, 0.1); }
  .category-item .category-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #a8d1f0 0%, #e0f2fe 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    color: #3a7ab8;
    font-size: 1.2rem; }
  .category-item .category-info {
    flex: 1; }
    .category-item .category-info .category-name {
      font-weight: 600;
      font-size: 0.95rem;
      margin-bottom: 4px;
      color: #1a365d; }
    .category-item .category-info .category-count {
      font-size: 0.8rem;
      color: #64748b; }
  .category-item .category-arrow {
    color: #94a3b8;
    font-size: 0.9rem; }

.thread-list {
  list-style: none;
  padding: 8px 0;
  margin: 0; }

.thread-item {
  display: flex;
  align-items: flex-start;
  padding: 18px 24px;
  margin: 0 12px 8px 12px;
  border-radius: 8px;
  background: #fafbfc;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .thread-item:last-child {
    margin-bottom: 12px; }
  .thread-item:hover {
    background: #f0f4f8;
    border-color: rgba(91, 155, 213, 0.1); }
  .thread-item.is-pinned {
    background: linear-gradient(135deg, rgba(168, 209, 240, 0.15) 0%, rgba(168, 209, 240, 0.08) 100%); }
  .thread-item .thread-status {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 16px;
    margin-top: 10px;
    flex-shrink: 0; }
    .thread-item .thread-status.status-new {
      background: #5b9bd5;
      box-shadow: 0 0 8px rgba(91, 155, 213, 0.4); }
    .thread-item .thread-status.status-hot {
      background: #dc3545;
      box-shadow: 0 0 8px rgba(220, 53, 69, 0.4); }
    .thread-item .thread-status.status-normal {
      background: #d1d5db; }
  .thread-item .thread-content {
    flex: 1;
    min-width: 0; }
    .thread-item .thread-content .thread-title {
      font-size: 1.05rem;
      font-weight: 600;
      color: #0060b1;
      text-decoration: none;
      display: block;
      margin-bottom: 10px;
      line-height: 1.4; }
      .thread-item .thread-content .thread-title:hover {
        color: #5b9bd5; }
    .thread-item .thread-content .thread-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 18px;
      font-size: 0.85rem;
      color: #64748b; }
      .thread-item .thread-content .thread-meta .meta-item {
        display: flex;
        align-items: center;
        gap: 6px; }
        .thread-item .thread-content .thread-meta .meta-item i {
          font-size: 0.8rem;
          color: #94a3b8; }
      .thread-item .thread-content .thread-meta .thread-category {
        background: #ffe8dc;
        color: #a95826;
        font-weight: 600;
        padding: 2px 10px;
        border-radius: 4px;
        font-size: 0.75rem;
        text-decoration: none; }
        .thread-item .thread-content .thread-meta .thread-category:hover {
          background: linear-gradient(135deg, #bae6fd 0%, #e0f2fe 100%); }
  .thread-item .thread-stats {
    display: flex;
    gap: 24px;
    margin-left: 24px;
    flex-shrink: 0; }
    .thread-item .thread-stats .stat {
      text-align: center;
      min-width: 55px;
      padding: 8px 12px;
      background: #f8fafc;
      border-radius: 4px; }
      .thread-item .thread-stats .stat .stat-value {
        display: block;
        font-weight: 700;
        font-size: 1.1rem;
        color: #334155; }
      .thread-item .thread-stats .stat .stat-label {
        font-size: 0.7rem;
        color: #94a3b8;
        text-transform: uppercase;
        letter-spacing: 0.5px; }

.thread-view .thread-main {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
  margin-bottom: 30px; }
  .thread-view .thread-header {
    padding: 25px;
    border-bottom: 1px solid #e2e8f0; }
    .thread-view .thread-header .thread-title {
      font-size: 1.5rem;
      font-weight: 700;
      margin: 0 0 15px 0;
      color: #212529; }
    .thread-view .thread-header .thread-info {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      color: #6c757d;
      font-size: 0.9rem; }
      .thread-view .thread-header .thread-info .info-item {
        display: flex;
        align-items: center;
        gap: 6px; }
        .thread-view .thread-header .thread-info .info-item i {
          color: #5b9bd5;
          margin-right: 5px; }
  .thread-view .thread-body {
    padding: 25px; }
    .thread-view .thread-body .thread-content {
      line-height: 1.7;
      color: #212529; }
      .thread-view .thread-body .thread-content p {
        margin-bottom: 15px; }
        .thread-view .thread-body .thread-content p:last-child {
          margin-bottom: 0; }
  .thread-view .thread-footer {
    padding: 15px 25px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center; }

.replies-section .replies-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }
  .replies-section .replies-header h3 {
    margin: 0;
    font-size: 1.2rem;
    color: #212529; }
    .replies-section .replies-header h3 .reply-count {
      color: #5b9bd5; }

.reply-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
  margin-bottom: 15px;
  overflow: hidden; }
  .reply-item.is-solution {
    border-color: #28a745;
    border-width: 2px; }
  .reply-item.is-solution .reply-header {
    background: rgba(40, 167, 69, 0.1); }
  .reply-item .reply-header {
    padding: 12px 20px;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .reply-item .reply-header .reply-author {
    display: flex;
    align-items: center;
    gap: 10px; }
    .reply-item .reply-header .reply-author .author-avatar {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: #ff8546;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 600; }
    .reply-item .reply-header .reply-author .author-info .author-name {
      font-weight: 600;
      color: #212529; }
      .reply-item .reply-header .reply-author .author-info .author-reputation {
        font-size: 0.8rem;
        color: #6c757d; }
        .reply-item .reply-header .reply-author .author-info .author-reputation i {
          color: #ffc107; }
  .reply-item .reply-header .reply-date {
    font-size: 0.85rem;
    color: #6c757d; }
  .reply-item .reply-body {
    padding: 20px;
    line-height: 1.7; }
  .reply-item .reply-footer {
    padding: 10px 20px;
    background: #fff;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center; }

.btn-forum {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .btn-forum.btn-primary {
    background: #5b9bd5;
    color: white; }
  .btn-forum.btn-primary:hover {
    background: #3a7ab8;
    color: white; }
  .btn-forum.btn-secondary {
    background: #eef2f6;
    color: #212529;
    border: 1px solid #e2e8f0; }
  .btn-forum.btn-secondary:hover {
    background: #e2e8f0; }
  .btn-forum.btn-success {
    background: #28a745;
    color: white; }
  .btn-forum.btn-success:hover {
    background: #1e7e34; }
  .btn-forum.btn-sm {
    padding: 6px 12px;
    font-size: 0.8rem; }
  .btn-forum.btn-lg {
    padding: 14px 28px;
    font-size: 1rem; }

.like-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: transparent;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  color: #6c757d;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .like-btn:hover {
    border-color: #5b9bd5;
    color: #5b9bd5; }
  .like-btn.liked {
    background: #5b9bd5;
    border-color: #5b9bd5;
    color: white; }
  .like-btn .like-count {
    font-weight: 600; }

.vote-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: transparent;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  color: #6c757d;
  cursor: pointer;
  font-size: 0.9rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .vote-btn i {
    font-size: 1rem; }
  .vote-btn .vote-count {
    font-weight: 600;
    min-width: 16px;
    text-align: center; }
  .vote-btn:hover {
    border-color: #5b9bd5;
    color: #5b9bd5;
    background: rgba(91, 155, 213, 0.05); }
  .vote-btn.loading {
    opacity: 0.6;
    pointer-events: none; }
  .vote-btn.vote-like:hover {
    border-color: #28a745;
    color: #28a745;
    background: rgba(40, 167, 69, 0.08); }
  .vote-btn.vote-like.active {
    background: #28a745;
    border-color: #28a745;
    color: white; }
    .vote-btn.vote-like.active:hover {
      background: #208637;
      border-color: #208637; }
  .vote-btn.vote-dislike:hover {
    border-color: #dc3545;
    color: #dc3545;
    background: rgba(220, 53, 69, 0.08); }
  .vote-btn.vote-dislike.active {
    background: #dc3545;
    border-color: #dc3545;
    color: white; }
    .vote-btn.vote-dislike.active:hover {
      background: #c62232;
      border-color: #c62232; }

.thread-actions .vote-btn, .reply-footer .vote-btn {
  margin-right: 8px; }
  .thread-actions .vote-btn:last-of-type, .reply-footer .vote-btn:last-of-type {
    margin-right: 0; }

.thread-admin-actions, .reply-admin-actions {
  display: flex;
  align-items: center;
  gap: 8px; }

.thread-admin-actions {
  margin-top: 10px; }

.reply-admin-actions {
  margin-left: auto; }

.btn-forum-sm {
  padding: 5px 12px;
  font-size: 0.8rem;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  background: #fff;
  color: #adb5bd;
  cursor: pointer;
  transition: all 0.2s; }
  .btn-forum-sm:hover {
    background: #5b9bd5;
    color: #fff;
    border-color: #5b9bd5; }

.btn-danger-sm:hover {
  background: #dc3545;
  color: #fff;
  border-color: #dc3545; }

.btn-forum-xs {
  padding: 3px 8px;
  font-size: 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  background: #fff;
  color: #adb5bd;
  cursor: pointer;
  transition: all 0.2s; }
  .btn-forum-xs:hover {
    background: #5b9bd5;
    color: #fff;
    border-color: #5b9bd5; }

.btn-danger-xs:hover {
  background: #dc3545;
  color: #fff;
  border-color: #dc3545; }

.thread-edited-hint, .reply-edited-hint {
  font-size: 0.75rem;
  color: #adb5bd;
  font-style: italic; }

.reply-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px; }

.reply-id-label {
  color: #adb5bd;
  font-size: 0.8rem; }

.thread-category-link {
  color: inherit; }

.edit-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center; }

.edit-modal {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 700px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 25px; }

.edit-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px; }
  .edit-modal-header h3 {
    margin: 0;
    font-size: 1.1rem; }

.edit-modal-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #adb5bd;
  padding: 0;
  line-height: 1; }

.edit-modal-body textarea {
  width: 100%;
  min-height: 150px;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-family: inherit;
  font-size: 0.95rem;
  resize: vertical; }
  .edit-modal-body input[type="text"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    font-family: inherit;
    font-size: 0.95rem;
    margin-bottom: 10px; }

.edit-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 15px; }

.forum-form .form-group {
  margin-bottom: 20px; }
  .forum-form .form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #212529; }
  .forum-form .form-group .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    font-size: 1rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .forum-form .form-group .form-control:focus {
      outline: none;
      border-color: #5b9bd5;
      box-shadow: 0 0 0 3px rgba(91, 155, 213, 0.1); }
  .forum-form .form-group textarea.form-control {
    min-height: 150px;
    resize: vertical; }
  .forum-form .form-group select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236C757D' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px; }
  .forum-form .form-hint {
    font-size: 0.85rem;
    color: #6c757d;
    margin-top: 5px; }

.ql-container {
  font-family: inherit;
  font-size: 1rem; }

.ql-editor {
  min-height: 150px;
  font-size: 1rem;
  line-height: 1.7;
  color: #212529; }
  .ql-editor.ql-blank::before {
    font-size: 1rem;
    font-style: normal;
    color: #999; }

.ql-toolbar.ql-snow {
  border-color: #e2e8f0;
  border-radius: 4px 4px 0 0; }

.ql-container.ql-snow {
  border-color: #e2e8f0;
  border-radius: 0 0 4px 4px; }

.forum-pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 30px; }
  .forum-pagination .page-item a, .forum-pagination .page-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .forum-pagination .page-item a {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #212529; }
    .forum-pagination .page-item a:hover {
      background: #5b9bd5;
      border-color: #5b9bd5;
      color: white; }
  .forum-pagination .page-item.active span {
    background: #5b9bd5;
    color: white; }
  .forum-pagination .page-item.disabled span {
    background: #eef2f6;
    color: #adb5bd;
    cursor: not-allowed; }

.badge-forum {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600; }
  .badge-forum.badge-pending {
    background: rgba(255, 193, 7, 0.15);
    color: #a07800; }
  .badge-forum.badge-approved {
    background: rgba(40, 167, 69, 0.15);
    color: #28a745; }
  .badge-forum.badge-rejected {
    background: rgba(220, 53, 69, 0.15);
    color: #dc3545; }
  .badge-forum.badge-pinned {
    background: rgba(91, 155, 213, 0.15);
    color: #5b9bd5; }

.empty-state {
  text-align: center;
  padding: 60px 20px;
  color: #6c757d; }
  .empty-state .empty-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #adb5bd; }
  .empty-state .empty-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #212529; }
  .empty-state .empty-text {
    margin-bottom: 20px; }

.forum-alert {
  padding: 15px 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px; }
  .forum-alert i {
    font-size: 1.2rem; }
  .forum-alert.alert-info {
    background: rgba(91, 155, 213, 0.1);
    color: #3a7ab8;
    border: 1px solid rgba(91, 155, 213, 0.2); }
  .forum-alert.alert-success {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    border: 1px solid rgba(40, 167, 69, 0.2); }
  .forum-alert.alert-warning {
    background: rgba(255, 193, 7, 0.1);
    color: #876500;
    border: 1px solid rgba(255, 193, 7, 0.3); }
  .forum-alert.alert-danger {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.2); }

.forum-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
  font-size: 0.9rem; }
  .forum-breadcrumb a {
    color: #5b9bd5;
    text-decoration: none; }
  .forum-breadcrumb a:hover {
    text-decoration: underline; }
  .forum-breadcrumb .separator {
    color: #adb5bd; }
  .forum-breadcrumb .current {
    color: #6c757d; }

.user-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px; }
  .user-badge .user-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #a8d1f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5b9bd5;
    font-size: 0.8rem;
    font-weight: 600; }
  .user-badge .user-name {
    font-weight: 500;
    color: #212529; }

@media (max-width: 768px) {
  .forum-header {
    padding: 30px 0 25px; }
    .forum-header .forum-title {
      font-size: 1.5rem; }
    .forum-header .forum-tagline {
      font-size: 1.05rem;
      margin-bottom: 12px; }
    .forum-header .forum-description {
      font-size: 0.9rem;
      line-height: 1.6; }
    .forum-header .forum-header-content {
      margin-bottom: 20px; }
    .forum-header .forum-stats {
      gap: 20px;
      flex-wrap: wrap;
      justify-content: flex-start; }
      .forum-header .forum-stats .stat-item .stat-number {
        font-size: 1.3rem; }

  .thread-item {
    flex-direction: column; }
    .thread-item .thread-stats {
      margin-left: 0;
      margin-top: 15px;
      width: 100%;
      justify-content: flex-start; }

  .thread-view .thread-header {
    padding: 15px; }
    .thread-view .thread-header .thread-title {
      font-size: 1.2rem; }
    .thread-view .thread-header .thread-info {
      flex-direction: column;
      gap: 10px; }
    .thread-view .thread-body {
      padding: 15px; }

  .reply-item .reply-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px; } }

.moderation-panel .mod-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px; }
  .moderation-panel .mod-item.mod-pending {
    border-left: 4px solid #ffc107; }
  .moderation-panel .mod-item .mod-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px; }
    .moderation-panel .mod-item .mod-header .mod-title {
      font-weight: 600;
      font-size: 1rem;
      margin: 0; }
    .moderation-panel .mod-item .mod-header .mod-type {
      font-size: 0.8rem;
      padding: 3px 8px;
      border-radius: 3px;
      background: #eef2f6;
      color: #6c757d; }
  .moderation-panel .mod-item .mod-content {
    background: #eef2f6;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 0.95rem;
    line-height: 1.6;
    max-height: 200px;
    overflow-y: auto; }
  .moderation-panel .mod-item .mod-meta {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 15px; }
    .moderation-panel .mod-item .mod-meta span {
      margin-right: 20px; }
  .moderation-panel .mod-item .mod-actions {
    display: flex;
    gap: 10px; }

.forum-sidebar .sidebar-widget {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  margin-bottom: 20px;
  overflow: hidden; }
  .forum-sidebar .sidebar-widget .widget-title {
    background: #eef2f6;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 0.9rem;
    border-bottom: 1px solid #e2e8f0; }
  .forum-sidebar .sidebar-widget .widget-content {
    padding: 15px; }

html {
  font-size: 100%; }

body {
  font-family: 'Roboto', sans-serif; }
  body ul {
    margin: 0; }
  body .alert p {
    margin: 0; }
  body.nav-open {
    overflow: hidden; }

.main-header {
  background: linear-gradient(135deg, #5b9bd5 0%, #3a7ab8 100%);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px; }

.header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: white;
  font-size: 1.25rem;
  font-weight: 400; }
  .header-logo i {
    font-size: 1.5rem;
    opacity: 0.9; }
  .header-logo span strong {
    font-weight: 700; }
  .header-logo:hover {
    color: white;
    opacity: 0.9; }

.main-nav {
  display: flex;
  align-items: center; }
  .main-nav .nav-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px; }
  .main-nav .nav-list li {
    position: relative; }
  .main-nav .nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease; }
  .main-nav .nav-link i {
    font-size: 1rem; }
  .main-nav .nav-link:hover {
    background: rgba(255, 255, 255, 0.15);
    color: white; }
  .main-nav .nav-badge {
    background: #dc3545;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 5px;
    animation: pulse-badge 2s infinite; }

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1); }

  50% {
    transform: scale(1.1); } }

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px; }
  .header-actions .btn-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease; }
  .header-actions .btn-header i {
    font-size: 1rem; }
  .header-actions .btn-login {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3); }
  .header-actions .btn-login:hover {
    background: rgba(255, 255, 255, 0.25);
    color: white; }
  .header-actions .btn-register {
    background: white;
    color: #3a7ab8; }
  .header-actions .btn-register:hover {
    background: #eef2f6;
    color: #3a7ab8; }
  .header-actions .btn-account {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3); }
  .header-actions .btn-account:hover {
    background: rgba(255, 255, 255, 0.25);
    color: white; }
  .header-actions .btn-logout {
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 12px; }
  .header-actions .btn-logout:hover {
    background: rgba(255, 255, 255, 0.15);
    color: white; }

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease; }
  .hamburger:hover {
    background: rgba(255, 255, 255, 0.2); }
  .hamburger .hamburger-line {
    display: block;
    width: 22px;
    height: 2px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger .hamburger-line:nth-child(1) {
    transform: translateY(-6px); }
  .hamburger .hamburger-line:nth-child(2) {
    opacity: 1; }
  .hamburger .hamburger-line:nth-child(3) {
    transform: translateY(6px); }
  .hamburger.is-active .hamburger-line:nth-child(1) {
    transform: translateY(0) rotate(45deg); }
    .hamburger.is-active .hamburger-line:nth-child(2) {
      opacity: 0;
      transform: scaleX(0); }
    .hamburger.is-active .hamburger-line:nth-child(3) {
      transform: translateY(0) rotate(-45deg); }

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; }
  .nav-overlay.is-visible {
    opacity: 1;
    visibility: visible; }

.mobile-nav {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  max-width: 85vw;
  height: 100%;
  background: white;
  z-index: 1002;
  display: flex;
  flex-direction: column;
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .mobile-nav.is-open {
    transform: translateX(-320px); }

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  background: linear-gradient(135deg, #5b9bd5 0%, #3a7ab8 100%);
  color: white; }

.mobile-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: white;
  font-size: 1rem; }
  .mobile-logo i {
    font-size: 1.2rem; }
  .mobile-logo strong {
    font-weight: 700; }
  .mobile-logo:hover {
    color: white; }

.mobile-nav-close {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease; }
  .mobile-nav-close:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(90deg); }

.mobile-nav-content {
  flex: 1;
  overflow-y: auto;
  padding: 15px 0; }

.mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .mobile-nav-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 25px;
    color: #212529;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease; }
    .mobile-nav-list li a i {
      width: 20px;
      text-align: center;
      color: #5b9bd5;
      font-size: 1rem; }
    .mobile-nav-list li a:hover {
      background: #eef2f6;
      color: #5b9bd5; }
  .mobile-nav-list li.nav-divider {
    height: 1px;
    background: #e2e8f0;
    margin: 10px 20px; }
  .mobile-nav-list li.nav-section-title {
    padding: 15px 25px 8px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6c757d; }
  .mobile-nav-list .mobile-badge {
    background: #dc3545;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: auto; }

.mobile-nav-footer {
  padding: 20px;
  border-top: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 10px; }

.mobile-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease; }
  .mobile-btn i {
    font-size: 1rem; }
  .mobile-btn.mobile-btn-primary {
    background: #5b9bd5;
    color: white; }
  .mobile-btn.mobile-btn-primary:hover {
    background: #3a7ab8;
    color: white; }
  .mobile-btn.mobile-btn-secondary {
    background: #eef2f6;
    color: #212529;
    border: 1px solid #e2e8f0; }
  .mobile-btn.mobile-btn-secondary:hover {
    background: #e2e8f0;
    color: #212529; }

@media (max-width: 991px) {
  .main-nav {
    display: none; }

  .header-actions {
    display: none; }

  .hamburger {
    display: flex; }

  .header-container {
    height: 60px; }

  .header-logo {
    font-size: 1.1rem; }
    .header-logo i {
      font-size: 1.3rem; } }

@media (max-width: 576px) {
  .header-container {
    padding: 0 15px;
    height: 56px; }

  .header-logo {
    font-size: 1rem; }
    .header-logo span {
      display: none; }
    .header-logo i {
      font-size: 1.5rem; }

  .hamburger {
    width: 40px;
    height: 40px; }
    .hamburger .hamburger-line {
      width: 20px; }
      .hamburger .hamburger-line:nth-child(1) {
        transform: translateY(-5px); }
      .hamburger .hamburger-line:nth-child(3) {
        transform: translateY(5px); }

  .mobile-nav {
    width: 280px;
    right: -300px; }
    .mobile-nav.is-open {
      transform: translateX(-300px); } }

@media (min-width: 992px) and (max-width: 1199px) {
  .main-nav .nav-link span {
    display: none; }

  .header-actions .btn-header span {
    display: none; } }

main {
  min-height: calc(100vh - 70px - 400px); }
  @media (max-width: 991px) {
  main {
    min-height: calc(100vh - 60px - 400px); } }
  @media (max-width: 576px) {
  main {
    min-height: auto; } }

.main-footer {
  background: linear-gradient(180deg, #2c3e50 0%, #1a252f 100%);
  color: #b8c5d1;
  margin-top: auto; }

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 50px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  @media (max-width: 991px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px; } }
  @media (max-width: 576px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 40px 0 30px; } }

.footer-col h4 {
  color: white;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px; }
  .footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #5b9bd5; }
  .footer-col nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .footer-col nav ul li {
    margin-bottom: 10px; }
    .footer-col nav ul li a {
      color: #9aabb8;
      text-decoration: none;
      font-size: 0.9rem;
      transition: all 0.3s ease;
      display: inline-flex;
      align-items: center; }
      .footer-col nav ul li a:hover {
        color: white;
        padding-left: 5px; }
      .footer-col nav ul li a::before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 5px solid #5b9bd5;
        margin-right: 0;
        opacity: 0;
        transition: all 0.3s ease; }
      .footer-col nav ul li a:hover::before {
        margin-right: 8px;
        opacity: 1; }

.footer-about .footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 1.2rem;
  margin-bottom: 15px; }
  .footer-about .footer-logo i {
    font-size: 1.5rem;
    color: #5b9bd5; }
  .footer-about .footer-logo strong {
    font-weight: 700; }
  .footer-about .footer-description {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #9aabb8; }

.footer-social {
  display: flex;
  gap: 12px; }
  .footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    color: #9aabb8;
    font-size: 1rem;
    transition: all 0.3s ease; }
  .footer-social a:hover {
    background: #5b9bd5;
    color: white;
    transform: translateY(-3px); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  flex-wrap: wrap;
  gap: 15px; }
  @media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center; } }

.footer-copyright p {
  margin: 0;
  font-size: 0.85rem;
  color: #7a8d9c; }
  .footer-copyright p:first-child {
    color: #9aabb8;
    margin-bottom: 5px; }
  .footer-copyright .footer-disclaimer {
    font-size: 0.8rem;
    font-style: italic; }

.footer-badges {
  display: flex;
  gap: 15px;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
  .footer-badges {
    justify-content: center; } }
  .footer-badges .footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    font-size: 0.8rem;
    color: #9aabb8; }
  .footer-badges .footer-badge i {
    color: #5b9bd5;
    font-size: 0.85rem; }

.static-page {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
  .static-page h1 {
    color: #1a365d;
    font-size: 2rem;
    margin-bottom: 30px;
    padding-bottom: 15px; }
  .static-page h1 i {
    margin-right: 10px;
    color: #5b9bd5; }
  @media (max-width: 768px) {
  .static-page {
    padding: 20px; }
    .static-page h1 {
      font-size: 1.5rem; } }

.static-content h2 {
  color: #2d3748;
  font-size: 1.4rem;
  margin-top: 30px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px; }
  .static-content h2 i {
    color: #5b9bd5; }
  .static-content h3 {
    color: #4a5568;
    font-size: 1.1rem;
    margin-top: 20px;
    margin-bottom: 10px; }
  .static-content p {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 15px; }
  .static-content p.intro {
    font-size: 1.1rem;
    color: #2d3748;
    background: #eef2f6;
    padding: 20px;
    border-radius: 8px; }
  .static-content ul {
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 15px;
    padding-left: 25px; }
  .static-content ul li {
    margin-bottom: 8px; }
  .static-content a {
    color: #5b9bd5;
    text-decoration: none; }
  .static-content a:hover {
    text-decoration: underline; }

.info-block {
  background: #eef2f6;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px; }
  .info-block h3 {
    margin-top: 0;
    color: #2d3748; }
  .info-block p {
    margin-bottom: 0; }

.warning-box {
  background: #fffaf0;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin: 20px 0; }
  .warning-box i {
    color: #dd6b20;
    font-size: 1.5rem;
    flex-shrink: 0; }
  .warning-box p {
    margin: 0; }
  @media (max-width: 768px) {
  .warning-box {
    flex-direction: column;
    gap: 10px; } }

.last-update {
  margin-top: 40px;
  padding-top: 20px;
  color: #6c757d !important; }

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 25px 0; }
  @media (max-width: 768px) {
  .values-grid {
    grid-template-columns: 1fr 1fr; } }
  @media (max-width: 480px) {
  .values-grid {
    grid-template-columns: 1fr; } }

.value-item {
  background: #eef2f6;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s; }
  .value-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
  .value-item .value-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #5b9bd5, #3a7ab8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px; }
  .value-item .value-icon i {
    color: #fff;
    font-size: 1.5rem; }
  .value-item h4 {
    color: #2d3748;
    margin-bottom: 10px; }
  .value-item p {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0; }
  @media (max-width: 768px) {
  .value-item {
    padding: 20px 15px; } }

.positive-list, .negative-list {
  list-style: none;
  padding: 0;
  margin: 20px 0; }
  .positive-list li, .negative-list li {
    padding: 12px 15px 12px 45px;
    margin-bottom: 10px;
    border-radius: 8px;
    position: relative; }
  .positive-list li::before, .negative-list li::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 15px; }

.positive-list li {
  background: #f0fff4; }
  .positive-list li::before {
    content: '\f00c';
    color: #28a745; }

.negative-list li {
  background: #fff5f5; }
  .negative-list li::before {
    content: '\f00d';
    color: #dc3545; }

.moderation-info {
  background: #eef2f6;
  border-radius: 12px;
  padding: 25px;
  margin: 20px 0; }
  .moderation-info h4 {
    color: #2d3748;
    margin-bottom: 15px; }
  .moderation-info ol {
    padding-left: 20px;
    color: #4a5568; }
  .moderation-info ol li {
    margin-bottom: 10px;
    line-height: 1.6; }

.tips-box {
  background: #ebf8ff;
  border-radius: 12px;
  padding: 25px;
  margin: 20px 0; }
  .tips-box ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .tips-box ul li {
    padding: 10px 0;
    color: #2c5282;
    display: flex;
    align-items: center;
    gap: 12px; }
    .tips-box ul li i {
      color: #5b9bd5; }

.cta-box {
  background: linear-gradient(135deg, #1a365d, #2c5282);
  border-radius: 12px;
  padding: 35px;
  text-align: center;
  margin-top: 40px; }
  .cta-box h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 15px; }
  .cta-box p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px; }
  .cta-box .btn-forum {
    display: inline-flex;
    align-items: center;
    gap: 8px; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 30px; }
  @media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px; } }

.contact-info {
  padding-right: 20px; }
  @media (max-width: 900px) {
  .contact-info {
    padding-right: 0; } }

.contact-card {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: #eef2f6;
  border-radius: 12px;
  margin-bottom: 15px;
  transition: transform 0.2s; }
  .contact-card:hover {
    transform: translateX(5px); }
  .contact-card .contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #5b9bd5, #3a7ab8);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
  .contact-card .contact-icon i {
    color: #fff;
    font-size: 1.3rem; }
  .contact-card .contact-details h4 {
    color: #2d3748;
    font-size: 1rem;
    margin-bottom: 8px; }
  .contact-card .contact-details p {
    color: #4a5568;
    margin: 0 0 8px 0;
    line-height: 1.6; }
  @media (max-width: 768px) {
  .contact-card {
    padding: 15px; } }

.response-time {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  background: #ebf8ff;
  border-radius: 8px;
  margin-top: 20px; }
  .response-time i {
    color: #5b9bd5;
    font-size: 1.2rem; }
  .response-time p {
    color: #2c5282;
    margin: 0;
    font-size: 0.95rem; }

.contact-form-wrapper {
  background: #eef2f6;
  border-radius: 12px;
  padding: 30px; }
  @media (max-width: 768px) {
  .contact-form-wrapper {
    padding: 20px; } }

.contact-form .form-group {
  margin-bottom: 20px; }
  .contact-form label {
    display: block;
    color: #2d3748;
    font-weight: 500;
    margin-bottom: 8px; }
  .contact-form label i {
    color: #5b9bd5;
    margin-right: 8px; }
  .contact-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s, box-shadow 0.2s; }
  .contact-form .form-control:focus {
    border-color: #5b9bd5;
    box-shadow: 0 0 0 3px rgba(91, 155, 213, 0.1);
    outline: none; }
  .contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px; }
  .contact-form .form-hint {
    font-size: 0.85rem;
    color: #6c757d;
    margin-top: 5px; }
  .contact-form .btn-forum {
    width: 100%;
    padding: 15px 25px;
    font-size: 1.1rem; }

.success-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap; }

.auth-container {
  max-width: 480px;
  margin: 0 auto; }

.auth-container:has(.auth-info) {
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 30px;
  align-items: start; }
  @media (max-width: 768px) {
  .auth-container:has(.auth-info) {
    grid-template-columns: 1fr;
    max-width: 480px; } }

.auth-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.auth-header {
  background: linear-gradient(135deg, #5b9bd5 0%, #3a7ab8 100%);
  padding: 40px 30px;
  text-align: center;
  color: #fff; }
  .auth-header .auth-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px; }
  .auth-header .auth-icon i {
    font-size: 2rem;
    color: #fff; }
  .auth-header h1 {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 10px 0; }
  .auth-header .auth-subtitle {
    font-size: 0.95rem;
    opacity: 0.9;
    margin: 0; }

.auth-body {
  padding: 30px; }

.auth-form .form-group {
  margin-bottom: 20px; }
  .auth-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2d3748; }
  .auth-form label i {
    color: #5b9bd5;
    margin-right: 8px; }
  .auth-form .form-control {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s, box-shadow 0.2s; }
  .auth-form .form-control:focus {
    border-color: #5b9bd5;
    box-shadow: 0 0 0 3px rgba(91, 155, 213, 0.1);
    outline: none; }
  .auth-form .form-control::placeholder {
    color: #a0aec0; }
  .auth-form .password-wrapper {
    position: relative; }
  .auth-form .password-wrapper .form-control {
    padding-right: 50px; }
  .auth-form .password-wrapper .password-toggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: transparent;
    border: none;
    color: #6c757d;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s; }
    .auth-form .password-wrapper .password-toggle:hover {
      color: #5b9bd5; }
  .auth-form .form-feedback {
    margin-top: 8px;
    font-size: 0.85rem; }
  .auth-form .form-options {
    margin-bottom: 25px; }
  .auth-form .checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #4a5568;
    font-size: 0.9rem; }
  .auth-form .checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #5b9bd5; }
  .auth-form .btn-block {
    width: 100%;
    justify-content: center; }

.auth-footer {
  padding: 20px 30px 30px;
  text-align: center; }
  .auth-footer .auth-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5b9bd5;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s; }
  .auth-footer .auth-link:hover {
    color: #3a7ab8; }
  .auth-footer .auth-divider {
    display: flex;
    align-items: center;
    margin: 20px 0; }
  .auth-footer .auth-divider::before, .auth-footer .auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e2e8f0; }
  .auth-footer .auth-divider span {
    padding: 0 15px;
    color: #6c757d;
    font-size: 0.85rem; }
  .auth-footer .auth-switch {
    color: #4a5568;
    font-size: 0.95rem;
    margin: 0; }
  .auth-footer .auth-switch a {
    color: #5b9bd5;
    font-weight: 600;
    text-decoration: none; }
    .auth-footer .auth-switch a:hover {
      text-decoration: underline; }

.auth-info {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); }
  .auth-info h3 {
    color: #2d3748;
    font-size: 1.1rem;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 10px; }
  .auth-info h3 i {
    color: #5b9bd5; }
  .auth-info .auth-benefits {
    list-style: none;
    padding: 0;
    margin: 0; }
  .auth-info .auth-benefits li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    color: #4a5568;
    font-size: 0.9rem; }
    .auth-info .auth-benefits li i {
      color: #28a745;
      font-size: 0.85rem; }
    .auth-info .auth-benefits li:not(:last-child) {
      border-bottom: 1px solid #e2e8f0; }
  @media (max-width: 768px) {
  .auth-info {
    display: none; } }

@media (max-width: 576px) {
  .auth-header {
    padding: 30px 20px; }
    .auth-header .auth-icon {
      width: 60px;
      height: 60px; }
      .auth-header .auth-icon i {
        font-size: 1.5rem; }
    .auth-header h1 {
      font-size: 1.4rem; }

  .auth-body {
    padding: 20px; }

  .auth-footer {
    padding: 15px 20px 25px; } }

.faq-section {
  background: linear-gradient(180deg, #fff5f0 0%, #fff9f5 50%, #fffbf8 100%);
  padding: 150px 0 150px; }
  .faq-section .faq-header {
    text-align: center;
    margin-bottom: 50px; }
  .faq-section .faq-header h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #2d3748;
    margin: 0 0 15px 0; }
    .faq-section .faq-header h2 i {
      color: #ff8546;
      margin-right: 12px; }
  .faq-section .faq-header p {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6; }
  .faq-section .faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    align-items: start; }
  @media (max-width: 900px) {
    .faq-section .faq-grid {
      grid-template-columns: 1fr; } }
  .faq-section .faq-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease; }
  .faq-section .faq-item:hover {
    box-shadow: 0 8px 24px rgba(255, 133, 70, 0.12); }
  .faq-section .faq-item.is-open {
    box-shadow: 0 8px 24px rgba(255, 133, 70, 0.15); }
    .faq-section .faq-item.is-open .faq-question {
      background: linear-gradient(135deg, #ffe8dc 0%, #fff0e8 100%);
      color: #a95826; }
    .faq-section .faq-item.is-open .faq-icon {
      transform: rotate(180deg);
      color: #ff8546; }
    .faq-section .faq-item.is-open .faq-answer {
      max-height: 800px;
      padding: 20px 24px 24px; }
  .faq-section .faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    color: #1a365d;
    line-height: 1.4;
    transition: background 0.3s ease, color 0.3s ease; }
  .faq-section .faq-question:hover {
    background: rgba(255, 232, 220, 0.5); }
  .faq-section .faq-question span {
    flex: 1; }
  .faq-section .faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 0.85rem; }
  .faq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    transition: max-height 0.4s ease, padding 0.3s ease; }
  .faq-section .faq-answer p {
    color: #4a5568;
    line-height: 1.7;
    margin: 0 0 12px 0; }
    .faq-section .faq-answer p:last-child {
      margin-bottom: 0; }
  .faq-section .faq-answer ul {
    margin: 12px 0;
    padding-left: 20px;
    color: #4a5568; }
    .faq-section .faq-answer ul li {
      margin-bottom: 8px;
      line-height: 1.6; }
      .faq-section .faq-answer ul li strong {
        color: #2d3748; }
  .faq-section .faq-answer strong {
    color: #a95826; }
  @media (max-width: 768px) {
  .faq-section {
    padding: 40px 0 60px;
    margin-top: 30px; }
    .faq-section .faq-header {
      margin-bottom: 35px; }
      .faq-section .faq-header h2 {
        font-size: 1.5rem; }
      .faq-section .faq-header p {
        font-size: 1rem; }

    .faq-section .faq-question {
      padding: 16px 18px;
      font-size: 0.95rem; }

    .faq-section .faq-item.is-open .faq-answer {
      padding: 16px 18px 20px; } }

.thread-images, .reply-images {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0; }

.image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px; }
  @media (min-width: 768px) {
  .image-gallery {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); } }

.gallery-item {
  position: relative;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease; }
  .gallery-item:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }
  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.gallery-placeholder {
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  display: flex;
  align-items: center;
  justify-content: center; }
  .gallery-placeholder:hover {
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%); }
  .gallery-placeholder:hover .placeholder-content {
    color: #5b9bd5; }
  .gallery-placeholder .placeholder-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #94a3b8;
    transition: color 0.2s ease; }
  .gallery-placeholder .placeholder-content i {
    font-size: 2rem; }
  .gallery-placeholder .placeholder-content span {
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    padding: 0 8px; }

.filepond--root {
  font-family: inherit;
  margin-bottom: 0; }

.filepond--panel-root {
  background-color: #f8fafc;
  border: 2px dashed #cbd5e1;
  border-radius: 8px; }

.filepond--drop-label {
  color: #64748b;
  font-size: 0.9rem; }

.filepond--label-action {
  color: #5b9bd5;
  text-decoration: underline; }
  .filepond--label-action:hover {
    color: #3482c9; }

.filepond--item-panel {
  background-color: #fff; }

.filepond--file-action-button {
  cursor: pointer; }

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.9); }

.lg-toolbar {
  background: transparent; }

.lg-counter {
  color: #fff; }

.category-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px; }

.category-modal {
  background: white;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3); }

.category-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  border-bottom: 1px solid #e9ecef;
  background: linear-gradient(135deg, #ff8546 0%, #ff6313 100%);
  color: white;
  border-radius: 12px 12px 0 0; }
  .category-modal-header h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600; }
  .category-modal-header h3 i {
    margin-right: 10px; }

.category-modal-close {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  opacity: 0.8;
  transition: opacity 0.2s ease; }
  .category-modal-close:hover {
    opacity: 1; }

.category-modal-body {
  padding: 25px; }
  .category-modal-body .form-group {
    margin-bottom: 20px; }
  .category-modal-body .form-group:last-child {
    margin-bottom: 0; }
  .category-modal-body label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px; }
  .category-modal-body .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s ease; }
  .category-modal-body .form-control:focus {
    outline: none;
    border-color: #ff8546; }
  .category-modal-body textarea.form-control {
    resize: vertical;
    min-height: 80px; }
  .category-modal-body .form-hint {
    font-size: 0.85rem;
    color: #888;
    margin-top: 5px; }

.category-modal-info {
  color: #666;
  margin-bottom: 20px;
  padding: 12px 15px;
  background: linear-gradient(135deg, rgba(255, 133, 70, 0.1) 0%, rgba(255, 133, 70, 0.05) 100%);
  border-radius: 8px; }

.category-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px 25px;
  border-top: 1px solid #e9ecef;
  background: #f8f9fa;
  border-radius: 0 0 12px 12px; }
  .category-modal-footer .btn-forum {
    padding: 10px 20px; }

.account-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 20px; }

.account-header {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 30px;
  background: linear-gradient(135deg, #5b9bd5 0%, #3482c9 100%);
  border-radius: 12px;
  color: #fff;
  margin-bottom: 25px; }
  @media (max-width: 576px) {
  .account-header {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px; } }

.account-avatar {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: visible;
  background: rgba(255, 255, 255, 0.15);
  border: 3px solid rgba(255, 255, 255, 0.3);
  position: relative; }
  .account-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%; }
  .account-avatar .avatar-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50%; }
  .account-avatar .avatar-edit-btn {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 32px;
    height: 32px;
    background: #fff;
    border: none;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    color: #5b9bd5; }
  .account-avatar .avatar-edit-btn:hover {
    background: #5b9bd5;
    color: #fff;
    transform: scale(1.1); }
  .account-avatar .avatar-edit-btn i {
    font-size: 0.85rem; }
  .account-avatar.uploading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .account-avatar.uploading .avatar-edit-btn {
    pointer-events: none; }
    .account-avatar.uploading .avatar-edit-btn i::before {
      content: '\f110';
      animation: fa-spin 1s infinite linear; }

.account-info {
  flex: 1; }

.account-name {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 5px 0; }

.account-email {
  font-size: 0.95rem;
  opacity: 0.85;
  margin: 0 0 12px 0; }

.account-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }
  @media (max-width: 576px) {
  .account-badges {
    justify-content: center; } }

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500; }
  .badge i {
    font-size: 0.75rem; }

.badge-trusted {
  background: rgba(40, 167, 69, 0.2);
  color: #86e29b; }

.badge-member {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9); }

.account-tabs {
  display: flex;
  gap: 5px;
  margin-bottom: 25px;
  border-bottom: 2px solid #e9ecef;
  padding-bottom: 0;
  overflow-x: auto; }
  @media (max-width: 576px) {
  .account-tabs {
    gap: 0; } }

.account-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  color: #666;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap; }
  @media (max-width: 576px) {
  .account-tab {
    padding: 12px 15px;
    font-size: 0.9rem; }
    .account-tab span {
      display: none; }

    .account-tab i {
      font-size: 1.1rem; } }
  .account-tab:hover {
    color: #5b9bd5;
    background: rgba(91, 155, 213, 0.05); }
  .account-tab.active {
    color: #5b9bd5;
    border-bottom-color: #5b9bd5;
    background: rgba(91, 155, 213, 0.05); }

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  @media (max-width: 768px) {
  .dashboard-grid {
    grid-template-columns: 1fr; } }

.dashboard-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #e9ecef; }
  .dashboard-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 10px; }
  .dashboard-card h3 i {
    color: #5b9bd5; }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px; }

.stat-item {
  text-align: center;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px; }
  .stat-item .stat-value {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    color: #5b9bd5;
    line-height: 1; }
  .stat-item .stat-label {
    display: block;
    font-size: 0.8rem;
    color: #666;
    margin-top: 5px; }

.news-item {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0; }
  .news-item:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .news-item:first-of-type {
    padding-top: 0; }
  .news-item .news-date {
    font-size: 0.75rem;
    color: #999;
    margin-bottom: 5px; }
  .news-item h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0; }
  .news-item p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    line-height: 1.5; }

.quick-actions {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.quick-action {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  background: #f8f9fa;
  border-radius: 8px;
  color: #444;
  text-decoration: none;
  transition: all 0.2s ease; }
  .quick-action i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5b9bd5;
    color: #fff;
    border-radius: 50%;
    font-size: 0.85rem; }
  .quick-action span {
    font-weight: 500; }
  .quick-action:hover {
    background: #5b9bd5;
    color: #fff;
    transform: translateX(5px); }
  .quick-action:hover i {
    background: rgba(255, 255, 255, 0.2); }

.progress-bar-container {
  height: 10px;
  background: #e9ecef;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px; }

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #28a745, #34ce57);
  border-radius: 5px;
  transition: width 0.3s ease; }

.progress-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 5px 0; }

.progress-hint {
  font-size: 0.85rem;
  color: #666;
  margin: 0; }
  .progress-hint a {
    color: #5b9bd5;
    text-decoration: none; }
  .progress-hint a:hover {
    text-decoration: underline; }

.profile-form-container, .password-form-container, .activity-container {
  max-width: 700px; }

.form-section {
  background: #fff;
  border-radius: 12px;
  padding: 25px 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #e9ecef;
  margin-bottom: 20px; }
  .form-section h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    gap: 10px; }
  .form-section h3 i {
    color: #5b9bd5; }
  .form-section .form-hint {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px; }
  .form-section .current-email {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 10px; }
  .form-section .current-email strong {
    color: #000; }

.account-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px; }
  @media (max-width: 576px) {
    .account-form .form-row {
      grid-template-columns: 1fr; } }
  .account-form .form-group {
    margin-bottom: 18px; }
  .account-form .form-group.form-group-small {
    max-width: 120px; }
  .account-form .form-group.form-group-large {
    flex: 1; }
  .account-form label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px; }
  .account-form label .optional {
    font-weight: 400;
    color: #999;
    font-size: 0.8rem; }
  .account-form input[type="text"], .account-form input[type="tel"], .account-form input[type="email"], .account-form input[type="password"] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.2s ease; }
  .account-form input[type="text"]:focus, .account-form input[type="tel"]:focus, .account-form input[type="email"]:focus, .account-form input[type="password"]:focus {
    outline: none;
    border-color: #5b9bd5;
    box-shadow: 0 0 0 3px rgba(91, 155, 213, 0.1); }
  .account-form input[type="text"]::placeholder, .account-form input[type="tel"]::placeholder, .account-form input[type="email"]::placeholder, .account-form input[type="password"]::placeholder {
    color: #aaa; }
  .account-form .form-actions {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0; }
  .account-form .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    background: #5b9bd5;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease; }
  .account-form .btn-primary:hover:not(:disabled) {
    background: #3b87cd;
    transform: translateY(-1px); }
  .account-form .btn-primary:disabled {
    background: #ccc;
    cursor: not-allowed; }

.password-input-wrapper {
  position: relative; }
  .password-input-wrapper input {
    padding-right: 45px !important; }
  .password-input-wrapper .toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    padding: 5px; }
  .password-input-wrapper .toggle-password:hover {
    color: #666; }

.password-requirements {
  margin-top: 12px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px; }
  .password-requirements p {
    font-size: 0.85rem;
    color: #666;
    margin: 0 0 10px 0; }

.requirements-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px; }
  @media (max-width: 576px) {
  .requirements-list {
    grid-template-columns: 1fr; } }
  .requirements-list li {
    font-size: 0.8rem;
    color: #888;
    display: flex;
    align-items: center;
    gap: 8px; }
  .requirements-list li i {
    font-size: 0.65rem;
    color: #ddd; }
  .requirements-list li.valid {
    color: #28a745; }
    .requirements-list li.valid i {
      color: #28a745; }

.empty-activity {
  text-align: center;
  padding: 40px 20px; }
  .empty-activity i {
    font-size: 3rem;
    color: #ddd;
    margin-bottom: 15px; }
  .empty-activity p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 20px; }

.activity-section {
  margin-bottom: 30px; }
  .activity-section:last-child {
    margin-bottom: 0; }
  .activity-section h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #444;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0; }

.activity-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.activity-item {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
  /* X-Large Devices, Wide Screens */ }
  .activity-item:last-child {
    border-bottom: none; }
  .activity-item .activity-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(91, 155, 213, 0.1);
    color: #5b9bd5;
    border-radius: 50%;
    font-size: 0.9rem; }
  .activity-item .activity-content {
    flex: 1;
    min-width: 0; }
  .activity-item .activity-content a {
    display: block;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .activity-item .activity-content a:hover {
      color: #5b9bd5; }
  .activity-item .activity-excerpt {
    font-size: 0.85rem;
    color: #666;
    margin: 0 0 8px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .activity-item .activity-meta {
    display: flex;
    gap: 15px;
    font-size: 0.8rem;
    color: #999; }
  .activity-item .activity-meta span {
    display: flex;
    align-items: center;
    gap: 5px; }
  .activity-item .activity-meta .status-pending {
    color: #ff8546; }

@media only screen and (max-width: 1400px) {
  /* Large Devices, Wide Screens */ }

@media only screen and (max-width: 1200px) {
  /* Medium Devices, Desktops */
    .forum-header .forum-container .eule {
      height: 350px; } }

@media only screen and (max-width: 992px) {
  /* Small Devices, Tablets */
    .forum-header .forum-container .eule {
      height: 350px;
      display: none; } }

@media only screen and (max-width: 768px) {
  /* Extra Small Devices, Phones */ }

@media only screen and (max-width: 575px) {
  /* Extra Small Devices, Phones */ }

@media only screen and (max-width: 480px) {
  /* Custom, iPhone Retina */ }
