@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  min-height: 100%;
  line-height: 1.6;
  color: #4B5563;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

.contenedor {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .contenedor {
    padding: 0 2rem;
  }
}

.contenedor-sm {
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .contenedor-sm {
    padding: 0 2rem;
  }
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  max-width: 100%;
}

svg,
button,
input,
select,
textarea {
  max-width: none;
}

.safe-container {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.main-content {
  min-height: calc(100vh - 7rem);
  padding-bottom: 0;
}

.section-padding {
  padding: 5rem 0;
}

.section-padding-small {
  padding: 2.5rem 0;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
*:focus-visible {
  outline: 2px solid #3aa5ed;
  outline-offset: 2px;
  border-radius: 4px;
}

.grid,
.flexbox,
.container,
section,
article,
div {
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.debug-overflow {
  outline: 2px solid red !important;
  background: rgba(255, 0, 0, 0.1) !important;
}

h1, h2, h3 {
  font-family: "Inter", sans-serif;
  margin: 0 0 2.5rem 0;
  font-weight: 900;
}

h1 {
  font-size: 6rem;
}

h2 {
  font-size: 5rem;
}

h3 {
  font-size: 4rem;
}

p {
  font-size: 2rem;
  color: #6b7280;
  line-height: 1.8;
}

/** Media Queries **/
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #FFFFFF 10%, #3aa5ed 100%);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 20% 20%, rgba(124, 58, 237, 0.05) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(219, 39, 119, 0.05) 0%, transparent 50%);
  pointer-events: none;
}
.hero__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero__container {
    padding: 0 4rem;
  }
}
.hero__content {
  display: grid;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero__content {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}
.hero__text {
  text-align: center;
}
@media (min-width: 1024px) {
  .hero__text {
    text-align: left;
  }
}
.hero__title {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  margin-bottom: 2rem;
  line-height: 1.1;
}
.hero__title--animated .hero__title-line {
  opacity: 0;
  transform: translateY(3rem);
}
.hero__title--animated .hero__title-line--1 {
  animation: title-line-entrance 1s ease-out 0.5s forwards;
}
.hero__title--animated .hero__title-line--2 {
  animation: title-line-entrance 1s ease-out 0.8s forwards;
}
.hero__title--animated .hero__title-line--3 {
  animation: title-line-entrance 1s ease-out 1.1s forwards;
}
.hero__title-line {
  display: block;
  font-size: 4rem;
  color: #4B5563;
}
@media (min-width: 768px) {
  .hero__title-line {
    font-size: 5rem;
  }
}
@media (min-width: 1024px) {
  .hero__title-line {
    font-size: 6rem;
  }
}
.hero__title-line--accent {
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}
.hero__title-line--accent::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  height: 0.5rem;
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  border-radius: 0.25rem;
  opacity: 0;
  transform-origin: left center;
  animation: accent-line-entrance 0.8s ease-out 1.5s forwards;
}
@media (min-width: 1024px) {
  .hero__title-line--accent::after {
    left: 0;
    transform-origin: left center;
  }
}
.hero__description {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 3rem;
  max-width: 50rem;
}
@media (min-width: 1024px) {
  .hero__description {
    font-size: 2rem;
  }
}
.hero__description--animated {
  opacity: 0;
  transform: translateY(2rem);
  animation: description-entrance 1s ease-out 1.4s forwards;
}
.hero__actions {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
@media (min-width: 768px) {
  .hero__actions {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .hero__actions {
    justify-content: flex-start;
  }
}
.hero__actions--animated {
  opacity: 0;
  transform: translateY(2rem);
  animation: actions-entrance 1s ease-out 1.8s forwards;
}
.hero__actions--animated .btn {
  transform: translateY(1rem);
  opacity: 0;
}
.hero__actions--animated .btn:first-child {
  animation: button-entrance 0.6s ease-out 2.2s forwards;
}
.hero__actions--animated .btn:last-child {
  animation: button-entrance 0.6s ease-out 2.4s forwards;
}
.hero__image {
  position: relative;
  display: flex;
  justify-content: center;
}
.hero__image-container {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: 50rem;
}
.hero__image-container.hero__image-animated {
  border-radius: 3rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(10px);
  border: 3.5px solid #27aedb;
}
.hero__artwork {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero__artwork--maria {
  z-index: 3;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.15));
  animation: maria-entrance 2s ease-out;
}
.hero__artwork--fondo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transform: scale(1.1);
  filter: blur(2px);
  animation: fondo-entrance 3s ease-out 2s forwards;
}
.hero__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(219, 39, 119, 0.1));
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  animation: overlay-fade-in 2s ease-out 1s forwards;
}
.hero__decorative-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
}
.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0;
  animation: glow-pulse 4s ease-in-out infinite;
}
.hero__glow--primary {
  width: 20rem;
  height: 20rem;
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  top: -5rem;
  right: -5rem;
  animation-delay: 3s;
}
.hero__glow--secondary {
  width: 15rem;
  height: 15rem;
  background: linear-gradient(135deg, #26f50b, #0891B2);
  bottom: -3rem;
  left: -3rem;
  animation-delay: 4s;
}
.hero__floating-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.floating-element {
  position: absolute;
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
  opacity: 0;
}
.floating-element--1 {
  width: 14rem;
  height: 12rem;
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  top: 10%;
  right: -3rem;
  animation: float 6s ease-in-out infinite, fade-in-float 1s ease-out 3s forwards;
  animation-delay: 0s, 3s;
}
.floating-element--2 {
  width: 8rem;
  height: 7rem;
  background: linear-gradient(135deg, #27aedb, #26f50b);
  bottom: 20%;
  left: -2rem;
  animation: float 6s ease-in-out infinite, fade-in-float 1s ease-out 3.5s forwards;
  animation-delay: 2s, 3.5s;
}
.floating-element--3 {
  width: 8rem;
  height: 8rem;
  background: linear-gradient(135deg, #26f50b, #0891B2);
  top: 60%;
  right: 10%;
  animation: float 6s ease-in-out infinite, fade-in-float 1s ease-out 4s forwards;
  animation-delay: 4s, 4s;
}
.floating-element--4 {
  width: 6rem;
  height: 6rem;
  background: linear-gradient(135deg, #0891B2, rgba(124, 58, 237, 0.6));
  top: 30%;
  left: 5%;
  animation: float 8s ease-in-out infinite, fade-in-float 1s ease-out 4.5s forwards;
  animation-delay: 1s, 4.5s;
}
.floating-element--5 {
  width: 10rem;
  height: 8rem;
  background: linear-gradient(135deg, rgba(219, 39, 119, 0.6), #3aa5ed);
  bottom: 40%;
  right: -2rem;
  animation: float 7s ease-in-out infinite, fade-in-float 1s ease-out 5s forwards;
  animation-delay: 3s, 5s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2rem);
  }
}
@keyframes maria-entrance {
  0% {
    opacity: 0;
    transform: translateY(3rem) scale(0.9);
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
  60% {
    opacity: 0.8;
    transform: translateY(-0.5rem) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.15));
  }
}
@keyframes fondo-entrance {
  0% {
    opacity: 0;
    transform: scale(1.1);
    filter: blur(2px);
  }
  50% {
    opacity: 0.3;
    transform: scale(1.05);
    filter: blur(1px);
  }
  100% {
    opacity: 0.7;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes overlay-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes glow-pulse {
  0%, 100% {
    opacity: 0.1;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(1.1);
  }
}
@keyframes fade-in-float {
  0% {
    opacity: 0;
    transform: translateY(2rem) scale(0.8);
  }
  100% {
    opacity: 0.4;
    transform: translateY(0) scale(1);
  }
}
@keyframes title-line-entrance {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  60% {
    transform: translateY(-0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes accent-line-entrance {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-50%);
    @media (min-width: 1024px) {
      transform: scaleX(0);
    }
  }
  60% {
    opacity: 0.8;
    transform: scaleX(1.1) translateX(-50%);
    @media (min-width: 1024px) {
      transform: scaleX(1.1);
    }
  }
  100% {
    opacity: 1;
    transform: scaleX(1) translateX(-50%);
    @media (min-width: 1024px) {
      transform: scaleX(1);
    }
  }
}
@keyframes description-entrance {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes actions-entrance {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes button-entrance {
  0% {
    opacity: 0;
    transform: translateY(1rem) scale(0.9);
  }
  60% {
    transform: translateY(-0.2rem) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.scroll-animate {
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.scroll-animate.scroll-animated {
  opacity: 1 !important;
  transform: none !important;
}

.scroll-animate[data-animation=fade-up] {
  opacity: 0;
  transform: translateY(50px);
}

.scroll-animate[data-animation=fade-down] {
  opacity: 0;
  transform: translateY(-50px);
}

.scroll-animate[data-animation=slide-left] {
  opacity: 0;
  transform: translateX(-50px);
}

.scroll-animate[data-animation=slide-right] {
  opacity: 0;
  transform: translateX(50px);
}

.scroll-animate[data-animation=scale-up] {
  opacity: 0;
  transform: scale(0.8);
}

.scroll-animate[data-animation=rotate-in] {
  opacity: 0;
  transform: rotate(-10deg) scale(0.8);
}

.testimonial {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonial:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.feature {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.feature__icon {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.feature:hover .feature__icon {
  transform: rotate(5deg) scale(1.1);
}

.artwork-card {
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.artwork-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.stat {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.stat:hover {
  transform: scale(1.05);
}
.stat__number {
  transition: color 0.3s ease;
}
.stat:hover .stat__number {
  color: #3aa5ed;
}

.process-step {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.process-step:hover {
  transform: translateY(-5px);
}
.process-step__number {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.process-step:hover .process-step__number {
  transform: scale(1.1);
  color: #3aa5ed;
  cursor: pointer;
}

.cta__content {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cta__content:hover {
  transform: scale(1.02);
}

.section-padding {
  padding: 8rem 0;
}
@media (min-width: 768px) {
  .section-padding {
    padding: 10rem 0;
  }
}

.section-header {
  margin-bottom: 6rem;
  text-align: center;
}
.section-header--center {
  text-align: center;
}

.section-title {
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 2rem;
  color: #4B5563;
  position: relative;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 5rem;
  }
}

.section-subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  color: #6b7280;
  line-height: 1.6;
  max-width: 60rem;
  margin: 0 auto;
}

.section-footer {
  text-align: center;
  margin-top: 5rem;
  padding: 3rem 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: linear-gradient(1deg, #FFFFFF 0%, #3aa5ed 100%);
  border-radius: 2rem 2rem 0 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .section-footer {
    margin-top: 4rem;
    padding: 4rem 1.5rem;
    border-radius: 3rem 3rem 0 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgb(248, 250, 252) 100%);
    box-shadow: 0 -6px 25px rgba(0, 0, 0, 0.08);
    border-top: 2px solid rgba(124, 58, 237, 0.1);
    position: relative;
  }
  .section-footer::before {
    content: "";
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 6rem;
    height: 0.4rem;
    background: linear-gradient(90deg, #d20bf5, #f50b8c);
    border-radius: 0.2rem;
  }
}
@media (min-width: 768px) {
  .section-footer {
    margin-top: 6rem;
    padding: 4rem 3rem;
    border-radius: 2.5rem 2.5rem 0 0;
  }
}
@media (min-width: 1024px) {
  .section-footer {
    margin-top: 7rem;
    padding: 5rem 4rem;
    border-radius: 2rem 2rem 0 0;
  }
}
.section-footer .btn {
  margin: 0.5rem;
}
@media (max-width: 767px) {
  .section-footer .btn {
    display: block;
    width: 100%;
    max-width: 32rem;
    margin: 1rem auto;
    padding: 1.8rem 2rem;
    font-size: 1.5rem;
  }
  .section-footer .btn:first-of-type {
    margin-top: 2rem;
  }
  .section-footer .btn svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (min-width: 768px) {
  .section-footer .btn {
    display: inline-flex;
    margin: 0.8rem;
    min-width: 22rem;
  }
}
.section-footer h3, .section-footer .section-footer__title {
  font-size: 2.2rem;
  color: #000;
  margin-bottom: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-footer h3, .section-footer .section-footer__title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
.section-footer p, .section-footer .section-footer__text {
  font-size: 1.6rem;
  color: #6b7280;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .section-footer p, .section-footer .section-footer__text {
    font-size: 1.5rem;
    margin-bottom: 3rem;
    padding: 0 1rem;
  }
}

.margin {
  margin-bottom: 3rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 3rem;
  border-radius: 1rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  min-width: 20rem;
  justify-content: center;
}
.btn svg {
  width: 2rem;
  height: 2rem;
}
.btn--primary {
  background: #3aa5ed;
  color: #FFFFFF;
  transition: all 0.3s ease, background 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn--primary:hover {
  background: rgb(18.5714285714, 76.1428571429, 202.4285714286);
  box-shadow: 0 10px 25px #3aa5ed;
  text-shadow: 0 0 2px #FFFFFF, 0 0 5px #FFFFFF, 0 0 10px #FFFFFF, 0 0 20px #FFFFFF;
}
.btn--secondary {
  background: #FFFFFF;
  color: #3aa5ed;
  border-color: #3aa5ed;
}
.btn--secondary:hover {
  background: #3aa5ed;
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px #2563EB;
  border-color: #FFFFFF;
}
.btn--outline {
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  color: #FFFFFF;
  border-color: #3aa5ed;
}
.btn--outline:hover {
  background: #3aa5ed;
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px #2563EB;
}
.btn--large {
  padding: 2rem 4rem;
  font-size: 1.8rem;
  min-width: 25rem;
}

.label-stat {
  font-size: 1.4rem;
  color: #6b7280;
}

.featured-gallery {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  position: relative;
  overflow: hidden;
}
.featured-gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 20% 80%, rgba(58, 165, 237, 0.05) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(39, 174, 219, 0.05) 0%, transparent 50%);
  pointer-events: none;
}
.featured-gallery__header {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .featured-gallery__header {
    margin-bottom: 10rem;
  }
}
.featured-gallery__title {
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 2rem;
  color: #4B5563;
  position: relative;
}
@media (min-width: 768px) {
  .featured-gallery__title {
    font-size: 5rem;
  }
}
.featured-gallery__title::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  height: 0.4rem;
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  border-radius: 0.2rem;
}
.featured-gallery__subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  color: #6b7280;
  line-height: 1.6;
  max-width: 60rem;
  margin: 0 auto 4rem;
}
@media (min-width: 768px) {
  .featured-gallery__subtitle {
    font-size: 2rem;
  }
}
.featured-gallery__filters {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .featured-gallery__filters {
    gap: 2rem;
  }
}
.featured-gallery__filter-btn {
  padding: 1rem 2rem;
  border: 2px solid #3aa5ed;
  background: transparent;
  color: #3aa5ed;
  border-radius: 3rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.featured-gallery__filter-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  right: 100%;
  bottom: 0;
  background: #3aa5ed;
  transition: all 0.3s ease;
  z-index: -1;
}
.featured-gallery__filter-btn:hover, .featured-gallery__filter-btn--active {
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(58, 165, 237, 0.3);
}
.featured-gallery__filter-btn:hover::before, .featured-gallery__filter-btn--active::before {
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .featured-gallery__filter-btn {
    padding: 1.2rem 2.5rem;
    font-size: 1.5rem;
  }
}
.featured-gallery__stats {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 6rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .featured-gallery__stats {
    gap: 8rem;
  }
}
.featured-gallery__stat {
  text-align: center;
}
.featured-gallery__stat-number {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: #3aa5ed;
  margin-bottom: 0.5rem;
  display: block;
}
@media (min-width: 768px) {
  .featured-gallery__stat-number {
    font-size: 4rem;
  }
}
.featured-gallery__stat-label {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.gallery-grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .gallery-grid--masonry {
    display: block;
    columns: 3;
    column-gap: 3rem;
  }
}

.artwork-card {
  background: #FFFFFF;
  border-radius: 2.5rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .artwork-card {
    break-inside: avoid;
    margin-bottom: 3rem;
  }
}
.artwork-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.artwork-card:hover .artwork-card__image img {
  transform: scale(1.1);
}
.artwork-card:hover .artwork-card__overlay {
  opacity: 1;
}
.artwork-card:hover .artwork-card__badge {
  transform: scale(1.1);
}
@media (min-width: 1024px) {
  .artwork-card--large {
    grid-column: span 8;
  }
}
.artwork-card--large .artwork-card__image {
  height: 45rem;
}
@media (min-width: 1024px) {
  .artwork-card--large .artwork-card__image {
    height: 55rem;
  }
}
@media (min-width: 1024px) {
  .artwork-card--medium {
    grid-column: span 4;
  }
}
.artwork-card--medium .artwork-card__image {
  height: 35rem;
}
@media (min-width: 1024px) {
  .artwork-card--medium .artwork-card__image {
    height: 40rem;
  }
}
@media (min-width: 1024px) {
  .artwork-card--small {
    grid-column: span 4;
  }
}
.artwork-card--small .artwork-card__image {
  height: 25rem;
}
@media (min-width: 1024px) {
  .artwork-card--small .artwork-card__image {
    height: 30rem;
  }
}
.artwork-card__badge {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  color: #FFFFFF;
  padding: 0.8rem 1.5rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 3;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(58, 165, 237, 0.3);
}
.artwork-card__badge--new {
  background: linear-gradient(135deg, #26f50b, #20c997);
}
.artwork-card__badge--popular {
  background: linear-gradient(135deg, #f39c12, #e67e22);
}
.artwork-card__badge--exclusive {
  background: linear-gradient(135deg, #8e44ad, #9b59b6);
}
.artwork-card__image {
  position: relative;
  height: 30rem;
  overflow: hidden;
  background: #D1D5DB;
}
.artwork-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.artwork-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(39, 174, 219, 0.9));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
}
.artwork-card__actions {
  display: flex;
  gap: 1.5rem;
  z-index: 3;
}
.artwork-card__btn {
  width: 5.5rem;
  height: 5.5rem;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  color: #4B5563;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.artwork-card__btn svg {
  width: 2.4rem;
  height: 2.4rem;
}
.artwork-card__btn:hover {
  background: #FFFFFF;
  color: #3aa5ed;
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}
.artwork-card__btn--primary {
  background: #3aa5ed;
  color: #FFFFFF;
}
.artwork-card__btn--primary:hover {
  background: #FFFFFF;
  color: #3aa5ed;
  transform: scale(1.2) translateY(-3px);
}
.artwork-card__info {
  padding: 3rem;
  position: relative;
}
.artwork-card__info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3rem;
  right: 3rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, #D1D5DB, transparent);
}
.artwork-card__category {
  font-size: 1.2rem;
  color: #3aa5ed;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.artwork-card__title {
  font-family: "Inter", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #4B5563;
  line-height: 1.3;
}
.artwork-card__description {
  font-family: "Open Sans", sans-serif;
  color: #6b7280;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.artwork-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.artwork-card__price {
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #3aa5ed;
}
.artwork-card__price--currency {
  font-size: 1.8rem;
  opacity: 0.8;
}
.artwork-card__availability {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.3rem;
  font-weight: 600;
}
.artwork-card__availability--available {
  color: #3aa5ed;
  font-size: 1.8rem;
}
.artwork-card__availability--sold {
  color: #6b7280;
}
.artwork-card__availability--reserved {
  color: #f39c12;
}
.artwork-card__availability::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: currentColor;
}
.artwork-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}
.artwork-card__tag {
  background: rgba(58, 165, 237, 0.1);
  color: #3aa5ed;
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.artwork-card__details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0;
  padding: 1.5rem;
  background: rgba(58, 165, 237, 0.03);
  border-radius: 1.2rem;
  border: 1px solid rgba(58, 165, 237, 0.1);
}
.artwork-card__detail {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.8rem;
  color: #6b7280;
}
.artwork-card__detail-icon {
  width: 1.6rem;
  height: 1.6rem;
  color: #3aa5ed;
  opacity: 0.8;
  flex-shrink: 0;
}
.artwork-card__detail-text {
  font-weight: 500;
  line-height: 1.3;
}

.about-artist {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  position: relative;
}
.about-artist__content {
  display: grid;
  gap: 6rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .about-artist__content {
    grid-template-columns: 1fr 1fr;
  }
}
.about-artist__image {
  position: relative;
}
.about-artist__image img {
  width: 100%;
  border-radius: 2rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
@media (max-width: 480px) {
  .about-artist__image img {
    margin-bottom: 4rem;
  }
}
.about-artist__stats {
  position: absolute;
  bottom: -5rem;
  left: -1rem;
  transform: translateX(-50%);
  display: flex;
  gap: 1.5rem;
  background: #FFFFFF;
  padding: 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  max-width: calc(100vw - 4rem);
  width: max-content;
}
@media (max-width: 480px) {
  .about-artist__stats {
    gap: 1rem;
    padding: 1.2rem;
    flex-wrap: wrap;
    justify-content: center;
    max-width: calc(100vw - 2rem);
  }
}
@media (min-width: 768px) {
  .about-artist__stats {
    left: 2rem;
    transform: none;
    gap: 2rem;
    padding: 2rem;
    max-width: none;
    flex-wrap: nowrap;
  }
}
.about-artist__title {
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 3rem;
  color: #4B5563;
}
@media (min-width: 768px) {
  .about-artist__title {
    font-size: 5rem;
  }
}
.about-artist__description {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 2rem;
}
.about-artist__features {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 4rem 0;
}

.stat {
  text-align: center;
  min-width: 0;
  flex-shrink: 1;
}
.stat__number {
  font-family: "Inter", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: #3aa5ed;
  line-height: 1;
}
@media (min-width: 480px) {
  .stat__number {
    font-size: 3rem;
  }
}
.stat__label {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #6b7280;
  margin-top: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 480px) {
  .stat__label {
    font-size: 1.2rem;
    white-space: normal;
  }
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.feature__icon {
  width: 6rem;
  height: 6rem;
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feature__icon svg {
  width: 3rem;
  height: 3rem;
  color: #FFFFFF;
}
.feature__text h4 {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #4B5563;
}
.feature__text p {
  font-family: "Open Sans", sans-serif;
  color: #6b7280;
  line-height: 1.6;
}

.creative-process {
  background: #FFFFFF;
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.process-step {
  display: grid;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .process-step {
    grid-template-columns: auto 1fr 1fr;
    gap: 6rem;
  }
}
@media (min-width: 1024px) {
  .process-step--reverse {
    grid-template-columns: auto 1fr 1fr;
  }
  .process-step--reverse .process-step__content {
    order: 2;
  }
  .process-step--reverse .process-step__image {
    order: 1;
  }
}
.process-step__number {
  font-family: "Inter", sans-serif;
  font-size: 8rem;
  font-weight: 900;
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  line-height: 1;
}
@media (min-width: 1024px) {
  .process-step__number {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
.process-step__content {
  text-align: center;
}
@media (min-width: 1024px) {
  .process-step__content {
    text-align: left;
  }
}
.process-step__title {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #4B5563;
}
.process-step__description {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #6b7280;
}
.process-step__image img {
  width: 100%;
  border-radius: 2rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.testimonials {
  background: linear-gradient(135deg, #2563EB 0%, #27aedb 100%);
  color: #FFFFFF;
  position: relative;
  padding-bottom: 4rem;
}
.testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 30% 40%, rgba(124, 58, 237, 0.1) 0%, transparent 50%), radial-gradient(circle at 70% 60%, rgba(219, 39, 119, 0.1) 0%, transparent 50%);
  pointer-events: none;
}
.testimonials .section-title,
.testimonials .section-subtitle {
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.testimonials-grid {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(1, 1fr);
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .testimonials-grid {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .testimonials-grid {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.testimonial {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  padding: 3rem;
  transition: all 0.3s ease;
}
.testimonial:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.1);
}
.testimonial__content {
  margin-bottom: 3rem;
}
.testimonial__stars {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.testimonial__stars svg {
  width: 2rem;
  height: 2rem;
  color: #26f50b;
}
.testimonial__text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
}
.testimonial__author {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.testimonial__avatar {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.2);
}
.testimonial__name {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #FFFFFF;
}
.testimonial__role {
  font-family: "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
}

.cta {
  background: linear-gradient(135deg, #3aa5ed, #27aedb, #2563EB);
  color: #FFFFFF;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 2rem;
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  pointer-events: none;
}
.cta__content {
  position: relative;
  z-index: 1;
  max-width: 80rem;
  margin: 0 auto;
}
.cta__title {
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .cta__title {
    font-size: 5rem;
  }
}
.cta__description {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 4rem;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .cta__description {
    font-size: 2rem;
  }
}
.cta__actions {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 768px) {
  .cta__actions {
    flex-direction: row;
    justify-content: center;
  }
}
.cta__actions .btn--primary {
  background: #FFFFFF;
  color: #3aa5ed;
}
.cta__actions .btn--primary:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-3px);
}
.cta__actions .btn--outline {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.cta__actions .btn--outline:hover {
  background: #FFFFFF;
  color: #3aa5ed;
}

.obra-modal__galeria {
  margin-top: 2rem;
  padding: 2rem;
  background: rgba(209, 213, 219, 0.3);
  border-radius: 12px;
}
.obra-modal__galeria-titulo {
  font-size: 1.6rem;
  font-weight: 600;
  color: #4B5563;
  margin-bottom: 1.5rem;
  text-align: center;
}
.obra-modal__galeria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 1rem;
}
@media (min-width: 768px) {
  .obra-modal__galeria-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1.5rem;
  }
}
.obra-modal__imagen-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.obra-modal__imagen-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}
.obra-modal__imagen-item:hover .obra-modal__imagen-overlay {
  opacity: 1;
}
.obra-modal__imagen-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .obra-modal__imagen-item img {
    height: 120px;
  }
}
.obra-modal__imagen-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.obra-modal__imagen-overlay svg {
  width: 2rem;
  height: 2rem;
  color: #FFFFFF;
}
.obra-modal__imagen-numero {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: #3318ff;
  color: #FFFFFF;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.obra-modal__image img {
  transition: opacity 0.3s ease;
}

.obra-modal__body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .obra-modal__body {
    flex-direction: row;
    gap: 3rem;
  }
}
.obra-modal__images-section {
  flex: 1;
  min-width: 0;
}
.obra-modal__image-principal {
  margin-bottom: 2rem;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(20deg, #FFFFFF 0%, #3aa5ed 100%);
}
.obra-modal__image-principal img {
  width: 100%;
  height: auto;
  max-height: 60vh;
  object-fit: contain;
  display: block;
  transition: all 0.3s ease;
}
.obra-modal__galeria-titulo {
  font-size: 1.6rem;
  color: #4B5563;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.obra-modal__galeria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 1rem;
}
@media (min-width: 768px) {
  .obra-modal__galeria-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
}
.obra-modal__imagen-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.obra-modal__imagen-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}
.obra-modal__imagen-item--active {
  border-color: #3318ff;
  box-shadow: 0 0 0 2px rgba(51, 24, 255, 0.2);
}
.obra-modal__imagen-item img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .obra-modal__imagen-item img {
    height: 100px;
  }
}
.obra-modal__imagen-item:hover img {
  transform: scale(1.05);
}
.obra-modal__imagen-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.obra-modal__imagen-overlay svg {
  width: 2rem;
  height: 2rem;
  color: white;
}
.obra-modal__imagen-item:hover .obra-modal__imagen-overlay {
  opacity: 1;
}
.obra-modal__imagen-numero {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: #3318ff;
  color: white;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.obra-modal__imagen-badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: #26f50b;
  color: white;
  padding: 0.3rem 0.6rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.obra-modal__info {
  flex: 1;
  min-width: 0;
}
.obra-modal__info h4 {
  font-size: 2.2rem;
  color: #4B5563;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.3;
}
.obra-modal__info p {
  font-size: 1.5rem;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.obra-modal__meta {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: linear-gradient(200deg, #FFFFFF 0%, #2563EB 100%);
  border-radius: 8px;
}
.obra-modal__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.obra-modal__actions .btn {
  flex: 1;
  min-width: 200px;
}
@media (min-width: 768px) {
  .obra-modal__actions .btn {
    flex: none;
    min-width: auto;
  }
}

.obra-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.obra-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}

.obra-modal__content {
  position: relative;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  animation: modalSlideIn 0.3s ease-out;
}

.obra-modal__header {
  padding: 1.5rem;
  border-bottom: 1px solid #D1D5DB;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(20deg, #FFFFFF 0%, #3aa5ed 100%);
}

.obra-modal__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #4B5563;
  margin: 0;
}

.obra-modal__close {
  background: none;
  border: none;
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  color: #D1D5DB;
  transition: all 0.2s ease;
}
.obra-modal__close svg {
  width: 1.5rem;
  height: 1.5rem;
}
.obra-modal__close:hover {
  background: #D1D5DB;
  color: #6b7280;
}

.obra-modal__body {
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-height: calc(90vh - 100px);
  overflow-y: auto;
}
@media (max-width: 768px) {
  .obra-modal__body {
    grid-template-columns: 1fr;
    padding: 1.5rem;
    gap: 1.5rem;
  }
}

.obra-modal__image img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 0.75rem;
  border: 1px solid #D1D5DB;
}

.obra-modal__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.obra-modal__info h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #4B5563;
  margin: 0;
  line-height: 1.3;
}
.obra-modal__info p {
  color: #D1D5DB;
  line-height: 1.6;
  margin: 0;
  font-size: 1.5rem;
}

.obra-modal__meta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.obra-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  border-radius: 0.5rem;
}
@media (max-width: 480px) {
  .obra-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}

.obra-meta__label {
  font-weight: 700;
  color: #4B5563;
  font-size: 1.6rem;
}

.obra-meta__value {
  color: #D1D5DB;
  font-weight: 600;
  font-size: 1.3rem;
}

.obra-modal__actions {
  display: flex;
  gap: 1rem;
  margin-top: auto;
}
@media (max-width: 480px) {
  .obra-modal__actions {
    flex-direction: column;
  }
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@media (max-width: 640px) {
  .obra-modal {
    padding: 0.5rem;
  }
  .obra-modal__content {
    border-radius: 0.75rem;
    max-height: 95vh;
  }
  .obra-modal__header {
    padding: 1rem;
  }
  .obra-modal__title {
    font-size: 1.125rem;
  }
  .obra-modal__close svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (max-width: 480px) {
  .obra-modal__body {
    padding: 1rem;
    gap: 1rem;
  }
  .obra-modal__info h4 {
    font-size: 1.25rem;
  }
  .obra-modal__image img {
    max-height: 250px;
  }
}
.shop-hero {
  background: linear-gradient(135deg, #3318ff 0%, #0b8cf5 100%);
  color: white;
  padding: 6rem 0;
}
.shop-hero__content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.shop-hero__title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.877);
}
@media (max-width: 768px) {
  .shop-hero__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .shop-hero__title {
    font-size: 2rem;
  }
}
.shop-hero__subtitle {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  line-height: 1.6;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .shop-hero__subtitle {
    font-size: 1.125rem;
  }
}
.shop-hero__stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 640px) {
  .shop-hero__stats {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  .shop-hero__stats {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.stat {
  text-align: center;
}
.stat__number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.stat__label {
  font-size: 1.4rem;
  opacity: 0.8;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.shop-filters {
  background: #D1D5DB;
  padding: 2rem 0;
  border-bottom: 1px solid #9CA3AF;
}

.filters-container {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .filters-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.search-box .search-input-wrapper {
  position: relative;
  max-width: 400px;
}
@media (max-width: 768px) {
  .search-box .search-input-wrapper {
    max-width: 100%;
  }
}
.search-box .search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  color: #D1D5DB;
  pointer-events: none;
}
.search-box .search-input {
  width: 100%;
  padding: 0.75rem 3rem 0.75rem 3rem;
  border: 2px solid #9CA3AF;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  transition: all 0.2s ease;
}
.search-box .search-input:focus {
  outline: none;
  border-color: #3318ff;
  box-shadow: 0 0 0 3px rgba(51, 24, 255, 0.1);
}
.search-box .search-input::placeholder {
  color: #D1D5DB;
}
.search-box .clear-search {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0.25rem;
  border-radius: 0.25rem;
  cursor: pointer;
  color: #D1D5DB;
  transition: all 0.2s ease;
}
.search-box .clear-search svg {
  width: 1rem;
  height: 1rem;
}
.search-box .clear-search:hover {
  color: #9CA3AF;
  background: #D1D5DB;
}

.filters-group {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 640px) {
  .filters-group {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
}

.filter-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 640px) {
  .filter-item {
    flex-direction: column;
    align-items: stretch;
  }
}

.filter-label {
  font-weight: 500;
  color: #4B5563;
  font-size: 1.4rem;
  white-space: nowrap;
}

.filter-select {
  padding: 0.5rem 0.75rem;
  border: 2px solid #9CA3AF;
  border-radius: 0.375rem;
  font-size: 1.4rem;
  background: white;
  cursor: pointer;
  transition: all 0.2s ease;
}
.filter-select:focus {
  outline: none;
  border-color: #3318ff;
}

.view-toggle {
  display: flex;
  border: 2px solid #9CA3AF;
  border-radius: 0.375rem;
  overflow: hidden;
}

.view-btn {
  padding: 0.5rem;
  border: none;
  background: white;
  cursor: pointer;
  color: #D1D5DB;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-btn svg {
  width: 1.6rem;
  height: 1.6rem;
}
.view-btn:hover {
  background: #D1D5DB;
  color: #4B5563;
}
.view-btn--active {
  background: #3318ff;
  color: white;
}
.view-btn--active:hover {
  background: #3318ff;
}

.results-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  color: #4B5563;
}
@media (max-width: 640px) {
  .results-info {
    flex-direction: column;
    gap: 0.5rem;
    align-items: stretch;
  }
}

.reset-filters {
  background: none;
  border: none;
  color: #3318ff;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.reset-filters:hover {
  background: #3aa5ed;
  color: #3318ff;
}

.shop-gallery {
  padding: 3rem 0;
}

.shop-grid--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}
@media (max-width: 640px) {
  .shop-grid--grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
  }
}
.shop-grid--list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.shop-card {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.shop-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.shop-card__image {
  position: relative;
  padding-bottom: 66.67%;
  overflow: hidden;
}
.shop-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.shop-card__image:hover img {
  transform: scale(1.05);
}
.shop-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-card:hover .shop-card__overlay {
  opacity: 1;
}
.shop-card__actions {
  display: flex;
  gap: 0.75rem;
}
.shop-card__btn {
  background: #3aa5ed;
  border: none;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #D1D5DB;
  transition: all 0.2s ease;
}
.shop-card__btn svg {
  width: 1.6rem;
  height: 1.6rem;
}
.shop-card__btn:hover {
  background: #3318ff;
  color: white;
  transform: translateY(-2px);
}
.shop-card__info {
  padding: 1.5rem;
}
.shop-card__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4B5563;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.shop-card__description {
  color: #9CA3AF;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.shop-card__date {
  font-size: 1.3rem;
  color: #4B5563;
  font-weight: 500;
}

.shop-list-item {
  background: white;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: grid;
  grid-template-columns: 200px 1fr auto;
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 768px) {
  .shop-list-item {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }
}
.shop-list-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.shop-list-item__image {
  border-radius: 0.75rem;
  overflow: hidden;
}
.shop-list-item__image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .shop-list-item__image img {
    height: 200px;
  }
}
.shop-list-item__content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}
@media (max-width: 768px) {
  .shop-list-item__content {
    gap: 1rem;
  }
}
.shop-list-item__info {
  flex: 1;
}
.shop-list-item__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4B5563;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .shop-list-item__title {
    font-size: 1.25rem;
  }
}
.shop-list-item__description {
  color: #9CA3AF;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.shop-list-item__meta {
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .shop-list-item__meta {
    justify-content: center;
  }
}
.shop-list-item__date {
  font-size: 0.875rem;
  color: #D1D5DB;
  font-weight: 500;
}
.shop-list-item__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 140px;
}
@media (max-width: 768px) {
  .shop-list-item__actions {
    flex-direction: row;
    justify-content: center;
    min-width: auto;
  }
}
@media (max-width: 480px) {
  .shop-list-item__actions {
    flex-direction: column;
  }
}

.loading-state,
.empty-state,
.error-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  text-align: center;
  color: #9CA3AF;
}
.loading-state .loading-spinner,
.loading-state .empty-state__icon,
.loading-state .error-state__icon,
.empty-state .loading-spinner,
.empty-state .empty-state__icon,
.empty-state .error-state__icon,
.error-state .loading-spinner,
.error-state .empty-state__icon,
.error-state .error-state__icon {
  margin-bottom: 1.5rem;
}
.loading-state .loading-spinner svg,
.loading-state .empty-state__icon svg,
.loading-state .error-state__icon svg,
.empty-state .loading-spinner svg,
.empty-state .empty-state__icon svg,
.empty-state .error-state__icon svg,
.error-state .loading-spinner svg,
.error-state .empty-state__icon svg,
.error-state .error-state__icon svg {
  width: 3rem;
  height: 3rem;
  color: #D1D5DB;
}
.loading-state h3,
.empty-state h3,
.error-state h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4B5563;
  margin-bottom: 0.5rem;
}
.loading-state p,
.empty-state p,
.error-state p {
  font-size: 1rem;
  max-width: 400px;
  margin-bottom: 1.5rem;
}

.spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 640px) {
  .shop-hero {
    padding: 3rem 0;
  }
  .shop-filters {
    padding: 1.5rem 0;
  }
  .shop-gallery {
    padding: 2rem 0;
  }
  .shop-grid--grid {
    grid-template-columns: 1fr;
  }
}
.gallery-hero {
  background: linear-gradient(135deg, #3318ff 0%, #0b8cf5 100%);
  color: white;
  padding: 5rem 0 3rem;
  position: relative;
  overflow: hidden;
}
.gallery-hero__content {
  text-align: center;
  position: relative;
  z-index: 2;
}
.gallery-hero__title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.877);
}
@media (max-width: 768px) {
  .gallery-hero__title {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .gallery-hero__title {
    font-size: 2.5rem;
  }
}
.gallery-hero__subtitle {
  font-size: 2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .gallery-hero__subtitle {
    font-size: 1.125rem;
  }
}
.gallery-hero__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  opacity: 0.8;
}
.gallery-hero__breadcrumb a {
  color: white;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.gallery-hero__breadcrumb a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.gallery-hero__breadcrumb span {
  color: rgba(255, 255, 255, 0.6);
}
.gallery-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.floating-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.floating-shapes .shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: float 6s ease-in-out infinite;
}
.floating-shapes .shape--1 {
  width: 100px;
  height: 100px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}
.floating-shapes .shape--2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}
.floating-shapes .shape--3 {
  width: 80px;
  height: 80px;
  bottom: 20%;
  left: 20%;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}
.gallery-stats {
  padding: 3rem 0;
  background: #D1D5DB;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
}

.stat-card {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.stat-card:hover {
  transform: translateY(-4px);
}
.stat-card__icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
  color: #3318ff;
}
.stat-card__icon svg {
  width: 100%;
  height: 100%;
}
.stat-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.stat-card__number {
  font-size: 2rem;
  font-weight: 700;
  color: #4B5563;
}
.stat-card__label {
  font-size: 1.3rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.gallery-filters {
  background: white;
  padding: 3rem 0;
  border-bottom: 1px solid #D1D5DB;
}

.filters-header {
  text-align: center;
  margin-bottom: 3rem;
}
.filters-header .filters-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4B5563;
  margin-bottom: 1rem;
}
.filters-header .filters-subtitle {
  font-size: 1.4rem;
  color: #6b7280;
  max-width: 500px;
  margin: 0 auto;
}

.filters-panel {
  background: #D1D5DB;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
}

.search-section {
  margin-bottom: 2rem;
}
.search-section .search-input-container {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.search-section .search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  color: #D1D5DB;
  pointer-events: none;
}
.search-section .search-input {
  width: 100%;
  padding: 1rem 3rem;
  border: 2px solid #D1D5DB;
  border-radius: 0.75rem;
  font-size: 1.5rem;
  background: #27aedb;
  transition: all 0.3s ease;
  color: #FFFFFF;
}
.search-section .search-input:focus {
  outline: none;
  border-color: #27aedb;
  box-shadow: 0 0 0 4px rgba(51, 24, 255, 0.1);
}
.search-section .search-input::placeholder {
  color: #FFFFFF;
}
.search-section .clear-search-btn {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0.5rem;
  border-radius: 0.375rem;
  cursor: pointer;
  color: #D1D5DB;
  transition: all 0.2s ease;
}
.search-section .clear-search-btn svg {
  width: 1rem;
  height: 1rem;
}
.search-section .clear-search-btn:hover {
  color: #6b7280;
  background: #D1D5DB;
}

.filters-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  align-items: end;
}
@media (max-width: 768px) {
  .filters-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.filter-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.filter-group .filter-label {
  font-weight: 700;
  color: #4B5563;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.filter-group .filter-label svg {
  width: 1rem;
  height: 1rem;
  color: #3318ff;
}
.filter-group .filter-select {
  padding: 0.75rem;
  border: 2px solid #D1D5DB;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  background: white;
  cursor: pointer;
  transition: all 0.2s ease;
}
.filter-group .filter-select:focus {
  outline: none;
  border-color: #3318ff;
}

.view-controls {
  display: flex;
  border: 2px solid #D1D5DB;
  border-radius: 0.5rem;
  overflow: hidden;
  background: white;
}

.view-btn {
  padding: 0.75rem;
  border: none;
  background: white;
  cursor: pointer;
  color: #9CA3AF;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.view-btn svg {
  width: 2.3rem;
  height: 2.3rem;
}
.view-btn:hover {
  background: #D1D5DB;
  color: #FFFFFF;
}
.view-btn--active {
  background: #2563EB;
  color: white;
}
.view-btn--active:hover {
  background: #3318ff;
}

.reset-btn {
  background: none;
  border: 2px solid #D1D5DB;
  color: #6b7280;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
}
.reset-btn svg {
  width: 1rem;
  height: 1rem;
}
.reset-btn:hover {
  background: #ff6565;
  border-color: #ff0000;
  color: #800000;
}

.results-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .results-summary {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

.results-count {
  font-weight: 500;
  color: #4B5563;
}

.results-actions {
  display: flex;
  gap: 1rem;
}
@media (max-width: 480px) {
  .results-actions {
    flex-direction: column;
    width: 100%;
  }
}

.select-btn,
.download-btn {
  padding: 0.5rem 1rem;
  border: 2px solid #3318ff;
  background: white;
  color: #3318ff;
  border-radius: 0.375rem;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 500;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.select-btn svg,
.download-btn svg {
  width: 1.5rem;
  height: 1.5rem;
}
.select-btn:hover,
.download-btn:hover {
  background: #3318ff;
  color: white;
}

.download-btn {
  background: #3318ff;
  color: #FFFFFF;
  font-size: 1.5rem;
}
.download-btn:hover {
  background: #ff6565;
}

.main-gallery {
  padding: 3rem 0;
}

.gallery-grid--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}
@media (max-width: 640px) {
  .gallery-grid--grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
  }
}
.gallery-grid--masonry {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-auto-rows: 20px;
  gap: 1rem;
}
@media (max-width: 640px) {
  .gallery-grid--masonry {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
.gallery-grid--list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.gallery-card {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}
.gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15);
}
.gallery-card--selected {
  border: 3px solid #3318ff;
  box-shadow: 0 0 0 4px rgba(51, 24, 255, 0.1);
}
.gallery-card__selector {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
}
.gallery-card__selector .obra-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.gallery-card__image {
  position: relative;
  padding-bottom: 66.67%;
  overflow: hidden;
}
.gallery-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery-card__image:hover img {
  transform: scale(1.05);
}
.gallery-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
}
.gallery-card:hover .gallery-card__overlay {
  opacity: 1;
}
.gallery-card__actions {
  display: flex;
  gap: 0.75rem;
  width: 100%;
}
.gallery-card__btn {
  background: white;
  border: none;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #4B5563;
  transition: all 0.2s ease;
  flex: 1;
  justify-content: center;
}
.gallery-card__btn svg {
  width: 1.5rem;
  height: 1.5rem;
}
.gallery-card__btn:hover {
  background: #27aedb;
  color: #FFFFFF;
  transform: translateY(-2px);
}
.gallery-card__info {
  padding: 1.5rem;
}
.gallery-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #4B5563;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.gallery-card__description {
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.gallery-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gallery-card__date {
  font-size: 1.2rem;
  color: #D1D5DB;
  font-weight: 700;
}

.masonry-card {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.masonry-card--1 {
  grid-row-end: span 20;
}
.masonry-card--2 {
  grid-row-end: span 25;
}
.masonry-card--3 {
  grid-row-end: span 30;
}
.masonry-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15);
}
.masonry-card--selected {
  border: 3px solid #3318ff;
  box-shadow: 0 0 0 4px rgba(51, 24, 255, 0.1);
}
.masonry-card__selector {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
}
.masonry-card__selector .obra-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.masonry-card__image {
  position: relative;
  height: 100%;
}
.masonry-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.masonry-card__image:hover img {
  transform: scale(1.05);
}
.masonry-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
  padding: 1.5rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.masonry-card:hover .masonry-card__overlay {
  transform: translateY(0);
}
.masonry-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.masonry-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}
.masonry-card__date {
  font-size: 1.3rem;
  opacity: 0.9;
}
.masonry-card__actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.masonry-card__btn {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 0.5rem;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.2s ease;
  backdrop-filter: blur(10px);
}
.masonry-card__btn svg {
  width: 1.5rem;
  height: 1.5rem;
}
.masonry-card__btn:hover {
  background: white;
  color: #4B5563;
}

.gallery-list-item {
  background: white;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: grid;
  grid-template-columns: auto 200px 1fr auto;
  gap: 1.5rem;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .gallery-list-item {
    grid-template-columns: auto 1fr;
    gap: 1rem;
    text-align: center;
  }
}
.gallery-list-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.gallery-list-item--selected {
  border: 3px solid #3318ff;
  box-shadow: 0 0 0 4px rgba(51, 24, 255, 0.1);
}
.gallery-list-item__selector .obra-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.gallery-list-item__image {
  border-radius: 0.75rem;
  overflow: hidden;
}
.gallery-list-item__image img {
  width: 200px;
  height: 150px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .gallery-list-item__image img {
    width: 100%;
    max-width: 300px;
    height: 200px;
  }
}
.gallery-list-item__content {
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .gallery-list-item__content {
    grid-column: 1/-1;
  }
}
@media (max-width: 768px) {
  .gallery-list-item__info {
    text-align: center;
  }
}
.gallery-list-item__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4B5563;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .gallery-list-item__title {
    font-size: 1.25rem;
  }
}
.gallery-list-item__description {
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.gallery-list-item__meta {
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .gallery-list-item__meta {
    justify-content: center;
  }
}
.gallery-list-item__date {
  font-size: 1.3rem;
  color: #D1D5DB;
  font-weight: 500;
}
.gallery-list-item__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 140px;
}
@media (max-width: 768px) {
  .gallery-list-item__actions {
    flex-direction: row;
    justify-content: center;
    grid-column: 1/-1;
    min-width: auto;
  }
}
@media (max-width: 480px) {
  .gallery-list-item__actions {
    flex-direction: column;
  }
}

.gallery-pagination {
  text-align: center;
  margin-top: 3rem;
}

.load-more-btn {
  background: #3318ff;
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
.load-more-btn svg {
  width: 1.25rem;
  height: 1.25rem;
}
.load-more-btn:hover {
  background: #2563EB;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(51, 24, 255, 0.3);
}

.loading-state,
.empty-state,
.error-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  text-align: center;
  color: #D1D5DB;
}
.loading-state .loading-spinner,
.loading-state .empty-state__icon,
.loading-state .error-state__icon,
.empty-state .loading-spinner,
.empty-state .empty-state__icon,
.empty-state .error-state__icon,
.error-state .loading-spinner,
.error-state .empty-state__icon,
.error-state .error-state__icon {
  margin-bottom: 1.5rem;
}
.loading-state .loading-spinner svg,
.loading-state .empty-state__icon svg,
.loading-state .error-state__icon svg,
.empty-state .loading-spinner svg,
.empty-state .empty-state__icon svg,
.empty-state .error-state__icon svg,
.error-state .loading-spinner svg,
.error-state .empty-state__icon svg,
.error-state .error-state__icon svg {
  width: 4rem;
  height: 4rem;
  color: #D1D5DB;
}
.loading-state h3,
.empty-state h3,
.error-state h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4B5563;
  margin-bottom: 0.75rem;
}
.loading-state p,
.empty-state p,
.error-state p {
  font-size: 1rem;
  max-width: 400px;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.spinner {
  animation: spin 1s linear infinite;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.gallery-card,
.masonry-card,
.gallery-list-item {
  animation: fadeInUp 0.6s ease-out;
}

@media (max-width: 640px) {
  .gallery-hero {
    padding: 4rem 0 2rem;
  }
  .gallery-stats {
    padding: 2rem 0;
  }
  .gallery-filters {
    padding: 2rem 0;
  }
  .main-gallery {
    padding: 2rem 0;
  }
  .gallery-grid--grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid--masonry {
    grid-template-columns: 1fr;
  }
}
.obra-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.obra-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.obra-modal__content {
  background: white;
  border-radius: 1rem;
  max-width: 1000px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.obra-modal__header {
  padding: 2rem 2rem 0;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
}
.obra-modal__header h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3aa5ed;
  margin: 0;
}
.obra-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s;
}
.obra-modal__close:hover {
  background: #f3f4f6;
}
.obra-modal__close svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #4B5563;
}
.obra-modal__body {
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .obra-modal__body {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.obra-modal__images .main-image-container {
  margin-bottom: 1.5rem;
}
.obra-modal__images .main-image-container img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.obra-modal__images .additional-images h5 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #4B5563;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.obra-modal__images .additional-images .thumbnails-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  gap: 0.5rem;
}
.obra-modal__images .additional-images .thumbnails-grid .thumbnail-item {
  cursor: pointer;
  border-radius: 0.25rem;
  overflow: hidden;
  transition: transform 0.2s;
  border: 2px solid transparent;
}
.obra-modal__images .additional-images .thumbnails-grid .thumbnail-item:hover {
  transform: scale(1.05);
}
.obra-modal__images .additional-images .thumbnails-grid .thumbnail-item--active {
  border-color: #3318ff;
}
.obra-modal__images .additional-images .thumbnails-grid .thumbnail-item img {
  width: 100%;
  height: 60px;
  object-fit: cover;
  display: block;
}
.obra-modal__info h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4B5563;
  margin-bottom: 1rem;
}
.obra-modal__info p {
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.obra-modal__meta .obra-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1.5rem;
}
.obra-modal__meta .obra-meta__label {
  font-weight: 500;
  color: #4B5563;
}
.obra-modal__meta .obra-meta__value {
  color: #6b7280;
}
.obra-modal__actions {
  display: flex;
  gap: 1rem;
}
.obra-modal__actions .btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.obra-modal__actions .btn svg {
  width: 2.5rem;
  height: 2.5rem;
}

@media (max-width: 640px) {
  .obra-modal {
    padding: 1rem;
  }
  .obra-modal__content {
    max-height: 95vh;
  }
  .obra-modal__header {
    padding: 1.5rem 1.5rem 0;
  }
  .obra-modal__body {
    padding: 1.5rem;
  }
  .obra-modal__actions {
    flex-direction: column;
  }
  .obra-modal__actions .btn {
    width: 100%;
  }
}
.header {
  background: linear-gradient(135deg, #2563EB 20%, #27aedb 100%);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}
.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 7rem;
  width: 100%;
}
@media (min-width: 480px) {
  .header__container {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .header__container {
    padding: 0 4rem;
  }
}
.header__logo-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #4B5563;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 2rem;
  transition: color 0.3s ease;
}
.header__logo-link:hover {
  color: #3aa5ed;
}
.header__logo-icon {
  width: auto;
  height: 4rem;
  max-width: 12rem;
  transition: transform 0.3s ease;
}
.header__logo-link:hover .header__logo-icon {
  transform: scale(1.05);
}
.header__logo-text {
  background: linear-gradient(135deg, #FFFFFF, #3aa5ed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.header__toggle {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 1rem;
  z-index: 1001;
}
@media (min-width: 1024px) {
  .header__toggle {
    display: none;
  }
}
.header__toggle-line {
  width: 2.5rem;
  height: 0.3rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  transition: all 0.3s ease;
}
.header__toggle--active .header__toggle-line:nth-child(1) {
  transform: rotate(45deg) translate(0.6rem, 0.6rem);
}
.header__toggle--active .header__toggle-line:nth-child(2) {
  opacity: 0;
}
.header__toggle--active .header__toggle-line:nth-child(3) {
  transform: rotate(-45deg) translate(0.6rem, -0.6rem);
}
.header__nav {
  display: none;
  position: fixed;
  top: 7rem;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #2563EB 20%, #27aedb 100%);
  backdrop-filter: blur(20px);
  padding: 1rem;
  overflow-x: auto;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  z-index: 999;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100vw;
}
@media (min-width: 1024px) {
  .header__nav {
    display: flex;
    position: static;
    background: none;
    backdrop-filter: none;
    padding: 0;
    overflow-x: visible;
    align-items: center;
    gap: 3rem;
    box-shadow: none;
    top: auto;
    justify-content: flex-end;
    max-width: none;
  }
}
.header__nav--active {
  display: flex;
}
.header__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  flex: 1;
  overflow-x: auto;
}
@media (min-width: 1024px) {
  .header__nav-list {
    flex-direction: row;
    gap: 3rem;
    justify-content: center;
    flex: none;
    overflow-x: visible;
  }
}
.header__nav-item {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .header__nav-item {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.header__nav-link {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.6rem 0.8rem;
  position: relative;
  transition: all 0.3s ease;
  text-shadow: 0 0 5px rgba(58, 165, 237, 0.5);
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.1);
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .header__nav-link {
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
    background: none;
    text-shadow: 0 0 10px var(#3aa5ed), 0 0 20px var(#3aa5ed), 0 0 40px var(#3aa5ed), 0 0 80px var(#3aa5ed);
  }
}
.header__nav-link:hover {
  color: #27aedb;
  transform: translateY(-2px);
  font-size: 1.3rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}
@media (min-width: 1024px) {
  .header__nav-link:hover {
    transform: translateY(-2px);
    font-size: 2.5rem;
    background: none;
    -webkit-text-stroke: 1px #FFFFFF;
    text-shadow: 0 0 2px #FFFFFF, 0 0 5px #FFFFFF, 0 0 10px #FFFFFF, 0 0 20px #FFFFFF;
    box-shadow: none;
  }
}
.header__nav-link--active {
  color: #2563EB;
  font-weight: 700;
}
.header__nav-link--active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.3rem;
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  border-radius: 0.2rem;
}
@media (min-width: 1024px) {
  .header__nav-link--active::after {
    bottom: -0.5rem;
  }
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .header__actions {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    margin-left: 0;
  }
}
.header__action {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  text-decoration: none;
  color: #4B5563;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(107, 114, 128, 0.2);
  transition: all 0.3s ease;
  position: relative;
}
.header__action svg {
  width: 2rem;
  height: 2rem;
}
.header__action:hover {
  background: #3aa5ed;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(124, 58, 237, 0.3);
}
.header__action--cart .header__cart-count {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  background: #27aedb;
  color: white;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
}
.header__action--login {
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  color: white;
  border: none;
}
.header__action--login:hover {
  background: linear-gradient(135deg, rgb(20.4279069767, 141.8604651163, 223.5720930233), rgb(29.5714285714, 140.4642857143, 177.4285714286));
  transform: translateY(-2px) scale(1.02);
}
.header__action--user {
  background: none;
  border: none;
  padding: 1rem;
  cursor: pointer;
}
.header__user-menu {
  position: relative;
}
.header__user-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  min-width: 20rem;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1rem);
  transition: all 0.3s ease;
  z-index: 1002;
}
.header__user-dropdown--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__dropdown-link {
  display: block;
  padding: 1rem 1.5rem;
  color: #4B5563;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.header__dropdown-link:hover {
  background: rgba(124, 58, 237, 0.1);
  color: #3aa5ed;
}

body {
  padding-top: 7rem;
}
@media (max-width: 767px) {
  body:has(.header__nav--active) {
    padding-top: 12rem;
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header__nav--active {
  animation: slideIn 0.3s ease;
}

@media (max-height: 600px) {
  .header__nav {
    padding-top: 8rem;
  }
}
.footer {
  background: linear-gradient(135deg, #2563EB 0%, #0b8cf5 50%, #2563EB 100%);
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(124, 58, 237, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(219, 39, 119, 0.1) 0%, transparent 50%), radial-gradient(circle at 40% 80%, rgba(245, 158, 11, 0.1) 0%, transparent 50%);
  pointer-events: none;
}
.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 2rem 3rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .footer__container {
    padding: 8rem 4rem 4rem;
  }
}
.footer__main {
  display: grid;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}
@media (min-width: 1024px) {
  .footer__main {
    grid-template-columns: 1fr 1.5fr 1fr 1fr;
    gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .footer__section--artist {
    grid-column: 1;
  }
}
@media (min-width: 1024px) {
  .footer__section--social {
    grid-column: 2;
  }
}
@media (min-width: 1024px) {
  .footer__section--links {
    grid-column: 3;
  }
}
@media (min-width: 1024px) {
  .footer__section--contact {
    grid-column: 4;
  }
}
.footer__title {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #FFFFFF, #e2e8f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 768px) {
  .footer__title {
    font-size: 3.5rem;
  }
}
.footer__subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.footer__description {
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.4rem;
}
.footer__section-title {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #FFFFFF;
  position: relative;
}
.footer__section-title::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 4rem;
  height: 0.3rem;
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  border-radius: 0.2rem;
}
.footer__social-title {
  font-family: "Inter", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-align: center;
  background: linear-gradient(135deg, #FFFFFF, #27aedb, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 768px) {
  .footer__social-title {
    text-align: left;
  }
}
.footer__social-grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .footer__social-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__social-link {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  text-decoration: none;
  color: #FFFFFF;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.footer__social-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}
.footer__social-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.2);
}
.footer__social-link:hover::before {
  left: 100%;
}
.footer__social-link--instagram:hover {
  background: linear-gradient(135deg, #e4405f, #833ab4, #fcaf45);
}
.footer__social-link--facebook:hover {
  background: #1877f2;
}
.footer__social-link--tiktok:hover {
  background: linear-gradient(135deg, #ff0050, #000000);
}
.footer__social-link--youtube:hover {
  background: #ff0000;
}
.footer__social-link--pinterest:hover {
  background: #bd081c;
}
.footer__social-link--twitter:hover {
  background: #1da1f2;
}
.footer__social-icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}
.footer__social-icon svg {
  width: 2.4rem;
  height: 2.4rem;
}
.footer__social-info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.footer__social-name {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
.footer__social-handle {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.7);
}
.footer__newsletter {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  padding: 2.5rem;
  text-align: center;
}
.footer__newsletter-title {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #FFFFFF;
}
.footer__newsletter-text {
  font-family: "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  line-height: 1.5;
}
.footer__newsletter-form {
  display: flex;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  padding: 0.5rem;
}
.footer__newsletter-input {
  flex: 1;
  background: none;
  border: none;
  padding: 1.5rem 2rem;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
}
.footer__newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer__newsletter-input:focus {
  outline: none;
}
.footer__newsletter-btn {
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  border: none;
  border-radius: 1rem;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer__newsletter-btn svg {
  width: 2rem;
  height: 2rem;
  color: #FFFFFF;
}
.footer__newsletter-btn:hover {
  transform: scale(1.05);
  background: linear-gradient(135deg, rgb(20.4279069767, 141.8604651163, 223.5720930233), rgb(29.5714285714, 140.4642857143, 177.4285714286));
}
.footer__links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer__link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  padding: 0.5rem 0;
  transition: all 0.3s ease;
  position: relative;
}
.footer__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.2rem;
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  transition: width 0.3s ease;
}
.footer__link:hover {
  color: #FFFFFF;
  transform: translateX(1rem);
}
.footer__link:hover::before {
  width: 100%;
}
.footer__contact-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer__contact-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
}
.footer__contact-item svg {
  width: 2rem;
  height: 2rem;
  color: #3aa5ed;
  flex-shrink: 0;
}
.footer__divider {
  height: 0.1rem;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  margin: 4rem 0 3rem;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}
.footer__copyright p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
}
.footer__copyright p:first-child {
  font-weight: 600;
}
.footer__artist-quote {
  font-style: italic;
  color: rgba(255, 255, 255, 0.6) !important;
  margin-top: 0.5rem !important;
}
.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer__legal {
    justify-content: flex-end;
  }
}
.footer__legal-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  transition: color 0.3s ease;
}
.footer__legal-link:hover {
  color: #FFFFFF;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer__section {
  animation: fadeInUp 0.6s ease forwards;
}
.footer__section:nth-child(1) {
  animation-delay: 0.1s;
}
.footer__section:nth-child(2) {
  animation-delay: 0.2s;
}
.footer__section:nth-child(3) {
  animation-delay: 0.3s;
}
.footer__section:nth-child(4) {
  animation-delay: 0.4s;
}

