@charset "UTF-8";
/* line 1, app/assets/stylesheets/core/_reset.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 7, app/assets/stylesheets/core/_reset.scss */
html,
body {
  height: 100%;
  margin: 0;
}

/* line 4, app/assets/stylesheets/core/_typography.scss */
html {
  font-size: 16px;
}

/* line 16, app/assets/stylesheets/core/_typography.scss */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  color: #fff;
}

/* line 22, app/assets/stylesheets/core/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

@media (min-width: 94.5rem) {
  /* line 22, app/assets/stylesheets/core/_typography.scss */
  h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.5rem;
  }
}

/* line 38, app/assets/stylesheets/core/_typography.scss */
h1 {
  font-size: 1.5rem;
}

@media (min-width: 94.5rem) {
  /* line 38, app/assets/stylesheets/core/_typography.scss */
  h1 {
    font-size: 1rem;
  }
}

@media (min-width: 120rem) {
  /* line 38, app/assets/stylesheets/core/_typography.scss */
  h1 {
    font-size: 2rem;
  }
}

/* line 50, app/assets/stylesheets/core/_typography.scss */
h2 {
  font-size: 1.5rem;
}

@media (min-width: 94.5rem) {
  /* line 50, app/assets/stylesheets/core/_typography.scss */
  h2 {
    font-size: 1rem;
  }
}

@media (min-width: 120rem) {
  /* line 50, app/assets/stylesheets/core/_typography.scss */
  h2 {
    font-size: 1.5rem;
  }
}

/* line 62, app/assets/stylesheets/core/_typography.scss */
h3 {
  font-size: 1rem;
}

@media (min-width: 94.5rem) {
  /* line 62, app/assets/stylesheets/core/_typography.scss */
  h3 {
    font-size: 1rem;
  }
}

/* line 70, app/assets/stylesheets/core/_typography.scss */
h4 {
  font-size: 1rem;
}

@media (min-width: 94.5rem) {
  /* line 70, app/assets/stylesheets/core/_typography.scss */
  h4 {
    font-size: 1.5rem;
  }
}

/* line 78, app/assets/stylesheets/core/_typography.scss */
p {
  font-size: 14px;
}

/* line 82, app/assets/stylesheets/core/_typography.scss */
p,
ul,
ol {
  margin-bottom: 1rem;
}

@media (min-width: 94.5rem) {
  /* line 82, app/assets/stylesheets/core/_typography.scss */
  p,
ul,
ol {
    margin-bottom: 1.5rem;
  }
}

/* line 92, app/assets/stylesheets/core/_typography.scss */
.text-lg {
  font-size: 1.125rem;
}

@media (min-width: 94.5rem) {
  /* line 92, app/assets/stylesheets/core/_typography.scss */
  .text-lg {
    font-size: 1.25rem;
  }
}

/* line 100, app/assets/stylesheets/core/_typography.scss */
.text-xl {
  font-size: 1.25rem;
}

@media (min-width: 94.5rem) {
  /* line 100, app/assets/stylesheets/core/_typography.scss */
  .text-xl {
    font-size: 1.5rem;
  }
}

/* line 108, app/assets/stylesheets/core/_typography.scss */
.text-2xl {
  font-size: 1.5rem;
}

@media (min-width: 94.5rem) {
  /* line 108, app/assets/stylesheets/core/_typography.scss */
  .text-2xl {
    font-size: 1.75rem;
  }
}

/* line 1, app/assets/stylesheets/core/_base.scss */
body {
  font-family: system-ui, -apple-system, sans-serif;
  color: #fff;
  background: #000;
  overflow: hidden;
  min-height: 100vh;
}

/* line 9, app/assets/stylesheets/core/_base.scss */
.sidebar-detail-wrapper {
  width: 400px;
}

/* line 29, app/assets/stylesheets/core/_base.scss */
.primary-cta-card {
  position: absolute;
  bottom: 2em;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  padding: 2em;
  border-radius: 8px;
  width: 60%;
  margin: 0 auto;
  right: 20%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: white;
}

/* line 44, app/assets/stylesheets/core/_base.scss */
.site-selection {
  display: flex;
  gap: 1rem;
  align-items: center;
}

/* line 49, app/assets/stylesheets/core/_base.scss */
.site-selection select {
  flex: 1;
}

/* line 54, app/assets/stylesheets/core/_base.scss */
.new-site-form {
  margin-top: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 61, app/assets/stylesheets/core/_base.scss */
.new-site-form.hidden {
  display: none;
}

/* line 65, app/assets/stylesheets/core/_base.scss */
.new-site-form h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 72, app/assets/stylesheets/core/_base.scss */
.upload-tab-content .artifact-upload-container .dropzone {
  padding: 0;
  margin-bottom: 1rem;
  background-color: none;
}

/* line 78, app/assets/stylesheets/core/_base.scss */
.upload-tab-content .section-box {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

/* line 84, app/assets/stylesheets/core/_base.scss */
.upload-tab-content .section-box .section-content {
  padding: 0;
  border: none;
  border-radius: 0;
}

/* line 5, app/assets/stylesheets/core/_forms.scss */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #1e1e23 inset !important;
  -webkit-text-fill-color: #e0e0e0 !important;
  transition: background-color 5000s ease-in-out 0s;
  background-image: none !important;
  background-color: #1e1e23 !important;
}

@-moz-document url-prefix() {
  /* line 32, app/assets/stylesheets/core/_forms.scss */
  input:-moz-autofill, input:-moz-autofill-preview, select:-moz-autofill, select:-moz-autofill-preview, textarea:-moz-autofill, textarea:-moz-autofill-preview {
    filter: none !important;
    background-color: #1e1e23 !important;
    color: #e0e0e0 !important;
  }
}

/* line 43, app/assets/stylesheets/core/_forms.scss */
input[autocomplete="on"], input[autocomplete="new-password"], input[autocomplete="current-password"], input[autocomplete="email"], input[autocomplete="name"], input[autocomplete="tel"], select[autocomplete="on"], select[autocomplete="new-password"], select[autocomplete="current-password"], select[autocomplete="email"], select[autocomplete="name"], select[autocomplete="tel"], textarea[autocomplete="on"], textarea[autocomplete="new-password"], textarea[autocomplete="current-password"], textarea[autocomplete="email"], textarea[autocomplete="name"], textarea[autocomplete="tel"] {
  background-color: #1e1e23 !important;
  color: #e0e0e0 !important;
}

/* line 4, app/assets/stylesheets/core/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 9, app/assets/stylesheets/core/_utilities.scss */
.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 14, app/assets/stylesheets/components/_forms.scss */
.form-container {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 1rem;
}

/* line 20, app/assets/stylesheets/components/_forms.scss */
.form-container p {
  margin-bottom: 1rem;
  line-height: 1.3rem;
}

/* line 25, app/assets/stylesheets/components/_forms.scss */
.form-container.auth-form {
  padding: 16px;
}

/* line 32, app/assets/stylesheets/components/_forms.scss */
.form-header {
  margin-bottom: 24px;
}

/* line 35, app/assets/stylesheets/components/_forms.scss */
.form-header h1 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
}

/* line 42, app/assets/stylesheets/components/_forms.scss */
.form-header p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
}

/* line 48, app/assets/stylesheets/components/_forms.scss */
.form-group {
  margin-bottom: 16px;
}

/* line 52, app/assets/stylesheets/components/_forms.scss */
.form-group + .form-help-text {
  margin-top: -16px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

/* line 59, app/assets/stylesheets/components/_forms.scss */
.form-group.horizontal {
  display: flex;
  gap: 1rem;
}

/* line 63, app/assets/stylesheets/components/_forms.scss */
.form-group.horizontal > div {
  flex: 1;
}

/* line 68, app/assets/stylesheets/components/_forms.scss */
.form-group.horizontal .input-group {
  display: flex;
}

/* line 71, app/assets/stylesheets/components/_forms.scss */
.form-group.horizontal .input-group input.form-control {
  flex: 1;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  padding: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1.5;
  background-color: #141416;
  color: #fff;
  height: 38px;
  box-sizing: border-box;
}

/* line 87, app/assets/stylesheets/components/_forms.scss */
.form-group.horizontal .input-group select.form-control {
  min-width: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-left: none;
  padding: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1.5;
  background-color: #141416;
  color: #fff;
  height: 38px;
  box-sizing: border-box;
}

/* line 105, app/assets/stylesheets/components/_forms.scss */
.form-group.horizontal .input-group .input-group-append .input-group-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background-color: #141416;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: none;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  line-height: 1.5;
  color: #fff;
  height: 38px;
  box-sizing: border-box;
  width: 38px;
}

/* line 126, app/assets/stylesheets/components/_forms.scss */
.form-group.horizontal .gsd-input-group select.form-control {
  width: auto;
  min-width: 110px;
}

/* line 134, app/assets/stylesheets/components/_forms.scss */
.form-group.form-group-half {
  flex: 1;
  margin-bottom: 0;
}

/* line 140, app/assets/stylesheets/components/_forms.scss */
.form-group.form-group-half + .form-group-half {
  margin-left: 16px;
}

/* line 144, app/assets/stylesheets/components/_forms.scss */
.form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 8px;
  color: #fff;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
}

/* line 156, app/assets/stylesheets/components/_forms.scss */
.form-group textarea {
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  width: 100%;
}

/* line 166, app/assets/stylesheets/components/_forms.scss */
.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="text"],
.form-group input[type="url"],
.form-group input[type="tel"],
.form-group input[type="date"],
.form-group input[type="datetime-local"],
.form-group select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.375rem;
  line-height: 1.5;
  background-color: #141416;
  color: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 184, app/assets/stylesheets/components/_forms.scss */
.form-group input[type="email"]:hover,
.form-group input[type="password"]:hover,
.form-group input[type="text"]:hover,
.form-group input[type="url"]:hover,
.form-group input[type="tel"]:hover,
.form-group input[type="date"]:hover,
.form-group input[type="datetime-local"]:hover,
.form-group select:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 188, app/assets/stylesheets/components/_forms.scss */
.form-group input[type="email"]:focus,
.form-group input[type="password"]:focus,
.form-group input[type="text"]:focus,
.form-group input[type="url"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="date"]:focus,
.form-group input[type="datetime-local"]:focus,
.form-group select:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

/* line 194, app/assets/stylesheets/components/_forms.scss */
.form-group input[type="email"]::placeholder,
.form-group input[type="password"]::placeholder,
.form-group input[type="text"]::placeholder,
.form-group input[type="url"]::placeholder,
.form-group input[type="tel"]::placeholder,
.form-group input[type="date"]::placeholder,
.form-group input[type="datetime-local"]::placeholder,
.form-group select::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 200, app/assets/stylesheets/components/_forms.scss */
.form-group select.choices__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}

/* line 215, app/assets/stylesheets/components/_forms.scss */
.form-group input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(0.6);
  opacity: 0.6;
}

/* line 220, app/assets/stylesheets/components/_forms.scss */
.form-group .checkbox-group {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 226, app/assets/stylesheets/components/_forms.scss */
.form-group .checkbox-group input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

/* line 237, app/assets/stylesheets/components/_forms.scss */
.form-group .checkbox-group input[type="checkbox"]:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 241, app/assets/stylesheets/components/_forms.scss */
.form-group .checkbox-group input[type="checkbox"]:checked {
  background: #22c55e;
  border-color: #22c55e;
}

/* line 245, app/assets/stylesheets/components/_forms.scss */
.form-group .checkbox-group input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* line 259, app/assets/stylesheets/components/_forms.scss */
.form-group .checkbox-group label {
  margin: 0;
  cursor: pointer;
  user-select: none;
}

/* line 266, app/assets/stylesheets/components/_forms.scss */
.form-group .form-help {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}

/* line 274, app/assets/stylesheets/components/_forms.scss */
.form-group .field_with_errors label {
  color: #f44336;
}

/* line 278, app/assets/stylesheets/components/_forms.scss */
.form-group .field_with_errors input {
  border-color: rgba(244, 67, 54, 0.3);
}

/* line 283, app/assets/stylesheets/components/_forms.scss */
.form-group .error-message {
  color: #f44336;
  font-size: 14px;
  margin-top: 4px;
}

/* line 290, app/assets/stylesheets/components/_forms.scss */
.admin-auth .admin-auth-form .form-group input[type="email"],
.admin-auth .admin-auth-form .form-group input[type="password"],
.admin-auth .admin-auth-form .form-group input[type="tel"] {
  background-color: #333 !important;
  color: #fff !important;
  border: 1px solid #555 !important;
}

/* line 298, app/assets/stylesheets/components/_forms.scss */
.admin-auth .admin-auth-form .form-group input[type="email"]:-webkit-autofill,
.admin-auth
.admin-auth-form
.form-group
input[type="password"]:-webkit-autofill {
  background-color: #333 !important;
  color: #fff !important;
  border: 1px solid #555 !important;
  -webkit-box-shadow: 0 0 0px 1000px #333 inset !important;
  -webkit-text-fill-color: #fff !important;
}

/* line 310, app/assets/stylesheets/components/_forms.scss */
.admin-auth-form input,
.admin-auth-form textarea,
.admin-auth-form select {
  background-color: #333;
  color: #fff;
  border: 1px solid #555;
  transition: all 0.2s ease;
}

/* line 318, app/assets/stylesheets/components/_forms.scss */
.admin-auth-form input:focus,
.admin-auth-form textarea:focus,
.admin-auth-form select:focus {
  border-color: #777;
}

/* line 323, app/assets/stylesheets/components/_forms.scss */
.admin-auth-form input:-webkit-autofill,
.admin-auth-form textarea:-webkit-autofill,
.admin-auth-form select:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}

/* line 329, app/assets/stylesheets/components/_forms.scss */
.form-button {
  width: 100%;
  padding: 0 24px;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 341, app/assets/stylesheets/components/_forms.scss */
.form-button:hover {
  opacity: 0.9;
}

/* line 346, app/assets/stylesheets/components/_forms.scss */
.footer-text {
  text-align: center;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 16px;
}

/* line 352, app/assets/stylesheets/components/_forms.scss */
.footer-text a {
  color: #fff;
  text-decoration: none;
}

/* line 356, app/assets/stylesheets/components/_forms.scss */
.footer-text a:hover {
  text-decoration: underline;
}

/* line 362, app/assets/stylesheets/components/_forms.scss */
.form-actions {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}

/* line 369, app/assets/stylesheets/components/_forms.scss */
.page-content .form-actions .button, .page-content .form-actions .button-reset, .page-content .form-actions .button-back,
.page-content .form-actions button,
.page-content .form-actions input[type="submit"] {
  width: auto;
  min-width: 120px;
  max-width: 240px;
}

/* line 379, app/assets/stylesheets/components/_forms.scss */
.form-group.has-error input,
.form-group.has-error textarea,
.form-group.has-error select {
  border-color: rgba(184, 134, 11, 0.3);
}

/* line 385, app/assets/stylesheets/components/_forms.scss */
.form-group.has-error label {
  color: darkgoldenrod;
}

/* line 390, app/assets/stylesheets/components/_forms.scss */
#error_explanation {
  font-size: 12px;
  color: darkgoldenrod;
  background-color: rgba(184, 134, 11, 0.1);
  padding: 1em;
  border-radius: 4px;
  border: 1px solid rgba(184, 134, 11, 0.3);
  margin-bottom: 1em;
}

/* line 400, app/assets/stylesheets/components/_forms.scss */
#error_explanation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 407, app/assets/stylesheets/components/_forms.scss */
.checkbox-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 4px;
}

/* line 414, app/assets/stylesheets/components/_forms.scss */
.datetime-picker {
  font-family: inherit;
  cursor: pointer;
  padding: 8px 10px !important;
  border-radius: 0.375rem;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 10px) center !important;
  background-size: 16px !important;
  padding-right: 32px !important;
}

/* line 426, app/assets/stylesheets/components/_forms.scss */
.datetime-picker::-webkit-calendar-picker-indicator {
  opacity: 0;
}

/* line 430, app/assets/stylesheets/components/_forms.scss */
.datetime-picker:hover, .datetime-picker:focus {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 437, app/assets/stylesheets/components/_forms.scss */
.price-input-container {
  position: relative;
  display: flex;
  align-items: center;
}

/* line 442, app/assets/stylesheets/components/_forms.scss */
.price-input-container .currency-symbol {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  pointer-events: none;
  z-index: 2;
}

/* line 453, app/assets/stylesheets/components/_forms.scss */
.price-input-container .price-input {
  width: 100%;
  padding: 0.5rem;
  padding-left: 26px !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.375rem;
  line-height: 1.5;
  background-color: #141416;
  color: #fff;
  font-size: 14px;
  text-align: left;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /* Firefox and standard appearance */
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 466, app/assets/stylesheets/components/_forms.scss */
.price-input-container .price-input:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 470, app/assets/stylesheets/components/_forms.scss */
.price-input-container .price-input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

/* line 476, app/assets/stylesheets/components/_forms.scss */
.price-input-container .price-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 481, app/assets/stylesheets/components/_forms.scss */
.price-input-container .price-input::-webkit-outer-spin-button, .price-input-container .price-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 493, app/assets/stylesheets/components/_forms.scss */
.form-text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
  font-weight: normal;
}

/* line 500, app/assets/stylesheets/components/_forms.scss */
.form-error {
  font-size: 12px;
  color: #ff6b6b;
  margin-top: 4px;
  font-weight: normal;
  display: block;
}

/* line 509, app/assets/stylesheets/components/_forms.scss */
.trix-editor-container {
  margin-bottom: 16px;
}

/* line 512, app/assets/stylesheets/components/_forms.scss */
.trix-editor-container .trix-content {
  min-height: 300px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  width: 100%;
}

/* line 521, app/assets/stylesheets/components/_forms.scss */
.trix-editor-container .trix-content:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 525, app/assets/stylesheets/components/_forms.scss */
.trix-editor-container .trix-content:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

/* line 533, app/assets/stylesheets/components/_forms.scss */
.price-error {
  margin-top: 4px;
}

/* line 538, app/assets/stylesheets/components/_forms.scss */
.is-invalid {
  border-color: #ff6b6b !important;
}

/* line 541, app/assets/stylesheets/components/_forms.scss */
.is-invalid:focus {
  box-shadow: 0 0 0 1px rgba(255, 107, 107, 0.3) !important;
}

/* line 547, app/assets/stylesheets/components/_forms.scss */
.form-actions {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
}

/* line 553, app/assets/stylesheets/components/_forms.scss */
.form-actions .form-action-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 560, app/assets/stylesheets/components/_forms.scss */
.form-actions .form-action-buttons .form-actions-left {
  display: flex;
  align-items: center;
}

/* line 566, app/assets/stylesheets/components/_forms.scss */
.form-actions .form-action-buttons .form-actions-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}

/* line 590, app/assets/stylesheets/components/_forms.scss */
.form-actions .form-action-buttons .button, .form-actions .form-action-buttons .button-reset, .form-actions .form-action-buttons .button-back {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 599, app/assets/stylesheets/components/_forms.scss */
.form-help-text {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
}

/* line 605, app/assets/stylesheets/components/_forms.scss */
.form-row {
  display: flex;
  margin-bottom: 16px;
  gap: 16px;
}

/* line 611, app/assets/stylesheets/components/_forms.scss */
.form-row .form-group {
  margin-bottom: 0;
}

/* ===============================
=            Choices            =
=         Dark Mode ver.        =
=============================== */
/* line 6, app/assets/stylesheets/components/_choices.scss */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
  /* Ensures text is visible in dark mode */
  color: #fff;
}

/* line 14, app/assets/stylesheets/components/_choices.scss */
.choices:focus {
  outline: none;
}

/* line 17, app/assets/stylesheets/components/_choices.scss */
.choices:last-child {
  margin-bottom: 0;
}

/* line 20, app/assets/stylesheets/components/_choices.scss */
.choices.is-open {
  overflow: visible;
}

/* line 23, app/assets/stylesheets/components/_choices.scss */
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #444;
  /* was #eaeaea */
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
}

/* line 30, app/assets/stylesheets/components/_choices.scss */
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

/* line 33, app/assets/stylesheets/components/_choices.scss */
.choices [hidden] {
  display: none !important;
}

/* line 37, app/assets/stylesheets/components/_choices.scss */
.choices[data-type*="select-one"] {
  cursor: pointer;
}

/* line 40, app/assets/stylesheets/components/_choices.scss */
.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}

/* line 43, app/assets/stylesheets/components/_choices.scss */
.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #444;
  /* was #ddd */
  background-color: #2c2c2c;
  /* was #fff */
  margin: 0;
  color: #fff;
  /* ensure text is readable */
}

/* line 52, app/assets/stylesheets/components/_choices.scss */
.choices[data-type*="select-one"] .choices__button {
  /* Updated the SVG to be white instead of black */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
  /* slightly more visible on dark background */
}

/* line 67, app/assets/stylesheets/components/_choices.scss */
.choices[data-type*="select-one"] .choices__button:hover,
.choices[data-type*="select-one"] .choices__button:focus {
  opacity: 1;
}

/* line 71, app/assets/stylesheets/components/_choices.scss */
.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0 0 0 2px #005f75;
}

/* line 74, app/assets/stylesheets/components/_choices.scss */
.choices[data-type*="select-one"]
.choices__item[data-placeholder]
.choices__button {
  display: none;
}

/* line 79, app/assets/stylesheets/components/_choices.scss */
.choices[data-type*="select-one"]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
  /* was #333 */
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

/* line 92, app/assets/stylesheets/components/_choices.scss */
.choices.is-open[data-type*="select-one"]::after {
  border-color: transparent transparent #ccc;
  /* was #333 */
  margin-top: -7.5px;
}

/* line 96, app/assets/stylesheets/components/_choices.scss */
.choices[data-type*="select-one"][dir="rtl"]::after {
  left: 11.5px;
  right: auto;
}

/* line 100, app/assets/stylesheets/components/_choices.scss */
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

/* line 107, app/assets/stylesheets/components/_choices.scss */
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}

/* line 111, app/assets/stylesheets/components/_choices.scss */
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #003642;
  /* brand accent, left as-is */
  /* Updated SVG to be white */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

/* line 129, app/assets/stylesheets/components/_choices.scss */
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus {
  opacity: 1;
}

/* line 136, app/assets/stylesheets/components/_choices.scss */
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #1c1c1c;
  /* was #f9f9f9 */
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #444;
  /* was #ddd */
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
  color: #fff;
  /* ensure text is readable */
}

/* line 149, app/assets/stylesheets/components/_choices.scss */
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #555;
  /* was #b7b7b7 */
}

/* line 153, app/assets/stylesheets/components/_choices.scss */
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

/* line 156, app/assets/stylesheets/components/_choices.scss */
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

/* line 160, app/assets/stylesheets/components/_choices.scss */
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

/* line 165, app/assets/stylesheets/components/_choices.scss */
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

/* line 170, app/assets/stylesheets/components/_choices.scss */
[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

/* line 174, app/assets/stylesheets/components/_choices.scss */
.choices__list--single .choices__item {
  width: 100%;
}

/* line 178, app/assets/stylesheets/components/_choices.scss */
.choices__list--multiple {
  display: inline;
}

/* line 181, app/assets/stylesheets/components/_choices.scss */
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  /* Keeping the brand color #005F75 for pills */
  background-color: #005f75;
  border: 1px solid #004a5c;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}

/* line 197, app/assets/stylesheets/components/_choices.scss */
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

/* line 200, app/assets/stylesheets/components/_choices.scss */
[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

/* line 204, app/assets/stylesheets/components/_choices.scss */
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #004a5c;
  border: 1px solid #003642;
}

/* line 208, app/assets/stylesheets/components/_choices.scss */
.is-disabled .choices__list--multiple .choices__item {
  background-color: #777;
  /* was #aaaaaa */
  border: 1px solid #666;
  /* was #919191 */
}

/* line 213, app/assets/stylesheets/components/_choices.scss */
.choices__list--dropdown,
.choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #2c2c2c;
  /* was #fff */
  border: 1px solid #444;
  /* was #ddd */
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}

/* line 228, app/assets/stylesheets/components/_choices.scss */
.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  display: block;
}

/* line 232, app/assets/stylesheets/components/_choices.scss */
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #555;
  /* was #b7b7b7 */
}

/* line 236, app/assets/stylesheets/components/_choices.scss */
.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

/* line 244, app/assets/stylesheets/components/_choices.scss */
.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

/* line 252, app/assets/stylesheets/components/_choices.scss */
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  /* ensure text is readable in dropdown */
}

/* line 259, app/assets/stylesheets/components/_choices.scss */
[dir="rtl"] .choices__list--dropdown .choices__item,
[dir="rtl"] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  /* line 264, app/assets/stylesheets/components/_choices.scss */
  .choices__list--dropdown .choices__item--selectable[data-select-text],
.choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  /* line 268, app/assets/stylesheets/components/_choices.scss */
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after,
.choices__list[aria-expanded]
.choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0.3;
    /* reduce brightness in dark mode */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 279, app/assets/stylesheets/components/_choices.scss */
  [dir="rtl"]
.choices__list--dropdown
.choices__item--selectable[data-select-text],
[dir="rtl"]
.choices__list[aria-expanded]
.choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  /* line 289, app/assets/stylesheets/components/_choices.scss */
  [dir="rtl"]
.choices__list--dropdown
.choices__item--selectable[data-select-text]::after,
[dir="rtl"]
.choices__list[aria-expanded]
.choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}

/* line 299, app/assets/stylesheets/components/_choices.scss */
.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #3c3c3c;
  /* was #f2f2f2 */
}

/* line 303, app/assets/stylesheets/components/_choices.scss */
.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.6;
  /* subtle overlay text */
}

/* line 308, app/assets/stylesheets/components/_choices.scss */
.choices__item {
  cursor: default;
}

/* line 312, app/assets/stylesheets/components/_choices.scss */
.choices__item--selectable {
  cursor: pointer;
}

/* line 316, app/assets/stylesheets/components/_choices.scss */
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.5;
}

/* line 323, app/assets/stylesheets/components/_choices.scss */
.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #3c3c3c;
  /* was #f7f7f7 */
  color: #999;
  /* text color in heading on dark bg */
}

/* line 331, app/assets/stylesheets/components/_choices.scss */
.choices__button {
  text-indent: -9999px;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/* line 340, app/assets/stylesheets/components/_choices.scss */
.choices__button:focus {
  outline: none;
}

/* line 344, app/assets/stylesheets/components/_choices.scss */
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #1c1c1c;
  /* was #f9f9f9 */
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
  color: #fff;
  /* ensure text is visible */
}

/* line 356, app/assets/stylesheets/components/_choices.scss */
.choices__input:focus {
  outline: 0;
}

/* line 359, app/assets/stylesheets/components/_choices.scss */
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}

/* line 365, app/assets/stylesheets/components/_choices.scss */
.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* line 371, app/assets/stylesheets/components/_choices.scss */
[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

/* line 376, app/assets/stylesheets/components/_choices.scss */
.choices__placeholder {
  opacity: 0.5;
  /* was 0.5, keep or tweak for dark mode? */
  color: #ccc;
}

/* =====  End of Choices - Dark Mode  ====== */
/* line 1, app/assets/stylesheets/components/_photo_upload.scss */
.photo-upload-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

/* line 8, app/assets/stylesheets/components/_photo_upload.scss */
.photo-upload-area {
  width: 100%;
}

/* line 11, app/assets/stylesheets/components/_photo_upload.scss */
.photo-upload-area .drop-zone {
  border: 2px dashed rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
  gap: 1rem;
}

/* line 26, app/assets/stylesheets/components/_photo_upload.scss */
.photo-upload-area .drop-zone.dragover {
  border-color: #4a90e2;
  background-color: rgba(74, 144, 226, 0.05);
}

/* line 31, app/assets/stylesheets/components/_photo_upload.scss */
.photo-upload-area .drop-zone.uploading {
  border-color: #4a90e2;
  background-color: rgba(74, 144, 226, 0.02);
}

/* line 36, app/assets/stylesheets/components/_photo_upload.scss */
.photo-upload-area .drop-zone .upload-message {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

/* line 42, app/assets/stylesheets/components/_photo_upload.scss */
.photo-upload-area .drop-zone .upload-message .value {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

/* line 49, app/assets/stylesheets/components/_photo_upload.scss */
.photo-upload-area .drop-zone .label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

/* line 56, app/assets/stylesheets/components/_photo_upload.scss */
.photo-upload-area .drop-zone .progress {
  width: 100%;
  height: 4px;
  background: rgba(74, 144, 226, 0.1);
  border-radius: 2px;
  overflow: hidden;
  margin-top: 0.5rem;
}

/* line 64, app/assets/stylesheets/components/_photo_upload.scss */
.photo-upload-area .drop-zone .progress:after {
  content: '';
  display: block;
  height: 100%;
  width: var(--progress, 0%);
  background: #4a90e2;
  transition: width 0.2s ease;
}

/* line 74, app/assets/stylesheets/components/_photo_upload.scss */
.photo-upload-area .drop-zone i {
  font-size: 2rem;
  color: #666;
  margin-bottom: 0.5rem;
}

/* line 80, app/assets/stylesheets/components/_photo_upload.scss */
.photo-upload-area .drop-zone .upload-stats {
  font-size: 0.9rem;
  color: #666;
}

/* line 86, app/assets/stylesheets/components/_photo_upload.scss */
.photo-upload-area .file-drop-area {
  border-width: 2px;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.2);
  border-image: initial;
  padding: 12px;
  border-radius: 6px;
  min-height: 100px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.15s ease;
}

/* line 101, app/assets/stylesheets/components/_photo_upload.scss */
.photo-upload-area .file-drop-area.dragover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
}

/* line 108, app/assets/stylesheets/components/_photo_upload.scss */
.photo-upload-area .message-area .upload-icon {
  margin-bottom: 1rem;
}

/* line 112, app/assets/stylesheets/components/_photo_upload.scss */
.photo-upload-area .message-area strong {
  display: block;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
}

/* line 118, app/assets/stylesheets/components/_photo_upload.scss */
.photo-upload-area .message-area span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}

/* line 124, app/assets/stylesheets/components/_photo_upload.scss */
.photo-upload-area .progress-area {
  width: 100%;
}

/* line 127, app/assets/stylesheets/components/_photo_upload.scss */
.photo-upload-area .progress-area .progress-container {
  padding: 1rem;
}

/* line 130, app/assets/stylesheets/components/_photo_upload.scss */
.photo-upload-area .progress-area .progress-container .progress-text {
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
}

/* line 135, app/assets/stylesheets/components/_photo_upload.scss */
.photo-upload-area .progress-area .progress-container .progress-bar {
  width: 100%;
  height: 8px;
  border-radius: 2px;
}

/* line 144, app/assets/stylesheets/components/_photo_upload.scss */
.action-area {
  width: 100%;
}

/* line 147, app/assets/stylesheets/components/_photo_upload.scss */
.action-area .button, .action-area .button-reset, .action-area .button-back {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border-radius: 4px;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* line 158, app/assets/stylesheets/components/_photo_upload.scss */
.action-area .button:hover, .action-area .button-reset:hover, .action-area .button-back:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 164, app/assets/stylesheets/components/_photo_upload.scss */
.uploaded-photos {
  margin-top: 2rem;
}

/* line 167, app/assets/stylesheets/components/_photo_upload.scss */
.uploaded-photos h3 {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
}

/* line 173, app/assets/stylesheets/components/_photo_upload.scss */
.uploaded-photos .photo-batch {
  margin-bottom: 1.5rem;
}

/* line 176, app/assets/stylesheets/components/_photo_upload.scss */
.uploaded-photos .photo-batch .batch-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}

/* line 184, app/assets/stylesheets/components/_photo_upload.scss */
.uploaded-photos .photo-batch .photo-thumbnails {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

/* line 189, app/assets/stylesheets/components/_photo_upload.scss */
.uploaded-photos .photo-batch .photo-thumbnails img {
  border-radius: 4px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 4, app/assets/stylesheets/components/_photo_grid.scss */
.photo-grid-container .photo-count {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 1rem;
}

/* line 11, app/assets/stylesheets/components/_photo_grid.scss */
.photo-grid-container .photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 0.5rem;
}

/* line 16, app/assets/stylesheets/components/_photo_grid.scss */
.photo-grid-container .photo-grid .photo-item {
  aspect-ratio: 1;
  border-radius: 0.375rem;
  overflow: hidden;
  border: 1px solid var(--border-color);
}

/* line 22, app/assets/stylesheets/components/_photo_grid.scss */
.photo-grid-container .photo-grid .photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 1, app/assets/stylesheets/components/_mission_status.scss */
.mission-status-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.375rem;
  margin-bottom: 1rem;
}

/* line 10, app/assets/stylesheets/components/_mission_status.scss */
.mission-status-tag .status-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

/* line 16, app/assets/stylesheets/components/_mission_status.scss */
.mission-status-tag .status-indicator.pending {
  background-color: #fbbf24;
  box-shadow: 0 0 0 0 rgba(251, 191, 36, 0.4);
}

/* line 21, app/assets/stylesheets/components/_mission_status.scss */
.mission-status-tag .status-indicator.in-progress {
  background-color: #60a5fa;
  box-shadow: 0 0 0 0 rgba(96, 165, 250, 0.4);
}

/* line 26, app/assets/stylesheets/components/_mission_status.scss */
.mission-status-tag .status-indicator.completed {
  background-color: #34d399;
  box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.4);
}

/* line 31, app/assets/stylesheets/components/_mission_status.scss */
.mission-status-tag .status-indicator.failed {
  background-color: #ef4444;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
}

/* line 37, app/assets/stylesheets/components/_mission_status.scss */
.mission-status-tag .status-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* line 3, app/assets/stylesheets/components/_mission_states.scss */
.mission-states-section {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  background-color: #1a1a1a;
  border-radius: 8px;
  border: 1px solid #333;
  padding: 1.25rem;
}

/* line 13, app/assets/stylesheets/components/_mission_states.scss */
.current-state-indicator {
  margin-bottom: 1rem;
  font-size: 1.05rem;
  color: #e0e0e0;
}

/* line 19, app/assets/stylesheets/components/_mission_states.scss */
.current-state-value {
  display: inline-block;
  color: #1976d2;
  font-weight: 600;
  background-color: rgba(25, 118, 210, 0.15);
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  margin-left: 0.5rem;
  border: 1px solid rgba(25, 118, 210, 0.3);
}

/* line 30, app/assets/stylesheets/components/_mission_states.scss */
.mission-states-header {
  margin-bottom: 1rem;
}

/* line 34, app/assets/stylesheets/components/_mission_states.scss */
.mission-states-section h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #e0e0e0;
  font-size: 1.1rem;
  font-weight: 600;
}

/* line 42, app/assets/stylesheets/components/_mission_states.scss */
.states-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* line 49, app/assets/stylesheets/components/_mission_states.scss */
.regular-flow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

