
.tag-display[data-v-a2692cb7] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tag[data-v-a2692cb7] {
  background: rgba(76, 175, 80, 0.2);
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  border: 1px solid rgba(76, 175, 80, 0.3);
}

.tags[data-v-f04a7e30] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.tag-editable[data-v-f04a7e30] {
  background: rgba(76, 175, 80, 0.2);
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(76, 175, 80, 0.3);
}
.tag-remove[data-v-f04a7e30] {
  background: none;
  border: none;
  color: #ff6b6b;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.tag-remove[data-v-f04a7e30]:hover { background: rgba(255, 107, 107, 0.2);
}
.tag-add-btn[data-v-f04a7e30] {
  background: linear-gradient(135deg, rgba(76, 175, 80, 0.2) 0%, rgba(76, 175, 80, 0.1) 100%);
  border: 1px solid rgba(76, 175, 80, 0.3);
  border-radius: 12px;
  color: #4CAF50;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 12px;
}

.welcome-modal[data-v-cbb92636] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
}
.modal-content[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.95) 0%, rgba(42, 82, 152, 0.95) 50%, rgba(62, 95, 159, 0.95) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  padding: 50px 30px 30px 30px;
  border-radius: 15px;
  position: relative;
  max-width: 600px;
  width: 100%;
  min-height: 600px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.posts-container[data-v-cbb92636] {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #4CAF50 #111;
  flex: 1;
  padding-top: 0;
  -webkit-overflow-scrolling: touch;
  padding-right: 10px;
}
.posts-container[data-v-cbb92636]::-webkit-scrollbar {
  width: 8px;
}
.posts-container[data-v-cbb92636]::-webkit-scrollbar-track {
  background: #111;
}
.posts-container[data-v-cbb92636]::-webkit-scrollbar-thumb {
  background-color: #4CAF50;
  border-radius: 4px;
}
.post[data-v-cbb92636] {
  text-align: center;
  transition: all 0.3s ease;
  opacity: 1;
  margin-bottom: 20px;
  cursor: pointer;
  padding: 15px;
  border-radius: 8px;
}
.post.fade[data-v-cbb92636] {
  opacity: 0.3;
}
.post[data-v-cbb92636]:hover {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.05);
}
.profile-picture[data-v-cbb92636] {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 20px auto;
  object-fit: cover;
  border: 3px solid #4CAF50;
}
.close-button[data-v-cbb92636] {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
  z-index: 1002;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.close-button[data-v-cbb92636]:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.upload-post[data-v-cbb92636] {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.action-button[data-v-cbb92636] {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 15px;
  transition: background-color 0.3s;
}
.action-button[data-v-cbb92636]:hover {
  background-color: #45a049;
}

/* Cancel Button Styling - Glass Morphism with Reddish Theme */
.cancel-button[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.9), rgba(255, 77, 77, 0.9));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  padding: 12px 24px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 15px;
  transition: all 0.3s ease;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.2);
}
.cancel-button[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, rgba(255, 77, 77, 0.9), rgba(255, 51, 51, 0.9));
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(255, 107, 107, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}
h2[data-v-cbb92636] {
  margin: 0;
  font-size: 24px;
}
h3[data-v-cbb92636] {
  margin: 0 0 15px;
  font-size: 20px;
}
p[data-v-cbb92636] {
  margin-top: 10px;
  opacity: 0.8;
}
.role-badge[data-v-cbb92636] {
  background-color: #4CAF50;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.85rem;
  display: inline-block;
  margin-top: 15px;
}
.permission-message[data-v-cbb92636] {
  color: #ffa500;
  font-style: italic;
  font-size: 0.9rem;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
.welcome-modal[data-v-cbb92636] {
    padding: 10px;
}
.modal-content[data-v-cbb92636] {
    max-width: 100%;
    width: 100%;
    padding: 45px 20px 20px 20px;
    min-height: 70vh;
    max-height: 90vh;
    border-radius: 10px;
}
.ai-textarea[data-v-cbb92636] {
    min-height: 100px;
    font-size: 16px; /* Prevents zoom on iOS */
}
.ai-execute-btn[data-v-cbb92636] {
    padding: 12px 24px;
    font-size: 15px;
}
.ai-actions[data-v-cbb92636] {
    flex-direction: column;
    align-items: stretch;
}
.ai-actions button[data-v-cbb92636] {
    width: 100%;
    margin-bottom: 10px;
}
}
@media (max-width: 480px) {
.modal-content[data-v-cbb92636] {
    padding: 40px 15px 15px 15px;
    min-height: 75vh;
}
.close-button[data-v-cbb92636] {
    top: 10px;
    right: 10px;
    font-size: 24px;
    width: 35px;
    height: 35px;
}
.profile-picture[data-v-cbb92636] {
    width: 80px;
    height: 80px;
}
h2[data-v-cbb92636] {
    font-size: 20px;
}
h3[data-v-cbb92636] {
    font-size: 18px;
}
.ai-label[data-v-cbb92636] {
    font-size: 15px;
}
.ai-textarea[data-v-cbb92636] {
    padding: 12px;
    font-size: 16px;
    min-height: 90px;
}
}

/* iOS Safari specific fixes */
@supports (-webkit-touch-callout: none) {
.modal-content[data-v-cbb92636] {
    min-height: 60vh;
    max-height: 85vh;
}
.ai-textarea[data-v-cbb92636] {
    -webkit-appearance: none;
    border-radius: 8px;
}
}

