@tailwind base;
@tailwind components;
@tailwind utilities;
/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
/* line 3, app/assets/stylesheets/_colors.scss */
.ponavas-pink-gradient {
  background: linear-gradient(to right top, #bf0000, #bf0000, #bf0000, #bf0000, #bf0000) !important;
  background-image: linear-gradient(to right top, #bf0000, #bf0000, #bf0000, #bf0000, #bf0000) !important;
}

/* line 1, app/assets/stylesheets/_header.scss */
.nav-container {
  min-height: 80px;
}

/* line 6, app/assets/stylesheets/_header.scss */
.logo-link img {
  color: #bf0000;
}

/* line 11, app/assets/stylesheets/_header.scss */
.invalid-inset-input-text-field {
  border-color: #f43f5e !important;
}

/* line 14, app/assets/stylesheets/_header.scss */
.invalid-inset-input-text-field label {
  color: #f43f5e !important;
}

/* line 18, app/assets/stylesheets/_header.scss */
.invalid-inset-input-text-field input[type="email"], .invalid-inset-input-text-field input[type="text"] {
  color: #f43f5e !important;
}

/* line 19, app/assets/stylesheets/_header.scss */
.invalid-inset-input-text-field input[type="email"]:focus, .invalid-inset-input-text-field input[type="text"]:focus {
  border-color: #f43f5e !important;
}

/* line 2, app/assets/stylesheets/profiles.scss */
.profiles-sidebar a.active {
  background-color: #f9fafb !important;
  color: #ea580c !important;
}

/* line 5, app/assets/stylesheets/profiles.scss */
.profiles-sidebar a.active:hover {
  background-color: white !important;
}

/* line 8, app/assets/stylesheets/profiles.scss */
.profiles-sidebar a.active svg {
  color: #ea580c !important;
}

/* line 10, app/assets/stylesheets/profiles.scss */
.profiles-sidebar a.active svg:hover {
  color: #ea580c !important;
}

/* line 2, app/assets/stylesheets/delivery.scss */
.delivery-button a.active {
  border-color: transparent !important;
  --tw-ring-color: rgb(0, 122, 255) !important;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
}

/* line 6, app/assets/stylesheets/delivery.scss */
.delivery-button a.active:hover {
  background-color: #f2f2f2 !important;
}

/* line 10, app/assets/stylesheets/delivery.scss */
.delivery-button a.inactive {
  border-color: #d1d5db;
}

/* line 12, app/assets/stylesheets/delivery.scss */
.delivery-button a.inactive:hover {
  background-color: #f2f2f2 !important;
}

/* line 8, app/assets/stylesheets/application.scss */
.home-bg {
  background-color: #f3f2f7;
}

/* line 12, app/assets/stylesheets/application.scss */
.carousel-cell {
  width: 100%;
  /* full width */
  height: 250px;
  margin-right: 10px;
  border-radius: 6% 6% 0 0;
  counter-increment: carousel-cell;
  object-fit: cover;
}

/* line 21, app/assets/stylesheets/application.scss */
.carousel.is-fullscreen .carousel-cell {
  height: 250px;
}

/* line 25, app/assets/stylesheets/application.scss */
.carousel {
  height: 250px;
}

/* line 29, app/assets/stylesheets/application.scss */
.carousel-cell img {
  display: block;
  max-height: 250px;
}

/* position outside */
/* line 36, app/assets/stylesheets/application.scss */
.flickity-prev-next-button.previous {
  visibility: hidden;
}

/* line 39, app/assets/stylesheets/application.scss */
.flickity-prev-next-button.next {
  visibility: hidden;
}

/* position dots in carousel */
/* line 44, app/assets/stylesheets/application.scss */
.flickity-page-dots {
  visibility: hidden;
  bottom: 0px;
}

/* white circles */
/* line 49, app/assets/stylesheets/application.scss */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  border: 2px solid white;
}

/* fill-in selected dot */
/* line 56, app/assets/stylesheets/application.scss */
.flickity-page-dots .dot.is-selected {
  background: grey;
}

/* line 60, app/assets/stylesheets/application.scss */
.info-box {
  background-color: white;
  border-radius: 18px 18px 18px 18px;
  color: white;
  max-height: calc(100vh - 2rem);
  /* Adjust this value as needed */
  overflow-y: auto;
}

/* line 68, app/assets/stylesheets/application.scss */
.sticky {
  position: -webkit-sticky;
  position: sticky;
}

/* line 73, app/assets/stylesheets/application.scss */
.nav-bar-active {
  background-color: #d1e7ff;
  border-radius: 0 0 7px 7px;
  font-weight: bold;
  color: #4b91e8;
}

/* line 79, app/assets/stylesheets/application.scss */
.bg-light-blue {
  background-color: #d1e7ff;
  color: #4b91e8;
}

/* line 84, app/assets/stylesheets/application.scss */
.bg-blue {
  background-color: #007aff;
  color: white;
}

/* line 89, app/assets/stylesheets/application.scss */
.nav-bar-inactive {
  background-color: white;
  color: black;
}

/* line 94, app/assets/stylesheets/application.scss */
.nav-bar-up-active {
  background-color: #f3f2f7;
  border-radius: 7px 7px 0 0;
}

/* line 100, app/assets/stylesheets/application.scss */
.mt-1-dot-5 {
  margin-top: 5px;
}

/* line 104, app/assets/stylesheets/application.scss */
.border-r {
  border-right: 0.7px solid #c9c9c9;
}

/* line 108, app/assets/stylesheets/application.scss */
.border-b {
  border-bottom: 0.7px solid #c9c9c9;
}

/* line 113, app/assets/stylesheets/application.scss */
.rounded-box {
  background-color: white;
  border-radius: 18px 18px 18px 18px;
}

/* line 118, app/assets/stylesheets/application.scss */
.nav-bar-active {
  background-color: #d1e7ff;
  border-radius: 0 0 7px 7px;
  font-weight: bold;
  color: #4b91e8;
}

/* line 125, app/assets/stylesheets/application.scss */
.button {
  background-color: #007aff;
  border-radius: 18px 18px 18px 18px;
  font-weight: bold;
  color: white;
}

/* line 132, app/assets/stylesheets/application.scss */
.button-orange {
  background-color: #ff5000;
  border-radius: 18px 18px 18px 18px;
  font-weight: bold;
}

/* line 138, app/assets/stylesheets/application.scss */
.button-hover {
  background-color: #008fff;
  border-radius: 18px 18px 18px 18px;
  font-weight: bold;
  color: white;
}

/* line 147, app/assets/stylesheets/application.scss */
.button-light-blue {
  border-radius: 18px 18px 18px 18px;
  background-color: #d1e7ff;
  color: #4b91e8;
}

/* line 153, app/assets/stylesheets/application.scss */
.text-blue {
  color: #007aff;
}

/* line 159, app/assets/stylesheets/application.scss */
.focus:focus-within {
  border: 2px solid #007aff;
}

/* line 163, app/assets/stylesheets/application.scss */
.flash-notice {
  background-color: #f0f9ff;
  /* Light blue background */
  color: #ff7b00;
  /* Blue text */
  padding: 6px 12px;
  border-radius: 4px;
}

/* line 170, app/assets/stylesheets/application.scss */
.flash-alert {
  background-color: #f0f9ff;
  /* Light blue background */
  color: #ff2d1a;
  /* Blue text */
  padding: 6px 12px;
  border-radius: 4px;
}

/* line 177, app/assets/stylesheets/application.scss */
#welcome-modal-wrapper {
  z-index: 1000;
  /* Adjusted to a much higher value */
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* line 185, app/assets/stylesheets/application.scss */
.relative-container {
  position: relative;
  /* Ensure the dimensions cover the whole image area */
}

/* line 190, app/assets/stylesheets/application.scss */
.button-container {
  position: absolute;
  bottom: 0;
  /* Align to the bottom of the container */
  right: 0;
  /* Align to the right of the container */
}

/* line 196, app/assets/stylesheets/application.scss */
#flash-container {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 211, app/assets/stylesheets/application.scss */
#contact-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
  justify-content: center;
  align-items: center;
}

/* line 224, app/assets/stylesheets/application.scss */
#contact-modal .modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
}

/* line 233, app/assets/stylesheets/application.scss */
.homepage-hero {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  overflow: hidden;
}

/* line 246, app/assets/stylesheets/application.scss */
.homepage-hero .content {
  position: relative;
  z-index: 2;
  text-align: center;
}

