@import '_content/Mcp.Shared.UI/Mcp.Shared.UI.eai5y7tlqh.bundle.scp.css';

/* _content/Current.WebApp/Backend/Application/Features/Admin/UI/Admin.razor.rz.scp.css */
.admin-container[b-2oekjv9pcz] {
    height: 100%;
}

.empty-admin-card[b-2oekjv9pcz] {
    padding: 2rem;
    background-color: rgba(30, 41, 59, 0.3);
    border: 1px dashed rgba(30, 41, 59, 0.5);
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.icon-wrapper[b-2oekjv9pcz] {
    width: 4rem;
    height: 4rem;
    background-color: rgb(30, 41, 59);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.empty-icon[b-2oekjv9pcz] {
    width: 2rem;
    height: 2rem;
    opacity: 0.2;
}

.status-title[b-2oekjv9pcz] {
    color: rgb(148, 163, 184);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
}

.status-desc[b-2oekjv9pcz] {
    color: rgb(71, 85, 105);
    font-size: 0.625rem;
    margin-top: 0.25rem;
    text-transform: uppercase;
}
/* _content/Current.WebApp/Backend/Application/Features/Feeds/UI/Components/AddRssSourceModal.razor.rz.scp.css */
.add-rss-modal[b-mhf8x10xl2] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-group[b-mhf8x10xl2] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.form-group label[b-mhf8x10xl2] {
    font-size: 9px;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.form-group input[b-mhf8x10xl2], .form-group textarea[b-mhf8x10xl2] {
    padding: 0.75rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 13px;
    color: #1e293b;
    outline: none;
    transition: all 0.2s;
}

.form-group input:focus[b-mhf8x10xl2], .form-group textarea:focus[b-mhf8x10xl2] {
    background: white;
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.modal-actions[b-mhf8x10xl2] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 0.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #f1f5f9;
}

.cancel-btn[b-mhf8x10xl2] {
    font-size: 10px;
    font-weight: 800;
    color: #94a3b8;
    background: transparent;
    padding: 0 1rem;
    height: 2.25rem;
    border-radius: 8px;
    transition: all 0.2s;
}

.cancel-btn:hover[b-mhf8x10xl2] {
    color: #64748b;
    background: #f1f5f9;
}

.save-btn[b-mhf8x10xl2] {
    font-size: 10px;
    font-weight: 800;
    color: white;
    background: #10b981;
    padding: 0 1.25rem;
    height: 2.25rem;
    border-radius: 8px;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(16, 185, 129, 0.2);
}

.save-btn:hover:not(:disabled)[b-mhf8x10xl2] {
    background: #059669;
    transform: translateY(-1px);
}

.save-btn:disabled[b-mhf8x10xl2] {
    opacity: 0.5;
    cursor: not-allowed;
}
/* _content/Current.WebApp/Backend/Application/Features/Feeds/UI/Components/FeedItem.razor.rz.scp.css */
.post[b-5pl7aqup4p] {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 15px;
}

.post-header[b-5pl7aqup4p] {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.post-header img[b-5pl7aqup4p] {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: contain;
  border: 1px solid #f1f5f9;
  background: white;
}

.user-info[b-5pl7aqup4p] {
  flex: 1;
}

.user-info a[b-5pl7aqup4p] {
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  color: #1e293b;
}

.time[b-5pl7aqup4p] {
  margin-left: 8px;
  font-size: 11px;
  color: #94a3b8;
}

.post-content[b-5pl7aqup4p] {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.post-content p[b-5pl7aqup4p] {
  line-height: 1.6;
  margin: 0;
  color: #475569;
  font-size: 0.95rem;
}

.post-content .title[b-5pl7aqup4p] {
  font-weight: 600;
  font-size: 1rem;
  color: #0f172a;
  display: block;
  line-height: 1.3;
}

.post-content img[b-5pl7aqup4p] {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 4px;
}

.post-content .see-more-btn[b-5pl7aqup4p] {
  background: none !important;
  border: none !important;
  color: gray !important;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  font-size: 1em !important;
  font-weight: normal !important;
  margin-left: 4px;
}

.post.list-mode[b-5pl7aqup4p] {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  padding: 18px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
}

.post.list-mode .post-side[b-5pl7aqup4p] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.post.list-mode .image-block[b-5pl7aqup4p] {
  display: flex;
  align-items: flex-start;
}

.post.list-mode .image-block img[b-5pl7aqup4p] {
  width: 220px;
  height: 140px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #e2e8f0;
  background: white;
}

.post.list-mode .post-right[b-5pl7aqup4p] {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.post.list-mode .post-header[b-5pl7aqup4p] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0;
}

.post.list-mode .post-header img[b-5pl7aqup4p] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: contain;
  border: 1px solid #f1f5f9;
  background: white;
}

.post.list-mode .post-header .user-info[b-5pl7aqup4p] {
  flex: 1;
  text-align: left;
}

.post.list-mode .post-header a[b-5pl7aqup4p] {
  font-size: 1rem;
  color: #111827;
}

.post.list-mode .time[b-5pl7aqup4p] {
  display: block;
  margin-left: 0;
  color: #64748b;
}

.post.list-mode .post-content[b-5pl7aqup4p] {
  margin-bottom: 0;
}

..post.list-mode .post-content img[b-5pl7aqup4p] {
  max-height: 120px;
  border-radius: 12px;
}

/* _content/Current.WebApp/Backend/Application/Features/Feeds/UI/Components/FeedItemActions.razor.rz.scp.css */
.feed-item-actions[b-5ve4xmpfj1] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.feed-item-actions-left[b-5ve4xmpfj1] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.feed-item-actions-right[b-5ve4xmpfj1] {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
/* _content/Current.WebApp/Backend/Application/Features/Feeds/UI/Components/FeedItemAiControls.razor.rz.scp.css */
.feed-item-ai-controls[b-iakrb9q14l] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.feed-item-ai-controls-buttons[b-iakrb9q14l] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.ai-toggle-button[b-iakrb9q14l] {
  padding: 0.65rem 0.85rem;
  min-width: 100px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #334155;
}

.ai-text-block[b-iakrb9q14l] {
  margin: 0;
  color: #475569;
  line-height: 1.75;
}

.preserve-new-lines[b-iakrb9q14l] {
  white-space: pre-line;
}
/* _content/Current.WebApp/Backend/Application/Features/Feeds/UI/Components/FeedList.razor.rz.scp.css */
.feed-list.cards-single .items[b-xl7ekwmxcv] {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
    max-width: 900px;
    margin: 0 auto;
}

.feed-list.cards-double .items[b-xl7ekwmxcv] {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    max-width: 1200px;
    margin: 0 auto;
}

.feed-list.list-mode .items[b-xl7ekwmxcv] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 900px;
    margin: 0 auto;
}

.feed-list.list-mode .post[b-xl7ekwmxcv] {
    width: 100%;
}
/* _content/Current.WebApp/Backend/Application/Features/Feeds/UI/Components/FeedSettings.razor.rz.scp.css */
.settings-panel[b-kdif3hiwdb] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.settings-group[b-kdif3hiwdb] {
    display: flex;
    flex-direction: column;
}

.group-title[b-kdif3hiwdb] {
    font-size: 1.125rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.group-desc[b-kdif3hiwdb] {
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 1.5rem;
}

.sources-list[b-kdif3hiwdb] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.source-item[b-kdif3hiwdb] {
    background: white;
    border: 1px solid #f1f5f9;
    border-radius: 10px;
    padding: 0.625rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s;
}

.source-item:hover[b-kdif3hiwdb] {
    border-color: #e2e8f0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.source-item.active[b-kdif3hiwdb] {
    background: #f8fafc;
}

.source-main[b-kdif3hiwdb] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.source-logo-small[b-kdif3hiwdb] {
    width: 2.25rem;
    height: 2.25rem;
    background: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f1f5f9;
    padding: 0.375rem;
}

.source-logo-small img[b-kdif3hiwdb] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.source-info-slim[b-kdif3hiwdb] {
    display: flex;
    flex-direction: column;
}

.source-info-slim .name[b-kdif3hiwdb] {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #1e293b;
}

.source-info-slim .url[b-kdif3hiwdb] {
    font-size: 0.6875rem;
    color: #94a3b8;
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toggle-wrapper[b-kdif3hiwdb] {
    cursor: pointer;
}

.toggle-track[b-kdif3hiwdb] {
    width: 2.25rem;
    height: 1.25rem;
    background: #e2e8f0;
    border-radius: 999px;
    position: relative;
    transition: background 0.2s;
}

.track-active[b-kdif3hiwdb] {
    background: #10b981;
}

.toggle-thumb[b-kdif3hiwdb] {
    width: 0.875rem;
    height: 0.875rem;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.thumb-active[b-kdif3hiwdb] {
    transform: translateX(1rem);
}

.actions-row[b-kdif3hiwdb] {
    display: flex;
    gap: 1rem;
}

.danger-btn[b-kdif3hiwdb] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0 1.25rem;
    height: 3rem;
    background: white;
    border: 1px solid #fee2e2;
    color: #ef4444;
    border-radius: 0.75rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    transition: all 0.2s;
}

.danger-btn:hover[b-kdif3hiwdb] {
    background: #fef2f2;
    border-color: #fca5a5;
}

.danger-btn img[b-kdif3hiwdb] {
    width: 1rem;
    height: 1rem;
    filter: invert(38%) sepia(85%) saturate(1915%) hue-rotate(338deg) brightness(97%) contrast(92%);
}
/* _content/Current.WebApp/Backend/Application/Features/Feeds/UI/Components/FeedSources.razor.rz.scp.css */
.feed-sources-grid[b-webv8pnvav] {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 0.75rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.feed-sources-grid .grid[b-webv8pnvav] {
  gap: 0.35rem;
}

.feed-source-button[b-webv8pnvav] {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  overflow: hidden;
  border: 1px solid #787d83;
  background: #ffffff;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.feed-source-button:hover[b-webv8pnvav] {
  transform: scale(1.08);
  border-color: #94a3b8;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
}
/* _content/Current.WebApp/Backend/Application/Features/Feeds/UI/Feeds.razor.rz.scp.css */
.feed-container[b-jm9vvvgzr1] {
    height: 100%;
}

/* Custom scrollbar matching Linguist */
.custom-scrollbar[b-jm9vvvgzr1]::-webkit-scrollbar {
    width: 6px;
}

.custom-scrollbar[b-jm9vvvgzr1]::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar[b-jm9vvvgzr1]::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 10px;
}

.custom-scrollbar[b-jm9vvvgzr1]::-webkit-scrollbar-thumb:hover {
    background: #cbd5e1;
}
/* _content/Current.WebApp/Pages/Index.razor.rz.scp.css */
.index-container[b-cdo9x0k9k6] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 2rem;
    background-color: #0f172a;
    color: white;
}

/* Typography Overrides */
.hero-title[b-cdo9x0k9k6] {
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1;
    color: white;
}

@media (min-width: 768px) {
    .hero-title[b-cdo9x0k9k6] {
        font-size: 6rem;
    }
}

.hero-title span[b-cdo9x0k9k6] {
    text-shadow: 0 0 20px rgba(16, 185, 129, 0.3);
}

.hero-subtitle[b-cdo9x0k9k6] {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    color: #94a3b8;
    font-weight: 500;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.content-wrapper[b-cdo9x0k9k6] {
    position: relative;
    z-index: 10;
    max-width: 48rem;
    width: 100%;
    text-align: center;
}

.logo-container[b-cdo9x0k9k6] {
    padding: 1.25rem;
    background: rgba(32, 222, 247, 0.6);
    border-radius: 1.25rem;
    border: 1px solid rgba(16, 185, 129, 0.2);
    display: inline-flex;
    backdrop-filter: blur(12px);
    box-shadow: 0 0 30px rgba(16, 185, 129, 0.1);
}

.bg-blob-emerald[b-cdo9x0k9k6] {
    position: absolute;
    top: -10%;
    right: -10%;
    width: 40rem;
    height: 40rem;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.12) 0%, rgba(15, 23, 42, 0) 70%);
    filter: blur(80px);
    z-index: 0;
}

.bg-blob-cyan[b-cdo9x0k9k6] {
    position: absolute;
    bottom: -10%;
    left: -10%;
    width: 40rem;
    height: 40rem;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.08) 0%, rgba(15, 23, 42, 0) 70%);
    filter: blur(80px);
    z-index: 0;
}

.btn-grid[b-cdo9x0k9k6] {
    margin-top: 4rem;
    display: grid;
    grid-template-cols: 1fr;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .btn-grid[b-cdo9x0k9k6] {
        grid-template-cols: repeat(2, 1fr);
    }
}

..auth-card[b-cdo9x0k9k6] {
    background: rgba(30, 41, 59, 0.4);
    border: 1px solid rgba(51, 65, 85, 0.5);
    padding: 3rem;
    border-radius: 2rem;
    backdrop-filter: blur(20px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.auth-card h3[b-cdo9x0k9k6] {
    color: #ddd8d8 !important;
}

.auth-card p[b-cdo9x0k9k6] {
    color: #cbd5e1 !important;
}

.footer-tags[b-cdo9x0k9k6] {
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

/* Animations */
.animate-in[b-cdo9x0k9k6] {
    animation-duration: 0.8s;
    animation-fill-mode: both;
}

.fade-in[b-cdo9x0k9k6] {
    animation-name: fadeIn-b-cdo9x0k9k6;
}

.slide-in-from-bottom-8[b-cdo9x0k9k6] {
    animation-name: slideInBottom-b-cdo9x0k9k6;
}

.zoom-in[b-cdo9x0k9k6] {
    animation-name: zoomIn-b-cdo9x0k9k6;
}

@keyframes fadeIn-b-cdo9x0k9k6 {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideInBottom-b-cdo9x0k9k6 {
    from { transform: translateY(2rem); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes zoomIn-b-cdo9x0k9k6 {
    from { transform: scale(0.95); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.animate-progress-indeterminate[b-cdo9x0k9k6] {
    position: relative;
    overflow: hidden;
}

.animate-progress-indeterminate[b-cdo9x0k9k6]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: progress-slide-b-cdo9x0k9k6 1.5s infinite linear;
}

@keyframes progress-slide-b-cdo9x0k9k6 {
    0% { left: -30%; }
    100% { left: 100%; }
}

.animate-pulse[b-cdo9x0k9k6] {
    animation: pulse-b-cdo9x0k9k6 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse-b-cdo9x0k9k6 {
    0%, 100% { opacity: 1; }
    50% { opacity: .5; }
}
/* _content/Current.WebApp/Shared/Layout/AppLayout.razor.rz.scp.css */
#app-viewport[b-hpmkbkdrgx] {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #fafaf8;
}

#app-main[b-hpmkbkdrgx] {
    flex: 1;
    position: relative;
    overflow: hidden;
    min-height: 0;
}

#app-footer[b-hpmkbkdrgx] {
    height: 24px;
    background-color: #fafaf8;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#app-footer p[b-hpmkbkdrgx] {
    font-size: 8px;
    color: #94a3b8;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    margin: 0;
}
/* _content/Current.WebApp/Shared/Layout/Components/FeatureOverlay.razor.rz.scp.css */
.feature-overlay-wrapper[b-fp18v0048b] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(4px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-overlay-wrapper.hidden[b-fp18v0048b] {
    opacity: 0;
    pointer-events: none;
}

.feature-overlay-wrapper.visible[b-fp18v0048b] {
    opacity: 1;
    pointer-events: auto;
}

.overlay-content-card[b-fp18v0048b] {
    background: white;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-width: 95vw;
    max-height: 90vh;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.overlay-header[b-fp18v0048b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #f1f5f9;
}

.header-main[b-fp18v0048b] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.icon-container[b-fp18v0048b] {
    width: 2rem;
    height: 2rem;
    background: #f8fafc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f1f5f9;
}

.title-group[b-fp18v0048b] {
    display: flex;
    flex-direction: column;
}

.overlay-body[b-fp18v0048b] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem 1.25rem;
}

.overlay-footer[b-fp18v0048b] {
    padding: 1rem 1.25rem;
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}
/* _content/Current.WebApp/Shared/Layout/Header.razor.rz.scp.css */