/* line 57, app/assets/stylesheets/components/_mission_states.scss */
.terminal-states {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

/* line 64, app/assets/stylesheets/components/_mission_states.scss */
.terminal-state {
  background-color: #3a2a2a;
  border-left: 3px solid #d32f2f;
}

/* line 69, app/assets/stylesheets/components/_mission_states.scss */
.mission-state {
  display: flex;
  align-items: center;
  padding: 0.45rem 0.65rem;
  border-radius: 4px;
  background-color: #252525;
  color: #a0a0a0;
  transition: all 0.2s ease;
  font-size: 0.75rem;
  position: relative;
  margin-right: 1.5rem;
}

/* line 82, app/assets/stylesheets/components/_mission_states.scss */
.mission-state.current-state {
  background-color: #252525;
  /* Keep the same grey background */
  color: #1976d2;
  /* Blue text */
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 2px solid #1976d2;
  /* Blue border */
}

/* line 91, app/assets/stylesheets/components/_mission_states.scss */
.mission-state:not(:last-child):after {
  content: "→";
  position: absolute;
  right: -1.25rem;
  color: #555;
  font-size: 0.85rem;
}

/* line 100, app/assets/stylesheets/components/_mission_states.scss */
.mission-state:nth-last-child(2):after {
  content: none;
}

/* line 104, app/assets/stylesheets/components/_mission_states.scss */
.mission-state.current-state:after {
  color: #64b5f6;
}

/* line 108, app/assets/stylesheets/components/_mission_states.scss */
.state-indicator {
  margin-right: 0.5rem;
  color: #64b5f6;
  font-size: 0.7rem;
}

/* line 114, app/assets/stylesheets/components/_mission_states.scss */
.state-name {
  font-size: 0.9rem;
}

/* line 119, app/assets/stylesheets/components/_mission_states.scss */
.mission-actions-divider {
  height: 1px;
  background-color: #333;
  margin: 1rem 0;
}

/* line 126, app/assets/stylesheets/components/_mission_states.scss */
.mission-actions-section {
  padding-top: 0.5rem;
}

/* line 130, app/assets/stylesheets/components/_mission_states.scss */
.mission-actions-section .actions-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

/* line 137, app/assets/stylesheets/components/_mission_states.scss */
.mission-actions-section .action-item {
  margin-bottom: 0.5rem;
}

/* line 142, app/assets/stylesheets/components/_mission_states.scss */
.button-note {
  font-size: 0.85rem;
  color: #ff9800;
  margin-top: 0.5rem;
  font-style: italic;
}

@media (max-width: 767px) {
  /* line 151, app/assets/stylesheets/components/_mission_states.scss */
  .states-container {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 156, app/assets/stylesheets/components/_mission_states.scss */
  .mission-state {
    margin-right: 0;
    margin-bottom: 0.5rem;
    width: 100%;
  }
  /* line 162, app/assets/stylesheets/components/_mission_states.scss */
  .mission-state:not(:last-child):after {
    content: "";
    display: none;
  }
}

/* line 4, app/assets/stylesheets/components/_mission_payment.scss */
.mission-pay-scale {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  color: #34d399;
  background-color: rgba(52, 211, 153, 0.1);
  border: 1px solid #34d399;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

/* line 18, app/assets/stylesheets/components/_mission_payment.scss */
.stripe-status {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.85rem;
  margin-right: 10px;
  font-weight: 500;
}

/* line 31, app/assets/stylesheets/components/_mission_payment.scss */
.admin-section .status-verified,
.admin-dashboard .status-verified,
.administrate-container .status-verified {
  background-color: #1E8E3E;
  color: white;
}

/* line 36, app/assets/stylesheets/components/_mission_payment.scss */
.admin-section .status-pending,
.admin-dashboard .status-pending,
.administrate-container .status-pending {
  background-color: #F9A825;
  color: black;
}

/* line 41, app/assets/stylesheets/components/_mission_payment.scss */
.admin-section .status-restricted,
.admin-dashboard .status-restricted,
.administrate-container .status-restricted {
  background-color: #E65100;
  color: white;
}

/* line 46, app/assets/stylesheets/components/_mission_payment.scss */
.admin-section .status-not-connected,
.admin-dashboard .status-not-connected,
.administrate-container .status-not-connected {
  background-color: #D32F2F;
  color: white;
}

/* line 52, app/assets/stylesheets/components/_mission_payment.scss */
.payment-rate-section {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #333;
}

/* line 58, app/assets/stylesheets/components/_mission_payment.scss */
.payment-rate-section h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #e0e0e0;
}

/* line 64, app/assets/stylesheets/components/_mission_payment.scss */
.payment-rate-wrapper {
  background-color: #1a1a1a;
  border-radius: 6px;
  padding: 1.25rem;
  border: 1px solid #2c2c2c;
}

/* line 71, app/assets/stylesheets/components/_mission_payment.scss */
.payment-input-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

/* line 77, app/assets/stylesheets/components/_mission_payment.scss */
.payment-field-label {
  margin-bottom: 0.5rem;
  font-weight: 500;
}

/* line 82, app/assets/stylesheets/components/_mission_payment.scss */
.payment-field-input {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

/* line 89, app/assets/stylesheets/components/_mission_payment.scss */
.pay-scale-input {
  padding: 0.5rem;
  border: 1px solid #444;
  background-color: #2a2a2a;
  border-radius: 4px;
  color: #fff;
  width: 150px;
  font-size: 1rem;
}

/* line 99, app/assets/stylesheets/components/_mission_payment.scss */
.copy-pilot-earnings {
  background-color: #2196f3;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background-color 0.2s;
}

/* line 110, app/assets/stylesheets/components/_mission_payment.scss */
.copy-pilot-earnings:hover {
  background-color: #1976d2;
}

/* line 114, app/assets/stylesheets/components/_mission_payment.scss */
.copy-pilot-earnings.copied {
  background-color: #4caf50;
}

/* line 118, app/assets/stylesheets/components/_mission_payment.scss */
.payment-note {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #999;
}

@media (min-width: 768px) {
  /* line 125, app/assets/stylesheets/components/_mission_payment.scss */
  .payment-input-group {
    flex-direction: row;
    align-items: center;
  }
  /* line 130, app/assets/stylesheets/components/_mission_payment.scss */
  .payment-field-label {
    width: 200px;
    margin-bottom: 0;
  }
}

/* line 1, app/assets/stylesheets/components/_external_link.scss */
.external-link-item {
  margin-top: 1rem;
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/components/_external_link.scss */
.external-link-item a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.375rem;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

/* line 16, app/assets/stylesheets/components/_external_link.scss */
.external-link-item a:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* line 20, app/assets/stylesheets/components/_external_link.scss */
.external-link-item a svg {
  color: #60a5fa;
}

/* line 24, app/assets/stylesheets/components/_external_link.scss */
.external-link-item a span {
  font-size: 14px;
  font-weight: 500;
}

/* line 1, app/assets/stylesheets/components/_campaign.scss */
.campaign-container {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  padding: 24px;
}

/* line 8, app/assets/stylesheets/components/_campaign.scss */
.campaign-container .campaign-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

/* line 16, app/assets/stylesheets/components/_campaign.scss */
.campaign-container .campaign-header h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

/* line 24, app/assets/stylesheets/components/_campaign.scss */
.campaign-container .campaign-header .campaign-actions .button, .campaign-container .campaign-header .campaign-actions .button-reset, .campaign-container .campaign-header .campaign-actions .button-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #666;
  text-decoration: none;
  transition: all 0.2s ease;
}

/* line 35, app/assets/stylesheets/components/_campaign.scss */
.campaign-container .campaign-header .campaign-actions .button:hover, .campaign-container .campaign-header .campaign-actions .button-reset:hover, .campaign-container .campaign-header .campaign-actions .button-back:hover {
  background-color: #eee;
  color: #333;
}

/* line 40, app/assets/stylesheets/components/_campaign.scss */
.campaign-container .campaign-header .campaign-actions .button i, .campaign-container .campaign-header .campaign-actions .button-reset i, .campaign-container .campaign-header .campaign-actions .button-back i {
  font-size: 14px;
}

/* line 47, app/assets/stylesheets/components/_campaign.scss */
.campaign-container .campaign-content {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 24px;
}

/* line 52, app/assets/stylesheets/components/_campaign.scss */
.campaign-container .campaign-content .campaign-info {
  background-color: #f9f9f9;
  border-radius: 6px;
  padding: 16px;
}

/* line 59, app/assets/stylesheets/components/_campaign.scss */
.campaign-container .campaign-content .campaign-missions h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 16px;
}

/* line 66, app/assets/stylesheets/components/_campaign.scss */
.campaign-container .campaign-content .campaign-missions p {
  color: #666;
  font-style: italic;
}

/* line 4, app/assets/stylesheets/components/_campaign_detail.scss */
.tab-bar {
  margin-bottom: 2rem;
  border-bottom: 1px solid #333;
}

/* line 8, app/assets/stylesheets/components/_campaign_detail.scss */
.tab-bar ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 16, app/assets/stylesheets/components/_campaign_detail.scss */
.tab-bar a {
  text-decoration: none;
}

/* line 20, app/assets/stylesheets/components/_campaign_detail.scss */
.tab-bar .tab {
  padding: 0.75rem 1.25rem;
  cursor: pointer;
  color: #999;
  border-bottom: 3px solid transparent;
  font-weight: 500;
}

/* line 28, app/assets/stylesheets/components/_campaign_detail.scss */
.tab-bar .tab:hover:not(.tab-active) {
  color: #ccc;
}

/* line 34, app/assets/stylesheets/components/_campaign_detail.scss */
.tab-bar .tab-active {
  color: #fff;
}

/* line 41, app/assets/stylesheets/components/_campaign_detail.scss */
.campaign-subheading {
  font-size: 0.85rem;
  font-weight: normal;
  color: #999;
  margin-bottom: 1.5em;
}

/* line 48, app/assets/stylesheets/components/_campaign_detail.scss */
.campaign-heading {
  margin-bottom: 0.25em;
}

/* line 52, app/assets/stylesheets/components/_campaign_detail.scss */
.action-section-top {
  display: inline-flex;
  margin-bottom: 1em;
  align-items: center;
  justify-content: flex-start;
}

/* line 59, app/assets/stylesheets/components/_campaign_detail.scss */
.campaign-status-box {
  background: transparent;
}

/* line 62, app/assets/stylesheets/components/_campaign_detail.scss */
.campaign-status-box .status-label {
  margin-bottom: 0.25rem;
  font-weight: 500;
  font-size: 0.85rem;
}

/* line 67, app/assets/stylesheets/components/_campaign_detail.scss */
.campaign-status-box .status-label .status-badge {
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
  font-size: 0.75rem;
  background: rgba(255, 200, 0, 0.2);
  color: #ffc800;
}

/* line 77, app/assets/stylesheets/components/_campaign_detail.scss */
.progress-checklist {
  margin-top: 0.25rem;
  background-color: rgba(50, 50, 180, 0.2);
  border: 1px solid rgba(50, 50, 180, 0.3);
  border-radius: 8px;
  padding: 1em 2em 0.5em 1em;
  font-size: 0.85rem;
}

/* line 86, app/assets/stylesheets/components/_campaign_detail.scss */
.progress-checklist .checklist-item {
  display: flex;
}

/* line 89, app/assets/stylesheets/components/_campaign_detail.scss */
.progress-checklist .checklist-item .spinner-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  border: 1px solid rgba(42, 180, 255, 0.7);
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 112, app/assets/stylesheets/components/_campaign_detail.scss */
.section-box {
  background: rgba(30, 30, 30, 0.5);
  border-radius: 12px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* line 120, app/assets/stylesheets/components/_campaign_detail.scss */
.section-box h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  padding: 1rem 1.5rem;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
}

/* line 130, app/assets/stylesheets/components/_campaign_detail.scss */
.section-box .section-content {
  padding: 1rem 1.5rem;
}

/* line 136, app/assets/stylesheets/components/_campaign_detail.scss */
.detail-section {
  margin-bottom: 2rem;
}

/* line 141, app/assets/stylesheets/components/_campaign_detail.scss */
.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}

/* line 148, app/assets/stylesheets/components/_campaign_detail.scss */
.detail-item .label {
  color: #999;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* line 157, app/assets/stylesheets/components/_campaign_detail.scss */
.detail-item .value {
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
  line-height: 1.4;
}

/* line 167, app/assets/stylesheets/components/_campaign_detail.scss */
.checkbox-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  font-size: 0.85rem;
}

/* line 174, app/assets/stylesheets/components/_campaign_detail.scss */
.checkbox-item:last-child {
  margin-bottom: 0;
}

/* line 178, app/assets/stylesheets/components/_campaign_detail.scss */
.checkbox-item .check-icon {
  display: inline-block;
  background: rgba(26, 205, 123, 0.2);
  color: #1acd7b;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
  flex-shrink: 0;
}

/* line 191, app/assets/stylesheets/components/_campaign_detail.scss */
.checkbox-item span:last-child {
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
}

/* line 198, app/assets/stylesheets/components/_campaign_detail.scss */
.checkbox-description {
  margin-left: 34px;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

/* line 204, app/assets/stylesheets/components/_campaign_detail.scss */
.checkbox-description p {
  margin: 0 0 0.5rem 0;
}

/* line 209, app/assets/stylesheets/components/_campaign_detail.scss */
.payload-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  font-weight: 400;
}

/* line 216, app/assets/stylesheets/components/_campaign_detail.scss */
.status-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  background: rgba(50, 50, 50, 0.7);
}

/* line 224, app/assets/stylesheets/components/_campaign_detail.scss */
.status-badge.draft {
  background: rgba(50, 50, 180, 0.3);
  color: #aaf;
}

/* line 229, app/assets/stylesheets/components/_campaign_detail.scss */
.status-badge.active {
  background: rgba(50, 180, 50, 0.3);
  color: #afa;
}

/* line 234, app/assets/stylesheets/components/_campaign_detail.scss */
.status-badge.completed {
  background: rgba(180, 50, 180, 0.3);
  color: #faf;
}

/* line 241, app/assets/stylesheets/components/_campaign_detail.scss */
.site-map {
  height: 300px;
  background: rgba(30, 30, 30, 0.5);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

/* line 250, app/assets/stylesheets/components/_campaign_detail.scss */
.info-group {
  margin-bottom: 2rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 1rem;
}

/* line 257, app/assets/stylesheets/components/_campaign_detail.scss */
.info-row {
  display: flex;
  margin-bottom: 0.75rem;
  align-items: baseline;
}

/* line 263, app/assets/stylesheets/components/_campaign_detail.scss */
.info-label {
  min-width: 180px;
  font-weight: 500;
  color: #999;
}

/* line 269, app/assets/stylesheets/components/_campaign_detail.scss */
.info-value {
  flex: 1;
  color: #fff;
}

/* line 275, app/assets/stylesheets/components/_campaign_detail.scss */
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

/* line 282, app/assets/stylesheets/components/_campaign_detail.scss */
.tag {
  background: rgba(0, 204, 102, 0.2);
  padding: 0.25rem 0.75rem;
  border-radius: 16px;
  font-size: 0.9rem;
  color: #00cc66;
}

/* line 291, app/assets/stylesheets/components/_campaign_detail.scss */
.action-section {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #333;
  display: flex;
  gap: 1rem;
}

/* line 300, app/assets/stylesheets/components/_campaign_detail.scss */
.empty-state {
  background: rgba(30, 30, 30, 0.5);
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  color: #999;
}

/* line 308, app/assets/stylesheets/components/_campaign_detail.scss */
.error-message {
  background: rgba(255, 0, 0, 0.1);
  color: #ff6b6b;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}

/* line 5, app/assets/stylesheets/components/_campaign_wizard.scss */
.tab-bar a.disabled-step {
  pointer-events: none;
  cursor: not-allowed;
}

/* line 9, app/assets/stylesheets/components/_campaign_wizard.scss */
.tab-bar a.disabled-step .tab {
  opacity: 0.6;
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #555555;
}

/* line 15, app/assets/stylesheets/components/_campaign_wizard.scss */
.tab-bar a.disabled-step .tab:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 21, app/assets/stylesheets/components/_campaign_wizard.scss */
.tab-bar a.inactive-step {
  cursor: pointer;
}

/* line 24, app/assets/stylesheets/components/_campaign_wizard.scss */
.tab-bar a.inactive-step .tab {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.075);
}

/* line 31, app/assets/stylesheets/components/_campaign_wizard.scss */
.tab-bar a.active-step .tab {
  color: white;
  background-color: black;
  border: 1px solid #c3c3c3;
  border-bottom: 1px solid black;
  z-index: 2;
}

/* line 42, app/assets/stylesheets/components/_campaign_wizard.scss */
.spinner-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
}

/* line 50, app/assets/stylesheets/components/_campaign_wizard.scss */
.spinner-icon.active {
  border-color: #4caf50;
  border-top-color: transparent;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 67, app/assets/stylesheets/components/_campaign_wizard.scss */
.site-location-info {
  margin-bottom: 15px;
  padding: 10px 15px;
  background-color: rgba(40, 40, 40, 0.7);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 74, app/assets/stylesheets/components/_campaign_wizard.scss */
.site-location-info p {
  margin: 0;
  color: #fff;
  font-size: 0.9rem;
}

/* line 79, app/assets/stylesheets/components/_campaign_wizard.scss */
.site-location-info p strong {
  color: #2196f3;
}

/* line 1, app/assets/stylesheets/components/_auth.scss */
.auth-form {
  width: 100%;
  max-width: 400px;
}

/* line 5, app/assets/stylesheets/components/_auth.scss */
.auth-form h1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* line 11, app/assets/stylesheets/components/_auth.scss */
.auth-form p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 32px;
}

/* line 16, app/assets/stylesheets/components/_auth.scss */
.auth-form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}

/* line 23, app/assets/stylesheets/components/_auth.scss */
.auth-form input[type="email"],
.auth-form input[type="password"] {
  width: 100%;
  height: 2.5rem;
  padding: 8px 12px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.375rem;
  color: #fff;
  font-size: 14px;
}

/* line 10, app/assets/stylesheets/core/_mixins.scss */
.auth-form input[type="email"]:focus,
.auth-form input[type="password"]:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 1px #444;
}

/* line 36, app/assets/stylesheets/components/_auth.scss */
.auth-form input[type="email"]::placeholder,
.auth-form input[type="password"]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 41, app/assets/stylesheets/components/_auth.scss */
.auth-form .forgot-password-link {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s;
}

/* line 49, app/assets/stylesheets/components/_auth.scss */
.auth-form .forgot-password-link:hover {
  color: #fff;
}

/* line 54, app/assets/stylesheets/components/_auth.scss */
.auth-form input[type="submit"] {
  width: 100%;
  height: 2.5rem;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 0.375rem;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.2s;
}

/* line 65, app/assets/stylesheets/components/_auth.scss */
.auth-form input[type="submit"]:hover {
  opacity: 0.9;
}

/* line 2, app/assets/stylesheets/components/_search.scss */
.search-container {
  position: relative;
  min-width: 380px;
  max-width: 400px;
  margin: 0 auto;
}

/* line 9, app/assets/stylesheets/components/_search.scss */
.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

/* line 15, app/assets/stylesheets/components/_search.scss */
.search-input-wrapper input.search-input {
  width: 100%;
  padding: 8px 12px 8px 36px;
  border-radius: 20px;
  border: 1px solid #555;
  background-color: rgba(40, 40, 40, 0.95);
  font-size: 14px;
  transition: all 0.2s ease;
  padding-left: 36px;
  color: #f0f0f0;
}

/* line 26, app/assets/stylesheets/components/_search.scss */
.search-input-wrapper input.search-input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.4);
  width: 100%;
}

/* line 32, app/assets/stylesheets/components/_search.scss */
.search-input-wrapper input.search-input::placeholder {
  color: #aaa;
}

/* line 37, app/assets/stylesheets/components/_search.scss */
.search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  pointer-events: none;
}

/* line 46, app/assets/stylesheets/components/_search.scss */
.search-results-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 400px;
  margin-top: 8px;
  background-color: #222;
  border: 1px solid #444;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  z-index: 9999;
  overflow-y: auto;
}

/* line 64, app/assets/stylesheets/components/_search.scss */
.search-results-container.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* line 71, app/assets/stylesheets/components/_search.scss */
.search-results {
  padding: 8px 0;
}

/* line 75, app/assets/stylesheets/components/_search.scss */
.search-results-meta {
  padding: 8px 16px;
  color: #aaa;
  font-size: 13px;
  border-bottom: 1px solid #333;
}

/* line 82, app/assets/stylesheets/components/_search.scss */
.search-results-list {
  max-height: 350px;
  overflow-y: auto;
}

/* line 87, app/assets/stylesheets/components/_search.scss */
.top-nav .top-nav-center a.search-result-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em 1em;
  cursor: pointer;
  text-decoration: none;
  border-radius: 0px;
  color: #f0f0f0;
  transition: background-color 0.15s ease;
}

/* line 98, app/assets/stylesheets/components/_search.scss */
.top-nav .top-nav-center a.search-result-item:hover, .top-nav .top-nav-center a.search-result-item.selected {
  background-color: #333;
}

/* line 103, app/assets/stylesheets/components/_search.scss */
.top-nav .top-nav-center a.search-result-item:not(:last-child) {
  border-bottom: 1px solid #333;
}

/* line 108, app/assets/stylesheets/components/_search.scss */
.search-result-content {
  flex: 1;
}

/* line 112, app/assets/stylesheets/components/_search.scss */
.search-result-title {
  font-weight: 500;
  margin-bottom: 2px;
  color: #fff;
}

/* line 118, app/assets/stylesheets/components/_search.scss */
.search-result-subtitle {
  font-size: 13px;
  color: #aaa;
}

/* line 123, app/assets/stylesheets/components/_search.scss */
.search-result-type {
  font-size: 12px;
  color: white;
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: 8px;
  font-weight: 500;
  background-color: #74c0fc;
}

/* line 135, app/assets/stylesheets/components/_search.scss */
.search-result-type.search-result-type-pilot {
  background-color: #00c853;
}

/* line 139, app/assets/stylesheets/components/_search.scss */
.search-result-type.search-result-type-client {
  background-color: #ff9800;
}

/* line 143, app/assets/stylesheets/components/_search.scss */
.search-result-type.search-result-type-site {
  background-color: #9c27b0;
}

/* line 147, app/assets/stylesheets/components/_search.scss */
.search-result-type.search-result-type-campaign {
  background-color: #e91e63;
}

/* line 151, app/assets/stylesheets/components/_search.scss */
.search-result-type.search-result-type-mission {
  background-color: #2196f3;
}

/* line 156, app/assets/stylesheets/components/_search.scss */
.search-result-type.search-result-type-pilot, .search-result-type.search-result-type-pilots {
  background-color: #00c853;
}

/* line 161, app/assets/stylesheets/components/_search.scss */
.search-result-type.search-result-type-client, .search-result-type.search-result-type-clients {
  background-color: #ff9800;
}

/* line 166, app/assets/stylesheets/components/_search.scss */
.search-result-type.search-result-type-site, .search-result-type.search-result-type-sites {
  background-color: #9c27b0;
}

/* line 171, app/assets/stylesheets/components/_search.scss */
.search-result-type.search-result-type-campaign, .search-result-type.search-result-type-campaigns {
  background-color: #e91e63;
}

/* line 176, app/assets/stylesheets/components/_search.scss */
.search-result-type.search-result-type-mission, .search-result-type.search-result-type-missions {
  background-color: #2196f3;
}

/* line 182, app/assets/stylesheets/components/_search.scss */
.search-result-type.search-result-type-unknown, .search-result-type.search-result-type-nilclass {
  background-color: #757575;
}

/* line 5, app/assets/stylesheets/components/_call_group_dropdown.scss */
.dropdown-menu .dropdown-header {
  padding: 10px 15px;
  border-bottom: 1px solid #333;
  font-weight: 600;
  font-size: 14px;
  color: #f0f0f0;
}

/* line 13, app/assets/stylesheets/components/_call_group_dropdown.scss */
.dropdown-menu .dropdown-footer {
  padding: 8px 15px;
  border-top: 1px solid #333;
  font-size: 12px;
  color: #aaa;
  text-align: center;
}

/* line 21, app/assets/stylesheets/components/_call_group_dropdown.scss */
.dropdown-menu .dropdown-message {
  padding: 15px;
  text-align: center;
  color: #f0f0f0;
  font-size: 14px;
}

/* line 27, app/assets/stylesheets/components/_call_group_dropdown.scss */
.dropdown-menu .dropdown-message a {
  color: #4dabf7;
  text-decoration: none;
}

/* line 31, app/assets/stylesheets/components/_call_group_dropdown.scss */
.dropdown-menu .dropdown-message a:hover {
  text-decoration: underline;
  color: #74c0fc;
}

/* line 43, app/assets/stylesheets/components/_call_group_dropdown.scss */
.admin-logo-tag .green-indicator {
  position: relative;
}

/* line 46, app/assets/stylesheets/components/_call_group_dropdown.scss */
.admin-logo-tag .green-indicator::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  background-color: rgba(0, 200, 83, 0.3);
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* line 31, app/assets/stylesheets/components/_buttons.scss */
.button, .button-reset, .button-back {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  padding: 0 1rem;
  border: none;
  border-radius: 0.375rem;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  gap: 0.5rem;
  background-color: #374151;
  color: white;
}

@media (min-width: 94.5rem) {
  /* line 31, app/assets/stylesheets/components/_buttons.scss */
  .button, .button-reset, .button-back {
    font-size: 16px;
    line-height: 24px;
  }
}

/* line 49, app/assets/stylesheets/components/_buttons.scss */
.button svg, .button-reset svg, .button-back svg {
  width: 1rem;
  height: 1rem;
}

/* line 55, app/assets/stylesheets/components/_buttons.scss */
.button:disabled, .button-reset:disabled, .button-back:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 61, app/assets/stylesheets/components/_buttons.scss */
.button.loading, .loading.button-reset, .loading.button-back {
  position: relative;
  cursor: wait;
}

/* line 65, app/assets/stylesheets/components/_buttons.scss */
.button.loading:before, .loading.button-reset:before, .loading.button-back:before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  border: 0.125rem solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: button-spin 0.6s linear infinite;
}

/* line 80, app/assets/stylesheets/components/_buttons.scss */
.button.loading > *, .loading.button-reset > *, .loading.button-back > * {
  opacity: 0;
}

/* line 85, app/assets/stylesheets/components/_buttons.scss */
.button[disabled], .button-reset[disabled], .button-back[disabled], .button.loading, .loading.button-reset, .loading.button-back {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
  position: relative;
}

/* line 110, app/assets/stylesheets/components/_buttons.scss */
.button-green {
  background-color: #22c55e;
  color: #ffffff;
}

/* line 114, app/assets/stylesheets/components/_buttons.scss */
.button-green:hover:not(:disabled) {
  background-color: #16a34a;
}

/* line 118, app/assets/stylesheets/components/_buttons.scss */
.button-green:active:not(:disabled) {
  background-color: #15803d;
}

/* line 110, app/assets/stylesheets/components/_buttons.scss */
.button-red {
  background-color: #ef4444;
  color: #ffffff;
}

/* line 114, app/assets/stylesheets/components/_buttons.scss */
.button-red:hover:not(:disabled) {
  background-color: #dc2626;
}

/* line 118, app/assets/stylesheets/components/_buttons.scss */
.button-red:active:not(:disabled) {
  background-color: #b91c1c;
}

/* line 110, app/assets/stylesheets/components/_buttons.scss */
.button-gray, .button-back {
  background-color: #374151;
  color: #ffffff;
}

/* line 114, app/assets/stylesheets/components/_buttons.scss */
.button-gray:hover:not(:disabled), .button-back:hover:not(:disabled) {
  background-color: #1f2937;
}

/* line 118, app/assets/stylesheets/components/_buttons.scss */
.button-gray:active:not(:disabled), .button-back:active:not(:disabled) {
  background-color: #111827;
}

/* line 125, app/assets/stylesheets/components/_buttons.scss */
.button-sm {
  height: 2rem;
  padding: 0 0.75rem;
  font-size: 0.8125rem;
}

/* line 131, app/assets/stylesheets/components/_buttons.scss */
.button-lg {
  height: 3rem;
  padding: 0 1.5rem;
}

/* line 137, app/assets/stylesheets/components/_buttons.scss */
.button-outline {
  background-color: transparent;
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* line 142, app/assets/stylesheets/components/_buttons.scss */
.button-outline:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 146, app/assets/stylesheets/components/_buttons.scss */
.button-outline:active:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 152, app/assets/stylesheets/components/_buttons.scss */
.button-ghost {
  background-color: transparent;
  color: #fff;
}

/* line 156, app/assets/stylesheets/components/_buttons.scss */
.button-ghost:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 160, app/assets/stylesheets/components/_buttons.scss */
.button-ghost:active:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.15);
}

@keyframes button-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 183, app/assets/stylesheets/components/_buttons.scss */
.button-group {
  display: inline-flex;
}

/* line 187, app/assets/stylesheets/components/_buttons.scss */
.button-group .button:not(:first-child), .button-group .button-reset:not(:first-child), .button-group .button-back:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 192, app/assets/stylesheets/components/_buttons.scss */
.button-group .button:not(:last-child), .button-group .button-reset:not(:last-child), .button-group .button-back:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

/* line 201, app/assets/stylesheets/components/_buttons.scss */
.back-link {
  margin: 0.3125rem 0;
  margin-bottom: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
  margin-bottom: 0.9375rem;
}

/* line 213, app/assets/stylesheets/components/_buttons.scss */
.back-link svg {
  transition: transform 0.2s ease;
}

/* line 217, app/assets/stylesheets/components/_buttons.scss */
.back-link:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* line 220, app/assets/stylesheets/components/_buttons.scss */
.back-link:hover svg {
  transform: translateX(-0.125rem);
}

/* line 232, app/assets/stylesheets/components/_buttons.scss */
.glow-on-hover {
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
}

/* line 245, app/assets/stylesheets/components/_buttons.scss */
.glow-on-hover:before {
  cursor: pointer;
  content: "";
  background: linear-gradient(45deg, #00ffbb, #00eaff, #00ffbb);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(1px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 2em;
}

/* line 268, app/assets/stylesheets/components/_buttons.scss */
.glow-on-hover:active,
.glow-on-hover:hover {
  color: #000;
  cursor: pointer;
}

/* line 276, app/assets/stylesheets/components/_buttons.scss */
.glow-on-hover:active .gradient-text,
.glow-on-hover:hover .gradient-text {
  /* Basic text styling */
  /* Set up the gradient background */
  background: linear-gradient(45deg, #00ffbb, #00eaff, #00ffbb);
  background-size: 400%;
  /* Clip the background to the text */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* For some browsers you might also add: */
  background-clip: text;
  color: transparent;
  /* Apply the animation */
  animation: gradientAnimation 20s linear infinite;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* line 315, app/assets/stylesheets/components/_buttons.scss */
.glow-on-hover:hover:before {
  opacity: 1;
}

/* line 319, app/assets/stylesheets/components/_buttons.scss */
.glow-on-hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 2em;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

/* line 343, app/assets/stylesheets/components/_buttons.scss */
.fuel-ai-section {
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 1;
}

/* line 349, app/assets/stylesheets/components/_buttons.scss */
.fuel-ai-section .points-text {
  display: inline-flex;
  padding-right: 1em;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 355, app/assets/stylesheets/components/_buttons.scss */
.fuel-ai-section .points-menu-text {
  display: inline-flex;
  font-weight: normal;
  padding-left: 1em;
  border-left: 1px solid rgba(173, 255, 228, 0.25);
  border-right: none;
  padding-right: 0;
}

/* line 365, app/assets/stylesheets/components/_buttons.scss */
.pro {
  position: relative;
  padding: 12px 20px;
  border-radius: 30px;
  background: #202025;
  color: #aeacb0;
  font-weight: 600;
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.1), 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
}

/* line 378, app/assets/stylesheets/components/_buttons.scss */
.pro:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0));
  transform: translateX(-201%);
  filter: blur(5px);
  animation: shine 6s linear infinite 0.5s;
}

@keyframes shine {
  0% {
    transform: translateX(-201%);
  }
  50% {
    transform: translateX(201%);
  }
  100% {
    transform: translateX(201%);
  }
}

/* line 1, app/assets/stylesheets/components/_initial_avatars.scss */
.initial-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}

/* line 1, app/assets/stylesheets/components/_mission_pilot_progress.scss */
.mission-pilot-progress-container {
  position: relative;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  overflow: hidden;
  margin-top: 4px;
}

/* line 10, app/assets/stylesheets/components/_mission_pilot_progress.scss */
.mission-pilot-progress-bar {
  height: 100%;
  border-radius: 5px;
  transition: width 0.5s ease-in-out;
}

/* line 18, app/assets/stylesheets/components/_mission_pilot_progress.scss */
.mission-pilot-progress-text {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 10px;
}

/* line 17, app/assets/stylesheets/components/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
  backdrop-filter: blur(0);
  transition-property: opacity, visibility, background-color, backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0s, 300ms, 0s, 0s;
}

/* line 42, app/assets/stylesheets/components/_modals.scss */
.modal-backdrop.active {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
  transition-delay: 0s;
}

/* line 49, app/assets/stylesheets/components/_modals.scss */
.modal-backdrop.active .modal-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* line 55, app/assets/stylesheets/components/_modals.scss */
.modal-backdrop.hidden {
  display: none;
}

/* line 61, app/assets/stylesheets/components/_modals.scss */
.modal-content {
  background: #141416;
  border-radius: 0.375rem;
  padding: 24px;
  width: 100%;
  max-width: 440px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(-20px) scale(0.95);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 8px 16px -4px rgba(0, 0, 0, 0.4), 0 24px 48px -8px rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
  /* line 61, app/assets/stylesheets/components/_modals.scss */
  .modal-content {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

/* line 89, app/assets/stylesheets/components/_modals.scss */
.modal-content h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}

@media (min-width: 94.5rem) {
  /* line 89, app/assets/stylesheets/components/_modals.scss */
  .modal-content h2 {
    font-size: 18px;
    line-height: 28px;
  }
}

/* line 94, app/assets/stylesheets/components/_modals.scss */
.modal-content p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #999;
  margin-bottom: 24px;
}

@media (min-width: 94.5rem) {
  /* line 94, app/assets/stylesheets/components/_modals.scss */
  .modal-content p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* line 99, app/assets/stylesheets/components/_modals.scss */
.modal-content p:last-child {
  margin-bottom: 0;
}

/* line 106, app/assets/stylesheets/components/_modals.scss */
.modal-content.medium-modal {
  max-width: 560px;
  min-width: 500px;
}

/* line 111, app/assets/stylesheets/components/_modals.scss */
.modal-content.wide-modal {
  max-width: 800px;
  min-width: 650px;
  width: 90vw;
}

/* line 117, app/assets/stylesheets/components/_modals.scss */
.modal-content.extra-wide-modal {
  max-width: 900px;
  min-width: 780px;
}

/* line 123, app/assets/stylesheets/components/_modals.scss */
.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: nowrap;
}

@media (max-width: 480px) {
  /* line 123, app/assets/stylesheets/components/_modals.scss */
  .modal-actions {
    flex-direction: column;
  }
  /* line 136, app/assets/stylesheets/components/_modals.scss */
  .modal-actions .button, .modal-actions .button-reset, .modal-actions .button-back {
    width: 100%;
  }
}

/* line 143, app/assets/stylesheets/components/_modals.scss */
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #999;
  cursor: pointer;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 156, app/assets/stylesheets/components/_modals.scss */
.modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* line 161, app/assets/stylesheets/components/_modals.scss */
.modal-close::before, .modal-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 173, app/assets/stylesheets/components/_modals.scss */
.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* line 179, app/assets/stylesheets/components/_modals.scss */
body.modal-open {
  overflow: hidden;
  padding-right: var(--scrollbar-width, 0px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 187, app/assets/stylesheets/components/_modals.scss */
  .modal-backdrop,
.modal-content {
    transition-duration: 0ms;
  }
}

/* line 17, app/assets/stylesheets/components/_sidebar.scss */
.sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  overflow-y: auto;
  background: #141416;
  flex-shrink: 0;
}

/* line 25, app/assets/stylesheets/components/_sidebar.scss */
.sidebar:empty {
  min-width: 0;
  border-right: none;
}

/* line 31, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-container {
  width: 400px;
}

/* line 44, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-button-container {
  display: flex;
  padding: 12px 16px;
}

/* line 48, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-button-container .button, .sidebar-button-container .button-reset, .sidebar-button-container .button-back {
  flex: 1;
}

/* line 54, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-item-wrapper {
  width: 400px;
}

/* line 57, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-item-wrapper .back-link {
  margin-top: 0;
}

/* line 62, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-item-wrapper,
.item-preview {
  width: 100%;
  border-bottom: 1px solid rgba(42, 43, 45, 0.878);
}

/* line 68, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-item-wrapper > a, .sidebar-item-wrapper > div.item-preview-link,
.item-preview > a,
.item-preview > div.item-preview-link {
  display: flex;
  align-items: flex-start;
  padding: 12px 16px;
  text-decoration: none;
  color: #fff;
  transition: all 0.15s ease;
  gap: 12px;
}

/* line 78, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-item-wrapper > a:hover, .sidebar-item-wrapper > div.item-preview-link:hover,
.item-preview > a:hover,
.item-preview > div.item-preview-link:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* line 81, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-item-wrapper > a:hover .sidebar-item-icon, .sidebar-item-wrapper > div.item-preview-link:hover .sidebar-item-icon,
.item-preview > a:hover .sidebar-item-icon,
.item-preview > div.item-preview-link:hover .sidebar-item-icon {
  opacity: 1;
  background: rgba(255, 255, 255, 0.12);
}

/* line 88, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-item-wrapper.expanded,
.item-preview.expanded {
  background-color: black;
}

/* line 90, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-item-wrapper.expanded > a,
.item-preview.expanded > a {
  background-color: black;
  position: sticky;
  top: 0;
  z-index: 2;
}

/* line 103, app/assets/stylesheets/components/_sidebar.scss */
.mission-highlight {
  background: rgba(255, 255, 255, 0.08) !important;
}

/* line 107, app/assets/stylesheets/components/_sidebar.scss */
.item-preview {
  border: 1px solid rgba(42, 43, 45, 0.878);
  border-radius: 5px;
  margin-bottom: 1.5em;
}

/* line 120, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-item-icon {
  flex-shrink: 0;
  opacity: 0.7;
  transition: all 0.15s ease;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  margin-top: 2px;
}

/* line 133, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-item-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

/* line 140, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-back-link {
  padding: 12px 16px;
}

/* line 143, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-back-link a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #666;
  transition: color 0.15s ease;
}

/* line 151, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-back-link a:hover {
  color: #fff;
}

/* line 155, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-back-link a:before {
  content: "←";
  font-size: 18px;
  line-height: 1;
  position: relative;
  top: -1px;
}

/* line 165, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-item-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 172, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-item-content .address {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 181, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-item-content .details {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
}

/* line 191, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-item-tag {
  flex-shrink: 0;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid grey;
  color: grey;
  font-weight: 500;
  font-size: 13px;
  margin-left: auto;
  margin-top: 2px;
}

/* line 204, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-item-price {
  border: 1px solid rgba(34, 197, 94, 0.3);
  background: rgba(34, 197, 94, 0.125);
  color: #22c55e;
}

/* line 221, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-item-details {
  padding: 16px;
}

/* line 224, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-item-details h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}

/* line 230, app/assets/stylesheets/components/_sidebar.scss */
.sidebar-item-details ul {
  z-index: 1;
  list-style: none;
  padding: 0;
}

/* line 255, app/assets/stylesheets/components/_sidebar.scss */
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}

/* line 261, app/assets/stylesheets/components/_sidebar.scss */
.info-grid .info-item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px;
  border-radius: 0.375rem;
}

/* line 267, app/assets/stylesheets/components/_sidebar.scss */
.info-grid .info-item .label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
}

