/*! tailwindcss v4.0.0-beta.9 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --font-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
    --font-mono: ui-monospacing, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospacing;
    --color-primary: #014550;
    --color-light: #fff;
    --color-dark: #000;
    --spacing-3xs: clamp(0.3125rem, 0.2881rem + 0.122vw, 0.375rem);
    --spacing-2xs: clamp(0.6875rem, 0.6631rem + 0.122vw, 0.75rem);
    --spacing-xs: clamp(1rem, 0.9512rem + 0.2439vw, 1.125rem);
    --spacing-s: clamp(1.3125rem, 1.2393rem + 0.3659vw, 1.5rem);
    --spacing-m: clamp(2rem, 1.9024rem + 0.4878vw, 2.25rem);
    --spacing-l: clamp(2.625rem, 2.4787rem + 0.7317vw, 3rem);
    --spacing-xl: clamp(3.9375rem, 3.718rem + 1.0976vw, 4.5rem);
    --spacing-2xl: clamp(5.25rem, 4.9573rem + 1.4634vw, 6rem);
    --spacing-3xl: clamp(7.875rem, 7.436rem + 2.1951vw, 9rem);
    --spacing-xs-2xl: clamp(1rem, -0.9512rem + 9.7561vw, 6rem);
    --text--2: clamp(0.9115rem, 0.8925rem + 0.0947vw, 0.96rem);
    --text--1: clamp(1.0938rem, 1.0523rem + 0.2073vw, 1.2rem);
    --text-0: clamp(1.3125rem, 1.2393rem + 0.3659vw, 1.5rem);
    --text-1: clamp(1.575rem, 1.4579rem + 0.5854vw, 1.875rem);
    --text-2: clamp(1.89rem, 1.7129rem + 0.8854vw, 2.3438rem);
    --text-3: clamp(2.268rem, 2.0098rem + 1.2911vw, 2.9297rem);
    --text-4: clamp(2.7216rem, 2.3546rem + 1.8351vw, 3.6621rem);
    --text-5: clamp(3.2659rem, 2.754rem + 2.5594vw, 4.5776rem);
    --font-weight-thin: 100;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --leading-none: 1;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --leading-loose: 2;
    --radius-none: 0px;
    --radius-sm: 0.125rem;
    --radius-default: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-full: 9999px;
    --ease-default: cubic-bezier(0.4, 0, 0.2, 1);
    --breakpoint-sm: 640px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1280px;
    --breakpoint-2xl: 1536p;
  }
}
@layer utilities {
  .z-2 {
    z-index: 2;
  }
  .block {
    display: block;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, ease);
    transition-duration: var(--tw-duration, 0s);
  }
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
  }
  body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
    margin: 0;
  }
  :where(ul, ol)[role="list"] {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  html:focus-within {
    scroll-behavior: smooth;
  }
  body {
    min-height: 100vh;
    text-rendering: geometricPrecision;
    line-height: 1.5;
  }
  a:not([class]) {
    text-decoration-skip-ink: auto;
  }
  img, picture, svg {
    max-width: 100%;
    height: auto;
    display: block;
  }
  input, button, textarea, select {
    font: inherit;
  }
  @media (prefers-reduced-motion: reduce) {
    html:focus-within {
      scroll-behavior: auto;
    }
    *, *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }
  p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
  }
  *, ::before, ::after {
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
  }
}
@layer base {
  .wrapper {
    display: grid;
    grid-template-columns: [full-start] 1fr [wrapper-start] minmax(0, 89rem) [wrapper-end] 1fr [full-end];
    gap: 0 var(--spacing-xs-2xl);
    margin: 0 auto;
  }
  .wrapper>* {
    grid-column: wrapper;
  }
}
@layer components {
  .button {
    display: inline-flex;
    padding: 0.75em 1em;
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
    color: var(--color-light);
    text-decoration: none;
    line-height: var(--leading-none);
    font-weight: var(--font-weight-normal);
    border-radius: var(--radius-md);
    transition: .2s var(--ease-default);
    cursor: pointer;
  }
  .button:hover {
    background: var(--color-light);
    color: var(--color-primary);
  }
}
@layer components {
  .players {
    display: grid;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    min-height: 100dvh;
  }
  .player__wrapper {
    border-radius: 12px;
    background: #e6e6e6;
    padding: 4vh 5.5vw 4.5vh 5.5vw;
    max-width: 500px;
    margin: 20px 2vw;
  }
  .ab__controls {
    display: grid;
    align-content: center;
    align-items: baseline;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
    width: 100%;
  }
  button {
    font-size: 1.3rem;
    text-transform: uppercase;
    border: none;
    color: #9b9b9b;
    width: 5rem;
    padding: 0.75rem;
    border-radius: 12px;
    background: #e6e6e6;
    box-shadow: 7px 7px 15px #cdcdcd, -7px -7px 15px #ffffff;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
  }
  button:disabled {
    color: #c9c9c9;
    box-shadow: inset 7px 7px 15px #cdcdcd, inset -7px -7px 15px #ffffff;
    transition: all ease-in-out 0.3s;
  }
  button:disabled:hover {
    color: #c9c9c9;
    box-shadow: inset 5px 5px 15px #cdcdcd, inset -5px -5px 15px #ffffff;
  }
  button:hover {
    box-shadow: 4px 4px 15px #cdcdcd, -4px -4px 15px #ffffff;
  }
  .a__button {
    width: 8rem;
    border-radius: 12px 0 0 12px;
    justify-self: self-end;
  }
  .b__button {
    width: 8rem;
    border-radius: 0 12px 12px 0;
    justify-self: self-start;
  }
  .play__button {
    justify-self: self-end;
  }
  .stop__button {
    width: 5rem;
    color: #966f6f;
    justify-self: self-start;
  }
  .stop__button:disabled {
    color: #966f6fd3;
  }
  .play__stop__controls {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    grid-gap: 1rem;
  }
  .progress__container {
    display: inline-flex;
    background: #a8a8a8;
    height: 1rem;
    width: 100%;
    margin-bottom: 2.4rem;
    border-radius: 10px;
    border-radius: 12px;
    background: #e6e6e6;
    box-shadow: inset 7px 7px 15px #cdcdcd, inset -7px -7px 15px #ffffff;
    cursor: pointer;
    align-self: center;
    overflow: hidden;
  }
  .progress__bar {
    background: linear-gradient(360deg, #2da87b, #34dcacfa);
    border-radius: 12px;
    transition: all ease-in-out 0.03s;
  }
  .progress__fill {
    width: 0%;
  }
}
@layer base {
  [type='color'], [type='date'], [type='datetime-local'], [type='datetime'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], textarea, select {
    display: block;
    width: 100%;
    border: none;
    padding: 0.5em;
    border-radius: var(--rounded-md);
    appearance: none;
  }
  label, legend {
    display: block;
    width: 100%;
    font-size: var(--text-300);
  }
  fieldset {
    border: none;
    padding: 0;
  }
  select {
    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 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
}
@layer base {
  body {
    font-family: var(--font-sans);
    font-size: var(--text-0);
  }
  h1, h2, h3, h4, h5 {
    font-weight: var(--font-weight-bold);
    line-height: var(--leading-none);
  }
  h1 {
    font-size: var(--text-5);
  }
  h2 {
    font-size: var(--text-4);
  }
  h3 {
    font-size: var(--text-3);
  }
  h4 {
    font-size: var(--text-2);
  }
  h5 {
    font-size: var(--text-1);
  }
  a {
    color: currentColor;
  }
}
@supports (-moz-orient: inline) {
  @layer base {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