.admin-login-body {
  height: 100vh;
  overflow: hidden;
  padding-top: 0 !important;
}

.admin-login {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #004cff 0%, #1e293b 50%, #334155 100%);
  position: relative;
  overflow: hidden;
  padding: 2rem;
}
.admin-login::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(124, 58, 237, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(219, 39, 119, 0.1) 0%, transparent 50%), radial-gradient(circle at 40% 80%, rgba(245, 158, 11, 0.08) 0%, transparent 50%);
  pointer-events: none;
}
.admin-login__container {
  display: grid;
  gap: 4rem;
  align-items: center;
  max-width: 120rem;
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(2rem);
  transition: all 0.6s ease;
}
@media (min-width: 1024px) {
  .admin-login__container {
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
  }
}
.admin-login__container--visible {
  opacity: 1;
  transform: translateY(0);
}
.admin-login__brand {
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .admin-login__brand {
    text-align: left;
  }
}
.admin-login__logo {
  width: 8rem;
  height: 8rem;
  margin: 0 auto 2rem;
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 25px -5px rgba(124, 58, 237, 0.3);
}
@media (min-width: 1024px) {
  .admin-login__logo {
    margin-left: 0;
  }
}
.admin-login__logo svg {
  width: 4rem;
  height: 4rem;
  color: #FFFFFF;
}
.admin-login__title {
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #FFFFFF, #e2e8f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (min-width: 768px) {
  .admin-login__title {
    font-size: 5rem;
  }
}
.admin-login__subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}
.admin-login__form-container {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  padding: 4rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: 50rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .admin-login__form-container {
    padding: 5rem;
  }
}
.admin-login__header {
  text-align: center;
  margin-bottom: 3rem;
}
.admin-login__form-title {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.admin-login__form-subtitle {
  font-family: "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.6rem;
}
.admin-login__links {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .admin-login__links {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.admin-login__decorations {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.admin-decoration {
  position: absolute;
  border-radius: 50%;
  animation: adminFloat 8s ease-in-out infinite;
}
.admin-decoration--1 {
  width: 12rem;
  height: 12rem;
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  top: 10%;
  left: 5%;
  opacity: 0.1;
  animation-delay: 0s;
}
.admin-decoration--2 {
  width: 8rem;
  height: 8rem;
  background: linear-gradient(135deg, #27aedb, #26f50b);
  bottom: 15%;
  right: 10%;
  opacity: 0.08;
  animation-delay: 2s;
}
.admin-decoration--3 {
  width: 15rem;
  height: 15rem;
  background: linear-gradient(135deg, #0891B2, #2563EB);
  top: 60%;
  left: 80%;
  opacity: 0.06;
  animation-delay: 4s;
}

@keyframes adminFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-2rem) rotate(90deg);
  }
  50% {
    transform: translateY(-4rem) rotate(180deg);
  }
  75% {
    transform: translateY(-2rem) rotate(270deg);
  }
}
.admin-form-group {
  margin-bottom: 2.5rem;
  position: relative;
}
.admin-form-group--checkbox {
  margin-bottom: 2rem;
}
.admin-form-group--focused .admin-form-label {
  color: #3aa5ed;
}
.admin-form-group--focused .admin-form-input {
  border-color: #3aa5ed;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}

.admin-form-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.admin-form-icon {
  width: 2rem;
  height: 2rem;
  color: rgba(255, 255, 255, 0.6);
}

.admin-form-input {
  width: 100%;
  padding: 1.5rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  color: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  transition: all 0.3s ease;
}
.admin-form-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.admin-form-input:focus {
  outline: none;
  border-color: #3aa5ed;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}
.admin-form-input:invalid {
  border-color: #ff0000;
}

.admin-form-input-group {
  position: relative;
}
.admin-form-input-group .admin-form-input {
  padding-right: 5rem;
}

.admin-form-toggle-password {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.admin-form-toggle-password:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
}
.admin-form-toggle-password .admin-form-toggle-icon {
  width: 2rem;
  height: 2rem;
}

.admin-checkbox {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  cursor: pointer;
  user-select: none;
}
.admin-checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.admin-checkbox__input:checked + .admin-checkbox__mark {
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  border-color: #3aa5ed;
}
.admin-checkbox__input:checked + .admin-checkbox__mark .admin-checkbox__icon {
  opacity: 1;
  transform: scale(1);
}
.admin-checkbox__mark {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.6rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.admin-checkbox__icon {
  width: 1.4rem;
  height: 1.4rem;
  color: #FFFFFF;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease;
}
.admin-checkbox__label {
  font-family: "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
}
.admin-checkbox:hover .admin-checkbox__mark {
  border-color: rgba(255, 255, 255, 0.4);
}

.admin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.8rem 3rem;
  border-radius: 1rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.admin-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
}
.admin-btn__icon {
  width: 2rem;
  height: 2rem;
  transition: transform 0.3s ease;
}
.admin-btn__text {
  transition: opacity 0.3s ease;
}
.admin-btn__loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.admin-btn__loading .admin-spinner {
  width: 2rem;
  height: 2rem;
  animation: spin 1s linear infinite;
}
.admin-btn--primary {
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  color: #FFFFFF;
}
.admin-btn--primary:hover:not(:disabled) {
  background: linear-gradient(135deg, rgb(20.4279069767, 141.8604651163, 223.5720930233), rgb(29.5714285714, 140.4642857143, 177.4285714286));
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(124, 58, 237, 0.4);
}
.admin-btn--primary:hover .admin-btn__icon {
  transform: translateX(0.3rem);
}
.admin-btn--full {
  width: 100%;
}
.admin-btn--loading .admin-btn__text {
  opacity: 0;
}
.admin-btn--loading .admin-btn__loading {
  opacity: 1;
}
.admin-btn--loading .admin-btn__icon {
  opacity: 0;
}
.admin-btn--enabled {
  box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.3);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.admin-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.admin-link svg {
  width: 1.6rem;
  height: 1.6rem;
}
.admin-link:hover {
  color: #FFFFFF;
  transform: translateX(-0.3rem);
}
.admin-link--secondary {
  color: rgba(255, 255, 255, 0.5);
}
.admin-link--secondary:hover {
  color: rgba(255, 255, 255, 0.8);
}

.admin-alert {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 2.5rem;
  border: 1px solid transparent;
}
.admin-alert--error {
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.3);
  color: #fca5a5;
}
.admin-alert__icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
}
.admin-alert__content {
  flex: 1;
}
.admin-alert__content p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.admin-alert__content p:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media (min-width: 480px) {
  .admin-login {
    padding: 1rem;
  }
  .admin-login__form-container {
    padding: 3rem 2rem;
  }
  .admin-login__container {
    gap: 3rem;
  }
  .admin-btn {
    padding: 2rem;
    font-size: 1.8rem;
  }
}
.admin-header {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 3px solid #3aa5ed;
}
.admin-header__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 7rem;
}
@media (min-width: 768px) {
  .admin-header__container {
    padding: 0 1.5rem;
    height: 6rem;
  }
}
@media (min-width: 480px) {
  .admin-header__container {
    padding: 0 1rem;
    height: 5.5rem;
  }
}
.admin-header__brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.admin-header__logo-link {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
}
.admin-header__logo-link:hover {
  transform: translateY(-2px);
}
.admin-header__logo-link:hover .admin-header__logo svg {
  transform: rotate(15deg);
  fill: #3aa5ed;
}
.admin-header__logo {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(58, 165, 237, 0.3);
}
.admin-header__logo svg {
  width: 2.4rem;
  height: 2.4rem;
  color: white;
  transition: all 0.3s ease;
}
@media (min-width: 480px) {
  .admin-header__logo {
    width: 3.5rem;
    height: 3.5rem;
  }
  .admin-header__logo svg {
    width: 2rem;
    height: 2rem;
  }
}
.admin-header__brand-text {
  display: flex;
  flex-direction: column;
}
@media (min-width: 480px) {
  .admin-header__brand-text {
    display: none;
  }
}
.admin-header__title {
  font-size: 1.8rem;
  font-weight: 900;
  margin: 0;
  background: linear-gradient(135deg, white, #e8e8e8);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.admin-header__subtitle {
  font-size: 1rem;
  color: #b0b0b0;
  font-weight: 600;
  margin-top: 0.2rem;
}
.admin-header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
  margin: 0 2rem;
}
@media (min-width: 768px) {
  .admin-header__nav {
    position: fixed;
    top: 6rem;
    left: 0;
    right: 0;
    background: #1a1a2e;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    margin: 0;
  }
  .admin-header__nav--active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 480px) {
  .admin-header__nav {
    top: 5.5rem;
  }
}
.admin-header__nav-list {
  display: flex;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .admin-header__nav-list {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
}
.admin-header__nav-item {
  position: relative;
}
.admin-header__nav-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.5rem;
  color: #e8e8e8;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.admin-header__nav-link svg {
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.3s ease;
}
.admin-header__nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  transform: translateY(-2px);
}
.admin-header__nav-link:hover svg {
  color: #3aa5ed;
  transform: scale(1.1);
}
.admin-header__nav-link--active {
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  color: white;
  box-shadow: 0 4px 15px rgba(58, 165, 237, 0.3);
}
.admin-header__nav-link--active svg {
  color: white;
}
.admin-header__nav-link--active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1), transparent 70%);
  animation: shimmer 2s infinite;
}
@media (min-width: 768px) {
  .admin-header__nav-link {
    padding: 1.5rem;
    justify-content: flex-start;
    border-radius: 12px;
    font-size: 1.1rem;
  }
  .admin-header__nav-link svg {
    width: 2rem;
    height: 2rem;
  }
}
.admin-header__toggle {
  display: none;
  flex-direction: column;
  gap: 0.4rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .admin-header__toggle {
    display: flex;
  }
}
.admin-header__toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}
.admin-header__toggle--active .admin-header__toggle-line:nth-child(1) {
  transform: rotate(45deg) translate(0.6rem, 0.6rem);
}
.admin-header__toggle--active .admin-header__toggle-line:nth-child(2) {
  opacity: 0;
}
.admin-header__toggle--active .admin-header__toggle-line:nth-child(3) {
  transform: rotate(-45deg) translate(0.6rem, -0.6rem);
}
.admin-header__toggle-line {
  width: 2.5rem;
  height: 0.3rem;
  background: white;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.admin-header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
@media (min-width: 480px) {
  .admin-header__actions {
    gap: 0.5rem;
  }
}
.admin-header__notifications {
  position: relative;
}
.admin-header__notification-btn {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
}
.admin-header__notification-btn svg {
  width: 2rem;
  height: 2rem;
}
.admin-header__notification-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}
@media (min-width: 480px) {
  .admin-header__notification-btn {
    width: 4rem;
    height: 4rem;
  }
  .admin-header__notification-btn svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.admin-header__notification-badge {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  background: linear-gradient(135deg, #ff6b6b, #ee5a52);
  color: white;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.4);
  animation: pulse 2s infinite;
}
.admin-header__notification-dropdown {
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  width: 35rem;
  max-height: 50rem;
  overflow: hidden;
  transform: translateY(-1rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1001;
}
.admin-header__notification-dropdown--active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media (min-width: 480px) {
  .admin-header__notification-dropdown {
    width: 32rem;
    left: 50%;
    transform: translateX(-50%) translateY(-1rem);
  }
  .admin-header__notification-dropdown--active {
    transform: translateX(-50%) translateY(0);
  }
}
.admin-header__notification-header {
  padding: 2rem 2rem 1rem;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin-header__notification-header h4 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
}
.admin-header__notification-count {
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 600;
}
.admin-header__notification-list {
  max-height: 30rem;
  overflow-y: auto;
}
.admin-header__notification-footer {
  padding: 1.5rem 2rem;
  border-top: 1px solid #f0f0f0;
  text-align: center;
}
.admin-header__notification-link {
  color: #3aa5ed;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}
.admin-header__notification-link:hover {
  color: rgb(20.4279069767, 141.8604651163, 223.5720930233);
}
.admin-header__website-link {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
.admin-header__website-link svg {
  width: 2rem;
  height: 2rem;
}
.admin-header__website-link:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}
@media (min-width: 480px) {
  .admin-header__website-link {
    width: 4rem;
    height: 4rem;
  }
  .admin-header__website-link svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.admin-header__user-menu {
  position: relative;
}
.admin-header__user-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 25px;
  padding: 0.8rem 1.5rem;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.4rem;
}
.admin-header__user-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
@media (min-width: 480px) {
  .admin-header__user-btn {
    padding: 0.6rem 1rem;
    gap: 0.8rem;
  }
}
.admin-header__avatar {
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.admin-header__avatar svg {
  width: 2rem;
  height: 2rem;
  color: white;
}
@media (min-width: 480px) {
  .admin-header__avatar {
    width: 3rem;
    height: 3rem;
  }
  .admin-header__avatar svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.admin-header__user-name {
  font-weight: 600;
  white-space: nowrap;
}
@media (min-width: 480px) {
  .admin-header__user-name {
    display: none;
  }
}
.admin-header__dropdown-icon {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.3s ease;
}
.admin-header__user-dropdown--active .admin-header__dropdown-icon {
  transform: rotate(180deg);
}
@media (min-width: 480px) {
  .admin-header__dropdown-icon {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.admin-header__user-dropdown {
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  width: 28rem;
  overflow: hidden;
  transform: translateY(-1rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1001;
}
.admin-header__user-dropdown--active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media (min-width: 480px) {
  .admin-header__user-dropdown {
    width: 25rem;
    left: 50%;
    transform: translateX(-50%) translateY(-1rem);
  }
  .admin-header__user-dropdown--active {
    transform: translateX(-50%) translateY(0);
  }
}
.admin-header__user-info {
  padding: 2rem 2rem 1rem;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
}
.admin-header__user-email {
  margin: 0 0 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
}
.admin-header__user-role {
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 600;
}
.admin-header__user-links {
  padding: 1rem 0;
}
.admin-header__dropdown-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 2rem;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}
.admin-header__dropdown-link svg {
  width: 1.8rem;
  height: 1.8rem;
  color: #666;
  transition: all 0.3s ease;
}
.admin-header__dropdown-link:hover {
  background: #f8f9fa;
  color: #3aa5ed;
}
.admin-header__dropdown-link:hover svg {
  color: #3aa5ed;
  transform: scale(1.1);
}
.admin-header__dropdown-link--logout {
  color: #dc3545;
}
.admin-header__dropdown-link--logout svg {
  color: #dc3545;
}
.admin-header__dropdown-link--logout:hover {
  background: #fff5f5;
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.admin-header__dropdown-link--logout:hover svg {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.admin-header__dropdown-divider {
  height: 1px;
  background: #f0f0f0;
  margin: 0.5rem 0;
}

.admin-notification-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #f8f9fa;
  transition: all 0.3s ease;
}
.admin-notification-item:hover {
  background: #f8f9fa;
}
.admin-notification-item:last-child {
  border-bottom: none;
}
.admin-notification-item__icon {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, #0891B2, #3aa5ed);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.admin-notification-item__icon svg {
  width: 2rem;
  height: 2rem;
  color: white;
}
.admin-notification-item__content {
  flex: 1;
}
.admin-notification-item__text {
  margin: 0 0 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}
.admin-notification-item__time {
  font-size: 1.2rem;
  color: #666;
  font-weight: 500;
}

.admin-access-denied {
  min-height: 100vh;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.admin-access-denied__container {
  max-width: 60rem;
  text-align: center;
}
.admin-access-denied__content {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 4rem 3rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.admin-access-denied__icon {
  width: 8rem;
  height: 8rem;
  margin: 0 auto 2rem;
  background: linear-gradient(135deg, #ff6b6b, #ee5a52);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.admin-access-denied__icon svg {
  width: 4rem;
  height: 4rem;
  color: white;
}
.admin-access-denied__title {
  font-size: 3rem;
  font-weight: 900;
  color: white;
  margin: 0 0 1.5rem;
  background: linear-gradient(135deg, white, #e8e8e8);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 480px) {
  .admin-access-denied__title {
    font-size: 2.4rem;
  }
}
.admin-access-denied__message {
  font-size: 1.6rem;
  color: #b0b0b0;
  line-height: 1.6;
  margin: 0 0 3rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .admin-access-denied__message {
    font-size: 1.4rem;
  }
}
.admin-access-denied__actions {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  .admin-access-denied__actions {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.admin-btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 3rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.4rem !important;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.admin-btn svg {
  width: 2rem;
  height: 2rem;
}
.admin-btn--primary {
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  color: white;
  box-shadow: 0 8px 25px rgba(58, 165, 237, 0.3);
}
.admin-btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(58, 165, 237, 0.4);
}
.admin-btn--secondary {
  background: transparent;
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
}
.admin-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}
@media (min-width: 480px) {
  .admin-btn {
    justify-content: center;
    padding: 1.2rem 2rem;
    font-size: 1.3rem;
  }
  .admin-btn svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.admin-body {
  background: #f8f9fa;
  min-height: 100vh;
}

.admin-main {
  min-height: calc(100vh - 7rem);
  padding: 0;
}
@media (min-width: 768px) {
  .admin-main {
    min-height: calc(100vh - 6rem);
  }
}
@media (min-width: 480px) {
  .admin-main {
    min-height: calc(100vh - 5.5rem);
  }
}

.admin-dashboard {
  padding: 3rem 0;
}
.admin-dashboard__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .admin-dashboard__container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 480px) {
  .admin-dashboard__container {
    padding: 0 1rem;
  }
}
.admin-dashboard__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #e9ecef;
}
@media (min-width: 768px) {
  .admin-dashboard__header {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
.admin-dashboard__welcome {
  flex: 1;
}
.admin-dashboard__title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 3.2rem;
  font-weight: 900;
  color: #2c3e50;
  margin: 0 0 1rem;
}
.admin-dashboard__title svg {
  width: 4rem;
  height: 4rem;
  color: #3aa5ed;
}
@media (min-width: 768px) {
  .admin-dashboard__title {
    font-size: 2.8rem;
  }
  .admin-dashboard__title svg {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (min-width: 480px) {
  .admin-dashboard__title {
    font-size: 2.4rem;
  }
  .admin-dashboard__title svg {
    width: 3rem;
    height: 3rem;
  }
}
.admin-dashboard__subtitle {
  font-size: 1.6rem;
  color: #6c757d;
  margin: 0;
  font-weight: 500;
}
@media (min-width: 480px) {
  .admin-dashboard__subtitle {
    font-size: 1.4rem;
  }
}
.admin-dashboard__date {
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  color: white;
  padding: 1.5rem 2.5rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(58, 165, 237, 0.2);
}
@media (min-width: 768px) {
  .admin-dashboard__date {
    align-self: stretch;
    text-align: center;
  }
}
.admin-dashboard__date-text {
  font-size: 1.4rem;
  font-weight: 600;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  margin-bottom: 5rem;
}
@media (min-width: 480px) {
  .admin-stats {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
  }
}

.admin-stat-card {
  background: white;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.admin-stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.admin-stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
}
.admin-stat-card__icon {
  width: 6rem;
  height: 6rem;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.admin-stat-card__icon svg {
  width: 3rem;
  height: 3rem;
  color: white;
}
.admin-stat-card__icon--primary {
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
}
.admin-stat-card__icon--success {
  background: linear-gradient(135deg, #28a745, #20c997);
}
.admin-stat-card__icon--warning {
  background: linear-gradient(135deg, #ffc107, #fd7e14);
}
.admin-stat-card__icon--info {
  background: linear-gradient(135deg, #17a2b8, #007bff);
}
.admin-stat-card__content {
  flex: 1;
}
.admin-stat-card__number {
  font-size: 3.5rem;
  font-weight: 900;
  color: #2c3e50;
  margin: 0 0 0.5rem;
  line-height: 1;
}
@media (min-width: 480px) {
  .admin-stat-card__number {
    font-size: 3rem;
  }
}
.admin-stat-card__label {
  font-size: 1.6rem;
  color: #6c757d;
  margin: 0 0 1rem;
  font-weight: 600;
}
.admin-stat-card__change {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  display: inline-block;
}
.admin-stat-card__change--positive {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
}
.admin-stat-card__change--negative {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

.admin-section-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #2c3e50;
  margin: 0 0 3rem;
  position: relative;
  padding-left: 2rem;
}
.admin-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 3rem;
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  border-radius: 3px;
}
@media (min-width: 480px) {
  .admin-section-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.admin-quick-actions {
  margin-bottom: 5rem;
}
.admin-quick-actions__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
}
@media (min-width: 480px) {
  .admin-quick-actions__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.admin-quick-action {
  background: white;
  border-radius: 20px;
  padding: 3rem;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  display: block;
  position: relative;
  overflow: hidden;
}
.admin-quick-action:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  color: inherit;
}
.admin-quick-action:hover .admin-quick-action__icon {
  transform: scale(1.1);
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
}
.admin-quick-action:hover .admin-quick-action__icon svg {
  color: white;
}
.admin-quick-action__icon {
  width: 6rem;
  height: 6rem;
  background: #f8f9fa;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}
.admin-quick-action__icon svg {
  width: 3rem;
  height: 3rem;
  color: #3aa5ed;
  transition: all 0.3s ease;
}
.admin-quick-action__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 1rem;
}
.admin-quick-action__description {
  font-size: 1.4rem;
  color: #6c757d;
  margin: 0;
  line-height: 1.5;
}

.admin-recent-activity {
  background: white;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
}

.admin-activity-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.admin-activity-item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 15px;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}
.admin-activity-item:hover {
  background: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.admin-activity-item__icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.admin-activity-item__icon svg {
  width: 2.5rem;
  height: 2.5rem;
  color: white;
}
.admin-activity-item__icon--success {
  background: linear-gradient(135deg, #28a745, #20c997);
}
.admin-activity-item__icon--primary {
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
}
.admin-activity-item__icon--warning {
  background: linear-gradient(135deg, #ffc107, #fd7e14);
}
.admin-activity-item__icon--info {
  background: linear-gradient(135deg, #17a2b8, #007bff);
}
.admin-activity-item__content {
  flex: 1;
  min-width: 0;
}
.admin-activity-item__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 0.5rem;
}
.admin-activity-item__description {
  font-size: 1.4rem;
  color: #6c757d;
  margin: 0 0 1rem;
  line-height: 1.4;
}
.admin-activity-item__time {
  font-size: 1.2rem;
  color: #adb5bd;
  font-weight: 500;
}

@media (min-width: 480px) {
  .admin-dashboard {
    padding: 2rem 0;
  }
  .admin-dashboard__header {
    margin-bottom: 3rem;
  }
  .admin-stats {
    margin-bottom: 3rem;
  }
  .admin-quick-actions {
    margin-bottom: 3rem;
  }
  .admin-recent-activity {
    padding: 2rem;
  }
  .admin-activity-item {
    padding: 1.5rem;
    gap: 1.5rem;
  }
  .admin-activity-item__icon {
    width: 4rem;
    height: 4rem;
  }
  .admin-activity-item__icon svg {
    width: 2rem;
    height: 2rem;
  }
}
.admin-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}
.admin-content__header {
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .admin-content__header {
    text-align: left;
  }
}
.admin-content__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4B5563;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .admin-content__title {
    font-size: 3rem;
  }
}
.admin-content__subtitle {
  font-size: 1.6rem;
  color: #6b7280;
  margin-bottom: 2rem;
}

.admin-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  flex-wrap: wrap;
}
.admin-breadcrumb__link {
  color: #3318ff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 700;
}
.admin-breadcrumb__link:hover {
  color: rgb(26.6493506494, 0, 228);
  text-decoration: underline;
}
.admin-breadcrumb__separator {
  color: #6b7280;
  font-weight: 500;
}
.admin-breadcrumb__current {
  color: #4B5563;
  font-weight: 600;
}

.admin-form-container {
  background: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.admin-alert {
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  border-left: 4px solid;
}
.admin-alert--error {
  background: #fef2f2;
  border-color: #ef4444;
  color: #991b1b;
}
.admin-alert--error .admin-alert__icon svg {
  color: #ef4444;
}
.admin-alert--exito {
  background: #f0fdf4;
  border-color: #22c55e;
  color: #166534;
}
.admin-alert--exito .admin-alert__icon svg {
  color: #22c55e;
}
.admin-alert__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.admin-alert__content {
  flex: 1;
}
.admin-alert__content p {
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
}
.admin-alert__content p:not(:last-child) {
  margin-bottom: 0.5rem;
}

.admin-form {
  padding: 3rem;
}
@media (min-width: 768px) {
  .admin-form {
    padding: 4rem;
  }
}
.admin-form__grid {
  display: grid;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .admin-form__grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .admin-form__section:first-child {
    border-right: 1px solid #e5e7eb;
    padding-right: 3rem;
  }
}
.admin-form__section-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #4B5563;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #f3f4f6;
}
.admin-form__section-title svg {
  width: 24px;
  height: 24px;
  color: #3318ff;
}
.admin-form__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
}
@media (min-width: 768px) {
  .admin-form__actions {
    justify-content: flex-end;
  }
}

.admin-form-group {
  margin-bottom: 2rem;
}

.admin-form-group-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .admin-form-group-row {
    grid-template-columns: 1fr 1fr;
  }
}
.admin-form-group-row .admin-form-group {
  margin-bottom: 0;
}

.admin-form-label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
  color: #4B5563;
  font-size: 1.5rem;
}
.admin-form-label__text {
  flex: 1;
}
.admin-form-label__required {
  color: #ef4444;
  font-size: 1.1rem;
}

.admin-form-input, .admin-form-select, .admin-form-textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  background: #FFFFFF;
  color: #3aa5ed;
}
.admin-form-input:focus, .admin-form-select:focus, .admin-form-textarea:focus {
  outline: none;
  border-color: #3318ff;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}
.admin-form-input::placeholder, .admin-form-select::placeholder, .admin-form-textarea::placeholder {
  color: #9ca3af;
}
.admin-form-input:invalid:not(:focus):not(:placeholder-shown), .admin-form-select:invalid:not(:focus):not(:placeholder-shown), .admin-form-textarea:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #ef4444;
  background: #fef2f2;
}

.admin-form-textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
  line-height: 1.6;
}

.admin-form-help {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  color: #6b7280;
  line-height: 1.4;
}

.admin-form-counter {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #9ca3af;
  text-align: right;
}
.admin-form-counter--warning {
  color: #f59e0b;
  font-weight: 600;
}

.admin-upload-area {
  border: 2px dashed #d1d5db;
  border-radius: 0.75rem;
  padding: 3rem 2rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fafafa;
  position: relative;
}
.admin-upload-area:hover {
  border-color: #3318ff;
  background: #f8faff;
}
.admin-upload-area--dragover {
  border-color: #3318ff;
  background: #f0f9ff;
  transform: scale(1.02);
}

.admin-upload-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.admin-upload-content {
  pointer-events: none;
}

.admin-upload-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  color: #9ca3af;
}
.admin-upload-icon svg {
  width: 100%;
  height: 100%;
}

.admin-upload-text {
  margin-bottom: 1rem;
}
.admin-upload-text__primary {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #4B5563;
  margin-bottom: 0.25rem;
}
.admin-upload-text__secondary {
  display: block;
  font-size: 1.1rem;
  color: #6b7280;
}

.admin-upload-specs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-size: 1rem;
  color: #9ca3af;
  flex-wrap: wrap;
}
.admin-upload-specs span {
  background: #f3f4f6;
  padding: 0.25rem 0.75rem;
  border-radius: 0.375rem;
}

.admin-upload-preview {
  border: 2px solid #e5e7eb;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #FFFFFF;
}
.admin-upload-preview__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}
.admin-upload-preview__title {
  font-weight: 600;
  color: #4B5563;
}
.admin-upload-preview__remove {
  background: none;
  border: none;
  color: #ef4444;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.375rem;
  transition: background-color 0.3s ease;
}
.admin-upload-preview__remove:hover {
  background: #fef2f2;
}
.admin-upload-preview__remove svg {
  width: 16px;
  height: 16px;
}
.admin-upload-preview__image {
  padding: 1rem;
  text-align: center;
}
.admin-upload-preview__image img {
  max-width: 100%;
  max-height: 300px;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.admin-upload-preview__info {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  font-size: 0.9rem;
  color: #6b7280;
  background: #f9fafb;
}
.admin-upload-preview__info span:first-child {
  font-weight: 500;
  color: #4B5563;
}

.admin-info-box {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-top: 2rem;
}
.admin-info-box__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #3318ff;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.admin-info-box__icon svg {
  width: 20px;
  height: 20px;
  color: #FFFFFF;
}
.admin-info-box__content h4 {
  margin: 0 0 1rem 0;
  color: #4B5563;
  font-size: 1.3rem;
  font-weight: 600;
}
.admin-info-box__content ul {
  margin: 0;
  padding-left: 1.25rem;
  color: #374151;
}
.admin-info-box__content ul li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-size: 1.3rem;
}
.admin-info-box__content ul li:last-child {
  margin-bottom: 0;
}

.admin-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 140px;
  justify-content: center;
}
.admin-btn svg {
  width: 18px;
  height: 18px;
}
.admin-btn--primary {
  background: #3318ff;
  color: #FFFFFF;
}
.admin-btn--primary:hover:not(:disabled) {
  background: rgb(27.8415584416, 0, 238.2);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}
.admin-btn--primary:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.admin-btn--secondary {
  background: transparent;
  color: #6b7280;
  border-color: #d1d5db;
}
.admin-btn--secondary:hover {
  background: #f9fafb;
  border-color: #9ca3af;
  color: #4B5563;
}
.admin-btn__loading {
  display: none;
  align-items: center;
  gap: 0.5rem;
}

.admin-spinner {
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .admin-content {
    padding: 3rem;
  }
  .admin-form__actions {
    flex-direction: row;
  }
  .admin-upload-area {
    padding: 4rem 3rem;
  }
  .admin-upload-icon {
    width: 64px;
    height: 64px;
  }
  .admin-upload-text__primary {
    font-size: 1.25rem;
  }
}
.admin-current-image {
  margin-bottom: 2rem;
  padding: 2rem;
  background: #FFFFFF;
  border: 2px solid #e2e8f0;
  border-radius: 1rem;
}
.admin-current-image__title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #4B5563;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.admin-current-image__title:before {
  content: "";
  width: 4px;
  height: 2rem;
  background: #3318ff;
  border-radius: 2px;
}
.admin-current-image__container {
  position: relative;
  display: inline-block;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.admin-current-image__container:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.admin-current-image__container:hover .admin-current-image__overlay {
  opacity: 1;
}
.admin-current-image__img {
  max-width: 300px;
  max-height: 300px;
  width: auto;
  height: auto;
  display: block;
  border-radius: 1rem;
}
.admin-current-image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 1rem;
}
.admin-current-image__remove {
  background: #0b8cf5;
  color: #FFFFFF;
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: all 0.3s ease;
}
.admin-current-image__remove svg {
  width: 2rem;
  height: 2rem;
}
.admin-current-image__remove:hover {
  background: #e53e3e;
  transform: scale(1.05);
}
.admin-current-image__info {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #6b7280;
  font-style: italic;
}

.admin-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.admin-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}
.admin-modal__content {
  position: relative;
  background: #FFFFFF;
  border-radius: 1.5rem;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
}
.admin-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 2rem 0;
  margin-bottom: 1.5rem;
}
.admin-modal__title {
  font-size: 2rem;
  font-weight: 700;
  color: #4B5563;
}
.admin-modal__close {
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  color: #6b7280;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.admin-modal__close svg {
  width: 2rem;
  height: 2rem;
}
.admin-modal__close:hover {
  background: #f7fafc;
  color: #4B5563;
}
.admin-modal__body {
  padding: 0 2rem;
  text-align: center;
}
.admin-modal__icon {
  width: 6rem;
  height: 6rem;
  margin: 0 auto 2rem;
  padding: 1.5rem;
  background: #fee2e2;
  border-radius: 50%;
  color: #dc2626;
}
.admin-modal__icon svg {
  width: 100%;
  height: 100%;
}
.admin-modal__message {
  font-size: 1.6rem;
  color: #4B5563;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.admin-modal__warning {
  font-size: 1.4rem;
  color: #6b7280;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.admin-modal__actions {
  display: flex;
  gap: 1rem;
  padding: 2rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .admin-modal__actions {
    justify-content: flex-end;
  }
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-2rem) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.admin-upload-area--optional {
  border-style: dashed;
  background: #f8fafc;
}
.admin-upload-area--optional .admin-upload-content {
  opacity: 0.8;
}
.admin-upload-area--optional:hover .admin-upload-content {
  opacity: 1;
}

.admin-form-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.25rem;
  appearance: none;
  padding-right: 3rem;
}
.admin-form-select:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23007bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
}

.admin-form-radio-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .admin-form-radio-group {
    flex-direction: row;
    gap: 2rem;
  }
}