/* line 253, app/assets/stylesheets/application.scss */
.start-button {
  font-size: 1.5rem;
  padding: 15px 30px;
  background-color: #ffffffcc;
  color: #000;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

/* line 265, app/assets/stylesheets/application.scss */
.start-button:hover {
  background-color: #fff;
}

/* line 270, app/assets/stylesheets/application.scss */
.fixed-bg {
  background-image: url(https://perkapp.io/assets/gb-2043956cec8e3306e1b2ba9a75e2033ebed751210712bc2e490d13d2ee9c63b3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

/* line 283, app/assets/stylesheets/application.scss */
.fixed-bg.bg-vi {
  background-image: url(https://perkapp.io/assets/gb_vi-e0d673577b7692584f1dc0aaaa47a99297a0fad1f86de0cab9a072ec28a81f98.jpg);
}

/* Feature-rich AI hero animation */
/* line 288, app/assets/stylesheets/application.scss */
.ai-hero-fx {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

/* line 296, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.7;
  animation: ai-float 12s ease-in-out infinite;
}

/* line 304, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-orb-1 {
  width: 240px;
  height: 240px;
  top: 12%;
  left: 4%;
  background: radial-gradient(circle, rgba(120, 180, 255, 0.55) 0%, rgba(120, 180, 255, 0) 70%);
  animation-duration: 14s;
}

/* line 313, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-orb-2 {
  width: 200px;
  height: 200px;
  top: 48%;
  right: 4%;
  background: radial-gradient(circle, rgba(160, 140, 255, 0.5) 0%, rgba(160, 140, 255, 0) 70%);
  animation-duration: 11s;
  animation-delay: -3s;
}

/* line 323, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-orb-3 {
  width: 160px;
  height: 160px;
  bottom: 16%;
  left: 28%;
  background: radial-gradient(circle, rgba(100, 210, 255, 0.45) 0%, rgba(100, 210, 255, 0) 70%);
  animation-duration: 16s;
  animation-delay: -6s;
}

/* line 333, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-orb-4 {
  width: 120px;
  height: 120px;
  top: 20%;
  right: 28%;
  background: radial-gradient(circle, rgba(255, 190, 120, 0.35) 0%, rgba(255, 190, 120, 0) 70%);
  animation-duration: 13s;
  animation-delay: -2s;
}

/* line 343, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-network {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.45;
}

/* line 351, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-link {
  stroke: rgba(180, 210, 255, 0.55);
  stroke-width: 0.18;
  stroke-dasharray: 4 3;
  animation: ai-dash 4s linear infinite;
}

/* line 358, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-link-2 {
  animation-delay: -1s;
}

/* line 359, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-link-3 {
  animation-delay: -2s;
}

/* line 360, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-link-4 {
  animation-delay: -3s;
}

/* line 362, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-node {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 14px rgba(140, 190, 255, 0.95), 0 0 30px rgba(120, 170, 255, 0.5);
  animation: ai-pulse 3.2s ease-in-out infinite;
}

/* line 372, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-node-1 {
  top: 22%;
  left: 12%;
}

/* line 373, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-node-2 {
  top: 22%;
  right: 12%;
  animation-delay: 0.6s;
}

/* line 374, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-node-3 {
  top: 78%;
  left: 18%;
  animation-delay: 1.2s;
}

/* line 375, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-node-4 {
  top: 78%;
  right: 18%;
  animation-delay: 1.8s;
}

/* line 376, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-node-5 {
  top: 12%;
  left: 48%;
  animation-delay: 2.4s;
}

/* line 378, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-ring {
  position: absolute;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  animation: ai-ring 5.5s ease-out infinite;
}

/* line 385, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-ring-1 {
  width: 78px;
  height: 78px;
  top: calc(22% - 34px);
  left: calc(12% - 34px);
}

/* line 392, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-ring-2 {
  width: 78px;
  height: 78px;
  top: calc(22% - 34px);
  right: calc(12% - 34px);
  animation-delay: 1.8s;
}

/* line 400, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-ring-3 {
  width: 78px;
  height: 78px;
  top: calc(78% - 34px);
  left: calc(18% - 34px);
  animation-delay: 3.4s;
}

/* line 408, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-card {
  position: absolute;
  border-radius: 18px;
  background: rgba(18, 24, 38, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  color: #fff;
  animation: ai-card-float 9s ease-in-out infinite;
}

/* line 420, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-card-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 650;
  margin-bottom: 10px;
}

/* line 429, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  background: linear-gradient(135deg, #7dd3fc, #a78bfa);
  color: #0f172a;
}

/* line 442, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-live {
  width: 8px;
  height: 8px;
  margin-left: auto;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 10px #4ade80;
  animation: ai-pulse 1.6s ease-in-out infinite;
}

/* line 452, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-card-chat {
  width: 220px;
  padding: 14px;
  top: 10%;
  left: 2%;
}

/* line 459, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-bubble {
  font-size: 11px;
  line-height: 1.4;
  padding: 8px 10px;
  border-radius: 12px;
  margin-top: 8px;
  max-width: 100%;
}

/* line 468, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-bubble-user {
  background: rgba(255, 255, 255, 0.16);
  margin-left: 18px;
}

/* line 473, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-bubble-ai {
  background: rgba(125, 211, 252, 0.22);
  margin-right: 18px;
  min-height: 34px;
  position: relative;
}

/* line 480, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-typing {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  height: 14px;
}

/* line 487, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-typing i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.75;
  animation: ai-dot 1.1s ease-in-out infinite;
}

/* line 496, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-typing i:nth-child(2) {
  animation-delay: 0.15s;
}

/* line 497, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-typing i:nth-child(3) {
  animation-delay: 0.3s;
}

/* line 499, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-reply {
  display: inline;
}

/* line 503, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-bubble-ai .ai-typing {
  animation: ai-fade-typing 5s ease-in-out infinite;
}

/* line 507, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-bubble-ai .ai-reply {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 8px;
  animation: ai-fade-reply 5s ease-in-out infinite;
}

/* line 515, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-card-feed {
  width: 160px;
  padding: 14px;
  top: 10%;
  right: 2%;
  animation-delay: -2.5s;
}

/* line 523, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-dot-icon {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a78bfa;
  box-shadow: 0 0 10px #a78bfa;
}

/* line 531, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-feed-rows {
  display: grid;
  gap: 8px;
}

/* line 536, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-feed-row {
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.35));
  background-size: 200% 100%;
  animation: ai-shimmer 2.4s linear infinite;
}

/* line 544, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-feed-row.short {
  width: 62%;
}

/* line 545, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-feed-row:nth-child(2) {
  animation-delay: 0.3s;
}

/* line 546, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-feed-row:nth-child(3) {
  animation-delay: 0.6s;
}

/* line 548, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-card-reels {
  width: 104px;
  padding: 10px;
  bottom: 12%;
  right: 2%;
  animation-delay: -4.5s;
}

/* line 556, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-reels-screen {
  height: 132px;
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(167, 139, 250, 0.45), rgba(56, 189, 248, 0.25)), repeating-linear-gradient(0deg, transparent, transparent 18px, rgba(255, 255, 255, 0.05) 18px, rgba(255, 255, 255, 0.05) 19px);
  position: relative;
  overflow: hidden;
}

/* line 566, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-reels-screen::after {
  content: "";
  position: absolute;
  inset: -40% -20%;
  background: linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.28) 50%, transparent 60%);
  animation: ai-sweep 3.8s ease-in-out infinite;
}

/* line 574, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 14px solid rgba(255, 255, 255, 0.9);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  transform: translate(-40%, -50%);
  z-index: 1;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}

/* line 588, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-card-label {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 650;
  text-align: center;
}

/* line 595, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-float-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-size: 12px;
  font-weight: 650;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
  animation: ai-chip-float 7.5s ease-in-out infinite;
}

/* line 613, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-badge-gift {
  bottom: 12%;
  left: 2%;
}

/* line 618, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-badge-news {
  top: auto;
  bottom: 28%;
  left: 2%;
  animation-delay: -2s;
}

/* line 625, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-badge-call {
  top: auto;
  bottom: 28%;
  right: 2%;
  animation-delay: -3.5s;
}

/* line 632, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-gift-box {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
  position: relative;
}

/* line 641, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-gift-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -3px;
  width: 2px;
  height: 18px;
  background: rgba(255, 255, 255, 0.85);
  transform: translateX(-50%);
}

/* line 652, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-news-bars {
  display: inline-flex;
  gap: 2px;
  align-items: flex-end;
  height: 12px;
}

/* line 659, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-news-bars i {
  width: 3px;
  border-radius: 2px;
  background: #7dd3fc;
  animation: ai-bars 1.2s ease-in-out infinite;
}

/* line 666, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-news-bars i:nth-child(1) {
  height: 5px;
}

/* line 667, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-news-bars i:nth-child(2) {
  height: 10px;
  animation-delay: 0.15s;
}

/* line 668, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-news-bars i:nth-child(3) {
  height: 7px;
  animation-delay: 0.3s;
}

/* line 670, app/assets/stylesheets/application.scss */
.ai-hero-fx .ai-call-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7);
  animation: ai-call 1.8s ease-out infinite;
}

@keyframes ai-float {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(10px, -12px, 0) scale(1.05);
  }
}

@keyframes ai-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.25);
    opacity: 1;
  }
}

