 
.profile-header {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  box-sizing: border-box;
}

.profile-cover {
  height: 400px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  transition: all 0.3s ease;
  object-fit: cover;
}

 
@media (max-width: 1024px) {
  .profile-cover {
    height: 218px;
    width: 100%;
    max-width: 100%;
  }
  
  .content-section {
    width: 90%;
    margin: 2rem auto;
  }
}

@media (max-width: 768px) {
  .profile-header {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  .profile-cover {
    height: 200px;
    width: 100%;
  }

  .content-section {
    width: 100%;
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 0;
    box-sizing: border-box;
  }

  .social-media-grid {
    padding: 0 1rem;
    box-sizing: border-box;
  }
  
  .file-preview {
    height: 150px;
    border-radius: 8px 8px 0 0;
  }
  
  .file-preview-icon {
    font-size: 2.5rem;
  }
  
  .file-preview-audio .file-preview-icon {
    font-size: 2rem;
  }
}

 
*, *::before, *::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.link-original, 
.file-link,
.social-media-username {
  word-break: break-word;
  overflow-wrap: break-word;
}

.social-media-section {
  width: 100%;
  max-width: 1200px;
  margin: 2rem auto;
  box-sizing: border-box;
}

.profile-info {
  padding: 2rem;
  margin-top: -60px;
  position: relative;
  display: flex;
  gap: 2rem;
  align-items: flex-end;
}

 
.profile-avatar {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-avatar i {
  font-size: 3rem;
  color: #94a3b8;
}

 
.profile-details {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.profile-info-left {
  flex: 1;
}

.profile-name-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.profile-name {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text-siyah);
  margin: 0;
}

.profile-meta {
  display: flex;
  gap: 2rem;
  color: #666;
}

.profile-meta span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.profile-meta i {
  font-size: 1.1rem;
  color: var(--text-main);
}

 
.content-section {
  width: 100%;
  max-width: 1200px;
  margin: 2rem auto;
  padding: 2rem;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}


.file-preview {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #eaeaea;
}

.file-preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.file-preview-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.file-preview-audio {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.file-preview-document {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #64748b;
}

.file-preview-icon {
  font-size: 3rem;
}

.file-preview-audio .file-preview-icon {
  font-size: 2.5rem;
  color: #3B82F6;
}

.file-preview-document .file-preview-icon.ri-file-pdf-line {
  color: #ef4444;
}

.file-preview-document .file-preview-icon.ri-file-word-line {
  color: #2563eb;
}

.file-preview-document .file-preview-icon.ri-file-excel-line {
  color: #16a34a;
}

.file-preview-document .file-preview-icon.ri-file-line {
  color: #64748b;
}

 
.section-header {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: 
    "heading button"
    "description button";
  align-items: center;
  margin-bottom: 3rem;
}

.section-header h2 {
  grid-area: heading;
  font-size: 1.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #0a0a0a;
  margin-bottom: 0;
}

.section-header p {
  grid-area: description;
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.25rem;
}

.section-header > a {
  grid-area: button;
  align-self: start;
}

.section-header h2 i {
  color: #0099ff;
  font-size: 1.5em;
}

 
.new-link-btn, .new-file-btn {
  color: #0099ff;
  padding: 0.875rem 2rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.925rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 153, 255, 0.2);
}

.new-link-btn:hover, .new-file-btn:hover {
  background: rgba(0, 153, 255, 0.1);
  border-color: #0099ff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 153, 255, 0.062);
}

.new-link-btn i, .new-file-btn i {
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.new-link-btn:hover i, .new-file-btn:hover i {
  transform: scale(1.1);
}

 
.links-grid, .files-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}

 
.link-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 153, 255, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.link-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 153, 255, 0.15);
}

.link-card-header {
  padding: 1.5rem;
  background: rgba(0, 153, 255, 0.02);
  border-bottom: 1px solid rgba(0, 153, 255, 0.08);
  position: relative;
}

.link-short {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  font-size: 1.1rem;
  color: #0099ff;
}

.link-short i {
  background: rgba(0, 153, 255, 0.1);
  padding: 0.5rem;
  border-radius: 8px;
  color: #0099ff;
}

.link-date {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #666;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.link-card-body {
  padding: 1.5rem;
}

