* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #444;
}

body {
  font-family: "Roboto", -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.55;
  color: #ffffff;
  background: #050505;
  min-height: 100vh;
  padding: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  transition: color 0.12s ease;
  text-decoration: none;
  color: #3ea6ff;
}
a:hover {
  color: #7ac0ff;
  text-decoration: underline;
}

small {
  display: block;
  color: #707070;
  margin-top: 6px;
  font-size: 12px;
}

h2 {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

body.text-mode {
  background: #0d0d0d !important;
  color: #cccccc !important;
  padding: 20px !important;
}
body.text-mode .container {
  max-width: 780px !important;
}
body.text-mode .skeuo-header, body.text-mode .skeuo-card, body.text-mode .post-preview, body.text-mode .skeuo-section {
  background: #141414 !important;
  box-shadow: none !important;
  border: 1px solid #2a2a2a !important;
  border-radius: 12px !important;
}
body.text-mode .card-shine, body.text-mode .header-shine, body.text-mode .btn-shine, body.text-mode .noise-overlay {
  display: none !important;
}
body.text-mode .skeuo-btn {
  background: #2a2a2a !important;
  border: 1px solid #2a2a2a !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.text-mode .avatar-gloss, body.text-mode .avatar-gloss-small {
  display: none;
}
body.text-mode a {
  color: #66bbff !important;
  text-decoration: underline !important;
}
body.text-mode .post-preview-content::after {
  background: linear-gradient(transparent, #0d0d0d) !important;
}
body.text-mode {
  font-family: Georgia, "Times New Roman", Times, serif;
}
body.text-mode h1, body.text-mode h2, body.text-mode h3, body.text-mode h4 {
  font-weight: 500;
  letter-spacing: 0;
}

.text-mode-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.1);
  color: #a0a0a0;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 12px;
  cursor: pointer;
  z-index: 10000;
  font-family: "SF Mono", "Fira Code", "Courier New", monospace;
  backdrop-filter: blur(8px);
  transition: all 0.15s;
}
.text-mode-toggle:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
body.text-mode .text-mode-toggle {
  background: #141414;
  color: #cccccc;
  border-color: #2a2a2a;
}

.skeuo-header {
  background: #0a0a0a;
  padding: 16px 20px;
  border-radius: 14px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border: 1px solid #2a2a2a;
}
.skeuo-header h1 {
  font-size: 20px;
  font-weight: 600;
}
.skeuo-header h1 a {
  color: #ffffff;
  text-decoration: none;
}
.skeuo-header h1 a:hover {
  color: #3ea6ff;
}

.header-logo {
  position: relative;
  z-index: 1;
}

.header-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.header-logo-link:hover {
  text-decoration: none;
}

.header-logo-img {
  width: 28px;
  height: 28px;
  display: block;
  filter: brightness(0) invert(1);
}

.header-slogan {
  display: none;
}

.header-shine {
  display: none;
}

.nav-btn {
  display: inline-block;
  padding: 7px 14px;
  margin-left: 6px;
  color: #a0a0a0;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  border-radius: 6px;
  background: transparent;
  border: 1px solid transparent;
  transition: all 0.12s ease;
}
.nav-btn:hover {
  color: #ffffff;
  background: #141414;
  border-color: #2a2a2a;
  text-decoration: none;
}

.lang-form {
  display: inline-block;
  margin-left: 8px;
}

.lang-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #141414;
  color: #a0a0a0;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  padding: 6px 28px 6px 10px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
  transition: all 0.12s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23707070'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
}
.lang-select:hover {
  color: #ffffff;
  border-color: rgb(54.75, 54.75, 54.75);
  background-color: #1b1b1b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23a0a0a0'/%3E%3C/svg%3E");
}
.lang-select:focus {
  outline: none;
  border-color: #3ea6ff;
  box-shadow: 0 0 0 2px rgba(62, 166, 255, 0.15);
}
.lang-select option {
  background: #141414;
  color: #ffffff;
}

.skeuo-btn {
  display: inline-block;
  padding: 10px 22px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.12s ease;
  text-decoration: none;
  line-height: 1.4;
}
.skeuo-btn:active {
  transform: translateY(1px);
}