@keyframes ai-ring {
  0% {
    transform: scale(0.55);
    opacity: 0.55;
  }
  70% {
    transform: scale(1.55);
    opacity: 0;
  }
  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}

@keyframes ai-chip-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes ai-card-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes ai-dash {
  to {
    stroke-dashoffset: -14;
  }
}

@keyframes ai-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@keyframes ai-sweep {
  0% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(40%);
  }
}

@keyframes ai-dot {
  0%, 80%, 100% {
    transform: translateY(0);
    opacity: 0.45;
  }
  40% {
    transform: translateY(-3px);
    opacity: 1;
  }
}

@keyframes ai-fade-typing {
  0%, 42% {
    opacity: 1;
  }
  48%, 100% {
    opacity: 0;
  }
}

@keyframes ai-fade-reply {
  0%, 42% {
    opacity: 0;
  }
  48%, 100% {
    opacity: 1;
  }
}

@keyframes ai-bars {
  0%, 100% {
    transform: scaleY(0.7);
  }
  50% {
    transform: scaleY(1.25);
  }
}

@keyframes ai-call {
  0% {
    box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.55);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(74, 222, 128, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(74, 222, 128, 0);
  }
}

@media (max-width: 1100px) {
  /* line 746, app/assets/stylesheets/application.scss */
  .ai-hero-fx .ai-badge-news,
.ai-hero-fx .ai-badge-call,
.ai-hero-fx .ai-network,
.ai-hero-fx .ai-node,
.ai-hero-fx .ai-ring {
    display: none;
  }
  /* line 754, app/assets/stylesheets/application.scss */
  .ai-hero-fx .ai-card-chat {
    width: 180px;
    top: 8%;
    left: 1.5%;
  }
  /* line 755, app/assets/stylesheets/application.scss */
  .ai-hero-fx .ai-card-feed {
    width: 130px;
    top: 8%;
    right: 1.5%;
  }
  /* line 756, app/assets/stylesheets/application.scss */
  .ai-hero-fx .ai-card-reels {
    width: 90px;
    bottom: 10%;
    right: 1.5%;
  }
  /* line 757, app/assets/stylesheets/application.scss */
  .ai-hero-fx .ai-card-reels .ai-reels-screen {
    height: 110px;
  }
  /* line 758, app/assets/stylesheets/application.scss */
  .ai-hero-fx .ai-badge-gift {
    bottom: 10%;
    left: 1.5%;
  }
}

@media (max-width: 640px) {
  /* line 762, app/assets/stylesheets/application.scss */
  .ai-hero-fx .ai-card-feed,
.ai-hero-fx .ai-card-reels {
    display: none;
  }
  /* line 767, app/assets/stylesheets/application.scss */
  .ai-hero-fx .ai-card-chat {
    width: 150px;
    top: 8%;
    left: 2%;
  }
  /* line 773, app/assets/stylesheets/application.scss */
  .ai-hero-fx .ai-badge-gift {
    bottom: 10%;
    left: 2%;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 780, app/assets/stylesheets/application.scss */
  .ai-hero-fx * {
    animation: none !important;
  }
}

/* line 785, app/assets/stylesheets/application.scss */
.fixed-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(to bottom, rgba(20, 24, 32, 0.45) 0%, rgba(20, 24, 32, 0.28) 45%, rgba(20, 24, 32, 0.18) 100%);
}

/* line 803, app/assets/stylesheets/application.scss */
#hero-content {
  z-index: 10;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* line 808, app/assets/stylesheets/application.scss */
#main-header {
  transition: none !important;
}

/* line 812, app/assets/stylesheets/application.scss */
#sticky-legal-footer a {
  margin-right: 1rem;
}

/* ===== Browser AI Hub (home) ===== */
/* line 818, app/assets/stylesheets/application.scss */
.hub-home #main-header {
  color: #111;
}

/* line 822, app/assets/stylesheets/application.scss */
.hub-home #main-header a,
.hub-home #main-header button {
  color: inherit;
}

/* line 827, app/assets/stylesheets/application.scss */
.hub-home #main-header a:hover,
.hub-home #main-header button:hover {
  color: #2563eb;
}

/* line 832, app/assets/stylesheets/application.scss */
.hub-home #mobile-menu-toggle svg {
  stroke: #111;
}

/* line 836, app/assets/stylesheets/application.scss */
.browser-hub {
  position: relative;
  z-index: 5;
  min-height: 100vh;
  background: #f2f3f5;
  padding: 100px 16px 48px;
}

/* line 844, app/assets/stylesheets/application.scss */
.hub-view-tabs {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e4e7eb;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

/* line 858, app/assets/stylesheets/application.scss */
.hub-view-tab {
  border: 0;
  background: transparent;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

/* line 871, app/assets/stylesheets/application.scss */
.hub-view-tab:hover {
  color: #111;
}

/* line 875, app/assets/stylesheets/application.scss */
.hub-view-tab.is-active {
  background: #111;
  color: #fff;
}

/* line 880, app/assets/stylesheets/application.scss */
.browser-hub-inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

/* line 889, app/assets/stylesheets/application.scss */
.browser-hub-inner.hidden,
.browser-hub-inner[hidden] {
  display: none !important;
}

/* line 894, app/assets/stylesheets/application.scss */
.hub-shopping {
  width: 100%;
  align-items: stretch;
  gap: 18px;
  padding-top: 36px;
}

/* line 901, app/assets/stylesheets/application.scss */
.browser-hub.is-shopping {
  padding-top: 72px;
}

/* line 905, app/assets/stylesheets/application.scss */
.hub-shopping-head {
  text-align: left;
}

/* line 909, app/assets/stylesheets/application.scss */
.hub-shopping-head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: #17191d;
  letter-spacing: -0.02em;
}

/* line 917, app/assets/stylesheets/application.scss */
.hub-shopping-head p {
  margin: 6px 0 0;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.45;
}

/* line 924, app/assets/stylesheets/application.scss */
.hub-shopping-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

/* line 931, app/assets/stylesheets/application.scss */
.hub-shopping-select-wrap {
  flex: 1 1 220px;
  min-width: 0;
}

/* line 936, app/assets/stylesheets/application.scss */
.hub-shopping-select {
  width: 100%;
  appearance: none;
  border: 1px solid #e4e7eb;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1.2 1.2L6 6l4.8-4.8'/%3E%3C/svg%3E") no-repeat right 12px center;
  border-radius: 14px;
  padding: 11px 34px 11px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #17191d;
  box-shadow: 0 4px 14px rgba(17, 24, 39, 0.04);
}

/* line 949, app/assets/stylesheets/application.scss */
.hub-gender-pills {
  display: inline-flex;
  gap: 6px;
  flex-wrap: wrap;
}

/* line 955, app/assets/stylesheets/application.scss */
.hub-gender-pill {
  border: 1px solid #e4e7eb;
  background: #fff;
  color: #4b5563;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  padding: 8px 12px;
  cursor: pointer;
}

/* line 966, app/assets/stylesheets/application.scss */
.hub-gender-pill.is-active {
  background: #111;
  border-color: #111;
  color: #fff;
}

/* line 972, app/assets/stylesheets/application.scss */
.hub-shopping-status {
  text-align: center;
  font-size: 13px;
  color: #6b7280;
  padding: 28px 8px;
}

/* line 979, app/assets/stylesheets/application.scss */
.hub-styles-grid {
  width: 100%;
  column-count: 2;
  column-gap: 10px;
}

/* line 985, app/assets/stylesheets/application.scss */
.hub-style-card {
  break-inside: avoid;
  width: 100%;
  margin: 0 0 10px;
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

/* line 996, app/assets/stylesheets/application.scss */
.hub-style-card-media {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  background: #e8eaed;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06);
}

/* line 1004, app/assets/stylesheets/application.scss */
.hub-style-card-media img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 1010, app/assets/stylesheets/application.scss */
.hub-style-card-name {
  display: block;
  margin-top: 7px;
  padding: 0 2px;
  font-size: 12px;
  font-weight: 700;
  color: #25282d;
  line-height: 1.3;
}

/* line 1020, app/assets/stylesheets/application.scss */
.hub-style-modal-card {
  max-width: 440px;
}

/* line 1024, app/assets/stylesheets/application.scss */
.hub-style-modal-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 1030, app/assets/stylesheets/application.scss */
.hub-style-modal-image {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 16px;
  background: #eceff2;
}

/* line 1038, app/assets/stylesheets/application.scss */
.hub-style-modal-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #4b5563;
}

/* line 1045, app/assets/stylesheets/application.scss */
.hub-style-modal-links h4 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  color: #17191d;
}

/* line 1052, app/assets/stylesheets/application.scss */
.hub-style-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 1058, app/assets/stylesheets/application.scss */
.hub-style-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

/* line 1070, app/assets/stylesheets/application.scss */
.hub-style-link:hover {
  background: #e5e7eb;
  color: #111;
}

