.feedback-admin-shell {
  max-width: 1120px;
  margin: 32px auto;
  padding: 0 16px 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.feedback-admin-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.feedback-admin-actions {
  display: flex;
  gap: 8px;
}

.feedback-admin-card {
  background: #ffffff;
  border: 1px solid #d8dee8;
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 16px;
}

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

.feedback-admin-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.feedback-admin-row.inline {
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.feedback-admin-row input,
.feedback-admin-row select,
.feedback-admin-row textarea,
.inline-form select {
  border: 1px solid #c2c9d6;
  border-radius: 8px;
  padding: 8px 10px;
  background: #ffffff;
}

.feedback-admin-table {
  width: 100%;
  border-collapse: collapse;
}

.feedback-admin-table th,
.feedback-admin-table td {
  border-bottom: 1px solid #e6eaf0;
  padding: 10px 8px;
  text-align: left;
  vertical-align: top;
}

.feedback-admin-description {
  margin-top: 4px;
  color: #5a6475;
  font-size: 13px;
}

.feedback-admin-notice,
.feedback-admin-alert {
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 10px;
}

.feedback-admin-notice {
  background: #e9fff4;
  color: #0f6f44;
}

.feedback-admin-alert {
  background: #fff0f0;
  color: #a12626;
}

.feedback-posts-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 8px;
}

.feedback-post-card {
  border: 1px solid #d7e0ec;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 14px;
}

.feedback-post-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.feedback-post-top h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}

.feedback-post-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
  font-size: 12px;
  color: #576178;
}

.feedback-post-controls {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.inline-form {
  display: flex;
  gap: 8px;
  align-items: center;
}

.feedback-post-description {
  margin: 10px 0 0;
  color: #233047;
  white-space: pre-wrap;
}

.feedback-thread-box {
  margin-top: 12px;
  border-top: 1px solid #e2e8f3;
  padding-top: 12px;
}

.feedback-thread-box h4 {
  margin: 0 0 10px;
  font-size: 14px;
  color: #374151;
}

.feedback-thread-empty {
  margin: 0 0 10px;
  color: #6b7280;
  font-size: 13px;
}

.feedback-thread-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}

.feedback-comment {
  border: 1px solid #dde4f0;
  border-radius: 10px;
  padding: 10px;
  background: #ffffff;
}

.feedback-comment.admin {
  border-color: #cde4ff;
  background: #f2f8ff;
}

.feedback-comment.user {
  border-color: #e4e9f2;
  background: #fbfcfe;
}

.feedback-comment-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 12px;
  color: #5f6b7e;
}

.feedback-comment-meta strong {
  color: #12233a;
  margin: 0 6px;
}

.feedback-comment-role {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #2d4b72;
  background: #dbeafe;
  border-radius: 999px;
  padding: 2px 7px;
  margin-right: 6px;
}

.feedback-comment p {
  margin: 0;
  color: #1f2937;
  line-height: 1.45;
}

.feedback-comment-body p {
  margin: 0;
  color: #1f2937;
  line-height: 1.45;
}

.feedback-comment-meta form {
  margin: 0;
}

.feedback-reply-form {
  border-top: 1px dashed #d8dfeb;
  padding-top: 10px;
}

.feedback-reply-form textarea {
  width: 100%;
}

button,
input[type="submit"],
.secondary {
  border: 1px solid #c2c9d6;
  background: #f8fafc;
  color: #0f172a;
  border-radius: 8px;
  padding: 8px 12px;
  text-decoration: none;
  cursor: pointer;
}

button.small,
input[type="submit"].small {
  padding: 6px 10px;
  font-size: 12px;
}

button.danger,
input[type="submit"].danger {
  color: #a12626;
  border-color: #f1b4b4;
  background: #fff5f5;
}

button.ghost-danger,
input[type="submit"].ghost-danger {
  color: #a12626;
  border-color: transparent;
  background: transparent;
}

code {
  font-size: 12px;
}

@media (max-width: 900px) {
  .feedback-admin-grid {
    grid-template-columns: 1fr;
  }

  .feedback-admin-header,
  .feedback-post-top,
  .feedback-post-controls {
    flex-direction: column;
  }

  .inline-form {
    width: 100%;
  }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

body {
    line-height: 1.6;
    color: #333;
}

.header {
    background: linear-gradient(135deg, #1a237e, #0d47a1);
    color: white;
    padding: 1rem;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.nav {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
}

.nav-links a {
    color: white;
    text-decoration: none;
    margin-left: 2rem;
}

.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
                url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    padding-top: 80px;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    color: white;
}

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.cta-button {
    display: inline-block;
    background-color: #2196f3;
    color: white;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #1976d2;
}

.features {
    padding: 5rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.features h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.feature-card {
    padding: 2rem;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.feature-card i {
    font-size: 2.5rem;
    color: #2196f3;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }

    .nav-links {
        display: none;
    }
} 
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