/* Setup Form Styling */
.setup-form[data-v-cbb92636] {
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
}
.form-group[data-v-cbb92636] {
  margin-bottom: 15px;
}
.form-group label[data-v-cbb92636] {
  display: block;
  color: #4CAF50;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}
.form-group input[data-v-cbb92636] {
  width: 100%;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 5px;
  background-color: #111;
  color: white;
  font-size: 14px;
  box-sizing: border-box;
}
.form-group input[data-v-cbb92636]:focus {
  outline: none;
  border-color: #4CAF50;
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}
.form-group input[data-v-cbb92636]::placeholder {
  color: #666;
}
.setup-complete-post ul[data-v-cbb92636] {
  text-align: left;
  max-width: 300px;
  margin: 15px auto;
}
.setup-complete-post li[data-v-cbb92636] {
  margin-bottom: 8px;
  color: #ccc;
}
.setup-info[data-v-cbb92636] {
  color: #4CAF50;
  font-style: italic;
  font-size: 14px;
  margin-top: 10px;
}
.add-options[data-v-cbb92636] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  max-width: 300px;
  margin: 20px auto;
}
.option-button[data-v-cbb92636] {
  background-color: #222;
  border: 2px solid #4CAF50;
  color: white;
  padding: 15px 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.option-button[data-v-cbb92636]:hover {
  background-color: #4CAF50;
  transform: translateY(-2px);
}

/* AI Command Post Enhancements */
.ai-command-post[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.1), rgba(42, 82, 152, 0.05));
  border: 1px solid rgba(76, 175, 80, 0.2);
}
.ai-input-group[data-v-cbb92636] {
  margin-bottom: 20px;
}
.ai-label[data-v-cbb92636] {
  display: block;
  color: #4CAF50;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
}
.ai-textarea[data-v-cbb92636] {
  width: 100%;
  padding: 15px;
  border: 2px solid #333;
  border-radius: 8px;
  background-color: #0a0a0a;
  color: white;
  font-size: 15px;
  font-family: inherit;
  line-height: 1.5;
  resize: vertical;
  min-height: 120px;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.ai-textarea[data-v-cbb92636]:focus {
  outline: none;
  border-color: #4CAF50;
  box-shadow: 0 0 10px rgba(76, 175, 80, 0.3);
}
.ai-textarea[data-v-cbb92636]::placeholder {
  color: #888;
  font-style: italic;
}
.ai-execute-btn[data-v-cbb92636] {
  background: linear-gradient(135deg, #4CAF50, #45a049);
  font-size: 16px;
  padding: 14px 28px;
  font-weight: 600;
}
.ai-execute-btn[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, #45a049, #3d8b40);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}
.ai-actions[data-v-cbb92636] {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.ai-response[data-v-cbb92636] {
  margin-top: 20px;
  padding: 15px;
  background: rgba(76, 175, 80, 0.1);
  border-radius: 8px;
  border-left: 4px solid #4CAF50;
}
.ai-response h4[data-v-cbb92636] {
  margin: 0 0 10px 0;
  color: #4CAF50;
  font-size: 16px;
}
.ai-response p[data-v-cbb92636] {
  margin: 0;
  line-height: 1.6;
}

/* Note Context Card Styling */
.note-context-post[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.1), rgba(42, 82, 152, 0.05));
  border: 1px solid rgba(76, 175, 80, 0.2);
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
}
.note-form[data-v-cbb92636] {
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
}
.note-input[data-v-cbb92636] {
  width: 100%;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 5px;
  background-color: #111;
  color: white;
  font-size: 14px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.note-input[data-v-cbb92636]:focus {
  outline: none;
  border-color: #4CAF50;
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}
.note-input[data-v-cbb92636]::placeholder {
  color: #666;
}
.note-textarea[data-v-cbb92636] {
  width: 100%;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 5px;
  background-color: #111;
  color: white;
  font-size: 14px;
  box-sizing: border-box;
  min-height: 100px;
  resize: vertical;
}
.note-textarea[data-v-cbb92636]:focus {
  outline: none;
  border-color: #4CAF50;
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}
.note-textarea[data-v-cbb92636]::placeholder {
  color: #666;
}
.note-actions[data-v-cbb92636] {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 15px;
}
.save-note-btn[data-v-cbb92636] {
  background: linear-gradient(135deg, #4CAF50, #45a049);
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 600;
}
.save-note-btn[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, #45a049, #3d8b40);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

/* Note Success Post Styling */
.note-success-post[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.1), rgba(42, 82, 152, 0.05));
  border: 1px solid rgba(76, 175, 80, 0.2);
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
}
.success-content[data-v-cbb92636] {
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
}
.created-note h4[data-v-cbb92636] {
  margin: 0 0 10px 0;
  color: #4CAF50;
  font-size: 18px;
}
.note-preview[data-v-cbb92636] {
  font-style: italic;
  color: #ccc;
  font-size: 14px;
  margin-bottom: 10px;
}
.timestamp[data-v-cbb92636] {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
}
.category-status p[data-v-cbb92636] {
  font-size: 14px;
  color: #ccc;
  margin-top: 10px;
}
.success-actions[data-v-cbb92636] {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 20px;
}
.dismiss-button[data-v-cbb92636] {
  background: linear-gradient(135deg, #ff6b6b, #ff4f4f);
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.dismiss-button[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, #ff4f4f, #ff3333);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

/* Sticky Command Bar Styling */
.sticky-command-bar[data-v-cbb92636] {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.9), rgba(42, 82, 152, 0.9));
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  padding: 8px 20px;
  z-index: 1001;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}
.command-options[data-v-cbb92636] {
  display: flex;
  gap: 15px;
  align-items: center;
}
.command-btn[data-v-cbb92636] {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
}
.command-btn[data-v-cbb92636]:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
  color: #4CAF50;
}
.ai-btn[data-v-cbb92636] {
  background: linear-gradient(135deg, #4CAF50, #45a049);
  color: white;
}
.ai-btn[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, #45a049, #3d8b40);
  color: white;
  transform: scale(1.1);
}

/* Mobile responsive */
@media (max-width: 768px) {
.sticky-command-bar[data-v-cbb92636] {
    bottom: 10px;
    padding: 6px 15px;
}
.command-btn[data-v-cbb92636] {
    font-size: 18px;
    min-width: 35px;
    min-height: 35px;
    padding: 6px;
}
.command-options[data-v-cbb92636] {
    gap: 12px;
}
}

/* Getting Started Post Styling */
.getting-started-post[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.1), rgba(42, 82, 152, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}
.getting-started-post h3[data-v-cbb92636] {
  margin-bottom: 15px;
  font-size: 24px;
  color: #4CAF50;
}
.getting-started-post > p[data-v-cbb92636] {
  margin-bottom: 20px;
  color: #ccc;
  font-size: 16px;
}
.command-guide[data-v-cbb92636] {
  display: grid;
  gap: 15px;
  margin-bottom: 20px;
  text-align: left;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.command-item[data-v-cbb92636] {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}
.command-item[data-v-cbb92636]:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(76, 175, 80, 0.3);
  transform: translateY(-1px);
}
.guide-icon[data-v-cbb92636] {
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(76, 175, 80, 0.1);
  border-radius: 50%;
  flex-shrink: 0;
}
.guide-text[data-v-cbb92636] {
  flex: 1;
}
.guide-text strong[data-v-cbb92636] {
  display: block;
  color: white;
  font-size: 16px;
  margin-bottom: 4px;
}
.guide-text p[data-v-cbb92636] {
  color: #aaa;
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}
.getting-started-footer[data-v-cbb92636] {
  padding-top: 15px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
}
.getting-started-footer p[data-v-cbb92636] {
  color: #888;
  font-size: 14px;
  margin: 0;
  font-style: italic;
}

/* Mobile responsive for getting started */
@media (max-width: 768px) {
.getting-started-post[data-v-cbb92636] {
    padding: 15px;
}
.getting-started-post h3[data-v-cbb92636] {
    font-size: 20px;
}
.command-item[data-v-cbb92636] {
    padding: 10px;
    gap: 12px;
}
.guide-icon[data-v-cbb92636] {
    font-size: 20px;
    width: 35px;
    height: 35px;
}
.guide-text strong[data-v-cbb92636] {
    font-size: 14px;
}
.guide-text p[data-v-cbb92636] {
    font-size: 12px;
}
.getting-started-footer[data-v-cbb92636] {
    padding-bottom: 30px;
    margin-bottom: 25px;
}
}

/* Compact Sticky User Header Bar Styling */
.user-header-bar[data-v-cbb92636] {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.9), rgba(42, 82, 152, 0.9));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.user-info[data-v-cbb92636] {
  display: flex;
  align-items: center;
  gap: 15px;
}
.user-avatar[data-v-cbb92636] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #4CAF50;
  object-fit: cover;
}
.user-details[data-v-cbb92636] {
  display: flex;
  flex-direction: column;
}
.user-name[data-v-cbb92636] {
  font-size: 16px;
  font-weight: bold;
  color: white;
}
.user-role[data-v-cbb92636] {
  font-size: 12px;
  color: #ccc;
  opacity: 0.8;
}
.setup-continue-btn[data-v-cbb92636] {
  background: linear-gradient(135deg, #4CAF50, #45a049);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.3s;
}
.setup-continue-btn[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, #45a049, #3d8b40);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

/* Mobile responsive for user header */
@media (max-width: 768px) {
.user-header-bar[data-v-cbb92636] {
    padding: 8px 15px;
}
.user-avatar[data-v-cbb92636] {
    width: 35px;
    height: 35px;
}
.user-info[data-v-cbb92636] {
    gap: 12px;
}
.user-name[data-v-cbb92636] {
    font-size: 14px;
}
.user-role[data-v-cbb92636] {
    font-size: 11px;
}
.setup-continue-btn[data-v-cbb92636] {
    font-size: 12px;
    padding: 6px 12px;
}
}

/* Project Context Card Styling */
.project-context-post[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.1), rgba(42, 82, 152, 0.05));
  border: 1px solid rgba(76, 175, 80, 0.2);
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
}
.project-form[data-v-cbb92636] {
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
}
.project-input[data-v-cbb92636] {
  width: 100%;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 5px;
  background-color: #111;
  color: white;
  font-size: 14px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.project-input[data-v-cbb92636]:focus {
  outline: none;
  border-color: #4CAF50;
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}
.project-input[data-v-cbb92636]::placeholder {
  color: #666;
}
.project-textarea[data-v-cbb92636] {
  width: 100%;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 5px;
  background-color: #111;
  color: white;
  font-size: 14px;
  box-sizing: border-box;
  min-height: 100px;
  resize: vertical;
}
.project-textarea[data-v-cbb92636]:focus {
  outline: none;
  border-color: #4CAF50;
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}
.project-textarea[data-v-cbb92636]::placeholder {
  color: #666;
}
.project-actions[data-v-cbb92636] {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 15px;
}
.save-project-btn[data-v-cbb92636] {
  background: linear-gradient(135deg, #4CAF50, #45a049);
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 600;
}
.save-project-btn[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, #45a049, #3d8b40);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

/* Project Success Post Styling */
.project-success-post[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.1), rgba(42, 82, 152, 0.05));
  border: 1px solid rgba(76, 175, 80, 0.2);
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
}
.project-success-content[data-v-cbb92636] {
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
}
.created-project h4[data-v-cbb92636] {
  margin: 0 0 10px 0;
  color: #4CAF50;
  font-size: 18px;
}
.project-preview[data-v-cbb92636] {
  font-style: italic;
  color: #ccc;
  font-size: 14px;
  margin-bottom: 10px;
}
.project-timestamp[data-v-cbb92636] {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
}
.project-category-status p[data-v-cbb92636] {
  font-size: 14px;
  color: #ccc;
  margin-top: 10px;
}
.project-success-actions[data-v-cbb92636] {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 20px;
}
.project-dismiss-button[data-v-cbb92636] {
  background: linear-gradient(135deg, #ff6b6b, #ff4f4f);
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.project-dismiss-button[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, #ff4f4f, #ff3333);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

/* Contact Context Card Styling */
.contact-context-post[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.1), rgba(42, 82, 152, 0.05));
  border: 1px solid rgba(76, 175, 80, 0.2);
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
}
.contact-form[data-v-cbb92636] {
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
}
.contact-input[data-v-cbb92636] {
  width: 100%;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 5px;
  background-color: #111;
  color: white;
  font-size: 14px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.contact-input[data-v-cbb92636]:focus {
  outline: none;
  border-color: #4CAF50;
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}
.contact-input[data-v-cbb92636]::placeholder {
  color: #666;
}
.contact-actions[data-v-cbb92636] {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 15px;
}
.save-contact-btn[data-v-cbb92636] {
  background: linear-gradient(135deg, #4CAF50, #45a049);
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 600;
}
.save-contact-btn[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, #45a049, #3d8b40);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

/* Contact Success Post Styling */
.contact-success-post[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.1), rgba(42, 82, 152, 0.05));
  border: 1px solid rgba(76, 175, 80, 0.2);
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
}
.contact-success-content[data-v-cbb92636] {
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
}
.created-contact h4[data-v-cbb92636] {
  margin: 0 0 10px 0;
  color: #4CAF50;
  font-size: 18px;
}
.contact-preview[data-v-cbb92636] {
  font-style: italic;
  color: #ccc;
  font-size: 14px;
  margin-bottom: 10px;
}
.contact-timestamp[data-v-cbb92636] {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
}
.contact-category-status p[data-v-cbb92636] {
  font-size: 14px;
  color: #ccc;
  margin-top: 10px;
}
.contact-success-actions[data-v-cbb92636] {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 20px;
}
.contact-dismiss-button[data-v-cbb92636] {
  background: linear-gradient(135deg, #ff6b6b, #ff4f4f);
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.contact-dismiss-button[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, #ff4f4f, #ff3333);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

/* Idea Context Card Styling */
.idea-context-post[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.1), rgba(42, 82, 152, 0.05));
  border: 1px solid rgba(76, 175, 80, 0.2);
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
}
.idea-form[data-v-cbb92636] {
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
}
.idea-input[data-v-cbb92636] {
  width: 100%;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 5px;
  background-color: #111;
  color: white;
  font-size: 14px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.idea-input[data-v-cbb92636]:focus {
  outline: none;
  border-color: #4CAF50;
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}
.idea-input[data-v-cbb92636]::placeholder {
  color: #666;
}
.idea-textarea[data-v-cbb92636] {
  width: 100%;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 5px;
  background-color: #111;
  color: white;
  font-size: 14px;
  box-sizing: border-box;
  min-height: 100px;
  resize: vertical;
}
.idea-textarea[data-v-cbb92636]:focus {
  outline: none;
  border-color: #4CAF50;
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}
.idea-textarea[data-v-cbb92636]::placeholder {
  color: #666;
}
.idea-actions[data-v-cbb92636] {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 15px;
}
.save-idea-btn[data-v-cbb92636] {
  background: linear-gradient(135deg, #4CAF50, #45a049);
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 600;
}
.save-idea-btn[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, #45a049, #3d8b40);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

/* Idea Success Post Styling */
.idea-success-post[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.1), rgba(42, 82, 152, 0.05));
  border: 1px solid rgba(76, 175, 80, 0.2);
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
}
.idea-success-content[data-v-cbb92636] {
  text-align: left;
  max-width: 400px;
  margin: 0 auto;
}
.created-idea h4[data-v-cbb92636] {
  margin: 0 0 10px 0;
  color: #4CAF50;
  font-size: 18px;
}
.idea-preview[data-v-cbb92636] {
  font-style: italic;
  color: #ccc;
  font-size: 14px;
  margin-bottom: 10px;
}
.idea-timestamp[data-v-cbb92636] {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
}
.idea-category-status p[data-v-cbb92636] {
  font-size: 14px;
  color: #ccc;
  margin-top: 10px;
}
.idea-success-actions[data-v-cbb92636] {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 20px;
}
.idea-dismiss-button[data-v-cbb92636] {
  background: linear-gradient(135deg, #ff6b6b, #ff4f4f);
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.idea-dismiss-button[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, #ff4f4f, #ff3333);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

/* URL Showcase Post Styling */
.url-showcase-post[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.1), rgba(42, 82, 152, 0.05));
  border: 1px solid rgba(76, 175, 80, 0.2);
  margin-top: 20px;
  padding: 20px;
  border-radius: 12px;
}
.showcase-header[data-v-cbb92636] {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}
.showcase-header p[data-v-cbb92636] {
  margin: 0;
  color: #ccc;
  font-size: 14px;
}
.url-grid[data-v-cbb92636] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 15px;
  margin-bottom: 20px;
}
.url-card[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.url-card[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  border-color: rgba(76, 175, 80, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.2);
}
.url-header[data-v-cbb92636] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.url-edit-btn[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: white;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 14px;
  opacity: 0.7;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  min-height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
.url-edit-btn[data-v-cbb92636] {
    padding: 10px 12px;
    font-size: 16px;
    border-radius: 8px;
    min-height: 44px;
    min-width: 44px;
}
}
.url-edit-btn[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, rgba(76, 175, 80, 0.2) 0%, rgba(76, 175, 80, 0.1) 100%);
  border-color: rgba(76, 175, 80, 0.4);
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.2);
}

/* URL Actions Container - Mobile Responsive */
.url-actions[data-v-cbb92636] {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
.url-actions[data-v-cbb92636] {
    gap: 12px;
    margin-left: 8px;
}
}

/* Delete Button - Mobile Responsive */
.url-delete-btn[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: white;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 14px;
  opacity: 0.7;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  min-height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
.url-delete-btn[data-v-cbb92636] {
    padding: 10px 12px;
    font-size: 16px;
    border-radius: 8px;
    min-height: 44px;
    min-width: 44px;
}
}
.url-delete-btn[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, rgba(244, 67, 54, 0.2) 0%, rgba(244, 67, 54, 0.1) 100%);
  border-color: rgba(244, 67, 54, 0.4);
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(244, 67, 54, 0.2);
}

/* Inline Edit Styles - Mobile Responsive */
.inline-edit-title[data-v-cbb92636] {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: white;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  backdrop-filter: blur(10px);
  min-height: 44px; /* iOS recommended touch target */
  box-sizing: border-box;
}

/* Mobile optimizations */
@media (max-width: 768px) {
.inline-edit-title[data-v-cbb92636] {
    padding: 14px;
    font-size: 18px;
    border-radius: 8px;
    min-height: 48px;
}
}
.inline-edit-title[data-v-cbb92636]:focus {
  outline: none;
  border-color: #4CAF50;
  background: rgba(255, 255, 255, 0.15);
}
.inline-edit-url[data-v-cbb92636] {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: #81C784;
  padding: 10px 12px;
  font-size: 14px;
  width: 100%;
  margin-top: 8px;
  backdrop-filter: blur(10px);
  min-height: 44px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
.inline-edit-url[data-v-cbb92636] {
    padding: 12px 14px;
    font-size: 16px;
    border-radius: 8px;
    min-height: 48px;
}
}
.inline-edit-url[data-v-cbb92636]:focus {
  outline: none;
  border-color: #4CAF50;
  background: rgba(255, 255, 255, 0.15);
}
.inline-edit-description[data-v-cbb92636] {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: white;
  padding: 12px;
  font-size: 14px;
  width: 100%;
  margin-top: 8px;
  resize: vertical;
  min-height: 80px;
  backdrop-filter: blur(10px);
  box-sizing: border-box;
  line-height: 1.5;
}
@media (max-width: 768px) {
.inline-edit-description[data-v-cbb92636] {
    padding: 14px;
    font-size: 16px;
    border-radius: 8px;
    min-height: 100px;
    line-height: 1.6;
}
}
.inline-edit-description[data-v-cbb92636]:focus {
  outline: none;
  border-color: #4CAF50;
  background: rgba(255, 255, 255, 0.15);
}

/* Inline Edit Tags */
.inline-edit-tags[data-v-cbb92636] {
  margin-top: 8px;
}
.tags-display[data-v-cbb92636] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.tag-editable[data-v-cbb92636] {
  background: rgba(76, 175, 80, 0.2);
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(76, 175, 80, 0.3);
}
.tag-remove[data-v-cbb92636] {
  background: none;
  border: none;
  color: #ff6b6b;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s;
}
.tag-remove[data-v-cbb92636]:hover {
  background: rgba(255, 107, 107, 0.2);
}
.tag-add-btn[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(76, 175, 80, 0.2) 0%, rgba(76, 175, 80, 0.1) 100%);
  border: 1px solid rgba(76, 175, 80, 0.3);
  border-radius: 12px;
  color: #4CAF50;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.3s ease;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
.tag-add-btn[data-v-cbb92636] {
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 16px;
    min-height: 44px;
}
}
.tag-add-btn[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, rgba(76, 175, 80, 0.3) 0%, rgba(76, 175, 80, 0.2) 100%);
  transform: translateY(-1px);
}

/* Inline Save/Cancel Buttons - Mobile Responsive */
.save-btn-inline[data-v-cbb92636], .cancel-btn-inline[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: white;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  opacity: 0.8;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  min-height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
.save-btn-inline[data-v-cbb92636], .cancel-btn-inline[data-v-cbb92636] {
    padding: 12px 16px;
    font-size: 16px;
    border-radius: 8px;
    min-height: 48px;
    min-width: 48px;
}
}
.save-btn-inline[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, rgba(76, 175, 80, 0.2) 0%, rgba(76, 175, 80, 0.1) 100%);
  border-color: rgba(76, 175, 80, 0.4);
  opacity: 1;
  transform: translateY(-1px);
}
.cancel-btn-inline[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, rgba(244, 67, 54, 0.2) 0%, rgba(244, 67, 54, 0.1) 100%);
  border-color: rgba(244, 67, 54, 0.4);
  opacity: 1;
  transform: translateY(-1px);
}

/* Item Showcase Styles - Similar to URL Grid */
.item-grid[data-v-cbb92636] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 15px;
  margin-bottom: 20px;
}
.item-showcase-card[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.item-showcase-card[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  border-color: rgba(76, 175, 80, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.2);
}

/* Notes Showcase Cards - iPhone-inspired yellow background */
.item-showcase-card.note-showcase-card[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(255, 235, 59, 0.15), rgba(255, 193, 7, 0.08));
  border-color: rgba(255, 235, 59, 0.2);
}
.item-showcase-card.note-showcase-card[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, rgba(255, 235, 59, 0.25), rgba(255, 193, 7, 0.15));
  border-color: rgba(255, 235, 59, 0.4);
  box-shadow: 0 6px 20px rgba(255, 235, 59, 0.2);
}
.item-showcase-header[data-v-cbb92636] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.item-showcase-title-with-icon[data-v-cbb92636] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.item-showcase-actions[data-v-cbb92636] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.item-showcase-icon[data-v-cbb92636] {
  font-size: 16px;
  flex-shrink: 0;
}
.item-showcase-title-with-icon h4[data-v-cbb92636] {
  margin: 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.item-showcase-content[data-v-cbb92636] {
  margin-bottom: 10px;
}
.contact-info[data-v-cbb92636] {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin: 4px 0;
}
.item-preview[data-v-cbb92636] {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.4;
  margin: 8px 0;
}
.item-showcase-meta[data-v-cbb92636] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}
.item-showcase-date[data-v-cbb92636] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
}
.expandable-content[data-v-cbb92636] {
  position: relative;
}
.expand-hint[data-v-cbb92636] {
  color: rgba(76, 175, 80, 0.8);
  font-size: 12px;
  font-style: italic;
  cursor: pointer;
  margin-left: 8px;
}
.expand-hint[data-v-cbb92636]:hover {
  color: rgba(76, 175, 80, 1);
}