/* line 1075, app/assets/stylesheets/application.scss */
.hub-locket {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

/* line 1082, app/assets/stylesheets/application.scss */
.hub-locket-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 148px;
  border-radius: 42px;
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.45);
  font-size: 42px;
  overflow: hidden;
  border: 1.5px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  background-size: cover;
  background-position: center;
}

/* line 1099, app/assets/stylesheets/application.scss */
.hub-ask {
  width: 100%;
  max-width: 560px;
}

/* line 1104, app/assets/stylesheets/application.scss */
.hub-ask-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 24px;
  padding: 10px 12px 10px 10px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

/* line 1114, app/assets/stylesheets/application.scss */
.hub-ask-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

/* line 1121, app/assets/stylesheets/application.scss */
.hub-ask-input {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 16px;
  color: #111;
}

/* line 1130, app/assets/stylesheets/application.scss */
.hub-ask-send {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 1143, app/assets/stylesheets/application.scss */
.hub-ask-hint {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #6b7280;
}

/* line 1150, app/assets/stylesheets/application.scss */
.hub-apps {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 12px;
}

/* line 1157, app/assets/stylesheets/application.scss */
.hub-app {
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 0;
}

/* line 1168, app/assets/stylesheets/application.scss */
.hub-app-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #fff;
  color: var(--hub-app-color, #111);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

/* line 1181, app/assets/stylesheets/application.scss */
.hub-app-title {
  font-size: 11px;
  font-weight: 600;
  color: #111;
  text-align: center;
  line-height: 1.2;
}

/* line 1189, app/assets/stylesheets/application.scss */
.hub-shortcuts {
  width: 100%;
}

/* line 1193, app/assets/stylesheets/application.scss */
.hub-shortcuts-head h3 {
  font-size: 14px;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 12px;
}

/* line 1200, app/assets/stylesheets/application.scss */
.hub-shortcuts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 10px;
}

/* line 1206, app/assets/stylesheets/application.scss */
.hub-shortcut {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #111;
  font-size: 11px;
  font-weight: 600;
}

/* line 1217, app/assets/stylesheets/application.scss */
.hub-shortcut-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
  padding: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

/* line 1227, app/assets/stylesheets/application.scss */
.hub-download {
  margin-top: 8px;
}

/* line 1231, app/assets/stylesheets/application.scss */
.hub-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

/* line 1244, app/assets/stylesheets/application.scss */
.hub-download-btn:hover {
  background: #222;
  color: #fff;
}

/* line 1249, app/assets/stylesheets/application.scss */
.hub-download-btn-block {
  width: 100%;
  margin-top: 12px;
}

/* line 1254, app/assets/stylesheets/application.scss */
.hub-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
}

/* line 1262, app/assets/stylesheets/application.scss */
.hub-modal.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1268, app/assets/stylesheets/application.scss */
.hub-modal-card {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

/* line 1277, app/assets/stylesheets/application.scss */
.hub-modal-card-sm {
  max-width: 360px;
}

/* line 1281, app/assets/stylesheets/application.scss */
.hub-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

/* line 1288, app/assets/stylesheets/application.scss */
.hub-modal-head h3 {
  font-size: 18px;
  font-weight: 800;
}

/* line 1293, app/assets/stylesheets/application.scss */
.hub-modal-close {
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #6b7280;
  cursor: pointer;
}

/* line 1302, app/assets/stylesheets/application.scss */
.hub-more-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 10px;
  margin-bottom: 16px;
}

/* line 1309, app/assets/stylesheets/application.scss */
.hub-modal-note {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
}

/* Floating AI */
/* line 1316, app/assets/stylesheets/application.scss */
.floating-ai {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 90;
}

/* line 1323, app/assets/stylesheets/application.scss */
.floating-ai-bubble {
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  cursor: grab;
  position: relative;
  animation: floating-ai-bob 3.2s ease-in-out infinite;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

/* line 1336, app/assets/stylesheets/application.scss */
.floating-ai-bubble:active {
  cursor: grabbing;
}

/* line 1340, app/assets/stylesheets/application.scss */
.floating-ai-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  background: #fff;
}

/* line 1349, app/assets/stylesheets/application.scss */
.floating-ai-dot {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #22c55e;
  border: 2px solid #fff;
}

/* line 1360, app/assets/stylesheets/application.scss */
.floating-ai-panel {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: 340px;
  max-width: calc(100vw - 28px);
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

/* line 1372, app/assets/stylesheets/application.scss */
.floating-ai-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-bottom: 1px solid #eee;
}

/* line 1380, app/assets/stylesheets/application.scss */
.floating-ai-panel-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 1386, app/assets/stylesheets/application.scss */
.floating-ai-panel-title img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

/* line 1393, app/assets/stylesheets/application.scss */
.floating-ai-panel-title strong {
  display: block;
  font-size: 14px;
}

/* line 1398, app/assets/stylesheets/application.scss */
.floating-ai-panel-title span {
  font-size: 12px;
  color: #22c55e;
}

/* line 1403, app/assets/stylesheets/application.scss */
.floating-ai-panel-body {
  padding: 14px;
  min-height: 120px;
  max-height: 220px;
  overflow-y: auto;
  background: #f8fafc;
}

/* line 1411, app/assets/stylesheets/application.scss */
.floating-ai-msg {
  max-width: 90%;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.4;
}

/* line 1419, app/assets/stylesheets/application.scss */
.floating-ai-msg-bot {
  background: #fff;
  color: #111;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* line 1425, app/assets/stylesheets/application.scss */
.floating-ai-panel-foot {
  display: flex;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid #eee;
}

/* line 1432, app/assets/stylesheets/application.scss */
.floating-ai-panel-foot input {
  flex: 1;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 10px 14px;
  outline: none;
}

/* line 1440, app/assets/stylesheets/application.scss */
.floating-ai-panel-foot button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #111;
  color: #fff;
  cursor: pointer;
}

@keyframes floating-ai-bob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 640px) {
  /* line 1456, app/assets/stylesheets/application.scss */
  .browser-hub {
    padding-top: 88px;
  }
  /* line 1460, app/assets/stylesheets/application.scss */
  .hub-view-tabs {
    top: 12px;
    right: 12px;
  }
  /* line 1465, app/assets/stylesheets/application.scss */
  .hub-view-tab {
    padding: 7px 11px;
    font-size: 11px;
  }
  /* line 1470, app/assets/stylesheets/application.scss */
  .hub-locket-preview {
    width: 120px;
    height: 120px;
    border-radius: 34px;
    font-size: 34px;
  }
  /* line 1477, app/assets/stylesheets/application.scss */
  .hub-apps,
.hub-shortcuts-grid,
.hub-more-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  /* line 1483, app/assets/stylesheets/application.scss */
  .hub-shopping-head h2 {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 1489, app/assets/stylesheets/application.scss */
  .floating-ai-bubble {
    animation: none;
  }
}

/* ===== Perk desktop workspace ===== */
/* line 1495, app/assets/stylesheets/application.scss */
.hub-home {
  min-height: 100vh;
  background: #eef0f3;
  color: #17191d;
}

/* line 1501, app/assets/stylesheets/application.scss */
.hub-home #main-header {
  height: 80px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #e4e7eb;
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.02);
  backdrop-filter: blur(18px);
}

/* line 1509, app/assets/stylesheets/application.scss */
.perk-workspace {
  display: grid;
  grid-template-columns: minmax(250px, 300px) minmax(520px, 1fr) minmax(270px, 320px);
  height: 100vh;
  padding-top: 80px;
  overflow: hidden;
}

/* line 1517, app/assets/stylesheets/application.scss */
.perk-workspace-sidebar {
  min-width: 0;
  background: #fff;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #d8dce2 transparent;
}

/* line 1525, app/assets/stylesheets/application.scss */
.perk-feed {
  border-right: 1px solid #e4e7eb;
}

/* line 1529, app/assets/stylesheets/application.scss */
.perk-chats {
  border-left: 1px solid #e4e7eb;
}