/* line 273, app/assets/stylesheets/components/_sidebar.scss */
.info-grid .info-item .value {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

/* line 279, app/assets/stylesheets/components/_sidebar.scss */
.info-grid .info-item .restrictions-list {
  margin: 0;
  padding-left: 16px;
}

/* line 283, app/assets/stylesheets/components/_sidebar.scss */
.info-grid .info-item .restrictions-list li {
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 1.4;
}

/* line 288, app/assets/stylesheets/components/_sidebar.scss */
.info-grid .info-item .restrictions-list li:last-child {
  margin-bottom: 0;
}

/* line 296, app/assets/stylesheets/components/_sidebar.scss */
.mission-restrictions {
  width: 100%;
  border: 1px solid rgba(255, 165, 0, 0.2);
  padding: 12px;
  border-radius: 0.375rem;
  margin-top: 12px;
  margin-bottom: 20px;
  background-color: rgba(255, 165, 0, 0.1);
}

/* line 304, app/assets/stylesheets/components/_sidebar.scss */
.mission-restrictions .restrictions-content {
  transition: max-height 0.3s ease;
  overflow: hidden;
  max-height: 120px;
  position: relative;
}

/* line 311, app/assets/stylesheets/components/_sidebar.scss */
.mission-restrictions .toggle-button {
  background: none;
  border: none;
  color: #4d8fd4;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  margin-top: 8px;
  text-decoration: underline;
}

/* line 321, app/assets/stylesheets/components/_sidebar.scss */
.mission-restrictions .toggle-button:hover {
  color: #76a9de;
}

/* line 327, app/assets/stylesheets/components/_sidebar.scss */
.mission-restrictions .label {
  color: rgba(255, 165, 0, 0.8);
  font-size: 12px;
  margin-bottom: 4px;
}

/* line 333, app/assets/stylesheets/components/_sidebar.scss */
.mission-restrictions ul {
  margin-bottom: 0;
}

/* line 337, app/assets/stylesheets/components/_sidebar.scss */
.mission-restrictions ul li {
  font-size: 12px;
  color: orange;
  margin-bottom: 8px;
}

/* line 344, app/assets/stylesheets/components/_sidebar.scss */
.mission-restrictions .restrictions-card {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 16px;
}

/* line 349, app/assets/stylesheets/components/_sidebar.scss */
.mission-restrictions .restrictions-card h4 {
  margin: 0 0 8px 0;
  font-size: 14px;
  font-weight: 500;
}

/* line 355, app/assets/stylesheets/components/_sidebar.scss */
.mission-restrictions .restrictions-card ul {
  margin: 0;
  padding-left: 20px;
}

/* line 359, app/assets/stylesheets/components/_sidebar.scss */
.mission-restrictions .restrictions-card ul li {
  font-size: 14px;
  margin-bottom: 4px;
}

/* line 363, app/assets/stylesheets/components/_sidebar.scss */
.mission-restrictions .restrictions-card ul li:last-child {
  margin-bottom: 0;
}

/* line 371, app/assets/stylesheets/components/_sidebar.scss */
.item-action {
  display: flex;
}

/* line 374, app/assets/stylesheets/components/_sidebar.scss */
.item-action form,
.item-action button,
.item-action a {
  display: flex;
  flex: 1;
  text-decoration: none;
}

/* line 383, app/assets/stylesheets/components/_sidebar.scss */
.campaign-info {
  padding: 16px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 6px;
}

/* line 389, app/assets/stylesheets/components/_sidebar.scss */
.campaign-status {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  align-self: anchor-center;
}

/* line 397, app/assets/stylesheets/components/_sidebar.scss */
.campaign-status.status-planned {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  border: 1px solid rgba(59, 130, 246, 0.3);
}

/* line 403, app/assets/stylesheets/components/_sidebar.scss */
.campaign-status.status-in-progress {
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
  border: 1px solid rgba(245, 158, 11, 0.3);
}

/* line 409, app/assets/stylesheets/components/_sidebar.scss */
.campaign-status.status-completed {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

/* line 415, app/assets/stylesheets/components/_sidebar.scss */
.campaign-status.status-approved {
  background: rgba(139, 92, 246, 0.1);
  color: #8b5cf6;
  border: 1px solid rgba(139, 92, 246, 0.3);
}

/* line 422, app/assets/stylesheets/components/_sidebar.scss */
.empty-list {
  padding: 2em 16px;
  background-color: rgba(139, 92, 246, 0.1);
  text-align: center;
  margin: 16px;
  border-radius: 6px;
}

/* line 429, app/assets/stylesheets/components/_sidebar.scss */
.empty-list span {
  font-size: 15px;
  opacity: 0.75;
}

/* line 435, app/assets/stylesheets/components/_sidebar.scss */
.list-item-count {
  text-align: center;
  color: #666;
  margin-top: 1em;
  font-size: 12px;
  padding-bottom: 2.5em;
}

/* line 444, app/assets/stylesheets/components/_sidebar.scss */
.site-address h2 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  margin-bottom: 0.5em;
}

/* line 451, app/assets/stylesheets/components/_sidebar.scss */
.site-address p {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
}

/* line 459, app/assets/stylesheets/components/_sidebar.scss */
.mission-notes {
  font-size: 14px;
  margin-bottom: 20px;
  position: relative;
}

/* line 464, app/assets/stylesheets/components/_sidebar.scss */
.mission-notes h2 {
  margin-top: 1.5em;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

/* line 471, app/assets/stylesheets/components/_sidebar.scss */
.mission-notes .notes-content {
  transition: max-height 0.3s ease;
  overflow: hidden;
  max-height: 120px;
  position: relative;
  margin-bottom: 2em;
}

/* line 479, app/assets/stylesheets/components/_sidebar.scss */
.mission-notes .toggle-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  border: none;
  color: white;
  font-weight: bold;
  padding: 60px 0 0;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
  text-align: center;
}

/* line 499, app/assets/stylesheets/components/_sidebar.scss */
.mission-notes .toggle-button:hover {
  color: #76a9de;
}

/* line 504, app/assets/stylesheets/components/_sidebar.scss */
.mission-notes .trix-content ul,
.mission-notes .trix-content ol {
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  list-style: disc;
}

/* Multi-step wizard progress bar styles - Dark Mode */
/* line 2, app/assets/stylesheets/multi_step_wizard.css */
.wizard-progress {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
}

/* Steps container */
/* line 15, app/assets/stylesheets/multi_step_wizard.css */
.wizard-progress .step {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #141416;
  /* Dark background for circles */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 15px;
  color: #acb2c1;
  /* Lighter text for inactive */
  position: relative;
  z-index: 2;
  border: 1px solid #484f5b;
  /* Lighter border for dark mode */
  transition: all 0.3s ease;
  position: relative;
}

/* Step labels */
/* line 34, app/assets/stylesheets/multi_step_wizard.css */
.wizard-progress .step::after {
  content: attr(data-label);
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  color: #acb2c1;
  /* Light gray text for labels */
  white-space: nowrap;
  font-weight: normal;
  text-align: center;
}

/* Step content containers */
/* line 48, app/assets/stylesheets/multi_step_wizard.css */
.wizard-step {
  max-width: 100%;
  margin: 0 auto;
}

/* All steps have consistent width */
/* line 54, app/assets/stylesheets/multi_step_wizard.css */
.wizard-step {
  max-width: 550px;
  margin: 0 auto;
}

/* Navigation buttons */
/* line 60, app/assets/stylesheets/multi_step_wizard.css */
.wizard-navigation {
  max-width: 450px;
  margin: 24px auto 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 68, app/assets/stylesheets/multi_step_wizard.css */
.wizard-navigation button {
  width: 100%;
  margin: 0;
}

/* Active (current) step */
/* line 74, app/assets/stylesheets/multi_step_wizard.css */
.wizard-progress .step.active {
  background: #4172f5;
  /* Blue for active */
  color: white;
  border-color: #4172f5;
  box-shadow: 0 0 0 2px rgba(65, 114, 245, 0.15);
}

/* Completed steps */
/* line 82, app/assets/stylesheets/multi_step_wizard.css */
.wizard-progress .step.completed {
  background: #4172f5;
  /* Blue for completed */
  color: white;
  border-color: #4172f5;
}

/* Connect line between steps */
/* line 89, app/assets/stylesheets/multi_step_wizard.css */
.wizard-progress .connect-line {
  flex-grow: 1;
  height: 1px;
  /* Thinner line */
  background: #484f5b;
  /* Lighter line for dark mode */
  position: relative;
  z-index: 1;
  max-width: 40px;
}

/* Active connection line */
/* line 99, app/assets/stylesheets/multi_step_wizard.css */
.wizard-progress .connect-line.active {
  background: #4172f5;
  /* Blue for active */
  height: 1px;
  /* Keep consistent height */
}

/* Validation error styles */
/* line 105, app/assets/stylesheets/multi_step_wizard.css */
.validation-errors {
  margin-bottom: 0.75rem;
  animation: fade-in 0.3s ease-in-out;
}

/* line 110, app/assets/stylesheets/multi_step_wizard.css */
.error-message {
  background-color: rgba(255, 87, 87, 0.1);
  border-left: 3px solid #ff5757;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  font-size: 0.85rem;
}

/* line 118, app/assets/stylesheets/multi_step_wizard.css */
.error-message p {
  margin: 0 0 0.3rem 0;
  color: #ff5757;
  font-weight: 500;
  font-size: 0.85rem;
}

/* line 125, app/assets/stylesheets/multi_step_wizard.css */
.error-message ul {
  margin: 0;
  padding-left: 1.5rem;
}

/* line 130, app/assets/stylesheets/multi_step_wizard.css */
.error-message li {
  color: #ff5757;
  margin-bottom: 0.2rem;
  font-size: 0.8rem;
}

/* line 136, app/assets/stylesheets/multi_step_wizard.css */
.is-invalid {
  border-color: #ff5757 !important;
  background-color: rgba(255, 87, 87, 0.05) !important;
}

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

/* Notification box for review step */
/* line 153, app/assets/stylesheets/multi_step_wizard.css */
.notification-box {
  background-color: rgba(65, 114, 245, 0.1);
  border-left: 3px solid #4172f5;
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  animation: fade-in 0.3s ease-in-out;
}

/* line 162, app/assets/stylesheets/multi_step_wizard.css */
.notification-box p {
  color: #8b95a5;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
}

/* Extended lines on the sides */
/* line 170, app/assets/stylesheets/multi_step_wizard.css */
.line-start,
.line-end {
  width: 25px;
  height: 1px;
  background: #484f5b;
  /* Lighter for dark mode */
  position: relative;
  z-index: 1;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  /* line 181, app/assets/stylesheets/multi_step_wizard.css */
  .wizard-progress {
    padding: 10px 15px;
  }
  /* line 185, app/assets/stylesheets/multi_step_wizard.css */
  .wizard-progress .step {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  /* line 191, app/assets/stylesheets/multi_step_wizard.css */
  .wizard-progress .connect-line {
    max-width: 30px;
  }
  /* line 195, app/assets/stylesheets/multi_step_wizard.css */
  .wizard-progress .step::after {
    top: 40px;
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  /* line 202, app/assets/stylesheets/multi_step_wizard.css */
  .wizard-progress {
    padding: 8px 10px;
  }
  /* line 206, app/assets/stylesheets/multi_step_wizard.css */
  .wizard-progress .step {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  /* line 212, app/assets/stylesheets/multi_step_wizard.css */
  .wizard-progress .connect-line {
    max-width: 20px;
  }
  /* line 216, app/assets/stylesheets/multi_step_wizard.css */
  .wizard-progress .step::after {
    font-size: 9px;
  }
  /* line 220, app/assets/stylesheets/multi_step_wizard.css */
  .wizard-progress::before,
.wizard-progress::after {
    width: 15px;
  }
}

/* line 2, app/assets/stylesheets/components/_profile.scss */
.profile-section {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 8, app/assets/stylesheets/components/_profile.scss */
.profile-pic {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/components/_city_display.scss */
.city-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1b1f24;
  border: 1px solid #343a40;
  border-radius: 4px;
  padding: 12px 16px;
  margin-bottom: 10px;
}

/* line 11, app/assets/stylesheets/components/_city_display.scss */
.city-box span {
  font-weight: 500;
  color: #fff;
}

/* line 16, app/assets/stylesheets/components/_city_display.scss */
.city-box .change-link {
  color: #5e72e4;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

/* line 22, app/assets/stylesheets/components/_city_display.scss */
.city-box .change-link:hover {
  color: #8a98eb;
  text-decoration: underline;
}

/* line 30, app/assets/stylesheets/components/_city_display.scss */
.city-edit .cancel-link {
  display: inline-block;
  margin-top: 8px;
  margin-left: 4px;
  color: #adb5bd;
  font-size: 0.9rem;
  text-decoration: none;
}

/* line 38, app/assets/stylesheets/components/_city_display.scss */
.city-edit .cancel-link:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/components/_compact_upload_indicator.scss */
.compact-upload-indicator {
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.5rem;
  background: rgba(0, 255, 187, 0.1);
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* line 10, app/assets/stylesheets/components/_compact_upload_indicator.scss */
.compact-upload-indicator.active {
  display: flex;
  animation: indicator-fade-in 0.3s ease-in-out;
}

/* line 15, app/assets/stylesheets/components/_compact_upload_indicator.scss */
.compact-upload-indicator.minimized {
  width: 100px;
  overflow: hidden;
}

/* line 19, app/assets/stylesheets/components/_compact_upload_indicator.scss */
.compact-upload-indicator.minimized .upload-status {
  display: none;
}

/* line 23, app/assets/stylesheets/components/_compact_upload_indicator.scss */
.compact-upload-indicator.minimized:hover {
  width: 180px;
}

/* line 26, app/assets/stylesheets/components/_compact_upload_indicator.scss */
.compact-upload-indicator.minimized:hover .upload-status {
  display: flex;
}

@keyframes indicator-fade-in {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 37, app/assets/stylesheets/components/_compact_upload_indicator.scss */
.compact-upload-indicator .circular-progress {
  width: 32px;
  height: 32px;
  position: relative;
  margin: 0 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 47, app/assets/stylesheets/components/_compact_upload_indicator.scss */
.compact-upload-indicator .circular-progress .circle-text {
  position: absolute;
  font-size: 9px;
  font-weight: 600;
  color: #00ffbb;
  z-index: 2;
  line-height: 1;
}

/* line 56, app/assets/stylesheets/components/_compact_upload_indicator.scss */
.compact-upload-indicator .circular-progress svg {
  position: absolute;
  transform: rotate(-90deg);
  /* Start from the top */
  overflow: visible;
}

/* line 62, app/assets/stylesheets/components/_compact_upload_indicator.scss */
.compact-upload-indicator .circular-progress .progress-background {
  stroke: rgba(0, 255, 187, 0.15);
}

/* line 66, app/assets/stylesheets/components/_compact_upload_indicator.scss */
.compact-upload-indicator .circular-progress .progress-circle {
  stroke: #00ffbb;
  transition: stroke-dashoffset 0.2s ease-out;
  stroke-linecap: round;
}

/* line 73, app/assets/stylesheets/components/_compact_upload_indicator.scss */
.compact-upload-indicator .upload-status {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  white-space: nowrap;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

/* line 81, app/assets/stylesheets/components/_compact_upload_indicator.scss */
.compact-upload-indicator .upload-status .percentage {
  min-width: 3.5rem;
  color: #00ffbb;
}

/* line 86, app/assets/stylesheets/components/_compact_upload_indicator.scss */
.compact-upload-indicator .upload-status .rate {
  color: var(--color-text-muted);
}

/* line 1, app/assets/stylesheets/components/_exif_explorer.scss */
.exif-explorer {
  margin-top: 2rem;
}

/* line 4, app/assets/stylesheets/components/_exif_explorer.scss */
.exif-explorer__header {
  margin-bottom: 1rem;
}

/* line 7, app/assets/stylesheets/components/_exif_explorer.scss */
.exif-explorer__header h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* line 13, app/assets/stylesheets/components/_exif_explorer.scss */
.exif-explorer__header p {
  color: var(--text-muted);
  font-size: 0.875rem;
}

/* line 21, app/assets/stylesheets/components/_exif_explorer.scss */
.exif-explorer .icon {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
}

/* line 28, app/assets/stylesheets/components/_exif_explorer.scss */
.exif-explorer__content .section {
  margin-bottom: 2rem;
}

/* line 31, app/assets/stylesheets/components/_exif_explorer.scss */
.exif-explorer__content .section.hidden {
  display: none;
}

/* line 35, app/assets/stylesheets/components/_exif_explorer.scss */
.exif-explorer__content .section h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 43, app/assets/stylesheets/components/_exif_explorer.scss */
.exif-explorer__content .section h4 .icon {
  width: 18px;
  height: 18px;
}

/* line 50, app/assets/stylesheets/components/_exif_explorer.scss */
.exif-explorer__content .field-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}

/* line 55, app/assets/stylesheets/components/_exif_explorer.scss */
.exif-explorer__content .field-grid .field {
  padding: 1rem;
  background: var(--surface-color);
  border-radius: 0.375rem;
}

/* line 60, app/assets/stylesheets/components/_exif_explorer.scss */
.exif-explorer__content .field-grid .field .field-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.25rem;
}

/* line 68, app/assets/stylesheets/components/_exif_explorer.scss */
.exif-explorer__content .field-grid .field .field-value {
  font-size: 0.875rem;
  word-break: break-word;
}

/* line 73, app/assets/stylesheets/components/_exif_explorer.scss */
.exif-explorer__content .field-grid .field.field-wide {
  grid-column: 1 / -1;
}

/* line 80, app/assets/stylesheets/components/_exif_explorer.scss */
.exif-explorer__content .binary-preview-container .binary-actions {
  margin-top: 0.5rem;
  display: flex;
  gap: 0.5rem;
}

/* line 85, app/assets/stylesheets/components/_exif_explorer.scss */
.exif-explorer__content .binary-preview-container .binary-actions button {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}

/* line 91, app/assets/stylesheets/components/_exif_explorer.scss */
.exif-explorer__content .binary-preview-container .binary-preview {
  margin-top: 1rem;
}

/* line 94, app/assets/stylesheets/components/_exif_explorer.scss */
.exif-explorer__content .binary-preview-container .binary-preview img {
  max-width: 100%;
  max-height: 300px;
  border-radius: 0.25rem;
}

/* line 102, app/assets/stylesheets/components/_exif_explorer.scss */
.exif-explorer__content .code-block {
  background: #111;
  color: #f5f5f5;
  padding: 1rem;
  border-radius: 0.375rem;
  overflow-x: auto;
  font-family: monospace;
  font-size: 0.875rem;
  white-space: pre-wrap;
  max-height: 400px;
  overflow-y: auto;
}

/* line 3, app/assets/stylesheets/components/_flash.scss */
.flash-container {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  pointer-events: none;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 15, app/assets/stylesheets/components/_flash.scss */
.flash-message {
  padding: 12px 24px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 500;
  max-width: 90%;
  width: auto;
  min-width: 320px;
  text-align: center;
  pointer-events: auto;
  animation: flash-in-out 5s ease-in-out;
  margin: 0 20px;
}

/* line 30, app/assets/stylesheets/components/_flash.scss */
.flash-message.flash-notice {
  background: rgba(34, 197, 94, 0.95);
  color: white;
}

/* line 36, app/assets/stylesheets/components/_flash.scss */
.flash-message.flash-alert {
  background: rgba(239, 68, 68, 0.95);
  color: white;
}

@keyframes flash-in-out {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  15% {
    transform: translateY(0);
    opacity: 1;
  }
  85% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}

/* line 66, app/assets/stylesheets/components/_flash.scss */
.flash-close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

/* line 75, app/assets/stylesheets/components/_flash.scss */
.flash-close:hover {
  opacity: 1;
}

/* line 4, app/assets/stylesheets/components/_mission_wizard.scss */
.form-group .objective-item input,
.form-group .objective-item select {
  padding: 0 0.5em;
}

/* line 11, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-summary {
  background-color: #000;
  margin-bottom: 1.5rem;
}

/* line 15, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-summary .progress-bar {
  position: relative;
  border-left: 4px solid #22c55e;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 24, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-summary .summary-section {
  margin-left: 1rem;
  padding-left: 1.5rem;
  position: relative;
}

/* line 29, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-summary .summary-section:not(:last-child) {
  padding-bottom: 1.5rem;
}

/* line 34, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-summary .summary-label {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 0.5rem;
}

/* line 40, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-summary .summary-value {
  font-weight: 600;
  color: #fff;
}

/* line 47, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-summary-panel {
  background-color: rgba(30, 30, 30, 0.6);
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 25px;
  border-left: 4px solid #4d90fe;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* line 55, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-summary-panel h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
}

/* line 63, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-summary-panel .summary-item {
  margin-bottom: 12px;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid rgba(70, 70, 70, 0.8);
}

/* line 69, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-summary-panel .summary-item.current {
  background-color: rgba(25, 118, 210, 0.2);
  border-color: #4d90fe;
}

/* line 74, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-summary-panel .summary-item.completed {
  background-color: rgba(46, 125, 50, 0.15);
  border-color: rgba(76, 175, 80, 0.5);
}

/* line 80, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-summary-panel .summary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(70, 70, 70, 0.5);
}

/* line 89, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-summary-panel .step-label {
  font-weight: bold;
  color: #fff;
  font-size: 1.05em;
}

/* line 95, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-summary-panel .edit-link {
  font-size: 0.85em;
  color: #4d90fe;
  text-decoration: none;
}

/* line 100, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-summary-panel .edit-link:hover {
  text-decoration: underline;
}

/* line 105, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-summary-panel .summary-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 111, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-summary-panel .summary-detail {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
}

/* line 116, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-summary-panel .summary-detail:last-child {
  margin-bottom: 0;
}

/* line 121, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-summary-panel .detail-label {
  flex: 0 0 90px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

/* line 127, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-summary-panel .detail-value {
  color: #fff;
  flex: 1;
  word-break: break-word;
}

/* line 133, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-summary-panel .org-name,
.wizard-summary-panel .mission-type {
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
  font-size: 0.9em;
  margin-left: 5px;
}

/* line 142, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-summary-panel .site-item {
  border-left: 3px solid #ddd;
  margin: 10px 0;
  padding: 8px 0 8px 12px;
}

/* line 148, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-summary-panel .site-item h4 {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #333;
}

/* line 154, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-summary-panel .site-list-summary {
  background-color: #f8f9fa;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 12px;
}

/* line 161, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-summary-panel .mission-name-note {
  font-size: 12px;
  color: #666;
  font-style: italic;
  margin-left: 5px;
}

/* line 168, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-summary-panel .summary-help-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9em;
  text-align: center;
  padding: 10px;
}

/* line 177, app/assets/stylesheets/components/_mission_wizard.scss */
.objectives-deliverables-section {
  margin-bottom: 1.5rem;
}

/* line 180, app/assets/stylesheets/components/_mission_wizard.scss */
.objectives-deliverables-section .objectives-list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: 0.35rem;
}

/* line 187, app/assets/stylesheets/components/_mission_wizard.scss */
.objectives-deliverables-section .objective-item {
  background-color: rgba(30, 30, 35, 0.8);
  border: 1px solid rgba(75, 75, 90, 0.5);
  border-radius: 4px;
  transition: all 0.15s ease;
  overflow: hidden;
}

/* line 194, app/assets/stylesheets/components/_mission_wizard.scss */
.objectives-deliverables-section .objective-item:hover {
  background-color: rgba(40, 40, 50, 0.9);
  border-color: rgba(95, 95, 120, 0.6);
}

/* line 200, app/assets/stylesheets/components/_mission_wizard.scss */
.objectives-deliverables-section .objective-item:not([data-objective-toggle-target]) .objective-header:after {
  display: none;
}

/* line 205, app/assets/stylesheets/components/_mission_wizard.scss */
.objectives-deliverables-section .objective-header {
  display: flex;
  align-items: center;
  padding: 0.4rem 0.6rem;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.15s ease;
}

/* line 213, app/assets/stylesheets/components/_mission_wizard.scss */
.objectives-deliverables-section .objective-header:hover {
  background-color: rgba(50, 50, 60, 0.7);
}

/* line 218, app/assets/stylesheets/components/_mission_wizard.scss */
.objectives-deliverables-section .objective-header[data-action="click->objective-toggle#toggle"]:after {
  content: "▼";
  font-size: 0.6rem;
  color: rgba(180, 180, 200, 0.6);
  margin-left: auto;
  transition: transform 0.15s ease;
}

/* line 227, app/assets/stylesheets/components/_mission_wizard.scss */
.objectives-deliverables-section .objective-header[data-expanded="true"]:after {
  transform: rotate(180deg);
}

/* line 232, app/assets/stylesheets/components/_mission_wizard.scss */
.objectives-deliverables-section .objective-checkbox {
  margin-right: 0.35rem;
  cursor: pointer;
  transform: scale(1.1);
}

/* line 238, app/assets/stylesheets/components/_mission_wizard.scss */
.objectives-deliverables-section .objective-label {
  font-weight: 500;
  margin-left: 0.35rem;
  margin-right: 0.75rem;
  flex-grow: 0;
  font-size: 0.85rem;
  color: #ccd0d7;
  min-width: 150px;
}

/* line 248, app/assets/stylesheets/components/_mission_wizard.scss */
.objectives-deliverables-section .objective-description {
  color: rgba(180, 180, 200, 0.8);
  font-size: 0.8rem;
  flex-grow: 1;
  font-style: italic;
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 259, app/assets/stylesheets/components/_mission_wizard.scss */
.objectives-deliverables-section .deliverables-container {
  margin-left: 1.25rem;
  margin-top: -0.1rem;
}

/* line 267, app/assets/stylesheets/components/_mission_wizard.scss */
.objectives-deliverables-section .deliverable-item {
  display: flex;
  align-items: center;
  padding: 0.2rem 0.4rem;
  margin-bottom: 0.15rem;
  border-radius: 2px;
  transition: background-color 0.15s ease;
}

/* line 275, app/assets/stylesheets/components/_mission_wizard.scss */
.objectives-deliverables-section .deliverable-item:hover {
  background-color: rgba(50, 50, 60, 0.5);
}

/* line 280, app/assets/stylesheets/components/_mission_wizard.scss */
.objectives-deliverables-section .deliverable-checkbox {
  margin-top: 0;
  cursor: pointer;
}

/* line 285, app/assets/stylesheets/components/_mission_wizard.scss */
.objectives-deliverables-section .deliverable-label {
  margin-left: 0.35rem;
  margin-right: 0.5rem;
  font-weight: 400;
  color: rgba(210, 210, 220, 0.9);
  font-size: 0.8rem;
}

/* line 293, app/assets/stylesheets/components/_mission_wizard.scss */
.objectives-deliverables-section .deliverable-description {
  color: rgba(160, 160, 180, 0.7);
  font-size: 0.75rem;
  display: inline;
  font-style: italic;
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 306, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-form {
  background-color: #000;
  padding: 1.5rem 0;
}

/* line 310, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-form .datetime-picker {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: inherit;
}

/* line 317, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-form .datetime-picker:focus {
  outline: none;
  border-color: #4d90fe;
  box-shadow: 0 0 0 2px rgba(77, 144, 254, 0.2);
}

/* line 324, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-form .field-hint {
  margin-top: 5px;
  font-size: 0.85em;
  color: #666;
}

/* line 332, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-review {
  background-color: #000;
  padding: 1.5rem 0;
}

/* line 336, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-review .notification-options {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: rgba(77, 144, 254, 0.08);
  border-radius: 4px;
  border: 1px solid rgba(77, 144, 254, 0.2);
}

/* line 344, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-review .notification-options .checkbox-field {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

/* line 349, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-review .notification-options .checkbox-field:last-child {
  margin-bottom: 0;
}

/* line 353, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-review .notification-options .checkbox-field input[type="checkbox"] {
  margin-right: 10px;
}

/* line 357, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-review .notification-options .checkbox-field .checkbox-label {
  font-weight: 500;
  cursor: pointer;
}

/* line 364, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-review .review-section {
  margin-bottom: 1.5rem;
}

/* line 367, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-review .review-section h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

/* line 374, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-review .review-item {
  display: flex;
  margin-bottom: 0.5rem;
}

/* line 378, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-review .review-item .label {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  width: 150px;
  flex-shrink: 0;
}

/* line 385, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-review .review-item .value {
  flex-grow: 1;
}

/* line 390, app/assets/stylesheets/components/_mission_wizard.scss */
.mission-wizard-review .review-error {
  color: #ef4444;
  font-weight: 500;
}

/* line 397, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-navigation-buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

/* line 404, app/assets/stylesheets/components/_mission_wizard.scss */
.inline-form {
  display: inline;
}

/* line 409, app/assets/stylesheets/components/_mission_wizard.scss */
.button-container {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}

/* line 414, app/assets/stylesheets/components/_mission_wizard.scss */
.button-container .button-back,
.button-container .button-reset {
  height: 40px;
}

/* line 426, app/assets/stylesheets/components/_mission_wizard.scss */
.button-reset {
  background-color: #ef4444;
  color: white;
}

/* line 431, app/assets/stylesheets/components/_mission_wizard.scss */
.button-reset:hover:not(:disabled) {
  background-color: #dc2626;
}

/* line 435, app/assets/stylesheets/components/_mission_wizard.scss */
.button-reset:active:not(:disabled) {
  background-color: #b91c1c;
}

/* line 441, app/assets/stylesheets/components/_mission_wizard.scss */
.review-sections {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}

/* line 448, app/assets/stylesheets/components/_mission_wizard.scss */
.review-section {
  background-color: rgba(30, 30, 35, 0.8);
  border: 1px solid rgba(75, 75, 90, 0.5);
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.15s ease;
  padding-bottom: 0.2rem;
}

/* line 462, app/assets/stylesheets/components/_mission_wizard.scss */
.review-section-title {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(210, 210, 230, 0.95);
  padding: 0.5rem 0.7rem;
  background-color: rgba(45, 45, 55, 0.7);
  border-bottom: 1px solid rgba(75, 75, 90, 0.5);
}

/* line 471, app/assets/stylesheets/components/_mission_wizard.scss */
.review-section-content-group {
  padding: 0.3rem 0;
}

/* line 475, app/assets/stylesheets/components/_mission_wizard.scss */
.review-content-row {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.7rem;
  font-size: 0.85rem;
}

/* line 486, app/assets/stylesheets/components/_mission_wizard.scss */
.review-section-label {
  font-weight: 500;
  color: rgba(190, 190, 210, 0.85);
  min-width: 140px;
}

/* line 492, app/assets/stylesheets/components/_mission_wizard.scss */
.review-section-content {
  color: rgba(170, 170, 190, 0.8);
  flex-grow: 1;
}

/* line 500, app/assets/stylesheets/components/_mission_wizard.scss */
.requirement-section-title {
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(210, 210, 225, 0.9);
  margin: 1.2rem 0 0.5rem;
  padding-left: 0.4rem;
  border-left: 2px solid rgba(100, 100, 150, 0.6);
}

/* line 508, app/assets/stylesheets/components/_mission_wizard.scss */
.requirement-section-title:first-of-type {
  margin-top: 0.5rem;
}

/* line 512, app/assets/stylesheets/components/_mission_wizard.scss */
.flight-field-container {
  display: flex;
  flex-grow: 1;
  align-items: center;
  max-width: 70%;
}

/* line 518, app/assets/stylesheets/components/_mission_wizard.scss */
.flight-field-container .form-control {
  background-color: rgba(40, 40, 50, 0.8);
  border: 1px solid rgba(75, 75, 90, 0.5);
  color: #ccd0d7;
  height: 2rem;
  font-size: 0.85rem;
  width: 100%;
}

/* line 527, app/assets/stylesheets/components/_mission_wizard.scss */
.flight-field-container select.form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23ccd0d7' d='M0 2l4 4 4-4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 8px 8px;
  padding-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 539, app/assets/stylesheets/components/_mission_wizard.scss */
.small-input {
  width: 6rem;
  background-color: rgba(40, 40, 50, 0.8);
  border: 1px solid rgba(75, 75, 90, 0.5);
  color: #ccd0d7;
  padding: 0.2rem 0.4rem;
  font-size: 0.85rem;
  border-radius: 3px;
  height: 1.8rem;
}

/* line 550, app/assets/stylesheets/components/_mission_wizard.scss */
.small-select {
  width: 7rem;
  background-color: rgba(40, 40, 50, 0.8);
  border: 1px solid rgba(75, 75, 90, 0.5);
  color: #ccd0d7;
  padding: 0.2rem 0.4rem;
  font-size: 0.85rem;
  border-radius: 3px;
  height: 1.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23ccd0d7' d='M0 2l4 4 4-4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 8px 8px;
  padding-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 569, app/assets/stylesheets/components/_mission_wizard.scss */
.overlap-fields {
  display: flex;
  gap: 1rem;
}

/* line 574, app/assets/stylesheets/components/_mission_wizard.scss */
.overlap-field {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

/* line 579, app/assets/stylesheets/components/_mission_wizard.scss */
.overlap-field small {
  color: rgba(180, 180, 200, 0.8);
  font-size: 0.75rem;
}

/* line 586, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-progress {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

/* line 592, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-progress::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #e0e0e0;
  z-index: 1;
}

/* line 603, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-progress .step {
  position: relative;
  z-index: 2;
  background: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
  color: #777;
  border: 1px solid #e0e0e0;
}

/* line 613, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-progress .step.active {
  background: #3498db;
  color: white;
  border-color: #3498db;
}

/* line 622, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-step {
  padding: 20px 0;
}

/* line 626, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

/* line 631, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-navigation .navigation-group {
  display: flex;
  gap: 10px;
}

/* line 635, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-navigation .navigation-group button {
  margin: 0;
}

/* line 640, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-navigation .text-button {
  background: none;
  border: none;
  color: #888;
  text-decoration: underline;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 648, app/assets/stylesheets/components/_mission_wizard.scss */
.wizard-navigation .text-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #555;
}

/* line 656, app/assets/stylesheets/components/_mission_wizard.scss */
.review-section {
  margin-bottom: 1em;
  border: 1px solid rgba(75, 75, 90, 0.5);
  border-radius: 5px;
}

/* line 661, app/assets/stylesheets/components/_mission_wizard.scss */
.review-section h3 {
  margin-top: 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* line 669, app/assets/stylesheets/components/_mission_wizard.scss */
.review-data {
  margin-bottom: 5px;
}

/* line 674, app/assets/stylesheets/components/_mission_wizard.scss */
.success-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* line 686, app/assets/stylesheets/components/_mission_wizard.scss */
.success-modal-content {
  background-color: #1e1e23;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  padding: 30px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 697, app/assets/stylesheets/components/_mission_wizard.scss */
.success-modal .success-icon {
  margin-bottom: 20px;
}

/* line 701, app/assets/stylesheets/components/_mission_wizard.scss */
.success-modal h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #e0e0e0;
}

/* line 707, app/assets/stylesheets/components/_mission_wizard.scss */
.success-modal p {
  margin-bottom: 25px;
  color: #a0a0a0;
}

/* line 712, app/assets/stylesheets/components/_mission_wizard.scss */
.success-modal button {
  min-width: 120px;
}

/* line 2, app/assets/stylesheets/components/_city_search.scss */
.choices {
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/components/_city_search.scss */
.choices .choices__inner {
  background-color: transparent;
  border-radius: 0;
  min-height: 44px;
  padding: 7.5px 7.5px 3.75px;
}

/* line 11, app/assets/stylesheets/components/_city_search.scss */
.choices .choices__inner .choices__list--single {
  padding: 4px 16px 4px 4px;
}

/* line 14, app/assets/stylesheets/components/_city_search.scss */
.choices .choices__inner .choices__list--single .choices__item {
  color: #fff;
  opacity: 1;
}

/* line 22, app/assets/stylesheets/components/_city_search.scss */
.choices .choices__list--dropdown .choices__item {
  padding: 10px;
}

/* line 25, app/assets/stylesheets/components/_city_search.scss */
.choices .choices__list--dropdown .choices__item.is-highlighted {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 32, app/assets/stylesheets/components/_city_search.scss */
.choices.is-focused .choices__inner {
  border-color: rgba(255, 255, 255, 0.4);
}

/* line 37, app/assets/stylesheets/components/_city_search.scss */
.choices .choices__list--single .choices__item--selectable {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 0;
}

/* line 43, app/assets/stylesheets/components/_city_search.scss */
.choices .choices__list--single .choices__item--selectable::after {
  display: none;
}

/* line 50, app/assets/stylesheets/components/_city_search.scss */
.choices__list--dropdown {
  background-color: #222;
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 54, app/assets/stylesheets/components/_city_search.scss */
.choices__list--dropdown .choices__item {
  color: #fff;
}

/* line 57, app/assets/stylesheets/components/_city_search.scss */
.choices__list--dropdown .choices__item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 64, app/assets/stylesheets/components/_city_search.scss */
.city-search-container {
  position: relative;
  margin-bottom: 1rem;
}

/* line 69, app/assets/stylesheets/components/_city_search.scss */
.city-search-container .city-input-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 75, app/assets/stylesheets/components/_city_search.scss */
.city-search-container .city-input-group select, .city-search-container .city-input-group .choices {
  flex: 1;
}

/* line 80, app/assets/stylesheets/components/_city_search.scss */
.city-search-container .city-input-group .clear-button {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  border-radius: 4px;
  height: 40px;
  align-self: stretch;
}

/* line 94, app/assets/stylesheets/components/_city_search.scss */
.city-search-container .city-input-group .clear-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 98, app/assets/stylesheets/components/_city_search.scss */
.city-search-container .city-input-group .clear-button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

/* line 3, app/assets/stylesheets/components/_location_input.scss */
.form-help-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
}

/* line 9, app/assets/stylesheets/components/_location_input.scss */
.location-section {
  margin-bottom: 15px;
}

/* line 12, app/assets/stylesheets/components/_location_input.scss */
.location-section .sublabel {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
}

/* line 20, app/assets/stylesheets/components/_location_input.scss */
.location-section input[type="text"] {
  width: 100%;
  padding: 10px 12px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}

/* line 29, app/assets/stylesheets/components/_location_input.scss */
.location-section input[type="text"]:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 34, app/assets/stylesheets/components/_location_input.scss */
.location-section input.input-error[type="text"] {
  border-color: #f44336;
}

/* line 40, app/assets/stylesheets/components/_location_input.scss */
.separator {
  display: flex;
  align-items: center;
  margin: 20px 0;
  text-align: center;
}

/* line 46, app/assets/stylesheets/components/_location_input.scss */
.separator:before, .separator:after {
  content: "";
  flex: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 52, app/assets/stylesheets/components/_location_input.scss */
.separator .or-text {
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 500;
}

/* line 60, app/assets/stylesheets/components/_location_input.scss */
.error-message {
  color: #f44336;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

/* line 1, app/assets/stylesheets/components/_header.scss */
.top-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  background: #141416;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  z-index: 1000;
}

/* line 16, app/assets/stylesheets/components/_header.scss */
.top-nav a {
  color: #fff;
  text-decoration: none;
  padding: 8px 24px;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

/* line 24, app/assets/stylesheets/components/_header.scss */
.top-nav a:hover, .top-nav a.active {
  background: #202023;
}

/* line 29, app/assets/stylesheets/components/_header.scss */
.top-nav a.profile-pic {
  padding: 0;
}

/* line 33, app/assets/stylesheets/components/_header.scss */
.top-nav a.notification {
  position: relative;
  padding: 0;
}

/* line 37, app/assets/stylesheets/components/_header.scss */
.top-nav a.notification .notification-badge {
  position: absolute;
  display: flex;
  background-color: #d11124;
  align-items: flex-start;
  justify-content: center;
  left: calc(100% - 0.8rem);
  top: -0.4rem;
  border-radius: 0.8rem;
  padding: 0 0.4rem;
  min-width: 0.8rem;
  opacity: 0.9;
}

/* line 53, app/assets/stylesheets/components/_header.scss */
.top-nav-center {
  display: flex;
  gap: 1rem;
  margin: 0 auto;
}

/* line 64, app/assets/stylesheets/components/_header.scss */
.top-nav-center a {
  padding: 0.5rem 1.25rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.15s ease;
}

/* line 71, app/assets/stylesheets/components/_header.scss */
.top-nav-center a:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.05);
}

/* line 76, app/assets/stylesheets/components/_header.scss */
.top-nav-center a.active {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

/* line 83, app/assets/stylesheets/components/_header.scss */
.top-nav .admin-link {
  padding: 6px 12px;
  border-radius: 4px;
  color: #ffda44;
  transition: background 0.2s ease;
  margin-right: 16px;
}

/* line 90, app/assets/stylesheets/components/_header.scss */
.top-nav .admin-link:hover {
  background: rgba(255, 218, 68, 0.1);
}

/* line 94, app/assets/stylesheets/components/_header.scss */
.top-nav .admin-link svg {
  color: inherit;
}

/* line 99, app/assets/stylesheets/components/_header.scss */
.top-nav .profile-section {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}

/* line 107, app/assets/stylesheets/components/_header.scss */
.list-item-filters {
  display: flex;
  align-items: start;
  gap: 0.25rem;
  padding: 8px 16px;
  font-size: 12px;
  margin-top: 8px;
}

/* line 115, app/assets/stylesheets/components/_header.scss */
.list-item-filters .list-item-filter {
  padding: 0.35rem 1rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.15s ease;
}

/* line 122, app/assets/stylesheets/components/_header.scss */
.list-item-filters .list-item-filter:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.05);
}

/* line 127, app/assets/stylesheets/components/_header.scss */
.list-item-filters .list-item-filter.active {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

/* line 134, app/assets/stylesheets/components/_header.scss */
.points-text {
  color: #00ffbb;
}

/* line 3, app/assets/stylesheets/components/_page.scss */
.page-container {
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: black;
  overflow-y: scroll;
  min-width: 400px;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

/* line 18, app/assets/stylesheets/components/_page.scss */
.page-container #page {
  width: 100%;
}

/* line 23, app/assets/stylesheets/components/_page.scss */
.form-container {
  margin-left: 0;
}

/* line 27, app/assets/stylesheets/components/_page.scss */
.page-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1024px;
  margin: 0 auto;
  padding: 1rem;
  padding-top: 4rem;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}

/* line 39, app/assets/stylesheets/components/_page.scss */
.page-column {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

/* line 46, app/assets/stylesheets/components/_page.scss */
.page-content {
  padding: 2rem;
  width: 100%;
  overflow-y: scroll;
  flex-direction: column;
}

/* line 56, app/assets/stylesheets/components/_page.scss */
.page-content .form-container {
  max-width: 600px;
}

/* line 61, app/assets/stylesheets/components/_page.scss */
.form-container-wide.form-container {
  max-width: 1200px;
}

/* line 65, app/assets/stylesheets/components/_page.scss */
.account-actions {
  margin-top: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 71, app/assets/stylesheets/components/_page.scss */
.account-actions .account-links-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.875rem;
}

/* line 80, app/assets/stylesheets/components/_page.scss */
.account-actions .account-links-list li {
  margin-right: 0.5rem;
  flex-shrink: 1;
  display: flex;
  align-items: center;
}

/* line 86, app/assets/stylesheets/components/_page.scss */
.account-actions .account-links-list li:not(:last-child):after {
  content: "•";
  display: inline-block;
  margin-left: 0.5rem;
  color: rgba(255, 255, 255, 0.4);
}

/* line 93, app/assets/stylesheets/components/_page.scss */
.account-actions .account-links-list li a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  padding: 0.25rem 0;
  transition: color 0.2s ease;
  white-space: nowrap;
}

/* line 101, app/assets/stylesheets/components/_page.scss */
.account-actions .account-links-list li a:hover {
  color: white;
}

/* line 106, app/assets/stylesheets/components/_page.scss */
.account-actions .account-links-list li.sign-out-item {
  margin-top: 0;
}

/* line 109, app/assets/stylesheets/components/_page.scss */
.account-actions .account-links-list li.sign-out-item form {
  margin: 0;
}

/* line 113, app/assets/stylesheets/components/_page.scss */
.account-actions .account-links-list li.sign-out-item button {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  padding: 0.25rem 0;
  cursor: pointer;
  font-size: 0.875rem;
  text-align: left;
  transition: color 0.2s ease;
  white-space: nowrap;
}

/* line 124, app/assets/stylesheets/components/_page.scss */
.account-actions .account-links-list li.sign-out-item button:hover {
  color: white;
}

/* line 1, app/assets/stylesheets/components/_devise.scss */
.devise-layout {
  height: 100vh;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/components/_devise.scss */
.devise-container {
  display: flex;
  height: 100vh;
  position: relative;
}

/* line 12, app/assets/stylesheets/components/_devise.scss */
.devise-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 500px;
  padding: 2rem;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* line 25, app/assets/stylesheets/components/_devise.scss */
.devise-header {
  text-align: center;
  margin-bottom: 2rem;
}

/* line 29, app/assets/stylesheets/components/_devise.scss */
.devise-header .logo {
  max-width: 200px;
  margin: 0 auto;
}

/* line 33, app/assets/stylesheets/components/_devise.scss */
.devise-header .logo img,
.devise-header .logo svg {
  width: 100%;
  height: auto;
}

/* line 41, app/assets/stylesheets/components/_devise.scss */
.devise-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 49, app/assets/stylesheets/components/_devise.scss */
.devise-background .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/* line 61, app/assets/stylesheets/components/_devise.scss */
.devise-background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* line 72, app/assets/stylesheets/components/_devise.scss */
.admin-auth {
  min-height: 100vh;
  background-color: #efefef;
  background-image: radial-gradient(rgba(177, 177, 177, 0.7) 1.2px, transparent 0);
  background-size: 24px 24px;
  background-position: -19px -19px;
}

/* line 83, app/assets/stylesheets/components/_devise.scss */
.admin-auth .admin-auth-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 2rem;
}

/* line 91, app/assets/stylesheets/components/_devise.scss */
.admin-auth .admin-auth-content {
  background: black;
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 28rem;
}

/* line 101, app/assets/stylesheets/components/_devise.scss */
.admin-auth .admin-logo-wrapper {
  text-align: center;
  margin-bottom: 2rem;
}

/* line 105, app/assets/stylesheets/components/_devise.scss */
.admin-auth .admin-logo-wrapper .admin-badge {
  display: inline-block;
  background: white;
  color: black;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

/* line 117, app/assets/stylesheets/components/_devise.scss */
.admin-auth .admin-auth-form .form-header {
  text-align: center;
  margin-bottom: 2rem;
}

/* line 121, app/assets/stylesheets/components/_devise.scss */
.admin-auth .admin-auth-form .form-header svg {
  width: 120px;
  height: auto;
}

/* line 127, app/assets/stylesheets/components/_devise.scss */
.admin-auth .admin-auth-form .form-header h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  margin-bottom: 0.5rem;
}

/* line 134, app/assets/stylesheets/components/_devise.scss */
.admin-auth .admin-auth-form .form-header p {
  color: #666;
  font-size: 0.875rem;
}

/* line 140, app/assets/stylesheets/components/_devise.scss */
.admin-auth .admin-auth-form .form-group {
  margin-bottom: 1.5rem;
}

/* line 143, app/assets/stylesheets/components/_devise.scss */
.admin-auth .admin-auth-form .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: white;
}

/* line 150, app/assets/stylesheets/components/_devise.scss */
.admin-auth .admin-auth-form .form-group input[type="email"],
.admin-auth .admin-auth-form .form-group input[type="password"] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.375rem;
  background-color: white;
}

/* line 158, app/assets/stylesheets/components/_devise.scss */
.admin-auth .admin-auth-form .form-group input[type="email"]:focus,
.admin-auth .admin-auth-form .form-group input[type="password"]:focus {
  border-color: #1a1a1a;
  outline: none;
  box-shadow: 0 0 0 2px rgba(26, 26, 26, 0.1);
}

/* line 166, app/assets/stylesheets/components/_devise.scss */
.admin-auth .admin-auth-form .remember-me {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 171, app/assets/stylesheets/components/_devise.scss */
.admin-auth .admin-auth-form .remember-me label {
  margin: 0;
  font-weight: normal;
}

/* line 177, app/assets/stylesheets/components/_devise.scss */
.admin-auth .admin-auth-form .admin-button {
  width: 100%;
  background: #1a1a1a;
  color: white;
  padding: 0.75rem;
  border-radius: 0.375rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

/* line 188, app/assets/stylesheets/components/_devise.scss */
.admin-auth .admin-auth-form .admin-button:hover {
  background: #333;
}

/* line 1, app/assets/stylesheets/components/_tab_bar.scss */
.tab-bar {
  border-bottom: 1px solid dimgray;
  margin: 0.5em 0 2em 0;
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/components/_tab_bar.scss */
.tab-bar ul {
  list-style: none;
  display: flex;
  margin-left: 1em;
  position: relative;
  bottom: -1px;
  margin: 0 1em;
}

/* line 14, app/assets/stylesheets/components/_tab_bar.scss */
.tab-bar ul a {
  text-decoration: none;
}

/* line 19, app/assets/stylesheets/components/_tab_bar.scss */
.tab-bar .tab {
  background-color: rgba(255, 255, 255, 0.075);
  border: 1px solid dimgray;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 8px 18px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  margin-left: -0.5px;
  margin-right: -0.5px;
}

/* line 32, app/assets/stylesheets/components/_tab_bar.scss */
.tab-bar .tab.tab-active,
.tab-bar .tab:hover {
  background-color: black;
  color: white;
  border: 1px solid #c3c3c3;
  border-bottom: 1px solid black;
  cursor: pointer;
  z-index: 2;
  text-decoration: none;
}

/* line 47, app/assets/stylesheets/components/_tab_bar.scss */
.tab-bar.mini-tabs {
  margin-bottom: 0;
}

/* line 54, app/assets/stylesheets/components/_tab_bar.scss */
.tab-bar.mini-tabs .tab {
  padding: 6px 10px;
  font-size: 12px;
}

/* line 1, app/assets/stylesheets/components/_toggles.scss */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 18px;
  margin: 0 8px;
}

/* line 8, app/assets/stylesheets/components/_toggles.scss */
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 14, app/assets/stylesheets/components/_toggles.scss */
.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.2s;
  border-radius: 18px;
}

/* line 25, app/assets/stylesheets/components/_toggles.scss */
.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.2s;
  border-radius: 50%;
}

/* line 38, app/assets/stylesheets/components/_toggles.scss */
.toggle-switch input:checked + .slider {
  background-color: #34c759;
}

/* line 42, app/assets/stylesheets/components/_toggles.scss */
.toggle-switch input:checked + .slider:before {
  transform: translateX(14px);
}

/* line 47, app/assets/stylesheets/components/_toggles.scss */
.toggle-group {
  padding: 8px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 51, app/assets/stylesheets/components/_toggles.scss */
.toggle-group .toggle-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

/* line 57, app/assets/stylesheets/components/_toggles.scss */
.toggle-group .toggle-item .toggle-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
}

/* line 63, app/assets/stylesheets/components/_toggles.scss */
.toggle-group .toggle-item:last-child {
  margin-bottom: 0;
}

/* line 3, app/assets/stylesheets/components/_photo_list.scss */
.photo-list .empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 16px;
  text-align: center;
}

/* line 10, app/assets/stylesheets/components/_photo_list.scss */
.photo-list .empty-state p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

/* line 17, app/assets/stylesheets/components/_photo_list.scss */
.photo-list .photo-item {
  display: flex;
  align-items: flex-start;
  padding: 8px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 23, app/assets/stylesheets/components/_photo_list.scss */
.photo-list .photo-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

/* line 27, app/assets/stylesheets/components/_photo_list.scss */
.photo-list .photo-item .thumbnail {
  width: 60px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 12px;
}

/* line 35, app/assets/stylesheets/components/_photo_list.scss */
.photo-list .photo-item .details {
  flex: 1;
  min-width: 0;
}

/* line 39, app/assets/stylesheets/components/_photo_list.scss */
.photo-list .photo-item .details .primary {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 49, app/assets/stylesheets/components/_photo_list.scss */
.photo-list .photo-item .details .secondary {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 61, app/assets/stylesheets/components/_photo_list.scss */
.control-group.scrollable {
  overflow-y: auto;
  max-height: 63vh;
}

/* line 67, app/assets/stylesheets/components/_photo_list.scss */
.control-group.scrollable::-webkit-scrollbar {
  width: 8px;
}

/* line 71, app/assets/stylesheets/components/_photo_list.scss */
.control-group.scrollable::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

/* line 76, app/assets/stylesheets/components/_photo_list.scss */
.control-group.scrollable::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

/* line 80, app/assets/stylesheets/components/_photo_list.scss */
.control-group.scrollable::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* line 86, app/assets/stylesheets/components/_photo_list.scss */
#image-viewer {
  display: none;
  background-color: #efefef;
  background-image: radial-gradient(rgba(177, 177, 177, 0.7) 1.2px, transparent 0);
  background-size: 24px 24px;
  background-position: -19px -19px;
}

/* line 97, app/assets/stylesheets/components/_photo_list.scss */
#image-viewer:not(:empty) {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* line 109, app/assets/stylesheets/components/_photo_list.scss */
#image-viewer img {
  margin: 0.5em;
  cursor: grab;
  max-width: calc(100% - 1em);
  max-height: calc(100% - 1em);
}

/* line 115, app/assets/stylesheets/components/_photo_list.scss */
#image-viewer img:active {
  cursor: grabbing;
}

/* line 1, app/assets/stylesheets/components/_compact_upload.scss */
.compact-upload {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  height: 40px;
  width: 200px;
}

/* line 8, app/assets/stylesheets/components/_compact_upload.scss */
.compact-upload .upload-trigger {
  width: 100%;
  padding: 0.5rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: background-color 0.2s ease;
  position: relative;
  overflow: hidden;
}

/* line 18, app/assets/stylesheets/components/_compact_upload.scss */
.compact-upload .upload-trigger:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* line 23, app/assets/stylesheets/components/_compact_upload.scss */
.compact-upload .upload-status {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-bottom: 0.25rem;
}

/* line 30, app/assets/stylesheets/components/_compact_upload.scss */
.compact-upload .upload-progress-text {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  min-height: 1rem;
}

/* line 37, app/assets/stylesheets/components/_compact_upload.scss */
.compact-upload .upload-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--primary-color);
  width: 0;
  transition: width 0.3s ease;
}

/* line 47, app/assets/stylesheets/components/_compact_upload.scss */
.compact-upload .upload-error {
  font-size: 0.75rem;
  color: var(--color-error);
  text-align: center;
  min-height: 1rem;
}

/* line 1, app/assets/stylesheets/components/_referral_code.scss */
.referral-code-section {
  margin-top: 20px;
}

/* line 4, app/assets/stylesheets/components/_referral_code.scss */
.referral-code-section .referral-url {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

/* line 10, app/assets/stylesheets/components/_referral_code.scss */
.referral-code-section .referral-url input {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  background: black;
  color: var(--color-text);
  font-size: 0.875rem;
}

/* line 20, app/assets/stylesheets/components/_referral_code.scss */
.referral-code-section .referral-url button {
  white-space: nowrap;
  display: none;
}

/* line 27, app/assets/stylesheets/components/_referral_code.scss */
.referral-code-section .referral-stats h3 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

/* line 32, app/assets/stylesheets/components/_referral_code.scss */
.referral-code-section .referral-stats p {
  margin-bottom: 0.25rem;
  color: var(--color-text-muted);
  font-size: 0.875rem;
}

/* line 1, app/assets/stylesheets/components/_viewer_controls.scss */
#viewer-controls {
  margin: 1em;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

/* line 10, app/assets/stylesheets/components/_viewer_controls.scss */
.viewer-controls-content {
  z-index: 2;
  max-width: 280px;
  position: relative;
  width: 300px;
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0.15s ease-in 0s;
  will-change: transform, opacity;
}

/* line 17, app/assets/stylesheets/components/_viewer_controls.scss */
.viewer-controls-content h4 {
  margin: 14px 16px 4px 16px;
  font-size: 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 38, app/assets/stylesheets/components/_viewer_controls.scss */
.viewer-controls-content.viewer-controls-hidden {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.25s cubic-bezier(0.4, 0, 1, 1), opacity 0.1s ease-out 0.15s;
  pointer-events: none;
}

/* line 46, app/assets/stylesheets/components/_viewer_controls.scss */
.viewer-controls-inner {
  background-color: #141416;
  border-radius: 0.5em;
  font-size: 14px;
  border: 1px solid black;
  border-top: 1px solid #313131;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  overflow-y: auto;
  background: #141416;
}

/* line 59, app/assets/stylesheets/components/_viewer_controls.scss */
.viewer-controls-inner .close-button {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  line-height: 1;
  opacity: 0.6;
  transition: opacity 0.2s ease;
  color: white;
  display: none;
}

/* line 73, app/assets/stylesheets/components/_viewer_controls.scss */
.viewer-controls-inner .close-button:hover {
  opacity: 1;
}

/* line 79, app/assets/stylesheets/components/_viewer_controls.scss */
.viewer-tabs {
  padding: 0.5em 0;
  background-color: black;
}

/* line 83, app/assets/stylesheets/components/_viewer_controls.scss */
.viewer-tabs .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em 0;
}

/* line 90, app/assets/stylesheets/components/_viewer_controls.scss */
.viewer-tabs .header h4 {
  margin: 0;
}

/* line 96, app/assets/stylesheets/components/_viewer_controls.scss */
.viewer-controls-inner {
  margin-bottom: 1em;
}

/* line 99, app/assets/stylesheets/components/_viewer_controls.scss */
.viewer-controls-inner .weather-info {
  padding: 16px 16px;
  margin-top: 0;
  min-height: auto;
  background-color: transparent;
}

/* line 106, app/assets/stylesheets/components/_viewer_controls.scss */
.viewer-controls-inner .weather-main {
  flex-direction: column;
}

/* line 110, app/assets/stylesheets/components/_viewer_controls.scss */
.viewer-controls-inner .weather-info .weather-details .weather-condition,
.viewer-controls-inner .weather-info .weather-main .weather-temp {
  font-size: 12px !important;
  margin-bottom: 2px;
  font-weight: 700;
}

/* line 117, app/assets/stylesheets/components/_viewer_controls.scss */
.viewer-controls-inner .weather-info .weather-details .weather-wind,
.viewer-controls-inner .weather-info .weather-details .weather-clouds {
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  margin-bottom: 2px;
}

/* line 129, app/assets/stylesheets/components/_viewer_controls.scss */
.viewer-controls-inner .weather-info .weather-main .weather-icon {
  width: 32px !important;
  height: 32px !important;
  margin-right: 0 !important;
}

/* line 135, app/assets/stylesheets/components/_viewer_controls.scss */
.viewer-controls-inner .wind-direction-indicator svg {
  width: 37px;
  height: 37px;
}

/* line 140, app/assets/stylesheets/components/_viewer_controls.scss */
.viewer-controls-inner .wind-direction-indicator .wind-speed-text {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
}

/* line 1, app/assets/stylesheets/components/_tables.scss */
table.points-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 24px 0;
  background: #141416;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 11, app/assets/stylesheets/components/_tables.scss */
table.points-table tr.main-row {
  cursor: pointer;
  transition: background-color 0.2s ease;
}

/* line 15, app/assets/stylesheets/components/_tables.scss */
table.points-table tr.main-row:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 19, app/assets/stylesheets/components/_tables.scss */
table.points-table tr.main-row:hover + tr.details-row td {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 25, app/assets/stylesheets/components/_tables.scss */
table.points-table tr.main-row.expanded {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 29, app/assets/stylesheets/components/_tables.scss */
table.points-table tr.main-row.expanded + tr.details-row td {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 34, app/assets/stylesheets/components/_tables.scss */
table.points-table tr.main-row.expanded .fa-chevron-down {
  transform: rotate(180deg);
}

/* line 39, app/assets/stylesheets/components/_tables.scss */
table.points-table tr.main-row .fa-chevron-down {
  transition: transform 0.3s ease;
}

/* line 45, app/assets/stylesheets/components/_tables.scss */
table.points-table tr.details-row td {
  padding: 0;
  background: transparent;
}

/* line 50, app/assets/stylesheets/components/_tables.scss */
table.points-table tr.details-row .details-content {
  padding: 0.75em 1em;
}

/* line 54, app/assets/stylesheets/components/_tables.scss */
table.points-table tr.details-row.hidden {
  display: none;
}

/* line 58, app/assets/stylesheets/components/_tables.scss */
table.points-table tr.details-row .details-grid {
  display: flex;
  flex-direction: row;
  gap: 1.5em;
  align-items: start;
}

/* line 66, app/assets/stylesheets/components/_tables.scss */
table.points-table tr.details-row .video-preview video {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
}

/* line 73, app/assets/stylesheets/components/_tables.scss */
table.points-table tr.details-row .points-breakdown h4 {
  margin: 0 0 0.5em;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1em;
}

/* line 80, app/assets/stylesheets/components/_tables.scss */
table.points-table tr.details-row .gauge-container {
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 88, app/assets/stylesheets/components/_tables.scss */
table.points-table tr.details-row .gauge-container svg {
  width: auto;
  height: 100%;
}

/* line 94, app/assets/stylesheets/components/_tables.scss */
table.points-table thead {
  background: #19191b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 98, app/assets/stylesheets/components/_tables.scss */
table.points-table thead th {
  font-weight: 500;
  text-align: left;
  padding: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 106, app/assets/stylesheets/components/_tables.scss */
table.points-table thead th:last-child {
  text-align: left;
}

/* line 113, app/assets/stylesheets/components/_tables.scss */
table.points-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 0.2s ease;
}

/* line 117, app/assets/stylesheets/components/_tables.scss */
table.points-table tbody tr:last-child {
  border-bottom: none;
}

/* line 122, app/assets/stylesheets/components/_tables.scss */
table.points-table tbody td {
  padding: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.5;
}

/* line 129, app/assets/stylesheets/components/_tables.scss */
table.points-table tbody td:first-child {
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/components/_mission_details.scss */
.dark-mode {
  background-color: #09090b;
  color: #e0e0e0;
}

/* line 6, app/assets/stylesheets/components/_mission_details.scss */
.resource-files {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

/* line 12, app/assets/stylesheets/components/_mission_details.scss */
.resource-files .resource-file-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 180px;
  min-width: 150px;
  flex-grow: 0;
  overflow: hidden;
}

/* line 26, app/assets/stylesheets/components/_mission_details.scss */
.resource-files .resource-file-item .resource-file-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 34, app/assets/stylesheets/components/_mission_details.scss */
.resource-files .resource-file-item .resource-file-icon .resource-thumbnail {
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
}

/* line 40, app/assets/stylesheets/components/_mission_details.scss */
.resource-files .resource-file-item .resource-file-icon .file-icon {
  fill: #e0e0e0;
}

/* line 44, app/assets/stylesheets/components/_mission_details.scss */
.resource-files .resource-file-item .resource-file-icon .pdf-icon {
  fill: #ff5555;
}

/* line 49, app/assets/stylesheets/components/_mission_details.scss */
.resource-files .resource-file-item .resource-file-details {
  flex: 1;
  min-width: 0;
}

/* line 53, app/assets/stylesheets/components/_mission_details.scss */
.resource-files .resource-file-item .resource-file-details .resource-file-name {
  font-weight: 500;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9rem;
}

/* line 62, app/assets/stylesheets/components/_mission_details.scss */
.resource-files .resource-file-item .resource-file-details .resource-file-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

/* line 70, app/assets/stylesheets/components/_mission_details.scss */
.resource-files .resource-file-item .resource-file-details .resource-file-size {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}

/* line 75, app/assets/stylesheets/components/_mission_details.scss */
.resource-files .resource-file-item .resource-file-details .resource-file-actions {
  display: flex;
  gap: 8px;
}

/* line 79, app/assets/stylesheets/components/_mission_details.scss */
.resource-files .resource-file-item .resource-file-details .resource-file-actions .action-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.2s ease;
}

/* line 89, app/assets/stylesheets/components/_mission_details.scss */
.resource-files .resource-file-item .resource-file-details .resource-file-actions .action-button svg {
  width: 16px;
  height: 16px;
  stroke: #e0e0e0;
}

/* line 95, app/assets/stylesheets/components/_mission_details.scss */
.resource-files .resource-file-item .resource-file-details .resource-file-actions .action-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 104, app/assets/stylesheets/components/_mission_details.scss */
.no-resources {
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
}

/* line 110, app/assets/stylesheets/components/_mission_details.scss */
.mission-details-container {
  padding: 16px;
  background-color: #09090b;
  color: #e0e0e0;
  max-width: 900px;
  margin: 0 auto;
}

/* line 117, app/assets/stylesheets/components/_mission_details.scss */
.mission-details-container.compact {
  padding: 12px;
}

/* line 120, app/assets/stylesheets/components/_mission_details.scss */
.mission-details-container.compact .detail-section {
  margin-bottom: 12px;
}

/* line 125, app/assets/stylesheets/components/_mission_details.scss */
.mission-details-container.compact .details-grid {
  gap: 8px;
}

/* line 129, app/assets/stylesheets/components/_mission_details.scss */
.mission-details-container.compact .detail-item {
  margin-bottom: 4px;
}

/* line 135, app/assets/stylesheets/components/_mission_details.scss */
.dark-mode .page-header {
  background-color: #09090b;
  color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 16px;
}

/* line 141, app/assets/stylesheets/components/_mission_details.scss */
.dark-mode .page-header .header-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 147, app/assets/stylesheets/components/_mission_details.scss */
.dark-mode .page-header h1 {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  letter-spacing: -0.01em;
}

/* line 155, app/assets/stylesheets/components/_mission_details.scss */
.dark-mode .page-header a {
  color: #4caf50;
  font-size: 0.875rem;
}

/* line 161, app/assets/stylesheets/components/_mission_details.scss */
.detail-section {
  margin-bottom: 16px;
}

/* line 171, app/assets/stylesheets/components/_mission_details.scss */
.mission-objective {
  background: #1e2a30;
  border: 1px solid #27272a;
  border-left: 4px solid #4caf50;
}

/* line 177, app/assets/stylesheets/components/_mission_details.scss */
.detail-section h2 {
  margin-top: 0;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  border-bottom: 1px solid #27272a;
}

/* line 186, app/assets/stylesheets/components/_mission_details.scss */
.detail-section h3 {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #e4e4e7;
}

/* line 194, app/assets/stylesheets/components/_mission_details.scss */
.details-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 768px) {
  /* line 194, app/assets/stylesheets/components/_mission_details.scss */
  .details-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* line 204, app/assets/stylesheets/components/_mission_details.scss */
.detail-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}

/* line 209, app/assets/stylesheets/components/_mission_details.scss */
.detail-item .label {
  font-weight: 500;
  color: #a1a1aa;
  margin-bottom: 3px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 218, app/assets/stylesheets/components/_mission_details.scss */
.detail-item .value {
  color: #ffffff;
  font-size: 0.85rem;
}

/* line 224, app/assets/stylesheets/components/_mission_details.scss */
.status-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 9999px;
  font-size: 0.7rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.02em;
}

/* line 234, app/assets/stylesheets/components/_mission_details.scss */
.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 240, app/assets/stylesheets/components/_mission_details.scss */
.checklist-item {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  color: #ffffff;
}

/* line 247, app/assets/stylesheets/components/_mission_details.scss */
.check-icon {
  color: #4caf50;
  font-weight: bold;
  margin-right: 8px;
  font-size: 0.85rem;
}

/* Deliverables Categories Styling */
/* line 256, app/assets/stylesheets/components/_mission_details.scss */
.deliverables-categories .deliverable-category {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #27272a;
}

/* line 261, app/assets/stylesheets/components/_mission_details.scss */
.deliverables-categories .deliverable-category:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 268, app/assets/stylesheets/components/_mission_details.scss */
.deliverables-categories .category-title {
  color: #a1a1aa;
  font-size: 0.8rem;
  font-weight: 600;
  margin: 0 0 0.75rem 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 277, app/assets/stylesheets/components/_mission_details.scss */
.deliverables-categories .checkbox-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

@media (min-width: 640px) {
  /* line 277, app/assets/stylesheets/components/_mission_details.scss */
  .deliverables-categories .checkbox-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  /* line 277, app/assets/stylesheets/components/_mission_details.scss */
  .deliverables-categories .checkbox-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 291, app/assets/stylesheets/components/_mission_details.scss */
.deliverables-categories .detail-item .value .check-icon {
  color: #22c55e;
  margin-right: 8px;
  font-weight: bold;
}

/* line 297, app/assets/stylesheets/components/_mission_details.scss */
.deliverables-categories .detail-item .value .optic-item {
  display: block;
  margin-bottom: 3px;
}

/* line 302, app/assets/stylesheets/components/_mission_details.scss */
.deliverables-categories .page-content .detail-section.mission-objective-section {
  background-color: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 308, app/assets/stylesheets/components/_mission_details.scss */
.deliverables-categories .objective-name {
  font-size: 1.125rem;
  color: #e4e4e7;
  margin: 0 0 0.5rem 0;
  font-weight: 500;
}

/* line 315, app/assets/stylesheets/components/_mission_details.scss */
.deliverables-categories .objective-description {
  color: #a1a1aa;
  font-size: 0.9375rem;
  margin: 0;
  line-height: 1.5;
}

/* line 322, app/assets/stylesheets/components/_mission_details.scss */
.deliverables-categories .no-items-message {
  font-size: 0.8rem;
  color: #71717a;
  font-style: italic;
  padding: 6px 0;
  grid-column: 1 / -1;
}

/* Site address styling */
/* line 332, app/assets/stylesheets/components/_mission_details.scss */
.site-address p {
  line-height: 1.5em;
  margin-bottom: 0 !important;
}

/* line 337, app/assets/stylesheets/components/_mission_details.scss */
.site-address p:last-child {
  margin-bottom: 0;
}

/* Payment terms styling */
/* line 343, app/assets/stylesheets/components/_mission_details.scss */
.terms-container p {
  font-size: 0.75rem;
  margin-bottom: 8px;
  color: #a1a1aa;
}

/* line 349, app/assets/stylesheets/components/_mission_details.scss */
.terms-container .terms-list {
  padding-left: 18px;
  margin: 0 0 0 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 355, app/assets/stylesheets/components/_mission_details.scss */
.terms-container .terms-list li {
  font-size: 0.75rem;
  margin-bottom: 6px;
  line-height: 1.25;
  color: #a1a1aa;
  padding-right: 12px;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
}

/* line 367, app/assets/stylesheets/components/_mission_details.scss */
.terms-container .terms-list li:last-child {
  margin-bottom: 0;
}

/* Green styling for mission objective - extreme specificity */
/* Mission restrictions styling for the overview tab */
/* line 375, app/assets/stylesheets/components/_mission_details.scss */
.detail-section + .mission-restrictions {
  background: #18181b;
  border: 1px solid rgba(255, 165, 0, 0.5);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 384, app/assets/stylesheets/components/_mission_details.scss */
.detail-section + .mission-restrictions .label {
  font-weight: 500;
  color: #a1a1aa;
  margin-bottom: 8px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 393, app/assets/stylesheets/components/_mission_details.scss */
.detail-section + .mission-restrictions .restrictions-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

/* line 398, app/assets/stylesheets/components/_mission_details.scss */
.detail-section + .mission-restrictions .restrictions-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #ffa100;
}

/* line 406, app/assets/stylesheets/components/_mission_details.scss */
.detail-section + .mission-restrictions .restrictions-list li:before {
  content: "⚠️";
  position: absolute;
  left: 0;
  font-size: 0.75rem;
}

/* line 416, app/assets/stylesheets/components/_mission_details.scss */
html body .mission-details-container .detail-section.mission-objective-section,
.detail-section.mission-objective-section,
div.detail-section.mission-objective-section,
*[class*="detail-section"][class*="mission-objective-section"] {
  background-color: rgba(34, 197, 94, 0.15) !important;
  border: 1px solid rgba(34, 197, 94, 0.5) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  padding: 16px !important;
  border-radius: 12px !important;
  margin-bottom: 16px !important;
}

/* line 428, app/assets/stylesheets/components/_mission_details.scss */
.site-map {
  width: 100%;
  height: 180px;
  background-color: #27272a;
  border-radius: 8px;
  margin-top: 12px;
  border: 1px solid #3f3f46;
}

/* line 437, app/assets/stylesheets/components/_mission_details.scss */
.action-section {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

/* line 443, app/assets/stylesheets/components/_mission_details.scss */
.button, .button-back, .button-reset {
  padding: 8px 16px;
  border-radius: 4px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
  width: 100%;
  font-size: 0.8rem;
  height: 36px;
  line-height: 1;
}

/* line 460, app/assets/stylesheets/components/_mission_details.scss */
.button:active, .button-back:active, .button-reset:active {
  transform: translateY(1px);
}

/* line 465, app/assets/stylesheets/components/_mission_details.scss */
.button-green {
  background-color: #22c55e;
  color: white;
}

/* line 468, app/assets/stylesheets/components/_mission_details.scss */
.button-green:hover {
  background-color: #16a34a;
}

/* line 471, app/assets/stylesheets/components/_mission_details.scss */
.button-green:focus-visible {
  outline: 2px solid #16a34a;
  outline-offset: 2px;
}

/* line 477, app/assets/stylesheets/components/_mission_details.scss */
.button-grey {
  background-color: #3f3f46;
  color: white;
}

/* line 480, app/assets/stylesheets/components/_mission_details.scss */
.button-grey:hover {
  background-color: #52525b;
}

/* line 483, app/assets/stylesheets/components/_mission_details.scss */
.button-grey:focus-visible {
  outline: 2px solid #52525b;
  outline-offset: 2px;
}

/* line 489, app/assets/stylesheets/components/_mission_details.scss */
.price {
  font-weight: 600;
  color: #4caf50;
}

/* Mission notes styling */
/* line 495, app/assets/stylesheets/components/_mission_details.scss */
.trix-content.mission-notes-content {
  background-color: transparent;
  color: white;
  font-size: 16px;
}

/* line 501, app/assets/stylesheets/components/_mission_details.scss */
.trix-content.mission-notes-content h1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* line 507, app/assets/stylesheets/components/_mission_details.scss */
.trix-content.mission-notes-content h2,
.trix-content.mission-notes-content h3,
.trix-content.mission-notes-content h4,
.trix-content.mission-notes-content h5,
.trix-content.mission-notes-content h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* line 517, app/assets/stylesheets/components/_mission_details.scss */
.trix-content.mission-notes-content p,
.trix-content.mission-notes-content ul,
.trix-content.mission-notes-content ol,
.trix-content.mission-notes-content li,
.trix-content.mission-notes-content div {
  font-size: 14px;
  line-height: 1.4;
}

/* line 1, app/assets/stylesheets/components/_mission.scss */
.mission-requirement-notice {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #ffa100;
  font-style: italic;
}

/* line 8, app/assets/stylesheets/components/_mission.scss */
.button-disabled {
  cursor: not-allowed;
}

/* line 12, app/assets/stylesheets/components/_mission.scss */
.button-blue {
  background-color: #3b82f6;
  color: white;
}

/* line 17, app/assets/stylesheets/components/_mission.scss */
.action-section-top {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  text-align: left;
}

/* line 23, app/assets/stylesheets/components/_mission.scss */
.action-section-top .primary-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: auto;
}

/* line 30, app/assets/stylesheets/components/_mission.scss */
.action-section-top .primary-actions .button, .action-section-top .primary-actions .button-back, .action-section-top .primary-actions .button-reset,
.action-section-top .primary-actions button,
.action-section-top .primary-actions a.button {
  display: inline-flex !important;
  width: auto !important;
  text-align: left !important;
  justify-content: flex-start !important;
  margin-left: 0 !important;
}

/* line 41, app/assets/stylesheets/components/_mission.scss */
.action-section-top .admin-actions {
  display: flex;
  padding-top: 0.5rem;
  border-top: 1px solid #e5e7eb;
  align-items: flex-start;
  justify-content: flex-start;
  width: auto;
}

/* line 49, app/assets/stylesheets/components/_mission.scss */
.action-section-top .admin-actions .button, .action-section-top .admin-actions .button-back, .action-section-top .admin-actions .button-reset,
.action-section-top .admin-actions button,
.action-section-top .admin-actions a.button {
  display: inline-flex !important;
  width: auto !important;
  text-align: left !important;
  justify-content: flex-start !important;
  margin-left: 0 !important;
}

/* line 1, app/assets/stylesheets/components/_mission_ai.scss */
.mission-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1rem;
}

/* line 8, app/assets/stylesheets/components/_mission_ai.scss */
.mission-card {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  position: relative;
}

/* line 16, app/assets/stylesheets/components/_mission_ai.scss */
.mission-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

/* line 22, app/assets/stylesheets/components/_mission_ai.scss */
.mission-card-header h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

/* line 29, app/assets/stylesheets/components/_mission_ai.scss */
.mission-status-badge {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 36, app/assets/stylesheets/components/_mission_ai.scss */
.mission-status-badge.planned {
  background-color: #e5e7eb;
  color: #4b5563;
}

/* line 41, app/assets/stylesheets/components/_mission_ai.scss */
.mission-status-badge.open_to_pilots {
  background-color: #dbeafe;
  color: #1e40af;
}

/* line 46, app/assets/stylesheets/components/_mission_ai.scss */
.mission-status-badge.accepted {
  background-color: #dcfce7;
  color: #166534;
}

/* line 51, app/assets/stylesheets/components/_mission_ai.scss */
.mission-status-badge.started {
  background-color: #ffedd5;
  color: #9a3412;
}

/* line 56, app/assets/stylesheets/components/_mission_ai.scss */
.mission-status-badge.completed {
  background-color: #bbf7d0;
  color: #15803d;
}

/* line 62, app/assets/stylesheets/components/_mission_ai.scss */
.mission-card-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

/* line 70, app/assets/stylesheets/components/_mission_ai.scss */
.mission-detail-item .detail-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
  display: block;
}

/* line 77, app/assets/stylesheets/components/_mission_ai.scss */
.mission-detail-item .detail-value {
  font-size: 0.9375rem;
  color: #111827;
}

/* line 83, app/assets/stylesheets/components/_mission_ai.scss */
.mission-description {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #f9fafb;
  border-radius: 0.375rem;
}

/* line 89, app/assets/stylesheets/components/_mission_ai.scss */
.mission-description h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}

/* line 96, app/assets/stylesheets/components/_mission_ai.scss */
.mission-description .description-text {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #1f2937;
  white-space: pre-line;
}

/* line 103, app/assets/stylesheets/components/_mission_ai.scss */
.mission-description .empty-description {
  font-style: italic;
  color: #6b7280;
}

/* line 108, app/assets/stylesheets/components/_mission_ai.scss */
.mission-description .description-actions {
  margin-top: 0.75rem;
  text-align: right;
}

/* line 112, app/assets/stylesheets/components/_mission_ai.scss */
.mission-description .description-actions .action-link {
  font-size: 0.875rem;
  text-decoration: none;
  color: #2563eb;
}

/* line 117, app/assets/stylesheets/components/_mission_ai.scss */
.mission-description .description-actions .action-link:hover {
  text-decoration: underline;
}

/* line 124, app/assets/stylesheets/components/_mission_ai.scss */
.mission-analysis-container {
  margin-bottom: 1rem;
}

/* line 128, app/assets/stylesheets/components/_mission_ai.scss */
.analysis-section {
  background-color: #f0f9ff;
  border-radius: 0.375rem;
  padding: 1rem;
  border-left: 3px solid #3b82f6;
}

/* line 134, app/assets/stylesheets/components/_mission_ai.scss */
.analysis-section h4 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
}

/* line 141, app/assets/stylesheets/components/_mission_ai.scss */
.analysis-section .analysis-content {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #1f2937;
  white-space: pre-line;
}

/* line 148, app/assets/stylesheets/components/_mission_ai.scss */
.analysis-section .analysis-metadata {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid #bfdbfe;
  font-size: 0.75rem;
  color: #6b7280;
}

/* line 159, app/assets/stylesheets/components/_mission_ai.scss */
.analysis-section .analysis-metadata .model-info .model-label {
  font-weight: 500;
}

/* line 166, app/assets/stylesheets/components/_mission_ai.scss */
.mission-card-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 0.75rem;
  margin-top: 0.75rem;
  border-top: 1px solid #e5e7eb;
}

/* line 175, app/assets/stylesheets/components/_mission_ai.scss */
.mission-card-actions .button, .mission-card-actions .button-back, .mission-card-actions .button-reset {
  min-width: 160px;
}

/* line 179, app/assets/stylesheets/components/_mission_ai.scss */
.mission-card-actions .action-button-group {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* line 185, app/assets/stylesheets/components/_mission_ai.scss */
.mission-card-actions .brief-action {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px dashed #e5e7eb;
  width: 100%;
}

/* line 192, app/assets/stylesheets/components/_mission_ai.scss */
.mission-card-actions .action-button-blue {
  background-color: #3b82f6;
  color: white;
}

/* line 196, app/assets/stylesheets/components/_mission_ai.scss */
.mission-card-actions .action-button-blue:hover {
  background-color: #2563eb;
}

/* line 201, app/assets/stylesheets/components/_mission_ai.scss */
.mission-card-actions .action-button-small {
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
  min-width: auto;
}

/* line 208, app/assets/stylesheets/components/_mission_ai.scss */
.loading-indicator {
  display: flex;
  align-items: center;
  margin-left: auto;
}

/* line 213, app/assets/stylesheets/components/_mission_ai.scss */
.loading-indicator .spinner {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #e5e7eb;
  border-top-color: #3b82f6;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 0.5rem;
}

/* line 223, app/assets/stylesheets/components/_mission_ai.scss */
.loading-indicator span {
  font-size: 0.875rem;
  color: #6b7280;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 235, app/assets/stylesheets/components/_mission_ai.scss */
.feature-list {
  margin-top: 1rem;
}

/* line 238, app/assets/stylesheets/components/_mission_ai.scss */
.feature-list li {
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

/* line 245, app/assets/stylesheets/components/_mission_ai.scss */
.mission-brief-container {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

/* line 250, app/assets/stylesheets/components/_mission_ai.scss */
.mission-brief {
  background-color: #f8fafc;
  border-radius: 0.5rem;
  border-left: 4px solid #3b82f6;
  padding: 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 257, app/assets/stylesheets/components/_mission_ai.scss */
.mission-brief h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1e3a8a;
}

/* line 265, app/assets/stylesheets/components/_mission_ai.scss */
.mission-brief .brief-content {
  white-space: pre-wrap;
  line-height: 1.6;
  font-size: 0.9375rem;
}

/* line 270, app/assets/stylesheets/components/_mission_ai.scss */
.mission-brief .brief-content h1, .mission-brief .brief-content h2, .mission-brief .brief-content h3, .mission-brief .brief-content h4, .mission-brief .brief-content h5, .mission-brief .brief-content h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

/* line 276, app/assets/stylesheets/components/_mission_ai.scss */
.mission-brief .brief-content h1 {
  font-size: 1.25rem;
}

/* line 280, app/assets/stylesheets/components/_mission_ai.scss */
.mission-brief .brief-content h2 {
  font-size: 1.125rem;
}

/* line 284, app/assets/stylesheets/components/_mission_ai.scss */
.mission-brief .brief-content h3, .mission-brief .brief-content h4, .mission-brief .brief-content h5, .mission-brief .brief-content h6 {
  font-size: 1rem;
}

/* line 288, app/assets/stylesheets/components/_mission_ai.scss */
.mission-brief .brief-content p {
  margin-bottom: 1rem;
}

/* line 292, app/assets/stylesheets/components/_mission_ai.scss */
.mission-brief .brief-content ul, .mission-brief .brief-content ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

/* line 296, app/assets/stylesheets/components/_mission_ai.scss */
.mission-brief .brief-content ul li, .mission-brief .brief-content ol li {
  margin-bottom: 0.375rem;
}

/* line 301, app/assets/stylesheets/components/_mission_ai.scss */
.mission-brief .brief-content strong {
  font-weight: 600;
}

/* line 306, app/assets/stylesheets/components/_mission_ai.scss */
.mission-brief .brief-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e1e8f0;
}

/* line 315, app/assets/stylesheets/components/_mission_ai.scss */
.mission-brief .brief-actions .brief-metadata {
  font-size: 0.75rem;
  color: #64748b;
  margin-left: auto;
  margin-top: 0.5rem;
}

/* line 325, app/assets/stylesheets/components/_mission_ai.scss */
.flash {
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  margin: 0.5rem 0;
  font-size: 0.875rem;
}

/* line 331, app/assets/stylesheets/components/_mission_ai.scss */
.flash.flash-success {
  background-color: #dcfce7;
  color: #166534;
  border-left: 3px solid #22c55e;
}

/* line 337, app/assets/stylesheets/components/_mission_ai.scss */
.flash.flash-error {
  background-color: #fee2e2;
  color: #991b1b;
  border-left: 3px solid #ef4444;
}

@media print {
  /* line 346, app/assets/stylesheets/components/_mission_ai.scss */
  body * {
    visibility: hidden;
  }
  /* line 350, app/assets/stylesheets/components/_mission_ai.scss */
  .mission-brief, .mission-brief * {
    visibility: visible;
  }
  /* line 354, app/assets/stylesheets/components/_mission_ai.scss */
  .mission-brief {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1.5rem;
    box-shadow: none;
    border: none;
  }
  /* line 363, app/assets/stylesheets/components/_mission_ai.scss */
  .mission-brief .brief-actions {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/components/_photo_gallery.scss */
.photo-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 12px;
  margin-top: 16px;
}

/* line 7, app/assets/stylesheets/components/_photo_gallery.scss */
.photo-gallery .photo-thumbnail {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 6px;
  background-color: #242424;
  border: 1px solid #3f3f46;
}

/* line 14, app/assets/stylesheets/components/_photo_gallery.scss */
.photo-gallery .photo-thumbnail img.thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* line 20, app/assets/stylesheets/components/_photo_gallery.scss */
.photo-gallery .photo-thumbnail img.thumbnail:hover {
  transform: scale(1.05);
}

/* line 27, app/assets/stylesheets/components/_photo_gallery.scss */
.empty-gallery-message {
  color: #a1a1aa;
  font-style: italic;
  font-size: 14px;
  padding: 16px 0;
}

/* line 1, app/assets/stylesheets/components/_map_controls.scss */
.map-card {
  position: relative;
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/components/_map_controls.scss */
.map-card .map-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

/* line 11, app/assets/stylesheets/components/_map_controls.scss */
.map-card .map-header h4 {
  margin: 0;
}

/* line 16, app/assets/stylesheets/components/_map_controls.scss */
.map-card .map-header .map-style-selector select {
  padding: 0.375rem 0.75rem;
  border-radius: 4px;
  border: 1px solid #444;
  background-color: #222;
  color: white;
  font-size: 0.875rem;
}

/* line 24, app/assets/stylesheets/components/_map_controls.scss */
.map-card .map-header .map-style-selector select:focus {
  outline: none;
  border-color: #555;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.15);
}

/* line 30, app/assets/stylesheets/components/_map_controls.scss */
.map-card .map-header .map-style-selector select option {
  background-color: #222;
  color: white;
}

/* line 38, app/assets/stylesheets/components/_map_controls.scss */
.map-card .map-container {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

/* line 43, app/assets/stylesheets/components/_map_controls.scss */
.map-card .map-container .map-preview {
  width: 100%;
  display: block;
  border-radius: 8px;
}

/* line 49, app/assets/stylesheets/components/_map_controls.scss */
.map-card .map-container .map-controls {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 57, app/assets/stylesheets/components/_map_controls.scss */
.map-card .map-container .map-controls .zoom-controls {
  display: flex;
  align-items: center;
  background: rgba(34, 34, 34, 0.9);
  border-radius: 4px;
  padding: 4px 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

/* line 65, app/assets/stylesheets/components/_map_controls.scss */
.map-card .map-container .map-controls .zoom-controls .zoom-button {
  background: #333;
  color: white;
  border: 1px solid #444;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 78, app/assets/stylesheets/components/_map_controls.scss */
.map-card .map-container .map-controls .zoom-controls .zoom-button:hover {
  background-color: #444;
}

/* line 82, app/assets/stylesheets/components/_map_controls.scss */
.map-card .map-container .map-controls .zoom-controls .zoom-button:active {
  background-color: #555;
}

/* line 86, app/assets/stylesheets/components/_map_controls.scss */
.map-card .map-container .map-controls .zoom-controls .zoom-button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}

/* line 92, app/assets/stylesheets/components/_map_controls.scss */
.map-card .map-container .map-controls .zoom-controls .zoom-level {
  margin: 0 8px;
  font-size: 14px;
  min-width: 36px;
  text-align: center;
  color: white;
}

/* line 4, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-board {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  overflow-x: auto;
  height: calc(100vh - 180px);
  margin: 0 -20px;
  padding: 0 20px 20px;
}

/* line 14, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-board::-webkit-scrollbar {
  height: 8px;
}

/* line 18, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-board::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

/* line 23, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-board::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

/* line 27, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-board::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* line 33, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-column {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  background-color: rgba(30, 30, 30, 0.6);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

/* line 42, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-column.hover {
  border-color: rgba(78, 148, 237, 0.6);
  box-shadow: 0 0 0 1px rgba(78, 148, 237, 0.3);
}

/* line 48, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-column[data-status="planned"] {
  border-top: 3px solid #6c757d;
}

/* line 52, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-column[data-status="accepted"] {
  border-top: 3px solid #007bff;
}

/* line 56, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-column[data-status="started"] {
  border-top: 3px solid #ffc107;
}

/* line 60, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-column[data-status="waiting_for_data"] {
  border-top: 3px solid #17a2b8;
}

/* line 64, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-column[data-status="completed"] {
  border-top: 3px solid #28a745;
}

/* line 68, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-column[data-status="cancelled"] {
  border-top: 3px solid #dc3545;
}

/* line 73, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-column-header {
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 77, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-column-header h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

/* line 85, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-cards {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
  min-height: 200px;
}

/* line 92, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-cards::-webkit-scrollbar {
  width: 6px;
}

/* line 96, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-cards::-webkit-scrollbar-track {
  background: transparent;
}

/* line 100, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-cards::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

/* line 104, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-cards::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* line 110, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-card {
  background-color: rgba(20, 20, 20, 0.9);
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  padding: 12px;
  cursor: grab;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* line 120, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* line 125, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-card:active {
  cursor: grabbing;
}

/* line 129, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-card.dragging {
  cursor: grabbing;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  opacity: 0.8;
  transform: scale(1.02) translateY(-4px);
}

/* line 137, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

/* line 144, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-card-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  word-break: break-word;
  color: rgba(255, 255, 255, 0.9);
}

/* line 152, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-card-id {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
  margin-left: 8px;
}

/* line 159, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-card-body {
  margin-bottom: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 164, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-card-body svg {
  margin-right: 6px;
  vertical-align: -2px;
}

/* line 170, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-card-location,
.kanban-card-campaign,
.kanban-card-pilot,
.kanban-card-date {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}

/* line 178, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-card-location:last-child,
.kanban-card-campaign:last-child,
.kanban-card-pilot:last-child,
.kanban-card-date:last-child {
  margin-bottom: 0;
}

/* line 182, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-card-location svg,
.kanban-card-campaign svg,
.kanban-card-pilot svg,
.kanban-card-date svg {
  margin-right: 6px;
  opacity: 0.7;
}

/* line 188, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-card-footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* line 195, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-card-actions {
  display: flex;
  gap: 8px;
}

/* line 200, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-card-action-link {
  font-size: 11px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.15s ease;
}

/* line 206, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-card-action-link:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* line 212, app/assets/stylesheets/components/_kanban_board.scss */
.kanban-drop-indicator {
  position: absolute;
  height: 2px;
  background-color: #007bff;
  border-radius: 1px;
  z-index: 1000;
  pointer-events: none;
  box-shadow: 0 0 4px rgba(0, 123, 255, 0.5);
}

/* line 1, app/assets/stylesheets/components/_mission_progress.scss */
.mission-progress-table-container {
  width: 100%;
  overflow-x: auto;
  margin-top: 10px;
}

/* line 7, app/assets/stylesheets/components/_mission_progress.scss */
.mission-progress-table {
  width: 100%;
  border-collapse: collapse;
  color: #eee;
}

/* line 12, app/assets/stylesheets/components/_mission_progress.scss */
.mission-progress-table th,
.mission-progress-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 19, app/assets/stylesheets/components/_mission_progress.scss */
.mission-progress-table th {
  background-color: rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 26, app/assets/stylesheets/components/_mission_progress.scss */
.mission-progress-table th.center {
  text-align: center;
}

/* line 31, app/assets/stylesheets/components/_mission_progress.scss */
.mission-progress-table td {
  font-size: 14px;
}

/* line 34, app/assets/stylesheets/components/_mission_progress.scss */
.mission-progress-table td.center {
  text-align: center;
}

/* line 39, app/assets/stylesheets/components/_mission_progress.scss */
.mission-progress-table .pilot-cell {
  width: 25%;
}

/* line 43, app/assets/stylesheets/components/_mission_progress.scss */
.mission-progress-table .photos-cell,
.mission-progress-table .videos-cell {
  width: 10%;
}

/* line 48, app/assets/stylesheets/components/_mission_progress.scss */
.mission-progress-table .completion-cell {
  width: 35%;
}

/* line 52, app/assets/stylesheets/components/_mission_progress.scss */
.mission-progress-table .mission-pilot-progress-container {
  position: relative;
  height: 24px;
  border-radius: 12px;
  overflow: hidden;
}

/* line 59, app/assets/stylesheets/components/_mission_progress.scss */
.mission-progress-table .mission-pilot-progress-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(220, 53, 69, 0.7);
  /* Red for incomplete */
}

/* line 68, app/assets/stylesheets/components/_mission_progress.scss */
.mission-progress-table .mission-pilot-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(40, 167, 69, 0.9);
  /* Green for completed */
  border-radius: 12px 0 0 12px;
  transition: width 0.3s ease;
}

/* line 78, app/assets/stylesheets/components/_mission_progress.scss */
.mission-progress-table .mission-pilot-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  font-weight: 600;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* line 90, app/assets/stylesheets/components/_mission_progress.scss */
.mission-progress-table .activity-cell {
  width: 20%;
  color: rgba(255, 255, 255, 0.7);
}

/* line 95, app/assets/stylesheets/components/_mission_progress.scss */
.mission-progress-table .pilot-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 101, app/assets/stylesheets/components/_mission_progress.scss */
.mission-progress-table .pilot-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

/* line 110, app/assets/stylesheets/components/_mission_progress.scss */
.mission-progress-table .pilot-name {
  font-weight: 500;
}

/* line 114, app/assets/stylesheets/components/_mission_progress.scss */
.mission-progress-table .progress-bar-container {
  height: 18px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 9px;
  position: relative;
  overflow: hidden;
}

/* line 122, app/assets/stylesheets/components/_mission_progress.scss */
.mission-progress-table .progress-bar {
  margin: 0;
  height: 100%;
  background: linear-gradient(90deg, #3498db, #2ecc71);
  border-radius: 9px;
  transition: width 0.3s ease;
}

/* line 130, app/assets/stylesheets/components/_mission_progress.scss */
.mission-progress-table .progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 600;
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-controls {
  margin-bottom: 20px;
  display: flex;
}

/* line 5, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-controls .view-toggle {
  display: flex;
  gap: 8px;
  margin-left: auto;
}

/* line 10, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-controls .view-toggle .view-button {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #2a2a2a;
  color: #d1d1d1;
  border: 1px solid #3f3f46;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 23, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-controls .view-toggle .view-button svg {
  color: #9ca3af;
}

/* line 27, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-controls .view-toggle .view-button:hover {
  background-color: #3a3a3a;
}

/* line 31, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-controls .view-toggle .view-button.active {
  background-color: #4a4a4a;
  border-color: #60a5fa;
  color: #f9fafb;
}

/* line 36, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-controls .view-toggle .view-button.active svg {
  color: #60a5fa;
}

/* line 43, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-controls .artifact-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 48, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-controls .artifact-filters .filter-button {
  background-color: #2a2a2a;
  color: #d1d1d1;
  border: 1px solid #3f3f46;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 58, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-controls .artifact-filters .filter-button:hover {
  background-color: #3a3a3a;
}

/* line 62, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-controls .artifact-filters .filter-button.active {
  background-color: #4a4a4a;
  border-color: #60a5fa;
  color: #f9fafb;
}

/* line 72, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

/* line 78, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-gallery .artifact-item {
  display: flex;
  flex-direction: column;
}

/* line 82, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-gallery .artifact-item.hidden {
  display: none;
}

/* line 86, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-gallery .artifact-item .artifact-thumbnail {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 6px;
  background-color: #242424;
  border: 1px solid #3f3f46;
  position: relative;
}

/* line 94, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-gallery .artifact-item .artifact-thumbnail img.thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* line 100, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-gallery .artifact-item .artifact-thumbnail img.thumbnail:hover {
  transform: scale(1.05);
}

/* line 105, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-gallery .artifact-item .artifact-thumbnail .file-type-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #2d2d2d;
}

/* line 113, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-gallery .artifact-item .artifact-thumbnail .file-type-icon .file-type {
  font-size: 14px;
  font-weight: 600;
  color: #d1d1d1;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #3d3d3d;
}

/* line 124, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-gallery .artifact-item .artifact-info {
  padding: 8px 4px;
  display: flex;
  flex-direction: column;
}

/* line 129, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-gallery .artifact-item .artifact-info .artifact-name {
  font-size: 14px;
  font-weight: 500;
  color: #f3f4f6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 138, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-gallery .artifact-item .artifact-info .artifact-date {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 2px;
}

/* line 148, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container {
  margin-top: 16px;
  overflow-x: auto;
}

/* line 152, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container.hidden {
  display: none;
}

/* line 156, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container .artifact-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

/* line 161, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container .artifact-table th {
  text-align: left;
  padding: 12px 16px;
  background-color: #242424;
  color: #d1d1d1;
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #3f3f46;
  position: sticky;
  top: 0;
  z-index: 1;
}

/* line 173, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container .artifact-table th:first-child {
  border-top-left-radius: 8px;
}

/* line 177, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container .artifact-table th:last-child {
  border-top-right-radius: 8px;
}

/* line 183, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container .artifact-table .category-row .category-header {
  padding: 10px 16px;
  background-color: #323232;
  color: #e5e7eb;
  font-weight: 600;
  font-size: 14px;
}

/* line 191, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container .artifact-table .category-row.hidden {
  display: none;
}

/* line 196, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container .artifact-table .artifact-row {
  border-bottom: 1px solid #2d2d2d;
  transition: background-color 0.15s ease;
}

/* line 200, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container .artifact-table .artifact-row:hover {
  background-color: #2a2a2a;
}

/* line 204, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container .artifact-table .artifact-row.hidden {
  display: none;
}

/* line 208, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container .artifact-table .artifact-row td {
  padding: 10px 16px;
  color: #d1d1d1;
  font-size: 14px;
}

/* line 213, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container .artifact-table .artifact-row td.file-name {
  min-width: 240px;
}

/* line 216, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container .artifact-table .artifact-row td.file-name .file-name-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 221, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container .artifact-table .artifact-row td.file-name .file-name-cell .thumbnail-preview {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

/* line 228, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container .artifact-table .artifact-row td.file-name .file-name-cell .thumbnail-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 235, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container .artifact-table .artifact-row td.file-name .file-name-cell .file-icon {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background-color: #3d3d3d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 245, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container .artifact-table .artifact-row td.file-name .file-name-cell .file-icon span {
  font-size: 10px;
  font-weight: 600;
  color: #e5e7eb;
}

/* line 252, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container .artifact-table .artifact-row td.file-name .file-name-cell span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}

/* line 262, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container .artifact-table .artifact-row .artifact-actions {
  display: flex;
  gap: 8px;
}

/* line 266, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container .artifact-table .artifact-row .artifact-actions .action-button {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: #2d2d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d1d1d1;
  transition: all 0.2s ease;
}

/* line 277, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-table-container .artifact-table .artifact-row .artifact-actions .action-button:hover {
  background-color: #3d3d3d;
  color: #60a5fa;
}

/* line 287, app/assets/stylesheets/components/_artifact_gallery.scss */
.empty-gallery-message {
  color: #a1a1aa;
  font-style: italic;
  font-size: 14px;
  padding: 16px 0;
}

/* line 294, app/assets/stylesheets/components/_artifact_gallery.scss */
.tool-connector-box {
  margin-top: 24px;
  padding: 20px;
  background-color: #242424;
  border-radius: 8px;
  border: 1px solid #3f3f46;
}

/* line 301, app/assets/stylesheets/components/_artifact_gallery.scss */
.tool-connector-box h3 {
  font-size: 16px;
  font-weight: 600;
  color: #f3f4f6;
  margin-bottom: 10px;
}

/* line 308, app/assets/stylesheets/components/_artifact_gallery.scss */
.tool-connector-box p {
  font-size: 14px;
  color: #d1d1d1;
  margin-bottom: 16px;
  line-height: 1.5;
}

/* line 315, app/assets/stylesheets/components/_artifact_gallery.scss */
.tool-connector-box .connector-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #2a2a2a;
  color: #9ca3af;
  border: 1px solid #3f3f46;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  cursor: not-allowed;
  opacity: 0.8;
  transition: all 0.2s ease;
}

/* line 329, app/assets/stylesheets/components/_artifact_gallery.scss */
.tool-connector-box .connector-button .coming-soon-badge {
  font-size: 11px;
  font-weight: 500;
  background-color: #334155;
  color: #94a3b8;
  padding: 3px 6px;
  border-radius: 4px;
  text-transform: uppercase;
}

/* line 341, app/assets/stylesheets/components/_artifact_gallery.scss */
.accepted-filetypes {
  margin-top: 16px;
  padding: 16px;
  background-color: #242424;
  border-radius: 8px;
}

/* line 347, app/assets/stylesheets/components/_artifact_gallery.scss */
.accepted-filetypes p {
  font-size: 14px;
  color: #d1d1d1;
  margin-bottom: 12px;
}

/* line 353, app/assets/stylesheets/components/_artifact_gallery.scss */
.accepted-filetypes .filetype-groups {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 16px;
}

/* line 359, app/assets/stylesheets/components/_artifact_gallery.scss */
.accepted-filetypes .filetype-groups .filetype-group h4 {
  font-size: 14px;
  font-weight: 600;
  color: #f3f4f6;
  margin-bottom: 4px;
}

/* line 366, app/assets/stylesheets/components/_artifact_gallery.scss */
.accepted-filetypes .filetype-groups .filetype-group p {
  font-size: 12px;
  color: #9ca3af;
  margin: 0;
}

/* line 375, app/assets/stylesheets/components/_artifact_gallery.scss */
.artifact-image img {
  width: 100%;
  height: auto;
}

/* line 7, app/assets/stylesheets/components/_resource_files.scss */
.section-content .resource-files .resource-file-item {
  display: flex;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: auto;
  max-width: 380px;
  flex-grow: 1;
}

/* line 19, app/assets/stylesheets/components/_resource_files.scss */
.section-content .resource-files .resource-file-item:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* line 23, app/assets/stylesheets/components/_resource_files.scss */
.section-content .resource-files .resource-file-item:last-child {
  margin-bottom: 0;
}

/* line 27, app/assets/stylesheets/components/_resource_files.scss */
.section-content .resource-files .resource-file-item.missing-file {
  background: rgba(244, 67, 54, 0.1);
  border-color: rgba(244, 67, 54, 0.3);
}

/* line 31, app/assets/stylesheets/components/_resource_files.scss */
.section-content .resource-files .resource-file-item.missing-file .warning-text {
  color: #f44336;
}

/* line 35, app/assets/stylesheets/components/_resource_files.scss */
.section-content .resource-files .resource-file-item.missing-file .warning-icon {
  color: #f44336;
}

/* line 41, app/assets/stylesheets/components/_resource_files.scss */
.section-content .resource-files .resource-file-icon svg {
  width: 24px;
  height: 24px;
  color: rgba(255, 255, 255, 0.6);
}

/* line 46, app/assets/stylesheets/components/_resource_files.scss */
.section-content .resource-files .resource-file-icon svg.image-icon {
  color: #63b3ed;
}

/* line 50, app/assets/stylesheets/components/_resource_files.scss */
.section-content .resource-files .resource-file-icon svg.pdf-icon {
  color: #fc8181;
}

/* line 54, app/assets/stylesheets/components/_resource_files.scss */
.section-content .resource-files .resource-file-icon svg.map-icon {
  color: #68d391;
}

/* line 59, app/assets/stylesheets/components/_resource_files.scss */
.section-content .resource-files .file-type-label {
  font-size: 0.7rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  padding: 0.15rem 0.4rem;
  font-weight: 500;
}

/* line 68, app/assets/stylesheets/components/_resource_files.scss */
.section-content .resource-files .tag {
  font-size: 0.7rem;
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
  background-color: rgba(66, 153, 225, 0.2);
  color: #63b3ed;
}

/* line 76, app/assets/stylesheets/components/_resource_files.scss */
.section-content .resource-files .mission-area-info {
  margin-top: 0.5rem;
  padding: 0.5rem;
  background: rgba(66, 153, 225, 0.1);
  border-radius: 4px;
  border-left: 3px solid #4299e1;
  font-size: 0.875rem;
  color: #63b3ed;
}

/* line 87, app/assets/stylesheets/components/_resource_files.scss */
.no-resources {
  padding: 2rem;
  text-align: center;
  background: #141416;
  border-radius: 0.375rem;
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
  border: 1px dashed rgba(255, 255, 255, 0.2);
}

/* line 98, app/assets/stylesheets/components/_resource_files.scss */
.resources-section {
  margin-bottom: 3rem;
}

/* line 102, app/assets/stylesheets/components/_resource_files.scss */
.resource-files-container {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 1.5rem;
  background-color: rgba(40, 40, 40, 0.5);
  margin-top: 1.5rem;
}

/* line 110, app/assets/stylesheets/components/_resource_files.scss */
.resource-files-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

/* line 116, app/assets/stylesheets/components/_resource_files.scss */
.resource-files-header h3 {
  margin: 0;
  color: #fff;
}

/* line 122, app/assets/stylesheets/components/_resource_files.scss */
.resource-form-container {
  background: rgba(60, 60, 60, 0.6);
  border-radius: 6px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 129, app/assets/stylesheets/components/_resource_files.scss */
.form-row {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 136, app/assets/stylesheets/components/_resource_files.scss */
.resource-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* line 141, app/assets/stylesheets/components/_resource_files.scss */
.resource-form .form-group label {
  margin-bottom: 0.5rem;
  color: #fff;
  font-weight: 500;
}

/* line 148, app/assets/stylesheets/components/_resource_files.scss */
.resource-form .form-control {
  padding: 0.75rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(40, 40, 40, 0.8);
  color: #fff;
  font-size: 1rem;
}

/* line 158, app/assets/stylesheets/components/_resource_files.scss */
.tag-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* line 164, app/assets/stylesheets/components/_resource_files.scss */
.tag-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 170, app/assets/stylesheets/components/_resource_files.scss */
.hidden {
  display: none !important;
}

/* line 174, app/assets/stylesheets/components/_resource_files.scss */
.dropzone {
  border: 2px dashed rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  padding: 2rem;
  text-align: center;
  transition: all 0.2s;
}

/* line 181, app/assets/stylesheets/components/_resource_files.scss */
.dropzone:hover {
  border-color: rgba(33, 150, 243, 0.6);
  background: rgba(33, 150, 243, 0.1);
}

/* line 186, app/assets/stylesheets/components/_resource_files.scss */
.dropzone .dz-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  color: #fff;
}

/* line 194, app/assets/stylesheets/components/_resource_files.scss */
.dropzone .fa-cloud-upload-alt {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.6);
}

/* line 200, app/assets/stylesheets/components/_resource_files.scss */
.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

/* line 206, app/assets/stylesheets/components/_resource_files.scss */
.resource-files-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 212, app/assets/stylesheets/components/_resource_files.scss */
.empty-state {
  text-align: center;
  padding: 3rem 0;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

/* line 221, app/assets/stylesheets/components/_resource_files.scss */
.empty-state i {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.4);
}

/* line 226, app/assets/stylesheets/components/_resource_files.scss */
.empty-state p {
  margin: 0;
}

/* line 232, app/assets/stylesheets/components/_resource_files.scss */
.text-note-container textarea {
  width: 100%;
  min-height: 120px;
  padding: 0.75rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(40, 40, 40, 0.8);
  color: #fff;
  font-size: 1rem;
  resize: vertical;
}

/* line 2, app/assets/stylesheets/components/_mission_lock.scss */
.mission-limited-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* line 9, app/assets/stylesheets/components/_mission_lock.scss */
.mission-lock-icon {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.85rem;
}

/* line 15, app/assets/stylesheets/components/_mission_lock.scss */
.mission-requirement-tooltip {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background-color: #1c1c1c;
  border: 1px solid #3a3a3a;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  z-index: 100;
  width: 300px;
  opacity: 0;
  transform: translateY(-5px);
  animation: tooltipFadeIn 0.2s ease forwards;
}

/* line 29, app/assets/stylesheets/components/_mission_lock.scss */
.mission-requirement-tooltip::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 20px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #3a3a3a;
}

/* line 39, app/assets/stylesheets/components/_mission_lock.scss */
.mission-requirement-tooltip .tooltip-content {
  padding: 1rem;
}

/* line 42, app/assets/stylesheets/components/_mission_lock.scss */
.mission-requirement-tooltip .tooltip-content h4 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: #ff9900;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

/* line 51, app/assets/stylesheets/components/_mission_lock.scss */
.mission-requirement-tooltip .tooltip-content h4::before {
  content: "🔒";
  margin-right: 0.5rem;
}

/* line 57, app/assets/stylesheets/components/_mission_lock.scss */
.mission-requirement-tooltip .tooltip-content p {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

/* line 62, app/assets/stylesheets/components/_mission_lock.scss */
.mission-requirement-tooltip .tooltip-content p strong {
  color: #fff;
}

/* line 67, app/assets/stylesheets/components/_mission_lock.scss */
.mission-requirement-tooltip .tooltip-content .tooltip-help {
  margin-top: 0.75rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
}

/* line 75, app/assets/stylesheets/components/_mission_lock.scss */
.tooltip-visible {
  animation: tooltipFadeIn 0.2s ease forwards;
}

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

/* line 90, app/assets/stylesheets/components/_mission_lock.scss */
.progress-bar {
  height: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
  margin: 0.75rem 0;
}

/* line 97, app/assets/stylesheets/components/_mission_lock.scss */
.progress-bar .progress {
  height: 100%;
  background: linear-gradient(90deg, #34d399 0%, #4287f5 100%);
  border-radius: 4px;
  transition: width 0.3s ease;
}

/* line 15, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-detail-modal .modal-thumbnail {
  background-color: #f6f8fa;
  border-radius: 4px;
  display: flex;
  flex: 0 0 350px;
  height: 350px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* line 25, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-detail-modal .modal-thumbnail img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  /* line 15, app/assets/stylesheets/components/_artifact_modal.scss */
  .artifact-detail-modal .modal-thumbnail {
    flex: 0 0 250px;
    height: 250px;
  }
}

/* line 37, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-detail-modal .modal-file-icon {
  background-color: #f6f8fa;
  border-radius: 4px;
  color: #586069;
  display: flex;
  flex: 0 0 350px;
  font-size: 28px;
  font-weight: 600;
  height: 350px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 768px) {
  /* line 37, app/assets/stylesheets/components/_artifact_modal.scss */
  .artifact-detail-modal .modal-file-icon {
    flex: 0 0 250px;
    height: 250px;
  }
}

/* line 56, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-detail-modal .artifact-info {
  flex: 1;
  min-width: 0;
}

/* line 60, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-detail-modal .artifact-info h3 {
  color: #24292e;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 73, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-detail-modal .artifact-metadata .metadata-row {
  display: flex;
  margin-bottom: 12px;
}

/* line 77, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-detail-modal .artifact-metadata .metadata-row .label {
  color: #586069;
  flex: 0 0 100px;
  font-size: 14px;
  font-weight: 500;
}

/* line 84, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-detail-modal .artifact-metadata .metadata-row .value {
  color: #24292e;
  flex: 1;
  font-size: 14px;
}

/* line 92, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-detail-modal .modal-footer {
  border-top: 1px solid #e1e4e8;
  padding: 16px 20px;
}

/* line 97, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-detail-modal .artifact-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

/* line 102, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-detail-modal .artifact-actions .action-button {
  align-items: center;
  background-color: #f6f8fa;
  border: 1px solid #e1e4e8;
  border-radius: 6px;
  color: #24292e;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 6px;
  padding: 6px 12px;
  transition: all 0.2s ease;
}

/* line 116, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-detail-modal .artifact-actions .action-button:hover {
  background-color: #f0f3f6;
  border-color: #d1d5da;
}

/* line 121, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-detail-modal .artifact-actions .action-button.primary {
  background-color: #2ea44f;
  border-color: #2ea44f;
  color: #fff;
}

/* line 126, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-detail-modal .artifact-actions .action-button.primary:hover {
  background-color: #2c974b;
  border-color: #2c974b;
}

/* line 136, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-metadata-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

/* line 141, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-metadata-table tr {
  border-bottom: 1px solid #e1e4e8;
}

/* line 145, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-metadata-table tr:last-child {
  border-bottom: none;
}

/* line 149, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-metadata-table th, .artifact-metadata-table td {
  padding: 0.75rem 0.5rem;
  text-align: left;
  vertical-align: top;
}

/* line 155, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-metadata-table th {
  color: #586069;
  font-weight: 500;
  width: 140px;
}

/* line 161, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-metadata-table td {
  color: #24292e;
}

/* line 167, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-item,
.artifact-row {
  cursor: pointer;
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 172, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-item:hover,
.artifact-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* line 180, app/assets/stylesheets/components/_artifact_modal.scss */
.artifact-row:hover {
  transform: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.03);
}

/* line 1, app/assets/stylesheets/components/_persistent_uploader.scss */
.persistent-artifact-uploader {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 11, app/assets/stylesheets/components/_persistent_uploader.scss */
.persistent-artifact-uploader .hidden-form {
  display: none;
}

/* line 4, app/assets/stylesheets/components/_admin_fields.scss */
.account-display {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* line 9, app/assets/stylesheets/components/_admin_fields.scss */
.account-display .account-name {
  font-weight: 600;
  font-size: 1rem;
  color: #333;
}

/* line 15, app/assets/stylesheets/components/_admin_fields.scss */
.account-display .account-clients {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* line 20, app/assets/stylesheets/components/_admin_fields.scss */
.account-display .account-clients .account-client-item {
  font-size: 0.85rem;
  color: #555;
  display: flex;
  align-items: center;
}

/* line 26, app/assets/stylesheets/components/_admin_fields.scss */
.account-display .account-clients .account-client-item:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #3498db;
  border-radius: 50%;
  margin-right: 6px;
}

/* line 37, app/assets/stylesheets/components/_admin_fields.scss */
.account-display .account-clients .account-client-more {
  font-size: 0.8rem;
  color: #777;
  font-style: italic;
  margin-top: 0.25rem;
  padding-left: 12px;
}

/* line 48, app/assets/stylesheets/components/_admin_fields.scss */
select.select {
  appearance: auto;
  max-width: 100%;
  width: 100%;
}

/* line 53, app/assets/stylesheets/components/_admin_fields.scss */
select.select option {
  padding: 0.5rem;
}

/* line 1, app/assets/stylesheets/components/_weather_display.scss */
.weather-info {
  display: flex;
  flex-direction: column;
  background-color: #2a2a2a;
  border-radius: 8px;
  padding: 12px 20px;
  margin-top: 0.5em;
  min-height: 120px;
}

@media (min-width: 576px) {
  /* line 1, app/assets/stylesheets/components/_weather_display.scss */
  .weather-info {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
  }
}

/* line 17, app/assets/stylesheets/components/_weather_display.scss */
.weather-info .weather-main {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  /* line 17, app/assets/stylesheets/components/_weather_display.scss */
  .weather-info .weather-main {
    margin-bottom: 0;
    margin-right: 16px;
  }
}

/* line 27, app/assets/stylesheets/components/_weather_display.scss */
.weather-info .weather-main .weather-icon {
  width: 48px;
  height: 48px;
  margin-right: 12px;
}

/* line 33, app/assets/stylesheets/components/_weather_display.scss */
.weather-info .weather-main .weather-temp {
  font-size: 24px;
  font-weight: 600;
  color: #e5e7eb;
}

/* line 40, app/assets/stylesheets/components/_weather_display.scss */
.weather-info .weather-details {
  flex: 1;
}

/* line 43, app/assets/stylesheets/components/_weather_display.scss */
.weather-info .weather-details .weather-condition {
  font-weight: 500;
  font-size: 16px;
  color: #e5e7eb;
  margin-bottom: 6px;
}

/* line 50, app/assets/stylesheets/components/_weather_display.scss */
.weather-info .weather-details .weather-wind,
.weather-info .weather-details .weather-clouds {
  font-size: 14px;
  color: #9ca3af;
  margin-bottom: 4px;
}

/* line 59, app/assets/stylesheets/components/_weather_display.scss */
.wind-direction-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  padding-left: 15px;
}

@media (max-width: 575px) {
  /* line 59, app/assets/stylesheets/components/_weather_display.scss */
  .wind-direction-indicator {
    margin-top: 12px;
    align-self: flex-end;
  }
}

/* line 71, app/assets/stylesheets/components/_weather_display.scss */
.wind-direction-indicator svg {
  width: 50px;
  height: 50px;
}

/* line 75, app/assets/stylesheets/components/_weather_display.scss */
.wind-direction-indicator svg circle {
  fill: rgba(255, 255, 255, 0.1);
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 1;
}

/* line 81, app/assets/stylesheets/components/_weather_display.scss */
.wind-direction-indicator svg path {
  fill: white;
  transition: transform 0.3s ease;
}

/* line 87, app/assets/stylesheets/components/_weather_display.scss */
.wind-direction-indicator .wind-speed-text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4px;
  text-align: center;
}

/* line 96, app/assets/stylesheets/components/_weather_display.scss */
.weather-alerts-box {
  display: flex;
  flex-direction: column;
  background-color: #2a2a2a;
  border-radius: 8px;
  padding: 12px 20px;
  min-height: 120px;
  height: 100%;
  width: 100%;
}

/* line 107, app/assets/stylesheets/components/_weather_display.scss */
.weather-alerts-box .alerts-list .alert-item {
  margin-bottom: 8px;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
}

/* line 113, app/assets/stylesheets/components/_weather_display.scss */
.weather-alerts-box .alerts-list .alert-item:last-child {
  margin-bottom: 0;
}

/* line 117, app/assets/stylesheets/components/_weather_display.scss */
.weather-alerts-box .alerts-list .alert-item.severity-high {
  background-color: rgba(239, 68, 68, 0.2);
  border-left: 3px solid #ef4444;
}

/* line 122, app/assets/stylesheets/components/_weather_display.scss */
.weather-alerts-box .alerts-list .alert-item.severity-medium {
  background-color: rgba(245, 158, 11, 0.2);
  border-left: 3px solid #f59e0b;
}

/* line 127, app/assets/stylesheets/components/_weather_display.scss */
.weather-alerts-box .alerts-list .alert-item.severity-low {
  background-color: rgba(59, 130, 246, 0.2);
  border-left: 3px solid #3b82f6;
}

/* line 134, app/assets/stylesheets/components/_weather_display.scss */
.weather-alerts-box .no-alerts {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 96px;
  /* Accounting for padding */
  text-align: center;
}

/* line 142, app/assets/stylesheets/components/_weather_display.scss */
.weather-alerts-box .no-alerts p {
  color: #9ca3af;
  font-size: 14px;
  margin: 0;
}

/* line 150, app/assets/stylesheets/components/_weather_display.scss */
.weather-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 14px;
  color: #9ca3af;
  background-color: #2a2a2a;
  border-radius: 8px;
}

/* line 160, app/assets/stylesheets/components/_weather_display.scss */
.weather-loading .loading-text {
  margin-left: 8px;
}

/* line 165, app/assets/stylesheets/components/_weather_display.scss */
.weather-error {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background-color: #2a2a2a;
  border-radius: 8px;
  padding: 12px;
}

/* line 174, app/assets/stylesheets/components/_weather_display.scss */
.weather-error span {
  font-size: 14px;
  color: #9ca3af;
}

/* line 3, app/assets/stylesheets/components/_admin_dropdown.scss */
.admin-tag-container {
  position: relative;
  cursor: pointer;
  margin-right: 15px;
}

/* line 9, app/assets/stylesheets/components/_admin_dropdown.scss */
.admin-logo-tag {
  background-color: #222;
  color: #fff;
  padding: 4px 8px;
  border-radius: 0.2em;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: border-color 0.2s, background-color 0.2s;
  border: 2px solid #444;
  text-decoration: none;
  cursor: pointer;
}

/* line 24, app/assets/stylesheets/components/_admin_dropdown.scss */
.admin-logo-tag.available {
  border-color: #00c853;
}

/* line 28, app/assets/stylesheets/components/_admin_dropdown.scss */
.admin-logo-tag.inactive {
  border-color: #666;
}

/* line 32, app/assets/stylesheets/components/_admin_dropdown.scss */
.admin-logo-tag:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

/* line 39, app/assets/stylesheets/components/_admin_dropdown.scss */
.green-indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00c853;
  margin-left: 6px;
}

/* line 48, app/assets/stylesheets/components/_admin_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #222;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  min-width: 200px;
  z-index: 1000;
  /* Increased z-index to ensure visibility */
  margin-top: 5px;
  border: 1px solid #333;
  pointer-events: auto;
  /* Ensure the menu receives mouse events */
}

/* line 61, app/assets/stylesheets/components/_admin_dropdown.scss */
.dropdown-menu.hidden {
  display: none;
}

/* line 66, app/assets/stylesheets/components/_admin_dropdown.scss */
.checkbox-list {
  padding: 10px;
}

/* line 70, app/assets/stylesheets/components/_admin_dropdown.scss */
.checkbox-item {
  padding: 8px 10px;
  transition: background-color 0.2s;
}

/* line 74, app/assets/stylesheets/components/_admin_dropdown.scss */
.checkbox-item:hover {
  background-color: #333;
}

/* line 78, app/assets/stylesheets/components/_admin_dropdown.scss */
.checkbox-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #f0f0f0;
}

/* line 86, app/assets/stylesheets/components/_admin_dropdown.scss */
.checkbox-item label input[type="checkbox"] {
  margin: 0;
  accent-color: #00c853;
}

/* line 94, app/assets/stylesheets/components/_admin_dropdown.scss */
.dropdown-menu .checkbox-item {
  margin: 0;
}

/* line 100, app/assets/stylesheets/components/_admin_dropdown.scss */
.admin-actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

/* line 106, app/assets/stylesheets/components/_admin_dropdown.scss */
.admin-signout-link {
  background-color: #f5f5f5;
  color: #333;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.2s;
}

/* line 115, app/assets/stylesheets/components/_admin_dropdown.scss */
.admin-signout-link:hover {
  background-color: #e0e0e0;
  text-decoration: none;
}

/* line 2, app/assets/stylesheets/components/_call_groups_info.scss */
.call-groups-table {
  margin-bottom: 2rem;
}

/* line 5, app/assets/stylesheets/components/_call_groups_info.scss */
.call-groups-table .text-warning {
  color: #e9af2b;
  font-weight: 500;
}

/* line 10, app/assets/stylesheets/components/_call_groups_info.scss */
.call-groups-table .user-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 15, app/assets/stylesheets/components/_call_groups_info.scss */
.call-groups-table .user-list li {
  margin-bottom: 0.5rem;
}

/* line 18, app/assets/stylesheets/components/_call_groups_info.scss */
.call-groups-table .user-list li:last-child {
  margin-bottom: 0;
}

/* line 22, app/assets/stylesheets/components/_call_groups_info.scss */
.call-groups-table .user-list li a {
  color: #333;
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/components/_call_groups_info.scss */
.call-groups-table .user-list li a:hover {
  text-decoration: underline;
}

/* line 34, app/assets/stylesheets/components/_call_groups_info.scss */
.alert-warning {
  background-color: rgba(233, 175, 43, 0.15);
  border-left: 4px solid #e9af2b;
  color: #875a00;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 4px;
}

/* line 42, app/assets/stylesheets/components/_call_groups_info.scss */
.alert-warning strong {
  font-weight: 600;
}

/* line 47, app/assets/stylesheets/components/_call_groups_info.scss */
.text-center {
  text-align: center;
}

/* line 51, app/assets/stylesheets/components/_call_groups_info.scss */
.mt-4 {
  margin-top: 2rem;
}

/* line 3, app/assets/stylesheets/components/_weather_analysis.scss */
.table-row-tag {
  font-size: 0.7rem;
  padding: 2px 6px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: -2px;
}

/* line 15, app/assets/stylesheets/components/_weather_analysis.scss */
.table-row-tag-good {
  background-color: rgba(46, 204, 113, 0.2);
  color: rgba(46, 204, 113, 0.9);
  border: 1px solid rgba(46, 204, 113, 0.3);
}

/* line 22, app/assets/stylesheets/components/_weather_analysis.scss */
.score-90-plus {
  color: #2ecc71;
  text-align: right;
}

/* line 27, app/assets/stylesheets/components/_weather_analysis.scss */
.score-80-89 {
  color: rgba(46, 204, 113, 0.8);
  text-align: right;
}

/* line 32, app/assets/stylesheets/components/_weather_analysis.scss */
.score-70-79 {
  color: rgba(46, 204, 113, 0.6);
  text-align: right;
}

/* line 37, app/assets/stylesheets/components/_weather_analysis.scss */
.score-60-69 {
  color: rgba(255, 188, 0, 0.8);
  text-align: right;
}

/* line 42, app/assets/stylesheets/components/_weather_analysis.scss */
.score-below-60 {
  color: rgba(231, 76, 60, 0.7);
  text-align: right;
}

/* line 48, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 55, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .visualization-chart-container {
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
}

/* line 62, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .weather-controls-results-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

/* line 69, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .weather-controls-results-container .parameter-controls-column {
  display: none;
  width: 100%;
  margin-bottom: 1.5rem;
  background-color: rgba(20, 20, 20, 0.3);
  border-radius: 8px;
  padding: 1.5rem;
}

/* line 77, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .weather-controls-results-container .parameter-controls-column h5 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

/* line 85, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .weather-controls-results-container .parameter-controls-column .parameter-controls {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 92, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .weather-controls-results-container .parameter-controls-column .form-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}

/* line 99, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .weather-controls-results-container .parameter-controls-column .form-group label {
  width: 180px;
  margin-right: 1rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 0.9rem;
}

/* line 108, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .weather-controls-results-container .parameter-controls-column .form-group .form-control,
.weather-analysis-container .weather-controls-results-container .parameter-controls-column .form-group .custom-range,
.weather-analysis-container .weather-controls-results-container .parameter-controls-column .form-group .form-select,
.weather-analysis-container .weather-controls-results-container .parameter-controls-column .form-group .slider-container {
  flex: 1;
  min-width: 200px;
}

/* line 116, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .weather-controls-results-container .parameter-controls-column .form-group .slider-container {
  padding: 0.25rem 0;
}

/* line 120, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .weather-controls-results-container .parameter-controls-column .form-group.checkbox-group {
  margin-left: 180px;
}

/* line 123, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .weather-controls-results-container .parameter-controls-column .form-group.checkbox-group label {
  width: auto;
  margin-left: 0.5rem;
}

/* line 129, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .weather-controls-results-container .parameter-controls-column .form-group.button-group {
  margin-top: 1rem;
  margin-left: 180px;
}

/* line 133, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .weather-controls-results-container .parameter-controls-column .form-group.button-group .button-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

/* line 139, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .weather-controls-results-container .parameter-controls-column .form-group.button-group .btn {
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

/* line 147, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .weather-controls-results-container .parameter-controls-column .form-group.button-group .btn.primary {
  background-color: #4a90e2;
  color: white;
}

/* line 151, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .weather-controls-results-container .parameter-controls-column .form-group.button-group .btn.primary:hover {
  background-color: #3a80d2;
}

/* line 161, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .weather-controls-results-container .results-column h5 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

/* line 169, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .weather-controls-results-container .results-column .optimal-windows-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 175, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .weather-controls-results-container .results-column .optimal-windows-container .window-item {
  padding: 12px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  border-left: 4px solid #3498db;
}

/* line 181, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .weather-controls-results-container .results-column .optimal-windows-container .window-item .window-title {
  font-weight: 600;
  font-size: 1rem;
  color: #2c3e50;
  margin-bottom: 5px;
}

/* line 188, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .weather-controls-results-container .results-column .optimal-windows-container .window-item .window-time {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 5px;
}

/* line 194, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .weather-controls-results-container .results-column .optimal-windows-container .window-item .window-score {
  font-weight: 500;
  font-size: 0.9rem;
  color: #3498db;
}

/* line 204, app/assets/stylesheets/components/_weather_analysis.scss */
.weather-analysis-container .no-windows-message {
  padding: 15px;
  text-align: center;
  color: #7f8c8d;
  font-style: italic;
}

/* line 213, app/assets/stylesheets/components/_weather_analysis.scss */
.form-group-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  /* line 213, app/assets/stylesheets/components/_weather_analysis.scss */
  .form-group-row {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* line 224, app/assets/stylesheets/components/_weather_analysis.scss */
.form-group-row .form-group {
  flex: 1;
  min-width: 200px;
}

/* line 228, app/assets/stylesheets/components/_weather_analysis.scss */
.form-group-row .form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #333;
}

/* line 235, app/assets/stylesheets/components/_weather_analysis.scss */
.form-group-row .form-group input {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 241, app/assets/stylesheets/components/_weather_analysis.scss */
.form-group-row .form-group input:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}

/* line 248, app/assets/stylesheets/components/_weather_analysis.scss */
.form-group-row .form-group .help-text {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.85rem;
  color: #666;
}

/* line 258, app/assets/stylesheets/components/_weather_analysis.scss */
.button-row {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
}

/* line 263, app/assets/stylesheets/components/_weather_analysis.scss */
.button-row .button.primary, .button-row .primary.button-back, .button-row .primary.button-reset {
  padding: 0.6rem 1.2rem;
  background-color: #3498db;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.2s;
}

/* line 273, app/assets/stylesheets/components/_weather_analysis.scss */
.button-row .button.primary:hover, .button-row .primary.button-back:hover, .button-row .primary.button-reset:hover {
  background-color: #2980b9;
}

/* line 280, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart-container {
  position: relative;
  width: 100%;
  height: 280px;
}

/* line 285, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart-container .loading-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}

/* line 301, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart-container .loading-indicator.active {
  opacity: 1;
  pointer-events: all;
}

/* line 306, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart-container .loading-indicator .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(88, 166, 255, 0.2);
  border-radius: 50%;
  border-top-color: #58a6ff;
  animation: spin 1s cubic-bezier(0.6, 0.1, 0.4, 0.9) infinite;
  margin-bottom: 1rem;
  box-shadow: 0 0 15px rgba(88, 166, 255, 0.3);
}

/* line 317, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart-container .loading-indicator span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 327, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart {
  width: 100%;
}

/* line 348, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart .x-axis path,
.visualization-chart .x-axis line,
.visualization-chart .y-axis path,
.visualization-chart .y-axis line {
  stroke: rgba(255, 255, 255, 0.2);
}

/* line 353, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart .x-axis text,
.visualization-chart .y-axis text {
  fill: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 500;
}

/* line 360, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart .domain {
  stroke: rgba(255, 255, 255, 0.15);
}

/* line 364, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart .tick line {
  stroke: rgba(255, 255, 255, 0.1);
}

/* line 368, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart .grid line {
  stroke: rgba(255, 255, 255, 0.07);
  stroke-dasharray: 2, 2;
}

/* line 373, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart .day-divider {
  stroke: rgba(255, 255, 255, 0.3);
  stroke-dasharray: 4, 4;
}

/* line 378, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart .day-label {
  fill: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  font-weight: 600;
}

/* line 384, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart .score-line {
  stroke: #ff9940;
  stroke-linecap: round;
  filter: drop-shadow(0 0 3px rgba(255, 153, 64, 0.3));
}

/* line 390, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart .temp-line {
  stroke: #ff7b72;
  stroke-linecap: round;
}

/* line 395, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart .wind-line {
  stroke: #58a6ff;
  stroke-linecap: round;
}

/* line 400, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart .night-shade {
  fill: rgba(0, 0, 0, 0.4);
}

/* line 404, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart .optimal-window-highlight {
  stroke: #58a6ff;
  fill: url(#hatch-pattern);
  fill-opacity: 0.2;
  filter: drop-shadow(0 0 2px rgba(88, 166, 255, 0.3));
}

/* line 412, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart .legend text {
  fill: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  font-weight: 500;
}

/* line 417, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart .legend rect,
.visualization-chart .legend line {
  stroke-width: 1.5px;
}

/* line 423, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart .legend .legend-item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}

/* line 430, app/assets/stylesheets/components/_weather_analysis.scss */
.visualization-chart .legend .legend-title {
  fill: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 600;
  text-anchor: middle;
}

/* line 440, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container {
  max-height: 550px;
  overflow-y: auto;
  padding-right: 10px;
}

/* line 446, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table {
  width: 100%;
  background-color: #141414;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1rem;
}

/* line 453, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table {
  width: 100%;
  border-collapse: collapse;
}

/* line 457, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table thead {
  background-color: #1a1a1a;
}

/* line 460, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table thead th {
  padding: 12px 15px;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #333;
}

/* line 467, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table thead th:first-child {
  text-align: left;
  width: 40%;
}

/* line 472, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table thead th:not(:first-child) {
  text-align: right;
  width: 15%;
}

/* line 478, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table thead .table-row-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 8px;
  text-transform: uppercase;
}

/* line 487, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table thead .table-row-tag.table-row-tag-good {
  background-color: rgba(46, 204, 113, 0.2);
  color: rgba(46, 204, 113, 0.9);
  border: 1px solid rgba(46, 204, 113, 0.3);
}

/* line 497, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table thead th.sortable {
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  /* Create space for the icon */
}

/* line 502, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table thead th.sortable:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 506, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table thead th.sortable:before {
  content: "⇕";
  font-size: 0.8em;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  /* Hidden by default */
}

/* line 516, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table thead th.sortable:hover:before {
  opacity: 0.5;
  /* Only show on hover if not sorted */
}

/* line 520, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table thead th.sortable.sort-asc:before {
  content: "↑";
  opacity: 1;
}

/* line 525, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table thead th.sortable.sort-desc:before {
  content: "↓";
  opacity: 1;
}

/* line 534, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table tbody tr.window-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-left: 2px solid transparent;
  /* Transparent border by default */
  transition: background-color 0.2s ease, border-left-color 0.2s ease;
  cursor: pointer;
}

/* line 540, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table tbody tr.window-row:hover {
  background-color: rgba(88, 166, 255, 0.1);
}

/* line 544, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table tbody tr.window-row.selected, .optimal-windows-container .optimal-windows-table table tbody tr.window-row.highlighted {
  background-color: rgba(46, 204, 113, 0.15);
  border-left: 2px solid rgba(46, 204, 113, 0.7);
}

/* line 550, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table tbody tr.window-row.top-choice {
  background-color: rgba(46, 204, 113, 0.05);
}

/* line 553, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table tbody tr.window-row.top-choice:hover {
  background-color: rgba(46, 204, 113, 0.1);
}

/* line 558, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table tbody tr.window-row td {
  padding: 12px 15px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}

/* line 563, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table tbody tr.window-row td.rank-cell {
  text-align: center;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}

/* line 569, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table tbody tr.window-row td.time-cell {
  font-weight: 500;
}

/* line 573, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table tbody tr.window-row td.score-cell {
  text-align: right;
  font-weight: 600;
  color: #ff9940;
}

/* line 579, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table tbody tr.window-row td.solar-cell, .optimal-windows-container .optimal-windows-table table tbody tr.window-row td.cloud-cell, .optimal-windows-container .optimal-windows-table table tbody tr.window-row td.wind-cell, .optimal-windows-container .optimal-windows-table table tbody tr.window-row td.temp-cell {
  text-align: right;
  font-family: monospace;
  color: rgba(255, 255, 255, 0.85);
}

/* line 588, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table tbody tr.window-row td .score-bar {
  position: relative;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

/* line 596, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table tbody tr.window-row td .score-bar .score-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(135deg, #3498db, #2ecc71);
  border-radius: 10px;
}

/* line 605, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .optimal-windows-table table tbody tr.window-row td .score-bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 626, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-container .window-highlight {
  pointer-events: none;
}

/* line 631, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 636, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-list .optimal-window {
  background-color: #141414;
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid #333;
  color: rgba(255, 255, 255, 0.85);
  transition: all 0.2s ease;
}

/* line 644, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-list .optimal-window:hover {
  border-color: #58a6ff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

/* line 650, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-list .optimal-window .window-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.7rem;
}

/* line 656, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-list .optimal-window .window-header .window-rank {
  font-size: 1.2rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

/* line 663, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-list .optimal-window .window-header .window-score {
  background: linear-gradient(135deg, #ff9940, #ff7b72);
  color: white;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  box-shadow: 0 2px 5px rgba(255, 123, 114, 0.3);
}

/* line 672, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-list .optimal-window .window-header .window-score .score-label {
  margin-right: 0.3rem;
}

/* line 678, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-list .optimal-window .window-times {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #333;
}

/* line 686, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-list .optimal-window .window-times .time-range {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
}

/* line 690, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-list .optimal-window .window-times .time-range .range-separator {
  margin: 0 0.4rem;
  color: rgba(255, 255, 255, 0.5);
}

/* line 696, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-list .optimal-window .window-times .duration {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(88, 166, 255, 0.15);
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
}

/* line 703, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-list .optimal-window .window-times .duration .duration-label {
  margin-right: 0.3rem;
}

/* line 709, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-list .optimal-window .window-metrics {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

/* line 714, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-list .optimal-window .window-metrics .metric {
  display: flex;
  align-items: center;
}

/* line 718, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-list .optimal-window .window-metrics .metric .metric-icon {
  width: 24px;
  height: 24px;
  margin-right: 0.7rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 726, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-list .optimal-window .window-metrics .metric .metric-icon.solar-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f39c12'%3E%3Cpath d='M12 7a5 5 0 100 10 5 5 0 000-10zM12 5V2M12 22v-3M5.64 7.05L3.5 4.91M20.5 19.09l-2.14-2.14M3.5 19.09l2.14-2.14M20.5 4.91l-2.14 2.14M2 12h3M19 12h3'/%3E%3C/svg%3E");
}

/* line 730, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-list .optimal-window .window-metrics .metric .metric-icon.cloud-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2395a5a6'%3E%3Cpath d='M6.5 20a5.5 5.5 0 01-5.5-5.5c0-2.63 1.85-4.82 4.35-5.35.76-2.92 3.4-5.15 6.65-5.15 3.12 0 5.79 2.1 6.6 4.94A5 5 0 0117.5 20h-11z'/%3E%3C/svg%3E");
}

/* line 734, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-list .optimal-window .window-metrics .metric .metric-icon.wind-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233498db'%3E%3Cpath d='M5 8h7a4 4 0 104-4M3 12h9a4 4 0 010 8M5 16h7a4 4 0 104 4'/%3E%3C/svg%3E");
}

/* line 739, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-list .optimal-window .window-metrics .metric .metric-details {
  flex: 1;
}

/* line 742, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-list .optimal-window .window-metrics .metric .metric-details .metric-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  margin-right: 0.4rem;
}

/* line 749, app/assets/stylesheets/components/_weather_analysis.scss */
.optimal-windows-list .optimal-window .window-metrics .metric .metric-details .metric-value {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

/* line 760, app/assets/stylesheets/components/_weather_analysis.scss */
.no-windows-message {
  text-align: center;
  padding: 2rem 1rem;
  color: #7f8c8d;
}

/* line 765, app/assets/stylesheets/components/_weather_analysis.scss */
.no-windows-message p {
  font-size: 0.95rem;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 781, app/assets/stylesheets/components/_weather_analysis.scss */
.alert {
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}

/* line 786, app/assets/stylesheets/components/_weather_analysis.scss */
.alert.alert-error {
  background-color: rgba(231, 76, 60, 0.1);
  border-left: 4px solid #e74c3c;
  color: #c0392b;
}

/* line 792, app/assets/stylesheets/components/_weather_analysis.scss */
.alert.alert-warning {
  background-color: rgba(241, 196, 15, 0.1);
  border-left: 4px solid #f1c40f;
  color: #927608;
}

/* line 798, app/assets/stylesheets/components/_weather_analysis.scss */
.alert.alert-success {
  background-color: rgba(46, 204, 113, 0.1);
  border-left: 4px solid #2ecc71;
  color: #27ae60;
}

/* line 1, app/assets/stylesheets/components/_avatar_upload.scss */
.avatar-upload-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* line 9, app/assets/stylesheets/components/_avatar_upload.scss */
.current-avatar, .avatar-placeholder {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 3px solid #444;
}

/* line 21, app/assets/stylesheets/components/_avatar_upload.scss */
.avatar-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 27, app/assets/stylesheets/components/_avatar_upload.scss */
.avatar-icon {
  font-size: 64px;
  color: #666;
}

/* line 32, app/assets/stylesheets/components/_avatar_upload.scss */
.avatar-upload-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

/* line 40, app/assets/stylesheets/components/_avatar_upload.scss */
.hidden-file-input {
  display: none;
}

/* line 44, app/assets/stylesheets/components/_avatar_upload.scss */
.avatar-upload-button {
  background-color: #2196f3;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.2s;
}

/* line 54, app/assets/stylesheets/components/_avatar_upload.scss */
.avatar-upload-button:hover {
  background-color: #1976d2;
}

/* line 59, app/assets/stylesheets/components/_avatar_upload.scss */
.file-name-display {
  font-size: 14px;
  color: #aaa;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

/* line 69, app/assets/stylesheets/components/_avatar_upload.scss */
.hidden {
  display: none;
}

/* line 1, app/assets/stylesheets/components/_airspace_restrictions.scss */
.airspace-restrictions {
  margin-top: 1.5rem;
}

/* line 4, app/assets/stylesheets/components/_airspace_restrictions.scss */
.airspace-restrictions .restrictions-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

/* line 11, app/assets/stylesheets/components/_airspace_restrictions.scss */
.airspace-restrictions .restriction-item {
  font-size: 0.9rem;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  border-left: 3px solid;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 18, app/assets/stylesheets/components/_airspace_restrictions.scss */
.airspace-restrictions .restriction-item.severity-high {
  border-left-color: #e53935;
  background-color: rgba(229, 57, 53, 0.1);
  color: #ff8a80;
}

/* line 24, app/assets/stylesheets/components/_airspace_restrictions.scss */
.airspace-restrictions .restriction-item.severity-medium {
  border-left-color: #ffa726;
  background-color: rgba(255, 167, 38, 0.1);
  color: #ffcc80;
}

/* line 30, app/assets/stylesheets/components/_airspace_restrictions.scss */
.airspace-restrictions .restriction-item.severity-low {
  border-left-color: #29b6f6;
  background-color: rgba(41, 182, 246, 0.1);
  color: #81d4fa;
}

/* line 3, app/assets/stylesheets/components/_site_map.scss */
.site-map {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
  margin-bottom: 1rem;
}

/* line 13, app/assets/stylesheets/components/_site_map.scss */
.site-map .mapboxgl-map {
  width: 100%;
  height: 100%;
}

/* line 20, app/assets/stylesheets/components/_site_map.scss */
.site-map .mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px;
}

/* line 26, app/assets/stylesheets/components/_site_map.scss */
.site-map .mapboxgl-ctrl-attrib {
  font-size: 10px;
}

/* line 32, app/assets/stylesheets/components/_site_map.scss */
.map-weather-controls {
  margin-top: 15px;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 6px;
}

/* line 43, app/assets/stylesheets/components/_site_map.scss */
.map-weather-controls.dark-mode {
  background-color: #222;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* line 47, app/assets/stylesheets/components/_site_map.scss */
.map-weather-controls.dark-mode .weather-btn-group {
  border-right-color: #444;
}

/* line 50, app/assets/stylesheets/components/_site_map.scss */
.map-weather-controls.dark-mode .weather-btn-group .control-label {
  color: #bbb;
}

/* line 55, app/assets/stylesheets/components/_site_map.scss */
.map-weather-controls.dark-mode .weather-btn {
  background-color: #333;
  border-color: #555;
  color: #eee;
}

/* line 60, app/assets/stylesheets/components/_site_map.scss */
.map-weather-controls.dark-mode .weather-btn:hover {
  background-color: #444;
  border-color: #666;
}

/* line 65, app/assets/stylesheets/components/_site_map.scss */
.map-weather-controls.dark-mode .weather-btn:active, .map-weather-controls.dark-mode .weather-btn.active {
  background-color: #4a90e2;
  border-color: #3a80d2;
  color: white;
}

/* line 73, app/assets/stylesheets/components/_site_map.scss */
.map-weather-controls.dark-mode .clear-btn {
  background-color: #3a3a3a;
  border-color: #555;
}

/* line 77, app/assets/stylesheets/components/_site_map.scss */
.map-weather-controls.dark-mode .clear-btn:hover {
  background-color: #444;
  border-color: #666;
}

/* line 85, app/assets/stylesheets/components/_site_map.scss */
.map-weather-controls .weather-btn-group {
  display: flex;
  align-items: center;
  gap: 6px;
  border-right: 1px solid #eaeaea;
  padding-right: 12px;
}

/* line 92, app/assets/stylesheets/components/_site_map.scss */
.map-weather-controls .weather-btn-group:last-of-type {
  border-right: none;
}

/* line 97, app/assets/stylesheets/components/_site_map.scss */
.map-weather-controls .weather-btn-group .control-label {
  font-size: 12px;
  font-weight: 600;
  color: #555;
}

/* line 105, app/assets/stylesheets/components/_site_map.scss */
.map-weather-controls .weather-btn {
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: white;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #333;
}

/* line 116, app/assets/stylesheets/components/_site_map.scss */
.map-weather-controls .weather-btn:hover {
  background-color: #f5f5f5;
  border-color: #999;
}

/* line 121, app/assets/stylesheets/components/_site_map.scss */
.map-weather-controls .weather-btn:active, .map-weather-controls .weather-btn.active {
  background-color: #4a90e2;
  border-color: #3a80d2;
  color: white;
}

/* line 130, app/assets/stylesheets/components/_site_map.scss */
.map-weather-controls .clear-btn {
  background-color: #f8f8f8;
  border-color: #ddd;
}

/* line 134, app/assets/stylesheets/components/_site_map.scss */
.map-weather-controls .clear-btn:hover {
  background-color: #f0f0f0;
  border-color: #ccc;
}

/* line 141, app/assets/stylesheets/components/_site_map.scss */
.map-weather-controls .map-kmz-controls {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
  width: 100%;
}

/* line 151, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection {
  margin-top: 15px;
  padding: 20px;
  background-color: #1a1a1a;
  border-radius: 8px;
  border: 1px solid #2d2d2d;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* line 159, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection.dark-mode {
  color: #fff;
}

/* line 163, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .kmz-selection-header {
  margin-bottom: 16px;
}

/* line 166, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .kmz-selection-header h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 3px 0;
  color: #fff;
}

/* line 173, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .kmz-selection-header .kmz-description {
  font-size: 0.85rem;
  color: #aaa;
  margin: 0;
  max-width: 600px;
}

/* line 182, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .map-visualizations {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 768px) {
  /* line 182, app/assets/stylesheets/components/_site_map.scss */
  .map-kmz-selection .map-visualizations {
    flex-direction: column;
  }
}

/* line 194, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .visualization-section {
  flex: 1;
  min-width: 280px;
}

/* line 198, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .visualization-section h4 {
  font-size: 1rem;
  font-weight: 500;
  color: #eee;
  margin: 0 0 12px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
}

/* line 209, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .map-kmz-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}

/* line 216, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .map-kmz-controls .select-wrapper {
  position: relative;
  flex-grow: 1;
}

/* line 220, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .map-kmz-controls .select-wrapper .form-select {
  width: 100%;
  padding: 10px 36px 10px 12px;
  border-radius: 6px;
  border: 1px solid #444;
  background-color: #252525;
  color: #eee;
  font-size: 14px;
  height: auto;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 234, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .map-kmz-controls .select-wrapper .form-select:focus {
  border-color: #4a90e2;
  outline: none;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.25);
}

/* line 240, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .map-kmz-controls .select-wrapper .form-select option {
  background-color: #252525;
  color: #eee;
  padding: 10px;
}

/* line 247, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .map-kmz-controls .select-wrapper .select-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  pointer-events: none;
}

/* line 256, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .map-kmz-controls .select-wrapper .select-icon:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #aaa;
}

/* line 268, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .map-kmz-controls .btn-clear-kmz {
  padding: 10px 15px;
  background-color: #3a3a3a;
  border: 1px solid #444;
  border-radius: 6px;
  color: #eee;
  font-size: 14px;
  transition: all 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}

/* line 279, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .map-kmz-controls .btn-clear-kmz:hover {
  background-color: #444;
}

/* line 283, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .map-kmz-controls .btn-clear-kmz:active {
  background-color: #333;
  transform: translateY(1px);
}

/* line 289, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .map-kmz-controls .no-kmz-message {
  width: 100%;
  padding: 15px;
  background-color: #252525;
  border-radius: 6px;
  border: 1px dashed #444;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #999;
  font-size: 14px;
}

/* line 301, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .map-kmz-controls .no-kmz-message i {
  font-size: 18px;
  opacity: 0.7;
}

/* line 309, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .mission-visualization-controls,
.map-kmz-selection .flight-visualization-controls {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 4px;
}

/* line 316, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .mission-visualization-controls .visualization-toggle,
.map-kmz-selection .flight-visualization-controls .visualization-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
  padding: 5px 0;
}

/* line 323, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .mission-visualization-controls .visualization-toggle .toggle-label,
.map-kmz-selection .flight-visualization-controls .visualization-toggle .toggle-label {
  font-size: 14px;
  color: #eee;
  white-space: nowrap;
}

/* line 332, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

/* line 338, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 343, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .toggle-switch input:checked + .toggle-slider {
  background-color: #4a90e2;
}

/* line 346, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .toggle-switch input:checked + .toggle-slider:before {
  transform: translateX(18px);
}

/* line 351, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .toggle-switch input:focus + .toggle-slider {
  box-shadow: 0 0 1px #4a90e2;
}

/* line 356, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .toggle-switch .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  transition: .4s;
  border-radius: 22px;
}

/* line 367, app/assets/stylesheets/components/_site_map.scss */
.map-kmz-selection .toggle-switch .toggle-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

/* line 383, app/assets/stylesheets/components/_site_map.scss */
.forecast-timestamp {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  z-index: 10;
  transition: background-color 0.3s ease;
}

/* line 397, app/assets/stylesheets/components/_site_map.scss */
.forecast-timestamp.loading {
  background: rgba(0, 0, 0, 0.85);
  position: relative;
}

/* line 401, app/assets/stylesheets/components/_site_map.scss */
.forecast-timestamp.loading:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(to right, #4a90e2, #7cc5f8);
  animation: loading-bar 2s infinite linear;
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

@keyframes loading-bar {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}

/* line 432, app/assets/stylesheets/components/_site_map.scss */
.map-loading-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* line 446, app/assets/stylesheets/components/_site_map.scss */
.map-loading-indicator .loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #4a90e2;
  animation: spin 1s ease-in-out infinite;
  margin-bottom: 12px;
}

/* line 456, app/assets/stylesheets/components/_site_map.scss */
.map-loading-indicator .loading-text {
  color: white;
  font-size: 14px;
  font-weight: 500;
}

/* line 464, app/assets/stylesheets/components/_site_map.scss */
.map-error-message {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(220, 53, 69, 0.9);
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  animation: fade-in 0.3s ease-out;
}

/* line 477, app/assets/stylesheets/components/_site_map.scss */
.map-error-message .error-content {
  font-size: 13px;
  font-weight: 500;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translate(-50%, -10px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

/* line 2, app/assets/stylesheets/components/_site_selection.scss */
.selection-method {
  margin-bottom: 1.5rem;
}

/* line 5, app/assets/stylesheets/components/_site_selection.scss */
.selection-method .radio-option {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}

/* line 10, app/assets/stylesheets/components/_site_selection.scss */
.selection-method .radio-option input[type="radio"] {
  margin-right: 0.5rem;
}

/* line 14, app/assets/stylesheets/components/_site_selection.scss */
.selection-method .radio-option label {
  font-weight: 500;
  cursor: pointer;
}

/* line 22, app/assets/stylesheets/components/_site_selection.scss */
.d-none {
  display: none !important;
}

/* line 27, app/assets/stylesheets/components/_site_selection.scss */
.form-section {
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 0.25rem;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}

/* line 33, app/assets/stylesheets/components/_site_selection.scss */
.form-section h3 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
}

/* line 39, app/assets/stylesheets/components/_site_selection.scss */
.form-section.disabled {
  opacity: 0.6;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 45, app/assets/stylesheets/components/_site_selection.scss */
.form-section.active-selection {
  border-left: 3px solid #05dc63;
  background-color: rgba(5, 220, 99, 0.03);
}

/* line 50, app/assets/stylesheets/components/_site_selection.scss */
.form-section .button-active {
  opacity: 1;
  cursor: pointer;
}

/* line 57, app/assets/stylesheets/components/_site_selection.scss */
.input-disabled {
  background-color: rgba(0, 0, 0, 0.05);
  color: #666;
}

/* line 63, app/assets/stylesheets/components/_site_selection.scss */
.form-group.horizontal {
  display: flex;
  gap: 1rem;
}

/* line 67, app/assets/stylesheets/components/_site_selection.scss */
.form-group.horizontal > div {
  flex: 1;
}

/* line 73, app/assets/stylesheets/components/_site_selection.scss */
.button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #555 !important;
  border-color: #555 !important;
}

/* line 81, app/assets/stylesheets/components/_site_selection.scss */
.button-active {
  opacity: 1;
  cursor: pointer;
}

/* line 3, app/assets/stylesheets/layouts/_main.scss */
.layout {
  display: flex;
  height: 100vh;
  flex-direction: column;
  max-width: 160rem;
  margin: 0 auto;
}

/* line 22, app/assets/stylesheets/layouts/_main.scss */
.content-wrapper {
  display: flex;
  flex: 1;
  min-height: 0;
  padding-top: 4rem;
}

/* line 38, app/assets/stylesheets/layouts/_main.scss */
.main-content {
  flex: 1;
  background: #000;
  position: relative;
  overflow-x: hidden;
}

/* line 46, app/assets/stylesheets/layouts/_main.scss */
.responsive-spacing {
  --space-base: 1rem;
}

@media (min-width: 64rem) {
  /* line 46, app/assets/stylesheets/layouts/_main.scss */
  .responsive-spacing {
    --space-base: 1.5rem;
  }
}

@media (min-width: 94.5rem) {
  /* line 46, app/assets/stylesheets/layouts/_main.scss */
  .responsive-spacing {
    --space-base: 2rem;
  }
}

/* line 57, app/assets/stylesheets/layouts/_main.scss */
.responsive-spacing-sm {
  margin-bottom: calc(var(--space-base) * 0.5);
}

/* line 60, app/assets/stylesheets/layouts/_main.scss */
.responsive-spacing-md {
  margin-bottom: var(--space-base);
}

/* line 63, app/assets/stylesheets/layouts/_main.scss */
.responsive-spacing-lg {
  margin-bottom: calc(var(--space-base) * 1.5);
}

/* line 66, app/assets/stylesheets/layouts/_main.scss */
.responsive-spacing-xl {
  margin-bottom: calc(var(--space-base) * 2);
}

/* line 72, app/assets/stylesheets/layouts/_main.scss */
.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 48rem) {
  /* line 72, app/assets/stylesheets/layouts/_main.scss */
  .container {
    max-width: 48rem;
  }
}

@media (min-width: 64rem) {
  /* line 72, app/assets/stylesheets/layouts/_main.scss */
  .container {
    max-width: 64rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 94.5rem) {
  /* line 72, app/assets/stylesheets/layouts/_main.scss */
  .container {
    max-width: 94.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 120rem) {
  /* line 72, app/assets/stylesheets/layouts/_main.scss */
  .container {
    max-width: 120rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 123, app/assets/stylesheets/layouts/_main.scss */
  .auth-container {
    flex-direction: column;
    width: 100%;
  }
  /* line 127, app/assets/stylesheets/layouts/_main.scss */
  .auth-container .auth-image {
    width: 100%;
    height: 100vh;
  }
  /* line 131, app/assets/stylesheets/layouts/_main.scss */
  .auth-container .auth-image .background-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  /* line 138, app/assets/stylesheets/layouts/_main.scss */
  .auth-container .auth-form-container {
    position: absolute;
    left: 2em;
    right: 2em;
    z-index: 2;
    width: auto;
    top: 20%;
    border-radius: 1em;
  }
}

/* line 150, app/assets/stylesheets/layouts/_main.scss */
.primary-cta-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0.75rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* line 162, app/assets/stylesheets/layouts/_main.scss */
.primary-cta-card:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-2px);
}

/* line 167, app/assets/stylesheets/layouts/_main.scss */
.primary-cta-card .cta-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* line 173, app/assets/stylesheets/layouts/_main.scss */
.primary-cta-card .cta-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
}

/* line 179, app/assets/stylesheets/layouts/_main.scss */
.primary-cta-card .cta-subtitle {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 30rem;
  line-height: 1.4;
}

/* line 186, app/assets/stylesheets/layouts/_main.scss */
.primary-cta-card .cta-action {
  margin-left: 1.5rem;
}

/* line 190, app/assets/stylesheets/layouts/_main.scss */
.primary-cta-card .cta-button {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: linear-gradient(to right, #4caf50, #45a049);
  border-radius: 0.375rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* line 200, app/assets/stylesheets/layouts/_main.scss */
.primary-cta-card .cta-button:hover {
  background: linear-gradient(to right, #45a049, #3d8b40);
}

/* line 206, app/assets/stylesheets/layouts/_main.scss */
.info-table.info-table-row {
  display: flex;
  gap: 1em;
  min-width: 500px;
  margin-bottom: 2em;
}

/* line 212, app/assets/stylesheets/layouts/_main.scss */
.info-table.info-table-row table {
  flex: 1;
}

/* line 215, app/assets/stylesheets/layouts/_main.scss */
.info-table.info-table-row table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

/* line 220, app/assets/stylesheets/layouts/_main.scss */
.info-table.info-table-row table th {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
  text-align: left;
}

/* line 227, app/assets/stylesheets/layouts/_main.scss */
.info-table.info-table-row table td {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: left;
}

/* line 236, app/assets/stylesheets/layouts/_main.scss */
.page-disclaimer-text {
  margin-top: 1em;
  font-size: 12px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.3);
}

/* line 243, app/assets/stylesheets/layouts/_main.scss */
.mini-hr {
  width: 80px;
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 1em;
}

/* line 251, app/assets/stylesheets/layouts/_main.scss */
.accordion {
  border-radius: 0.375rem;
  background: #141416;
  margin-bottom: 1em;
}

/* line 258, app/assets/stylesheets/layouts/_main.scss */
.accordion-header {
  padding: 0.5em 1em;
  line-height: 2em;
}

/* line 266, app/assets/stylesheets/layouts/_main.scss */
.accordion-header a {
  font-size: 14px;
  color: white;
  text-decoration: none;
}

/* line 271, app/assets/stylesheets/layouts/_main.scss */
.accordion-header a img.icon-info {
  width: 20px;
  height: 20px;
  position: relative;
  bottom: -6px;
  flex-shrink: 0;
  margin-right: 8px;
}

/* line 282, app/assets/stylesheets/layouts/_main.scss */
.accordion-content {
  padding: 2em;
  border-radius: 1em;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 288, app/assets/stylesheets/layouts/_main.scss */
.accordion-content h3 {
  margin-bottom: 0.65rem;
  color: white;
}

/* line 293, app/assets/stylesheets/layouts/_main.scss */
.accordion-content strong {
  color: white;
}

/* line 297, app/assets/stylesheets/layouts/_main.scss */
.accordion-content .feature-list {
  padding-left: 1em;
}

/* line 300, app/assets/stylesheets/layouts/_main.scss */
.accordion-content .feature-list li {
  margin-bottom: 0.25em;
}

/* line 305, app/assets/stylesheets/layouts/_main.scss */
.accordion-content .small-title {
  margin-bottom: 0.2em;
}

/* line 309, app/assets/stylesheets/layouts/_main.scss */
.accordion-content h4 {
  font-size: 15px;
  margin-bottom: 0;
}

/* line 315, app/assets/stylesheets/layouts/_main.scss */
.hidden {
  display: none;
}

/* line 319, app/assets/stylesheets/layouts/_main.scss */
.fuel-ai-video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
}

/* line 326, app/assets/stylesheets/layouts/_main.scss */
.page-main-content {
  width: 80%;
}

/* line 330, app/assets/stylesheets/layouts/_main.scss */
.glowing-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 8px;
}

/* line 337, app/assets/stylesheets/layouts/_main.scss */
.glowing-wrapper-active {
  /* Additional styles for active state */
}

/* line 341, app/assets/stylesheets/layouts/_main.scss */
.glowing-wrapper-animations {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

/* line 350, app/assets/stylesheets/layouts/_main.scss */
.glowing-wrapper-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  animation: glow-animation 2s infinite alternate;
}

/* line 362, app/assets/stylesheets/layouts/_main.scss */
.glowing-wrapper-mask-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 371, app/assets/stylesheets/layouts/_main.scss */
.glowing-wrapper-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}

/* line 380, app/assets/stylesheets/layouts/_main.scss */
.glowing-wrapper-borders-masker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

/* line 389, app/assets/stylesheets/layouts/_main.scss */
.glowing-wrapper-borders {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
}

/* line 399, app/assets/stylesheets/layouts/_main.scss */
.glowing-wrapper-button {
  display: block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  text-align: center;
  transition: background-color 0.3s ease;
}

/* line 410, app/assets/stylesheets/layouts/_main.scss */
.glowing-wrapper-button:hover {
  background-color: #0056b3;
}

@keyframes glow-animation {
  from {
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  }
  to {
    box-shadow: 0 0 16px white;
  }
}

/* line 423, app/assets/stylesheets/layouts/_main.scss */
.glowing-wrapper-active .glowing-wrapper-animations,
.glowing-wrapper-active .glowing-wrapper-borders-masker {
  opacity: 1;
}

/* line 428, app/assets/stylesheets/layouts/_main.scss */
.glowing-wrapper-animations {
  pointer-events: none;
  opacity: 0;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 439, app/assets/stylesheets/layouts/_main.scss */
.glowing-wrapper-animations:before,
.glowing-wrapper-borders:before {
  content: "";
  float: left;
  padding-top: 100%;
}

/* line 446, app/assets/stylesheets/layouts/_main.scss */
.glowing-wrapper-animations:after,
.glowing-wrapper-borders:after {
  clear: both;
  content: "";
  display: block;
}

/* line 453, app/assets/stylesheets/layouts/_main.scss */
.glowing-wrapper-borders-masker {
  content: "";
  inset: 0;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  border-radius: 62.5rem;
  width: 100%;
  padding: 0.06rem;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 473, app/assets/stylesheets/layouts/_main.scss */
.glowing-wrapper-button {
  z-index: 1;
  color: #fff;
  letter-spacing: 0.25px;
  border: 1px solid #ffffff1a;
  border-radius: 62.5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-size: 1px;
  line-height: 1px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

/* line 489, app/assets/stylesheets/layouts/_main.scss */
.glowing-wrapper-button:after {
  background: radial-gradient(85% 120% at 50% 120%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 999px;
  content: "";
  height: calc(100% + 4px);
  left: -2px;
  opacity: 0;
  position: absolute;
  top: -2px;
  transition: 1s all;
  width: calc(100% + 4px);
}

/* line 506, app/assets/stylesheets/layouts/_main.scss */
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

/* line 511, app/assets/stylesheets/layouts/_main.scss */
a {
  color: inherit;
  background-color: #0000;
}

/* line 516, app/assets/stylesheets/layouts/_main.scss */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}

/* line 524, app/assets/stylesheets/layouts/_main.scss */
.referral-stats {
  margin-top: 1em;
}

/* line 528, app/assets/stylesheets/layouts/_main.scss */
.info-container {
  display: flex;
  gap: 1em;
  margin-bottom: 1em;
}

/* line 534, app/assets/stylesheets/layouts/_main.scss */
.info-item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px;
  border-radius: 0.375rem;
  flex: 1;
}

/* line 540, app/assets/stylesheets/layouts/_main.scss */
.info-item .label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
}

/* line 546, app/assets/stylesheets/layouts/_main.scss */
.info-item .value {
  font-weight: 500;
}

/* line 553, app/assets/stylesheets/layouts/_main.scss */
.referral-url input {
  background-color: #333;
  color: #fff;
  border: 1px solid #555;
  padding: 5px;
  border-radius: 4px;
  width: 80%;
  margin-right: 10px;
}

/* line 563, app/assets/stylesheets/layouts/_main.scss */
.points-value {
  font-weight: 500;
  color: #00ffbb;
}

/* line 568, app/assets/stylesheets/layouts/_main.scss */
.video-thumbnail {
  width: 200px;
  height: 120px;
  background-color: black;
  border-radius: 8px;
  overflow: hidden;
}

/* line 575, app/assets/stylesheets/layouts/_main.scss */
.video-thumbnail .video-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 581, app/assets/stylesheets/layouts/_main.scss */
.video-thumbnail .generating-thumbnail {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 0.9em;
}

/* line 592, app/assets/stylesheets/layouts/_main.scss */
.action-buttons {
  display: flex;
  gap: 1em;
}

/* line 596, app/assets/stylesheets/layouts/_main.scss */
.action-buttons .button, .action-buttons .button-back, .action-buttons .button-reset {
  border-radius: 6px;
}

/* line 601, app/assets/stylesheets/layouts/_main.scss */
#persistent-upload {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
}

/* line 608, app/assets/stylesheets/layouts/_main.scss */
#persistent-upload.uploading {
  pointer-events: auto;
}

/* line 613, app/assets/stylesheets/layouts/_main.scss */
.muted {
  color: rgba(255, 255, 255, 0.6);
}

/* line 1, app/assets/stylesheets/layouts/_auth.scss */
.auth-container {
  display: flex;
  height: 100vh;
}

/* line 6, app/assets/stylesheets/layouts/_auth.scss */
.auth-image {
  flex: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

/* line 16, app/assets/stylesheets/layouts/_auth.scss */
.auth-image .logo-wrapper {
  position: absolute;
  top: 2rem;
  left: 3.35rem;
  z-index: 2;
}

/* line 22, app/assets/stylesheets/layouts/_auth.scss */
.auth-image .logo-wrapper svg {
  width: 120px;
  height: auto;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* line 29, app/assets/stylesheets/layouts/_auth.scss */
.auth-image svg {
  position: relative;
  z-index: 2;
  width: 200px;
  height: auto;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* line 37, app/assets/stylesheets/layouts/_auth.scss */
.auth-image .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

/* line 50, app/assets/stylesheets/layouts/_auth.scss */
.auth-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/* line 62, app/assets/stylesheets/layouts/_auth.scss */
.auth-form-container {
  width: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

/* line 71, app/assets/stylesheets/layouts/_auth.scss */
.auth-form {
  width: 100%;
  max-width: 400px;
}

/* line 75, app/assets/stylesheets/layouts/_auth.scss */
.auth-form h2 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

/* line 3, app/assets/stylesheets/components/_mapbox.scss */
.mapbox-container {
  display: flex;
  height: 100%;
  position: relative;
}

/* line 9, app/assets/stylesheets/components/_mapbox.scss */
.mapbox-container #mapbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* line 19, app/assets/stylesheets/components/_mapbox.scss */
.map-marker {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  z-index: 100;
}

/* line 27, app/assets/stylesheets/components/_mapbox.scss */
.map-marker .map-marker-label {
  background-color: #fff;
  color: #333;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 4px;
  white-space: nowrap;
}

/* line 38, app/assets/stylesheets/components/_mapbox.scss */
.map-marker .map-marker-label:hover {
  background-color: #f0f0f0;
}

/* line 43, app/assets/stylesheets/components/_mapbox.scss */
.map-marker .map-marker-dot {
  width: 12px;
  height: 12px;
  background-color: #ff4d4f;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* line 51, app/assets/stylesheets/components/_mapbox.scss */
.map-marker .map-marker-dot:hover {
  transform: scale(1.2);
  transition: transform 0.2s ease;
}

/* line 58, app/assets/stylesheets/components/_mapbox.scss */
.viewer-backdrop {
  background-color: #efefef;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(177, 177, 177, 0.7) 1.2px, transparent 0);
  background-size: 24px 24px;
  background-position: -19px -19px;
}

/* line 75, app/assets/stylesheets/components/_mapbox.scss */
.fade-out {
  opacity: 0;
  transition: opacity 750ms ease;
}

/* line 2, app/assets/stylesheets/components/_mapbox_draw.scss */
.mapboxgl-draw-ctrl-draw {
  margin-top: 10px;
}

/* line 7, app/assets/stylesheets/components/_mapbox_draw.scss */
.mapbox-gl-draw_ctrl-draw-btn {
  border-color: rgba(255, 255, 255, 0.3) !important;
  background-color: rgba(60, 60, 60, 0.8) !important;
  color: #fff !important;
}

/* line 12, app/assets/stylesheets/components/_mapbox_draw.scss */
.mapbox-gl-draw_ctrl-draw-btn:hover {
  background-color: rgba(80, 80, 80, 0.9) !important;
}

/* line 16, app/assets/stylesheets/components/_mapbox_draw.scss */
.mapbox-gl-draw_ctrl-draw-btn.active {
  background-color: rgba(33, 150, 243, 0.3) !important;
  border-color: #2196f3 !important;
}

/* line 23, app/assets/stylesheets/components/_mapbox_draw.scss */
#mission-area-map {
  width: 100%;
  height: 500px;
  border-radius: 4px;
  overflow: hidden;
}

/* line 30, app/assets/stylesheets/components/_mapbox_draw.scss */
.map-container {
  width: 100%;
  height: 500px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

/* line 39, app/assets/stylesheets/components/_mapbox_draw.scss */
.map-controls {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 10;
}

/* line 52, app/assets/stylesheets/components/_mapbox_draw.scss */
.map-control-button {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(60, 60, 60, 0.8);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}

/* line 65, app/assets/stylesheets/components/_mapbox_draw.scss */
.map-control-button:hover {
  background: rgba(80, 80, 80, 0.9);
}

/* line 70, app/assets/stylesheets/components/_mapbox_draw.scss */
.mission-area-container {
  margin-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 1rem;
  background: rgba(40, 40, 40, 0.5);
}

/* line 78, app/assets/stylesheets/components/_mapbox_draw.scss */
.area-method-selector {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1rem;
}

/* line 86, app/assets/stylesheets/components/_mapbox_draw.scss */
.method-button {
  padding: 0.5rem 1rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(60, 60, 60, 0.5);
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 98, app/assets/stylesheets/components/_mapbox_draw.scss */
.method-button:hover {
  background: rgba(80, 80, 80, 0.8);
}

/* line 102, app/assets/stylesheets/components/_mapbox_draw.scss */
.method-button.active {
  background: rgba(33, 150, 243, 0.3);
  border-color: #2196f3;
}

/* line 108, app/assets/stylesheets/components/_mapbox_draw.scss */
.map-instructions {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  color: white;
}

/* line 115, app/assets/stylesheets/components/_mapbox_draw.scss */
.map-instructions p {
  margin: 0.5rem 0;
}

/*
 * Provides a drop-in pointer for the default Trix stylesheet that will format the toolbar and
 * the trix-editor content (whether displayed or under editing). Feel free to incorporate this
 * inclusion directly in any other asset bundle and remove this file.
 *
 *= require trix
*/
/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule.
*/
/* line 14, app/assets/stylesheets/actiontext.css */
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 21, app/assets/stylesheets/actiontext.css */
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 28, app/assets/stylesheets/actiontext.css */
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

/* Admin Rich Text styles */
/* line 2, app/assets/stylesheets/admin_rich_text.css */
.trix-content {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #e1e1e1;
}

/* line 8, app/assets/stylesheets/admin_rich_text.css */
.trix-content h1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #ffffff;
}

/* line 15, app/assets/stylesheets/admin_rich_text.css */
.trix-content ul, .trix-content ol {
  padding-left: 2rem;
  margin-bottom: 1rem;
}

/* line 20, app/assets/stylesheets/admin_rich_text.css */
.trix-content li {
  margin: 0.3em 0;
}

/* line 24, app/assets/stylesheets/admin_rich_text.css */
.trix-content ul ul, .trix-content ol ol, .trix-content ul ol, .trix-content ol ul {
  margin: 0.2em 0;
  margin-bottom: 0.5em;
}

/* line 29, app/assets/stylesheets/admin_rich_text.css */
.trix-content a {
  color: #4d8fd4;
  text-decoration: underline;
}

/* Rich text content container styling */
/* line 35, app/assets/stylesheets/admin_rich_text.css */
.rich-text-content {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 1em;
  margin-top: 0.5em;
}

/* line 43, app/assets/stylesheets/admin_rich_text.css */
.field-unit__field trix-editor {
  min-height: 200px;
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #444;
  border-radius: 3px;
  background-color: #2a2a2a;
  color: #e1e1e1;
}

/* Fix for Trix button styles in admin */
/* line 54, app/assets/stylesheets/admin_rich_text.css */
.trix-button-row {
  display: flex;
  flex-wrap: wrap;
  background-color: #8e8c8c;
  padding: 0.3rem;
  border-radius: 3px 3px 0 0;
}

/* line 62, app/assets/stylesheets/admin_rich_text.css */
.trix-button-group {
  display: flex;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #555;
  border-radius: 3px;
  overflow: hidden;
}

/* line 71, app/assets/stylesheets/admin_rich_text.css */
.trix-button {
  padding: 0.3rem 0.5rem;
  background: #666;
  border: none;
  border-right: 1px solid #777;
  color: #fff;
  transition: background 0.2s ease;
  filter: brightness(1.2) contrast(1.2);
}

/* line 81, app/assets/stylesheets/admin_rich_text.css */
.trix-button:last-child {
  border-right: none;
}

/* line 85, app/assets/stylesheets/admin_rich_text.css */
.trix-button:hover {
  background: #777;
  filter: brightness(1.4);
}

/* line 90, app/assets/stylesheets/admin_rich_text.css */
.trix-button.trix-active {
  background: #888;
  color: #fff;
  filter: brightness(1.5);
}

/* Additional dark mode styles */
/* Attempt to invert icon colors - works in some browsers */
/* line 99, app/assets/stylesheets/admin_rich_text.css */
.trix-button-group button.trix-button {
  filter: brightness(1.8) contrast(1.3);
}

/* line 103, app/assets/stylesheets/admin_rich_text.css */
.trix-button--icon {
  filter: invert(1) hue-rotate(180deg);
}

/* line 107, app/assets/stylesheets/admin_rich_text.css */
trix-toolbar .trix-dialog {
  background-color: #333;
  border: 1px solid #555;
  color: #e1e1e1;
}

/* line 113, app/assets/stylesheets/admin_rich_text.css */
trix-toolbar .trix-dialog__link-fields input {
  background-color: #444;
  border: 1px solid #555;
  color: #e1e1e1;
}

/* line 119, app/assets/stylesheets/admin_rich_text.css */
trix-toolbar .trix-dialog__link-fields input:focus {
  border-color: #4d8fd4;
  outline: none;
}

/* line 124, app/assets/stylesheets/admin_rich_text.css */
trix-editor {
  caret-color: #4d8fd4;
}

/* line 128, app/assets/stylesheets/admin_rich_text.css */
trix-editor [data-trix-mutable]:not(.trix-active) {
  background: #444;
}

/* Admin Email Editor Styles */
/* Tab Navigation */
/* line 4, app/assets/stylesheets/admin/email_editor.scss */
.email-tabs {
  display: flex;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #333;
}

/* line 10, app/assets/stylesheets/admin/email_editor.scss */
.email-tabs .tab {
  padding: 0.75rem 1.5rem;
  color: #a0a0a0;
  text-decoration: none;
  position: relative;
  font-weight: 500;
}

/* line 18, app/assets/stylesheets/admin/email_editor.scss */
.email-tabs .tab.active {
  color: #fff;
}

/* line 22, app/assets/stylesheets/admin/email_editor.scss */
.email-tabs .tab.active:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #4a90e2;
}

/* Template Tags */
/* line 33, app/assets/stylesheets/admin/email_editor.scss */
.template-tags-card {
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 1rem;
}

/* line 40, app/assets/stylesheets/admin/email_editor.scss */
.template-tags-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 0.75rem;
}

/* line 46, app/assets/stylesheets/admin/email_editor.scss */
.tag-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* line 52, app/assets/stylesheets/admin/email_editor.scss */
.tag-item code {
  background-color: #292929;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-family: monospace;
  font-size: 0.875rem;
  color: #4a90e2;
}

/* line 61, app/assets/stylesheets/admin/email_editor.scss */
.tag-description {
  font-size: 0.8125rem;
  color: #a0a0a0;
}

/* Email Preview */
/* line 67, app/assets/stylesheets/admin/email_editor.scss */
.email-preview-panel {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* line 72, app/assets/stylesheets/admin/email_editor.scss */
.email-preview-card {
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 6px;
  overflow: hidden;
}

/* line 79, app/assets/stylesheets/admin/email_editor.scss */
.email-preview-header {
  padding: 1rem 1.5rem;
  background-color: #222;
}

/* line 84, app/assets/stylesheets/admin/email_editor.scss */
.email-preview-header h3 {
  margin: 0;
  color: #e5e5e5;
  font-size: 1.125rem;
  font-weight: 600;
}

/* line 91, app/assets/stylesheets/admin/email_editor.scss */
.email-preview-meta {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #333;
}

/* line 96, app/assets/stylesheets/admin/email_editor.scss */
.preview-meta-item {
  display: flex;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

/* line 102, app/assets/stylesheets/admin/email_editor.scss */
.preview-meta-item:last-child {
  margin-bottom: 0;
}

/* line 106, app/assets/stylesheets/admin/email_editor.scss */
.meta-label {
  width: 80px;
  color: #a0a0a0;
  font-weight: 500;
}

/* line 112, app/assets/stylesheets/admin/email_editor.scss */
.meta-value {
  color: #e0e0e0;
}

/* line 116, app/assets/stylesheets/admin/email_editor.scss */
.email-preview-divider {
  height: 1px;
  background-color: #333;
}

/* line 121, app/assets/stylesheets/admin/email_editor.scss */
.email-preview-body {
  padding: 1.5rem;
  color: #e0e0e0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Trix Editor */
/* line 130, app/assets/stylesheets/admin/email_editor.scss */
.trix-editor-container {
  border: 1px solid #333;
  border-radius: 4px;
  overflow: hidden;
}

/* line 136, app/assets/stylesheets/admin/email_editor.scss */
.trix-content {
  min-height: 200px;
  color: #e0e0e0;
  background-color: #1a1a1a;
}

/* line 142, app/assets/stylesheets/admin/email_editor.scss */
.trix-button-group {
  border-color: #333 !important;
}

/* line 146, app/assets/stylesheets/admin/email_editor.scss */
.trix-button {
  border-color: #333 !important;
}

/* line 150, app/assets/stylesheets/admin/email_editor.scss */
.trix-button--icon {
  filter: invert(0.8);
}

/* Utility */
/* line 155, app/assets/stylesheets/admin/email_editor.scss */
.hidden {
  display: none;
}

/* line 4, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.main-content__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-l) var(--space-m);
}

/* line 10, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.main-content__header .header__actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* line 16, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.main-content__header .header__actions a.button, .main-content__header .header__actions a.button-back, .main-content__header .header__actions a.button-reset,
.main-content__header .header__actions button.button,
.main-content__header .header__actions button.button-back,
.main-content__header .header__actions button.button-reset {
  margin: 0;
  display: inline-flex;
  align-items: center;
  height: 40px;
}

/* line 27, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.main-content--dashboard {
  padding: var(--space-m);
  background-color: var(--white);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
}

/* line 35, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.preview-section {
  margin-top: 2rem;
}

/* line 38, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.preview-section h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--heading-color);
}

/* line 45, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.preview-section .tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--border-color);
}

/* line 51, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.preview-section .tabs .tab-button {
  padding: 0.75rem 1.25rem;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-color-light);
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 62, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.preview-section .tabs .tab-button:hover {
  color: var(--text-color);
}

/* line 66, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.preview-section .tabs .tab-button.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
}

/* line 73, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.preview-section .preview-panels {
  background-color: var(--background-color);
  border-radius: var(--border-radius);
  overflow: hidden;
}

/* line 79, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.preview-section .preview-panels .preview-panel.hidden {
  display: none;
}

/* line 84, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.preview-section .preview-panels .preview-frame {
  border: none;
  background-color: var(--white);
  margin: 1rem 0;
}

/* line 89, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.preview-section .preview-panels .preview-frame.mobile-frame {
  max-width: 375px;
  margin: 1rem auto;
}

/* line 94, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.preview-section .preview-panels .preview-frame iframe {
  display: block;
  margin: 0 auto;
  background-color: transparent;
  transition: height 0.3s ease;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

/* line 108, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.attribute-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* line 112, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.attribute-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

/* line 118, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.attribute-section .section-header h2 {
  margin: 0;
  color: var(--heading-color);
  font-size: var(--font-size-heading);
  font-weight: var(--font-weight-bold);
}

/* line 128, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.email-content {
  width: 100%;
  max-width: 100%;
}

/* line 133, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.email-content .rich-text-content ul, .email-content .trix-content ul {
  list-style-position: inside;
  padding-left: 1rem;
}

/* line 138, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.email-content .rich-text-content ol, .email-content .trix-content ol {
  list-style-position: inside;
  padding-left: 1rem;
}

/* line 143, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.email-content .rich-text-content blockquote, .email-content .trix-content blockquote {
  border-left: 3px solid #e0e0e0;
  padding-left: 1rem;
  margin-left: 0;
  color: #5a6872;
}

/* line 150, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.email-content .rich-text-content a, .email-content .trix-content a {
  color: var(--primary);
  text-decoration: underline;
}

/* line 155, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.email-content .rich-text-content img, .email-content .trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 163, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.button, .button-back, .button-reset {
  border-radius: var(--border-radius);
}

/* line 166, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.button.button--small, .button--small.button-back, .button--small.button-reset {
  padding: 0.35rem 0.75rem;
  font-size: 0.8125rem;
}

/* line 174, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.modal .modal-content {
  max-width: 500px;
}

/* line 177, app/assets/stylesheets/admin/email_campaign_fixes.scss */
.modal .modal-content .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

/* line 1, app/assets/stylesheets/admin/pilot_map.scss */
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

/* line 9, app/assets/stylesheets/admin/pilot_map.scss */
.pilot-map-container {
  position: relative;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

/* line 17, app/assets/stylesheets/admin/pilot_map.scss */
#pilot-map {
  width: 100%;
  height: 100vh;
}

/* line 23, app/assets/stylesheets/admin/pilot_map.scss */
.pilot-marker {
  cursor: pointer;
}

/* line 26, app/assets/stylesheets/admin/pilot_map.scss */
.pilot-marker svg {
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5));
  transition: transform 0.2s ease;
}

/* line 31, app/assets/stylesheets/admin/pilot_map.scss */
.pilot-marker:hover svg {
  transform: scale(1.1);
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.7));
}

/* line 1, app/assets/stylesheets/components/_notifications.scss */
.notifications-container {
  max-width: 800px;
}

/* line 5, app/assets/stylesheets/components/_notifications.scss */
.notifications-header {
  margin-bottom: 15px;
}

/* line 9, app/assets/stylesheets/components/_notifications.scss */
.notifications-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 14, app/assets/stylesheets/components/_notifications.scss */
.notifications-list .notification-item {
  transition: background-color 0.2s;
}

/* line 20, app/assets/stylesheets/components/_notifications.scss */
.notifications-list .notification-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* line 27, app/assets/stylesheets/components/_notifications.scss */
.notifications-list .notification-content {
  flex: 1;
  padding: 10px;
  position: relative;
}

/* line 37, app/assets/stylesheets/components/_notifications.scss */
.notifications-list .notification-content.unread ::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #e2642e;
}

/* line 47, app/assets/stylesheets/components/_notifications.scss */
.notifications-list .notification-content .notification-message {
  margin: 0 0 0.25rem;
  font-weight: 500;
}

/* line 52, app/assets/stylesheets/components/_notifications.scss */
.notifications-list .notification-content .notification-time {
  margin: 0;
  font-size: 0.8rem;
  color: #757575;
}

/* line 60, app/assets/stylesheets/components/_notifications.scss */
.empty-notifications {
  text-align: center;
  padding: 2rem;
  color: #757575;
}

/* line 66, app/assets/stylesheets/components/_notifications.scss */
.empty-icon {
  margin-bottom: 15px;
}

/* line 70, app/assets/stylesheets/components/_notifications.scss */
.empty-notifications p {
  font-size: 16px;
}

/* line 2, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .payment-method-list {
  margin-bottom: 2rem;
}

/* line 6, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .payment-method-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background-color: #141416;
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0.75rem;
}

/* line 17, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .payment-method-info {
  display: flex;
  align-items: center;
}

/* line 22, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 2rem;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  margin-right: 1rem;
}

/* line 34, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .card-details .card-number {
  font-weight: 500;
  margin-bottom: 0.25rem;
}

/* line 39, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .card-details .card-expiry {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

/* line 45, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .payment-method-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 51, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .default-badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 999px;
  background-color: rgba(34, 197, 94, 0.1);
  color: #22c55e;
}

/* line 61, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .add-payment-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.75rem 1rem;
}

/* line 68, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .add-payment-btn svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}

/* line 75, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .no-payment-methods {
  text-align: center;
  padding: 2rem 0;
}

/* line 79, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .no-payment-methods .icon-container {
  margin-bottom: 1rem;
}

/* line 82, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .no-payment-methods .icon-container svg {
  width: 1.5rem;
  height: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
}

/* line 89, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .no-payment-methods h3 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/* line 95, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .no-payment-methods p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}

/* line 102, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .payment-history-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #141416;
  border-radius: 0.375rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 110, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .payment-history-table th {
  text-align: left;
  padding: 0.75rem 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.025);
}

/* line 120, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .payment-history-table td {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 126, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .payment-history-table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.02);
}

/* line 131, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .status-badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 999px;
}

/* line 138, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .status-badge.status-success {
  background-color: rgba(34, 197, 94, 0.1);
  color: #22c55e;
}

/* line 143, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .status-badge.status-warning {
  background-color: rgba(255, 152, 0, 0.1);
  color: #ff9800;
}

/* line 148, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .status-badge.status-error {
  background-color: rgba(244, 67, 54, 0.1);
  color: #f44336;
}

/* line 154, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .receipt-link {
  color: #fff;
  text-decoration: none;
}

/* line 158, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .receipt-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/* line 164, app/assets/stylesheets/components/_payment_methods.scss */
.payment-methods-container .no-charges {
  text-align: center;
  padding: 2rem 0;
  color: rgba(255, 255, 255, 0.6);
}

/* line 4, app/assets/stylesheets/components/_payment_settings.scss */
.payment-status-container {
  margin-bottom: 2rem;
}

/* line 8, app/assets/stylesheets/components/_payment_settings.scss */
.status-box {
  display: flex;
  border-radius: 0.375rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

/* line 14, app/assets/stylesheets/components/_payment_settings.scss */
.status-box.status-success {
  background-color: rgba(22, 101, 52, 0.2);
  border: 1px solid rgba(22, 101, 52, 0.3);
}

/* line 18, app/assets/stylesheets/components/_payment_settings.scss */
.status-box.status-success .icon {
  color: #22c55e;
}

/* line 22, app/assets/stylesheets/components/_payment_settings.scss */
.status-box.status-success h3 {
  color: #4ade80;
}

/* line 26, app/assets/stylesheets/components/_payment_settings.scss */
.status-box.status-success p {
  color: #a7f3d0;
}

/* line 31, app/assets/stylesheets/components/_payment_settings.scss */
.status-box.status-warning {
  background-color: rgba(146, 64, 14, 0.2);
  border: 1px solid rgba(146, 64, 14, 0.3);
}

/* line 35, app/assets/stylesheets/components/_payment_settings.scss */
.status-box.status-warning .icon {
  color: #f59e0b;
}

/* line 39, app/assets/stylesheets/components/_payment_settings.scss */
.status-box.status-warning h3 {
  color: #fbbf24;
}

/* line 43, app/assets/stylesheets/components/_payment_settings.scss */
.status-box.status-warning p {
  color: #fde68a;
}

/* line 48, app/assets/stylesheets/components/_payment_settings.scss */
.status-box .status-icon {
  flex-shrink: 0;
}

/* line 51, app/assets/stylesheets/components/_payment_settings.scss */
.status-box .status-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 57, app/assets/stylesheets/components/_payment_settings.scss */
.status-box .status-content {
  margin-left: 1rem;
}

/* line 60, app/assets/stylesheets/components/_payment_settings.scss */
.status-box .status-content h3 {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

/* line 66, app/assets/stylesheets/components/_payment_settings.scss */
.status-box .status-content p {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

/* line 74, app/assets/stylesheets/components/_payment_settings.scss */
.payment-section {
  margin-bottom: 2rem;
}

/* line 77, app/assets/stylesheets/components/_payment_settings.scss */
.payment-section h3 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #e5e7eb;
  margin-bottom: 0.75rem;
}

/* line 85, app/assets/stylesheets/components/_payment_settings.scss */
.payment-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #1f2937;
  border-radius: 0.375rem;
  overflow: hidden;
}

/* line 94, app/assets/stylesheets/components/_payment_settings.scss */
.payment-item {
  padding: 1rem;
  border-bottom: 1px solid #374151;
}

/* line 98, app/assets/stylesheets/components/_payment_settings.scss */
.payment-item:last-child {
  border-bottom: none;
}

/* line 102, app/assets/stylesheets/components/_payment_settings.scss */
.payment-item:hover {
  background-color: #111827;
}

/* line 106, app/assets/stylesheets/components/_payment_settings.scss */
.payment-item .payment-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

/* line 112, app/assets/stylesheets/components/_payment_settings.scss */
.payment-item .payment-details .payment-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #a5b4fc;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 119, app/assets/stylesheets/components/_payment_settings.scss */
.payment-item .payment-details .payment-name .default-tag {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 600;
  padding: 0.15rem 0.4rem;
  margin-left: 0.5rem;
  background-color: rgba(22, 101, 52, 0.3);
  color: #4ade80;
  border-radius: 9999px;
  vertical-align: middle;
}

/* line 132, app/assets/stylesheets/components/_payment_settings.scss */
.payment-item .payment-details .payment-amount {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  background-color: rgba(22, 101, 52, 0.2);
  color: #4ade80;
  border-radius: 9999px;
}

/* line 140, app/assets/stylesheets/components/_payment_settings.scss */
.payment-item .payment-details .payment-amount.payment-warning {
  background-color: rgba(146, 64, 14, 0.2);
  color: #fbbf24;
}

/* line 145, app/assets/stylesheets/components/_payment_settings.scss */
.payment-item .payment-details .payment-amount.payment-error {
  background-color: rgba(185, 28, 28, 0.2);
  color: #f87171;
}

/* line 151, app/assets/stylesheets/components/_payment_settings.scss */
.payment-item .payment-details .payment-actions {
  display: flex;
  gap: 0.75rem;
}

/* line 157, app/assets/stylesheets/components/_payment_settings.scss */
.payment-item .payment-meta {
  display: flex;
  justify-content: space-between;
}

/* line 161, app/assets/stylesheets/components/_payment_settings.scss */
.payment-item .payment-meta span {
  font-size: 0.75rem;
  color: #9ca3af;
}

/* line 167, app/assets/stylesheets/components/_payment_settings.scss */
.payment-item.payment-card {
  background-color: #1f2937;
  border-radius: 0.375rem;
  margin-bottom: 0.5rem;
  border: 1px solid #374151;
}

/* line 175, app/assets/stylesheets/components/_payment_settings.scss */
.text-link {
  color: #818cf8;
  font-weight: 500;
  text-decoration: none;
}

/* line 180, app/assets/stylesheets/components/_payment_settings.scss */
.text-link:hover {
  text-decoration: underline;
  color: #a5b4fc;
}

/* line 186, app/assets/stylesheets/components/_payment_settings.scss */
.text-button {
  background: none;
  border: none;
  font-size: 0.75rem;
  font-weight: 500;
  color: #818cf8;
  cursor: pointer;
  padding: 0;
}

/* line 195, app/assets/stylesheets/components/_payment_settings.scss */
.text-button:hover {
  text-decoration: underline;
  color: #a5b4fc;
}

/* line 200, app/assets/stylesheets/components/_payment_settings.scss */
.text-button.text-danger {
  color: #f87171;
}

/* line 203, app/assets/stylesheets/components/_payment_settings.scss */
.text-button.text-danger:hover {
  color: #ef4444;
}

/* line 210, app/assets/stylesheets/components/_payment_settings.scss */
.info-box {
  display: flex;
  background-color: #1f2937;
  border-radius: 0.375rem;
  padding: 1rem;
  margin-top: 1.5rem;
}

/* line 217, app/assets/stylesheets/components/_payment_settings.scss */
.info-box .info-icon {
  flex-shrink: 0;
}

/* line 220, app/assets/stylesheets/components/_payment_settings.scss */
.info-box .info-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #9ca3af;
}

/* line 227, app/assets/stylesheets/components/_payment_settings.scss */
.info-box .info-content {
  margin-left: 1rem;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 234, app/assets/stylesheets/components/_payment_settings.scss */
.info-box .info-content p {
  font-size: 0.875rem;
  color: #d1d5db;
}

/* line 242, app/assets/stylesheets/components/_payment_settings.scss */
.connect-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1f2937;
  padding: 2rem;
  border-radius: 0.375rem;
  border: 1px solid #374151;
  margin-bottom: 1.5rem;
}

/* line 252, app/assets/stylesheets/components/_payment_settings.scss */
.connect-container .connect-icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(79, 70, 229, 0.2);
  border-radius: 9999px;
  margin-bottom: 1rem;
}

/* line 262, app/assets/stylesheets/components/_payment_settings.scss */
.connect-container .connect-icon .icon {
  width: 2rem;
  height: 2rem;
  color: #818cf8;
}

/* line 269, app/assets/stylesheets/components/_payment_settings.scss */
.connect-container h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #e5e7eb;
  margin-bottom: 0.5rem;
}

/* line 276, app/assets/stylesheets/components/_payment_settings.scss */
.connect-container p {
  font-size: 0.875rem;
  color: #9ca3af;
  text-align: center;
  max-width: 32rem;
  margin-bottom: 1.5rem;
}

/* line 284, app/assets/stylesheets/components/_payment_settings.scss */
.connect-container .form-actions {
  display: flex;
  justify-content: center;
}

/* line 289, app/assets/stylesheets/components/_payment_settings.scss */
.connect-container .button, .connect-container .button-back, .connect-container .button-reset {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  background-color: #4f46e5;
  color: white;
  font-weight: 500;
  border-radius: 0.375rem;
  text-decoration: none;
}

/* line 299, app/assets/stylesheets/components/_payment_settings.scss */
.connect-container .button:hover, .connect-container .button-back:hover, .connect-container .button-reset:hover {
  background-color: #4338ca;
}

/* line 306, app/assets/stylesheets/components/_payment_settings.scss */
.warning-box {
  display: flex;
  background-color: rgba(146, 64, 14, 0.1);
  border-left: 4px solid #f59e0b;
  padding: 1rem;
}

/* line 312, app/assets/stylesheets/components/_payment_settings.scss */
.warning-box .warning-icon {
  flex-shrink: 0;
}

/* line 315, app/assets/stylesheets/components/_payment_settings.scss */
.warning-box .warning-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #f59e0b;
}

/* line 322, app/assets/stylesheets/components/_payment_settings.scss */
.warning-box .warning-content {
  margin-left: 1rem;
}

/* line 325, app/assets/stylesheets/components/_payment_settings.scss */
.warning-box .warning-content p {
  font-size: 0.875rem;
  color: #fbbf24;
}

/* line 333, app/assets/stylesheets/components/_payment_settings.scss */
.empty-state {
  text-align: center;
  padding: 1rem;
  background-color: #1f2937;
  border-radius: 0.375rem;
}

/* line 339, app/assets/stylesheets/components/_payment_settings.scss */
.empty-state p {
  color: #9ca3af;
}

/* line 3, app/assets/stylesheets/components/_filter_capsules.scss */
.filter-capsules {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  width: 100%;
  padding: 0.5em;
  gap: 1em;
}

/* line 13, app/assets/stylesheets/components/_filter_capsules.scss */
.filter-group {
  display: flex;
  flex-wrap: nowrap;
  max-width: 60%;
  gap: 0.5em;
  width: 60%;
}

/* line 21, app/assets/stylesheets/components/_filter_capsules.scss */
.sort-group {
  display: flex;
  justify-content: flex-end;
  max-width: 40%;
  width: 40%;
}

/* line 28, app/assets/stylesheets/components/_filter_capsules.scss */
.filter-capsule {
  position: relative;
  display: flex;
  flex: 1;
}

/* line 33, app/assets/stylesheets/components/_filter_capsules.scss */
.filter-capsule::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

/* line 47, app/assets/stylesheets/components/_filter_capsules.scss */
.filter-group .filter-capsule {
  max-width: calc(50% - 0.5em);
}

/* line 51, app/assets/stylesheets/components/_filter_capsules.scss */
.sort-group .filter-capsule {
  max-width: 100%;
  width: 100%;
}

/* line 57, app/assets/stylesheets/components/_filter_capsules.scss */
.capsule-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #1f2937;
  color: #d1d5db;
  border: 1px solid #374151;
  border-radius: 9999px;
  padding: 0.25rem 1.25rem 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  cursor: pointer;
  width: 100%;
}

/* line 71, app/assets/stylesheets/components/_filter_capsules.scss */
.capsule-select:focus {
  outline: none;
  border-color: #4f46e5;
  box-shadow: 0 0 0 1px rgba(79, 70, 229, 0.2);
}

/* line 77, app/assets/stylesheets/components/_filter_capsules.scss */
.capsule-select:hover {
  background-color: #111827;
}

/* line 81, app/assets/stylesheets/components/_filter_capsules.scss */
.capsule-select option {
  background-color: #1f2937;
  color: #d1d5db;
}

@media (max-width: 768px) {
  /* line 89, app/assets/stylesheets/components/_filter_capsules.scss */
  .filter-capsules {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 94, app/assets/stylesheets/components/_filter_capsules.scss */
  .filter-group,
.sort-group {
    width: 100%;
    max-width: 100%;
    margin-top: 0.5rem;
  }
  /* line 101, app/assets/stylesheets/components/_filter_capsules.scss */
  .filter-group {
    flex-wrap: wrap;
  }
  /* line 104, app/assets/stylesheets/components/_filter_capsules.scss */
  .filter-group .filter-capsule {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

@keyframes checkbox-pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* line 17, app/assets/stylesheets/components/_checkbox_multi_select.scss */
.payload-category {
  margin-bottom: 1.5rem;
  font-size: 16px;
  font-weight: 500;
}

/* line 23, app/assets/stylesheets/components/_checkbox_multi_select.scss */
.checkbox-section {
  margin-bottom: 1.5rem;
  max-width: 500px;
  /* Items may have display:none set by JS controllers
   * We're not adding specific styling at the item level
   * as they're controlled by JS and we want consistent checkbox styling
   */
}

/* line 27, app/assets/stylesheets/components/_checkbox_multi_select.scss */
.checkbox-section .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, app/assets/stylesheets/components/_checkbox_multi_select.scss */
.checkbox-section .objectives-grid,
.checkbox-section .deliverables-grid,
.checkbox-section .payloads-grid {
  gap: 1.25rem;
  margin-top: 0.5rem;
}

/* line 54, app/assets/stylesheets/components/_checkbox_multi_select.scss */
.checkbox-section .objective-checkbox,
.checkbox-section .deliverable-checkbox,
.checkbox-section .payload-checkbox {
  position: relative;
  border-radius: 8px;
  transition: all 0.2s ease;
  height: 100%;
}

/* line 63, app/assets/stylesheets/components/_checkbox_multi_select.scss */
.checkbox-section .objective-checkbox .form-check-input,
.checkbox-section .deliverable-checkbox .form-check-input,
.checkbox-section .payload-checkbox .form-check-input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}

/* line 74, app/assets/stylesheets/components/_checkbox_multi_select.scss */
.checkbox-section .objective-checkbox .form-check-label,
.checkbox-section .deliverable-checkbox .form-check-label,
.checkbox-section .payload-checkbox .form-check-label {
  display: block;
  position: relative;
  padding: 1.25rem;
  padding-left: 4rem;
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  min-height: 100px;
}

/* line 87, app/assets/stylesheets/components/_checkbox_multi_select.scss */
.checkbox-section .objective-checkbox .form-check-label:before,
.checkbox-section .deliverable-checkbox .form-check-label:before,
.checkbox-section .payload-checkbox .form-check-label:before {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  border-radius: 4px;
  transition: all 0.2s ease;
}

/* line 101, app/assets/stylesheets/components/_checkbox_multi_select.scss */
.checkbox-section .objective-checkbox .form-check-label:after,
.checkbox-section .deliverable-checkbox .form-check-label:after,
.checkbox-section .payload-checkbox .form-check-label:after {
  content: "";
  position: absolute;
  left: calc(1.25rem + 8px);
  top: calc(1.25rem + 4px);
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.3s ease, opacity 0.2s;
}

/* line 116, app/assets/stylesheets/components/_checkbox_multi_select.scss */
.checkbox-section .objective-checkbox .form-check-label strong,
.checkbox-section .deliverable-checkbox .form-check-label strong,
.checkbox-section .payload-checkbox .form-check-label strong {
  display: block;
  font-size: 14px;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.2s ease;
  padding-right: 1rem;
}

/* line 125, app/assets/stylesheets/components/_checkbox_multi_select.scss */
.checkbox-section .objective-checkbox .form-check-label .objective-description,
.checkbox-section .deliverable-checkbox .form-check-label .objective-description,
.checkbox-section .payload-checkbox .form-check-label .objective-description {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}

/* line 133, app/assets/stylesheets/components/_checkbox_multi_select.scss */
.checkbox-section .objective-checkbox .form-check-label:hover,
.checkbox-section .deliverable-checkbox .form-check-label:hover,
.checkbox-section .payload-checkbox .form-check-label:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* line 139, app/assets/stylesheets/components/_checkbox_multi_select.scss */
.checkbox-section .objective-checkbox .form-check-label:hover:before,
.checkbox-section .deliverable-checkbox .form-check-label:hover:before,
.checkbox-section .payload-checkbox .form-check-label:hover:before {
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 146, app/assets/stylesheets/components/_checkbox_multi_select.scss */
.checkbox-section .objective-checkbox .form-check-input:checked + .form-check-label,
.checkbox-section .deliverable-checkbox .form-check-input:checked + .form-check-label,
.checkbox-section .payload-checkbox .form-check-input:checked + .form-check-label {
  border-color: #4ea8de;
  background-color: rgba(78, 168, 222, 0.1);
  box-shadow: 0 0 0 1px rgba(78, 168, 222, 0.5);
}

/* line 151, app/assets/stylesheets/components/_checkbox_multi_select.scss */
.checkbox-section .objective-checkbox .form-check-input:checked + .form-check-label:before,
.checkbox-section .deliverable-checkbox .form-check-input:checked + .form-check-label:before,
.checkbox-section .payload-checkbox .form-check-input:checked + .form-check-label:before {
  border-color: #4ea8de;
  background-color: #4ea8de;
  animation: checkbox-pop 0.3s ease-in-out;
}

/* line 157, app/assets/stylesheets/components/_checkbox_multi_select.scss */
.checkbox-section .objective-checkbox .form-check-input:checked + .form-check-label:after,
.checkbox-section .deliverable-checkbox .form-check-input:checked + .form-check-label:after,
.checkbox-section .payload-checkbox .form-check-input:checked + .form-check-label:after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

/* line 162, app/assets/stylesheets/components/_checkbox_multi_select.scss */
.checkbox-section .objective-checkbox .form-check-input:checked + .form-check-label strong,
.checkbox-section .deliverable-checkbox .form-check-input:checked + .form-check-label strong,
.checkbox-section .payload-checkbox .form-check-input:checked + .form-check-label strong {
  color: white;
}

/* line 166, app/assets/stylesheets/components/_checkbox_multi_select.scss */
.checkbox-section .objective-checkbox .form-check-input:checked + .form-check-label .objective-description,
.checkbox-section .deliverable-checkbox .form-check-input:checked + .form-check-label .objective-description,
.checkbox-section .payload-checkbox .form-check-input:checked + .form-check-label .objective-description {
  color: rgba(255, 255, 255, 0.8);
}

/* line 172, app/assets/stylesheets/components/_checkbox_multi_select.scss */
.checkbox-section .objective-checkbox .form-check-input:focus + .form-check-label,
.checkbox-section .deliverable-checkbox .form-check-input:focus + .form-check-label,
.checkbox-section .payload-checkbox .form-check-input:focus + .form-check-label {
  outline: none;
  box-shadow: 0 0 0 2px rgba(78, 168, 222, 0.5);
}

/* line 5, app/assets/stylesheets/components/email_campaigns.scss */
.main-content__header .header__actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
}

/* line 11, app/assets/stylesheets/components/email_campaigns.scss */
.main-content__header .header__actions .button, .main-content__header .header__actions .button-back, .main-content__header .header__actions .button-reset {
  margin: 0;
  display: inline-block;
}

/* line 19, app/assets/stylesheets/components/email_campaigns.scss */
.section-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

/* line 25, app/assets/stylesheets/components/email_campaigns.scss */
.section-header h2 {
  margin: 0;
}

/* line 31, app/assets/stylesheets/components/email_campaigns.scss */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

/* line 38, app/assets/stylesheets/components/email_campaigns.scss */
.card {
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

/* line 45, app/assets/stylesheets/components/email_campaigns.scss */
.card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #333;
}

/* line 52, app/assets/stylesheets/components/email_campaigns.scss */
.card .card-header h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

/* line 57, app/assets/stylesheets/components/email_campaigns.scss */
.card .card-header h2 a {
  color: #e5e5e5;
  text-decoration: none;
}

/* line 61, app/assets/stylesheets/components/email_campaigns.scss */
.card .card-header h2 a:hover {
  color: #4a90e2;
}

/* line 68, app/assets/stylesheets/components/email_campaigns.scss */
.card .card-content {
  padding: 1rem;
}

/* line 72, app/assets/stylesheets/components/email_campaigns.scss */
.card .card-meta {
  margin: 1rem 0;
}

/* line 75, app/assets/stylesheets/components/email_campaigns.scss */
.card .card-meta .meta-item {
  display: flex;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

/* line 80, app/assets/stylesheets/components/email_campaigns.scss */
.card .card-meta .meta-item .meta-label {
  width: 100px;
  color: #a0a0a0;
  font-weight: 500;
}

/* line 86, app/assets/stylesheets/components/email_campaigns.scss */
.card .card-meta .meta-item .meta-value {
  color: #e0e0e0;
}

/* line 90, app/assets/stylesheets/components/email_campaigns.scss */
.card .card-meta .meta-item .text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

/* line 99, app/assets/stylesheets/components/email_campaigns.scss */
.card .schedule-info {
  margin: 1rem 0;
  padding: 0.75rem;
  background-color: rgba(74, 144, 226, 0.1);
  border-radius: 4px;
  font-size: 0.875rem;
}

/* line 106, app/assets/stylesheets/components/email_campaigns.scss */
.card .schedule-info .meta-label {
  color: #a0a0a0;
  font-weight: 500;
  margin-right: 0.5rem;
}

/* line 112, app/assets/stylesheets/components/email_campaigns.scss */
.card .schedule-info .meta-value {
  color: #e0e0e0;
}

/* line 117, app/assets/stylesheets/components/email_campaigns.scss */
.card .card-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

/* line 123, app/assets/stylesheets/components/email_campaigns.scss */
.card .card-body {
  padding: 1rem;
}

/* line 129, app/assets/stylesheets/components/email_campaigns.scss */
.campaign-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* line 135, app/assets/stylesheets/components/email_campaigns.scss */
.detail-item {
  display: flex;
  margin-bottom: 1rem;
}

/* line 139, app/assets/stylesheets/components/email_campaigns.scss */
.detail-item .detail-label {
  width: 150px;
  color: #a0a0a0;
  font-weight: 500;
}

/* line 145, app/assets/stylesheets/components/email_campaigns.scss */
.detail-item .detail-value {
  color: #e0e0e0;
  flex: 1;
}

/* line 152, app/assets/stylesheets/components/email_campaigns.scss */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

/* line 159, app/assets/stylesheets/components/email_campaigns.scss */
.stat-item {
  text-align: center;
  padding: 1rem;
  background-color: #222;
  border-radius: 4px;
}

/* line 165, app/assets/stylesheets/components/email_campaigns.scss */
.stat-item .stat-value {
  font-size: 1.75rem;
  font-weight: 600;
  color: #e5e5e5;
  margin-bottom: 0.25rem;
}

/* line 172, app/assets/stylesheets/components/email_campaigns.scss */
.stat-item .stat-label {
  font-size: 0.875rem;
  color: #a0a0a0;
}

/* line 178, app/assets/stylesheets/components/email_campaigns.scss */
.progress-container {
  margin-top: 1.5rem;
  max-width: 100%;
}

/* line 182, app/assets/stylesheets/components/email_campaigns.scss */
.progress-container .progress-label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #5a6872;
}

/* line 188, app/assets/stylesheets/components/email_campaigns.scss */
.progress-container .progress-bar {
  height: 8px;
  background-color: #eaedf0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

/* line 195, app/assets/stylesheets/components/email_campaigns.scss */
.progress-container .progress-bar .progress-fill {
  height: 100%;
  background-color: #3498db;
  border-radius: 4px;
}

/* line 202, app/assets/stylesheets/components/email_campaigns.scss */
.progress-container .progress-text {
  font-size: 0.875rem;
  color: #5a6872;
  text-align: right;
}

/* line 210, app/assets/stylesheets/components/email_campaigns.scss */
.email-preview {
  padding: 1rem;
  background-color: #f6f7f8;
  border-radius: 4px;
  border: 1px solid #dfe3e8;
}

/* line 216, app/assets/stylesheets/components/email_campaigns.scss */
.email-preview h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dfe3e8;
  color: #384347;
  font-size: 1.125rem;
}

/* line 225, app/assets/stylesheets/components/email_campaigns.scss */
.email-preview .email-content {
  color: #384347;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* line 232, app/assets/stylesheets/components/email_campaigns.scss */
.email-preview .email-content img {
  max-width: 100%;
}

/* line 236, app/assets/stylesheets/components/email_campaigns.scss */
.email-preview .email-content ul,
.email-preview .email-content ol {
  padding-left: 1.5rem;
}

/* line 244, app/assets/stylesheets/components/email_campaigns.scss */
.status-badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 0.5rem;
}

/* line 253, app/assets/stylesheets/components/email_campaigns.scss */
.status-badge.status-draft {
  background-color: #6c757d;
  color: #fff;
}

/* line 258, app/assets/stylesheets/components/email_campaigns.scss */
.status-badge.status-scheduled {
  background-color: #17a2b8;
  color: #fff;
}

/* line 263, app/assets/stylesheets/components/email_campaigns.scss */
.status-badge.status-sending {
  background-color: #007bff;
  color: #fff;
}

/* line 268, app/assets/stylesheets/components/email_campaigns.scss */
.status-badge.status-sent {
  background-color: #28a745;
  color: #fff;
}

/* line 273, app/assets/stylesheets/components/email_campaigns.scss */
.status-badge.status-completed {
  background-color: #28a745;
  color: #fff;
}

/* line 278, app/assets/stylesheets/components/email_campaigns.scss */
.status-badge.status-cancelled {
  background-color: #dc3545;
  color: #fff;
}

/* line 283, app/assets/stylesheets/components/email_campaigns.scss */
.status-badge.status-failed {
  background-color: #dc3545;
  color: #fff;
}

/* line 288, app/assets/stylesheets/components/email_campaigns.scss */
.status-badge.status-pending {
  background-color: #6c757d;
  color: #fff;
}

/* line 293, app/assets/stylesheets/components/email_campaigns.scss */
.status-badge.status-opened {
  background-color: #28a745;
  color: #fff;
}

/* line 298, app/assets/stylesheets/components/email_campaigns.scss */
.status-badge.status-clicked {
  background-color: #28a745;
  color: #fff;
}

/* line 303, app/assets/stylesheets/components/email_campaigns.scss */
.status-badge.status-bounced {
  background-color: #dc3545;
  color: #fff;
}

/* line 310, app/assets/stylesheets/components/email_campaigns.scss */
.table {
  width: 100%;
  border-collapse: collapse;
}

/* line 314, app/assets/stylesheets/components/email_campaigns.scss */
.table th,
.table td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #333;
}

/* line 321, app/assets/stylesheets/components/email_campaigns.scss */
.table th {
  color: #a0a0a0;
  font-weight: 500;
  font-size: 0.875rem;
}

/* line 327, app/assets/stylesheets/components/email_campaigns.scss */
.table td {
  color: #e0e0e0;
  font-size: 0.875rem;
}

/* line 334, app/assets/stylesheets/components/email_campaigns.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* line 346, app/assets/stylesheets/components/email_campaigns.scss */
.modal.hidden {
  display: none;
}

/* line 350, app/assets/stylesheets/components/email_campaigns.scss */
.modal .modal-content {
  background-color: white;
  border-radius: 6px;
  width: 500px;
  max-width: 90%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* line 358, app/assets/stylesheets/components/email_campaigns.scss */
.modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #dfe3e8;
}

/* line 365, app/assets/stylesheets/components/email_campaigns.scss */
.modal .modal-header h3 {
  margin: 0;
  color: #384347;
  font-size: 1.25rem;
  font-weight: 600;
}

/* line 372, app/assets/stylesheets/components/email_campaigns.scss */
.modal .modal-header .close-button {
  background: none;
  border: none;
  color: #a0a0a0;
  font-size: 1.5rem;
  cursor: pointer;
}

/* line 379, app/assets/stylesheets/components/email_campaigns.scss */
.modal .modal-header .close-button:hover {
  color: #e0e0e0;
}

/* line 385, app/assets/stylesheets/components/email_campaigns.scss */
.modal .modal-body {
  padding: 1rem;
}

/* line 389, app/assets/stylesheets/components/email_campaigns.scss */
.modal .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

/* line 398, app/assets/stylesheets/components/email_campaigns.scss */
.empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

/* line 404, app/assets/stylesheets/components/email_campaigns.scss */
.empty-state .empty-state__message {
  text-align: center;
}

/* line 407, app/assets/stylesheets/components/email_campaigns.scss */
.empty-state .empty-state__message h3 {
  color: #e5e5e5;
  margin-bottom: 0.5rem;
}

/* line 412, app/assets/stylesheets/components/email_campaigns.scss */
.empty-state .empty-state__message p {
  color: #a0a0a0;
  margin-bottom: 1.5rem;
}

/* line 18, app/assets/stylesheets/badges.scss */
.profile-container,
.badges-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

/* line 25, app/assets/stylesheets/badges.scss */
.profile-header,
.badges-header {
  margin-bottom: 2rem;
}

/* line 29, app/assets/stylesheets/badges.scss */
.profile-header h1,
.badges-header h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

/* line 35, app/assets/stylesheets/badges.scss */
.profile-stats,
.badges-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

/* line 43, app/assets/stylesheets/badges.scss */
.stat-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  flex: 1;
  min-width: 180px;
}

/* line 51, app/assets/stylesheets/badges.scss */
.stat-card h3 {
  font-size: 1rem;
  color: #666;
  margin-bottom: 0.5rem;
}

/* line 57, app/assets/stylesheets/badges.scss */
.stat-card .stat-value {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

/* line 63, app/assets/stylesheets/badges.scss */
.stat-card .stat-label {
  font-size: 0.875rem;
  color: #777;
}

/* line 70, app/assets/stylesheets/badges.scss */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

/* line 76, app/assets/stylesheets/badges.scss */
.section-header h2 {
  font-size: 1.5rem;
  margin: 0;
}

/* line 81, app/assets/stylesheets/badges.scss */
.section-header .view-all-link {
  color: #3c55e0;
  text-decoration: none;
  font-weight: 500;
}

/* line 86, app/assets/stylesheets/badges.scss */
.section-header .view-all-link:hover {
  text-decoration: underline;
}

/* line 93, app/assets/stylesheets/badges.scss */
.badges-container,
.badges-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

/* line 102, app/assets/stylesheets/badges.scss */
.badge-item,
.badge-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  transition: transform 0.2s ease;
  overflow: hidden;
}

/* line 113, app/assets/stylesheets/badges.scss */
.badge-item:hover,
.badge-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

/* line 118, app/assets/stylesheets/badges.scss */
.badge-item.onboarding,
.badge-card.onboarding {
  border-left: 4px solid #17a2b8;
}

/* line 122, app/assets/stylesheets/badges.scss */
.badge-item.productivity,
.badge-card.productivity {
  border-left: 4px solid #28a745;
}

/* line 126, app/assets/stylesheets/badges.scss */
.badge-item.technical,
.badge-card.technical {
  border-left: 4px solid #6f42c1;
}

/* line 130, app/assets/stylesheets/badges.scss */
.badge-item.seasonal,
.badge-card.seasonal {
  border-left: 4px solid #fd7e14;
}

/* line 134, app/assets/stylesheets/badges.scss */
.badge-item.content,
.badge-card.content {
  border-left: 4px solid #3c55e0;
}

/* line 140, app/assets/stylesheets/badges.scss */
.badge-card {
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

/* line 145, app/assets/stylesheets/badges.scss */
.badge-card .badge-icon {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* line 153, app/assets/stylesheets/badges.scss */
.badge-card .badge-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  z-index: 1;
}

/* line 165, app/assets/stylesheets/badges.scss */
.badge-card.onboarding .badge-icon::before {
  background-color: #17a2b8;
}

/* line 169, app/assets/stylesheets/badges.scss */
.badge-card.productivity .badge-icon::before {
  background-color: #28a745;
}

/* line 173, app/assets/stylesheets/badges.scss */
.badge-card.technical .badge-icon::before {
  background-color: #6f42c1;
}

/* line 177, app/assets/stylesheets/badges.scss */
.badge-card.seasonal .badge-icon::before {
  background-color: #fd7e14;
}

/* line 181, app/assets/stylesheets/badges.scss */
.badge-card.content .badge-icon::before {
  background-color: #3c55e0;
}

/* line 185, app/assets/stylesheets/badges.scss */
.badge-card .badge-details {
  padding: 1rem;
}

/* line 188, app/assets/stylesheets/badges.scss */
.badge-card .badge-details h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

/* line 194, app/assets/stylesheets/badges.scss */
.badge-card .badge-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.8125rem;
  color: #777;
}

/* line 201, app/assets/stylesheets/badges.scss */
.badge-card.locked {
  opacity: 0.7;
}

/* line 204, app/assets/stylesheets/badges.scss */
.badge-card.locked .badge-placeholder {
  background-color: #ccc !important;
}

/* line 208, app/assets/stylesheets/badges.scss */
.badge-card.locked .badge-meta .badge-status {
  color: #6c757d;
}

/* line 215, app/assets/stylesheets/badges.scss */
.badge-icon {
  width: 64px;
  height: 64px;
  margin-right: 1rem;
  flex-shrink: 0;
  position: relative;
}

/* line 222, app/assets/stylesheets/badges.scss */
.badge-icon .badge-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* line 237, app/assets/stylesheets/badges.scss */
.level-1 .badge-placeholder {
  background-color: #4db6ac;
}

/* line 241, app/assets/stylesheets/badges.scss */
.level-2 .badge-placeholder {
  background-color: #5c6bc0;
}

/* line 245, app/assets/stylesheets/badges.scss */
.level-3 .badge-placeholder {
  background-color: #7e57c2;
}

/* line 249, app/assets/stylesheets/badges.scss */
.level-4 .badge-placeholder {
  background-color: #ec407a;
}

/* line 253, app/assets/stylesheets/badges.scss */
.level-5 .badge-placeholder {
  background-color: #ffa000;
}

/* line 258, app/assets/stylesheets/badges.scss */
.badge-info {
  flex: 1;
}

/* line 261, app/assets/stylesheets/badges.scss */
.badge-info h3 {
  font-size: 1.125rem;
  margin: 0 0 0.25rem;
}

/* line 266, app/assets/stylesheets/badges.scss */
.badge-info .badge-date {
  font-size: 0.8125rem;
  color: #777;
  margin: 0 0 0.25rem;
}

/* line 272, app/assets/stylesheets/badges.scss */
.badge-info .badge-category {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0.125rem 0.5rem;
  border-radius: 100px;
  background-color: #f0f0f0;
  color: #555;
}

/* line 283, app/assets/stylesheets/badges.scss */
.no-badges,
.no-missions {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
}

/* line 290, app/assets/stylesheets/badges.scss */
.no-badges h2,
.no-missions h2 {
  margin-bottom: 0.5rem;
}

/* line 294, app/assets/stylesheets/badges.scss */
.no-badges p,
.no-missions p {
  color: #666;
}

/* line 300, app/assets/stylesheets/badges.scss */
.badge-category-section {
  margin-bottom: 2.5rem;
}

/* line 303, app/assets/stylesheets/badges.scss */
.badge-category-section .category-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}

/* line 312, app/assets/stylesheets/badges.scss */
.missions-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 318, app/assets/stylesheets/badges.scss */
.mission-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}

/* line 326, app/assets/stylesheets/badges.scss */
.mission-card .mission-status {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 1rem;
}

/* line 332, app/assets/stylesheets/badges.scss */
.mission-card .mission-status.status-completed {
  background-color: #28a745;
}

/* line 336, app/assets/stylesheets/badges.scss */
.mission-card .mission-status.status-in_progress {
  background-color: #ffc107;
}

/* line 340, app/assets/stylesheets/badges.scss */
.mission-card .mission-status.status-pending {
  background-color: #6c757d;
}

/* line 344, app/assets/stylesheets/badges.scss */
.mission-card .mission-status.status-cancelled {
  background-color: #dc3545;
}

/* line 349, app/assets/stylesheets/badges.scss */
.mission-card .mission-info {
  flex: 1;
}

/* line 352, app/assets/stylesheets/badges.scss */
.mission-card .mission-info h3 {
  font-size: 1.125rem;
  margin: 0 0 0.25rem;
}

/* line 357, app/assets/stylesheets/badges.scss */
.mission-card .mission-info p {
  margin: 0 0 0.5rem;
  color: #666;
}

/* line 363, app/assets/stylesheets/badges.scss */
.mission-card .mission-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.8125rem;
  color: #777;
}

@media (max-width: 768px) {
  /* line 385, app/assets/stylesheets/badges.scss */
  .profile-stats,
.badges-stats {
    flex-direction: column;
  }
  /* line 390, app/assets/stylesheets/badges.scss */
  .stat-card {
    width: 100%;
  }
  /* line 394, app/assets/stylesheets/badges.scss */
  .badges-container,
.badges-grid {
    grid-template-columns: 1fr;
  }
}

/* line 3, app/assets/stylesheets/profile.scss */
.avatar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
}

/* line 9, app/assets/stylesheets/profile.scss */
.avatar-container .avatar-preview {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #eaeaea;
  margin-bottom: 1rem;
  background-color: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* line 23, app/assets/stylesheets/profile.scss */
.avatar-container .avatar-upload-btn {
  cursor: pointer;
  padding: 0.5rem 1rem;
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #374151;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  transition: all 0.2s;
}

/* line 33, app/assets/stylesheets/profile.scss */
.avatar-container .avatar-upload-btn:hover {
  background-color: #e5e7eb;
}

/* line 50, app/assets/stylesheets/profile.scss */
.profile-save-btn {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background-color: #10b981;
  color: white;
  border-radius: 0.375rem;
  font-weight: 500;
  transition: background-color 0.2s;
}

/* line 59, app/assets/stylesheets/profile.scss */
.profile-save-btn:hover {
  background-color: #059669;
}

@media (max-width: 639px) {
  /* line 6, app/assets/stylesheets/responsive.scss */
  .logo {
    margin: 0 auto;
    width: 27px;
    overflow: hidden;
  }
  /* line 12, app/assets/stylesheets/responsive.scss */
  .tab-bar {
    width: 100vw;
    transform: translateX(-1em);
    overflow-x: scroll;
  }
  /* line 18, app/assets/stylesheets/responsive.scss */
  .hamburger {
    display: block;
    cursor: pointer;
    z-index: 20;
  }
  /* line 23, app/assets/stylesheets/responsive.scss */
  .hamburger svg {
    stroke: white;
  }
  /* line 27, app/assets/stylesheets/responsive.scss */
  .hamburger:hover svg {
    stroke: #3b82f6;
  }
  /* line 33, app/assets/stylesheets/responsive.scss */
  body.page-content-visible .main-content {
    z-index: 10;
  }
  /* line 37, app/assets/stylesheets/responsive.scss */
  body.page-content-visible .page-content {
    padding: 1em;
  }
  /* line 44, app/assets/stylesheets/responsive.scss */
  body.mobile-menu-open .top-nav-center {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 16px;
    background: #09090b;
    z-index: 200;
    border-bottom: none;
  }
  /* line 56, app/assets/stylesheets/responsive.scss */
  body.mobile-menu-open .top-nav-center a {
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
    text-align: left;
  }
  /* line 62, app/assets/stylesheets/responsive.scss */
  body.mobile-menu-open .top-nav-center a:hover, body.mobile-menu-open .top-nav-center a.active {
    background: rgba(255, 255, 255, 0.05);
  }
  /* line 69, app/assets/stylesheets/responsive.scss */
  body.mobile-menu-open .hamburger svg {
    stroke: #3b82f6;
  }
  /* line 74, app/assets/stylesheets/responsive.scss */
  aside.sidebar {
    background: black;
  }
  /* line 77, app/assets/stylesheets/responsive.scss */
  aside.sidebar .filter-capsules {
    flex-direction: row;
  }
  /* line 81, app/assets/stylesheets/responsive.scss */
  aside.sidebar .sidebar-container {
    max-width: auto;
    width: auto;
  }
  /* line 87, app/assets/stylesheets/responsive.scss */
  .top-nav {
    padding: 0 12px;
  }
  /* line 91, app/assets/stylesheets/responsive.scss */
  .top-nav a:not(.logo):not(.profile-pic) {
    display: none;
  }
  /* line 95, app/assets/stylesheets/responsive.scss */
  .top-nav-center {
    display: none;
  }
  /* line 99, app/assets/stylesheets/responsive.scss */
  .top-nav .admin-link {
    display: none;
  }
  /* line 104, app/assets/stylesheets/responsive.scss */
  .top-nav .profile-section > *:not(.profile-pic) {
    display: none;
  }
  /* line 113, app/assets/stylesheets/responsive.scss */
  .list-item-filters {
    overflow-x: auto;
    white-space: nowrap;
    padding: 8px 8px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  /* line 118, app/assets/stylesheets/responsive.scss */
  .list-item-filters::-webkit-scrollbar {
    display: none;
  }
  /* line 124, app/assets/stylesheets/responsive.scss */
  .list-item-filters .list-item-filter {
    display: inline-block;
    padding: 0.35rem 0.75rem;
  }
  /* line 131, app/assets/stylesheets/responsive.scss */
  .content-wrapper {
    position: relative;
    padding-top: 4rem;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  /* line 138, app/assets/stylesheets/responsive.scss */
  .content-wrapper .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: black;
    overflow-y: auto;
  }
  /* line 149, app/assets/stylesheets/responsive.scss */
  .content-wrapper .main-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: block;
  }
  /* line 160, app/assets/stylesheets/responsive.scss */
  .content-wrapper .mobile-toggle {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 20;
    background-color: #2563eb;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }
  /* line 175, app/assets/stylesheets/responsive.scss */
  .content-wrapper .mobile-toggle svg {
    width: 24px;
    height: 24px;
  }
  /* line 183, app/assets/stylesheets/responsive.scss */
  .resource-files {
    gap: 8px;
  }
  /* line 186, app/assets/stylesheets/responsive.scss */
  .resource-files .resource-file-item {
    min-width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  /* line 196, app/assets/stylesheets/responsive.scss */
  .top-nav-center {
    transform: translateX(-50%) scale(0.9);
  }
  /* line 203, app/assets/stylesheets/responsive.scss */
  .resource-files .resource-file-item {
    min-width: calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}

@media (min-width: 768px) {
  /* line 213, app/assets/stylesheets/responsive.scss */
  .resource-files .resource-file-item {
    min-width: 150px;
    max-width: 180px;
  }
  /* line 220, app/assets/stylesheets/responsive.scss */
  .hamburger {
    display: none;
  }
  /* line 225, app/assets/stylesheets/responsive.scss */
  .content-wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: 100vh;
    padding-top: 4rem;
    overflow: hidden;
  }
  /* line 234, app/assets/stylesheets/responsive.scss */
  .content-wrapper .sidebar {
    position: relative;
    height: 100%;
    z-index: 5;
    flex-shrink: 0;
    overflow-y: auto;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  /* line 244, app/assets/stylesheets/responsive.scss */
  .content-wrapper .main-content {
    position: relative;
    flex: 1;
    height: 100%;
    z-index: 5;
    display: block;
    transform: none !important;
    opacity: 1 !important;
  }
  /* line 255, app/assets/stylesheets/responsive.scss */
  .content-wrapper .mobile-toggle {
    display: none;
  }
}

/* line 2, app/assets/stylesheets/components/_uppy.scss */
.uppy-Dashboard {
  border-radius: 8px;
  background-color: var(--panel-bg, #1b1b1b);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: var(--text-color, #333);
}

/* line 8, app/assets/stylesheets/components/_uppy.scss */
.uppy-Dashboard-inner {
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-color, #333);
  border-radius: 8px;
}

/* line 15, app/assets/stylesheets/components/_uppy.scss */
.uppy-Dashboard-AddFiles {
  border: 1px solid var(--border-color, #333);
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  background-color: var(--panel-bg, #1b1b1b);
  color: var(--text-color, #333);
}

/* line 23, app/assets/stylesheets/components/_uppy.scss */
.uppy-Dashboard-AddFiles:hover {
  border-color: #aaa;
}

/* line 28, app/assets/stylesheets/components/_uppy.scss */
.uppy-Dashboard-AddFiles-title {
  color: #333;
}

/* line 33, app/assets/stylesheets/components/_uppy.scss */
.uppy-artifact-upload-container {
  padding: 0;
  margin-bottom: 1rem;
  background-color: none;
}

/* line 80, app/assets/stylesheets/components/_uppy.scss */
.upload-buttons {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

/* line 86, app/assets/stylesheets/components/_uppy.scss */
.upload-buttons button {
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 92, app/assets/stylesheets/components/_uppy.scss */
.upload-buttons button:hover {
  border-color: #aaa;
}

/* line 99, app/assets/stylesheets/components/_uppy.scss */
:root {
  --border-color: #ccc;
  --bg-color: #f9f9f9;
  --text-color: #333;
  --accent-color: #333;
  --accent-hover-color: #3a80d2;
  --accent-active-color: #2a70c2;
  --bg-hover-color: #3a3a3a;
  --heading-color: #333;
  --secondary-text-color: #666;
  --progress-bg-color: #333;
}

@media (prefers-color-scheme: dark) {
  /* line 114, app/assets/stylesheets/components/_uppy.scss */
  :root {
    --border-color: #444;
    --bg-color: #222;
    --text-color: #e0e0e0;
    --accent-color: #333;
    --accent-hover-color: #4a8ada;
    --accent-active-color: #3a7aca;
    --bg-hover-color: #2a3a4a;
    --heading-color: #f0f0f0;
    --secondary-text-color: #aaa;
    --progress-bg-color: #333;
  }
  /* line 128, app/assets/stylesheets/components/_uppy.scss */
  .uppy-Dashboard {
    background-color: #222;
    color: #e0e0e0;
  }
  /* line 132, app/assets/stylesheets/components/_uppy.scss */
  .uppy-Dashboard .uppy-Dashboard-inner {
    background-color: #333;
    border: 1px solid #444;
  }
  /* line 137, app/assets/stylesheets/components/_uppy.scss */
  .uppy-Dashboard .uppy-Dashboard-dropFilesHereHint {
    color: #aaa;
    border: 1px solid #444;
  }
  /* line 142, app/assets/stylesheets/components/_uppy.scss */
  .uppy-Dashboard .uppy-Dashboard-browse {
    color: #5a9aea;
  }
  /* line 146, app/assets/stylesheets/components/_uppy.scss */
  .uppy-Dashboard .uppy-Dashboard-Item {
    background-color: #2a2a2a;
    border-bottom: 1px solid #444;
  }
  /* line 150, app/assets/stylesheets/components/_uppy.scss */
  .uppy-Dashboard .uppy-Dashboard-Item .uppy-Dashboard-Item-name {
    color: #e0e0e0;
  }
  /* line 154, app/assets/stylesheets/components/_uppy.scss */
  .uppy-Dashboard .uppy-Dashboard-Item .uppy-Dashboard-Item-statusSize {
    color: #aaa;
  }
  /* line 159, app/assets/stylesheets/components/_uppy.scss */
  .uppy-Dashboard .uppy-StatusBar {
    background-color: #333;
    color: #e0e0e0;
  }
  /* line 163, app/assets/stylesheets/components/_uppy.scss */
  .uppy-Dashboard .uppy-StatusBar .uppy-StatusBar-progress {
    background-color: #5a9aea;
  }
}

/* line 171, app/assets/stylesheets/components/_uppy.scss */
.upload-buttons {
  margin: 1rem 0;
}

/* line 174, app/assets/stylesheets/components/_uppy.scss */
.upload-buttons .upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-color, #333);
  color: white;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

/* line 186, app/assets/stylesheets/components/_uppy.scss */
.upload-buttons .upload-button:hover {
  background-color: var(--accent-hover-color, #1a1a1a);
}

/* line 190, app/assets/stylesheets/components/_uppy.scss */
.upload-buttons .upload-button:active {
  background-color: var(--accent-active-color, #0d0d0d);
}

/* line 194, app/assets/stylesheets/components/_uppy.scss */
.upload-buttons .upload-button span {
  display: inline-block;
}

/* line 201, app/assets/stylesheets/components/_uppy.scss */
.accepted-filetypes {
  margin-top: 1rem;
  text-align: left;
}

/* line 205, app/assets/stylesheets/components/_uppy.scss */
.accepted-filetypes > p {
  font-weight: 500;
  margin-bottom: 0.75rem;
  color: var(--text-color, #333);
}

/* line 211, app/assets/stylesheets/components/_uppy.scss */
.accepted-filetypes .filetype-groups {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1rem;
}

/* line 217, app/assets/stylesheets/components/_uppy.scss */
.accepted-filetypes .filetype-groups .filetype-group h4 {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  color: var(--heading-color, #333);
}

/* line 223, app/assets/stylesheets/components/_uppy.scss */
.accepted-filetypes .filetype-groups .filetype-group p {
  font-size: 0.75rem;
  color: var(--secondary-text-color, #666);
}

/* line 232, app/assets/stylesheets/components/_uppy.scss */
.uppy-progress-area {
  margin-top: 1rem;
}

/* line 235, app/assets/stylesheets/components/_uppy.scss */
.uppy-progress-area .uppy-progress-container {
  width: 100%;
  height: 8px;
  background-color: var(--progress-bg-color, #333);
  border-radius: 4px;
  overflow: hidden;
}

/* line 243, app/assets/stylesheets/components/_uppy.scss */
.uppy-progress-area .uppy-progress-bar {
  height: 100%;
  background-color: var(--accent-color, #333);
  width: var(--progress, 0%);
  transition: width 0.3s ease;
}

/* line 250, app/assets/stylesheets/components/_uppy.scss */
.uppy-progress-area .uppy-progress-text,
.uppy-progress-area .uppy-stats {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: var(--secondary-text-color, #666);
}

/* line 259, app/assets/stylesheets/components/_uppy.scss */
.hidden {
  display: none;
}