/* Mobile responsive for item showcase */
@media (max-width: 768px) {
.item-grid[data-v-cbb92636] {
    grid-template-columns: 1fr;
    gap: 10px;
}
.item-showcase-card[data-v-cbb92636] {
    padding: 12px;
}
.item-showcase-title-with-icon h4[data-v-cbb92636] {
    font-size: 18px;
}
.contact-info[data-v-cbb92636], .item-preview[data-v-cbb92636] {
    font-size: 16px;
}
.item-showcase-date[data-v-cbb92636] {
    font-size: 14px;
}
.item-showcase-actions[data-v-cbb92636] {
    gap: 12px;
}
.expand-hint[data-v-cbb92636] {
    font-size: 14px;
}
}

/* Item Card Styles - Unified with URL Cards */
.item-card-context[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}
.item-card-context[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  border-color: rgba(76, 175, 80, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.2);
}

/* Notes Card - iPhone-inspired yellow background */
.item-card-context.note-card[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(255, 235, 59, 0.15), rgba(255, 193, 7, 0.08));
  border-color: rgba(255, 235, 59, 0.2);
}
.item-card-context.note-card[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, rgba(255, 235, 59, 0.25), rgba(255, 193, 7, 0.15));
  border-color: rgba(255, 235, 59, 0.4);
  box-shadow: 0 6px 20px rgba(255, 235, 59, 0.2);
}
.item-header[data-v-cbb92636] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.item-title-with-icon[data-v-cbb92636] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.item-icon[data-v-cbb92636] {
  font-size: 16px;
  flex-shrink: 0;
}
.item-title-with-icon h4[data-v-cbb92636] {
  margin: 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.item-actions[data-v-cbb92636] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.item-description[data-v-cbb92636] {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.item-meta[data-v-cbb92636] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 10px;
}
.item-category[data-v-cbb92636] {
  font-weight: 500;
}
.item-date[data-v-cbb92636] {
  font-style: italic;
}

/* Item Action Buttons - Match URL card buttons */
.item-edit-btn[data-v-cbb92636], .item-delete-btn[data-v-cbb92636], .save-btn-inline[data-v-cbb92636], .cancel-btn-inline[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: white;
  padding: 8px 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  backdrop-filter: blur(10px);
  min-width: 36px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-edit-btn[data-v-cbb92636]:hover, .save-btn-inline[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, rgba(76, 175, 80, 0.3) 0%, rgba(76, 175, 80, 0.1) 100%);
  border-color: rgba(76, 175, 80, 0.5);
  transform: scale(1.05);
}
.item-delete-btn[data-v-cbb92636]:hover, .cancel-btn-inline[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, rgba(244, 67, 54, 0.3) 0%, rgba(244, 67, 54, 0.1) 100%);
  border-color: rgba(244, 67, 54, 0.5);
  transform: scale(1.05);
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
.item-card-context[data-v-cbb92636] {
    padding: 12px;
}
.item-title-with-icon h4[data-v-cbb92636] {
    font-size: 18px;
}
.item-description[data-v-cbb92636] {
    font-size: 16px;
}
.item-meta[data-v-cbb92636] {
    font-size: 14px;
}
.item-edit-btn[data-v-cbb92636], .item-delete-btn[data-v-cbb92636], .save-btn-inline[data-v-cbb92636], .cancel-btn-inline[data-v-cbb92636] {
    min-width: 44px;
    min-height: 44px;
    font-size: 16px;
}
}