/* line 1533, app/assets/stylesheets/application.scss */
.perk-sidebar-heading {
  position: sticky;
  top: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 18px 18px 14px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

/* line 1546, app/assets/stylesheets/application.scss */
.perk-eyebrow {
  display: block;
  margin-bottom: 2px;
  color: #8a9099;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* line 1556, app/assets/stylesheets/application.scss */
.perk-sidebar-heading h2 {
  margin: 0;
  color: #17191d;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.1;
}

/* line 1564, app/assets/stylesheets/application.scss */
.perk-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 12px;
  background: #f2f3f5;
  color: #4f5660;
  cursor: pointer;
  text-decoration: none;
}

/* line 1578, app/assets/stylesheets/application.scss */
.perk-icon-button:hover {
  background: #e9ebef;
  color: #111;
}

/* line 1583, app/assets/stylesheets/application.scss */
.perk-feed-filters {
  display: flex;
  gap: 5px;
  padding: 0 18px 14px;
}

/* line 1589, app/assets/stylesheets/application.scss */
.perk-feed-filters button {
  border: 0;
  border-radius: 999px;
  padding: 7px 12px;
  background: transparent;
  color: #777e88;
  font-size: 12px;
  font-weight: 700;
}

/* line 1599, app/assets/stylesheets/application.scss */
.perk-feed-filters button.active {
  background: #17191d;
  color: #fff;
}

/* line 1604, app/assets/stylesheets/application.scss */
.perk-feed-list {
  padding: 0 12px 28px;
}

/* line 1608, app/assets/stylesheets/application.scss */
.perk-feed-card {
  display: block;
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid #e8eaed;
  border-radius: 18px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

/* line 1620, app/assets/stylesheets/application.scss */
.perk-feed-card:hover {
  color: inherit;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(20, 26, 36, 0.08);
}

/* line 1626, app/assets/stylesheets/application.scss */
.perk-feed-image {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: cover;
}

/* line 1633, app/assets/stylesheets/application.scss */
.perk-feed-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e7edff, #f6e9ff);
  color: #6b61df;
  font-size: 30px;
}

/* line 1642, app/assets/stylesheets/application.scss */
.perk-feed-copy {
  padding: 13px 14px 15px;
}

/* line 1646, app/assets/stylesheets/application.scss */
.perk-feed-author {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 9px;
  color: #646b75;
  font-size: 11px;
  font-weight: 700;
}

/* line 1656, app/assets/stylesheets/application.scss */
.perk-avatar-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #17191d;
  color: #fff;
  font-size: 10px;
}

/* line 1668, app/assets/stylesheets/application.scss */
.perk-feed-copy h3 {
  margin: 0 0 6px;
  color: #17191d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

/* line 1676, app/assets/stylesheets/application.scss */
.perk-feed-copy p {
  margin: 0 0 10px;
  color: #69717c;
  font-size: 12px;
  line-height: 1.5;
}

/* line 1683, app/assets/stylesheets/application.scss */
.perk-feed-meta {
  color: #9298a1;
  font-size: 10px;
  font-weight: 600;
}

/* line 1689, app/assets/stylesheets/application.scss */
.perk-feed-meta i {
  margin-right: 4px;
}

/* line 1693, app/assets/stylesheets/application.scss */
.perk-workspace-center {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #f2f3f5;
}

/* line 1700, app/assets/stylesheets/application.scss */
.perk-browser-chrome {
  display: grid;
  grid-template-columns: 64px minmax(180px, 280px) 1fr;
  align-items: end;
  height: 44px;
  padding: 7px 12px 0;
  border-bottom: 1px solid #dfe2e6;
  background: #e8eaed;
}

/* line 1710, app/assets/stylesheets/application.scss */
.perk-browser-controls {
  display: flex;
  gap: 6px;
  align-self: center;
}

/* line 1716, app/assets/stylesheets/application.scss */
.perk-browser-controls span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c5c8cd;
}

/* line 1723, app/assets/stylesheets/application.scss */
.perk-browser-controls span:first-child {
  background: #ff6b65;
}

/* line 1724, app/assets/stylesheets/application.scss */
.perk-browser-controls span:nth-child(2) {
  background: #f5bf4f;
}

/* line 1725, app/assets/stylesheets/application.scss */
.perk-browser-controls span:nth-child(3) {
  background: #62c554;
}

/* line 1727, app/assets/stylesheets/application.scss */
.perk-browser-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 14px;
  border-radius: 11px 11px 0 0;
  background: #f2f3f5;
  color: #555d67;
  font-size: 12px;
  font-weight: 700;
}

/* line 1740, app/assets/stylesheets/application.scss */
.perk-browser-tab i {
  color: #7b61ff;
}

/* line 1744, app/assets/stylesheets/application.scss */
.perk-browser-actions {
  display: flex;
  justify-content: flex-end;
  gap: 17px;
  align-self: center;
  padding-right: 2px;
  color: #7a8088;
  font-size: 11px;
}

/* line 1754, app/assets/stylesheets/application.scss */
.perk-workspace-center .browser-hub {
  height: calc(100vh - 124px);
  min-height: 0;
  overflow-y: auto;
  padding: clamp(34px, 6vh, 68px) 28px 36px;
}

/* line 1761, app/assets/stylesheets/application.scss */
.perk-workspace-center .hub-view-tabs {
  top: 14px;
  right: 16px;
}

/* line 1766, app/assets/stylesheets/application.scss */
.perk-workspace-center .browser-hub-inner {
  max-width: 630px;
  gap: 22px;
}

/* line 1771, app/assets/stylesheets/application.scss */
.perk-workspace-center .hub-shopping {
  max-width: 630px;
  margin: 0 auto;
  padding-top: 28px;
}

/* line 1777, app/assets/stylesheets/application.scss */
.perk-workspace-center .browser-hub.is-shopping {
  padding-top: clamp(34px, 6vh, 68px);
}

/* line 1781, app/assets/stylesheets/application.scss */
.perk-workspace-center .hub-locket {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  color: #25282d;
}

/* line 1789, app/assets/stylesheets/application.scss */
.perk-workspace-center .hub-locket strong {
  font-size: 13px;
  font-weight: 800;
}

/* line 1794, app/assets/stylesheets/application.scss */
.perk-workspace-center .hub-locket-preview {
  width: clamp(112px, 11vw, 148px);
  height: clamp(112px, 11vw, 148px);
}

/* line 1799, app/assets/stylesheets/application.scss */
.perk-workspace-center .hub-app,
.perk-workspace-center .hub-shortcut {
  border-radius: 14px;
  padding: 7px 3px;
}

/* line 1805, app/assets/stylesheets/application.scss */
.perk-workspace-center .hub-app:hover,
.perk-workspace-center .hub-shortcut:hover {
  background: rgba(255, 255, 255, 0.72);
}

/* line 1810, app/assets/stylesheets/application.scss */
.perk-workspace-center .hub-app-icon {
  width: 56px;
  height: 56px;
  border-radius: 17px;
}

/* line 1816, app/assets/stylesheets/application.scss */
.perk-workspace-center .hub-shortcuts {
  padding-top: 5px;
  border-top: 1px solid #dfe2e6;
}

/* line 1821, app/assets/stylesheets/application.scss */
.perk-chat-search {
  position: relative;
  margin: 0 16px 14px;
}

/* line 1826, app/assets/stylesheets/application.scss */
.perk-chat-search i {
  position: absolute;
  top: 50%;
  left: 13px;
  color: #9aa0a9;
  font-size: 12px;
  transform: translateY(-50%);
}

/* line 1835, app/assets/stylesheets/application.scss */
.perk-chat-search input {
  width: 100%;
  height: 38px;
  border: 0;
  border-radius: 12px;
  outline: 0;
  background: #f1f2f4;
  padding: 0 12px 0 36px;
  color: #333840;
  font-size: 12px;
}

/* line 1847, app/assets/stylesheets/application.scss */
.perk-chat-list {
  padding: 0 8px;
}

/* line 1851, app/assets/stylesheets/application.scss */
.perk-chat-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 66px;
  padding: 8px 10px;
  border-radius: 14px;
  color: #17191d;
  text-decoration: none;
}

/* line 1863, app/assets/stylesheets/application.scss */
.perk-chat-row:hover {
  background: #f4f5f7;
  color: #17191d;
}

/* line 1868, app/assets/stylesheets/application.scss */
.perk-chat-avatar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7667ed, #b15ed5);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

