*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
  }
  
  ::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
  }
  
  /*
  ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
  */
  
  /*
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
  */
  
  *,
  ::before,
  ::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: currentColor;
    /* 2 */
  }
  
  ::before,
  ::after {
    --tw-content: '';
  }
  
  /*
  1. Use a consistent sensible line-height in all browsers.
  2. Prevent adjustments of font size after orientation changes in iOS.
  3. Use a more readable tab size.
  4. Use the user's configured `sans` font-family by default.
  5. Use the user's configured `sans` font-feature-settings by default.
  6. Use the user's configured `sans` font-variation-settings by default.
  7. Disable tap highlights on iOS
  */
  
  html,
  :host {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
       tab-size: 4;
    /* 3 */
    font-family: Inter, system-ui, sans-serif;
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
  }
  
  /*
  1. Remove the margin in all browsers.
  2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
  */
  
  body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
  }
  
  /*
  1. Add the correct height in Firefox.
  2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  3. Ensure horizontal rules are visible by default.
  */
  
  hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
  }
  
  /*
  Add the correct text decoration in Chrome, Edge, and Safari.
  */
  
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
  }
  
  /*
  Remove the default font size and weight for headings.
  */
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  
  /*
  Reset links to optimize for opt-in styling instead of opt-out.
  */
  
  a {
    color: inherit;
    text-decoration: inherit;
  }
  
  /*
  Add the correct font weight in Edge and Safari.
  */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /*
  1. Use the user's configured `mono` font-family by default.
  2. Use the user's configured `mono` font-feature-settings by default.
  3. Use the user's configured `mono` font-variation-settings by default.
  4. Correct the odd `em` font sizing in all browsers.
  */
  
  code,
  kbd,
  samp,
  pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-feature-settings: normal;
    /* 2 */
    font-variation-settings: normal;
    /* 3 */
    font-size: 1em;
    /* 4 */
  }
  
  /*
  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;
  }
  
  /*
  1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
  2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
  3. Remove gaps between table borders by default.
  */
  
  table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
  }
  
  /*
  1. Change the font styles in all browsers.
  2. Remove the margin in Firefox and Safari.
  3. Remove default padding in all browsers.
  */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    /* 1 */
    font-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    letter-spacing: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
  }
  
  /*
  Remove the inheritance of text transform in Edge and Firefox.
  */
  
  button,
  select {
    text-transform: none;
  }
  
  /*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Remove default button styles.
  */
  
  button,
  input:where([type='button']),
  input:where([type='reset']),
  input:where([type='submit']) {
    -webkit-appearance: button;
    appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
  }
  
  /*
  Use the modern Firefox focus style for all focusable elements.
  */
  
  :-moz-focusring {
    outline: auto;
  }
  
  /*
  Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
  */
  
  :-moz-ui-invalid {
    box-shadow: none;
  }
  
  /*
  Add the correct vertical alignment in Chrome and Firefox.
  */
  
  progress {
    vertical-align: baseline;
  }
  
  /*
  Correct the cursor style of increment and decrement buttons in Safari.
  */
  
  ::-webkit-inner-spin-button,
  ::-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;
    appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
  
  /*
  Remove the inner padding in Chrome and Safari on macOS.
  */
  
  ::-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 */
  }
  
  /*
  Add the correct display in Chrome and Safari.
  */
  
  summary {
    display: list-item;
  }
  
  /*
  Removes the default spacing and border for appropriate elements.
  */
  
  blockquote,
  dl,
  dd,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  hr,
  figure,
  p,
  pre {
    margin: 0;
  }
  
  fieldset {
    margin: 0;
    padding: 0;
  }
  
  legend {
    padding: 0;
  }
  
  ol,
  ul,
  menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  /*
  Reset default styling for dialogs.
  */
  
  dialog {
    padding: 0;
  }
  
  /*
  Prevent resizing textareas horizontally by default.
  */
  
  textarea {
    resize: vertical;
  }
  
  /*
  1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  2. Set the default placeholder color to the user's configured gray 400 color.
  */
  
  input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
  }
  
  input::placeholder,
  textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
  }
  
  /*
  Set the default cursor for buttons.
  */
  
  button,
  [role="button"] {
    cursor: pointer;
  }
  
  /*
  Make sure disabled buttons don't get the pointer cursor.
  */
  
  :disabled {
    cursor: default;
  }
  
  /*
  1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
  2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
     This can trigger a poorly considered lint error in some tools but is included by design.
  */
  
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    /* 1 */
    
  }
  
  /*
  Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
  */
  
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  
  /* Make elements with the HTML hidden attribute stay hidden by default */
  
  [hidden]:where(:not([hidden="until-found"])) {
    display: none;
  }
  
  .pointer-events-none {
    pointer-events: none;
  }
  
  .absolute {
    position: absolute;
  }
  
  .relative {
    position: relative;
  }
  
  .-right-1 {
    right: -0.25rem;
  }
  
  .left-0 {
    left: 0px;
  }
  
  .left-1 {
    left: 0.25rem;
  }
  
  .left-1\/2 {
    left: 50%;
  }
  
  .left-10 {
    left: 2.5rem;
  }
  
  .right-1 {
    right: 0.25rem;
  }
  
  .top-0 {
    top: 0px;
  }
  
  .top-1\/2 {
    top: 50%;
  }
  
  .z-50 {
    z-index: 50;
  }
  
  .flex {
    display: flex;
  }
  
  .h-6 {
    height: 1.5rem;
  }
  
  .h-8 {
    height: 2rem;
  }
  
  .h-9 {
    height: 2.25rem;
  }
  
  .h-full {
    height: 100%;
  }
  
  .h-screen {
    height: 100vh;
  }
  
  .w-0 {
    width: 0px;
  }
  
  .w-15 {
    width: 3.75rem;
  }
  
  .w-6 {
    width: 1.5rem;
  }
  
  .w-9 {
    width: 2.25rem;
  }
  
  .w-full {
    width: 100%;
  }
  
  .w-screen {
    width: 100vw;
  }
  
  .min-w-96 {
    min-width: 24rem;
  }
  
  .max-w-96 {
    max-width: 24rem;
  }
  
  .origin-center {
    transform-origin: center;
  }
  
  .origin-left {
    transform-origin: left;
  }
  
  .origin-right {
    transform-origin: right;
  }
  
  .-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  
  .-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  
  .scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  
  .cursor-pointer {
    cursor: pointer;
  }
  
  .select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  
  .resize {
    resize: both;
  }
  
  .flex-row {
    flex-direction: row;
  }
  
  .flex-col {
    flex-direction: column;
  }
  
  .items-center {
    align-items: center;
  }
  
  .justify-center {
    justify-content: center;
  }
  
  .gap-1 {
    gap: 0.25rem;
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  
  .overscroll-none {
    overscroll-behavior: none;
  }
  
  .whitespace-nowrap {
    white-space: nowrap;
  }
  
  .rounded {
    border-radius: 0.25rem;
  }
  
  .rounded-7 {
    border-radius: 1.75rem;
  }
  
  .rounded-8 {
    border-radius: 2rem;
  }
  
  .rounded-full {
    border-radius: 9999px;
  }
  
  .bg-black {
    --tw-bg-opacity: 1;
    background-color: hsl(0 0% 0% / var(--tw-bg-opacity, 1));
  }
  
  .bg-blue {
    --tw-bg-opacity: 1;
    background-color: hsl(206 100% 48% / var(--tw-bg-opacity, 1));
  }
  
  .bg-green {
    --tw-bg-opacity: 1;
    background-color: hsl(144 100% 36% / var(--tw-bg-opacity, 1));
  }
  
  .bg-orange {
    --tw-bg-opacity: 1;
    background-color: hsl(28 100% 48% / var(--tw-bg-opacity, 1));
  }
  
  .bg-white-10 {
    --tw-bg-opacity: 1;
    background-color: hsl(0 0% 98% / var(--tw-bg-opacity, 1));
  }
  
  .bg-kons {
  background-image: url("../images/pfp.png");
}
  
  .bg-cover {
    background-size: cover;
  }
  
  .p-1 {
    padding: 0.25rem;
  }
  
  .p-2 {
    padding: 0.5rem;
  }
  
  .px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  
  .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
  .py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  
  .py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  
  .pl-1 {
    padding-left: 0.25rem;
  }
  
  .text-base {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: -0.0175rem;
  }
  
  .text-sm {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: -0.0075rem;
  }
  
  .text-gray-500 {
    --tw-text-opacity: 1;
    color: hsl(0 0% 46% / var(--tw-text-opacity, 1));
  }
  
  .text-white {
    color: hsla(0, 0%, 100%, 0.96);
  }
  
  .underline {
    text-decoration-line: underline;
  }
  
  .opacity-0 {
    opacity: 0;
  }
  
  .blur {
    --tw-blur: blur(8px);
    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);
  }
  
  .blur-sm {
    --tw-blur: blur(4px);
    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);
  }
  
  .transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  
  .transition-none {
    transition-property: none;
  }
  
  .delay-150 {
    transition-delay: 150ms;
  }
  
  .duration-350 {
    transition-duration: 350ms;
  }
  
  .ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  
    @font-face {
    font-family: 'Inter';

    font-weight: 500;

    font-display: block;

    font-style: normal;

    src: url("../fonts/inter.woff2") format("woff2");
  }
  
  .wf-loading body {
    opacity: 0;
  }
  
  .selection\:bg-white-10 *::-moz-selection {
    --tw-bg-opacity: 1;
    background-color: hsl(0 0% 98% / var(--tw-bg-opacity, 1));
  }
  
  .selection\:bg-white-10 *::selection {
    --tw-bg-opacity: 1;
    background-color: hsl(0 0% 98% / var(--tw-bg-opacity, 1));
  }
  
  .selection\:text-black *::-moz-selection {
    --tw-text-opacity: 1;
    color: hsl(0 0% 0% / var(--tw-text-opacity, 1));
  }
  
  .selection\:text-black *::selection {
    --tw-text-opacity: 1;
    color: hsl(0 0% 0% / var(--tw-text-opacity, 1));
  }
  
  .selection\:bg-white-10::-moz-selection {
    --tw-bg-opacity: 1;
    background-color: hsl(0 0% 98% / var(--tw-bg-opacity, 1));
  }
  
  .selection\:bg-white-10::selection {
    --tw-bg-opacity: 1;
    background-color: hsl(0 0% 98% / var(--tw-bg-opacity, 1));
  }
  
  .selection\:text-black::-moz-selection {
    --tw-text-opacity: 1;
    color: hsl(0 0% 0% / var(--tw-text-opacity, 1));
  }
  
  .selection\:text-black::selection {
    --tw-text-opacity: 1;
    color: hsl(0 0% 0% / var(--tw-text-opacity, 1));
  }
  
  .before\:h-4::before {
    content: var(--tw-content);
    height: 1rem;
  }
  
  .before\:w-4::before {
    content: var(--tw-content);
    width: 1rem;
  }
  
  .before\:bg-back::before {
    content: var(--tw-content);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1rem' height='1rem' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.6663 8.00016H3.33301M3.33301 8.00016L7.99967 12.6668M3.33301 8.00016L7.99967 3.3335' stroke='white' stroke-opacity='0.96' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  
  .before\:bg-layers::before {
    content: var(--tw-content);
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="1rem" height="1rem" viewBox="0 0 16 16" fill="none"%3E%3Cg clip-path="url(%23clip0_3993_15)"%3E%3Cpath d="M11.9997 5.55579V4.63997C11.9997 3.79422 11.2224 3.16217 10.3944 3.33466L9.33301 3.55579M11.9997 5.55579L13.0611 5.33466C13.889 5.16217 14.6663 5.79422 14.6663 6.63997V12.2494C14.6663 12.881 14.2232 13.4259 13.6049 13.5547L8.27161 14.6658C7.44364 14.8383 6.66634 14.2062 6.66634 13.3605V12.4447M11.9997 5.55579L9.33301 6.11134L7.72774 6.44578C7.10944 6.57459 6.66634 7.11951 6.66634 7.75108V9.88912V12.4447M6.66634 12.4447L5.60495 12.6658C4.77697 12.8383 3.99967 12.2062 3.99967 11.3605V10.4447M9.33301 3.55579V2.63997C9.33301 1.79422 8.55571 1.16217 7.72774 1.33466L2.3944 2.44578C1.77611 2.57459 1.33301 3.11951 1.33301 3.75108V9.36049C1.33301 10.2062 2.11031 10.8383 2.93828 10.6658L3.99967 10.4447M9.33301 3.55579L5.06107 4.44578C4.44278 4.57459 3.99967 5.11951 3.99967 5.75108V10.4447" stroke="white" stroke-opacity="0.96" stroke-width="1.5"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_3993_15"%3E%3Crect width="16" height="16" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
  }
  
  .before\:bg-queelp::before {
    content: var(--tw-content);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1rem' height='1rem' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6.43757 1.1665C4.50295 2.98137 2.79364 4.7686 3.49909 4.80167C5.12449 4.87786 12.1192 1.49056 9.24936 3.80167C6.37955 6.11278 1.98008 10.5152 5.24951 10.0517C8.51893 9.58816 13.9978 5.87151 12.4994 7.80167C11.6049 8.95387 8.78406 11.8722 6.93495 14.8332' stroke='white' stroke-opacity='0.96' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  }
  
  .before\:bg-readcv::before {
    content: var(--tw-content);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1rem' height='1rem' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_3993_68)'%3E%3Cpath d='M6.05163 3.682L11.8472 5.23492M5.36145 6.2578L11.157 7.81072M4.67127 8.83361L8.53497 9.86888M6.09787 0.933654L13.1813 2.83166C14.2483 3.11754 14.8814 4.21422 14.5955 5.28115L12.3524 13.6525C12.0666 14.7194 10.9699 15.3526 9.90295 15.0667L2.81949 13.1687C1.75256 12.8828 1.1194 11.7862 1.40528 10.7192L3.64838 2.34787C3.93426 1.28093 5.03094 0.64777 6.09787 0.933654Z' stroke='white' stroke-opacity='0.96' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3993_68'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
  
  .before\:bg-x::before {
    content: var(--tw-content);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1rem' height='1rem' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.2179 1.3335H14.4668L9.55347 6.98136L15.3337 14.6668H10.8078L7.26302 10.0056L3.20696 14.6668H0.956613L6.21195 8.6258L0.666992 1.3335H5.30773L8.51192 5.59401L12.2179 1.3335ZM11.4285 13.313H12.6747L4.63059 2.61623H3.2933L11.4285 13.313Z' fill='white' fill-opacity='0.96'/%3E%3C/svg%3E");
  }
  
  .before\:bg-linkedin::before {
    content: var(--tw-content);
    background-image: url("../images/linkedin.png");
  }
  
  .before\:bg-github::before {
    content: var(--tw-content);
    background-image: url("../images/github.png");
  }
  
  .before\:bg-cover::before {
    content: var(--tw-content);
    background-size: cover;
  }
  
  @media not all and (min-width: 425px) {
    .max-sm\:min-w-calc {
      min-width: calc(100vw - 2rem);
    }
  
    .max-sm\:max-w-calc {
      max-width: calc(100vw - 2rem);
    }
  }
  
  /* Voice Bars Animation */
  .voice-bars {
    display: flex;
    align-items: center;
    gap: 2px;
    height: 1rem;
    justify-content: center;
  }
  
  .bar {
    width: 2px;
    background: white;
    border-radius: 1px;
    transition: all 0.2s ease-out;
  }
  
  .bar1 {
    height: 0.5rem;
  }
  
  .bar2 {
    height: 0.75rem;
  }
  
  .bar3 {
    height: 0.625rem;
  }
  
  .bar4 {
    height: 0.875rem;
  }
  
  /* Default animations (paused) */
  .bar1 {
    animation: talk1 0.6s ease-in-out infinite;
    animation-play-state: paused;
  }
  
  .bar2 {
    animation: talk2 0.8s ease-in-out infinite;
    animation-play-state: paused;
  }
  
  .bar3 {
    animation: talk3 0.7s ease-in-out infinite;
    animation-play-state: paused;
  }
  
  .bar4 {
    animation: talk4 0.9s ease-in-out infinite;
    animation-play-state: paused;
  }
  
  @keyframes talk1 {
    0%, 100% { height: 0.5rem; }
    50% { height: 1rem; }
  }
  
  @keyframes talk2 {
    0%, 100% { height: 0.75rem; }
    50% { height: 0.25rem; }
  }
  
  @keyframes talk3 {
    0%, 100% { height: 0.625rem; }
    50% { height: 1.125rem; }
  }
  
  @keyframes talk4 {
    0%, 100% { height: 0.875rem; }
    50% { height: 0.375rem; }
  }
  
  /* Dots Animation */
  .dots {
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: center;
  }
  
  .dot {
    width: 3px;
    height: 3px;
    background: white;
    border-radius: 50%;
  }
  
  /* Default animations (paused) */
  .dot {
    animation: pulse 1.5s ease-in-out infinite;
    animation-play-state: paused;
  }
  
  .dot:nth-child(2) {
    animation-delay: 0.2s;
  }
  
  .dot:nth-child(3) {
    animation-delay: 0.4s;
  }
  
  @keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
  }
  
  /* Spinning X Icon */
  .spinning-x {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .x-line {
    position: absolute;
    width: 0.75rem;
    height: 2px;
    background: white;
    border-radius: 1px;
  }
  
  .x-line1 {
    transform: rotate(0deg);
  }
  
  .x-line2 {
    transform: rotate(90deg);
  }
  
  /* Default slow rotation */
  .spinning-x {
    animation: spin-slow 0.8s linear infinite;
    animation-play-state: paused;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  
  @keyframes spin-slow {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
  }
  
  @keyframes spin-medium {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
  }
  
  @keyframes spin-fast {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
  }
  
  @media (min-width: 1025px) {
    .ds\:hover\:bg-gray-800:hover {
      --tw-bg-opacity: 1;
      background-color: hsl(0 0% 19% / var(--tw-bg-opacity, 1));
    }
  
    .ds\:hover\:no-underline:hover {
      text-decoration-line: none;
    }
  }