/* Item Inline Edit Styles - Mobile Responsive (for Notes, Projects, Contacts, Ideas) */
.inline-edit-item-title[data-v-cbb92636] {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: white;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  backdrop-filter: blur(10px);
  min-height: 44px;
  box-sizing: border-box;
}
.inline-edit-item-description[data-v-cbb92636] {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: white;
  padding: 12px;
  font-size: 14px;
  width: 100%;
  margin-top: 8px;
  resize: vertical;
  min-height: 120px;
  backdrop-filter: blur(10px);
  box-sizing: border-box;
  line-height: 1.5;
}

/* Contact-specific display styles */
.contact-details[data-v-cbb92636] {
  margin: 12px 0;
}
.contact-field[data-v-cbb92636] {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 8px;
}
.contact-label[data-v-cbb92636] {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.9);
  min-width: 80px;
  font-size: 14px;
}
.contact-value[data-v-cbb92636] {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  word-break: break-word;
}

/* Contact-specific edit styles */
.contact-edit-fields[data-v-cbb92636] {
  margin: 12px 0;
}
.contact-edit-field[data-v-cbb92636] {
  margin-bottom: 12px;
}
.contact-edit-field label[data-v-cbb92636] {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 14px;
}
.inline-edit-contact-field[data-v-cbb92636],
.inline-edit-contact-notes[data-v-cbb92636] {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: white;
  padding: 12px;
  font-size: 14px;
  width: 100%;
  backdrop-filter: blur(10px);
  box-sizing: border-box;
}
.inline-edit-contact-field[data-v-cbb92636] {
  min-height: 44px;
}
.inline-edit-contact-notes[data-v-cbb92636] {
  resize: vertical;
  min-height: 60px;
  line-height: 1.4;
}
.inline-edit-item-title[data-v-cbb92636]:focus,
.inline-edit-item-description[data-v-cbb92636]:focus,
.inline-edit-contact-field[data-v-cbb92636]:focus,
.inline-edit-contact-notes[data-v-cbb92636]:focus {
  outline: none;
  border-color: #4CAF50;
  background: rgba(255, 255, 255, 0.15);
}
@media (max-width: 768px) {
.inline-edit-item-title[data-v-cbb92636] {
    padding: 14px;
    font-size: 18px;
    border-radius: 8px;
    min-height: 48px;
}
.inline-edit-item-description[data-v-cbb92636] {
    padding: 14px;
    font-size: 16px;
    border-radius: 8px;
    min-height: 140px;
    line-height: 1.6;
}
.inline-edit-contact-field[data-v-cbb92636],
  .inline-edit-contact-notes[data-v-cbb92636] {
    padding: 14px;
    font-size: 16px;
    border-radius: 8px;
}
.inline-edit-contact-field[data-v-cbb92636] {
    min-height: 48px;
}
.inline-edit-contact-notes[data-v-cbb92636] {
    min-height: 80px;
    line-height: 1.6;
}
.contact-label[data-v-cbb92636] {
    font-size: 16px;
    min-width: 90px;
}
.contact-value[data-v-cbb92636] {
    font-size: 16px;
}
.contact-edit-field label[data-v-cbb92636] {
    font-size: 16px;
}
}