/* line 1882, app/assets/stylesheets/application.scss */
.perk-chat-avatar-p {
  background: linear-gradient(135deg, #111, #4f5968);
}

/* line 1883, app/assets/stylesheets/application.scss */
.perk-chat-avatar-m {
  background: linear-gradient(135deg, #f2934b, #e54b76);
}

/* line 1885, app/assets/stylesheets/application.scss */
.perk-chat-avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

/* line 1892, app/assets/stylesheets/application.scss */
.perk-chat-avatar i {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #29bd68;
}

/* line 1903, app/assets/stylesheets/application.scss */
.perk-chat-copy {
  min-width: 0;
}

/* line 1907, app/assets/stylesheets/application.scss */
.perk-chat-copy strong,
.perk-chat-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1915, app/assets/stylesheets/application.scss */
.perk-chat-copy strong {
  margin-bottom: 3px;
  color: #282c32;
  font-size: 13px;
}

/* line 1921, app/assets/stylesheets/application.scss */
.perk-chat-copy small {
  color: #838a94;
  font-size: 11px;
}

/* line 1926, app/assets/stylesheets/application.scss */
.perk-chat-row time {
  align-self: start;
  padding-top: 4px;
  color: #a2a7af;
  font-size: 9px;
  white-space: nowrap;
}

/* line 1934, app/assets/stylesheets/application.scss */
.perk-chat-signin {
  margin: 18px 16px;
  padding: 15px;
  border-radius: 16px;
  background: #f1f3ff;
  text-align: center;
}

/* line 1942, app/assets/stylesheets/application.scss */
.perk-chat-signin p {
  margin: 0 0 11px;
  color: #666e79;
  font-size: 11px;
  line-height: 1.45;
}

/* line 1949, app/assets/stylesheets/application.scss */
.perk-chat-signin-button {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  border-radius: 999px;
  background: #17191d;
  padding: 9px 14px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

/* line 1962, app/assets/stylesheets/application.scss */
.perk-chat-signin-button:hover {
  color: #fff;
  background: #30343a;
}

/* line 1967, app/assets/stylesheets/application.scss */
.floating-ai-panel-head {
  cursor: grab;
  user-select: none;
}

/* line 1972, app/assets/stylesheets/application.scss */
.floating-ai-panel-head:active {
  cursor: grabbing;
}

/* line 1976, app/assets/stylesheets/application.scss */
.floating-ai-drag-hint {
  margin-left: auto;
  margin-right: 10px;
  color: #a2a7af;
}

/* line 1982, app/assets/stylesheets/application.scss */
.floating-ai-panel-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 180px;
  max-height: 310px;
}

/* line 1990, app/assets/stylesheets/application.scss */
.floating-ai-msg-user {
  align-self: flex-end;
  background: #17191d;
  color: #fff;
  border-bottom-right-radius: 4px;
}

/* line 1997, app/assets/stylesheets/application.scss */
.floating-ai-msg-bot {
  align-self: flex-start;
  border-bottom-left-radius: 4px;
}

@media (max-width: 1180px) {
  /* line 2003, app/assets/stylesheets/application.scss */
  .perk-workspace {
    grid-template-columns: 250px minmax(500px, 1fr) 270px;
  }
  /* line 2007, app/assets/stylesheets/application.scss */
  .hub-home #main-header nav {
    display: none;
  }
}

@media (max-width: 1020px) {
  /* line 2013, app/assets/stylesheets/application.scss */
  .perk-workspace {
    grid-template-columns: 250px minmax(0, 1fr);
  }
  /* line 2017, app/assets/stylesheets/application.scss */
  .perk-chats {
    display: none;
  }
}

@media (max-width: 760px) {
  /* line 2023, app/assets/stylesheets/application.scss */
  .perk-workspace {
    display: block;
    overflow: auto;
  }
  /* line 2028, app/assets/stylesheets/application.scss */
  .perk-feed {
    display: none;
  }
  /* line 2032, app/assets/stylesheets/application.scss */
  .perk-workspace-center {
    min-height: calc(100vh - 80px);
  }
}

/* ===== Management bar and authentication ===== */
/* line 2038, app/assets/stylesheets/application.scss */
.perk-page-content {
  min-height: 100vh;
  padding-top: 80px;
}

/* line 2043, app/assets/stylesheets/application.scss */
.perk-page-content > .hub-home {
  margin-top: -80px;
}

/* line 2047, app/assets/stylesheets/application.scss */
.perk-management-bar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 70;
  height: 80px;
  border-bottom: 1px solid rgba(218, 222, 228, 0.9);
  background: rgba(255, 255, 255, 0.94);
  color: #17191d;
  backdrop-filter: blur(18px);
}

/* line 2058, app/assets/stylesheets/application.scss */
.perk-management-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 28px;
}

/* line 2067, app/assets/stylesheets/application.scss */
.perk-management-left,
.perk-management-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 2074, app/assets/stylesheets/application.scss */
.perk-management-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-right: 12px;
  color: #17191d;
  font-size: 22px;
  text-decoration: none;
}

/* line 2084, app/assets/stylesheets/application.scss */
.perk-management-brand:hover {
  color: #17191d;
}

/* line 2088, app/assets/stylesheets/application.scss */
.perk-management-brand img {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  object-fit: cover;
}

/* line 2095, app/assets/stylesheets/application.scss */
.perk-ai-hub-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 42px;
  border: 1px solid #e0e3e8;
  border-radius: 14px;
  padding: 0 15px 0 8px;
  background: #f7f8fa;
  color: #2b2f35;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: background 150ms ease, transform 150ms ease;
}

/* line 2111, app/assets/stylesheets/application.scss */
.perk-ai-hub-button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: #17191d;
  color: #fff;
  font-size: 11px;
}

/* line 2123, app/assets/stylesheets/application.scss */
.perk-ai-hub-button:hover {
  background: #fff;
  color: #17191d;
  transform: translateY(-1px);
}

/* line 2129, app/assets/stylesheets/application.scss */
.perk-language-menu,
.perk-account-menu {
  position: relative;
}

/* line 2134, app/assets/stylesheets/application.scss */
.perk-language-menu summary,
.perk-account-menu summary {
  display: flex;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

/* line 2142, app/assets/stylesheets/application.scss */
.perk-language-menu summary::-webkit-details-marker,
.perk-account-menu summary::-webkit-details-marker {
  display: none;
}

/* line 2147, app/assets/stylesheets/application.scss */
.perk-language-menu summary {
  gap: 7px;
  height: 38px;
  border-radius: 12px;
  padding: 0 10px;
  color: #666d77;
  font-size: 11px;
  font-weight: 800;
}

/* line 2157, app/assets/stylesheets/application.scss */
.perk-language-menu summary:hover {
  background: #f3f4f6;
}

/* line 2161, app/assets/stylesheets/application.scss */
.perk-account-menu summary {
  gap: 10px;
  min-width: 190px;
  border-radius: 15px;
  padding: 6px 9px;
}

/* line 2168, app/assets/stylesheets/application.scss */
.perk-account-menu summary:hover {
  background: #f4f5f7;
}

/* line 2172, app/assets/stylesheets/application.scss */
.perk-account-menu summary > i {
  margin-left: auto;
  color: #9298a1;
  font-size: 9px;
}

/* line 2178, app/assets/stylesheets/application.scss */
.perk-management-avatar {
  display: inline-flex;
  flex: 0 0 39px;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(135deg, #17191d, #687180);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

/* line 2193, app/assets/stylesheets/application.scss */
.perk-management-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 2199, app/assets/stylesheets/application.scss */
.perk-account-summary {
  min-width: 0;
}

/* line 2203, app/assets/stylesheets/application.scss */
.perk-account-summary strong,
.perk-account-summary small {
  display: block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 2212, app/assets/stylesheets/application.scss */
.perk-account-summary strong {
  color: #2a2e34;
  font-size: 12px;
}

/* line 2217, app/assets/stylesheets/application.scss */
.perk-account-summary small {
  margin-top: 2px;
  color: #858c96;
  font-size: 9px;
}

/* line 2223, app/assets/stylesheets/application.scss */
.perk-management-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 180px;
  overflow: hidden;
  border: 1px solid #e3e5e9;
  border-radius: 16px;
  background: #fff;
  padding: 7px;
  box-shadow: 0 18px 45px rgba(25, 31, 41, 0.15);
}

/* line 2236, app/assets/stylesheets/application.scss */
.perk-management-menu a,
.perk-management-menu .button_to button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: transparent;
  padding: 10px 11px;
  color: #3c424a;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

/* line 2253, app/assets/stylesheets/application.scss */
.perk-management-menu a:hover,
.perk-management-menu .button_to button:hover {
  background: #f3f4f6;
  color: #17191d;
}

/* line 2259, app/assets/stylesheets/application.scss */
.perk-management-menu a.active {
  background: #17191d;
  color: #fff;
}

/* line 2264, app/assets/stylesheets/application.scss */
.perk-account-options {
  min-width: 245px;
}

/* line 2268, app/assets/stylesheets/application.scss */
.perk-account-menu-head {
  margin: 1px 4px 6px;
  border-bottom: 1px solid #eceef1;
  padding: 8px 7px 12px;
}

/* line 2274, app/assets/stylesheets/application.scss */
.perk-account-menu-head strong,
.perk-account-menu-head span {
  display: block;
}

/* line 2279, app/assets/stylesheets/application.scss */
.perk-account-menu-head strong {
  font-size: 13px;
}

/* line 2283, app/assets/stylesheets/application.scss */
.perk-account-menu-head span {
  margin-top: 2px;
  color: #858c96;
  font-size: 10px;
}

/* line 2289, app/assets/stylesheets/application.scss */
.perk-account-options .button_to {
  margin: 0;
  border-top: 1px solid #eceef1;
  padding-top: 6px;
}

/* line 2295, app/assets/stylesheets/application.scss */
.perk-account-options .perk-menu-logout {
  color: #d14343;
}

/* line 2299, app/assets/stylesheets/application.scss */
.perk-login-link,
.perk-signup-button,
.perk-login-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 999px;
  padding: 0 17px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

/* line 2313, app/assets/stylesheets/application.scss */
.perk-login-link {
  color: #30353c;
}

/* line 2317, app/assets/stylesheets/application.scss */
.perk-login-link:hover {
  color: #111;
  background: #f4f5f7;
}

/* line 2322, app/assets/stylesheets/application.scss */
.perk-signup-button,
.perk-login-button {
  border: 0;
  background: #17191d;
  color: #fff;
}

/* line 2329, app/assets/stylesheets/application.scss */
.perk-signup-button:hover {
  background: #30343a;
  color: #fff;
}

/* line 2334, app/assets/stylesheets/application.scss */
.perk-auth-shell {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(480px, 1.08fr);
  min-height: calc(100vh - 80px);
  background: #f2f3f5;
}

/* line 2341, app/assets/stylesheets/application.scss */
.perk-auth-art {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  min-height: 620px;
  overflow: hidden;
  background: #0d0e12;
}

/* line 2350, app/assets/stylesheets/application.scss */
.perk-auth-art-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

/* line 2357, app/assets/stylesheets/application.scss */
.perk-auth-art-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 9, 13, 0.93) 0%, rgba(8, 9, 13, 0.2) 68%), linear-gradient(135deg, rgba(84, 62, 180, 0.22), transparent 48%);
}

