@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&display=swap");
/* line 18, app/assets/stylesheets/application.css.scss */
* {
  font-family: "Lexend", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* line 22, app/assets/stylesheets/application.css.scss */
body {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

/* line 28, app/assets/stylesheets/application.css.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

/* line 34, app/assets/stylesheets/application.css.scss */
.font-light {
  font-weight: 300;
}

/* line 38, app/assets/stylesheets/application.css.scss */
.font-normal {
  font-weight: 400;
}

/* line 42, app/assets/stylesheets/application.css.scss */
.font-medium {
  font-weight: 500;
}

/* line 46, app/assets/stylesheets/application.css.scss */
.font-semibold {
  font-weight: 500;
}

/* line 50, app/assets/stylesheets/application.css.scss */
.font-bold {
  font-weight: 600;
}

/* line 54, app/assets/stylesheets/application.css.scss */
.font-extrabold {
  font-weight: 700;
}

/* line 58, app/assets/stylesheets/application.css.scss */
.selected {
  color: #6b7280;
  background-color: #a3e635;
}

/* line 63, app/assets/stylesheets/application.css.scss */
.box-shadow-black {
  box-shadow: 5px 5px black;
  cursor: pointer;
}

/* line 66, app/assets/stylesheets/application.css.scss */
.box-shadow-black:hover {
  box-shadow: 7px 7px black;
}

/* line 71, app/assets/stylesheets/application.css.scss */
.box-shadow-black-3px {
  box-shadow: 3px 3px black;
  cursor: pointer;
}

/* line 74, app/assets/stylesheets/application.css.scss */
.box-shadow-black-3px:hover {
  box-shadow: 5px 5px black;
}

/* line 79, app/assets/stylesheets/application.css.scss */
.box-shadow-primary {
  box-shadow: 5px 5px #facc15;
}

/* line 84, app/assets/stylesheets/application.css.scss */
.pagination {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 91, app/assets/stylesheets/application.css.scss */
.pagination .page {
  display: none;
}

@media (min-width: 640px) {
  /* line 91, app/assets/stylesheets/application.css.scss */
  .pagination .page {
    display: inline-flex;
  }
}

/* line 98, app/assets/stylesheets/application.css.scss */
.pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #94a3b8;
  background-color: rgba(30, 41, 59, 0.5);
  border-radius: 0.375rem;
  transition: all 0.2s;
  padding: 0 0.5rem;
}

/* line 112, app/assets/stylesheets/application.css.scss */
.pagination a:hover {
  background-color: #1e293b;
  color: white;
}

/* line 119, app/assets/stylesheets/application.css.scss */
.pagination .prev a, .pagination .next a {
  min-width: 6.5rem;
  padding: 0 1rem;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (max-width: 639px) {
  /* line 132, app/assets/stylesheets/application.css.scss */
  .pagination .prev a, .pagination .next a {
    min-width: 5rem;
    padding: 0 0.75rem;
    font-size: 0.75rem;
  }
}

/* line 140, app/assets/stylesheets/application.css.scss */
.pagination .prev {
  margin-right: 0.5rem;
}

/* line 144, app/assets/stylesheets/application.css.scss */
.pagination .next {
  margin-left: 0.5rem;
}

/* line 148, app/assets/stylesheets/application.css.scss */
.pagination .current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  background-color: #3b82f6;
  border-radius: 0.375rem;
  padding: 0 0.5rem;
}

/* line 162, app/assets/stylesheets/application.css.scss */
.pagination .disabled, .pagination .disabled a, .pagination .disabled span {
  color: #475569;
  background-color: rgba(30, 41, 59, 0.3);
  border-color: rgba(30, 41, 59, 0.3);
  cursor: not-allowed;
  padding: 0 0.5rem;
  border-radius: 0.375rem;
  min-width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
}

/* line 178, app/assets/stylesheets/application.css.scss */
.pagination .gap {
  display: none;
}

@media (min-width: 640px) {
  /* line 178, app/assets/stylesheets/application.css.scss */
  .pagination .gap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #94a3b8;
    padding: 0 0.5rem;
  }
}

@keyframes pulse-once {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
}

/* line 204, app/assets/stylesheets/application.css.scss */
.animate-pulse-once {
  animation: pulse-once 2s ease-in-out;
}

@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* line 220, app/assets/stylesheets/application.css.scss */
.animate-slide-in {
  animation: slide-in 0.3s ease-out;
}

/* ─── GhRev hero workflow animation (10s loop) ──────────────────────────
   Stages on the timeline:
     10–33%  GhRev floating button bounces in
     27–35%  Menu (Review/Diagram/Chat) pops, Review highlights
     38–67%  Progress chip "Scout pass → Investigating → Posting…"
     40–63%  Scanning beam sweeps top → bottom
     68–95%  Inline comment popup slides in
     76–95%  Pending review banner drops in, Submit button pulses
*/
/* line 234, app/assets/stylesheets/application.css.scss */
.ghrev-anim-button,
.ghrev-anim-menu,
.ghrev-anim-progress,
.ghrev-anim-comment,
.ghrev-anim-banner,
.ghrev-anim-scan,
.ghrev-anim-status {
  opacity: 0;
}

@keyframes ghrev-button {
  0%, 10% {
    opacity: 0;
    transform: translateY(30px) scale(0.85);
  }
  14%, 33% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  36%, 100% {
    opacity: 0;
    transform: translateY(0) scale(0.9);
  }
}

/* line 249, app/assets/stylesheets/application.css.scss */
.ghrev-anim-button {
  animation: ghrev-button 10s infinite ease-in-out;
}

@keyframes ghrev-menu {
  0%, 25% {
    opacity: 0;
    transform: translateY(12px);
  }
  28%, 33% {
    opacity: 1;
    transform: translateY(0);
  }
  36%, 100% {
    opacity: 0;
    transform: translateY(0);
  }
}

/* line 256, app/assets/stylesheets/application.css.scss */
.ghrev-anim-menu {
  animation: ghrev-menu 10s infinite ease-in-out;
}

@keyframes ghrev-menu-review-hl {
  0%, 28%, 36%, 100% {
    background: transparent;
    box-shadow: 0 0 0 0 rgba(124, 92, 255, 0);
  }
  30%, 34% {
    background: linear-gradient(to right, #7c5cff, #5b8def, #22d3ee);
    box-shadow: 0 0 16px rgba(124, 92, 255, 0.5);
  }
}

/* line 268, app/assets/stylesheets/application.css.scss */
.ghrev-anim-menu-review {
  animation: ghrev-menu-review-hl 10s infinite;
}

@keyframes ghrev-progress {
  0%, 36% {
    opacity: 0;
    transform: translateX(12px);
  }
  38%, 64% {
    opacity: 1;
    transform: translateX(0);
  }
  67%, 100% {
    opacity: 0;
    transform: translateX(0);
  }
}

/* line 275, app/assets/stylesheets/application.css.scss */
.ghrev-anim-progress {
  animation: ghrev-progress 10s infinite ease-in-out;
}

@keyframes ghrev-status-1 {
  0%, 37%, 47%, 100% {
    opacity: 0;
  }
  39%, 45% {
    opacity: 1;
  }
}

@keyframes ghrev-status-2 {
  0%, 46%, 55%, 100% {
    opacity: 0;
  }
  48%, 53% {
    opacity: 1;
  }
}

@keyframes ghrev-status-3 {
  0%, 54%, 64%, 100% {
    opacity: 0;
  }
  56%, 62% {
    opacity: 1;
  }
}

/* line 289, app/assets/stylesheets/application.css.scss */
.ghrev-anim-status-1 {
  animation: ghrev-status-1 10s infinite;
}

/* line 290, app/assets/stylesheets/application.css.scss */
.ghrev-anim-status-2 {
  animation: ghrev-status-2 10s infinite;
}

/* line 291, app/assets/stylesheets/application.css.scss */
.ghrev-anim-status-3 {
  animation: ghrev-status-3 10s infinite;
}

@keyframes ghrev-scan {
  0%, 38% {
    opacity: 0;
    top: -10%;
  }
  40% {
    opacity: 1;
    top: -10%;
  }
  63% {
    opacity: 1;
    top: 100%;
  }
  65%, 100% {
    opacity: 0;
    top: 100%;
  }
}

/* line 299, app/assets/stylesheets/application.css.scss */
.ghrev-anim-scan {
  animation: ghrev-scan 10s infinite linear;
  top: -10%;
}

@keyframes ghrev-comment {
  0%, 64% {
    opacity: 0;
    transform: translateX(24px) scale(0.96);
  }
  68%, 95% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  98%, 100% {
    opacity: 0;
    transform: translateX(0) scale(1);
  }
}

/* line 306, app/assets/stylesheets/application.css.scss */
.ghrev-anim-comment {
  animation: ghrev-comment 10s infinite ease-out;
}

@keyframes ghrev-banner {
  0%, 73% {
    opacity: 0;
    transform: translateY(-12px);
  }
  76%, 95% {
    opacity: 1;
    transform: translateY(0);
  }
  98%, 100% {
    opacity: 0;
  }
}

/* line 313, app/assets/stylesheets/application.css.scss */
.ghrev-anim-banner {
  animation: ghrev-banner 10s infinite ease-out;
}

@keyframes ghrev-submit-pulse {
  0%, 80%, 95%, 100% {
    box-shadow: 0 0 0 0 rgba(124, 92, 255, 0.6);
  }
  85%, 90% {
    box-shadow: 0 0 0 10px rgba(124, 92, 255, 0);
  }
}

/* line 319, app/assets/stylesheets/application.css.scss */
.ghrev-anim-submit {
  animation: ghrev-submit-pulse 10s infinite;
}

/* Respect prefers-reduced-motion: freeze at the "review ready" state */
@media (prefers-reduced-motion: reduce) {
  /* line 323, app/assets/stylesheets/application.css.scss */
  .ghrev-anim-button,
.ghrev-anim-menu,
.ghrev-anim-progress,
.ghrev-anim-scan,
.ghrev-anim-status-1,
.ghrev-anim-status-2,
.ghrev-anim-status-3,
.ghrev-anim-submit,
.ghrev-anim-menu-review {
    animation: none !important;
  }
  /* line 334, app/assets/stylesheets/application.css.scss */
  .ghrev-anim-comment,
.ghrev-anim-banner {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ─── Walkthrough (demo screenshot carousel) ─────────────────────────── */
/* line 344, app/assets/stylesheets/application.css.scss */
.walkthrough {
  outline: none;
  overflow: hidden;
}

/* line 345, app/assets/stylesheets/application.css.scss */
.walkthrough:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(124, 92, 255, 0.6);
}

/* Slides: cross-fade with a tiny scale + slight horizontal drift —
   creates a soft "documentary" cut between screenshots. */
/* line 349, app/assets/stylesheets/application.css.scss */
.walkthrough-slide {
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 700ms cubic-bezier(0.4, 0, 0.2, 1), transform 700ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  will-change: opacity, transform;
}

/* line 357, app/assets/stylesheets/application.css.scss */
.walkthrough-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 10;
}

/* Ken Burns: each active slide slowly zooms + drifts while it's shown,
   so static screenshots feel alive. Subtle (~4% zoom) over 5s. */
@keyframes walkthrough-kenburns {
  from {
    transform: scale(1) translate(0, 0);
  }
  to {
    transform: scale(1.06) translate(-0.8%, -0.5%);
  }
}

/* line 370, app/assets/stylesheets/application.css.scss */
.walkthrough-slide .walkthrough-kb {
  transform-origin: 60% 40%;
}

/* line 373, app/assets/stylesheets/application.css.scss */
.walkthrough-slide.is-active .walkthrough-kb {
  animation: walkthrough-kenburns 5500ms ease-out both;
}

/* Vignette: darken the edges so the eye lands on the screenshot center. */
/* line 378, app/assets/stylesheets/application.css.scss */
.walkthrough-vignette {
  background: radial-gradient(ellipse 90% 80% at 50% 50%, transparent 55%, rgba(0, 0, 0, 0.45) 100%), linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.35) 100%);
}