.btn-shine {
  display: none;
}

.skeuo-btn-blue {
  background: #3ea6ff;
  color: #fff;
}
.skeuo-btn-blue:hover {
  background: #5cb8ff;
  box-shadow: 0 0 12px rgba(62, 166, 255, 0.15);
}

.skeuo-btn-green {
  background: #33cc66;
  color: #fff;
}
.skeuo-btn-green:hover {
  background: #4ddb7a;
  box-shadow: 0 0 12px rgba(51, 204, 102, 0.2);
}

.skeuo-btn-red {
  background: #ff4444;
  color: #fff;
}
.skeuo-btn-red:hover {
  background: #ff6666;
  box-shadow: 0 0 12px rgba(255, 68, 68, 0.2);
}

.skeuo-btn-gray {
  background: #2a2a2a;
  color: #a0a0a0;
  border: 1px solid #2a2a2a;
}
.skeuo-btn-gray:hover {
  background: #333333;
  color: #ffffff;
}

.skeuo-form {
  position: relative;
}

.form-group {
  margin-bottom: 16px;
}

.skeuo-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #a0a0a0;
  margin-bottom: 6px;
}

.skeuo-input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  font-size: 14px;
  background: #141414;
  color: #ffffff;
  transition: all 0.12s ease;
}
.skeuo-input:focus {
  outline: none;
  border-color: #3ea6ff;
  box-shadow: 0 0 0 3px rgba(62, 166, 255, 0.1);
  background: #1b1b1b;
}
.skeuo-input::placeholder {
  color: #707070;
}

textarea.skeuo-input {
  resize: vertical;
  min-height: 120px;
  font-family: "SF Mono", "Fira Code", "Courier New", monospace;
  line-height: 1.5;
}

.file-input-wrapper {
  position: relative;
  display: inline-block;
}

.file-input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.file-input-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #2a2a2a;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  color: #a0a0a0;
  transition: all 0.12s ease;
}
.file-input-btn:hover {
  background: #333333;
  color: #ffffff;
}

.file-input-wrapper:hover .file-input-btn {
  background: #333333;
  border-color: rgb(54.75, 54.75, 54.75);
}

.skeuo-card {
  background: #141414;
  padding: 24px;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid #2a2a2a;
}

.card-shine {
  display: none;
}

.post-author-row {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #2a2a2a;
  flex-wrap: wrap;
}

.post-author-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}
.post-author-link:hover .post-author-name-small {
  color: #3ea6ff;
}

.post-author-avatar-small {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  object-fit: cover;
  border: 1.5px solid #1b1b1b;
}

.post-author-name-small {
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
}

.post-date-small {
  font-size: 11px;
  color: #707070;
}

.post-date-sep {
  color: #707070;
  margin: 0 6px;
  font-size: 12px;
}

.post-edit-link {
  font-size: 12px;
  color: #3ea6ff;
  text-decoration: none;
}
.post-edit-link:hover {
  text-decoration: underline;
}

.post-preview {
  background: #141414;
  margin-bottom: 14px;
  padding: 18px;
  border-radius: 12px;
  border: 1px solid #2a2a2a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
}
.post-preview:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  border-color: rgb(54.75, 54.75, 54.75);
}

.post-preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.post-preview-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 6px;
}
.post-preview-title a {
  color: #ffffff;
  text-decoration: none;
}
.post-preview-title a:hover {
  color: #3ea6ff;
}

.post-preview-content {
  font-size: 14px;
  line-height: 1.65;
  color: #a0a0a0;
  margin-bottom: 10px;
  max-height: 240px;
  overflow: hidden;
  position: relative;
}
.post-preview-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(transparent, #141414);
  pointer-events: none;
}
.post-preview-content h1 {
  font-size: 20px;
}
.post-preview-content h2 {
  font-size: 18px;
}
.post-preview-content h3 {
  font-size: 15px;
}
.post-preview-content h4 {
  font-size: 14px;
}