/* line 2365, app/assets/stylesheets/application.scss */
.perk-auth-art-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: clamp(30px, 5vw, 66px);
  color: #fff;
}

/* line 2375, app/assets/stylesheets/application.scss */
.perk-auth-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 17px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

/* line 2391, app/assets/stylesheets/application.scss */
.perk-auth-art-copy h1 {
  max-width: 600px;
  margin: 0 0 15px;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

/* line 2400, app/assets/stylesheets/application.scss */
.perk-auth-art-copy > p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.6;
}

/* line 2408, app/assets/stylesheets/application.scss */
.perk-auth-feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
}

/* line 2415, app/assets/stylesheets/application.scss */
.perk-auth-feature-pills span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 10px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

/* line 2427, app/assets/stylesheets/application.scss */
.perk-auth-steps {
  display: flex;
  gap: 20px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

/* line 2435, app/assets/stylesheets/application.scss */
.perk-auth-steps li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 700;
}

/* line 2444, app/assets/stylesheets/application.scss */
.perk-auth-steps li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

/* line 2454, app/assets/stylesheets/application.scss */
.perk-auth-steps li.active {
  color: #fff;
}

/* line 2458, app/assets/stylesheets/application.scss */
.perk-auth-steps li.active span {
  border-color: #fff;
  background: #fff;
  color: #111;
}

/* line 2464, app/assets/stylesheets/application.scss */
.perk-auth-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 48px 32px;
}

/* line 2472, app/assets/stylesheets/application.scss */
.perk-auth-card {
  width: 100%;
  max-width: 470px;
}

/* line 2477, app/assets/stylesheets/application.scss */
.perk-auth-heading {
  margin-bottom: 28px;
}

/* line 2481, app/assets/stylesheets/application.scss */
.perk-auth-mobile-logo {
  display: none;
  align-items: center;
  gap: 8px;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 800;
}

/* line 2490, app/assets/stylesheets/application.scss */
.perk-auth-mobile-logo img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

/* line 2496, app/assets/stylesheets/application.scss */
.perk-auth-heading h2 {
  margin: 5px 0 8px;
  color: #17191d;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.035em;
}

/* line 2504, app/assets/stylesheets/application.scss */
.perk-auth-heading p {
  margin: 0;
  color: #767d87;
  font-size: 13px;
  line-height: 1.5;
}

/* line 2511, app/assets/stylesheets/application.scss */
.perk-auth-alert,
.perk-auth-errors {
  margin-bottom: 17px;
  border: 1px solid #f2cccc;
  border-radius: 13px;
  background: #fff2f2;
  padding: 12px 14px;
  color: #a43131;
  font-size: 11px;
  line-height: 1.5;
}

/* line 2523, app/assets/stylesheets/application.scss */
.perk-auth-alert {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 2529, app/assets/stylesheets/application.scss */
.perk-auth-errors strong {
  display: block;
  margin-bottom: 5px;
}

/* line 2534, app/assets/stylesheets/application.scss */
.perk-auth-errors ul {
  margin: 0;
  padding-left: 18px;
}

/* line 2539, app/assets/stylesheets/application.scss */
.perk-auth-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 2545, app/assets/stylesheets/application.scss */
.perk-auth-field > label,
.perk-auth-label-row label {
  display: block;
  margin-bottom: 7px;
  color: #454b53;
  font-size: 11px;
  font-weight: 800;
}

/* line 2554, app/assets/stylesheets/application.scss */
.perk-auth-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 2560, app/assets/stylesheets/application.scss */
.perk-auth-label-row a {
  margin-bottom: 7px;
  color: #5d5fbb;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

/* line 2568, app/assets/stylesheets/application.scss */
.perk-auth-field > div:not(.perk-auth-label-row) {
  position: relative;
}

/* line 2572, app/assets/stylesheets/application.scss */
.perk-auth-field > div:not(.perk-auth-label-row) > i {
  position: absolute;
  top: 50%;
  left: 15px;
  color: #a0a6ae;
  font-size: 12px;
  transform: translateY(-50%);
}

/* line 2581, app/assets/stylesheets/application.scss */
.perk-auth-field input[type="email"],
.perk-auth-field input[type="password"],
.perk-auth-field input[type="text"],
.perk-auth-field input[type="date"] {
  width: 100%;
  height: 50px;
  border: 1px solid #dfe2e6;
  border-radius: 15px;
  outline: 0;
  background: #fff;
  padding: 0 45px 0 42px;
  color: #23272d;
  font-size: 13px;
  transition: border 150ms ease, box-shadow 150ms ease;
}

/* line 2597, app/assets/stylesheets/application.scss */
.perk-auth-field input:focus {
  border-color: #7b6fd6;
  box-shadow: 0 0 0 3px rgba(123, 111, 214, 0.1);
}

/* line 2602, app/assets/stylesheets/application.scss */
.perk-password-toggle {
  position: absolute;
  top: 50%;
  right: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #8c929b;
  transform: translateY(-50%);
  cursor: pointer;
}

/* line 2619, app/assets/stylesheets/application.scss */
.perk-password-toggle:hover {
  background: #f2f3f5;
}

/* line 2623, app/assets/stylesheets/application.scss */
.perk-auth-check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #646b75;
  font-size: 11px;
  line-height: 1.5;
}

/* line 2632, app/assets/stylesheets/application.scss */
.perk-auth-check input {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  accent-color: #17191d;
}

/* line 2640, app/assets/stylesheets/application.scss */
.perk-auth-check a {
  color: #4f4ca2;
  font-weight: 700;
}

/* line 2645, app/assets/stylesheets/application.scss */
.perk-auth-submit {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 15px;
  background: #17191d;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background 150ms ease, transform 150ms ease;
}

/* line 2658, app/assets/stylesheets/application.scss */
.perk-auth-submit:hover {
  background: #30343a;
  transform: translateY(-1px);
}

/* line 2663, app/assets/stylesheets/application.scss */
.perk-auth-switch {
  margin: 22px 0 0;
  color: #777e88;
  font-size: 12px;
  text-align: center;
}

/* line 2670, app/assets/stylesheets/application.scss */
.perk-auth-switch a {
  margin-left: 3px;
  color: #17191d;
  font-weight: 800;
  text-decoration: none;
}

/* line 2677, app/assets/stylesheets/application.scss */
.perk-auth-legal {
  margin: 28px 0 0;
  color: #9ba0a8;
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}

/* line 2685, app/assets/stylesheets/application.scss */
.perk-auth-legal i {
  margin-right: 5px;
}

/* line 2689, app/assets/stylesheets/application.scss */
.perk-auth-referral-field {
  margin-bottom: 16px;
}

/* line 2693, app/assets/stylesheets/application.scss */
.perk-auth-methods {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 2699, app/assets/stylesheets/application.scss */
.perk-auth-social,
.perk-auth-alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 650;
  cursor: pointer;
  transition: transform 150ms ease, background 150ms ease, border-color 150ms ease;
}

/* line 2714, app/assets/stylesheets/application.scss */
.perk-auth-social {
  border: 1px solid #e4e6ea;
  background: #fff;
  color: #17191d;
}

/* line 2720, app/assets/stylesheets/application.scss */
.perk-auth-social:hover,
.perk-auth-alt:hover {
  transform: translateY(-1px);
}

/* line 2725, app/assets/stylesheets/application.scss */
.perk-auth-social svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

/* line 2731, app/assets/stylesheets/application.scss */
.perk-auth-social-apple svg {
  color: #111;
}

/* line 2735, app/assets/stylesheets/application.scss */
.perk-auth-alt {
  border: 1px solid rgba(23, 25, 29, 0.35);
  background: transparent;
  color: #17191d;
}

/* line 2741, app/assets/stylesheets/application.scss */
.perk-auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 4px 0;
  color: #9aa1ab;
  font-size: 12px;
}