/* Item Action Buttons - Mobile Responsive */
.item-edit-btn[data-v-cbb92636], .item-delete-btn[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: white;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 14px;
  opacity: 0.7;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  min-height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-edit-btn[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, rgba(76, 175, 80, 0.2) 0%, rgba(76, 175, 80, 0.1) 100%);
  border-color: rgba(76, 175, 80, 0.4);
  opacity: 1;
  transform: translateY(-1px);
}
.item-delete-btn[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, rgba(244, 67, 54, 0.2) 0%, rgba(244, 67, 54, 0.1) 100%);
  border-color: rgba(244, 67, 54, 0.4);
  opacity: 1;
  transform: translateY(-1px);
}
@media (max-width: 768px) {
.item-edit-btn[data-v-cbb92636], .item-delete-btn[data-v-cbb92636] {
    padding: 10px 12px;
    font-size: 16px;
    border-radius: 8px;
    min-height: 44px;
    min-width: 44px;
}
}
.url-header h4[data-v-cbb92636] {
  margin: 0;
  color: #4CAF50;
  font-size: 16px;
  font-weight: 600;
}
.url-icon[data-v-cbb92636] {
  font-size: 20px;
  opacity: 0.7;
}
.url-link[data-v-cbb92636] {
  color: #64B5F6;
  font-size: 13px;
  margin-bottom: 8px;
  word-break: break-all;
  opacity: 0.9;
}
.url-description[data-v-cbb92636] {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-style: italic;
}
.url-tags[data-v-cbb92636] {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 8px;
}
.tag[data-v-cbb92636] {
  background: rgba(76, 175, 80, 0.2);
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  border: 1px solid rgba(76, 175, 80, 0.3);
}
.url-date[data-v-cbb92636] {
  color: #888;
  font-size: 12px;
  opacity: 0.8;
}
.showcase-actions[data-v-cbb92636] {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* 🖼️ URL Logo Styling in Feed Cards */
.url-title-with-logo[data-v-cbb92636] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.url-logo-image[data-v-cbb92636] {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  border-radius: 4px !important;
  object-fit: contain !important;
  background: rgba(255, 255, 255, 0.05) !important;
  padding: 2px !important;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2)) !important;
  transition: transform 0.2s ease !important;
  box-sizing: border-box !important;
}
.url-logo-image[data-v-cbb92636]:hover {
  transform: scale(1.1) !important;
}
.url-logo-emoji[data-v-cbb92636] {
  font-size: 18px;
  opacity: 0.7;
  min-width: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Mobile responsive for URL showcase */
@media (max-width: 768px) {
.url-grid[data-v-cbb92636] {
    grid-template-columns: 1fr;
    gap: 10px;
}
.url-card[data-v-cbb92636] {
    padding: 12px;
}
.showcase-header[data-v-cbb92636] {
    flex-direction: column;
    gap: 10px;
}
.showcase-actions[data-v-cbb92636] {
    flex-direction: column;
}
}

/* In-App Webview Styling */
.webview-overlay[data-v-cbb92636] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
  padding: 20px;
  box-sizing: border-box;
  animation: webviewFadeIn-cbb92636 0.3s ease-out;
  /* 📍 Prevent background scrolling */
  overflow: hidden;
}