.read-more-link {
  margin-top: 8px;
}
.read-more-link a {
  color: #3ea6ff;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
}
.read-more-link a:hover {
  text-decoration: underline;
}

.post-preview-media {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  align-items: center;
}

.preview-thumb {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #2a2a2a;
}

.thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preview-more {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  background: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: #707070;
  border: 1px solid #2a2a2a;
}

.full-post h2 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 10px;
}

.post-content {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.75;
  color: #ffffff;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4 {
  margin: 24px 0 10px;
  color: #ffffff;
}
.post-content h1 {
  font-size: 24px;
}
.post-content h2 {
  font-size: 20px;
}
.post-content h3 {
  font-size: 17px;
}
.post-content h4 {
  font-size: 15px;
}
.post-content p {
  margin-bottom: 14px;
}
.post-content ul, .post-content ol {
  margin: 10px 0 10px 24px;
}
.post-content li {
  margin-bottom: 5px;
}
.post-content pre {
  background: #1b1b1b;
  border: 1px solid #2a2a2a;
  padding: 14px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 14px 0;
  font-size: 13px;
  line-height: 1.5;
  color: #a0a0a0;
}
.post-content code {
  background: #1b1b1b;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 13px;
  border: 1px solid #2a2a2a;
  color: #3ea6ff;
}
.post-content pre code {
  background: none;
  padding: 0;
  border: none;
}
.post-content blockquote {
  border-left: 3px solid #3ea6ff;
  padding: 10px 14px;
  margin: 14px 0;
  background: rgba(62, 166, 255, 0.05);
  border-radius: 0 6px 6px 0;
  color: #a0a0a0;
}
.post-content img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.post-content a {
  color: #3ea6ff;
  text-decoration: none;
}
.post-content a:hover {
  text-decoration: underline;
}

.content-image {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  margin: 10px 0;
}

.back-link {
  display: inline-block;
  margin-top: 16px;
  color: #707070;
  text-decoration: none;
  font-size: 14px;
}
.back-link:hover {
  color: #a0a0a0;
}

.post-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #2a2a2a;
  flex-wrap: wrap;
  gap: 10px;
}

.post-meta-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.post-meta-author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}
.post-meta-author:hover {
  color: #3ea6ff;
}

.post-meta-avatar-mini {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  object-fit: cover;
  border: 1.5px solid #1b1b1b;
}

.post-meta-date {
  font-size: 12px;
  color: #707070;
}

.post-meta-sep {
  color: #707070;
  font-size: 13px;
}

.post-meta-action {
  font-size: 12px;
  color: #3ea6ff;
  text-decoration: none;
}
.post-meta-action:hover {
  text-decoration: underline;
}

.post-meta-action-danger {
  color: #ff4444;
}

.post-preview-footer {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #2a2a2a;
  font-size: 12px;
  color: #707070;
}
.post-preview-footer .comments-count {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.post-section {
  margin-bottom: 0;
}

.post-section--content {
  padding-bottom: 0;
}

.post-section--comments {
  padding-bottom: 0;
}

.post-section--related {
  padding-bottom: 0;
}

.post-section-divider {
  height: 1px;
  background: #2a2a2a;
  margin: 32px 0;
}

.post-section-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.post-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #2a2a2a;
}

.post-tag {
  display: inline-block;
  padding: 4px 12px;
  background: #1b1b1b;
  border: 1px solid #2a2a2a;
  border-radius: 20px;
  font-size: 12px;
  color: #707070;
  font-weight: 500;
  transition: all 0.12s ease;
}
.post-tag:hover {
  border-color: #3ea6ff;
  color: #3ea6ff;
}

.related-carousel {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.related-carousel::-webkit-scrollbar {
  height: 4px;
}
.related-carousel::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 2px;
}
.related-carousel > .post-preview {
  min-width: 280px;
  max-width: 320px;
  flex-shrink: 0;
  scroll-snap-align: start;
  margin-bottom: 0;
}

