body {
  margin: 0 auto;
}

/*
 * Sidebar
 */
.sidebar {
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

.sidebar-sticky {
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */
.navbar-dark {
  background-color: #343a40 !important;
}

.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}

.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

/*
 * Utilities
 */
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

main.events-listing #new_events_alert {
  display: none;
}
main.events-listing a.infinite-more-link {
  font-size: 10px;
  background: #E7EFFB;
  border-radius: 5px;
  color: #333;
  padding: 5px;
}
main.events-listing .infinite-item, main.events-listing .loading {
  background-color: white;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
main.events-listing .infinite-item table, main.events-listing .loading table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  -moz-border-radius: 5px;
  border: 1px solid #D1D5DA;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
main.events-listing .infinite-item table:hover, main.events-listing .loading table:hover {
  border: 1px solid #D4D8DD;
}
main.events-listing .infinite-item table tr, main.events-listing .loading table tr {
  color: black;
}
main.events-listing .infinite-item table tr.title_row, main.events-listing .loading table tr.title_row {
  background: #F6F8FA;
  color: #24292E;
}
main.events-listing .infinite-item table tr.title_row.pagefreezer_frontend_2_0, main.events-listing .loading table tr.title_row.pagefreezer_frontend_2_0 {
  background: #F6F8FA;
  color: #58607F;
}
main.events-listing .infinite-item table tr.title_row.pagefreezer_devops, main.events-listing .loading table tr.title_row.pagefreezer_devops {
  background: #F6F8FA;
  color: #58607F;
}
main.events-listing .infinite-item table tr.title_row.is_mine, main.events-listing .loading table tr.title_row.is_mine {
  background: #3753C0;
  color: #ffffff;
}
main.events-listing .infinite-item table tr.title_row.is_mine .btn, main.events-listing .loading table tr.title_row.is_mine .btn {
  color: white;
}
main.events-listing .infinite-item table tr.title_row.references_me, main.events-listing .loading table tr.title_row.references_me {
  background: #4F3F74;
  color: #ffffff;
}
main.events-listing .infinite-item table tr.title_row.references_me .btn, main.events-listing .loading table tr.title_row.references_me .btn {
  color: white;
}
main.events-listing .infinite-item table tr.title_row.closed, main.events-listing .loading table tr.title_row.closed {
  background: #444;
  color: white;
}
main.events-listing .infinite-item table tr.title_row.closed .btn, main.events-listing .loading table tr.title_row.closed .btn {
  color: white;
}
main.events-listing .infinite-item table tr td, main.events-listing .loading table tr td {
  font-size: 10pt;
  text-align: left;
}
main.events-listing .infinite-item table tr td p:last-child, main.events-listing .loading table tr td p:last-child {
  margin-bottom: 0px !important;
}
main.events-listing .infinite-item table tr td img, main.events-listing .loading table tr td img {
  max-width: 400px;
}
main.events-listing .infinite-item table tr td .event_actor, main.events-listing .infinite-item table tr td .event_issue, main.events-listing .infinite-item table tr td .event_type, main.events-listing .loading table tr td .event_actor, main.events-listing .loading table tr td .event_issue, main.events-listing .loading table tr td .event_type {
  font-weight: 600;
}
main.events-listing .infinite-item table tr td .event_actor .fab, main.events-listing .infinite-item table tr td .event_issue .fab, main.events-listing .infinite-item table tr td .event_type .fab, main.events-listing .loading table tr td .event_actor .fab, main.events-listing .loading table tr td .event_issue .fab, main.events-listing .loading table tr td .event_type .fab {
  font-size: 16px;
  margin-right: 5px;
}
main.events-listing .infinite-item table tr td .event_label, main.events-listing .loading table tr td .event_label {
  color: #1766D8;
  background-color: #E7EFFB;
  border: 1px solid #1766D8;
  padding: 3px;
  border-radius: 3px;
  margin-left: 4px;
}
main.events-listing .infinite-item table tr td:nth-child(2), main.events-listing .loading table tr td:nth-child(2) {
  text-align: right;
}
main.events-listing .loading {
  background-color: #333;
}

.alert-debug {
  background-color: #fff;
  border-color: #d6e9c6;
  color: #000;
}

.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.home-page {
  background: url("/static/images/hero-bg.70881cb87560.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow-x: hidden;
}
.home-page::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(30, 36, 41, 0.85) 0%, rgba(52, 59, 67, 0.75) 50%, rgba(30, 36, 41, 0.85) 100%);
  z-index: 0;
  pointer-events: none;
}
.home-page > * {
  position: relative;
  z-index: 1;
}

.home-page .navbar.navbar-dark {
  background: transparent !important;
  backdrop-filter: none;
  box-shadow: none;
  padding: 1rem 0;
  transition: all 0.3s ease;
  position: relative;
  z-index: 100;
}
.home-page .navbar.navbar-dark img {
  transition: transform 0.3s ease;
}
.home-page .navbar.navbar-dark img:hover {
  transform: scale(1.05);
}

#home-hero {
  position: relative;
  min-height: 100vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.min-vh-80 {
  min-height: 80vh;
}

.hero-text-wrapper {
  animation: fadeInUp 1s ease-out;
}
.hero-text-wrapper h1, .hero-text-wrapper p, .hero-text-wrapper a {
  animation: fadeInUp 1s ease-out;
  animation-fill-mode: both;
}
.hero-text-wrapper p {
  animation-delay: 0.2s;
}
.hero-text-wrapper a {
  animation-delay: 0.4s;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .hero-title {
    font-size: 2rem;
  }
}