.admin-form-radio {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  font-size: 1.5rem;
  color: #4B5563;
  transition: color 0.3s ease;
}
.admin-form-radio:hover {
  color: #3318ff;
}
.admin-form-radio input[type=radio] {
  display: none;
}
.admin-form-radio__indicator {
  width: 1.8rem;
  height: 1.8rem;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  background: #FFFFFF;
  position: relative;
  transition: all 0.3s ease;
}
.admin-form-radio__indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  background: #3318ff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
}
.admin-form-radio__text {
  font-weight: 500;
}
input[type=radio]:checked + .admin-form-radio__indicator {
  border-color: #3318ff;
  background: #FFFFFF;
}
input[type=radio]:checked + .admin-form-radio__indicator::after {
  transform: translate(-50%, -50%) scale(1);
}
input[type=radio]:focus + .admin-form-radio__indicator {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.admin-upload-area--multiple {
  border-color: #a78bfa;
  background: #f8f4ff;
}
.admin-upload-area--multiple:hover {
  border-color: #8b5cf6;
  background: #f3f0ff;
}
.admin-upload-area--multiple--dragover {
  border-color: #8b5cf6;
  background: #ede9fe;
}
.admin-upload-area--multiple .admin-upload-icon {
  color: #8b5cf6;
}
.admin-upload-area--multiple .admin-upload-text__primary {
  color: #6b46c1;
}

.admin-form-label__optional {
  color: #6b7280;
  font-size: 1.3rem;
  font-weight: 400;
  font-style: italic;
}

.admin-multiple-preview {
  border: 2px solid #e5e7eb;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #FFFFFF;
  margin-top: 1rem;
}
.admin-multiple-preview__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}
.admin-multiple-preview__title {
  font-weight: 600;
  color: #4B5563;
  font-size: 1.5rem;
}
.admin-multiple-preview__clear {
  background: #ef4444;
  color: #FFFFFF;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.admin-multiple-preview__clear:hover {
  background: #dc2626;
  transform: translateY(-1px);
}
.admin-multiple-preview__clear svg {
  width: 1.4rem;
  height: 1.4rem;
}
.admin-multiple-preview__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .admin-multiple-preview__grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
    padding: 1.5rem;
  }
}