.related-empty {
  color: #707070;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}

.comments-list {
  margin-bottom: 8px;
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #2a2a2a;
  flex-wrap: wrap;
  gap: 15px;
}

.dashboard-user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.avatar-wrapper-small {
  position: relative;
  display: inline-block;
}

.avatar-medium {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  object-fit: cover;
  border: 2px solid #1b1b1b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.avatar-gloss-small {
  display: none;
}

.dashboard-user-text h2 {
  font-size: 20px;
  margin-bottom: 4px;
}

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

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #2a2a2a;
}
.section-header h3 {
  font-size: 16px;
  color: #ffffff;
}

.section-count {
  font-size: 13px;
  color: #707070;
}

.posts-table {
  position: relative;
}

.post-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #2a2a2a;
  transition: background 0.12s ease;
}
.post-row:hover {
  background: rgba(255, 255, 255, 0.02);
}
.post-row:last-child {
  border-bottom: none;
}

.post-row-number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #707070;
  flex-shrink: 0;
  border: 1px solid #2a2a2a;
}

.post-row-info {
  flex: 1;
  min-width: 0;
}
.post-row-info h4 {
  font-size: 14px;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-row-info h4 a {
  color: #ffffff;
  text-decoration: none;
}
.post-row-info h4 a:hover {
  color: #3ea6ff;
}

.post-row-meta {
  font-size: 12px;
  color: #707070;
  display: flex;
  gap: 12px;
}

.post-row-media {
  color: #3ea6ff;
}

.post-row-actions {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}

.btn-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #707070;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.12s ease;
}
.btn-icon:hover {
  background: #1b1b1b;
  color: #a0a0a0;
  border-color: #2a2a2a;
}

.btn-icon-danger:hover {
  background: rgba(255, 68, 68, 0.1);
  color: #ff4444;
  border-color: rgba(255, 68, 68, 0.2);
}

.post-count {
  color: #707070;
  font-size: 14px;
  margin-top: 5px;
}

.avatar-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.avatar-large {
  width: 100px;
  height: 100px;
  border-radius: 14px;
  object-fit: cover;
  border: 2px solid #1b1b1b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.avatar-gloss {
  display: none;
}

.profile-header {
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #2a2a2a;
}
.profile-header h2 {
  font-size: 22px;
  color: #ffffff;
}

.profile-sections {
  display: grid;
  gap: 16px;
}

.profile-forms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.skeuo-section {
  margin-bottom: 24px;
  padding: 18px;
  background: #141414;
  border-radius: 12px;
  border: 1px solid #2a2a2a;
}
.skeuo-section h3 {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2a2a2a;
}

.user-info {
  text-align: center;
  margin-bottom: 24px;
  padding: 20px;
  background: #141414;
  border-radius: 14px;
  border: 1px solid #2a2a2a;
}

.empty-state {
  text-align: center;
  padding: 40px 20px;
}
.empty-state p {
  color: #707070;
  font-size: 15px;
  margin-bottom: 15px;
}
.empty-state a {
  color: #3ea6ff;
  text-decoration: none;
  font-weight: 500;
}

.empty-state-icon {
  margin-bottom: 15px;
  opacity: 0.3;
}

.form-footer {
  margin-top: 16px;
  text-align: center;
  color: #707070;
  font-size: 14px;
}
.form-footer a {
  color: #3ea6ff;
  text-decoration: none;
  font-weight: 500;
}

.form-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.section-desc {
  font-size: 13px;
  color: #707070;
  margin-bottom: 14px;
}

.current-font-preview {
  padding: 10px 14px;
  background: #1b1b1b;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #a0a0a0;
}

.current-font-label {
  color: #707070;
  margin-right: 8px;
}

.current-font-name {
  font-weight: 500;
  color: #ffffff;
  word-break: break-all;
}

.font-preview-text {
  padding: 14px;
  background: #141414;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.6;
  color: #a0a0a0;
}

.form-group-inline {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.badge-selector {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.badge-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  background: #141414;
  cursor: pointer;
  transition: all 0.12s ease;
}
.badge-option:hover {
  border-color: #3ea6ff;
}
.badge-option input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #3ea6ff;
}