.hero-subtitle {
  font-size: 1.25rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .hero-subtitle {
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  .hero-subtitle {
    font-size: 1rem;
  }
}

.btn-hero {
  padding: 1rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 50px;
  background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
  border: none;
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(74, 144, 226, 0.4);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.btn-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.btn-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(74, 144, 226, 0.6);
  color: white;
  text-decoration: none;
}
.btn-hero:hover::before {
  left: 100%;
}
.btn-hero:active {
  transform: translateY(-1px);
}
.btn-hero i {
  font-size: 1.25rem;
}
@media (max-width: 576px) {
  .btn-hero {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }
}

.repositories-page {
  background: #f5f7fa;
  min-height: 100vh;
}

.repo-header {
  background: white;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.repo-stats {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.repo-stats .badge {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  font-weight: 500;
}

.repo-controls .form-control {
  border-radius: 6px;
  border: 1px solid #d1d5db;
  padding: 0.625rem 1rem;
  font-size: 0.9375rem;
}
.repo-controls .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}
.repo-controls .btn-group {
  display: flex;
  gap: 0.5rem;
}
.repo-controls .btn-group .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  opacity: 0;
}
.repo-controls .btn-group .btn {
  font-size: 0.875rem;
  padding: 0.5rem 0.875rem;
  border-radius: 6px !important;
  font-weight: 500;
  flex: 1;
  transition: all 0.2s ease;
}
.repo-controls .btn-group .btn-outline-secondary {
  border-color: #d1d5db;
  color: #6b7280;
}
.repo-controls .btn-group .btn-outline-secondary:hover {
  background-color: #f3f4f6;
  border-color: #9ca3af;
  color: #374151;
}
.repo-controls .btn-group .btn-outline-success {
  border-color: #d1d5db;
  color: #6b7280;
}
.repo-controls .btn-group .btn-outline-success:hover {
  background-color: #d1fae5;
  border-color: #10b981;
  color: #059669;
}
.repo-controls .btn-group .btn-check:checked + .btn-outline-secondary {
  background-color: #374151;
  border-color: #374151;
  color: white;
}
.repo-controls .btn-group .btn-check:checked + .btn-outline-success {
  background-color: #10b981;
  border-color: #10b981;
  color: white;
}

.repo-owner-group {
  margin-bottom: 1.5rem;
}

.repo-owner-header {
  color: #1f2937;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  padding: 0.625rem 1rem;
  background: white;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s ease;
}
.repo-owner-header:hover {
  background-color: #f9fafb;
}
.repo-owner-header i {
  color: #6b7280;
  margin-right: 0.5rem;
}
.repo-owner-header .collapse-icon {
  transition: transform 0.2s ease;
  font-size: 0.75rem;
  width: 16px;
  display: inline-block;
}
.repo-owner-header .badge {
  font-size: 0.7rem;
  font-weight: 500;
}

.repo-owner-header.expanded .collapse-icon {
  transform: rotate(90deg);
}

.repo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0.75rem;
  transition: all 0.3s ease;
  max-height: 10000px;
  overflow: hidden;
}
.repo-grid.collapsed {
  max-height: 0;
  opacity: 0;
  margin-bottom: 0;
}

.repo-card {
  background: white;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  transition: all 0.2s ease;
  overflow: hidden;
}
.repo-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
  border-color: #d1d5db;
}
.repo-card[data-following=true] {
  border-left: 3px solid #10b981;
}
.repo-card[data-following=false] {
  border-left: 3px solid #e5e7eb;
}

.repo-card-body {
  padding: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
}

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

.repo-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.375rem;
  word-break: break-word;
}

.repo-description {
  font-size: 0.8rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.repo-meta {
  display: flex;
  gap: 0.375rem;
  flex-wrap: wrap;
}
.repo-meta .badge {
  font-size: 0.7rem;
  font-weight: 500;
  padding: 0.125rem 0.5rem;
}

.repo-toggle {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.repo-toggle .form-switch {
  padding-left: 0;
  margin-bottom: 0;
}
.repo-toggle .form-switch .form-check-input {
  width: 2.5rem;
  height: 1.25rem;
  cursor: pointer;
  background-color: #d1d5db;
  border: none;
  margin: 0;
  float: none;
}
.repo-toggle .form-switch .form-check-input:checked {
  background-color: #10b981;
}
.repo-toggle .form-switch .form-check-input:focus {
  box-shadow: 0 0 0 0.15rem rgba(16, 185, 129, 0.25);
}
.repo-toggle .form-switch .form-check-label {
  display: none;
}
.repo-toggle .following-status {
  font-size: 0.7rem;
  color: #6b7280;
  font-weight: 500;
  text-align: center;
}

#no-results {
  background: white;
  border-radius: 8px;
  padding: 3rem;
}
#no-results i {
  opacity: 0.5;
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

.repo-card.hidden,
.repo-owner-group.hidden {
  display: none !important;
}

@media (max-width: 768px) {
  .repo-grid {
    grid-template-columns: 1fr;
  }
  .repo-controls .btn-group {
    display: flex;
    flex-direction: column;
  }
  .repo-controls .btn-group .btn {
    border-radius: 6px !important;
    margin-bottom: 0.5rem;
  }
}

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