.link-original {
  color: #444;
  font-size: 0.925rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.link-stats {
  background: rgba(0, 153, 255, 0.05);
  padding: 0.75rem 1rem;
  border-radius: 8px;
  color: #0099ff;
  font-weight: 500;
}

 
.link-card-actions {
  padding: 1.25rem;
  border-top: 1px solid rgba(0, 153, 255, 0.08);
  display: flex;
  gap: 0.75rem;
}

.link-copy-btn, .link-delete-btn {
  flex: 1;
  padding: 0.75rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.925rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.link-copy-btn {
  background: #f8f9fa;
  color: #0099ff;
  border: 1px solid rgba(0, 153, 255, 0.2);
}

.link-copy-btn:hover {
  background: rgba(0, 153, 255, 0.1);
  border-color: #0099ff;
}

.link-delete-btn {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  border: 1px solid rgba(220, 53, 69, 0.2);
}

.link-delete-btn:hover {
  background: #dc3545;
  color: white;
}

 
.empty-state {
  text-align: center;
  padding: 4rem 2rem;
  background: rgba(0, 153, 255, 0.02);
  border-radius: 16px;
  border: 2px dashed rgba(0, 153, 255, 0.2);
}

.empty-state i {
  font-size: 4rem;
  color: #0099ff;
  opacity: 0.5;
  margin-bottom: 1.5rem;
}

.empty-state p {
  font-size: 1.1rem;
  color: #666;
  font-weight: 500;
}

 
.files-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
}

.file-cards {
  display: contents;
}

 
.file-card {
  background: white;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
}

.file-preview {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: #f5f5f5;
  border-radius: 4px;
}

.file-preview img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.file-preview i {
  font-size: 3rem;
  color: #666;
}

.file-link {
  word-break: break-all;
  margin-bottom: 0.5rem;
  display: block;
}

 
.file-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: auto;
}

.btn-details, .btn-delete {
  padding: 0.5rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.btn-details {
  background: #e2e8f0;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease;
}

.btn-details:hover {
  background: #dbeafe;
}

.btn-details i {
  font-size: 1rem;
}

.btn-delete {
  background: #dc262685;
  color: #dc2626;
}

.file-details {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

 
.admin-panel-btn {
  padding: 0.5rem 1rem;
  background: #6366F1;
  color: white !important;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid rgba(99, 102, 241, 0.2);
  text-decoration: none;
}

.admin-panel-btn:hover {
  background: #4F46E5;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.15);
}

.admin-panel-btn i {
  font-size: 1.1em;
}

 
.social-media-section {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.social-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}

.social-media-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 12px;
  background: white;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.social-media-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.social-media-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 1.5rem;
}

.social-media-info {
  flex: 1;
}

.social-media-platform {
  font-weight: 600;
  color: var(--text-siyah);
  margin-bottom: 0.25rem;
}

.social-media-username {
  font-size: 0.9rem;
  color: var(--text-gri);
}

 
.social-media-item.instagram .social-media-icon { 
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); 
  color: white; 
}
.social-media-item.instagram:hover { 
  border-color: #dc2743; 
}

.social-media-item.x .social-media-icon { 
  background: #000000; 
  color: white; 
}
.social-media-item.x:hover { 
  border-color: #000000; 
}

.social-media-item.github .social-media-icon { 
  background: #333; 
  color: white; 
}
.social-media-item.github:hover { 
  border-color: #333; 
}

.social-media-item.youtube .social-media-icon { 
  background: #FF0000; 
  color: white; 
}
.social-media-item.youtube:hover { 
  border-color: #FF0000; 
}

.social-media-item.discord .social-media-icon { 
  background: #7289DA; 
  color: white; 
}
.social-media-item.discord:hover { 
  border-color: #7289DA; 
}

.social-media-item.website .social-media-icon { 
  background: #0099ff; 
  color: white; 
}
.social-media-item.website:hover { 
  border-color: #0099ff; 
}

 
.like-button-container {
  margin-left: auto;
  padding-right: 1rem;
  align-self: center;
}

.like-button {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 75, 110, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 1.75rem;
  color: #ff4b6e;
  box-shadow: 0 4px 12px rgba(255, 75, 110, 0.1);
  position: relative;
  z-index: 10;
}

.like-button:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.95);
  border-color: #ff4b6e;
  box-shadow: 0 8px 20px rgba(255, 75, 110, 0.2);
}

.like-button.liked {
  background: #ff4b6e;
  color: white;
  border-color: #ff4b6e;
}