.badge-option-active {
  border-color: #3ea6ff;
  background: rgba(62, 166, 255, 0.05);
  box-shadow: 0 0 0 1px rgba(62, 166, 255, 0.15);
}

.badge-option-icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  flex-shrink: 0;
}

.badge-option-label {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}

.badge-option-desc {
  font-size: 11px;
  color: #707070;
  margin-left: auto;
}

.ban-badge {
  display: inline-block;
  background: #ff4444;
  color: #fff;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 8px;
  font-weight: 600;
}

.warn-badge {
  background: #ffaa33;
}

.muted-badge {
  background: #666666;
}

.mod-action-bar {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #2a2a2a;
  font-size: 12px;
}

.mod-post-warning {
  background: rgba(255, 170, 51, 0.08);
  border-left: 3px solid #ffaa33;
  padding: 12px 16px;
  margin: 14px 0;
  font-size: 13px;
  border-radius: 0 6px 6px 0;
  color: #a0a0a0;
}

.mod-post-banned {
  background: rgba(255, 68, 68, 0.08);
  border-left: 3px solid #ff4444;
  padding: 12px 16px;
  color: #ff4444;
  font-weight: 500;
}

.banned-user-label {
  display: inline-block;
  background: #ff4444;
  color: #fff;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 20px;
  margin-left: 10px;
}

.user-mod-controls {
  margin-top: 14px;
  padding: 12px;
  background: #1b1b1b;
  border-radius: 8px;
  border: 1px solid #2a2a2a;
}
.user-mod-controls h4 {
  font-size: 13px;
  margin-bottom: 12px;
  color: #a0a0a0;
}

.mod-select {
  padding: 8px 12px;
  font-size: 13px;
  border: 1px solid #2a2a2a;
  border-radius: 6px;
  background: #141414;
  color: #ffffff;
}

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

.modal-content {
  background: #141414;
  border-radius: 12px;
  padding: 24px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  border: 1px solid #2a2a2a;
}
.modal-content h3 {
  margin-bottom: 14px;
  color: #ffffff;
}
.modal-content .form-actions {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.post-media-count {
  font-size: 12px;
  color: #707070;
  margin: 5px 0;
}

.post-media-section {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #2a2a2a;
}
.post-media-section h3 {
  font-size: 15px;
  margin-bottom: 14px;
  color: #ffffff;
}

.post-media-inline {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.media-block {
  max-width: 100%;
}

.media-img {
  max-width: 100%;
  max-height: 500px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  display: block;
}

.media-video {
  width: 100%;
  max-height: 500px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background: #000;
}

.media-audio-block {
  padding: 14px;
  background: #1b1b1b;
  border-radius: 8px;
  border: 1px solid #2a2a2a;
}

.media-audio-full {
  width: 100%;
}

.media-file-download {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: #1b1b1b;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  text-decoration: none;
  color: #a0a0a0;
  transition: all 0.12s ease;
}
.media-file-download:hover {
  background: rgb(34.65, 34.65, 34.65);
  border-color: rgb(54.75, 54.75, 54.75);
  color: #ffffff;
}

.media-file-icon {
  color: #707070;
  flex-shrink: 0;
}

.media-file-name {
  flex: 1;
  font-size: 14px;
  word-break: break-all;
}

.media-file-size {
  font-size: 12px;
  color: #707070;
  flex-shrink: 0;
}

.media-preview-list {
  margin-top: 8px;
}

.media-item {
  font-size: 12px;
  color: #707070;
  padding: 4px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.post-media-block {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #2a2a2a;
}

.media-heading {
  font-size: 15px;
  margin-bottom: 14px;
  color: #ffffff;
}

.media-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.media-card {
  max-width: 100%;
}

.media-img-display {
  max-width: 100%;
  max-height: 500px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  display: block;
}

.media-video-display {
  width: 100%;
  max-height: 500px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background: #000;
}

.media-audio-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: #1b1b1b;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
}

.media-audio-icon {
  color: #707070;
  flex-shrink: 0;
}

.media-audio-display {
  flex: 1;
  height: 36px;
}

.media-download-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: #1b1b1b;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  text-decoration: none;
  color: #a0a0a0;
  transition: all 0.15s ease;
}
.media-download-card:hover {
  background: rgb(34.65, 34.65, 34.65);
  border-color: rgb(54.75, 54.75, 54.75);
  color: #ffffff;
}

.media-download-icon {
  color: #707070;
  flex-shrink: 0;
}

.media-download-info {
  flex: 1;
  min-width: 0;
}

.media-download-name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  word-break: break-all;
}