/* 📍 Lock body scroll when webview is open */
body.webview-open[data-v-cbb92636] {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
}
@keyframes webviewFadeIn-cbb92636 {
from {
    opacity: 0;
    backdrop-filter: blur(0px);
}
to {
    opacity: 1;
    backdrop-filter: blur(10px);
}
}
@keyframes webviewSlideIn-cbb92636 {
from {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
}
to {
    opacity: 1;
    transform: scale(1) translateY(0);
}
}
@keyframes spin-cbb92636 {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
.webview-container[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.95) 0%, rgba(42, 82, 152, 0.95) 50%, rgba(62, 95, 159, 0.95) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 15px;
  position: relative;
  width: 90vw;
  height: 80vh;
  max-width: 1200px;
  max-height: 800px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
  overflow: hidden;
  animation: webviewSlideIn-cbb92636 0.4s ease-out;
}
.webview-header[data-v-cbb92636] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.webview-title[data-v-cbb92636] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
}
.webview-icon[data-v-cbb92636] {
  font-size: 20px;
}
.webview-controls[data-v-cbb92636] {
  display: flex;
  gap: 10px;
}
.webview-fix-btn[data-v-cbb92636],
.webview-refresh-btn[data-v-cbb92636],
.webview-close-btn[data-v-cbb92636] {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 16px;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 500;
}
.webview-fix-btn[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-right: 8px;
  font-size: 14px;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.webview-fix-btn[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, rgba(255, 170, 0, 0.2) 0%, rgba(255, 140, 0, 0.1) 100%);
  border-color: rgba(255, 170, 0, 0.4);
  transform: translateY(-1px);
  opacity: 1;
  box-shadow: 0 4px 12px rgba(255, 170, 0, 0.2);
}
.webview-refresh-btn[data-v-cbb92636]:hover {
  background: rgba(76, 175, 80, 0.2);
  border-color: rgba(76, 175, 80, 0.4);
  transform: translateY(-1px);
}
.webview-close-btn[data-v-cbb92636]:hover {
  background: rgba(244, 67, 54, 0.2);
  border-color: rgba(244, 67, 54, 0.4);
  transform: translateY(-1px);
}
.webview-content[data-v-cbb92636] {
  flex: 1;
  position: relative;
  background: white;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}
.webview-loading[data-v-cbb92636] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #333;
  z-index: 1002;
}
.loading-spinner[data-v-cbb92636] {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(76, 175, 80, 0.3);
  border-top: 4px solid #4CAF50;
  border-radius: 50%;
  animation: spin-cbb92636 1s linear infinite;
  margin: 0 auto 15px;
}
.webview-frame[data-v-cbb92636] {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0 0 15px 15px;
}