/* line 2750, app/assets/stylesheets/application.scss */
.perk-auth-divider::before,
.perk-auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}

/* line 2758, app/assets/stylesheets/application.scss */
.perk-auth-legal-social {
  margin-top: 8px;
}

/* line 2762, app/assets/stylesheets/application.scss */
.perk-auth-legal-social a {
  color: #17191d;
  font-weight: 700;
}

/* line 2767, app/assets/stylesheets/application.scss */
.perk-auth-panel-view h3 {
  margin: 8px 0 6px;
  color: #17191d;
  font-size: 22px;
  font-weight: 800;
}

/* line 2774, app/assets/stylesheets/application.scss */
.perk-auth-panel-copy {
  margin: 0 0 18px;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.45;
}

/* line 2781, app/assets/stylesheets/application.scss */
.perk-auth-back,
.perk-auth-switch-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: #17191d;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

/* line 2795, app/assets/stylesheets/application.scss */
.perk-auth-switch-link {
  display: block;
  width: 100%;
  margin-top: 16px;
  color: #2563eb;
  font-weight: 600;
  text-align: center;
}

/* line 2804, app/assets/stylesheets/application.scss */
.perk-auth-status {
  margin-bottom: 14px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #eef6ff;
  color: #1e3a5f;
  font-size: 12px;
  line-height: 1.4;
}

/* line 2814, app/assets/stylesheets/application.scss */
.perk-auth-status.is-error {
  background: #fff1f1;
  color: #9b1c1c;
}

/* line 2819, app/assets/stylesheets/application.scss */
.perk-auth-phone-row {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 10px;
  align-items: start;
}

/* line 2826, app/assets/stylesheets/application.scss */
.perk-auth-phone-row select {
  height: 50px;
  border: 1px solid #dfe2e6;
  border-radius: 15px;
  background: #fff;
  padding: 0 10px;
  color: #23272d;
  font-size: 13px;
}

/* line 2836, app/assets/stylesheets/application.scss */
.perk-auth-phone-field {
  margin: 0;
}

/* line 2840, app/assets/stylesheets/application.scss */
.perk-auth-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 2852, app/assets/stylesheets/application.scss */
.perk-auth-card.is-busy {
  opacity: 0.72;
  pointer-events: none;
}

/* line 2857, app/assets/stylesheets/application.scss */
.perk-auth-card .is-hidden {
  display: none !important;
}

/* line 2861, app/assets/stylesheets/application.scss */
#perk-firebase-recaptcha {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 900px) {
  /* line 2871, app/assets/stylesheets/application.scss */
  .perk-auth-shell {
    grid-template-columns: 1fr;
  }
  /* line 2875, app/assets/stylesheets/application.scss */
  .perk-auth-art {
    display: none;
  }
  /* line 2879, app/assets/stylesheets/application.scss */
  .perk-auth-panel {
    min-height: calc(100vh - 80px);
  }
  /* line 2883, app/assets/stylesheets/application.scss */
  .perk-auth-mobile-logo {
    display: inline-flex;
  }
}

@media (max-width: 640px) {
  /* line 2889, app/assets/stylesheets/application.scss */
  .perk-management-inner {
    padding: 0 14px;
  }
  /* line 2893, app/assets/stylesheets/application.scss */
  .perk-management-brand strong,
.perk-account-summary,
.perk-language-menu {
    display: none;
  }
  /* line 2899, app/assets/stylesheets/application.scss */
  .perk-ai-hub-button {
    margin-left: -6px;
  }
  /* line 2903, app/assets/stylesheets/application.scss */
  .perk-auth-panel {
    align-items: flex-start;
    padding: 34px 20px;
  }
  /* line 2908, app/assets/stylesheets/application.scss */
  .perk-auth-heading h2 {
    font-size: 28px;
  }
}

/* line 2913, app/assets/stylesheets/application.scss */
.perk-feed-author-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}

/* line 2920, app/assets/stylesheets/application.scss */
.perk-inline-action {
  display: inline-flex;
  margin-top: 3px;
  border-radius: 999px;
  background: #17191d;
  padding: 8px 14px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}

/* line 2932, app/assets/stylesheets/application.scss */
.perk-inline-action:hover {
  color: #fff;
}

/* line 2936, app/assets/stylesheets/application.scss */
.perk-api-source {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #eef8f2;
  color: #22a45d;
}

/* line 2947, app/assets/stylesheets/application.scss */
.perk-api-profile-page {
  min-height: calc(100vh - 80px);
  background: #f1f2f4;
  padding: 42px 24px 70px;
}

/* line 2953, app/assets/stylesheets/application.scss */
.perk-api-profile-shell {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

/* line 2959, app/assets/stylesheets/application.scss */
.perk-api-profile-hero {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  border-radius: 24px;
  background: #17191d;
  padding: 24px;
  color: #fff;
}

/* line 2970, app/assets/stylesheets/application.scss */
.perk-api-profile-avatar {
  display: flex;
  flex: 0 0 74px;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 24px;
  background: linear-gradient(135deg, #7868ed, #d067ac);
  font-size: 25px;
  font-weight: 800;
}

/* line 2985, app/assets/stylesheets/application.scss */
.perk-api-profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 2991, app/assets/stylesheets/application.scss */
.perk-api-profile-hero .perk-eyebrow {
  color: rgba(255, 255, 255, 0.55);
}

/* line 2995, app/assets/stylesheets/application.scss */
.perk-api-profile-hero h1 {
  margin: 4px 0;
  font-size: 25px;
  font-weight: 800;
}

/* line 3001, app/assets/stylesheets/application.scss */
.perk-api-profile-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}

/* line 3007, app/assets/stylesheets/application.scss */
.perk-api-connected {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  border-radius: 999px;
  background: rgba(66, 205, 124, 0.14);
  padding: 9px 12px;
  color: #79e3a4;
  font-size: 10px;
  font-weight: 800;
}

/* line 3020, app/assets/stylesheets/application.scss */
.perk-profile-notice {
  margin-bottom: 16px;
  border: 1px solid #bfe7cf;
  border-radius: 14px;
  background: #effaf3;
  padding: 12px 15px;
  color: #227a46;
  font-size: 12px;
}

/* line 3030, app/assets/stylesheets/application.scss */
.perk-api-profile-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* line 3036, app/assets/stylesheets/application.scss */
.perk-api-profile-card {
  border: 1px solid #e1e4e8;
  border-radius: 22px;
  background: #fff;
  padding: 24px;
}

/* line 3043, app/assets/stylesheets/application.scss */
.perk-profile-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

/* line 3050, app/assets/stylesheets/application.scss */
.perk-profile-section-title > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: #f0efff;
  color: #6e61d4;
}

/* line 3061, app/assets/stylesheets/application.scss */
.perk-profile-section-title h2 {
  margin: 0 0 3px;
  font-size: 16px;
  font-weight: 800;
}

/* line 3067, app/assets/stylesheets/application.scss */
.perk-profile-section-title p {
  margin: 0;
  color: #858c96;
  font-size: 10px;
}

/* line 3073, app/assets/stylesheets/application.scss */
.perk-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

/* line 3079, app/assets/stylesheets/application.scss */
.perk-profile-wide {
  grid-column: 1 / -1;
}

/* line 3083, app/assets/stylesheets/application.scss */
.perk-auth-field textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid #dfe2e6;
  border-radius: 15px;
  outline: 0;
  background: #fff;
  padding: 13px 15px;
  color: #23272d;
  font-size: 13px;
}

/* line 3095, app/assets/stylesheets/application.scss */
.perk-auth-field textarea:focus {
  border-color: #7b6fd6;
  box-shadow: 0 0 0 3px rgba(123, 111, 214, 0.1);
}

/* line 3100, app/assets/stylesheets/application.scss */
.perk-api-profile-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

/* line 3106, app/assets/stylesheets/application.scss */
.perk-api-profile-actions .perk-auth-submit {
  width: auto;
  min-width: 210px;
  padding: 0 24px;
}

/* line 3112, app/assets/stylesheets/application.scss */
.perk-profile-cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 15px;
  background: #fff;
  padding: 0 20px;
  color: #454b53;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 680px) {
  /* line 3127, app/assets/stylesheets/application.scss */
  .perk-api-profile-page {
    padding: 22px 14px 50px;
  }
  /* line 3131, app/assets/stylesheets/application.scss */
  .perk-api-profile-hero {
    align-items: flex-start;
  }
  /* line 3135, app/assets/stylesheets/application.scss */
  .perk-api-connected {
    display: none;
  }
  /* line 3139, app/assets/stylesheets/application.scss */
  .perk-profile-grid {
    grid-template-columns: 1fr;
  }
  /* line 3143, app/assets/stylesheets/application.scss */
  .perk-profile-wide {
    grid-column: auto;
  }
}