.media-download-hint {
  display: block;
  font-size: 11px;
  color: #707070;
  margin-top: 2px;
}

.current-media-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
}

.current-media-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 14px;
  background: #1b1b1b;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  font-size: 13px;
  color: #a0a0a0;
}
.current-media-item small {
  margin-top: 0;
  margin-left: 8px;
  display: inline;
}

.current-media-name {
  font-weight: 500;
  word-break: break-all;
}

.theme-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.theme-card {
  cursor: pointer;
  text-align: center;
  padding: 10px;
  border-radius: 12px;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}
.theme-card input[type=radio] {
  display: none;
}
.theme-card:hover {
  border-color: #2a2a2a;
}

.theme-active {
  border-color: #3ea6ff;
  box-shadow: 0 0 0 3px rgba(62, 166, 255, 0.15);
}

.theme-preview {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  margin-bottom: 8px;
  overflow: hidden;
  border: 1px solid #2a2a2a;
  position: relative;
}

.theme-preview-header {
  height: 15px;
}

.theme-preview-text {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
}

.theme-name {
  font-size: 11px;
  font-weight: 500;
  color: #a0a0a0;
}

.custom-theme-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.color-input-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.color-picker {
  width: 40px;
  height: 40px;
  border: 2px solid #2a2a2a;
  border-radius: 8px;
  cursor: pointer;
  padding: 2px;
  background: #141414;
  flex-shrink: 0;
}
.color-picker:hover {
  border-color: #707070;
}

.color-text {
  flex: 1;
}

.theme-preview-card {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #2a2a2a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  max-width: 300px;
}
.theme-preview-card .theme-preview-header {
  padding: 12px 15px;
  font-weight: 600;
  font-size: 14px;
}
.theme-preview-card .theme-preview-body {
  padding: 14px;
}
.theme-preview-card .theme-preview-body p {
  margin-bottom: 8px;
  font-size: 13px;
}
.theme-preview-card .theme-preview-body a {
  font-size: 12px;
  text-decoration: underline;
}

.theme-live-preview h4 {
  margin-bottom: 10px;
  color: #ffffff;
}

@media (max-width: 600px) {
  .custom-theme-grid {
    grid-template-columns: 1fr;
  }
}
.alert {
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  border: 1px solid;
}

.alert-icon {
  margin-right: 8px;
}

.alert-error {
  background: rgba(255, 68, 68, 0.08);
  border-color: rgba(255, 68, 68, 0.2);
  color: #ff4444;
}

.alert-success {
  background: rgba(51, 204, 102, 0.08);
  border-color: rgba(51, 204, 102, 0.2);
  color: #33cc66;
}

.skeuo-footer {
  text-align: center;
  margin-top: 20px;
  padding: 14px;
  color: #707070;
  font-size: 12px;
  border-top: 1px solid #2a2a2a;
}

.user-profile-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #2a2a2a;
}

.user-avatar-wrapper {
  position: relative;
  flex-shrink: 0;
}

.user-avatar-large {
  width: 80px;
  height: 80px;
  border-radius: 14px;
  object-fit: cover;
  border: 2px solid #1b1b1b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.user-profile-info h2 {
  font-size: 22px;
  margin-bottom: 5px;
}

.user-post-count {
  color: #707070;
  font-size: 14px;
}

.user-theme-badge {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 10px;
  background: #1b1b1b;
  border: 1px solid #2a2a2a;
  border-radius: 20px;
  font-size: 11px;
  color: #a0a0a0;
}

.badge-icons {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 6px;
  vertical-align: middle;
  flex-wrap: wrap;
}