/* Mobile responsive webview */
@media (max-width: 768px) {
.webview-overlay[data-v-cbb92636] {
    padding: 10px;
}
.webview-container[data-v-cbb92636] {
    width: 95vw;
    height: 85vh;
    max-width: none;
}
.webview-header[data-v-cbb92636] {
    padding: 12px 15px;
}
.webview-title[data-v-cbb92636] {
    font-size: 14px;
}
.webview-refresh-btn[data-v-cbb92636],
  .webview-close-btn[data-v-cbb92636] {
    padding: 6px 10px;
    font-size: 14px;
}
}
.webview-error[data-v-cbb92636] {
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  background: rgba(255, 107, 107, 0.1);
  border: 1px solid rgba(255, 107, 107, 0.2);
  margin-top: 20px;
}
.error-icon[data-v-cbb92636] {
  font-size: 40px;
  color: #ff4f4f;
  margin-bottom: 10px;
}
.error-actions[data-v-cbb92636] {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.error-actions .action-button[data-v-cbb92636] {
  background: linear-gradient(135deg, #4CAF50, #45a049);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}
.error-actions .action-button[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, #45a049, #3d8b40);
}

/* 📦 Bulk Import Styles */
.bulk-import-post[data-v-cbb92636] {
  background: rgba(0, 123, 255, 0.1);
  border-left: 4px solid #007bff;
}
.bulk-import-form[data-v-cbb92636] {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}
.bulk-url-input[data-v-cbb92636] {
  width: 100%;
  min-height: 200px;
  padding: 12px;
  border: 2px solid rgba(0, 123, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: white;
  font-family: 'Courier New', monospace;
  font-size: 14px;
  resize: vertical;
  backdrop-filter: blur(10px);
}
.bulk-url-input[data-v-cbb92636]:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
.bulk-import-stats[data-v-cbb92636] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: rgba(0, 123, 255, 0.1);
  border-radius: 6px;
  font-size: 14px;
}
.url-count[data-v-cbb92636] {
  color: #007bff;
  font-weight: 600;
}
.bulk-import-actions[data-v-cbb92636] {
  display: flex;
  gap: 10px;
  align-items: center;
}
.import-btn[data-v-cbb92636] {
  background: linear-gradient(135deg, #007bff, #0056b3);
  flex: 1;
}
.import-btn[data-v-cbb92636]:hover:not(:disabled) {
  background: linear-gradient(135deg, #0056b3, #003d82);
}
.import-btn[data-v-cbb92636]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* 🎯 AI Results Preview Styling */
.ai-results-preview[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.1), rgba(42, 82, 152, 0.05));
  border: 1px solid rgba(76, 175, 80, 0.2);
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
}
.results-summary[data-v-cbb92636] {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 10px;
}
.suggested-categories[data-v-cbb92636] {
  font-size: 14px;
  color: #888;
  margin-bottom: 15px;
}
.suggested-scroll[data-v-cbb92636] {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px; /* add vertical space so pills don't touch the scrollbar */
  margin-bottom: 8px;
  /* Thinner scrollbar across browsers */
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.1) transparent; /* ~90% transparent */
}
.suggested-scroll[data-v-cbb92636]::-webkit-scrollbar { height: 4px;
}
.suggested-scroll[data-v-cbb92636]::-webkit-scrollbar-track { background: transparent;
}
.suggested-scroll[data-v-cbb92636]::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); border-radius: 999px;
}
.suggested-tag[data-v-cbb92636] {
  background: rgba(76, 175, 80, 0.2);
  color: #4CAF50;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.processed-urls-list[data-v-cbb92636] {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 20px;
}
.url-preview-item[data-v-cbb92636] {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
}
.url-preview-header[data-v-cbb92636] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.url-title[data-v-cbb92636] {
  font-weight: 600;
}
.ai-badge[data-v-cbb92636] {
  background: rgba(76, 175, 80, 0.2);
  color: #4CAF50;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
}
.url-preview-url[data-v-cbb92636] {
  color: #64B5F6;
  font-size: 13px;
  margin-bottom: 5px;
}
.url-preview-description[data-v-cbb92636] {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 5px;
}
.url-preview-tags[data-v-cbb92636] {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 5px;
}
.editable-tag[data-v-cbb92636] {
  background: rgba(255, 255, 255, 0.2);
  color: #4CAF50;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
}
.add-tag-btn[data-v-cbb92636] {
  background: linear-gradient(135deg, #4CAF50, #45a049);
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}
.add-tag-btn[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, #45a049, #3d8b40);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}
.import-confirmation[data-v-cbb92636] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

/* 🎉 Import Success Card */
.import-success-card[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(76, 175, 80, 0.1), rgba(76, 175, 80, 0.05));
  border: 2px solid rgba(76, 175, 80, 0.3);
  margin-top: 20px;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}
.success-message[data-v-cbb92636] {
  font-size: 16px;
  color: #4CAF50;
  margin-bottom: 15px;
  font-weight: 600;
}
.import-stats[data-v-cbb92636] {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.stat[data-v-cbb92636] {
  background: rgba(76, 175, 80, 0.2);
  color: #4CAF50;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
.success-actions[data-v-cbb92636] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.success-actions .action-button.secondary[data-v-cbb92636] {
  background: linear-gradient(135deg, #64B5F6, #42A5F5);
}
.confirm-import-btn[data-v-cbb92636] {
  background: linear-gradient(135deg, #4CAF50, #45a049);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}
.confirm-import-btn[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, #45a049, #3d8b40);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}
.edit-more-tags-btn[data-v-cbb92636] {
  background: linear-gradient(135deg, #ccc, #999);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}
.edit-more-tags-btn[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, #999, #666);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(100, 100, 100, 0.3);
}
.import-success-card[data-v-cbb92636] {
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.1), rgba(42, 82, 152, 0.05));
  border: 1px solid rgba(76, 175, 80, 0.2);
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
}
.import-success-card h4[data-v-cbb92636] {
  margin: 0 0 10px 0;
  color: #4CAF50;
  font-size: 18px;
}
.success-message[data-v-cbb92636] {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 10px;
}
.import-stats[data-v-cbb92636] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: rgba(0, 123, 255, 0.1);
  border-radius: 6px;
  font-size: 14px;
}
.stat[data-v-cbb92636] {
  color: #007bff;
  font-weight: 600;
}
.success-actions[data-v-cbb92636] {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 20px;
}
.action-button[data-v-cbb92636] {
  background: linear-gradient(135deg, #4CAF50, #45a049);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}
.action-button[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, #45a049, #3d8b40);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}
.secondary[data-v-cbb92636] {
  background: linear-gradient(135deg, #ccc, #999);
  color: white;
}
.secondary[data-v-cbb92636]:hover {
  background: linear-gradient(135deg, #999, #666);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(100, 100, 100, 0.3);
}
.chooser-post[data-v-cbb92636] {
  padding: 12px;
}
.chooser-pills[data-v-cbb92636] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.chooser-pill[data-v-cbb92636] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.06);
  color: #e9f1f7;
  cursor: pointer;
}
.chooser-pill[data-v-cbb92636]:hover {
  transform: scale(1.03);
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.25);
}
.chooser-pill[data-v-cbb92636]:active { transform: scale(0.98);
}
.chooser-pills[data-v-cbb92636] { transition: 0.15s;
}
.pill-icon[data-v-cbb92636] { opacity: 0.8;
}
.pill-meta[data-v-cbb92636] { opacity: 0.6; font-size: 12px;
}
.chooser-actions[data-v-cbb92636] { margin-top: 10px;
}
.tagop-success-post[data-v-cbb92636] { padding: 12px;
}
.ai-disabled[data-v-cbb92636] { filter: blur(1px); opacity: 0.6; pointer-events: none; transition: 0.2s;
}
.ai-disabled-banner[data-v-cbb92636] { margin-top: 8px; display: flex; gap: 8px; align-items: center;
}

.auth-modal[data-v-fb844dbd] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.modal-content[data-v-fb844dbd] {
    background-color: #111;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(30, 30, 30, 0.5);
    width: 80%;
    max-width: 500px; /* Add a max-width */
    color: white;
    text-align: center;
    position: relative; /* Required for absolute positioning of close button */
}
.google-button[data-v-fb844dbd] {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.google-button img[data-v-fb844dbd] {
  margin-right: 10px;
}
.google-button span[data-v-fb844dbd] {
  color: #757575;
}
.google-button[data-v-fb844dbd]:hover {
  background-color: #f0f0f0;
}
.login-sign-up[data-v-fb844dbd] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-content h2[data-v-fb844dbd] {
    margin-bottom: 20px;
}
.login-sign-up p[data-v-fb844dbd] {
    font-size: 1.1em;
    margin-bottom: 20px;
}
.close-button[data-v-fb844dbd] {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
  z-index: 1002;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.close-button[data-v-fb844dbd]:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Mobile-First Design */
@media (max-width: 600px) {
.modal-content[data-v-fb844dbd] {
        width: 95%;
        padding: 15px;
}
.close-button[data-v-fb844dbd] {
        top: 10px;
        right: 10px;
        font-size: 24px;
        width: 35px;
        height: 35px;
}
}


.splash-screen[data-v-91985514] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 25%, #3e5f9f 50%, #4a6ba3 75%, #5577aa 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.splash-screen.fade-out[data-v-91985514] {
  opacity: 0;
}
.splash-content[data-v-91985514] {
  text-align: center;
  color: white;
}
.logo-container[data-v-91985514] {
  margin-bottom: 40px;
  animation: logoFloat-91985514 2s ease-in-out infinite;
}
.splash-logo[data-v-91985514] {
  width: 120px;
  height: auto;
  filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.3));
}
.app-title h1[data-v-91985514] {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  background: linear-gradient(45deg, #fff, #e3f2fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.app-title p[data-v-91985514] {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0 0 60px 0;
  opacity: 0.9;
  letter-spacing: 1px;
}
.loading-indicator[data-v-91985514] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.loading-dots[data-v-91985514] {
  display: flex;
  gap: 8px;
}
.loading-dots span[data-v-91985514] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  animation: dotPulse-91985514 1.4s ease-in-out infinite both;
}
.loading-dots span[data-v-91985514]:nth-child(1) { animation-delay: -0.32s;
}
.loading-dots span[data-v-91985514]:nth-child(2) { animation-delay: -0.16s;
}
.loading-dots span[data-v-91985514]:nth-child(3) { animation-delay: 0;
}
.loading-indicator p[data-v-91985514] {
  font-size: 0.9rem;
  opacity: 0.8;
  margin: 0;
  font-weight: 300;
}
@keyframes logoFloat-91985514 {
0%, 100% {
    transform: translateY(0px);
}
50% {
    transform: translateY(-10px);
}
}
@keyframes dotPulse-91985514 {
0%, 80%, 100% {
    transform: scale(0.8);
    opacity: 0.5;
}
40% {
    transform: scale(1.2);
    opacity: 1;
}
}

/* Mobile responsiveness */
@media (max-width: 768px) {
.splash-logo[data-v-91985514] {
    width: 100px;
}
.app-title h1[data-v-91985514] {
    font-size: 2rem;
}
.app-title p[data-v-91985514] {
    font-size: 1rem;
    margin-bottom: 40px;
}
}
@media (max-width: 480px) {
.splash-logo[data-v-91985514] {
    width: 80px;
}
.app-title h1[data-v-91985514] {
    font-size: 1.8rem;
}
.app-title p[data-v-91985514] {
    font-size: 0.9rem;
}
}

.items-container {
  width: 100%;
  margin-bottom: 30px;
}
.item-carousel {
  margin-top: 20px;
  overflow: hidden;
}
.item-scroll-container {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding: 10px 5px 15px 5px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.item-scroll-container::-webkit-scrollbar {
  height: 4px;
}
.item-scroll-container::-webkit-scrollbar-track {
  background: #333;
  border-radius: 2px;
}
.item-scroll-container::-webkit-scrollbar-thumb {
  background: #4CAF50;
  border-radius: 2px;
}

/* Notification card styles */
.notification-card {
  background: linear-gradient(135deg, rgba(94, 169, 255, 0.9), rgba(59, 130, 246, 0.9));
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 12px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  max-width: 140px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 8px 32px rgba(59, 130, 246, 0.2);
}
.notification-card:hover {
  max-width: 250px;
  z-index: 10;
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.3);
  transform: scale(1.02) translateY(-2px);
}
.notification-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.notification-title {
  font-weight: bold;
  font-size: 0.9rem;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dismiss-button {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}
.dismiss-button:hover {
  background: rgba(255, 255, 255, 0.3);
}
.notification-message {
  margin: 0 0 8px 0;
  font-size: 0.8rem;
  opacity: 0.9;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
  word-wrap: break-word;
  word-break: break-all;
  max-width: 100%;
}
.notification-card:hover .notification-message {
  -webkit-line-clamp: unset;
  overflow: visible;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  max-height: none;
  background: rgba(0, 0, 0, 0.2);
  padding: 4px;
  border-radius: 4px;
}
.notification-actions {
  display: flex;
  gap: 8px;
}
.action-btn {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  color: white;
  padding: 4px 8px;
  font-size: 0.75rem;
  cursor: pointer;
  transition: all 0.2s;
}
.action-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
}

/* Regular item card styles */
.item-card {
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.8) 0%, rgba(42, 82, 152, 0.8) 100%);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 140px;
  max-width: 140px;
  flex-shrink: 0;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  color: white; /* Added explicit white color */
}
.item-card h3,
.item-card h4,
.item-card h5,
.item-card h6 {
  color: white !important; /* Ensure all headings are white */
  margin: 0;
  font-size: 0.85rem;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item-card p,
.item-card .item-description {
  color: rgba(255, 255, 255, 0.7) !important; /* Grey text for better hierarchy */
  font-size: 0.75rem;
  line-height: 1.3;
  margin-top: 4px;
}
.episode-image {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 8px;
}
.episode-card h3 {
  margin: 0;
  font-size: 0.85rem;
  color: white;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.load-more-card {
  background: #1a1a1a;
  border: 2px dashed #4CAF50;
  border-radius: 10px;
  padding: 12px;
  cursor: pointer;
  transition: all 0.2s;
  min-width: 140px;
  max-width: 140px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 190px;
}
.load-more-card:hover {
  background: #2a2a2a;
  transform: scale(1.05);
}
.load-more-icon {
  font-size: 2.5rem;
  color: #4CAF50;
  margin-bottom: 8px;
  font-weight: bold;
}
.load-more-card h3 {
  margin: 0;
  font-size: 0.85rem;
  color: #4CAF50;
  text-align: center;
}
.items-container {
  width: 100%;
  margin-bottom: 30px;
}
.item-carousel {
  margin-top: 20px;
  overflow: hidden;
}
.item-scroll-container {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding: 10px 5px 15px 5px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.item-scroll-container::-webkit-scrollbar {
  height: 4px;
}
.item-scroll-container::-webkit-scrollbar-track {
  background: #333;
  border-radius: 2px;
}
.item-scroll-container::-webkit-scrollbar-thumb {
  background: #4CAF50;
  border-radius: 2px;
}
.item-card:hover {
  transform: scale(1.05);
}
.episode-image {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 8px;
}
.episode-card h3 {
  margin: 0;
  font-size: 0.85rem;
  color: white;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.load-more-card {
  background: #1a1a1a;
  border: 2px dashed #4CAF50;
  border-radius: 10px;
  padding: 12px;
  cursor: pointer;
  transition: all 0.2s;
  min-width: 140px;
  max-width: 140px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 190px;
}
.load-more-card:hover {
  background: #2a2a2a;
  transform: scale(1.05);
}
.load-more-icon {
  font-size: 2.5rem;
  color: #4CAF50;
  margin-bottom: 8px;
  font-weight: bold;
}
.load-more-card h3 {
  margin: 0;
  font-size: 0.85rem;
  color: #4CAF50;
  text-align: center;
}

/* Main content styling */
main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
h2 {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
}

/* Rest of your existing styles */
.add-podcast-button {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: linear-gradient(135deg, rgba(94, 169, 255, 0.9), rgba(59, 130, 246, 0.9));
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px rgba(59, 130, 246, 0.3);
}
.add-podcast-button:hover {
  background: linear-gradient(135deg, rgba(59, 130, 246, 1), rgba(37, 99, 235, 1));
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.4);
}

/* Blue Gradient Theme - Inspired by iPhone Lock Screen */
html {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 25%, #3e5f9f 50%, #4a6ba3 75%, #5577aa 100%);
  background-attachment: fixed;
  height: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 25%, #3e5f9f 50%, #4a6ba3 75%, #5577aa 100%);
  background-attachment: fixed;
  min-height: 100vh;
  min-height: -webkit-fill-available; /* iOS Safari fix */
  overflow-x: hidden;
}
.app-root {
  min-height: 100vh;
  min-height: -webkit-fill-available; /* iOS Safari fix */
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 25%, #3e5f9f 50%, #4a6ba3 75%, #5577aa 100%);
  background-attachment: fixed;
  position: relative;
  /* Ensure background extends beyond viewport */
  background-size: 100% 120vh;
  background-repeat: no-repeat;
}
.app-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, rgba(30, 60, 114, 0.1) 0%, rgba(42, 82, 152, 0.05) 100%);
  backdrop-filter: blur(20px);
}
header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
  padding: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(20px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.top-logo {
  display: flex;
  align-items: center;
}
.logo-image {
  height: 100px;
  width: auto;
  border-radius: 12px;
}
.logout-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 12px 24px;
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.9), rgba(42, 82, 152, 0.9));
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  cursor: pointer;
  font-size: 14px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.logout-button:hover {
  background: linear-gradient(135deg, rgba(42, 82, 152, 1), rgba(62, 95, 159, 1));
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
.setup-prompt {
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.8), rgba(42, 82, 152, 0.8));
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.setup-prompt h2 {
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 15px;
  font-size: 1.8rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.setup-prompt p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
  font-size: 1rem;
  line-height: 1.6;
}
.setup-button {
  background: linear-gradient(135deg, rgba(94, 169, 255, 0.9), rgba(59, 130, 246, 0.9));
  color: white;
  padding: 15px 30px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px rgba(59, 130, 246, 0.3);
}
.setup-button:hover {
  background: linear-gradient(135deg, rgba(59, 130, 246, 1), rgba(37, 99, 235, 1));
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.4);
}
.item-image {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 8px;
}

/* 🖼️ Logo Container - Fixed dimensions for consistency */
.item-logo-container {
  width: 100%;
  height: 80px !important; /* Fixed smaller height */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

/* 🖼️ Logo Image - Strict size constraints */
.item-logo-image {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
  border-radius: 8px;
  object-fit: contain !important; /* Maintain aspect ratio within bounds */
  background: rgba(255, 255, 255, 0.05);
  padding: 6px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
  transition: transform 0.2s ease;
  box-sizing: border-box;
}
.item-logo-image:hover {
  transform: scale(1.05);
}
.item-emoji-container {
  width: 100%;
  height: 80px; /* Match logo container height */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.item-emoji {
  font-size: 2.5rem; /* Slightly smaller to match logo size */
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
.item-description {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: break-word;
}

/* 🖼️ Logo Styling - Consistent dimensions for all logos */
.item-logo-container {
  width: 100% !important;
  height: 80px !important; /* Fixed smaller height */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 12px !important;
}
.item-logo-image {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
  border-radius: 8px !important;
  object-fit: contain !important; /* Maintain aspect ratio within strict bounds */
  background: rgba(255, 255, 255, 0.05) !important;
  padding: 6px !important;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2)) !important;
  transition: transform 0.2s ease !important;
  box-sizing: border-box !important;
}
.item-logo-image:hover {
  transform: scale(1.05) !important;
}

/* Override emoji container to match logo height */
.item-emoji-container {
  height: 80px !important; /* Match logo container height */
  margin-bottom: 12px !important;
}
.item-emoji {
  font-size: 2.5rem !important; /* Slightly smaller to visually match logo size */
}

/* 🏠 App Action Images - Larger and distinctive for internal features */
.item-app-image {
  width: 80px !important;
  height: 80px !important;
  border-radius: 12px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.3)) !important;
  transition: transform 0.2s ease !important;
  background: rgba(255, 255, 255, 0.1) !important;
  padding: 8px !important;
  box-sizing: border-box !important;
}
.item-app-image:hover {
  transform: scale(1.1) !important;
}
@media (max-width: 600px) {
header {
    padding: 0 15px;
}
.logo-image {
    height: 87px;
    border-radius: 10px;
}
.episode-card {
    min-width: 120px;
    max-width: 120px;
    padding: 10px;
}
.episode-image {
    height: 120px;
}
.episode-card h3 {
    font-size: 0.8rem;
}
.load-more-card {
    min-width: 120px;
    max-width: 120px;
    height: 160px;
}
.load-more-icon {
    font-size: 2rem;
}
}

/* iOS and overscroll fixes */
html, body, .app-root {
  /* Prevent white background on overscroll */
  background-color: #1e3c72; /* Fallback solid color */
}

/* Additional overscroll prevention */
@supports (-webkit-touch-callout: none) {
html {
    background: #1e3c72;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 25%, #3e5f9f 50%, #4a6ba3 75%, #5577aa 100%);
    background-attachment: fixed;
    height: 100%;
    /* Extend background beyond viewport */
    background-size: 100% 150vh;
    background-position: center top;
}
body {
    /* Prevent elastic bounce showing white */
    background: #1e3c72;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 25%, #3e5f9f 50%, #4a6ba3 75%, #5577aa 100%);
    background-attachment: fixed;
    background-size: 100% 150vh;
    background-position: center top;
}
.app-root {
    background: #1e3c72;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 25%, #3e5f9f 50%, #4a6ba3 75%, #5577aa 100%);
    background-attachment: fixed;
    background-size: 100% 150vh;
    background-position: center top;
}
}