/* Progress bar */
@keyframes walkthrough-progress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

/* line 389, app/assets/stylesheets/application.css.scss */
.walkthrough-progress {
  animation: walkthrough-progress 5000ms linear forwards;
}

/* Caption pill: rise + fade in when its slide activates */
/* line 394, app/assets/stylesheets/application.css.scss */
.walkthrough-slide .walkthrough-callout {
  opacity: 0;
  transform: translateY(-8px) scale(0.96);
  transition: opacity 500ms ease 250ms, transform 500ms cubic-bezier(0.34, 1.56, 0.64, 1) 250ms;
}

/* line 400, app/assets/stylesheets/application.css.scss */
.walkthrough-slide.is-active .walkthrough-callout {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Dots */
/* line 406, app/assets/stylesheets/application.css.scss */
.walkthrough-dot.is-active {
  background: linear-gradient(to right, #7c5cff, #5b8def, #22d3ee);
  width: 1.5rem;
  box-shadow: 0 0 12px rgba(124, 92, 255, 0.6);
}

/* Nav arrows: fade in on hover of the walkthrough */
/* line 413, app/assets/stylesheets/application.css.scss */
.walkthrough-nav {
  opacity: 0;
  transition: opacity 250ms ease, transform 250ms ease;
}

/* line 417, app/assets/stylesheets/application.css.scss */
.walkthrough:hover .walkthrough-nav,
.walkthrough:focus-within .walkthrough-nav {
  opacity: 1;
}

/* line 421, app/assets/stylesheets/application.css.scss */
.walkthrough-nav:hover {
  transform: translateY(-50%) scale(1.08);
}

/* Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  /* line 425, app/assets/stylesheets/application.css.scss */
  .walkthrough-slide,
.walkthrough-slide .walkthrough-callout {
    transition: opacity 200ms ease;
    transform: none !important;
  }
  /* line 430, app/assets/stylesheets/application.css.scss */
  .walkthrough-slide .walkthrough-kb,
.walkthrough-progress {
    animation: none !important;
  }
}