.user-badge-svg {
  display: inline-flex;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.user-badge-svg svg {
  width: 100%;
  height: 100%;
  display: block;
}

.user-badge-img {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  vertical-align: middle;
  display: inline-block;
}

.post-reactions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 14px 0;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
}

.reactions-label {
  font-size: 13px;
  font-weight: 500;
  color: #707070;
  margin-right: 4px;
}

.reaction-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  background: #141414;
  cursor: pointer;
  font-size: 13px;
  color: #a0a0a0;
  transition: all 0.12s ease;
}
.reaction-btn:hover {
  background: #1b1b1b;
  border-color: rgb(54.75, 54.75, 54.75);
  color: #ffffff;
}
.reaction-btn:active {
  transform: translateY(1px);
}

.reaction-active {
  background: rgba(62, 166, 255, 0.1);
  border-color: #3ea6ff;
  color: #3ea6ff;
}
.reaction-active:hover {
  background: rgba(62, 166, 255, 0.15);
}

.reaction-active-dislike {
  background: rgba(255, 68, 68, 0.1);
  border-color: #ff4444;
  color: #ff4444;
}
.reaction-active-dislike:hover {
  background: rgba(255, 68, 68, 0.15);
}

.reaction-count {
  font-weight: 700;
  min-width: 12px;
  text-align: center;
}

.post-comments {
  margin-top: 0;
}

.no-comments {
  text-align: center;
  padding: 24px 0;
  color: #707070;
  font-size: 14px;
}

.comment-item {
  padding: 14px 0;
  border-bottom: 1px solid #2a2a2a;
}
.comment-item:last-child {
  border-bottom: none;
}

.comment-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.comment-author {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
}
.comment-author:hover {
  color: #3ea6ff;
}

.comment-avatar {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  object-fit: cover;
  border: 1.5px solid #1b1b1b;
}

.comment-author-name {
  font-size: 13px;
}

.comment-date {
  font-size: 11px;
  color: #707070;
  margin-left: auto;
}

.comment-body {
  font-size: 14px;
  line-height: 1.6;
  color: #a0a0a0;
  padding-left: 28px;
}

.comment-form-wrapper {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #2a2a2a;
}
.comment-form-wrapper h4 {
  font-size: 14px;
  margin-bottom: 12px;
  color: #a0a0a0;
}

.comment-login-prompt {
  text-align: center;
  padding: 16px 0;
  font-size: 14px;
  color: #707070;
}
.comment-login-prompt a {
  color: #3ea6ff;
  text-decoration: none;
  font-weight: 500;
}
.comment-login-prompt a:hover {
  text-decoration: underline;
}

.widgets-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.widget-card {
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  overflow: hidden;
  background: #141414;
  transition: all 0.15s ease;
}
.widget-card:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.widget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  cursor: pointer;
  user-select: none;
  background: #1b1b1b;
  transition: background 0.15s ease;
}
.widget-header:hover {
  background: rgb(34.65, 34.65, 34.65);
}
.widget-header:active {
  background: #141414;
}

.widget-title {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.3px;
}

.widget-toggle {
  font-size: 20px;
  font-weight: 300;
  color: #707070;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  transition: all 0.15s ease;
  line-height: 1;
}

.widget-header:hover .widget-toggle {
  color: #a0a0a0;
  background: rgba(255, 255, 255, 0.06);
}

.widget-body {
  padding: 16px;
  border-top: 1px solid #2a2a2a;
  animation: widgetOpen 0.2s ease;
}