.admin-multiple-image {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.admin-multiple-image:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.admin-multiple-image:hover .admin-multiple-image__overlay {
  opacity: 1;
}
.admin-multiple-image__img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .admin-multiple-image__img {
    height: 150px;
  }
}
.admin-multiple-image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.admin-multiple-image__remove {
  background: #ef4444;
  color: #FFFFFF;
  border: none;
  padding: 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.admin-multiple-image__remove:hover {
  background: #dc2626;
  transform: scale(1.1);
}
.admin-multiple-image__remove svg {
  width: 1.6rem;
  height: 1.6rem;
}
.admin-multiple-image__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  padding: 0.5rem;
  font-size: 1.1rem;
  text-align: center;
}
.admin-multiple-image__order {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: #3318ff;
  color: #FFFFFF;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.admin-existing-images {
  margin-bottom: 2rem;
}
.admin-existing-images__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.admin-existing-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.admin-existing-image:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}
.admin-existing-image__container {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.admin-existing-image__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.admin-existing-image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.admin-existing-image:hover .admin-existing-image__overlay {
  opacity: 1;
}
.admin-existing-image__remove {
  background: #ff0000;
  color: white;
  border: none;
  padding: 0.8rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.2rem;
  transition: background-color 0.3s ease;
}
.admin-existing-image__remove:hover {
  background: #cc0000;
}
.admin-existing-image__remove svg {
  width: 2rem;
  height: 2rem;
}
.admin-existing-image__order {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: #3318ff;
  color: white;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.admin-existing-image__info {
  padding: 1rem;
  background: white;
  font-size: 1.2rem;
  color: #6b7280;
  text-align: center;
  word-break: break-word;
}

.admin-multiple-preview {
  margin-top: 2rem;
  border: 2px dashed #6b7280;
  border-radius: 12px;
  padding: 2rem;
  background: #D1D5DB;
}
.admin-multiple-preview__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.admin-multiple-preview__title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #4B5563;
}
.admin-multiple-preview__clear {
  background: #ff0000;
  color: white;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.3s ease;
}
.admin-multiple-preview__clear:hover {
  background: #cc0000;
}
.admin-multiple-preview__clear svg {
  width: 1.6rem;
  height: 1.6rem;
}
.admin-multiple-preview__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
}
.admin-multiple-preview__item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.admin-multiple-preview__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}
.admin-multiple-preview__image {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.admin-multiple-preview__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.admin-multiple-preview__info {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.admin-multiple-preview__name {
  font-size: 1.2rem;
  font-weight: 500;
  color: #4B5563;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin-multiple-preview__size {
  font-size: 1.1rem;
  color: #6b7280;
}
.admin-multiple-preview__remove {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: #ff0000;
  color: white;
  border: none;
  padding: 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.admin-multiple-preview__remove:hover {
  background: #cc0000;
}
.admin-multiple-preview__remove svg {
  width: 1.5rem;
  height: 1.5rem;
}
.admin-multiple-preview__item:hover .admin-multiple-preview__remove {
  opacity: 1;
}
.admin-multiple-preview__order {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: #3318ff;
  color: white;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.admin-upload-area--multiple {
  border: 2px dashed #6b7280;
  border-radius: 12px;
  padding: 3rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #D1D5DB;
}
.admin-upload-area--multiple:hover, .admin-upload-area--multiple.admin-upload-area--dragover {
  border-color: #3318ff;
  background: rgba(51, 24, 255, 0.05);
}
.admin-upload-area--multiple .admin-upload-icon svg {
  width: 6rem;
  height: 6rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
}
.admin-upload-area--multiple .admin-upload-text__primary {
  font-size: 1.8rem;
  font-weight: 600;
  color: #4B5563;
  margin-bottom: 0.5rem;
}
.admin-upload-area--multiple .admin-upload-text__secondary {
  font-size: 1.4rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
}
.admin-upload-area--multiple .admin-upload-specs span {
  display: block;
  font-size: 1.2rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.admin-form-label__optional {
  font-size: 1.2rem;
  color: #6b7280;
  font-weight: 400;
}

.admin-obra-image {
  position: relative;
}
.admin-obra-image__badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: #3318ff;
  color: white;
  padding: 0.3rem 0.6rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.admin-obra-image__badge svg {
  width: 1.2rem;
  height: 1.2rem;
}

.admin-obra-preview {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .admin-obra-preview {
    flex-direction: row;
    gap: 3rem;
  }
}
.admin-obra-preview__images {
  flex: 1;
  min-width: 0;
}
.admin-obra-preview__image-principal {
  position: relative;
  margin-bottom: 2rem;
  border-radius: 12px;
  overflow: hidden;
}
.admin-obra-preview__image-principal img {
  width: 100%;
  height: auto;
  display: block;
}
.admin-obra-preview__image-principal__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #3318ff;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.admin-obra-preview__imagenes-adicionales h5 {
  font-size: 1.4rem;
  color: #4B5563;
  margin-bottom: 1rem;
  font-weight: 600;
}
.admin-obra-preview__galeria {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 1rem;
}
@media (min-width: 768px) {
  .admin-obra-preview__galeria {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
.admin-obra-preview__imagen-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #D1D5DB;
}
.admin-obra-preview__imagen-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .admin-obra-preview__imagen-item img {
    height: 120px;
  }
}
.admin-obra-preview__imagen-item__orden {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: #3318ff;
  color: white;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.admin-obra-preview__info {
  flex: 1;
  min-width: 0;
}
.admin-obra-preview__info h4 {
  font-size: 2rem;
  color: #4B5563;
  margin-bottom: 1rem;
  font-weight: 700;
}
.admin-obra-preview__info__description {
  font-size: 1.4rem;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.admin-obra-preview__info__date {
  font-size: 1.2rem;
  color: #6b7280;
  margin-bottom: 1.5rem;
}
.admin-obra-preview__stats {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #D1D5DB;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .admin-obra-preview__stats {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.admin-obra-preview__stat {
  font-size: 1.3rem;
  color: #4B5563;
}
.admin-obra-preview__stat strong {
  color: #3318ff;
}
.admin-obra-preview__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.admin-obra-preview__no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background: #D1D5DB;
  color: #6b7280;
  font-size: 1.4rem;
  border-radius: 8px;
}

.admin-form-grid {
  display: grid;
  gap: 1.5rem;
}
.admin-form-grid--2 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .admin-form-grid--2 {
    grid-template-columns: 1fr 1fr;
  }
}
.admin-form-grid__item {
  display: flex;
  flex-direction: column;
}

.admin-form-select {
  width: 100%;
  padding: 1.2rem 1.5rem;
  border: 2px solid #6b7280;
  border-radius: 8px;
  font-size: 1.4rem;
  font-family: inherit;
  background: white;
  color: #4B5563;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.admin-form-select:focus {
  outline: none;
  border-color: #3318ff;
  box-shadow: 0 0 0 3px rgba(51, 24, 255, 0.1);
}
.admin-form-select:invalid {
  border-color: #ff0000;
}

.admin-form-switch {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.admin-form-switch__input {
  display: none;
}
.admin-form-switch__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  user-select: none;
}
.admin-form-switch__slider {
  position: relative;
  width: 5rem;
  height: 2.8rem;
  background: #6b7280;
  border-radius: 1.4rem;
  transition: background-color 0.3s ease;
}
.admin-form-switch__slider::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.admin-form-switch__input:checked + .admin-form-switch__label .admin-form-switch__slider {
  background: #3318ff;
}
.admin-form-switch__input:checked + .admin-form-switch__label .admin-form-switch__slider::before {
  transform: translateX(2.2rem);
}
.admin-form-switch__text {
  font-size: 1.4rem;
  font-weight: 500;
}
.admin-form-switch__text--on {
  display: none;
}
.admin-form-switch__text--off {
  display: inline;
  color: #6b7280;
}
.admin-form-switch__input:checked + .admin-form-switch__label .admin-form-switch__text--on {
  display: inline;
  color: #3318ff;
}
.admin-form-switch__input:checked + .admin-form-switch__label .admin-form-switch__text--off {
  display: none;
}

.admin-content {
  padding: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.admin-content__header {
  margin-bottom: 2rem;
}

.admin-alert {
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.admin-alert--exito {
  background: #dcfce7;
  border-color: #16a34a;
  color: #166534;
}
.admin-alert--error {
  background: #fef2f2;
  border-color: #dc2626;
  color: #991b1b;
}
.admin-alert--info {
  background: #dbeafe;
  border-color: #2563eb;
  color: #1e40af;
}

.admin-alert__content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.admin-alert__icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.admin-alert__message {
  font-size: 1.3rem;
  font-weight: 500;
}

.admin-alert__close {
  background: none;
  border: none;
  padding: 0.25rem;
  border-radius: 0.25rem;
  cursor: pointer;
  color: currentColor;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.admin-alert__close svg {
  width: 1rem;
  height: 1rem;
}
.admin-alert__close:hover {
  opacity: 1;
}

.admin-breadcrumb {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  color: #6b7280;
}

.admin-breadcrumb__link {
  color: #3318ff;
  text-decoration: none;
}
.admin-breadcrumb__link:hover {
  text-decoration: underline;
}

.admin-breadcrumb__separator {
  margin: 0 0.5rem;
}

.admin-breadcrumb__current {
  color: #4B5563;
  font-weight: 500;
}

.admin-content__title {
  font-size: 2rem;
  font-weight: 700;
  color: #4B5563;
  margin: 0 0 0.5rem 0;
}

.admin-content__subtitle {
  color: #6b7280;
  font-size: 1.4rem;
  margin: 0;
}

.admin-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.admin-toolbar__left {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}

.admin-search {
  flex: 1;
  max-width: 400px;
}

.admin-search__input-group {
  position: relative;
}

.admin-search__icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  color: #D1D5DB;
  pointer-events: none;
}

.admin-search__input {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 3rem;
  border: 2px solid #D1D5DB;
  border-radius: 0.5rem;
  font-size: 1.3rem;
  transition: all 0.2s ease;
}
.admin-search__input:focus {
  outline: none;
  border-color: #3318ff;
  box-shadow: 0 0 0 3px rgba(51, 24, 255, 0.1);
}

.admin-select {
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  border: 2px solid #D1D5DB;
  border-radius: 0.5rem;
  font-size: 1.3rem;
  background: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  appearance: none;
  cursor: pointer;
}
.admin-select:focus {
  outline: none;
  border-color: #3318ff;
  box-shadow: 0 0 0 3px rgba(51, 24, 255, 0.1);
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.admin-stat-card {
  background: white;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #D1D5DB;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.admin-stat-card__icon {
  width: 3rem;
  height: 3rem;
  background: #3318ff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.admin-stat-card__icon svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #3318ff;
}

.admin-stat-card__content {
  display: flex;
  flex-direction: column;
}

.admin-stat-card__number {
  font-size: 1.9rem;
  font-weight: 700;
  color: #4B5563;
  line-height: 1;
}

.admin-stat-card__label {
  font-size: 1.3rem;
  color: #D1D5DB;
  margin-top: 0.25rem;
}

.admin-table-container {
  background: white;
  border-radius: 0.75rem;
  border: 1px solid #D1D5DB;
  overflow: hidden;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table__head {
  background: #D1D5DB;
}

.admin-table__header {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  color: #4B5563;
  border-bottom: 1px solid #D1D5DB;
  font-size: 1.5rem;
}

.admin-table__body {
  background: white;
}

.admin-table__row {
  border-bottom: 1px solid #D1D5DB;
  transition: background-color 0.2s ease;
}
.admin-table__row:hover {
  background: #D1D5DB;
}
.admin-table__row:last-child {
  border-bottom: none;
}

.admin-table__cell {
  padding: 1rem;
  vertical-align: middle;
}

.admin-obra-image {
  width: 8rem;
  height: 8rem;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #D1D5DB;
}

.admin-obra-image__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.admin-obra-image__placeholder {
  width: 100%;
  height: 100%;
  background: #D1D5DB;
  display: flex;
  align-items: center;
  justify-content: center;
}
.admin-obra-image__placeholder svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #6b7280;
}

.admin-obra-info__title {
  font-weight: 600;
  color: #4B5563;
  margin: 0 0 0.25rem 0;
  font-size: 1.8rem;
}

.admin-obra-info__id {
  font-size: 1.5rem;
  color: #D1D5DB;
}

.admin-obra-description {
  color: #6b7280;
  font-size: 1.2rem;
  line-height: 1.4;
  max-width: 300px;
}

.admin-fecha__date {
  font-size: 1.3rem;
  color: #D1D5DB;
}

.admin-actions {
  display: flex;
  gap: 0.8rem;
}

.admin-action-btn {
  width: 2rem;
  height: 2rem;
  border: none;
  background: none;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.admin-action-btn svg {
  width: 2.5rem;
  height: 2.5rem;
}
.admin-action-btn--edit {
  color: #2563EB;
}
.admin-action-btn--edit:hover {
  background: #81c2ff;
  color: #FFFFFF;
}
.admin-action-btn--view {
  color: #D1D5DB;
}
.admin-action-btn--view:hover {
  background: #D1D5DB;
  color: #6b7280;
}
.admin-action-btn--delete {
  color: #ff6565;
}
.admin-action-btn--delete:hover {
  background: #ff6565;
  color: #ff0000;
}

.admin-empty-state {
  text-align: center;
  padding: 4rem 2rem;
}

.admin-empty-state__icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  background: #D1D5DB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.admin-empty-state__icon svg {
  width: 2rem;
  height: 2rem;
  color: #6b7280;
}

.admin-empty-state__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #4B5563;
  margin: 0 0 0.5rem 0;
}

.admin-empty-state__description {
  color: #D1D5DB;
  margin: 0 0 2rem 0;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.admin-bulk-actions {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border: 1px solid #D1D5DB;
  border-radius: 0.75rem;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 1000;
}

.admin-bulk-actions__content {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.admin-bulk-actions__count {
  font-weight: 500;
  color: #4B5563;
  font-size: 1.3rem;
}

.admin-bulk-actions__buttons {
  display: flex;
  gap: 0.5rem;
}

.admin-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.admin-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.admin-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 0.75rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow: hidden;
}

.admin-modal__header {
  padding: 1.5rem;
  border-bottom: 1px solid #D1D5DB;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.admin-modal__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #4B5563;
  margin: 0;
}

.admin-modal__close {
  border: none;
  background: none;
  padding: 0;
  border-radius: 0.375rem;
  cursor: pointer;
  color: #D1D5DB;
  transition: all 0.2s ease;
}
.admin-modal__close svg {
  width: 3rem;
  height: 3rem;
}
.admin-modal__close:hover {
  background: #D1D5DB;
  color: #6b7280;
}

.admin-modal__body {
  padding: 1.5rem;
  max-height: 60vh;
  overflow-y: auto;
}

.admin-obra-preview {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 1.5rem;
}
@media (max-width: 640px) {
  .admin-obra-preview {
    grid-template-columns: 1fr;
  }
}

.admin-obra-preview__image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 1px solid #D1D5DB;
}

.admin-obra-preview__no-image {
  width: 100%;
  height: 200px;
  background: #D1D5DB;
  border-radius: 0.5rem;
  border: 1px solid #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  font-size: 1.2rem;
}

.admin-obra-preview__info h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #4B5563;
  margin: 0 0 1rem 0;
}

.admin-obra-preview__description {
  color: #D1D5DB;
  line-height: 1.6;
  margin: 0 0 1rem 0;
  font-size: 1.3rem;
}

.admin-obra-preview__date {
  font-size: 1.2rem;
  color: #6b7280;
  margin: 0 0 1.5rem 0;
}

.admin-obra-preview__actions {
  display: flex;
  gap: 0.5rem;
}

.admin-checkbox {
  width: 1rem;
  height: 1rem;
  border: 2px solid #D1D5DB;
  border-radius: 0.25rem;
  appearance: none;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.admin-checkbox:checked {
  background: #3318ff;
  border-color: #3318ff;
}
.admin-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: 2px solid white;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.admin-checkbox:indeterminate {
  background: #3318ff;
  border-color: #3318ff;
}
.admin-checkbox:indeterminate::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 2px;
  background: white;
}

@media (max-width: 1024px) {
  .admin-content {
    padding: 1rem;
  }
  .admin-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .admin-toolbar__left {
    flex-direction: column;
  }
  .admin-search {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .admin-table-container {
    overflow-x: auto;
  }
  .admin-table {
    min-width: 800px;
  }
  .admin-stats {
    grid-template-columns: 1fr;
  }
  .admin-bulk-actions {
    left: 1rem;
    right: 1rem;
    transform: none;
  }
}
.loading-state,
.empty-state,
.error-state {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  text-align: center;
  min-height: 300px;
}

.loading-state .loading-spinner {
  margin-bottom: 1.5rem;
}
.loading-state .spinner {
  width: 3rem;
  height: 3rem;
  animation: spin 1s linear infinite;
  color: #2563EB;
}
.loading-state p {
  color: #D1D5DB;
  font-size: 1.125rem;
  margin: 0;
}

.empty-state .empty-state__icon {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1.5rem;
  background: #D1D5DB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty-state .empty-state__icon svg {
  width: 2rem;
  height: 2rem;
  color: #6b7280;
}
.empty-state h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4B5563;
  margin: 0 0 0.5rem 0;
}
.empty-state p {
  color: #6b7280;
  font-size: 1rem;
  margin: 0;
  max-width: 400px;
}

.error-state .error-state__icon {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1.5rem;
  background: #ff6565;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-state .error-state__icon svg {
  width: 2rem;
  height: 2rem;
  color: #ff0000;
}
.error-state h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4B5563;
  margin: 0 0 0.5rem 0;
}
.error-state p {
  color: #6b7280;
  font-size: 1rem;
  margin: 0 0 1.5rem 0;
  max-width: 400px;
}
.error-state .btn {
  margin-top: 1rem;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.artwork-card__date {
  font-size: 1rem;
  color: #6b7280;
  margin-top: 0.5rem;
  font-style: italic;
}

.artwork-card {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease-out forwards;
}

.artwork-card:nth-child(1) {
  animation-delay: 0.1s;
}

.artwork-card:nth-child(2) {
  animation-delay: 0.2s;
}

.artwork-card:nth-child(3) {
  animation-delay: 0.3s;
}

.artwork-card:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .loading-state,
  .empty-state,
  .error-state {
    padding: 3rem 1rem;
    min-height: 250px;
  }
  .empty-state__icon,
  .error-state__icon {
    width: 3rem;
    height: 3rem;
  }
  .empty-state__icon svg,
  .error-state__icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .loading-state .spinner {
    width: 2.5rem;
    height: 2.5rem;
  }
  .empty-state h3,
  .error-state h3 {
    font-size: 1.25rem;
  }
  .empty-state p,
  .error-state p {
    font-size: 0.875rem;
  }
}
/* Configuración principal */
.dashboard-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 3rem;
}

.config-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  gap: 2rem;
  padding: 2rem;
  background: #FFFFFF;
  border-radius: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: 1px solid #D1D5DB;
}

.config-navigation__tabs {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.config-navigation__tab {
  padding: 1.2rem 2.4rem;
  border-radius: 1rem;
  text-decoration: none;
  background: #f8fafc;
  color: #6b7280;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.config-navigation__tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.config-navigation__tab:hover {
  background: #e2e8f0;
  color: #4B5563;
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.config-navigation__tab:hover::before {
  left: 100%;
}

.config-navigation__tab--active {
  background: linear-gradient(135deg, #3aa5ed, #27aedb);
  color: #FFFFFF;
  border-color: #2563EB;
  box-shadow: 0 10px 25px rgba(58, 165, 237, 0.3);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.config-navigation__actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/* Selector de idioma */
.language-selector-admin {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: #f8fafc;
  border-radius: 1rem;
  border: 1px solid #D1D5DB;
}

.language-selector-admin label {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #4B5563;
  font-size: 1.4rem;
}

.language-selector-admin select {
  padding: 0.8rem 1.2rem;
  border: 1px solid #D1D5DB;
  border-radius: 0.8rem;
  background: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  color: #4B5563;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 10rem;
}

.language-selector-admin select:focus {
  outline: none;
  border-color: #3aa5ed;
  box-shadow: 0 0 0 3px rgba(58, 165, 237, 0.1);
}

/* Formulario de configuraciones */
.config-form {
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 3rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: 1px solid #D1D5DB;
}

.config-form__grid {
  display: grid;
  gap: 2.5rem;
  margin-bottom: 4rem;
}

.config-item {
  background: #fafbfc;
  padding: 2.5rem;
  border-radius: 1.2rem;
  border: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.config-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #3aa5ed, var());
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.config-item:hover {
  border-color: #3aa5ed;
  box-shadow: 0 8px 25px rgba(58, 165, 237, 0.15);
  transform: translateY(-2px);
}

.config-item:hover::before {
  transform: scaleX(1);
}

.config-item__label {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #4B5563;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.3;
}

.config-item__key {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  color: #6b7280;
  font-weight: 500;
  margin-left: 0.8rem;
  padding: 0.2rem 0.8rem;
  background: rgba(58, 165, 237, 0.1);
  border-radius: 0.6rem;
}

.config-item__input,
.config-item__textarea {
  width: 100%;
  padding: 1.4rem 1.6rem;
  border: 2px solid #D1D5DB;
  border-radius: 1rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  color: #4B5563;
  background: #FFFFFF;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  resize: vertical;
  line-height: 1.5;
}

.config-item__input:focus,
.config-item__textarea:focus {
  outline: none;
  border-color: #3aa5ed;
  box-shadow: 0 0 0 4px rgba(58, 165, 237, 0.1), 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.config-item__textarea {
  min-height: 8rem;
}

.config-item__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.2rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  color: #6b7280;
}

.config-item__type {
  background: linear-gradient(135deg, #3aa5ed, var());
  color: #FFFFFF;
  padding: 0.4rem 1rem;
  border-radius: 0.6rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.config-item__updated {
  font-weight: 500;
}

/* Acciones del formulario */
.config-form__actions {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-start;
  padding-top: 3rem;
  border-top: 2px solid #f1f5f9;
}

/* Botones actualizados */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 3rem;
  border-radius: 1rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  min-width: 20rem;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.btn svg {
  width: 2rem;
  height: 2rem;
  transition: transform 0.3s ease;
}

.btn--primary {
  background: linear-gradient(135deg, #3aa5ed, var());
  color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(58, 165, 237, 0.3);
}

.btn--primary:hover {
  background: linear-gradient(135deg, #2563EB, #3aa5ed);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(58, 165, 237, 0.4);
  text-shadow: 0 0 2px #FFFFFF, 0 0 5px #FFFFFF;
}

.btn--primary:hover svg {
  transform: scale(1.1);
}

.btn--secondary {
  background: #FFFFFF;
  color: #3aa5ed;
  border-color: #3aa5ed;
}

.btn--secondary:hover {
  background: #3aa5ed;
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(58, 165, 237, 0.3);
}

.btn--large {
  padding: 2rem 4rem;
  font-size: 1.8rem;
  min-width: 25rem;
}

/* Estado vacío */
.config-empty {
  text-align: center;
  padding: 6rem 3rem;
  background: #FFFFFF;
  border-radius: 1.5rem;
  border: 2px dashed #D1D5DB;
  transition: all 0.3s ease;
}

.config-empty:hover {
  border-color: #3aa5ed;
  background: #fafbfc;
}

.config-empty__icon {
  margin-bottom: 2rem;
  color: #9CA3AF;
}

.config-empty__title {
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #4B5563;
  margin-bottom: 1.5rem;
}

.config-empty__description {
  font-family: "Open Sans", sans-serif;
  color: #6b7280;
  margin-bottom: 3rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .config-navigation {
    flex-direction: column;
    align-items: stretch;
    padding: 1.5rem;
    gap: 2rem;
  }
  .config-navigation__tabs {
    justify-content: center;
    gap: 0.5rem;
  }
  .config-navigation__tab {
    padding: 1rem 1.5rem;
    font-size: 1.3rem;
  }
  .config-form {
    padding: 2rem;
  }
  .config-form__actions {
    flex-direction: column;
  }
  .config-item {
    padding: 2rem;
  }
  .config-item__meta {
    flex-direction: column;
    gap: 0.8rem;
    align-items: flex-start;
  }
  .language-selector-admin {
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
  }
  .btn {
    min-width: auto;
    width: 100%;
  }
}
.form-container {
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 4rem;
  border: 1px solid #D1D5DB;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

.form-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3aa5ed, var());
}

.form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 4rem;
  margin-bottom: 4rem;
}

.form__campo--full {
  grid-column: 1/-1;
}

.form__label {
  display: block;
  font-family: var(--fuente-headings);
  font-weight: 700;
  color: var(--gris-oscuro);
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.3;
  position: relative;
}

.form__label::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #3aa5ed, var());
  transition: width 0.3s ease;
}

.form__campo:focus-within .form__label::after {
  width: 100%;
}

.form__input,
.form__textarea {
  width: 100%;
  padding: 1.4rem 1.6rem;
  border: 2px solid #D1D5DB;
  border-radius: 1rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  color: #4B5563;
  background: #FFFFFF;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1.5;
}

.form__input:focus,
.form__textarea:focus {
  outline: none;
  border-color: #3aa5ed;
  box-shadow: 0 0 0 4px rgba(58, 165, 237, 0.1), 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.form__textarea {
  resize: vertical;
  min-height: 12rem;
  line-height: 1.6;
}

.form__help {
  margin-top: 0.8rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  color: #6b7280;
  line-height: 1.5;
  padding: 0.8rem 1.2rem;
  background: #f8fafc;
  border-radius: 0.8rem;
  border-left: 3px solid #3aa5ed;
}

.form__acciones {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-start;
  padding-top: 3rem;
  border-top: 2px solid #f1f5f9;
}

/* Botones actualizados */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 3rem;
  border-radius: 1rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  min-width: 20rem;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.btn svg {
  width: 2rem;
  height: 2rem;
  transition: transform 0.3s ease;
}

.btn--primary {
  background: linear-gradient(135deg, #3aa5ed, var());
  color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(58, 165, 237, 0.3);
}

.btn--primary:hover {
  background: linear-gradient(135deg, #2563EB, #3aa5ed);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(58, 165, 237, 0.4);
  text-shadow: 0 0 2px #FFFFFF, 0 0 5px #FFFFFF;
}

.btn--primary:hover svg {
  transform: scale(1.1) rotate(5deg);
}

.btn--secondary {
  background: #FFFFFF;
  color: #3aa5ed;
  border-color: #3aa5ed;
}

.btn--secondary:hover {
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(58, 165, 237, 0.3);
  background: linear-gradient(135deg, #2563EB, #3aa5ed);
}

.btn--secondary:hover svg {
  transform: scale(1.1);
}

.btn--large {
  padding: 2rem 4rem;
  font-size: 1.8rem;
  min-width: 25rem;
}

/* Efectos mejorados para campos de formulario */
.form__campo {
  position: relative;
  transition: all 0.3s ease;
}

.form__campo:hover {
  transform: translateY(-1px);
}

.form__input:hover,
.form__textarea:hover {
  border-color: #3aa5ed;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Estilos para select mejorados */
select.form__input {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  padding-right: 4rem;
}

select.form__input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%233aa5ed' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
}

/* Animaciones adicionales */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form__campo {
  animation: slideInUp 0.6s ease-out;
  animation-fill-mode: both;
}

.form__campo:nth-child(1) {
  animation-delay: 0.1s;
}

.form__campo:nth-child(2) {
  animation-delay: 0.2s;
}

.form__campo:nth-child(3) {
  animation-delay: 0.3s;
}

.form__campo:nth-child(4) {
  animation-delay: 0.4s;
}

.form__campo:nth-child(5) {
  animation-delay: 0.5s;
}

/* Responsive */
@media (max-width: 768px) {
  .form__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .form__acciones {
    flex-direction: column;
  }
  .form-container {
    padding: 2.5rem;
  }
  .btn {
    min-width: auto;
    width: 100%;
  }
  .form__label {
    font-size: 1.5rem;
  }
  .form__input,
  .form__textarea {
    padding: 1.2rem 1.4rem;
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .form-container {
    padding: 2rem;
    border-radius: 1rem;
  }
  .form__grid {
    gap: 2rem;
  }
  .form__acciones {
    padding-top: 2rem;
  }
}
.language-selector {
  position: relative;
  z-index: 1000;
}
.language-selector .dropdown {
  position: relative;
}
.language-selector .dropdown-toggle {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 8px 12px;
  color: #000;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 80px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.language-selector .dropdown-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #2563EB;
  transform: translateY(-1px);
}
.language-selector .dropdown-toggle:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(51, 24, 255, 0.3);
}
.language-selector .dropdown-toggle .chevron-down {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.language-selector .dropdown-toggle[aria-expanded=true] .chevron-down {
  transform: rotate(180deg);
}
.language-selector .flag-icon {
  width: 20px;
  height: 15px;
  border-radius: 2px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.language-selector .flag-icon.flag-icon-es {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 750 500'%3E%3Cpath fill='%23aa151b' d='M0 0h750v500H0z'/%3E%3Cpath fill='%23f1bf00' d='M0 125h750v250H0z'/%3E%3C/svg%3E");
}
.language-selector .flag-icon.flag-icon-us {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7410 3900'%3E%3Cpath fill='%23b22234' d='M0 0h7410v3900H0z'/%3E%3Cpath stroke='%23fff' stroke-width='300' d='M0 450h7410m0 600H0m0 600h7410m0 600H0m0 600h7410m0 600H0'/%3E%3Cpath fill='%233c3b6e' d='M0 0h2964v2100H0z'/%3E%3C/svg%3E");
}
.language-selector .flag-icon.flag-icon-de {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 3'%3E%3Cpath fill='%23000' d='M0 0h5v1H0z'/%3E%3Cpath fill='%23d00' d='M0 1h5v1H0z'/%3E%3Cpath fill='%23ffce00' d='M0 2h5v1H0z'/%3E%3C/svg%3E");
}
.language-selector .language-code {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.language-selector .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #FFFFFF;
  border: 1px solid #2563EB;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  min-width: 160px;
  padding: 8px 0;
  margin-top: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1001;
  list-style: none;
}
@media (min-width: 769px) and (max-width: 768px) {
  .language-selector .dropdown-menu {
    transform: translateY(-50%) translateX(-110%);
  }
}
.language-selector .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  border-radius: 1rem;
}
@media (min-width: 769px) and (max-width: 768px) {
  .language-selector .dropdown-menu.show {
    transform: translateY(-50%) translateX(-100%);
  }
}
.language-selector .dropdown-menu li {
  margin: 0;
  padding: 0;
}
.language-selector .dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
}
.language-selector .dropdown-item:hover {
  background-color: #3aa5ed;
  color: #000;
}
.language-selector .dropdown-item .language-name {
  flex: 1;
  font-weight: 500;
}
.language-selector .dropdown-item .language-code-small {
  font-size: 11px;
  opacity: 0.7;
  text-transform: uppercase;
}

@media (prefers-color-scheme: dark) {
  .language-selector .dropdown-toggle {
    background: #27aedb;
    border-color: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
  }
  .language-selector .dropdown-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .language-selector .dropdown-menu {
    background: #27aedb;
    border-color: rgba(255, 255, 255, 0.1);
  }
  .language-selector .dropdown-item {
    color: #FFFFFF;
    background-color: #27aedb;
  }
  .language-selector .dropdown-item:hover {
    background-color: #27aedb;
  }
}
@media (max-width: 768px) {
  .language-selector .dropdown {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .language-selector .dropdown-toggle {
    display: none;
  }
  .language-selector .dropdown-menu {
    position: static;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-width: auto;
    padding: 0;
    margin: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .language-selector .dropdown-menu.show {
    transform: none;
  }
  .language-selector .dropdown-menu::after {
    display: none;
  }
  .language-selector .dropdown-menu li {
    margin: 0;
    padding: 0;
  }
  .language-selector .dropdown-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.2s ease;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
  }
  .language-selector .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    transform: translateY(-1px);
  }
  .language-selector .dropdown-item .language-name {
    display: none;
  }
  .language-selector .dropdown-item .language-code-small {
    font-size: 10px;
    opacity: 1;
    text-transform: uppercase;
    font-weight: 600;
  }
  .language-selector .flag-icon {
    width: 16px;
    height: 12px;
  }
}
.artwork-card__details,
.gallery-card__details,
.shop-card__details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0.5rem 0;
  font-size: 1.4rem;
}

.artwork-card__price,
.gallery-card__price,
.shop-card__price {
  font-weight: 600;
  color: #3aa5ed;
  font-size: 1.5rem;
}

.artwork-card__dimensions,
.gallery-card__dimensions,
.shop-card__dimensions {
  color: #6b7280;
  font-size: 1.5rem;
}

.gallery-list-item__details,
.shop-list-item__details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
}
.gallery-list-item__details .detail-item,
.shop-list-item__details .detail-item {
  display: flex;
  gap: 0.5rem;
}
.gallery-list-item__details .detail-item strong,
.shop-list-item__details .detail-item strong {
  min-width: 6rem;
  color: #374151;
}
.gallery-list-item__details .detail-item span,
.shop-list-item__details .detail-item span {
  color: #6b7280;
}

.obra-modal__meta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 1.5rem 0;
}
.obra-modal__meta .obra-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.obra-modal__meta .obra-meta:last-child {
  border-bottom: none;
}
.obra-modal__meta .obra-meta .obra-meta__label {
  font-weight: 600;
  color: #374151;
  min-width: 8rem;
}
.obra-modal__meta .obra-meta .obra-meta__value {
  color: #FFFFFF;
  text-align: right;
  font-size: 1.5rem;
}
.obra-modal__meta .obra-meta .obra-meta__value[id*=precio], .obra-modal__meta .obra-meta .obra-meta__value[id*=Precio] {
  font-weight: 700;
  color: #3aa5ed;
  font-size: 1.5rem;
}
.obra-modal__meta .obra-meta .obra-meta__value[id*=dimensiones], .obra-modal__meta .obra-meta .obra-meta__value[id*=Dimensiones] {
  color: #3aa5ed;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .artwork-card__details,
  .gallery-card__details,
  .shop-card__details {
    font-size: 1.5rem;
  }
  .artwork-card__price,
  .gallery-card__price,
  .shop-card__price {
    font-size: 1.5rem;
  }
  .obra-modal__meta .obra-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  .obra-modal__meta .obra-meta .obra-meta__value {
    text-align: left;
  }
  .gallery-list-item__details .detail-item,
  .shop-list-item__details .detail-item {
    flex-direction: column;
    gap: 0.25rem;
  }
  .gallery-list-item__details .detail-item strong,
  .shop-list-item__details .detail-item strong {
    min-width: auto;
  }
}
.artwork-card__price,
.gallery-card__price,
.shop-card__price {
  transition: color 0.2s ease;
  font-size: 2.5rem;
}

.artwork-card:hover .artwork-card__price,
.gallery-card:hover .gallery-card__price,
.shop-card:hover .shop-card__price {
  color: #1d4ed8;
}
/*# sourceMappingURL=app.css.map */