.like-button.liked:hover {
  background: #ff3355;
  box-shadow: 0 8px 20px rgba(255, 75, 110, 0.3);
}

 
body.dark {
  .profile-header {
    background: rgba(30, 41, 59, 0.8);
  }

  .profile-name {
    color: #fff;
  }

  .profile-meta {
    color: #94a3b8;
  }

  .content-section {
    background: #1e293b;
    border: 1px solid #334155;
  }

  .section-header {
    h2 { color: #fff; }
    p { color: #94a3b8; }
  }

  .link-card {
    background: #1e293b;
    border: 1px solid #334155;
  }

  .link-card-header {
    background: #0f172a;
    border-bottom: 1px solid #334155;
  }

  .link-original, .link-date {
    color: #94a3b8;
  }

  .file-card {
    background: #1e293b;
    border: 1px solid #334155;
  }

  .file-preview {
    background: #0f172a;
  }

  .file-link {
    color: #fff;
  }

  .empty-state {
    background: #0f172a;
    border: 2px dashed #334155;
    p { color: #94a3b8; }
  }

  .profile-avatar {
    background: #1e293b;
    border-color: #1e293b;
  }

  .new-link-btn, .new-file-btn {
    background: #1e293b;
    color: #60a5fa;
    border-color: #60a5fa;

    &:hover {
      background: #2563eb;
      color: #fff;
      border-color: #2563eb;
    }
  }

  .link-copy-btn {
    background: #1e293b;
    color: #60a5fa;
    border-color: #60a5fa;

    &:hover {
      background: #2563eb;
      color: #fff;
    }
  }

  .link-delete-btn {
    background: #1e293b;
    color: #ef4444;
    border-color: #ef4444;

    &:hover {
      background: #dc2626;
      color: #fff;
    }
  }

  .btn-details {
    background: #1e293b;
    color: #60a5fa;

    &:hover {
      background: #2563eb;
      color: #fff;
    }
  }

  .btn-delete {
    background: #dc262685;
    color: #ef4444;
  }

  .admin-panel-btn {
    background: #4F46E5;
    color: white;
    border-color: #4F46E5;

    &:hover {
      background: #4338CA;
    }
  }

  .social-media-section {
    background: rgba(30, 41, 59, 0.8);
  }

  .social-media-item {
    background: rgba(30, 41, 59, 0.9);
    border-color: rgba(255, 255, 255, 0.1);
  }

  .social-media-platform {
    color: #e2e8f0;
  }

  .social-media-username {
    color: #94a3b8;
  }

  .like-button {
    background: rgba(30, 41, 59, 0.9);
    border-color: rgba(255, 75, 110, 0.3);
    color: #ff4b6e;
    box-shadow: 0 4px 12px rgba(255, 75, 110, 0.15),
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);

    &:hover {
      background: rgba(30, 41, 59, 0.95);
      border-color: #ff4b6e;
      box-shadow: 0 8px 20px rgba(255, 75, 110, 0.25),
                  inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    }

    &.liked {
      background: #ff4b6e;
      color: white;
      border-color: #ff4b6e;
      box-shadow: 0 8px 20px rgba(255, 75, 110, 0.3),
                  inset 0 0 0 1px rgba(255, 255, 255, 0.2);

      &:hover {
        background: #ff3355;
        box-shadow: 0 8px 25px rgba(255, 75, 110, 0.4),
                    inset 0 0 0 1px rgba(255, 255, 255, 0.3);
      }
    }
  }
}

 
@media (max-width: 1024px) {
  .profile-cover {
    height: 218px;
    width: 827px;
  }
}

@media (max-width: 768px) {
  .profile-header {
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 0;
  }

  .profile-cover {
    height: 200px;
    border-radius: 0;
    margin: 0;
  }

  .profile-info {
    padding: 1rem;
    margin-top: -40px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .profile-avatar {
    width: 120px;
    height: 120px;
    margin-bottom: 1rem;
  }

  .profile-name-container {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .profile-name {
    font-size: 1.5rem;
  }

  .profile-meta {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .content-section {
    width: 100%;
    max-width: 100%;
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 0;
  }

  .section-header {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }

  .links-grid, .files-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .link-card {
    margin: 0;
    width: 100%;
  }

  .link-card-actions {
    flex-direction: column;
  }

  .link-copy-btn, .link-delete-btn {
    width: 100%;
  }
  
  .file-preview-document span {
    font-size: 0.9rem;
  }
  
  .file-preview-audio audio {
    width: 90%;
  }

  .admin-panel-btn {
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
  }

  .social-media-grid {
    grid-template-columns: 1fr;
  }

  .like-button-container {
    padding-right: 0;
    margin-top: 1rem;
  }

  .like-button {
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .profile-info {
    margin-top: -30px;
  }

  .profile-name {
    font-size: 1.25rem;
  }

  .profile-meta span {
    font-size: 0.875rem;
  }

  .section-header {
    flex-direction: column;
    gap: 1rem;
  }

  .section-header h2 {
    font-size: 1.25rem;
  }

  .section-header p {
    font-size: 0.7rem;
  }

  .like-button {
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
  }
}

 
.visit-graph {
  width: 100%;
  height: 300px;
  padding: 30px;
  background: linear-gradient(180deg, #1a1b1e 0%, #18191c 100%);
  border-radius: 16px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.graph-bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: calc(100% - 40px);
  gap: 8px;
  position: relative;
  padding-bottom: 30px;
}

.graph-bars::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bar-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.bar {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);  
  border-radius: 4px 4px 0 0;
  position: absolute;
  bottom: 0;  
  height: 0%;  
  transform-origin: bottom;  
  transition: height 0.5s ease, background 0.5s ease;  
}

.bar-container:hover .bar {
  background: var(--text-main);  
  height: 100%;  
}

.date-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  transition: color 0.3s ease;
}

.bar-container:hover .date-label {
  color: rgba(255, 255, 255, 0.9);
}

.visit-tooltip {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  background: rgba(0, 122, 254, 0.9);
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(92, 122, 254, 0.3);
}

.visit-tooltip::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background: rgba(0, 122, 254, 0.9);
}

.bar-container:hover .visit-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

 
body:not(.dark) .visit-graph {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

body:not(.dark) .graph-bars::before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body:not(.dark) .bar {
  background: rgba(0, 0, 0, 0.1);
}

body:not(.dark) .date-label {
  color: rgba(0, 0, 0, 0.5);
}

body:not(.dark) .bar-container:hover .date-label {
  color: rgba(0, 0, 0, 0.9);
}

 
@media (max-width: 768px) {
  .visit-graph {
    height: 250px;
    padding: 20px;
  }

  .graph-bars {
    gap: 6px;
  }
}

@media (max-width: 480px) {
  .visit-graph {
    height: 200px;
    padding: 15px;
  }

  .graph-bars {
    gap: 3px;
  }

  .date-label {
    font-size: 10px;
  }

  .visit-tooltip {
    padding: 4px 8px;
    font-size: 11px;
  }
}

.privacy-toggle-btn {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.privacy-toggle-btn.private {
  background: #f1f5f9;
  color: #64748b;
}

.privacy-toggle-btn.public {
  background: #e0f2fe;
  color: #0284c7;
}

.privacy-toggle-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.privacy-toggle-btn i {
  font-size: 1.1rem;
}

body.dark .privacy-toggle-btn {
  border-color: rgba(255, 255, 255, 0.1);
}

body.dark .privacy-toggle-btn.private {
  background: rgba(30, 41, 59, 0.8);
  color: #94a3b8;
}

body.dark .privacy-toggle-btn.public {
  background: rgba(2, 132, 199, 0.2);
  color: #38bdf8;
}

body.dark .privacy-toggle-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.2);
}

.api-key-container {
  background: rgba(0, 153, 255, 0.05);
  padding: 1.5rem;
  border-radius: 12px;
  margin-top: 1rem;
  border: 1px solid rgba(0, 153, 255, 0.1);
  transition: all 0.3s ease;
}

.api-key-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(0, 153, 255, 0.1);
}

.api-key {
  font-family: 'JetBrains Mono', monospace;
  font-size: 1rem;
  color: #0099ff;
  font-weight: 500;
  flex: 1;
  overflow: auto;
  white-space: nowrap;
}

.copy-api-key {
  background: transparent;
  border: none;
  color: #0099ff;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.copy-api-key:hover {
  background: rgba(0, 153, 255, 0.1);
}

.copy-api-key.copied {
  background: #10b981;
  color: white;
}

.api-key-info {
  display: block;
  margin-top: 0.75rem;
  color: #64748b;
  font-size: 0.875rem;
}

.api-key-empty {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #64748b;
  font-size: 0.875rem;
}

.api-key-empty i {
  font-size: 1.25rem;
  opacity: 0.7;
}

/* Dark tema için özelleştirmeler */
body.dark .api-key-container {
  background: rgba(30, 41, 59, 0.8);
  border-color: rgba(96, 165, 250, 0.2);
}

body.dark .api-key-wrapper {
  background: rgba(30, 41, 59, 0.5);
  border-color: rgba(96, 165, 250, 0.2);
}

body.dark .api-key {
  color: #60a5fa;
}

body.dark .copy-api-key {
  color: #60a5fa;
}

body.dark .copy-api-key:hover {
  background: rgba(96, 165, 250, 0.1);
}

body.dark .api-key-info,
body.dark .api-key-empty {
  color: #94a3b8;
}