@keyframes widgetOpen {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.widget-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.widget-grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.widget-color-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.widget-mini-label {
  font-size: 11px;
  font-weight: 600;
  color: #707070;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.color-input-row-compact {
  display: flex;
  align-items: center;
  gap: 6px;
}

.color-picker-small {
  width: 32px;
  height: 32px;
  border: 2px solid #2a2a2a;
  border-radius: 6px;
  cursor: pointer;
  padding: 1px;
  background: #141414;
  flex-shrink: 0;
  transition: border-color 0.15s;
}
.color-picker-small:hover {
  border-color: #707070;
}

.color-input-compact {
  flex: 1;
  padding: 6px 8px !important;
  font-size: 12px !important;
  min-width: 80px;
}

.range-input-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.range-slider {
  flex: 1;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  background: #1b1b1b;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}
.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #3ea6ff;
  cursor: pointer;
  border: 2px solid #141414;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.15s;
}
.range-slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 0 12px rgba(62, 166, 255, 0.15);
}
.range-slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #3ea6ff;
  cursor: pointer;
  border: 2px solid #141414;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.range-value {
  min-width: 50px;
  font-size: 14px;
  font-weight: 700;
  color: #3ea6ff;
  text-align: center;
  padding: 4px 8px;
  background: rgba(62, 166, 255, 0.08);
  border-radius: 6px;
}

.cropper-container {
  position: relative;
  max-width: 100%;
  margin-bottom: 14px;
  border: 2px dashed #2a2a2a;
  border-radius: 12px;
  overflow: hidden;
  background: #141414;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cropper-placeholder {
  text-align: center;
  color: #707070;
  padding: 40px;
}
.cropper-placeholder svg {
  width: 64px;
  height: 64px;
  opacity: 0.2;
  margin-bottom: 10px;
}
.cropper-placeholder p {
  font-size: 14px;
}

.cropper-image-wrapper {
  position: relative;
  max-width: 100%;
  max-height: 400px;
  overflow: hidden;
  cursor: move;
  user-select: none;
}

.cropper-image {
  display: block;
  max-width: 100%;
  transform-origin: center;
  transition: transform 0.1s ease;
}

.cropper-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.cropper-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  margin: auto;
}

.cropper-controls {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}

.cropper-zoom {
  flex: 1;
  min-width: 120px;
}

.cropper-btn {
  padding: 8px 16px;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  background: #1b1b1b;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #a0a0a0;
  transition: all 0.15s;
}
.cropper-btn:hover {
  background: rgb(39.75, 39.75, 39.75);
  color: #ffffff;
}
.cropper-btn:active {
  transform: translateY(1px);
}

.cropper-result {
  text-align: center;
  margin-top: 10px;
}

.cropper-result-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #1b1b1b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.theme-preview-card {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #2a2a2a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.theme-preview-header {
  padding: 12px 15px;
  font-weight: 600;
  font-size: 14px;
}

.theme-preview-body {
  padding: 14px;
}
.theme-preview-body p {
  margin-bottom: 8px;
  font-size: 13px;
}
.theme-preview-body a {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.form-group-inline {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.section-desc {
  font-size: 13px;
  color: #707070;
  margin-bottom: 14px;
}

.color-input-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.color-picker {
  width: 40px;
  height: 40px;
  border: 2px solid #2a2a2a;
  border-radius: 8px;
  cursor: pointer;
  padding: 2px;
  background: #141414;
  flex-shrink: 0;
  transition: border-color 0.15s;
}
.color-picker:hover {
  border-color: #707070;
}

.color-text {
  flex: 1;
}

@media (max-width: 600px) {
  .widget-grid {
    grid-template-columns: 1fr;
  }
  .widget-grid-3 {
    grid-template-columns: 1fr 1fr;
  }
  .cropper-controls {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 600px) {
  body {
    padding: 10px;
  }
  .skeuo-header {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    text-align: center;
  }
  .header-logo {
    flex: 0 0 100%;
  }
  .skeuo-card {
    padding: 18px;
  }
  .nav-btn {
    margin: 3px;
  }
  .nav-avatar-wrap {
    margin-left: 0;
    vertical-align: middle;
  }
  .lang-form {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    margin-top: 2px;
  }
  .profile-forms {
    grid-template-columns: 1fr;
  }
  .dashboard-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .dashboard-actions {
    width: 100%;
  }
  .dashboard-actions .skeuo-btn {
    flex: 1;
    text-align: center;
  }
  .post-row {
    flex-wrap: wrap;
    gap: 10px;
  }
  .post-row-actions {
    width: 100%;
    justify-content: flex-end;
  }
  .post-preview-media {
    flex-wrap: wrap;
  }
}

/*# sourceMappingURL=style.css.map */
