@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@8..36,300..800&family=Playfair+Display:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap');

*, ::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.18 | 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: #e5e7eb;
  /* 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: "Google Sans Flex", 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;
  /* 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;
  /* 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 */
  vertical-align: middle;
  /* 2 */
}

/*
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;
}

:root {
  /* Cosmic palette */
  --cosmic-deep: 225 48% 6%;
  --cosmic-night: 225 40% 10%;
  --cosmic-iris: 227 80% 64%;
  --cosmic-lilac: 268 72% 68%;
  --cosmic-amber: 36 92% 62%;
  --cosmic-teal: 178 64% 52%;
  /* Cosmic Magicspace palette */
  --paper: 224 40% 12%;
  --text-primary-light: 220 54% 96%;
  --text-secondary-light: 222 27% 74%;
  --accent-gold: 45 92% 62%;
  --primary-violet: 222 86% 58%;
  --space: 224 54% 6%;
  --background: var(--space);
  --foreground: var(--text-primary-light);
  --primary: 221 83% 56%;
  --primary-foreground: 0 0% 100%;
  --card: 222 35% 12%;
  --card-foreground: var(--foreground);
  --border: 222 32% 22%;
  --input: 221 30% 22%;
  --ring: var(--primary);
  --muted: 223 30% 16%;
  --muted-foreground: 222 18% 70%;
  --accent: 221 32% 18%;
  --accent-foreground: var(--foreground);
  --destructive: 1 84% 58%;
  --destructive-foreground: 0 0% 100%;
  --success: 146 58% 60%;
  --warning: 39 92% 62%;
}

.dark {
  --background: 224 55% 5%;
  --foreground: 220 50% 96%;
  --primary: 222 85% 60%;
  --primary-foreground: 0 0% 100%;
  --card: 222 32% 10%;
  --card-foreground: var(--foreground);
  --border: 222 28% 20%;
  --input: 220 28% 22%;
  --ring: var(--primary);
  --muted: 222 30% 14%;
  --muted-foreground: 222 20% 70%;
  --accent: 222 30% 16%;
  --accent-foreground: var(--foreground);
  --destructive: 1 78% 53%;
  --destructive-foreground: 0 0% 100%;
  --success: 146 58% 56%;
}

*{
  border-color: hsl(var(--border));
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

body{
  color: hsl(var(--foreground));
  font-family: 'Google Sans Flex', 'Playfair Display', sans-serif;
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  position: relative;
  background-color: hsl(var(--background));
  background-image:
      radial-gradient(circle at 18% 20%, hsl(var(--primary) / 0.18), transparent 42%),
      radial-gradient(circle at 82% 5%, hsl(var(--accent-gold) / 0.2), transparent 55%),
      radial-gradient(circle at 50% 100%, hsl(var(--accent) / 0.65), transparent 70%);
  background-attachment: fixed;
}

body.mobile-nav-open {
  overflow: hidden;
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .font-display {
  font-family: 'Playfair Display', 'Google Sans Flex', serif;
  letter-spacing: -0.015em;
}

.dark body {
  background-image:
      radial-gradient(circle at 15% 20%, hsl(var(--primary) / 0.25), transparent 48%),
      radial-gradient(circle at 80% 0%, hsl(var(--accent-gold) / 0.22), transparent 55%);
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

:focus-visible {
  outline: 2px solid hsl(var(--ring));
  outline-offset: 2px;
}

::-moz-selection {
  background-color: hsl(var(--primary));
  color: hsl(var(--foreground));
}

::selection {
  background-color: hsl(var(--primary));
  color: hsl(var(--foreground));
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: hsl(var(--muted));
}

::-webkit-scrollbar-thumb {
  background: hsl(var(--muted-foreground));
  border-radius: 4px;
}

.\!container{
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 1400px){
  .\!container{
    max-width: 1400px !important;
  }

  .container{
    max-width: 1400px;
  }
}

/* Icons */

.icon-sm{
  height: 1rem;
  width: 1rem;
}

.icon-md{
  height: 1.25rem;
  width: 1.25rem;
}

.icon-lg{
  height: 1.5rem;
  width: 1.5rem;
}

.icon-container-md{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

/* Buttons */

.\!btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.\!btn:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: hsl(var(--primary) / 0.6);
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: hsl(var(--primary) / 0.6);
}

.\!btn:disabled{
  cursor: not-allowed;
  opacity: 0.4;
}

.btn:disabled{
  cursor: not-allowed;
  opacity: 0.4;
}

.\!btn:disabled {
  transform: none !important;
}

.btn:disabled {
  transform: none !important;
}

.btn-primary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-primary:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: hsl(var(--primary) / 0.6);
}

.btn-primary:disabled{
  cursor: not-allowed;
  opacity: 0.4;
  transform: none;
}

@media (max-width: 768px) {
  .app-toolbar__actions .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .dashboard-hero__actions .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .app-toolbar__actions .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .dashboard-hero__actions .btn-primary {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .report-card-actions-optimized .btn-primary {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

.btn-primary{
  background-color: hsl(var(--primary));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: hsl(var(--primary-foreground));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: hsl(var(--primary) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  transition: transform 200ms ease, box-shadow 200ms ease;
  max-width: 100%;
  box-sizing: border-box;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 35px -20px rgba(37, 99, 235, 0.8);
}

@media (max-width: 640px) {
  .btn-primary{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.btn-primary-lg{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-primary-lg:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: hsl(var(--primary) / 0.6);
}

.btn-primary-lg:disabled{
  cursor: not-allowed;
  opacity: 0.4;
  transform: none;
}

@media (max-width: 768px) {
  .app-toolbar__actions .btn-primary-lg {
    width: 100%;
    justify-content: center;
  }

  .dashboard-hero__actions .btn-primary-lg {
    width: 100%;
    justify-content: center;
  }

  .app-toolbar__actions .btn-primary-lg {
    width: 100%;
    justify-content: center;
  }

  .dashboard-hero__actions .btn-primary-lg {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .report-card-actions-optimized .btn-primary-lg {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

.btn-primary-lg{
  background-color: hsl(var(--primary));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: hsl(var(--primary-foreground));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: hsl(var(--primary) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  transition: transform 200ms ease, box-shadow 200ms ease;
  max-width: 100%;
  box-sizing: border-box;
}

.btn-primary-lg:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 35px -20px rgba(37, 99, 235, 0.8);
}

@media (max-width: 640px) {
  .btn-primary-lg{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.btn-primary-lg{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.btn-primary-lg:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 111, 61, 0.3);
}

.btn-primary-lg:active {
  transform: translateY(0);
}

.btn-outline{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-outline:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: hsl(var(--primary) / 0.6);
}

.btn-outline:disabled{
  cursor: not-allowed;
  opacity: 0.4;
  transform: none;
}

@media (max-width: 768px) {
  .app-toolbar__actions .btn-outline {
    width: 100%;
    justify-content: center;
  }

  .dashboard-hero__actions .btn-outline {
    width: 100%;
    justify-content: center;
  }

  .app-toolbar__actions .btn-outline {
    width: 100%;
    justify-content: center;
  }

  .dashboard-hero__actions .btn-outline {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .report-card-actions-optimized .btn-outline {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

.btn-outline{
  border-width: 1px;
  border-color: hsl(var(--border) / 0.7);
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: hsl(var(--foreground));
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.04));
}

.btn-outline:hover {
  border-color: hsl(var(--primary));
  color: hsl(var(--primary));
  background: rgba(37, 99, 235, 0.12);
}

.btn-ghost{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-ghost:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: hsl(var(--primary) / 0.6);
}

.btn-ghost:disabled{
  cursor: not-allowed;
  opacity: 0.4;
  transform: none;
}

@media (max-width: 768px) {
  .app-toolbar__actions .btn-ghost {
    width: 100%;
    justify-content: center;
  }

  .dashboard-hero__actions .btn-ghost {
    width: 100%;
    justify-content: center;
  }

  .app-toolbar__actions .btn-ghost {
    width: 100%;
    justify-content: center;
  }

  .dashboard-hero__actions .btn-ghost {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .report-card-actions-optimized .btn-ghost {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

.btn-ghost{
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: hsl(var(--muted-foreground));
}

.btn-ghost:hover {
  color: hsl(var(--foreground));
  background-color: hsl(var(--accent) / 0.8);
}

/* Header */

.site-account-menu{
  position: relative;
}

.site-account-trigger{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.7);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: hsl(var(--muted-foreground));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.site-account-trigger:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: hsl(var(--primary) / 0.4);
}

.site-account-trigger {
  background: rgba(255, 255, 255, 0.04);
}

.site-account-trigger__stack{
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  line-height: 1.25;
}

.site-account-trigger__label{
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.site-account-trigger__name{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 0em;
  color: hsl(var(--foreground));
}

.site-account-dropdown{
  visibility: hidden;
  position: absolute;
  right: 0px;
  margin-top: 0.5rem;
  display: flex;
  width: 16rem;
  --tw-translate-y: 0.5rem;
  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));
  flex-direction: column;
  gap: 1rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border));
  background-color: hsl(var(--card));
  padding: 1rem;
  opacity: 0;
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  pointer-events: none;
  z-index: 50;
}

.site-account-menu.is-open .site-account-dropdown{
  visibility: visible;
  --tw-translate-y: 0px;
  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));
  opacity: 1;
  pointer-events: auto;
}

.site-account-menu.is-open .site-account-trigger svg {
  transform: rotate(180deg);
}

.site-account-trigger svg {
  transition: transform 0.2s ease;
}

.site-account-user__label{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: hsl(var(--muted-foreground));
}

.site-account-user__email{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: hsl(var(--foreground));
}

.site-account-balance{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.75rem;
  border-width: 1px;
  border-style: dashed;
  border-color: hsl(var(--border) / 0.7);
  background-color: hsl(var(--card) / 0.6);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.site-account-balance__label{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: hsl(var(--muted-foreground));
}

.site-account-balance__value{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: hsl(var(--primary));
}

.site-account-actions{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.site-account-dropdown__link{
  width: 100%;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: hsl(var(--foreground));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-account-dropdown__link:hover{
  background-color: hsl(var(--muted) / 0.6);
  color: hsl(var(--primary));
}

/* App Shell */

.app-shell{
  display: flex;
  min-height: 100vh;
  width: 100%;
  flex-direction: column;
  position: relative;
  isolation: isolate;
  max-width: 100vw;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .app-shell {
    flex-direction: row;
    min-height: 100vh;
    /* Kein overflow: hidden - damit die gesamte Seite scrollbar ist */
  }
}

@media (max-width: 1023px) {
  .app-shell {
    overflow-x: hidden;
  }
}

.app-sidebar{
  display: flex;
  min-height: 100vh;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
  border-bottom-width: 1px;
  border-color: hsl(var(--border) / 0.7);
  --tw-backdrop-blur: blur(24px);
  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);
  background: hsl(var(--card));
  padding: 1.75rem 1.5rem;
  position: sticky;
  top: 0;
  z-index: 30;
}

.app-sidebar__content{
  display: flex;
  min-height: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1.5rem;
  overflow-y: auto;
  padding-right: 0.25rem;
}

@media (min-width: 1024px) {
  .app-sidebar{
    width: 18rem;
    border-bottom-width: 0px;
    border-right-width: 1px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    flex-shrink: 0;
    z-index: 40;
  }

  .app-sidebar__content{
    padding-right: 0px;
  }
}

/* Mobile: Sidebar standardmäßig versteckt */

@media (max-width: 1023px) {
  .app-sidebar {
    position: fixed;
    top: 4.5rem;
    left: 0;
    bottom: 0;
    width: min(320px, 85vw);
    max-width: 90vw;
    height: auto;
    min-height: 0;
    transform: translateX(-100%);
    border-right: 1px solid hsla(var(--border) / 0.9);
    border-radius: 0;
    padding: 1rem 1rem 0 1rem;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.3);
    z-index: 120;
    background: hsl(var(--card));
    backdrop-filter: none;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    box-sizing: border-box;
  }

  .app-sidebar.is-mobile-nav-open {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
}

.app-sidebar__brand{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.app-sidebar__brand:hover{
  opacity: 0.8;
}

.app-sidebar__brand {
  text-decoration: none;
  color: inherit;
}

.app-sidebar__logo{
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  box-shadow: none;
}

.app-sidebar__logo img{
  height: 3rem;
  width: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.app-sidebar__title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: hsl(var(--foreground));
  letter-spacing: 0.2em;
}

.app-sidebar__subtitle{
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: hsl(var(--muted-foreground));
}

.app-nav{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 1024px) {
  .app-nav{
    margin-left: 0px;
    margin-right: 0px;
    flex-direction: column;
    overflow: visible;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.app-nav__link{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: hsl(var(--muted-foreground));
  transition: all 0.2s ease;
  background: rgba(255, 255, 255, 0.02);
}

.app-nav__link:hover {
  color: hsl(var(--foreground));
  border-color: hsla(var(--primary) / 0.4);
}

.app-nav__link.is-active {
  color: hsl(var(--foreground));
  border-color: hsla(var(--primary) / 0.8);
  background: linear-gradient(125deg, rgba(37, 99, 235, 0.25), rgba(124, 92, 255, 0.2));
  box-shadow: 0 15px 35px -25px rgba(37, 99, 235, 0.9);
}

@keyframes magicspacePulse {
  0% {
    opacity: 0.35;
    transform: scale(1);
  }

  50% {
    opacity: 0.75;
    transform: scale(1.04);
  }

  100% {
    opacity: 0.35;
    transform: scale(1);
  }
}

@keyframes magicspaceGlow {
  0% {
    transform: translateX(-30%);
  }

  100% {
    transform: translateX(130%);
  }
}

.app-nav__link--magicspace {
  position: relative;
  color: hsl(var(--foreground));
  border-color: hsla(var(--primary) / 0.5);
  background: linear-gradient(140deg, rgba(99, 102, 241, 0.35), rgba(236, 72, 153, 0.3));
  box-shadow: 0 20px 45px -30px rgba(168, 85, 247, 0.75);
  overflow: hidden;
}

.app-nav__link--magicspace::before,
  .app-nav__link--magicspace::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.app-nav__link--magicspace::before {
  background: radial-gradient(circle at 15% 20%, rgba(244, 114, 182, 0.35), transparent 55%),
      radial-gradient(circle at 80% 0%, rgba(94, 234, 212, 0.35), transparent 55%);
  animation: magicspacePulse 4.5s ease-in-out infinite;
}

.app-nav__link--magicspace::after {
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.35) 50%, transparent 80%);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translateX(-40%);
}

.app-nav__link--magicspace:hover::after,
  .app-nav__link--magicspace.is-active::after {
  opacity: 1;
  animation: magicspaceGlow 1.8s ease-in-out infinite;
}

.app-nav__link--magicspace:hover,
  .app-nav__link--magicspace.is-active {
  border-color: hsla(var(--primary) / 0.9);
  background: linear-gradient(140deg, rgba(99, 102, 241, 0.5), rgba(14, 165, 233, 0.45));
  box-shadow: 0 24px 50px -28px rgba(59, 130, 246, 0.85);
}

.app-nav__link--magicspace .app-nav__icon {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.05));
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.15);
}

.app-nav__icon{
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  background: rgba(255, 255, 255, 0.04);
  color: currentColor;
}

.app-nav__label{
  white-space: nowrap;
}

/* ===================================
     ADMIN NAVIGATION LINK - Besonderer Style
     =================================== */

.app-nav__link--admin {
  position: relative;
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid hsla(var(--accent-gold) / 0.3);
}

.app-nav__link--admin::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, hsl(var(--accent-gold)), transparent);
}

.app-nav__link--admin:hover {
  border-color: hsla(var(--accent-gold) / 0.6);
  background: linear-gradient(125deg, rgba(234, 179, 8, 0.15), rgba(245, 158, 11, 0.1));
}

.app-nav__link--admin.is-active {
  border-color: hsla(var(--accent-gold) / 0.8);
  background: linear-gradient(125deg, rgba(234, 179, 8, 0.25), rgba(245, 158, 11, 0.15));
  box-shadow: 0 15px 35px -25px rgba(234, 179, 8, 0.7);
}

.app-nav__link--admin .app-nav__icon {
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.3), rgba(245, 158, 11, 0.2));
  color: hsl(var(--accent-gold));
}

.app-nav__badge{
  border-radius: 9999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  background: hsla(var(--primary) / 0.2);
  color: hsl(var(--primary));
}

.app-nav__badge--admin {
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.3), rgba(245, 158, 11, 0.2));
  color: hsl(var(--accent-gold));
  border: 1px solid hsla(var(--accent-gold) / 0.4);
}

.app-sidebar__panel{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.7);
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  padding: 1rem;
}

.app-sidebar .btn-outline{
  width: 100%;
  justify-content: space-between;
}

.app-sidebar__account{
  margin-top: auto;
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.7);
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  padding: 1rem;
}

.app-sidebar__account .site-account-trigger{
  width: 100%;
  justify-content: space-between;
}

.app-sidebar__account .site-account-dropdown {
  left: 0;
  right: 0;
  width: 100%;
  top: auto;
  bottom: calc(100% + 0.5rem);
  transform: translateY(0.5rem);
}

.app-sidebar__account > p:first-child {
  display: none;
}

.app-sidebar__account .site-account-menu.is-open .site-account-dropdown {
  transform: translateY(0);
}

.mobile-nav-toggle .material-symbols-outlined {
  font-size: 1.25rem;
}

.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  top: 4.5rem;
  left: min(320px, 85vw);
  width: calc(100vw - min(320px, 85vw));
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 60;
  visibility: hidden;
}

@media (max-width: 1023px) {
  body.mobile-nav-open {
    overflow: hidden;
  }
}

.welcome-screen.mobile-nav-close {
  display: none;
}

.mobile-nav-close{
  display: none;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.6);
  background-color: transparent;
  color: hsl(var(--foreground));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.auth-loading.mobile-nav-close {
  display: none;
}

.mobile-nav-close:hover{
  border-color: hsl(var(--primary) / 0.5);
  background-color: hsl(var(--accent) / 0.5);
}

@media (max-width: 1023px) {
  .mobile-nav-close{
    display: inline-flex;
  }
}

.mobile-nav-close .material-symbols-outlined {
  font-size: 1.25rem;
}

body.mobile-nav-open .mobile-nav-overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.app-sidebar__plan-value{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.app-main{
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
  overflow: visible;
}

@media (min-width: 1024px) {
  .app-main {
    flex: 1 1 auto;
    min-height: 100vh;
    margin-left: 18rem;
    /* 288px = w-72 für die fixed sidebar */
    overflow-x: hidden;
    /* Kein overflow-y: auto - der ganze Body scrollt */
  }
}

@media (max-width: 1023px) {
  .app-main {
    overflow-x: hidden;
    max-width: 100vw;
  }
}

.app-main::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 10%, rgba(37, 99, 235, 0.18), transparent 45%),
                radial-gradient(circle at 80% 0%, rgba(124, 92, 255, 0.16), transparent 55%);
  opacity: 0.4;
  pointer-events: none;
}

.app-main > * {
  position: relative;
  z-index: 1;
}

.app-topbar{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-bottom-width: 1px;
  border-color: hsl(var(--border) / 0.7);
  --tw-backdrop-blur: blur(24px);
  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);
  padding: 1.5rem 1.5rem 1.25rem;
  background: rgba(8, 12, 23, 0.7);
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: visible;
}

@media (min-width: 1024px) {
  .app-topbar {
    padding: 1.75rem 2.5rem;
  }
}

@media (max-width: 640px) {
  .app-topbar {
    padding: 1rem;
  }
}

.app-toolbar{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .app-toolbar{
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
}

.app-search{
  position: relative;
  width: 100%;
  flex: 1 1 0%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .app-search{
    width: 100%;
    flex: none;
  }
}

.app-search input{
  width: 100%;
  border-radius: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background-color: hsl(var(--accent));
  border: 1px solid hsla(var(--border) / 0.9);
  color: hsl(var(--foreground));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  max-width: 100%;
  box-sizing: border-box;
}

.app-search input::-moz-placeholder {
  color: hsl(var(--muted-foreground));
}

.app-search input::placeholder {
  color: hsl(var(--muted-foreground));
}

.app-search input:focus {
  border-color: hsl(var(--primary));
  box-shadow: 0 0 0 1px hsl(var(--primary));
  outline: none;
}

.app-search input{
  padding-left: 2.75rem;
}

.app-search input:focus{
  border-color: hsl(var(--primary));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: hsl(var(--primary) / 0.3);
}

.app-search input {
  background: rgba(255, 255, 255, 0.04);
}

.app-search .material-symbols-outlined {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  color: hsl(var(--muted-foreground));
  font-size: 1.2rem;
}

.welcome-screen.app-search-results {
  display: none;
}

.app-search-results{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  z-index: 30;
  margin-top: 0.5rem;
  display: none;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.6);
  background-color: hsl(var(--card));
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.auth-loading.app-search-results {
  display: none;
}

.app-search-results.is-visible{
  display: block;
}

.app-search-section{
  border-bottom-width: 1px;
  border-color: hsl(var(--border) / 0.6);
}

.app-search-section:last-child{
  border-width: 0px;
}

.app-search-section__title{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: hsl(var(--muted-foreground));
}

.app-search-result{
  display: flex;
  cursor: pointer;
  flex-direction: column;
  gap: 0.25rem;
  border-top-width: 1px;
  border-color: hsl(var(--border) / 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.app-search-result:first-child{
  border-top-width: 0px;
}

.app-search-result:hover{
  background-color: hsl(var(--accent) / 0.4);
}

.app-search-result__title{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  color: hsl(var(--foreground));
}

.app-search-result__meta{
  font-size: 0.75rem;
  line-height: 1rem;
  color: hsl(var(--muted-foreground));
}

.app-search-result--empty{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: hsl(var(--muted-foreground));
}

.app-content{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 2rem;
  padding: 1.5rem;
}

@media (min-width: 768px){
  .app-content{
    gap: 2.5rem;
    padding: 2.5rem;
  }
}

.app-content {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

@media (max-width: 640px) {
  .app-content{
    gap: 1rem;
    padding: 1rem;
  }
}

/* Forms */

.form-input{
  width: 100%;
  border-radius: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background-color: hsl(var(--accent));
  border: 1px solid hsla(var(--border) / 0.9);
  color: hsl(var(--foreground));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  max-width: 100%;
  box-sizing: border-box;
}

.form-input::-moz-placeholder {
  color: hsl(var(--muted-foreground));
}

.form-input::placeholder {
  color: hsl(var(--muted-foreground));
}

.form-input:focus {
  border-color: hsl(var(--primary));
  box-shadow: 0 0 0 1px hsl(var(--primary));
  outline: none;
}

.form-select{
  width: 100%;
  border-radius: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background-color: hsl(var(--accent));
  border: 1px solid hsla(var(--border) / 0.9);
  color: hsl(var(--foreground));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  max-width: 100%;
  box-sizing: border-box;
}

.form-select::-moz-placeholder {
  color: hsl(var(--muted-foreground));
}

.form-select::placeholder {
  color: hsl(var(--muted-foreground));
}

.form-select:focus {
  border-color: hsl(var(--primary));
  box-shadow: 0 0 0 1px hsl(var(--primary));
  outline: none;
}

.form-select{
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2.5rem;
}

.form-select:focus{
  border-color: hsl(var(--primary));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: hsl(var(--primary) / 0.3);
}

.form-select {
  max-width: 100%;
  box-sizing: border-box;
}

.form-label{
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: hsl(var(--muted-foreground));
}

/* Cards */

.\!card{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.7);
}

.card{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.7);
}

.\!card {
  background: linear-gradient(135deg, rgba(10, 16, 29, 0.9), rgba(14, 23, 39, 0.9)) !important;
  box-shadow: 0 25px 60px -35px rgba(2, 6, 23, 0.9) !important;
  backdrop-filter: blur(12px) !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
}

.card {
  background: linear-gradient(135deg, rgba(10, 16, 29, 0.9), rgba(14, 23, 39, 0.9));
  box-shadow: 0 25px 60px -35px rgba(2, 6, 23, 0.9);
  backdrop-filter: blur(12px);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

@media (max-width: 640px) {
  .\!card{
    border-radius: 0.75rem;
  }

  .card{
    border-radius: 0.75rem;
  }
}

.card-hover{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.7);
  background: linear-gradient(135deg, rgba(10, 16, 29, 0.9), rgba(14, 23, 39, 0.9));
  box-shadow: 0 25px 60px -35px rgba(2, 6, 23, 0.9);
  backdrop-filter: blur(12px);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

@media (max-width: 640px) {
  .card-hover{
    border-radius: 0.75rem;
  }
}

.dashboard-panel.card-hover{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.7);
  background-color: hsl(var(--card) / 0.7);
  padding: 1.5rem;
  --tw-backdrop-blur: blur(8px);
  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);
}

@media (min-width: 768px){
  .dashboard-panel.card-hover{
    padding: 2rem;
  }
}

.dashboard-panel.card-hover {
  box-shadow: 0 20px 60px -40px rgba(15, 23, 42, 0.9);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

@media (max-width: 640px) {
  .dashboard-panel.card-hover{
    padding: 1rem;
    overflow-x: hidden;
  }
}

.card-hover{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.card-hover:hover {
  transform: translateY(-3px);
  border-color: hsla(var(--primary) / 0.8);
  box-shadow: 0 35px 65px -40px rgba(37, 99, 235, 0.8);
}

/* Loading */

.loading-spinner{
  height: 1.25rem;
  width: 1.25rem;
}

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

.loading-spinner{
  animation: spin 1s linear infinite;
  border-radius: 9999px;
  border-width: 2px;
  border-color: hsl(var(--primary) / 0.3);
  border-top-color: hsl(var(--primary));
}

.loading-spinner-sm{
  height: 1rem;
  width: 1rem;
}

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

.loading-spinner-sm{
  animation: spin 1s linear infinite;
  border-radius: 9999px;
  border-width: 2px;
  border-color: hsl(var(--primary) / 0.3);
  border-top-color: hsl(var(--primary));
}

/* Toast */

.toast{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.7);
  background: linear-gradient(135deg, rgba(10, 16, 29, 0.9), rgba(14, 23, 39, 0.9));
  box-shadow: 0 25px 60px -35px rgba(2, 6, 23, 0.9);
  backdrop-filter: blur(12px);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

@media (max-width: 640px) {
  .toast{
    border-radius: 0.75rem;
  }
}

.dashboard-panel.toast{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.7);
  background-color: hsl(var(--card) / 0.7);
  padding: 1.5rem;
  --tw-backdrop-blur: blur(8px);
  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);
}

@media (min-width: 768px){
  .dashboard-panel.toast{
    padding: 2rem;
  }
}

.dashboard-panel.toast {
  box-shadow: 0 20px 60px -40px rgba(15, 23, 42, 0.9);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

@media (max-width: 640px) {
  .dashboard-panel.toast{
    padding: 1rem;
    overflow-x: hidden;
  }
}

.toast{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-width: 1px;
  padding: 1rem;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  animation: slideUp 0.3s ease-out;
}

.toast-success{
  border-color: hsl(var(--success) / 0.5);
  background-color: hsl(var(--success) / 0.2);
  color: hsl(var(--success));
}

.toast-error{
  border-color: hsl(var(--destructive) / 0.5);
  background-color: hsl(var(--destructive) / 0.2);
  color: hsl(var(--destructive));
}

.toast-info{
  border-color: hsl(var(--primary) / 0.5);
  background-color: hsl(var(--primary) / 0.2);
  color: hsl(var(--primary));
}

/* Report Sections */

.report-widget-main,
  .report-widget-sub {
  --report-accent: var(--accent-gold);
  --report-accent-strong: var(--primary);
  --report-surface-from: rgba(8, 9, 16, 0.96);
  --report-surface-to: rgba(6, 7, 12, 0.92);
  --report-sub-surface: rgba(7, 9, 14, 0.8);
}

.report-widget-main{
  position: relative;
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 28px;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.4);
  background: linear-gradient(145deg, var(--report-surface-from), var(--report-surface-to));
  box-shadow: 
      0 35px 68px -40px rgba(6, 11, 25, 0.95), 
      0 20px 40px -32px rgba(0, 0, 0, 0.6),
      0 0 0 1px hsl(var(--report-accent) / 0.1);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.report-widget-main::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
      radial-gradient(circle at 20% 15%, hsl(var(--report-accent) / 0.45), transparent 50%),
      radial-gradient(circle at 80% -10%, hsl(var(--report-accent-strong) / 0.4), transparent 50%),
      linear-gradient(120deg, transparent 30%, hsl(var(--report-accent) / 0.08));
  opacity: 0.9;
  pointer-events: none;
}

.report-widget-main::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid hsl(var(--report-accent) / 0.25);
  opacity: 0.45;
  pointer-events: none;
}

.report-widget-main:hover {
  border-color: hsl(var(--report-accent) / 0.65);
  box-shadow: 0 45px 80px -45px rgba(8, 14, 32, 0.95), 0 25px 45px -35px hsl(var(--report-accent) / 0.35);
  transform: translateY(-4px);
}

.report-widget-sub{
  position: relative;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  overflow: hidden;
  border-radius: 24px;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.3);
  background: linear-gradient(150deg, var(--report-sub-surface), rgba(5, 8, 15, 0.75));
  box-shadow: 0 18px 40px -35px rgba(5, 9, 20, 0.85), 0 12px 18px -25px rgba(0, 0, 0, 0.8);
  transition: transform 0.3s ease, border-color 0.3s ease;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.report-widget-sub::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: transparent;
  opacity: 0;
  pointer-events: none;
}

.report-widget-sub:hover {
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.report-header-main{
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  padding: 1.5rem;
}

@media (min-width: 768px){
  .report-header-main{
    padding: 1.75rem;
  }
}

.report-header-main {
  background:
      linear-gradient(120deg, rgba(3, 5, 12, 0.92), rgba(5, 9, 18, 0.8)),
      linear-gradient(135deg, hsl(var(--report-accent) / 0.9), hsl(var(--report-accent-strong) / 0.95));
  border-bottom: 2px solid hsl(var(--report-accent) / 0.5);
  border-top: 1px solid hsl(var(--report-accent) / 0.3);
  color: #fff;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.55);
  box-shadow: 0 4px 20px -8px hsl(var(--report-accent) / 0.4);
}

.report-header-main h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.875rem;
  /* 30px */
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  .report-header-main h3 {
    font-size: 2.125rem;
    /* 34px */
  }
}

.report-header-sub{
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 1.25rem;
}

@media (min-width: 768px){
  .report-header-sub{
    padding: 1.5rem;
  }
}

.report-header-sub {
  background: linear-gradient(115deg, rgba(4, 6, 14, 0.85), rgba(6, 10, 18, 0.7));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.report-header-sub h3 {
  font-family: 'Google Sans Flex', sans-serif;
  font-size: 1.375rem;
  /* 22px */
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: rgba(255, 255, 255, 0.92);
}

@media (min-width: 768px) {
  .report-header-sub h3 {
    font-size: 1.5rem;
    /* 24px */
  }
}

.report-number-main{
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background:
      linear-gradient(130deg, rgba(4, 7, 16, 0.88), rgba(6, 9, 18, 0.92)),
      linear-gradient(145deg, hsl(var(--report-accent-strong) / 0.98), hsl(var(--report-accent) / 0.95));
  border: 2px solid hsl(var(--report-accent) / 0.65);
  box-shadow: 
      0 18px 45px -30px hsl(var(--report-accent) / 0.95),
      inset 0 2px 8px rgba(255, 255, 255, 0.15);
}

.report-number-main span {
  font-family: 'Playfair Display', serif;
  font-size: 1.875rem;
  /* 30px */
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.7);
}

.report-content-main{
  position: relative;
  z-index: 10;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  padding: 1.5rem;
}

@media (min-width: 768px){
  .report-content-main{
    padding: 2rem;
  }
}

.report-content-main {
  background: linear-gradient(180deg, rgba(7, 10, 18, 0.45), transparent 65%);
}

.report-content-sub{
  position: relative;
  z-index: 10;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 1.25rem;
}

@media (min-width: 768px){
  .report-content-sub{
    padding: 1.5rem;
  }
}

.report-content-sub {
  background: linear-gradient(180deg, rgba(5, 8, 14, 0.35), transparent 65%);
}

/* Typography for Reports */

.report-prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.report-prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.report-prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.report-prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.report-prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.report-prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.report-prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.report-prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.report-prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.report-prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.report-prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.report-prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.report-prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.report-prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.report-prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.report-prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.report-prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.report-prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.report-prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.report-prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.report-prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.report-prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.report-prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.report-prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.report-prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.report-prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.report-prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.report-prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.report-prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.report-prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.report-prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.report-prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.report-prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.report-prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.report-prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.report-prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.report-prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.report-prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.report-prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.report-prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.report-prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.report-prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.report-prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.report-prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.report-prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.report-prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.report-prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.report-prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.report-prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.report-prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.report-prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.report-prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.report-prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.report-prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.report-prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.report-prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.report-prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.report-prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.report-prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.report-prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.report-prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}

.report-prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.report-prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.report-prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.report-prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.report-prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.report-prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.report-prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.report-prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.report-prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.report-prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.report-prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.report-prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.report-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.report-prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.report-prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.report-prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.report-prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.report-prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.report-prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.report-prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.report-prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.report-prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.report-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.report-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.report-prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.report-prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.report-prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.report-prose{
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.report-prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.report-prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.report-prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}

.report-prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.report-prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.report-prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.report-prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.report-prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.report-prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.report-prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.report-prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.report-prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}

.report-prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}

.report-prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8666667em;
}

.report-prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}

.report-prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}

.report-prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.report-prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.report-prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.report-prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}

.report-prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}

.report-prose :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.report-prose :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.report-prose :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.report-prose :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.report-prose :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.report-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.report-prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.report-prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.report-prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}

.report-prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.report-prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.report-prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.report-prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.report-prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.report-prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
}

.report-prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

.report-prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.report-prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.report-prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

.report-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.report-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.report-prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.report-prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.report-prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.report-prose :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.report-prose :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.report-prose{
  max-width: none;
  font-family: 'Google Sans Flex', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  /* Base text styling */
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.0625rem;
  /* 17px */
  line-height: 1.75;
  /* 28px - optimal for reading */
  letter-spacing: -0.01em;
  /* Headings - Playfair Display */
}

.report-prose :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: "Playfair Display", serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.report-prose {
  /* H2 - Main section headings */
}

.report-prose :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.report-prose {
  .prose-h2 {
    font-size: 2rem;
    /* 32px */
    line-height: 1.25;
    /* 40px */
    letter-spacing: -0.02em;
    font-weight: 600;
  }
  /* H3 - Subsection headings */
}

.report-prose :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.report-prose {
  .prose-h3 {
    font-size: 1.625rem;
    /* 26px */
    line-height: 1.3;
    /* 34px */
    letter-spacing: -0.015em;
    font-weight: 600;
  }
  /* H4 - Minor headings */
}

.report-prose :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.report-prose {
  .prose-h4 {
    font-size: 1.375rem;
    /* 22px */
    line-height: 1.35;
    /* 30px */
    letter-spacing: -0.01em;
    font-weight: 600;
  }
  /* Paragraphs - Optimized for reading */
}

.report-prose :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 1.5rem;
}

.report-prose {
  .prose-p {
    font-size: 1.0625rem;
    /* 17px */
    line-height: 1.75;
    /* 30px */
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 400;
  }
  /* Strong text */
}

.report-prose :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.report-prose {
  .prose-strong {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.98);
    letter-spacing: -0.005em;
  }
  /* Emphasis */
}

.report-prose :is(:where(em):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  color: rgb(255 255 255 / 0.95);
}

.report-prose {
  .prose-em {
    font-style: italic;
    font-weight: 400;
  }
  /* Lists */
}

.report-prose :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.report-prose :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.report-prose {
  .prose-ul, .prose-ol {
    padding-left: 1.5rem;
  }
}

.report-prose :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.625;
}

.report-prose {
  .prose-li {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
    padding-left: 0.5rem;
  }
  /* Blockquotes */
}

.report-prose :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.25rem;
}

.report-prose {
  .prose-blockquote {
    font-size: 1.125rem;
    /* 18px */
    line-height: 1.7;
    font-style: italic;
    font-weight: 400;
  }
  /* Links */
}

.report-prose :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-weight: 600;
  text-underline-offset: 4px;
}

.report-prose {
  .prose-a {
    font-weight: 500;
    text-decoration-thickness: 1.5px;
    transition: opacity 0.2s ease;
  }
  .prose-a:hover {
    opacity: 0.8;
  }
  /* Code */
}

.report-prose :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.report-prose {
  .prose-code {
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Fira Code', monospace;
    font-size: 0.9375rem;
    /* 15px */
    line-height: 1.6;
  }
}

.report-prose > p {
  position: relative;
  padding: 0;
  margin-bottom: 1.5rem;
  z-index: 0;
}

/* First paragraph in section */

.report-prose > p:first-of-type {
  margin-top: 0;
}

/* Last paragraph in section */

.report-prose > p:last-of-type {
  margin-bottom: 0;
}

.report-prose > p::before {
  content: '';
  position: absolute;
  left: 0.45rem;
  top: 0.4rem;
  bottom: 0.4rem;
  width: 0;
  border-radius: 999px;
  background: transparent;
  opacity: 0;
}

.report-prose > p::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: transparent;
  opacity: 0;
  z-index: -1;
}

.report-prose blockquote {
  border-left: 3px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(8, 10, 18, 0.6));
  color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
}

.report-prose code {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.95);
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.9375rem;
}

.report-prose a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s ease, opacity 0.2s ease;
}

.report-prose a:hover {
  text-decoration-color: rgba(255, 255, 255, 0.7);
  opacity: 0.9;
}

/* Hero & Flow Components */

.hero-panel{
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border));
  background-color: hsl(var(--card));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background:
      radial-gradient(circle at 15% 20%, hsl(var(--primary) / 0.08), transparent 40%),
      radial-gradient(circle at 85% 0%, hsl(var(--accent-gold) / 0.1), transparent 55%),
      linear-gradient(140deg, hsl(var(--card)), hsl(var(--card) / 0.85));
}

.hero-gradient {
  background:
      radial-gradient(circle at 20% 20%, hsl(var(--primary) / 0.15), transparent 50%),
      radial-gradient(circle at 80% 30%, hsl(var(--accent-gold) / 0.12), transparent 60%),
      linear-gradient(160deg, hsl(var(--card) / 0.7), transparent);
  pointer-events: none;
  opacity: 0.9;
}

.hero-badge{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background-color: hsl(var(--primary) / 0.1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: hsl(var(--primary));
}

/* ============================================
     DASHBOARD STATS
     ============================================ */

.dashboard-stats-section{
  width: 100%;
}

.dashboard-stats{
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px){
  .dashboard-stats{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Individual Stat Card */

.dashboard-stat-card{
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.5);
  background-color: hsl(var(--card));
  padding: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.dashboard-stat-card:hover{
  border-color: hsl(var(--primary) / 0.3);
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: hsl(var(--primary) / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.dashboard-stat-card{
  cursor: pointer;
  text-decoration-line: none;
}

.dashboard-stat-card:hover {
  transform: translateY(-2px);
}

.dashboard-stat-card:hover .dashboard-stat-card__arrow{
  --tw-translate-x: 0px;
  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));
  opacity: 1;
}

.dashboard-stat-card__icon{
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  flex-shrink: 0;
}

.dashboard-stat-card__icon--profiles{
  background-color: rgb(59 130 246 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.dashboard-stat-card__icon--reports{
  background-color: rgb(16 185 129 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.dashboard-stat-card__icon--credits{
  background-color: rgb(245 158 11 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.dashboard-stat-card__content{
  min-width: 0px;
  flex: 1 1 0%;
}

.dashboard-stat-card__value {
  font-family: 'Playfair Display', 'Google Sans Flex', serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
}

.dashboard-stat-card__label{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: hsl(var(--muted-foreground));
}

.dashboard-stat-card__arrow{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: hsl(var(--muted) / 0.5);
  color: hsl(var(--muted-foreground));
  --tw-translate-x: -0.5rem;
  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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.dashboard-stat-card__arrow .material-symbols-outlined{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* Mobile adjustments for stats */

@media (max-width: 768px) {
  .dashboard-stats{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }

  .dashboard-stat-card{
    padding: 1.25rem;
  }

  .dashboard-stat-card__icon{
    height: 3rem;
    width: 3rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .dashboard-stat-card__value{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .dashboard-stat-card__arrow{
    --tw-translate-x: 0px;
    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));
    opacity: 1;
  }
}

/* ============================================
     WELCOME SCREEN STYLES
     ============================================ */

.welcome-screen{
  margin-bottom: 1.5rem;
}

.welcome-screen.hidden {
  display: none;
}

.welcome-screen__card{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.5);
  background-color: hsl(var(--card));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 10px 10px -5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: linear-gradient(
      135deg,
      hsl(var(--card)) 0%,
      hsl(var(--card) / 0.98) 100%
    );
  position: relative;
  overflow: hidden;
}

.welcome-screen__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
      90deg,
      hsl(var(--primary)) 0%,
      hsl(var(--primary-violet)) 50%,
      hsl(var(--primary)) 100%
    );
  opacity: 0.8;
}

.welcome-screen__card-header{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid hsl(var(--border) / 0.4);
}

.welcome-screen__header-content{
  display: flex;
  flex: 1 1 0%;
  align-items: flex-start;
  gap: 1rem;
}

.welcome-screen__icon{
  display: flex;
  height: 4rem;
  width: 4rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background-color: hsl(var(--primary) / 0.15);
  color: hsl(var(--primary));
  border: 1px solid hsl(var(--primary) / 0.25);
  box-shadow: 0 4px 12px -4px hsl(var(--primary) / 0.2);
}

.welcome-screen__icon .material-symbols-outlined{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.welcome-screen__header-text{
  min-width: 0px;
  flex: 1 1 0%;
  padding-top: 0.25rem;
}

.welcome-screen__title {
  font-family: 'Playfair Display', 'Google Sans Flex', serif;
  letter-spacing: -0.015em;
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

@media (min-width: 768px){
  .welcome-screen__title{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.welcome-screen__title{
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: hsl(var(--foreground));
}

.welcome-screen__subtitle{
  font-size: 1rem;
  line-height: 1.5rem;
  color: hsl(var(--muted-foreground));
}

@media (min-width: 768px){
  .welcome-screen__subtitle{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.welcome-screen__subtitle{
  line-height: 1.625;
}

.welcome-screen__close{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-color: hsl(var(--muted) / 0.5);
  color: hsl(var(--muted-foreground));
}

.welcome-screen__close:hover{
  background-color: hsl(var(--muted));
  color: hsl(var(--foreground));
}

.welcome-screen__close{
  flex-shrink: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.welcome-screen__close .material-symbols-outlined{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.welcome-screen__card-body{
  padding: 1.5rem;
  padding-top: 1.75rem;
}

.welcome-screen__credits-section{
  margin-bottom: 1.75rem;
}

.welcome-screen__credits-badge{
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 0.75rem;
  padding: 1.25rem;
  border-width: 1px;
  border-color: hsl(var(--primary) / 0.25);
  --tw-backdrop-blur: blur(4px);
  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);
  background-color: hsl(var(--primary) / 0.08);
  box-shadow: 0 2px 8px -2px hsl(var(--primary) / 0.1);
}

.welcome-screen__credits-text{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
}

.welcome-screen__credits-label{
  font-size: 1rem;
  line-height: 1.5rem;
  color: hsl(var(--muted-foreground));
}

.welcome-screen__credits-value {
  font-family: 'Playfair Display', 'Google Sans Flex', serif;
  letter-spacing: -0.015em;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: hsl(var(--primary));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1;
}

.welcome-screen__intro{
  margin-bottom: 1.75rem;
}

.welcome-screen__intro-text{
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
  color: hsl(var(--foreground));
}

@media (min-width: 768px){
  .welcome-screen__intro-text{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.welcome-screen__intro-text{
  font-weight: 500;
  max-width: 42rem;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .welcome-screen__intro-text {
    white-space: normal;
  }
}

.welcome-screen__steps{
  margin-bottom: 0px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.welcome-screen__step{
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 0.75rem;
  padding: 1.25rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.4);
  background-color: hsl(var(--muted) / 0.2);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  position: relative;
}

.welcome-screen__step:hover{
  border-color: hsl(var(--primary) / 0.4);
  background-color: hsl(var(--muted) / 0.4);
  transform: translateX(4px);
  box-shadow: 0 4px 12px -4px hsl(var(--primary) / 0.2);
}

.welcome-screen__step-number{
  position: absolute;
  left: -0.75rem;
  top: 1.25rem;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 9999px;
  background-color: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.welcome-screen__step-icon{
  display: flex;
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  color: hsl(var(--primary));
  background-color: hsl(var(--primary) / 0.12);
  border: 1px solid hsl(var(--primary) / 0.25);
}

.welcome-screen__step-icon .material-symbols-outlined{
  font-size: 1.5rem;
  line-height: 2rem;
}

.welcome-screen__step-content{
  min-width: 0px;
  flex: 1 1 0%;
  padding-top: 0.25rem;
}

.welcome-screen__step-title{
  margin-bottom: 0.375rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: hsl(var(--foreground));
}

.welcome-screen__step-text{
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  color: hsl(var(--muted-foreground));
}

.welcome-screen__card-footer{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem;
  padding-top: 1.25rem;
}

@media (min-width: 640px){
  .welcome-screen__card-footer{
    flex-direction: row;
  }
}

.welcome-screen__card-footer {
  border-top: 1px solid hsl(var(--border) / 0.4);
}

.welcome-screen__action-primary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: hsl(var(--primary));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: hsl(var(--primary-foreground));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.welcome-screen__action-primary:hover{
  background-color: hsl(var(--primary) / 0.9);
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 10px 10px -5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: hsl(var(--primary) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.welcome-screen__action-primary:active{
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
}

.welcome-screen__action-primary {
  flex: 1;
  box-shadow: 0 4px 12px -4px hsl(var(--primary) / 0.5);
}

.welcome-screen__action-primary .material-symbols-outlined{
  font-size: 1.25rem;
  line-height: 1.75rem;
  transition: transform 0.2s ease;
}

.welcome-screen__action-primary:hover {
  transform: translateY(-1px);
}

.welcome-screen__action-primary:hover .material-symbols-outlined {
  transform: translateX(3px);
}

.welcome-screen__action-secondary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: hsl(var(--muted) / 0.4);
  color: hsl(var(--foreground));
}

.welcome-screen__action-secondary:hover{
  background-color: hsl(var(--muted) / 0.6);
}

.welcome-screen__action-secondary{
  border-width: 1px;
  border-color: hsl(var(--border) / 0.5);
}

.welcome-screen__action-secondary:hover{
  border-color: hsl(var(--border));
}

.welcome-screen__action-secondary{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.welcome-screen__action-secondary:active{
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
}

/* Mobile adjustments for welcome screen */

@media (max-width: 768px) {
  .welcome-screen__card-header{
    padding: 1.25rem;
    padding-bottom: 1rem;
  }

  .welcome-screen__icon{
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 0.75rem;
  }

  .welcome-screen__icon .material-symbols-outlined{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .welcome-screen__title{
    margin-bottom: 0.375rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .welcome-screen__subtitle{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .welcome-screen__card-body{
    padding: 1.25rem;
    padding-top: 1.5rem;
  }

  .welcome-screen__credits-section{
    margin-bottom: 1.5rem;
  }

  .welcome-screen__credits-badge{
    gap: 0.75rem;
    padding: 1rem;
  }

  .welcome-screen__credits-badge .material-symbols-outlined{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .welcome-screen__credits-label{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .welcome-screen__credits-value{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .welcome-screen__intro{
    margin-bottom: 1.5rem;
  }

  .welcome-screen__intro-text{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .welcome-screen__steps{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .welcome-screen__steps > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .welcome-screen__step{
    gap: 0.75rem;
    padding: 1rem;
  }

  .welcome-screen__step-number{
    left: -0.5rem;
    top: 1rem;
    height: 1.5rem;
    width: 1.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .welcome-screen__step-icon{
    height: 2.75rem;
    width: 2.75rem;
    border-radius: 0.5rem;
  }

  .welcome-screen__step-icon .material-symbols-outlined{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .welcome-screen__step-title{
    margin-bottom: 0.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .welcome-screen__step-text{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .welcome-screen__card-footer{
    flex-direction: column;
    padding: 1.25rem;
    padding-top: 1rem;
  }

  .welcome-screen__action-primary,
    .welcome-screen__action-secondary{
    width: 100%;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

/* ============================================
     ADMIN DASHBOARD STYLES
     ============================================ */

.admin-eyebrow {
  background: linear-gradient(90deg, hsl(var(--accent-gold)), hsl(45 100% 70%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}

.dashboard-stat-card--admin {
  border-color: hsla(var(--accent-gold) / 0.3);
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.05), rgba(245, 158, 11, 0.02));
}

.dashboard-stat-card--admin:hover {
  border-color: hsla(var(--accent-gold) / 0.5);
  box-shadow: 0 25px 50px -12px rgba(234, 179, 8, 0.15);
}

.dashboard-stat-card__icon--admin-users {
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.2), rgba(245, 158, 11, 0.1));
  color: hsl(var(--accent-gold));
}

.dashboard-stat-card__icon--admin-reports {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.2), rgba(192, 132, 252, 0.1));
  color: hsl(268 80% 65%);
}

.dashboard-stat-card__icon--admin-profiles {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(96, 165, 250, 0.1));
  color: hsl(217 90% 60%);
}

/* Admin Report Type Cards */

.admin-report-type-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.5);
  background-color: hsl(var(--card) / 0.5);
  padding: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.admin-report-type-card:hover{
  border-color: hsl(var(--primary) / 0.4);
  background-color: hsl(var(--card));
}

.admin-report-type-card {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.admin-report-type-card__icon{
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: hsl(var(--primary));
}

.admin-report-type-card__count {
  font-family: 'Playfair Display', 'Google Sans Flex', serif;
  letter-spacing: -0.015em;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.admin-report-type-card__label{
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  color: hsl(var(--muted-foreground));
}

/* Admin Table */

.admin-table{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.admin-table thead{
  border-bottom-width: 1px;
  border-color: hsl(var(--border) / 0.5);
}

.admin-table th{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: hsl(var(--muted-foreground));
}

.admin-table tbody tr{
  border-bottom-width: 1px;
  border-color: hsl(var(--border) / 0.3);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.admin-table tbody tr:hover{
  background-color: hsl(var(--accent) / 0.3);
}

.admin-table tbody tr:last-child{
  border-bottom-width: 0px;
}

.admin-table td{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.admin-table__row--admin {
  background: linear-gradient(90deg, rgba(234, 179, 8, 0.08), transparent);
}

.admin-table__row--clickable{
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.admin-table__row--clickable:hover{
  border-left-width: 2px;
  border-left-color: hsl(var(--primary));
  background-color: hsl(var(--primary) / 0.1);
}

.admin-table__row--clickable:active{
  background-color: hsl(var(--primary) / 0.2);
}

/* User Detail Modal Scrolling */

#user-detail-modal {
  overscroll-behavior: contain;
}

#user-detail-modal > div {
  max-height: 90vh;
}

.user-detail-modal-content {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: hsl(var(--muted-foreground)) transparent;
  overflow-y: auto !important;
  max-height: 100% !important;
}

.user-detail-modal-content::-webkit-scrollbar {
  width: 8px;
}

.user-detail-modal-content::-webkit-scrollbar-track {
  background: transparent;
}

.user-detail-modal-content::-webkit-scrollbar-thumb {
  background-color: hsl(var(--muted-foreground) / 0.3);
  border-radius: 4px;
}

.user-detail-modal-content::-webkit-scrollbar-thumb:hover {
  background-color: hsl(var(--muted-foreground) / 0.5);
}

.admin-badge{
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.3), rgba(245, 158, 11, 0.2));
  color: hsl(var(--accent-gold));
  border: 1px solid hsla(var(--accent-gold) / 0.4);
}

.admin-credit-badge{
  display: inline-flex;
  min-width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.admin-credit-badge--high{
  background-color: rgb(16 185 129 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.admin-credit-badge--medium{
  background-color: rgb(245 158 11 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.admin-credit-badge--low{
  background-color: rgb(239 68 68 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.admin-user-report-badge{
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 9999px;
  background-color: hsl(var(--accent) / 0.5);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: hsl(var(--foreground));
}

/* ============================================
     MOON CALENDAR WIDGET
     ============================================ */

.moon-calendar-widget{
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.5);
  background-color: hsl(var(--card));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.moon-calendar-widget__glow{
  pointer-events: none;
  position: absolute;
  inset: 0px;
  opacity: 0.6;
  background: 
      radial-gradient(ellipse 80% 50% at 20% 20%, rgba(99, 102, 241, 0.15), transparent),
      radial-gradient(ellipse 60% 40% at 80% 80%, rgba(168, 85, 247, 0.1), transparent);
}

.moon-calendar-widget__content{
  position: relative;
  z-index: 10;
  padding: 1.5rem;
}

.moon-calendar-widget__header{
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.moon-calendar-widget__title{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: hsl(var(--muted-foreground));
}

.moon-calendar-widget__date{
  margin-top: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: hsl(var(--muted-foreground));
}

/* Today's Moon Display */

.moon-today{
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.moon-today__phase{
  position: relative;
  flex-shrink: 0;
}

/* Moon Emoji Display */

.moon-today__emoji{
  display: block;
  font-size: 4.5rem;
  line-height: 1;
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.3));
  animation: moon-glow 4s ease-in-out infinite;
}

.moon-today__ring{
  pointer-events: none;
  position: absolute;
  border-radius: 9999px;
  inset: -10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  animation: moon-ring-rotate 30s linear infinite;
}

.moon-today__ring::before {
  content: '';
  position: absolute;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.25);
  top: 50%;
  left: -3px;
  transform: translateY(-50%);
}

@keyframes moon-glow {
  0%, 100% {
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.2));
    transform: scale(1);
  }

  50% {
    filter: drop-shadow(0 0 28px rgba(255, 255, 255, 0.35));
    transform: scale(1.01);
  }
}

@keyframes moon-ring-rotate {
  to {
    transform: rotate(360deg);
  }
}

.moon-today__info{
  min-width: 0px;
  flex: 1 1 0%;
}

.moon-today__phase-name {
  font-family: 'Playfair Display', 'Google Sans Flex', serif;
  letter-spacing: -0.015em;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: hsl(var(--foreground));
}

.moon-today__sign{
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: hsl(var(--muted-foreground));
}

.moon-today__sign-symbol{
  font-size: 1rem;
  line-height: 1.5rem;
  color: hsl(var(--primary-violet));
}

.moon-today__illumination{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.moon-today__illumination-bar{
  height: 0.375rem;
  flex: 1 1 0%;
  overflow: hidden;
  border-radius: 9999px;
  background-color: hsl(var(--muted));
}

.moon-today__illumination-fill{
  height: 100%;
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  background: linear-gradient(90deg, hsl(var(--primary-violet)), hsl(268 72% 68%));
}

.moon-today__illumination-value{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  color: hsl(var(--muted-foreground));
  min-width: 36px;
}

/* Upcoming Phases */

.moon-upcoming{
  margin-bottom: 1.25rem;
  display: flex;
  gap: 0.75rem;
  border-top-width: 1px;
  border-color: hsl(var(--border) / 0.5);
  padding-top: 1.25rem;
}

.moon-upcoming__item{
  flex: 1 1 0%;
  border-radius: 0.75rem;
  background-color: hsl(var(--muted) / 0.3);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.moon-upcoming__item:hover{
  background-color: hsl(var(--muted) / 0.5);
}

.moon-upcoming__emoji{
  margin-bottom: 0.375rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.moon-upcoming__label{
  margin-bottom: 0.25rem;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: hsl(var(--muted-foreground));
}

.moon-upcoming__date{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  color: hsl(var(--foreground));
}

/* Month Calendar Grid */

.moon-month{
  border-top-width: 1px;
  border-color: hsl(var(--border) / 0.5);
  padding-top: 1.25rem;
}

.moon-month__header{
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.moon-month__title{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: hsl(var(--foreground));
}

.moon-month__nav{
  display: flex;
  gap: 0.25rem;
}

.moon-month__nav-btn{
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  color: hsl(var(--muted-foreground));
}

.moon-month__nav-btn:hover{
  background-color: hsl(var(--muted) / 0.5);
  color: hsl(var(--foreground));
}

.moon-month__nav-btn{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.moon-month__nav-btn .material-symbols-outlined{
  font-size: 1rem;
  line-height: 1.5rem;
}

.moon-month__weekdays{
  margin-bottom: 0.5rem;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.25rem;
}

.moon-month__weekday{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: hsl(var(--muted-foreground));
}

.moon-month__days{
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.375rem;
}

.moon-month__day{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  cursor: default;
}

.moon-month__day:hover{
  background-color: hsl(var(--muted) / 0.5);
}

.moon-month__day {
  min-height: 44px;
}

.moon-month__day--empty{
  pointer-events: none;
}

.moon-month__day--today{
  background-color: hsl(var(--primary) / 0.2);
  font-weight: 600;
  color: hsl(var(--primary));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: hsl(var(--primary) / 0.5);
}

.moon-month__day--new-moon{
  background-color: rgb(168 85 247 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.moon-month__day--full-moon{
  background-color: rgb(245 158 11 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.moon-month__day-number{
  font-weight: 500;
  line-height: 1;
}

.moon-month__day-emoji{
  margin-top: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
  opacity: 0.8;
}

/* Loading State */

.moon-calendar-widget--loading .moon-today__emoji{
  opacity: 0.4;
  animation: moon-pulse 1.5s ease-in-out infinite;
}

@keyframes moon-pulse {
  0%, 100% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.moon-calendar-widget__skeleton{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.moon-calendar-widget__skeleton-line{
  height: 1rem;
  border-radius: 0.25rem;
  background-color: hsl(var(--muted) / 0.5);
}

/* Mobile Adjustments */

@media (max-width: 640px) {
  .moon-calendar-widget__content{
    padding: 1rem;
  }

  .moon-today{
    margin-bottom: 1.25rem;
    gap: 1rem;
  }

  .moon-today__emoji{
    font-size: 3rem;
    line-height: 1;
  }

  .moon-today__ring {
    inset: -8px;
  }

  .moon-today__phase-name{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .moon-upcoming{
    margin-bottom: 1rem;
    gap: 0.5rem;
    padding-top: 1rem;
  }

  .moon-upcoming__item{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .moon-upcoming__emoji{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .moon-month__days{
    gap: 0.25rem;
  }

  .moon-month__day{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 10px;
    min-height: 38px;
  }

  .moon-month__day-emoji{
    margin-top: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

/* ============================================
     CHINESE ZODIAC CALENDAR
     ============================================ */

.zodiac-calendar-widget{
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.5);
  background-color: hsl(var(--card));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.zodiac-calendar-widget__glow{
  pointer-events: none;
  position: absolute;
  inset: 0px;
  opacity: 0.7;
  background:
      radial-gradient(circle at 20% 20%, rgba(245, 158, 11, 0.2), transparent 55%),
      radial-gradient(circle at 80% 80%, rgba(16, 185, 129, 0.15), transparent 60%);
}

.zodiac-calendar-widget__content{
  position: relative;
  z-index: 10;
  padding: 1.5rem;
}

.zodiac-calendar-widget__header{
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.zodiac-calendar-widget__title{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: hsl(var(--muted-foreground));
}

.zodiac-calendar-widget__date{
  margin-top: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: hsl(var(--muted-foreground));
}

.zodiac-current{
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

@media (min-width: 768px){
  .zodiac-current{
    flex-direction: row;
    align-items: flex-start;
  }
}

.zodiac-current__symbol{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(245 158 11 / 0.4);
  background-color: rgb(245 158 11 / 0.1);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-width: 160px;
}

.zodiac-current__emoji{
  display: block;
  font-size: 3.75rem;
  line-height: 1;
}

@media (min-width: 768px){
  .zodiac-current__emoji{
    font-size: 4.5rem;
    line-height: 1;
  }
}

.zodiac-current__symbol-label{
  margin-top: 1rem;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: rgb(253 230 138 / 0.8);
}

.zodiac-current__info{
  width: 100%;
  flex: 1 1 0%;
}

.zodiac-current__eyebrow{
  margin-bottom: 0.25rem;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: hsl(var(--muted-foreground));
}

.zodiac-current__title {
  font-family: 'Playfair Display', 'Google Sans Flex', serif;
  letter-spacing: -0.015em;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: hsl(var(--foreground));
}

.zodiac-current__description{
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: hsl(var(--muted-foreground));
}

.zodiac-current__meta{
  margin-bottom: 1rem;
  display: grid;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.zodiac-current__meta dt{
  margin-bottom: 0.25rem;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: hsl(var(--muted-foreground));
}

.zodiac-current__meta dd{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: hsl(var(--foreground));
}

.zodiac-current__hint{
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.625;
  color: hsl(var(--muted-foreground));
}

.zodiac-upcoming{
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px){
  .zodiac-upcoming{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.zodiac-upcoming__card > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.zodiac-upcoming__card{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.6);
  background-color: hsl(var(--muted) / 0.2);
  padding: 1rem;
}

.zodiac-upcoming__eyebrow{
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: hsl(var(--muted-foreground));
}

.zodiac-upcoming__list > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.zodiac-upcoming__item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
  background-color: rgb(255 255 255 / 0.05);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-backdrop-blur: blur(8px);
  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);
}

.zodiac-upcoming__year{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: hsl(var(--foreground));
}

.zodiac-upcoming__sign{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: hsl(var(--muted-foreground));
}

.zodiac-upcoming__emoji{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.zodiac-upcoming__pills{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.zodiac-pill{
  border-radius: 9999px;
  border-width: 1px;
  border-color: hsl(var(--primary) / 0.4);
  background-color: hsl(var(--primary) / 0.1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  color: hsl(var(--primary));
}

.zodiac-upcoming__note{
  font-size: 0.75rem;
  line-height: 1rem;
  color: hsl(var(--muted-foreground));
}

.zodiac-cycle{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.6);
  background-color: hsl(var(--muted) / 0.1);
  padding: 1.25rem;
}

.zodiac-cycle__header{
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zodiac-cycle__eyebrow{
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: hsl(var(--muted-foreground));
}

.zodiac-cycle__range {
  font-family: 'Playfair Display', 'Google Sans Flex', serif;
  letter-spacing: -0.015em;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: hsl(var(--foreground));
}

.zodiac-cycle__nav{
  display: flex;
  gap: 0.25rem;
}

.zodiac-cycle__nav-btn{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.6);
  color: hsl(var(--muted-foreground));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.zodiac-cycle__nav-btn:hover{
  border-color: hsl(var(--foreground) / 0.4);
  color: hsl(var(--foreground));
}

.zodiac-cycle__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 768px){
  .zodiac-cycle__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.zodiac-cycle__item{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.5);
  background-color: hsl(var(--card) / 0.7);
  padding: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.zodiac-cycle__item--current{
  border-color: hsl(var(--primary) / 0.6);
  background-color: hsl(var(--primary) / 0.1);
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: hsl(var(--primary) / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.zodiac-cycle__year{
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: hsl(var(--muted-foreground));
}

.zodiac-cycle__animal{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.zodiac-cycle__emoji{
  font-size: 1.5rem;
  line-height: 2rem;
}

.zodiac-cycle__name{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: hsl(var(--foreground));
}

.zodiac-cycle__stem{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: hsl(var(--muted-foreground));
}

.zodiac-cycle__hint{
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: hsl(var(--muted-foreground));
}

.zodiac-calendar-widget--loading .zodiac-current__emoji{
  opacity: 0.4;
  animation: zodiac-pulse 1.5s ease-in-out infinite;
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.zodiac-calendar-widget__skeleton{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.zodiac-calendar-widget__skeleton-line{
  height: 1rem;
  border-radius: 0.25rem;
  background-color: hsl(var(--muted) / 0.5);
}

.zodiac-calendar-widget__skeleton-circle{
  height: 5rem;
  width: 5rem;
  border-radius: 9999px;
  background-color: hsl(var(--muted) / 0.5);
}

@keyframes zodiac-pulse {
  0%, 100% {
    opacity: 0.35;
  }

  50% {
    opacity: 0.65;
  }
}

@media (max-width: 640px) {
  .zodiac-calendar-widget__content{
    padding: 1rem;
  }

  .zodiac-current{
    margin-bottom: 1.25rem;
    gap: 1rem;
  }

  .zodiac-current__symbol{
    width: 100%;
  }

  .zodiac-current__emoji{
    font-size: 3rem;
    line-height: 1;
  }

  .zodiac-upcoming__item{
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .zodiac-cycle__grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* ============================================
     DASHBOARD HERO (Legacy - can be removed later)
     ============================================ */

.dashboard-panel.card{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.7);
  background-color: hsl(var(--card) / 0.7);
  padding: 1.5rem;
  --tw-backdrop-blur: blur(8px);
  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);
}

@media (min-width: 768px){
  .dashboard-panel.card{
    padding: 2rem;
  }
}

.dashboard-panel.\!card{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.7);
  background-color: hsl(var(--card) / 0.7);
  padding: 1.5rem;
  --tw-backdrop-blur: blur(8px);
  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);
}

@media (min-width: 768px){
  .dashboard-panel.\!card{
    padding: 2rem;
  }
}

.dashboard-panel.card {
  box-shadow: 0 20px 60px -40px rgba(15, 23, 42, 0.9);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.dashboard-panel.\!card {
  box-shadow: 0 20px 60px -40px rgba(15, 23, 42, 0.9) !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
}

@media (max-width: 640px) {
  .dashboard-panel.card{
    padding: 1rem;
    overflow-x: hidden;
  }

  .dashboard-panel.\!card{
    padding: 1rem;
    overflow-x: hidden !important;
  }
}

/* Reports List Grid - Mobile Optimization */

#reports-list {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: visible;
  padding-top: 4px;
  margin-top: -4px;
}

@media (max-width: 640px) {
  #reports-list {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }
}

.sign-widget{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.7);
  background: linear-gradient(135deg, rgba(10, 16, 29, 0.9), rgba(14, 23, 39, 0.9));
  box-shadow: 0 25px 60px -35px rgba(2, 6, 23, 0.9);
  backdrop-filter: blur(12px);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

@media (max-width: 640px) {
  .sign-widget{
    border-radius: 0.75rem;
  }
}

.dashboard-panel.sign-widget{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.7);
  background-color: hsl(var(--card) / 0.7);
  padding: 1.5rem;
  --tw-backdrop-blur: blur(8px);
  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);
}

@media (min-width: 768px){
  .dashboard-panel.sign-widget{
    padding: 2rem;
  }
}

.dashboard-panel.sign-widget {
  box-shadow: 0 20px 60px -40px rgba(15, 23, 42, 0.9);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

@media (max-width: 640px) {
  .dashboard-panel.sign-widget{
    padding: 1rem;
    overflow-x: hidden;
  }
}

.sign-widget{
  border-width: 1px;
  border-color: hsl(var(--border) / 0.7);
  background-color: hsl(var(--card));
  padding: 1rem;
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background:
      radial-gradient(circle at 0% 0%, hsl(var(--primary) / 0.1), transparent 55%),
      linear-gradient(160deg, hsl(var(--card)), hsl(var(--card) / 0.85));
  color: hsl(var(--foreground));
}

.sign-symbol {
  font-family: 'Playfair Display', 'Google Sans Flex', serif;
  margin-bottom: 0.75rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: 0.08em;
  color: #fff7ed;
  text-shadow: 0 6px 18px rgba(8, 10, 24, 0.65);
}

.cosmic-bg {
  position: relative;
  isolation: isolate;
}

.cosmic-starfield {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
      radial-gradient(1px 1px at 12% 18%, rgba(255,255,255,0.7), transparent),
      radial-gradient(1px 1px at 42% 36%, rgba(255,255,255,0.6), transparent),
      radial-gradient(1px 1px at 68% 28%, rgba(255,255,255,0.55), transparent),
      radial-gradient(1px 1px at 82% 66%, rgba(255,255,255,0.5), transparent);
  opacity: 0.22;
  mix-blend-mode: screen;
  animation: drift 28s linear infinite;
}

.cosmic-aurora {
  position: absolute;
  inset: -25%;
  filter: blur(50px);
  background:
      radial-gradient(circle at 32% 30%, rgba(255, 170, 120, 0.14), transparent 46%),
      radial-gradient(circle at 72% 24%, rgba(120, 150, 255, 0.16), transparent 50%);
  opacity: 0.55;
  pointer-events: none;
}

.eyebrow{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: hsl(var(--muted-foreground));
}

.form-helper{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 1rem;
  border-width: 1px;
  border-style: dashed;
  border-color: hsl(var(--border) / 0.8);
  background-color: hsl(var(--accent) / 0.4);
  padding: 1rem;
}

@media (min-width: 768px){
  .form-helper{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.status-dot{
  display: inline-block;
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 9999px;
}

.status-dot-active {
  background-color: hsl(var(--primary));
}

.process-step.is-active{
  border-color: hsl(var(--primary) / 0.4);
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.process-step.is-active::after{
  opacity: 1;
}

.chart-type-card.is-active{
  border-color: hsl(var(--primary) / 0.8);
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.chart-type-card.is-active .chart-type-badge{
  background-color: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
}

/* Report Type Widgets */

.report-type-widget{
  position: relative;
  cursor: pointer;
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.7);
  background-color: hsl(var(--card) / 0.8);
  padding: 1.5rem;
  --tw-backdrop-blur: blur(4px);
  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-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background: linear-gradient(135deg, hsl(var(--card) / 0.9), hsl(var(--card) / 0.7));
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.report-type-widget:hover{
  border-color: hsl(var(--primary) / 0.5);
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.report-type-widget.is-active{
  border-color: hsl(var(--primary) / 0.8);
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: linear-gradient(135deg, hsl(var(--primary) / 0.1), hsl(var(--card) / 0.9));
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.report-type-widget input{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.report-type-widget__header{
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.report-type-widget__icon{
  display: flex;
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
}

.report-type-widget.is-active .report-type-widget__icon{
  background-color: hsl(var(--primary) / 0.2);
}

.report-type-widget__title{
  margin-bottom: 0.25rem;
  font-family: "Playfair Display", serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.report-type-widget__subtitle{
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: hsl(var(--muted-foreground));
}

.report-type-widget.is-active .report-type-widget__badge{
  background-color: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
}

.report-type-widget__body > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.report-type-widget__description{
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  color: hsl(var(--muted-foreground));
}

.report-type-widget__features > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.report-type-widget__features{
  font-size: 0.75rem;
  line-height: 1rem;
  color: hsl(var(--muted-foreground));
}

.report-type-widget__features li{
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.report-type-widget__features li::before {
  content: '•';
  font-weight: 700;
  color: hsl(var(--primary));
}

.chart-type-panel > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.chart-type-panel{
  border-radius: 1rem;
  border-width: 1px;
  border-style: dashed;
  border-color: hsl(var(--border));
  background-color: hsl(var(--card) / 0.8);
  padding: 1.25rem;
}

.alert-note{
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.6);
  background-color: hsl(var(--accent) / 0.4);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* Modern Report Cards */

.report-card-modern{
  position: relative;
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.7);
  background-color: hsl(var(--card) / 0.8);
  padding: 1.5rem;
  --tw-backdrop-blur: blur(4px);
  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-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background: linear-gradient(135deg, hsl(var(--card) / 0.9), hsl(var(--card) / 0.7));
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .report-card-modern{
    padding: 1rem;
  }
}

.report-card-modern:hover{
  border-color: hsl(var(--primary) / 0.5);
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.report-card-modern__header{
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .report-card-modern__header{
    margin-bottom: 1rem;
    gap: 0.75rem;
    flex-wrap: wrap;
  }
}

.report-card-modern__icon{
  display: flex;
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
}

.report-card-modern__content{
  min-width: 0px;
  flex: 1 1 0%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .report-card-modern__content {
    min-width: 0;
    flex: 1 1 100%;
  }
}

.report-card-modern__type{
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: hsl(var(--muted-foreground));
}

.report-card-modern__title{
  margin-bottom: 0.25rem;
  font-family: "Playfair Display", serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .report-card-modern__title{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.report-card-modern__meta{
  margin-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: hsl(var(--muted-foreground));
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .report-card-modern__meta{
    gap: 0.25rem;
    font-size: 0.625rem;
  }
}

.report-card-modern__date{
  white-space: nowrap;
}

.report-card-modern__relative{
  color: hsl(var(--muted-foreground) / 0.7);
}

.report-card-modern__relative::before {
  content: '•';
  margin-right: 0.375rem;
  color: hsl(var(--muted-foreground) / 0.5);
}

.report-card-modern__body{
  margin-bottom: 1rem;
}

.report-card-modern__actions{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-top-width: 1px;
  border-color: hsl(var(--border) / 0.5);
  padding-top: 1rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .report-card-modern__actions{
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .report-card-modern__actions > * {
    flex: 1 1 auto;
    min-width: 0;
  }
}

.report-card-modern__delete{
  border-radius: 0.5rem;
  padding: 0.5rem;
  color: hsl(var(--muted-foreground));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.report-card-modern__delete:hover{
  background-color: hsl(var(--destructive) / 0.1);
  color: hsl(var(--destructive));
}

.info-chip{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background-color: hsl(var(--primary) / 0.1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: hsl(var(--primary));
}

.profile-summary-card{
  cursor: pointer;
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border));
  background-color: hsl(var(--card) / 0.8);
  padding: 1rem;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.profile-summary-card:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: hsl(var(--primary) / 0.4);
}

.profile-summary-card {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .profile-summary-card{
    padding: 0.75rem;
  }
}

.profile-summary-card.is-selected{
  border-color: hsl(var(--primary) / 0.7);
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.profile-summary-header{
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile-summary-signs{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: hsl(var(--muted-foreground));
}

.profile-summary-signs span{
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: hsl(var(--muted-foreground));
}

.profile-summary-elements{
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: hsl(var(--muted-foreground));
}

.profile-summary-elements .chip{
  border-radius: 9999px;
  background-color: hsl(var(--muted) / 0.4);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: hsl(var(--foreground) / 0.8);
}

.dashboard-preview-card {
  border: 1px solid hsla(var(--border) / 0.6);
  border-radius: 1.35rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(15, 19, 29, 0.95), rgba(13, 17, 27, 0.9));
  box-shadow: 0 25px 60px -35px rgba(2, 6, 23, 0.9);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(14px);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .dashboard-preview-card {
    padding: 1rem;
    border-radius: 1rem;
    gap: 0.875rem;
  }
}

.dashboard-preview-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 1.25rem;
  pointer-events: none;
  background: radial-gradient(circle at 85% 15%, rgba(59, 130, 246, 0.18), transparent 55%);
  opacity: 0;
  transition: opacity 200ms ease;
}

.dashboard-preview-card:hover {
  transform: translateY(-4px);
  border-color: hsla(var(--primary) / 0.7);
  box-shadow: 0 35px 70px -35px rgba(59, 130, 246, 0.4);
}

.dashboard-preview-card:hover::after {
  opacity: 1;
}

.dashboard-preview-grid--list .dashboard-preview-card {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
}

.dashboard-preview-grid--list .dashboard-preview-card__header {
  flex: 1 1 240px;
}

.dashboard-preview-grid--list .dashboard-preview-actions {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
  flex: 1 1 auto;
  justify-content: flex-end;
}

.dashboard-preview-card__header{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.dashboard-preview-avatar{
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.2), rgba(124, 92, 255, 0.15));
  color: hsl(var(--foreground));
  border: 1px solid hsla(var(--primary) / 0.3);
}

.dashboard-preview-title {
  font-family: 'Playfair Display', 'Google Sans Flex', serif;
  letter-spacing: -0.015em;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: hsl(var(--foreground));
}

.dashboard-preview-meta{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: hsl(var(--muted-foreground));
}

.dashboard-preview-body{
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  color: hsl(var(--muted-foreground) / 0.9);
}

.dashboard-preview-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: hsl(var(--muted-foreground));
}

.dashboard-preview-badge {
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid hsla(var(--border) / 0.5);
}

.dashboard-preview-actions{
  margin-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid hsla(var(--border) / 0.4);
}

.dashboard-preview-empty {
  border: 1px dashed hsla(var(--border) / 0.6);
  border-radius: 1.25rem;
  text-align: center;
  padding: 3rem 1rem;
  color: hsl(var(--muted-foreground));
  grid-column: 1 / -1;
}

.module-badge.positive{
  background-color: hsl(var(--success) / 0.1);
  color: hsl(var(--success));
}

.module-chipbar .chip{
  border-radius: 9999px;
  background-color: hsl(var(--muted) / 0.4);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: hsl(var(--foreground) / 0.8);
}

.module-chipbar.muted .chip{
  background-color: hsl(var(--accent) / 0.4);
  color: hsl(var(--muted-foreground));
}

.profile-card{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.7);
  background: linear-gradient(135deg, rgba(10, 16, 29, 0.9), rgba(14, 23, 39, 0.9));
  box-shadow: 0 25px 60px -35px rgba(2, 6, 23, 0.9);
  backdrop-filter: blur(12px);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

@media (max-width: 640px) {
  .profile-card{
    border-radius: 0.75rem;
  }
}

.dashboard-panel.profile-card{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.7);
  background-color: hsl(var(--card) / 0.7);
  padding: 1.5rem;
  --tw-backdrop-blur: blur(8px);
  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);
}

@media (min-width: 768px){
  .dashboard-panel.profile-card{
    padding: 2rem;
  }
}

.dashboard-panel.profile-card {
  box-shadow: 0 20px 60px -40px rgba(15, 23, 42, 0.9);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

@media (max-width: 640px) {
  .dashboard-panel.profile-card{
    padding: 1rem;
    overflow-x: hidden;
  }
}

.profile-card > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.profile-card{
  padding: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.profile-card:hover{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.profile-card {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .profile-card > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .profile-card{
    padding: 1rem;
  }
}

.profile-card__header{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px){
  .profile-card__header{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.profile-card__avatar{
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background-color: hsl(var(--primary) / 0.15);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: hsl(var(--primary));
}

.profile-card__meta{
  flex: 1 1 0%;
}

.profile-card__badge{
  margin-bottom: 0.25rem;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: hsl(var(--primary));
}

.profile-card__title {
  font-family: 'Playfair Display', 'Google Sans Flex', serif;
  letter-spacing: -0.015em;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.profile-card__subtitle{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: hsl(var(--muted-foreground));
}

.profile-card__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.profile-card__body > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.profile-card__body{
  border-top-width: 1px;
  border-color: hsl(var(--border) / 0.6);
  padding-top: 1rem;
}

.profile-card__signatures{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 640px){
  .profile-card__signatures{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.profile-card__signature{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.6);
  background-color: hsl(var(--card) / 0.6);
  padding: 0.875rem;
  text-align: center;
}

.profile-card__signature span{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: hsl(var(--muted-foreground));
}

.profile-card__signature strong{
  margin-top: 0.25rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.profile-card__stats{
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px){
  .profile-card__stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.profile-card__stats > div > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.profile-card__stats > div{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.5);
  background-color: hsl(var(--card) / 0.5);
  padding: 1rem;
}

.profile-card__stats p{
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: hsl(var(--muted-foreground));
}

.profile-progress__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 640px){
  .profile-progress__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.profile-progress{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.profile-progress__circle {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: conic-gradient(var(--progress-color, hsl(var(--primary))) var(--progress, 0deg), rgba(255, 255, 255, 0.06) 0deg);
}

.profile-progress__circle::after {
  content: '';
  position: absolute;
  inset: 0.35rem;
  border-radius: 9999px;
  background: rgba(5, 8, 16, 0.8);
}

.profile-progress__circle span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  position: relative;
}

.profile-progress p{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: hsl(var(--muted-foreground));
}

.profile-card__footer{
  display: flex;
  justify-content: flex-end;
  border-top-width: 1px;
  border-color: hsl(var(--border) / 0.6);
  padding-top: 1rem;
}

.profile-detail-signs{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px){
  .profile-detail-signs{
    gap: 1.5rem;
  }
}

.profile-detail-signs .sign-widget{
  position: relative;
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.6);
  background-color: hsl(var(--card) / 0.7);
  padding: 1.5rem;
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px){
  .profile-detail-signs .sign-widget{
    padding: 2rem;
  }
}

.profile-detail-signs .sign-widget {
  background: linear-gradient(135deg, hsl(var(--card) / 0.9), hsl(var(--card) / 0.75));
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.1);
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.profile-detail-signs .sign-widget::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
      radial-gradient(circle at 50% 50%, hsl(var(--primary) / 0.1), transparent 70%);
  pointer-events: none;
  opacity: 0.5;
  border-radius: inherit;
}

.profile-detail-signs .sign-widget:hover{
  border-color: hsl(var(--primary) / 0.5);
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.15);
}

.profile-detail-signs .sign-widget .sign-symbol{
  margin-bottom: 0.75rem;
  font-family: "Playfair Display", serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 768px){
  .profile-detail-signs .sign-widget .sign-symbol{
    font-size: 3rem;
    line-height: 1;
  }
}

.profile-detail-signs .sign-widget .sign-symbol {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.profile-detail-signs .sign-widget p {
  position: relative;
  z-index: 1;
}

.radix-chart-wrapper{
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 1024px) {
  .radix-chart-wrapper {
    grid-template-columns: minmax(0, 1fr) 280px;
  }
}

.radix-chart-surface{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 32px;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.5);
  padding: 1rem;
}

@media (min-width: 640px){
  .radix-chart-surface{
    padding: 1.5rem;
  }
}

.radix-chart-surface {
  background:
      radial-gradient(circle at 18% 18%, hsl(var(--cosmic-iris) / 0.65), transparent 55%),
      radial-gradient(circle at 78% 5%, hsl(var(--cosmic-amber) / 0.45), transparent 60%),
      linear-gradient(150deg, rgba(28, 30, 58, 0.9), rgba(46, 30, 68, 0.92));
  box-shadow: 0 30px 60px -35px rgba(8, 12, 24, 0.65);
}

.radix-chart-surface::before {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0px;
  background:
      radial-gradient(120% 120% at 50% -10%, rgba(255, 255, 255, 0.22), transparent 65%),
      radial-gradient(120% 120% at 50% 130%, rgba(37, 99, 235, 0.12), transparent 70%);
}

.radix-chart-surface::after {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 1.5rem;
  border-radius: 28px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 40%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.radix-chart-glow{
  pointer-events: none;
  position: absolute;
  inset: 0px;
  opacity: 0.6;
  background: radial-gradient(circle at 40% 30%, rgba(255, 255, 255, 0.18), transparent 60%);
}

.radix-chart-halo{
  pointer-events: none;
  position: absolute;
  inset: 2rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
  opacity: 0.8;
}

.radix-chart-canvas{
  position: relative;
  z-index: 10;
  aspect-ratio: 1 / 1;
  min-height: 320px;
  width: 100%;
  max-width: 520px;
}

.radix-chart-canvas::after {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 2.5rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background: radial-gradient(circle, rgba(15, 23, 42, 0) 40%, rgba(15, 23, 42, 0.35) 100%);
  mix-blend-mode: screen;
}

.radix-chart-canvas canvas,
  .radix-chart-canvas svg {
  width: 100% !important;
  height: 100% !important;
}

.radix-chart-canvas svg {
  font-family: 'Google Sans Flex', 'Playfair Display', sans-serif;
  filter: drop-shadow(0 12px 25px rgba(2, 6, 23, 0.45));
}

.radix-chart-canvas text {
  font-family: 'Google Sans Flex', 'Playfair Display', sans-serif !important;
  font-weight: 600;
  fill: #fff9ed !important;
  font-size: clamp(9px, 1.2vw, 14px) !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  paint-order: stroke;
  stroke: rgba(9, 12, 32, 0.5);
  stroke-width: 0.45px;
  stroke-linejoin: round;
}

.radix-chart-canvas path,
  .radix-chart-canvas circle,
  .radix-chart-canvas line {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.radix-chart-canvas .planet,
  .radix-chart-canvas .sign {
  text-shadow: 0 2px 6px rgba(2, 6, 23, 0.55);
}


  .radix-chart-canvas .\!sign {
  text-shadow: 0 2px 6px rgba(2, 6, 23, 0.55) !important;
}

/* Moderne Aspekt-Linien Styling */

.radix-chart-canvas .aspect-lines-group {
  pointer-events: stroke;
  shape-rendering: geometricPrecision;
}

.radix-chart-canvas .aspect-line {
  transition: opacity 0.2s ease, stroke-width 0.2s ease;
  cursor: pointer;
  shape-rendering: geometricPrecision;
  /* Anti-Aliasing für scharfe Linien */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.radix-chart-canvas .aspect-line:hover {
  opacity: 1 !important;
  stroke-width: calc(var(--stroke-width, 2.5) + 0.5);
  filter: url(#aspect-glow) brightness(1.15);
}

/* SVG-Rendering optimieren für scharfe Linien */

.radix-chart-canvas svg {
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
}

/* Verbesserte Lesbarkeit für Planeten-Symbole */

.radix-chart-canvas .planet {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}

/* Modernere Haus-Linien */

.radix-chart-canvas path[stroke*="rgba"] {
  stroke-opacity: 0.2;
}

.radix-meta-panel > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.radix-meta-panel{
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.6);
  background-color: hsl(var(--card) / 0.7);
  padding: 1rem;
  --tw-backdrop-blur: blur(8px);
  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);
}

@media (min-width: 640px){
  .radix-meta-panel{
    padding: 1.25rem;
  }
}

.radix-meta-eyebrow{
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: hsl(var(--muted-foreground));
}

.radix-meta-grid{
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 640px){
  .radix-meta-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.radix-meta-item > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.radix-meta-item{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.4);
  background-color: hsl(var(--accent) / 0.5);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.radix-meta-label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: hsl(var(--muted-foreground));
}

.radix-meta-value{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: hsl(var(--foreground));
}

.radix-chart-error{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--destructive) / 0.3);
  background-color: hsl(var(--destructive) / 0.05);
  padding: 1.25rem;
  text-align: center;
}

/* Optimized Report Card Styles */

.report-header-main{
  flex: 1 1 0%;
}

.report-header-main > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.report-error-message,
  .report-pending-message{
  display: inline-flex;
  align-items: center;
}

/* Mobile Container Reset - verhindert horizontales Scrollen */

#landing-page-container,
  #landing-page-container * {
  box-sizing: border-box;
}

#landing-page-container {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

/* Hero Section */

.hero-landing{
  position: relative;
  background: linear-gradient(180deg, 
      hsl(240 15% 6%) 0%,
      hsl(250 20% 8%) 50%,
      hsl(245 18% 10%) 100%
    );
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  padding: 3rem 0 5rem;
}

@media (min-width: 768px) {
  .hero-landing {
    padding: 4rem 0 7rem;
    min-height: calc(100vh - 4rem);
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .hero-landing {
    padding: 1rem 0 2rem;
  }
}

/* Cosmic Background */

.hero-cosmos {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-cosmos__gradient {
  position: absolute;
  inset: -50%;
  background: 
      radial-gradient(ellipse 80% 50% at 20% 30%, rgba(124, 92, 255, 0.15) 0%, transparent 50%),
      radial-gradient(ellipse 60% 40% at 80% 70%, rgba(99, 102, 241, 0.12) 0%, transparent 50%),
      radial-gradient(ellipse 50% 60% at 50% 50%, rgba(168, 85, 247, 0.08) 0%, transparent 60%),
      radial-gradient(ellipse 40% 30% at 70% 20%, rgba(236, 179, 101, 0.06) 0%, transparent 40%);
  animation: cosmos-drift 45s linear infinite;
  filter: blur(40px);
}

@keyframes cosmos-drift {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }

  100% {
    transform: translate(6%, -4%) rotate(4deg) scale(1.02);
  }
}

.hero-cosmos__nebula {
  position: absolute;
  inset: 0;
  background: 
      radial-gradient(circle at 15% 85%, rgba(147, 51, 234, 0.08) 0%, transparent 30%),
      radial-gradient(circle at 85% 15%, rgba(79, 70, 229, 0.06) 0%, transparent 25%);
  animation: nebula-drift 25s linear infinite;
}

@keyframes nebula-drift {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.7;
  }

  100% {
    transform: translate(-3%, 2%) scale(1.05);
    opacity: 0.95;
  }
}

.hero-cosmos__stars {
  position: absolute;
  inset: 0;
  background-repeat: repeat;
}

.hero-cosmos__stars--layer1 {
  background-image: 
      radial-gradient(1.5px 1.5px at 10% 20%, rgba(255, 255, 255, 0.9), transparent),
      radial-gradient(1px 1px at 20% 50%, rgba(255, 255, 255, 0.7), transparent),
      radial-gradient(1.5px 1.5px at 30% 10%, rgba(255, 255, 255, 0.8), transparent),
      radial-gradient(1px 1px at 40% 60%, rgba(255, 255, 255, 0.6), transparent),
      radial-gradient(2px 2px at 50% 30%, rgba(255, 255, 255, 0.9), transparent),
      radial-gradient(1px 1px at 60% 80%, rgba(255, 255, 255, 0.5), transparent),
      radial-gradient(1.5px 1.5px at 70% 40%, rgba(255, 255, 255, 0.7), transparent),
      radial-gradient(1px 1px at 80% 70%, rgba(255, 255, 255, 0.6), transparent),
      radial-gradient(1.5px 1.5px at 90% 25%, rgba(255, 255, 255, 0.8), transparent),
      radial-gradient(1px 1px at 15% 75%, rgba(255, 255, 255, 0.5), transparent),
      radial-gradient(2px 2px at 25% 35%, rgba(255, 255, 255, 0.9), transparent),
      radial-gradient(1px 1px at 35% 85%, rgba(255, 255, 255, 0.6), transparent),
      radial-gradient(1.5px 1.5px at 45% 15%, rgba(255, 255, 255, 0.7), transparent),
      radial-gradient(1px 1px at 55% 55%, rgba(255, 255, 255, 0.5), transparent),
      radial-gradient(1.5px 1.5px at 65% 95%, rgba(255, 255, 255, 0.8), transparent),
      radial-gradient(1px 1px at 75% 5%, rgba(255, 255, 255, 0.6), transparent),
      radial-gradient(2px 2px at 85% 45%, rgba(255, 255, 255, 0.9), transparent),
      radial-gradient(1px 1px at 95% 65%, rgba(255, 255, 255, 0.5), transparent);
  background-size: 360px 360px;
  animation: stars-drift-1 70s linear infinite, stars-twinkle-1 4s ease-in-out infinite;
}

.hero-cosmos__stars--layer2 {
  background-image: 
      radial-gradient(1px 1px at 5% 45%, rgba(200, 200, 255, 0.7), transparent),
      radial-gradient(1.5px 1.5px at 12% 85%, rgba(200, 200, 255, 0.6), transparent),
      radial-gradient(1px 1px at 22% 25%, rgba(200, 200, 255, 0.5), transparent),
      radial-gradient(1.5px 1.5px at 32% 75%, rgba(200, 200, 255, 0.7), transparent),
      radial-gradient(1px 1px at 42% 45%, rgba(200, 200, 255, 0.6), transparent),
      radial-gradient(2px 2px at 52% 95%, rgba(200, 200, 255, 0.8), transparent),
      radial-gradient(1px 1px at 62% 15%, rgba(200, 200, 255, 0.5), transparent),
      radial-gradient(1.5px 1.5px at 72% 55%, rgba(200, 200, 255, 0.7), transparent),
      radial-gradient(1px 1px at 82% 35%, rgba(200, 200, 255, 0.6), transparent),
      radial-gradient(1.5px 1.5px at 92% 85%, rgba(200, 200, 255, 0.8), transparent),
      radial-gradient(1px 1px at 8% 65%, rgba(200, 200, 255, 0.5), transparent),
      radial-gradient(1.5px 1.5px at 18% 5%, rgba(200, 200, 255, 0.7), transparent),
      radial-gradient(1px 1px at 28% 55%, rgba(200, 200, 255, 0.6), transparent),
      radial-gradient(2px 2px at 38% 35%, rgba(200, 200, 255, 0.9), transparent),
      radial-gradient(1px 1px at 48% 75%, rgba(200, 200, 255, 0.5), transparent),
      radial-gradient(1.5px 1.5px at 58% 25%, rgba(200, 200, 255, 0.7), transparent);
  background-size: 520px 520px;
  animation: stars-drift-2 110s linear infinite, stars-twinkle-2 6s ease-in-out infinite;
  animation-delay: -12s;
}

.hero-cosmos__stars--layer3 {
  background-image: 
      radial-gradient(2px 2px at 3% 30%, rgba(167, 139, 250, 0.9), transparent),
      radial-gradient(1.5px 1.5px at 17% 70%, rgba(196, 181, 253, 0.7), transparent),
      radial-gradient(2.5px 2.5px at 27% 15%, rgba(236, 179, 101, 0.8), transparent),
      radial-gradient(2px 2px at 37% 90%, rgba(167, 139, 250, 0.6), transparent),
      radial-gradient(1.5px 1.5px at 47% 40%, rgba(196, 181, 253, 0.8), transparent),
      radial-gradient(2px 2px at 57% 65%, rgba(236, 179, 101, 0.7), transparent),
      radial-gradient(2.5px 2.5px at 67% 10%, rgba(167, 139, 250, 0.9), transparent),
      radial-gradient(2px 2px at 77% 80%, rgba(196, 181, 253, 0.6), transparent),
      radial-gradient(1.5px 1.5px at 87% 50%, rgba(236, 179, 101, 0.8), transparent),
      radial-gradient(2px 2px at 97% 20%, rgba(167, 139, 250, 0.7), transparent);
  background-size: 760px 760px;
  animation: stars-drift-3 160s linear infinite, stars-twinkle-3 8s ease-in-out infinite;
  animation-delay: -24s;
}

@keyframes stars-drift-1 {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 420px -420px;
  }
}

@keyframes stars-drift-2 {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -620px 620px;
  }
}

@keyframes stars-drift-3 {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 820px 260px;
  }
}

@keyframes stars-twinkle-1 {
  0%, 100% {
    opacity: 0.8;
  }

  50% {
    opacity: 0.4;
  }
}

@keyframes stars-twinkle-2 {
  0%, 100% {
    opacity: 0.6;
  }

  50% {
    opacity: 0.9;
  }
}

@keyframes stars-twinkle-3 {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1);
  }

  25% {
    opacity: 1;
    transform: scale(1.1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.95);
  }

  75% {
    opacity: 0.9;
    transform: scale(1.05);
  }
}

.hero-landing-content{
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .hero-landing-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .hero-landing-content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    align-items: center;
  }
}

.hero-headline{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: hsl(var(--foreground));
  font-size: clamp(1.5rem, 7vw, 3.75rem);
  line-height: 1.2;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, hsl(var(--foreground)), hsl(var(--primary-violet)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (min-width: 640px) {
  .hero-headline {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .hero-headline {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .hero-headline {
    font-size: 3.75rem;
  }
}

.hero-subheadline{
  line-height: 1.625;
  color: hsl(var(--muted-foreground));
  font-size: 0.875rem;
  max-width: 100%;
}

@media (min-width: 640px) {
  .hero-subheadline {
    font-size: 1rem;
    max-width: 32rem;
  }
}

@media (min-width: 768px) {
  .hero-subheadline {
    font-size: 1.125rem;
  }
}

/* Auth Card (Landing) - Komplett überarbeitet für mobile */

.auth-card-landing{
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.6);
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: linear-gradient(145deg, hsl(var(--card) / 0.95), hsl(var(--card) / 0.85));
  width: 100%;
  max-width: 100%;
  padding: 1rem;
}

@media (min-width: 640px) {
  .auth-card-landing{
    border-radius: 1rem;
    padding: 1.5rem;
  }
}

@media (min-width: 768px) {
  .auth-card-landing {
    padding: 2rem;
  }
}

.auth-card-title{
  font-weight: 600;
  color: hsl(var(--foreground));
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .auth-card-title {
    font-size: 1.25rem;
    margin-bottom: 0.375rem;
  }
}

@media (min-width: 768px) {
  .auth-card-title {
    font-size: 1.5rem;
  }
}

.auth-card-input{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: hsl(var(--border));
  background-color: hsl(var(--background) / 0.7);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.auth-card-input::-moz-placeholder{
  color: hsl(var(--muted-foreground) / 0.6);
}

.auth-card-input::placeholder{
  color: hsl(var(--muted-foreground) / 0.6);
}

.auth-card-input:focus{
  border-color: hsl(var(--primary));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: hsl(var(--primary) / 0.4);
}

.auth-card-input {
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
}

@media (min-width: 640px) {
  .auth-card-input{
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }
}

.auth-card-input:focus{
  background-color: hsl(var(--background) / 0.9);
}

/* Feature Grid */

/* Landing Page Helper Classes */

.landing-logo-header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .landing-logo-header {
    gap: 0.75rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .landing-logo-header {
    margin-bottom: 2.5rem;
  }
}

.landing-logo {
  width: 2.25rem;
  height: 2.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 640px) {
  .landing-logo {
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .landing-logo {
    width: 2.75rem;
    height: 2.75rem;
  }
}

.landing-brand-name{
  font-weight: 600;
  color: hsl(var(--foreground));
  font-size: 0.875rem;
  letter-spacing: 0.15em;
}

@media (min-width: 640px) {
  .landing-brand-name {
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
}

.landing-brand-tagline{
  text-transform: uppercase;
  color: hsl(var(--muted-foreground));
  font-size: 0.625rem;
  letter-spacing: 0.2em;
}

@media (min-width: 640px) {
  .landing-brand-tagline {
    font-size: 0.75rem;
    letter-spacing: 0.3em;
  }
}

.landing-left-column {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 640px) {
  .landing-left-column {
    gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .landing-left-column {
    gap: 2rem;
  }
}

.landing-intro {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.landing-badge{
  display: inline-block;
  border-radius: 9999px;
  background-color: hsl(var(--primary) / 0.1);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: hsl(var(--primary));
  padding: 0.25rem 0.75rem;
  font-size: 0.625rem;
  align-self: flex-start;
  margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
  .landing-badge {
    padding: 0.375rem 1rem;
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

/* Free Credits Störer Banner */

.landing-free-credits-banner{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 2px;
  border-color: hsl(var(--success) / 0.3);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: hsl(var(--success) / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--success) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: hsl(var(--success) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--success) / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: hsl(var(--success) / 0.1) var(--tw-gradient-to-position);
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  align-self: flex-start;
  animation: pulse-glow 2s ease-in-out infinite;
  box-shadow: 0 0 20px rgba(34, 197, 94, 0.2);
  position: relative;
  overflow: hidden;
}

.landing-free-credits-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: shimmer 3s infinite;
}

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.2);
  }

  50% {
    box-shadow: 0 0 30px rgba(34, 197, 94, 0.4);
  }
}

@keyframes shimmer {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.landing-free-credits-banner__content{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
}

.landing-free-credits-banner__icon {
  font-size: 1.5rem;
  line-height: 1;
  animation: bounce 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

.landing-free-credits-banner__text{
  font-weight: 600;
  color: hsl(var(--success));
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (min-width: 640px) {
  .landing-free-credits-banner {
    padding: 0.875rem 1.5rem;
    margin-bottom: 1.25rem;
  }

  .landing-free-credits-banner__text {
    font-size: 1rem;
  }

  .landing-free-credits-banner__icon {
    font-size: 1.75rem;
  }
}

@media (min-width: 768px) {
  .landing-free-credits-banner {
    padding: 1rem 2rem;
  }

  .landing-free-credits-banner__text {
    font-size: 1.125rem;
  }

  .landing-free-credits-banner__icon {
    font-size: 2rem;
  }
}

.landing-trust-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}

@media (max-width: 640px) {
  .landing-trust-signals {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 640px) {
  .landing-trust-signals {
    gap: 0.5rem 1rem;
  }
}

.landing-trust-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.6875rem;
}

@media (min-width: 640px) {
  .landing-trust-item {
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .landing-trust-item {
    font-size: 0.875rem;
  }
}

.landing-trust-icon{
  flex-shrink: 0;
  color: hsl(var(--success));
  width: 0.75rem;
  height: 0.75rem;
}

@media (min-width: 640px) {
  .landing-trust-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
}

/* Auth Card Erweiterungen */

.auth-card-header {
  margin-bottom: 0.75rem;
}

@media (min-width: 640px) {
  .auth-card-header {
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .auth-card-header {
    margin-bottom: 1.25rem;
  }
}

.auth-card-subtitle{
  color: hsl(var(--muted-foreground));
  font-size: 0.6875rem;
}

@media (min-width: 640px) {
  .auth-card-subtitle {
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .auth-card-subtitle {
    font-size: 0.875rem;
  }
}

.auth-card-form {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

@media (min-width: 640px) {
  .auth-card-form {
    gap: 0.75rem;
  }
}

@media (min-width: 768px) {
  .auth-card-form {
    gap: 1rem;
  }
}

.auth-card-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.auth-card-button:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: hsl(var(--primary) / 0.6);
}

.auth-card-button:disabled{
  cursor: not-allowed;
  opacity: 0.4;
  transform: none;
}

@media (max-width: 768px) {
  .app-toolbar__actions .auth-card-button {
    width: 100%;
    justify-content: center;
  }

  .dashboard-hero__actions .auth-card-button {
    width: 100%;
    justify-content: center;
  }

  .app-toolbar__actions .auth-card-button {
    width: 100%;
    justify-content: center;
  }

  .dashboard-hero__actions .auth-card-button {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .report-card-actions-optimized .auth-card-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

.auth-card-button{
  width: 100%;
  background-color: hsl(var(--primary));
  font-weight: 600;
  color: hsl(var(--primary-foreground));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: hsl(var(--primary) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  border-radius: 0.75rem;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

@media (min-width: 640px) {
  .auth-card-button {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    border-radius: 0.875rem;
  }
}

@media (min-width: 768px) {
  .auth-card-button {
    padding: 0.875rem 1.5rem;
  }
}

.auth-card-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 35px -20px rgba(37, 99, 235, 0.8);
}

.auth-card-button-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .auth-card-button-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.auth-card-disclaimer{
  text-align: center;
  color: hsl(var(--muted-foreground));
  font-size: 0.625rem;
  line-height: 1.5;
}

@media (min-width: 640px) {
  .auth-card-disclaimer {
    font-size: 0.75rem;
  }
}

/* Landing Right Column */

.landing-right-column {
  width: 100%;
  max-width: 100%;
  margin-top: 1rem;
}

@media (min-width: 640px) {
  .landing-right-column {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .landing-right-column {
    margin-top: 0;
  }
}

.landing-reports-header {
  max-width: 520px;
  margin: 0 auto 0.75rem;
  padding: 0 0.75rem;
}

.landing-mobile-divider {
  width: 100%;
  height: 1px;
  margin: 2rem 0 0;
  background: linear-gradient(90deg, transparent, hsl(var(--primary) / 0.4), transparent);
}

@media (min-width: 1024px) {
  .landing-mobile-divider {
    display: none;
  }
}

@media (min-width: 640px) {
  .landing-reports-header {
    margin-bottom: 1rem;
    padding: 0 0.75rem;
  }
}

@media (min-width: 768px) {
  .landing-reports-header {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 640px) {
  .landing-reports-header {
    max-width: 100%;
    padding: 0;
  }
}

.landing-reports-label{
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: hsl(var(--primary));
  font-size: 0.6875rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .landing-reports-label {
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .landing-reports-label {
    font-size: 0.875rem;
  }
}

.landing-reports-title{
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.25;
  color: hsl(var(--foreground));
  font-size: 1.125rem;
}

@media (min-width: 640px) {
  .landing-reports-title {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .landing-reports-title {
    font-size: 1.5rem;
  }
}

/* Carousel (Landing) - Clean Single-Slide View */

.landing-carousel{
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.landing-carousel__track {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.landing-carousel__inner {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.landing-carousel__slide {
  flex: 0 0 100%;
  width: 100%;
  padding: 0.75rem;
  box-sizing: border-box;
}

.landing-carousel__controls{
  position: absolute;
  top: -2.5rem;
  right: 0px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 640px){
  .landing-carousel__controls{
    top: -3rem;
  }
}

@media (max-width: 640px) {
  .landing-carousel__controls{
    top: -2rem;
    right: 0px;
    gap: 0.75rem;
  }
}

.landing-carousel__btn{
  display: inline-flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  color: hsl(var(--foreground) / 0.8);
}

@media (min-width: 640px){
  .landing-carousel__btn{
    height: 2.5rem;
    width: 2.5rem;
  }
}

.landing-carousel__btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.landing-carousel__btn:hover:not(:disabled) {
  background: rgba(124, 92, 255, 0.2);
  border-color: rgba(124, 92, 255, 0.5);
  color: hsl(var(--foreground));
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(124, 92, 255, 0.3);
}

.landing-carousel__btn:disabled{
  cursor: not-allowed;
  opacity: 0.2;
}

/* Pagination Dots */

.landing-carousel__pagination{
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.landing-carousel__dot{
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.landing-carousel__dot::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: transparent;
  transition: all 0.4s ease;
}

.landing-carousel__dot:hover {
  background: rgba(124, 92, 255, 0.4);
  border-color: rgba(124, 92, 255, 0.5);
  transform: scale(1.2);
}

.landing-carousel__dot.is-active {
  width: 24px;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(124, 92, 255, 0.8), rgba(167, 139, 250, 0.6));
  border-color: rgba(124, 92, 255, 0.6);
  box-shadow: 0 0 15px rgba(124, 92, 255, 0.4);
}

/* Progress indicator on active dot */

.landing-carousel__dot.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  animation: dot-progress 4s linear forwards;
}

.landing-carousel.is-paused .landing-carousel__dot.is-active::after {
  animation-play-state: paused;
}

@keyframes dot-progress {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

/* Counter display */

@media (max-width: 640px) {
  .landing-carousel {
    max-width: 100%;
  }

  .landing-carousel__track {
    overflow: visible;
  }

  .landing-carousel__inner {
    flex-direction: column;
    gap: 1rem;
    transform: none !important;
  }

  .landing-carousel__slide {
    padding: 0;
  }

  .landing-carousel__controls,
    .landing-carousel__pagination,
    .landing-carousel__counter {
    display: none;
  }
}

/* Feature Cards - Glassmorphic Cosmic Style */

.landing-feature-card{
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}

@media (min-width: 640px){
  .landing-feature-card{
    padding: 1.75rem;
  }
}

.landing-feature-card {
  min-height: 340px;
  background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0.01) 100%
    );
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  backdrop-filter: blur(12px);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                border-color 0.4s ease;
}

.landing-feature-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
      135deg,
      rgba(124, 92, 255, 0.3) 0%,
      transparent 50%,
      rgba(236, 179, 101, 0.2) 100%
    );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.landing-feature-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
      circle at center,
      rgba(124, 92, 255, 0.1) 0%,
      transparent 50%
    );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.landing-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(124, 92, 255, 0.25);
  box-shadow: 
      0 15px 35px -15px rgba(124, 92, 255, 0.25),
      0 0 0 1px rgba(124, 92, 255, 0.1);
}

.landing-feature-card:hover::before {
  opacity: 1;
}

.landing-feature-card:hover::after {
  opacity: 1;
}

.landing-feature-card:hover .landing-feature-card__icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 0 30px rgba(124, 92, 255, 0.4);
}

.landing-feature-card__icon,
  .landing-feature-card > div:first-child > div:first-child {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 640px) {
  .landing-feature-card {
    min-height: auto;
    padding: 1.25rem;
  }
}

.landing-feature-title{
  margin-bottom: 0.5rem;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 640px){
  .landing-feature-title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.landing-feature-title {
  background: linear-gradient(135deg, hsl(var(--foreground)) 0%, rgba(255, 255, 255, 0.85) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.landing-feature-text{
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
}

@media (min-width: 640px){
  .landing-feature-text{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.landing-feature-text {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
}

/* Feature Card Icon */

.feature-icon{
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.2) 0%, rgba(99, 102, 241, 0.1) 100%);
  border: 1px solid rgba(124, 92, 255, 0.25);
  box-shadow: 
      0 0 20px rgba(124, 92, 255, 0.15),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px) {
  .feature-icon {
    width: 3rem;
    height: 3rem;
  }
}

.feature-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  color: rgba(167, 139, 250, 0.9);
  filter: drop-shadow(0 0 8px rgba(124, 92, 255, 0.5));
  transition: all 0.4s ease;
}

@media (min-width: 640px) {
  .feature-icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.landing-feature-card:hover .feature-icon {
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.3) 0%, rgba(167, 139, 250, 0.2) 100%);
  border-color: rgba(124, 92, 255, 0.5);
  box-shadow: 
      0 0 35px rgba(124, 92, 255, 0.4),
      inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transform: scale(1.1) rotate(5deg);
}

.landing-feature-card:hover .feature-icon svg {
  color: rgba(196, 181, 253, 1);
  filter: drop-shadow(0 0 12px rgba(124, 92, 255, 0.7));
}

/* Feature Card List Enhancement */

.landing-feature-card ul{
  margin-top: auto;
}

.landing-feature-card ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.landing-feature-card ul {
  list-style: none;
  padding-left: 0;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.landing-feature-card ul li{
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.3s ease;
}

.landing-feature-card ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.7) 0%, rgba(167, 139, 250, 0.5) 100%);
  box-shadow: 0 0 8px rgba(124, 92, 255, 0.3);
  transition: all 0.3s ease;
}

.landing-feature-card:hover ul li {
  color: rgba(255, 255, 255, 0.75);
}

.landing-feature-card:hover ul li::before {
  box-shadow: 0 0 12px rgba(124, 92, 255, 0.5);
}

/* Value Props Section - Completely Redesigned */

.value-section{
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 640px){
  .value-section{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 768px){
  .value-section{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1024px){
  .value-section{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.value-section {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  box-sizing: border-box;
  background: 
      radial-gradient(circle at 15% 20%, hsl(var(--cosmic-iris) / 0.12), transparent 50%),
      radial-gradient(circle at 85% 80%, hsl(var(--cosmic-lilac) / 0.08), transparent 50%),
      linear-gradient(180deg, hsl(var(--background)), hsl(var(--cosmic-night)));
}

@media (max-width: 640px) {
  .value-section{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* Cosmic Background Effects */

.value-section__aurora {
  position: absolute;
  inset: -30%;
  filter: blur(80px);
  background:
      radial-gradient(circle at 30% 20%, rgba(124, 92, 255, 0.15), transparent 50%),
      radial-gradient(circle at 70% 80%, rgba(236, 179, 101, 0.12), transparent 50%);
  opacity: 0.6;
  pointer-events: none;
  animation: aurora-drift 20s ease-in-out infinite alternate;
}

@keyframes aurora-drift {
  0% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(3%, -5%) scale(1.05);
  }

  100% {
    transform: translate(-3%, 3%) scale(0.98);
  }
}

.value-section__stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
      radial-gradient(1px 1px at 15% 25%, rgba(255,255,255,0.5), transparent),
      radial-gradient(1px 1px at 45% 40%, rgba(255,255,255,0.4), transparent),
      radial-gradient(1px 1px at 75% 30%, rgba(255,255,255,0.5), transparent),
      radial-gradient(1px 1px at 85% 70%, rgba(255,255,255,0.3), transparent),
      radial-gradient(1px 1px at 25% 80%, rgba(255,255,255,0.4), transparent);
  opacity: 0.2;
  mix-blend-mode: screen;
}

.value-section__container{
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .value-section__container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .value-section__container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.value-section__container {
  width: 100%;
}

/* Section Header */

.value-section__layout{
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 1024px){
  .value-section__layout{
    gap: 3.5rem;
  }
}

.value-section__header{
  margin-bottom: 2rem;
  text-align: center;
}

@media (min-width: 640px){
  .value-section__header{
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px){
  .value-section__header{
    margin-bottom: 4rem;
  }
}

@media (min-width: 1024px){
  .value-section__header{
    text-align: left;
  }
}

.value-section__eyebrow{
  margin-bottom: 1rem;
  display: inline-block;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (min-width: 640px){
  .value-section__eyebrow{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.value-section__eyebrow {
  background: linear-gradient(135deg, hsl(var(--primary) / 0.15), hsl(var(--primary) / 0.08));
  color: hsl(var(--primary));
  border: 1px solid hsl(var(--primary) / 0.2);
}

.value-section__title{
  margin-bottom: 0.75rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: hsl(var(--foreground));
}

@media (min-width: 640px){
  .value-section__title{
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px){
  .value-section__title{
    margin-bottom: 1.5rem;
  }
}

.value-section__title {
  font-size: clamp(1.5rem, 4vw, 3rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.value-section__subtitle{
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.625;
  color: hsl(var(--muted-foreground));
}

@media (min-width: 640px){
  .value-section__subtitle{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px){
  .value-section__subtitle{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px){
  .value-section__subtitle{
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.value-section__support{
  margin-top: 1.5rem;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 1024px){
  .value-section__support{
    gap: 2.5rem;
  }
}

.value-section__support {
  grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
  .value-section__support {
    grid-template-columns: 2fr 1fr;
    align-items: flex-start;
  }
}

.value-section__metrics{
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px){
  .value-section__metrics{
    gap: 1.25rem;
  }
}

.value-section__metrics {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

@media (max-width: 640px) {
  .value-section__metrics {
    grid-template-columns: 1fr;
  }
}

.value-metric{
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.6);
  background-color: hsl(var(--card) / 0.7);
  padding: 1.25rem;
  backdrop-filter: blur(6px);
}

.value-metric__number{
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: hsl(var(--primary));
}

.value-metric__label{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: hsl(var(--foreground) / 0.8);
}

.value-metric__hint{
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.625;
  color: hsl(var(--muted-foreground));
}

.value-section__list{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.6);
  padding: 1.25rem;
}

@media (min-width: 640px){
  .value-section__list{
    padding: 1.5rem;
  }
}

.value-section__list {
  background: linear-gradient(180deg, hsl(var(--cosmic-night) / 0.6), hsl(var(--card) / 0.8));
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.35);
}

@media (max-width: 640px) {
  .value-section__list{
    text-align: left;
  }
}

.value-section__list-title{
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: hsl(var(--muted-foreground));
}

.value-section__list ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.value-section__list li{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: hsl(var(--foreground));
}

.value-section__list li::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--primary-violet)));
  display: inline-flex;
}

/* Value Grid */

.value-grid{
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px){
  .value-grid{
    gap: 1.5rem;
  }
}

@media (min-width: 1024px){
  .value-grid{
    gap: 2rem;
  }
}

.value-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  width: 100%;
}

@media (max-width: 640px) {
  .value-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .value-grid{
    gap: 1rem;
  }
}

/* Value Card */

.value-card{
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.5);
}

@media (min-width: 768px){
  .value-card{
    border-radius: 1.5rem;
  }
}

.value-card {
  background: linear-gradient(135deg, hsl(var(--card) / 0.95), hsl(var(--card) / 0.85));
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(12px);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.value-card:hover{
  border-color: hsl(var(--primary) / 0.4);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.25), 0 0 0 1px hsl(var(--primary) / 0.1);
}

/* Featured Card */

.value-card--featured{
  border-color: hsl(var(--primary) / 0.6);
  background: linear-gradient(135deg, hsl(var(--card) / 0.98), hsl(var(--primary) / 0.05));
  box-shadow: 0 12px 32px -8px rgba(37, 99, 235, 0.3);
}

.value-card--featured:hover{
  border-color: hsl(var(--primary) / 0.8);
  box-shadow: 0 32px 64px -16px rgba(37, 99, 235, 0.4), 0 0 0 1px hsl(var(--primary) / 0.2);
}

@media (min-width: 768px) {
  .value-card--featured {
    transform: scale(1.02);
  }

  .value-card--featured:hover {
    transform: scale(1.02) translateY(-8px);
  }
}

/* Card Glow Effect */

.value-card__glow {
  position: absolute;
  inset: 0;
  background: 
      radial-gradient(circle at 30% 30%, hsl(var(--primary) / 0.1), transparent 60%),
      radial-gradient(circle at 70% 70%, hsl(var(--accent-gold) / 0.06), transparent 60%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.value-card:hover .value-card__glow {
  opacity: 1;
}

/* Featured Badge */

.value-card__badge{
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: 9999px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--primary-violet)));
  color: white;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

/* Card Content */

.value-card__content{
  position: relative;
  z-index: 10;
  padding: 1.25rem;
}

@media (min-width: 640px){
  .value-card__content{
    padding: 1.5rem;
  }
}

@media (min-width: 768px){
  .value-card__content{
    padding: 1.75rem;
  }
}

.value-card__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 640px) {
  .value-card__content{
    padding: 1rem;
    gap: 0.875rem;
  }
}

/* Icon */

.value-card__icon-wrapper{
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: center;
}

.value-card__icon{
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
}

@media (min-width: 640px){
  .value-card__icon{
    height: 4rem;
    width: 4rem;
  }
}

.value-card__icon {
  background: linear-gradient(135deg, hsl(var(--primary) / 0.15), hsl(var(--primary) / 0.08));
  border: 2px solid hsl(var(--primary) / 0.2);
  color: hsl(var(--primary));
  transition: all 0.3s ease;
}

.value-card__icon svg{
  height: 1.5rem;
  width: 1.5rem;
}

@media (min-width: 640px){
  .value-card__icon svg{
    height: 1.75rem;
    width: 1.75rem;
  }
}

.value-card__icon svg {
  flex-shrink: 0;
}

.value-card:hover .value-card__icon {
  background: linear-gradient(135deg, hsl(var(--primary) / 0.25), hsl(var(--primary) / 0.15));
  border-color: hsl(var(--primary) / 0.4);
  transform: scale(1.05) rotate(3deg);
}

/* Icon Variants */

.value-card__icon--self {
  background: linear-gradient(135deg, hsl(var(--cosmic-iris) / 0.2), hsl(var(--cosmic-iris) / 0.1));
  border-color: hsl(var(--cosmic-iris) / 0.3);
  color: hsl(var(--cosmic-iris));
}

.value-card__icon--timing {
  background: linear-gradient(135deg, hsl(var(--cosmic-amber) / 0.2), hsl(var(--cosmic-amber) / 0.1));
  border-color: hsl(var(--cosmic-amber) / 0.3);
  color: hsl(var(--cosmic-amber));
}

.value-card__icon--love {
  background: linear-gradient(135deg, hsl(var(--cosmic-lilac) / 0.2), hsl(var(--cosmic-lilac) / 0.1));
  border-color: hsl(var(--cosmic-lilac) / 0.3);
  color: hsl(var(--cosmic-lilac));
}

/* Card Title */

.value-card__title{
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: hsl(var(--foreground));
}

@media (min-width: 640px){
  .value-card__title{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .value-card__title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.value-card__title {
  line-height: 1.3;
}

/* Card Text */

.value-card__text{
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.625;
  color: hsl(var(--muted-foreground));
}

@media (min-width: 640px){
  .value-card__text{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px){
  .value-card__text{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.value-card__text {
  flex-grow: 1;
}

/* Benefits List */

.value-card__benefits{
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.value-benefit{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: hsl(var(--foreground));
}

@media (min-width: 640px){
  .value-benefit{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.value-benefit__icon{
  height: 0.875rem;
  width: 0.875rem;
  flex-shrink: 0;
  color: hsl(var(--success));
}

@media (min-width: 640px){
  .value-benefit__icon{
    height: 1rem;
    width: 1rem;
  }
}

.value-card:hover .value-benefit__icon {
  animation: check-pop 0.4s ease;
}

@keyframes check-pop {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }
}

/* Bottom CTA */

.account-hero {
  background:
      radial-gradient(circle at 15% 20%, hsl(var(--primary) / 0.1), transparent 45%),
      radial-gradient(circle at 80% 0%, hsl(var(--accent-gold) / 0.15), transparent 55%),
      linear-gradient(150deg, hsl(var(--card)), hsl(var(--card) / 0.8));
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.account-credit-chip{
  width: 100%;
  max-width: 24rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.7);
  background-color: hsl(var(--card) / 0.8);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .account-credit-chip{
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.account-credit-chip__label{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: hsl(var(--muted-foreground));
}

.account-credit-chip__value{
  margin-top: 0.5rem;
  font-family: "Playfair Display", serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: hsl(var(--primary));
}

.credit-packages-grid{
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px){
  .credit-packages-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.credit-packages-grid {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .credit-packages-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.credit-package{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border));
  background-color: hsl(var(--card) / 0.8);
  padding: 1.25rem;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.credit-package:hover{
  border-color: hsl(var(--primary) / 0.5);
}

.credit-package {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .credit-package{
    gap: 0.75rem;
    padding: 1rem;
  }
}

.credit-package.is-featured{
  border-color: hsl(var(--primary) / 0.7);
  background-color: hsl(var(--primary) / 0.05);
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.credit-package__title{
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: hsl(var(--foreground));
}

.credit-package__meta{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: hsl(var(--muted-foreground));
}

.credit-package__meta p{
  margin-bottom: 0.5rem;
}

.credit-package__meta p:last-child{
  margin-bottom: 0px;
}

.credit-package__credits{
  font-family: "Playfair Display", serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  color: hsl(var(--primary));
}

.credit-package__price{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: hsl(var(--muted-foreground));
}

.credit-cost-grid > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.credit-cost-section > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.credit-cost-section__title{
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: hsl(var(--muted-foreground));
}

.credit-cost-section__grid{
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px){
  .credit-cost-section__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .credit-cost-section__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.credit-cost-card{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border));
  background-color: hsl(var(--card) / 0.8);
  padding: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.credit-cost-card:hover{
  border-color: hsl(var(--primary) / 0.3);
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.credit-cost-card__title{
  font-weight: 600;
  color: hsl(var(--foreground));
}

.credit-cost-card__meta{
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: hsl(var(--muted-foreground));
}

.credit-cost-card__value{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: hsl(var(--primary));
}

.payment-placeholder{
  border-radius: 1rem;
  border-width: 1px;
  border-style: dashed;
  border-color: hsl(var(--border));
  background-color: hsl(var(--accent) / 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.payment-placeholder__badge{
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: hsl(var(--primary));
}

.payment-placeholder__text{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: hsl(var(--muted-foreground));
}

.transaction-list > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  border-color: hsl(var(--border) / 0.8);
}

.transaction-list{
  border-radius: 1rem;
  border-width: 1px;
  border-color: hsl(var(--border));
}

.transaction-item{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background-color: hsl(var(--card) / 0.5);
  padding: 1rem;
}

@media (min-width: 640px){
  .transaction-item{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.transaction-item__meta{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: hsl(var(--muted-foreground));
}

.transaction-item__amount{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.transaction-item__amount.is-credit{
  color: hsl(var(--success));
}

.transaction-item__amount.is-debit{
  color: hsl(var(--destructive));
}

.transaction-empty{
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: hsl(var(--muted-foreground));
}

/* Mobile Header - immer sichtbar */

.welcome-screen.mobile-header {
  display: none;
}

.mobile-header{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  display: none;
  border-bottom-width: 1px;
  border-color: hsl(var(--border) / 0.7);
  background-color: hsl(var(--card));
  --tw-backdrop-blur: blur(24px);
  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);
}

.auth-loading.mobile-header {
  display: none;
}

.mobile-header {
  padding: 1rem 1.25rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1023px) {
  .mobile-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* Verstecke Mobile-Header auf Landing Page */

  #landing-page-container:not(.hidden) ~ .mobile-header,
    body:has(#landing-page-container:not(.hidden)) .mobile-header {
    display: none !important;
  }

  .app-main {
    padding-top: 4.5rem;
  }
}

.mobile-header__brand{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mobile-header__brand:hover{
  opacity: 0.8;
}

.mobile-header__brand {
  text-decoration: none;
  color: inherit;
}

.mobile-header__logo{
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}

.mobile-header__logo img{
  height: 3rem;
  width: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-header__title{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: hsl(var(--foreground));
  letter-spacing: 0.15em;
}

.mobile-header__toggle{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: hsl(var(--border) / 0.6);
  background-color: hsl(var(--card) / 0.8);
  color: hsl(var(--foreground));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mobile-header__toggle:hover{
  border-color: hsl(var(--primary) / 0.5);
  background-color: hsl(var(--accent) / 0.5);
}

@media (max-width: 1023px) {
  .app-shell {
    min-height: 100vh;
  }

  .app-topbar{
    position: relative;
    margin-top: 0;
  }

  /* Sidebar-Brand im mobilen Modus: Logo/Titel ausblenden, nur Close-Icon */

  .app-sidebar__brand{
    margin-bottom: 0.25rem;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-shrink: 0;
  }

  .app-sidebar__brand .app-sidebar__logo,
    .app-sidebar__brand .app-sidebar__title,
    .app-sidebar__brand .app-sidebar__subtitle {
    display: none;
  }

  /* Doppeltes Kreuz im Menü ausblenden – nur Header-Button nutzen */

  .app-sidebar .mobile-nav-close {
    display: none !important;
  }

  .app-sidebar__content {
    padding: 0.5rem 0.5rem 0.5rem 0;
    height: calc(100% - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    box-sizing: border-box;
  }

  /* Credits Panel im mobilen Menü ausblenden */

  .app-sidebar__content .app-sidebar__panel {
    display: none !important;
  }

  .app-nav {
    margin: 0.25rem 0;
    gap: 0.5rem;
  }

  /* Account-Box hervorheben - fixiert am unteren Rand */

  .app-sidebar__account{
    border-radius: 1rem;
    border-width: 1px;
    border-color: hsl(var(--primary) / 0.4);
    padding: 0.75rem;
    background: linear-gradient(145deg, hsl(var(--primary) / 0.08), hsl(var(--card)));
    box-shadow: 0 12px 30px -12px rgba(0, 0, 0, 0.45);
    overflow: visible;
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
    width: auto;
    box-sizing: border-box;
    z-index: 10;
  }

  /* Doppeltes „Account“ vermeiden: äußere Überschrift verstecken */

  .app-sidebar__account > p:first-child {
    display: none;
  }

  .app-sidebar__account .site-account-trigger{
    border-color: hsl(var(--border) / 0.6);
    background-color: hsl(var(--card) / 0.8);
  }

  .app-sidebar__content::-webkit-scrollbar {
    width: 6px;
  }

  .app-sidebar__content::-webkit-scrollbar-track {
    background: transparent;
  }

  .app-sidebar__content::-webkit-scrollbar-thumb {
    background: hsl(var(--border) / 0.5);
    border-radius: 3px;
  }

  .app-sidebar__content::-webkit-scrollbar-thumb:hover {
    background: hsl(var(--border) / 0.7);
  }

  .app-sidebar__panel {
    flex-shrink: 0;
  }

  .app-sidebar__brand{
    gap: 0.75rem;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-shrink: 0;
  }

  /* Logo in Sidebar im mobilen Modus ausblenden */

  .app-sidebar__brand .app-sidebar__logo,
    .app-sidebar__brand .app-sidebar__title,
    .app-sidebar__brand .app-sidebar__subtitle {
    display: none;
  }

  .app-sidebar__brand .mobile-nav-close {
    margin-left: auto;
  }

  .app-nav {
    flex-direction: column;
    overflow: visible;
    gap: 0.5rem;
    margin: 0.5rem 0;
    padding: 0;
    flex-shrink: 0;
  }

  .app-nav__link {
    width: 100%;
    padding: 0.875rem 1rem;
    justify-content: flex-start;
    border-radius: 0.75rem;
    font-size: 0.9375rem;
  }

  .app-nav__link.is-active {
    background: linear-gradient(125deg, rgba(37, 99, 235, 0.2), rgba(124, 92, 255, 0.15));
    border-color: hsla(var(--primary) / 0.6);
  }

  .app-nav__icon{
    height: 2.25rem;
    width: 2.25rem;
    flex-shrink: 0;
  }
}

@media (max-width: 768px) {
  .app-topbar {
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    padding: 1.25rem 1.25rem 1rem;
    gap: 1rem;
  }

  .app-toolbar,
    .app-toolbar__filters {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .app-toolbar__actions {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    gap: 0.5rem;
    align-items: stretch;
  }

  .app-toolbar__actions .btn,
    .app-toolbar__actions a,
    .app-toolbar__actions button {
    width: 100%;
    justify-content: center;
  }

  .app-content {
    padding: 1.25rem 1.25rem 2rem;
    gap: 1.5rem;
  }

  .dashboard-hero__inner {
    padding: 1.5rem;
    gap: 1.5rem;
  }

  .dashboard-hero__actions {
    width: 100%;
    flex-direction: column;
  }

  .dashboard-hero__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .dashboard-preview-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-preview-card {
    padding: 1.25rem;
  }

  .app-toolbar__actions .\!btn {
    width: 100% !important;
    justify-content: center !important;
  }

  .dashboard-hero__actions .\!btn {
    width: 100% !important;
    justify-content: center !important;
  }

  .app-toolbar__actions .\!btn {
    width: 100% !important;
    justify-content: center !important;
  }

  .dashboard-hero__actions .\!btn {
    width: 100% !important;
    justify-content: center !important;
  }
}

@media (max-width: 640px) {
  .app-sidebar {
    padding: 1rem 1rem 1.5rem;
  }

  .app-topbar {
    padding: 1rem;
  }

  .app-content {
    padding: 1rem 1rem 1.5rem;
    gap: 1.25rem;
  }

  .report-card-optimized {
    padding: 1.25rem;
    gap: 1rem;
  }

  .report-card-header-optimized {
    flex-direction: column;
    gap: 1rem;
  }

  .report-header-content {
    width: 100%;
  }

  .report-card-actions-optimized {
    flex-direction: column;
    align-items: stretch;
  }

  .report-card-actions-optimized .btn,
    .report-card-actions-optimized button,
    .report-card-actions-optimized a,
    .report-card-actions-optimized .report-delete-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .dashboard-preview-card {
    padding: 1.1rem;
  }

  .dashboard-preview-card__header {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .profile-detail-signs {
    grid-template-columns: 1fr;
  }

  .profile-detail-card {
    overflow-x: auto;
  }

  .profile-detail-card table {
    min-width: 460px;
  }

  .report-card-actions-optimized .\!btn {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.right-4{
  right: 1rem;
}

.top-0{
  top: 0px;
}

.top-4{
  top: 1rem;
}

.z-10{
  z-index: 10;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.z-\[100\]{
  z-index: 100;
}

.col-span-full{
  grid-column: 1 / -1;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.-mb-20{
  margin-bottom: -5rem;
}

.-ml-20{
  margin-left: -5rem;
}

.-mr-20{
  margin-right: -5rem;
}

.-mt-20{
  margin-top: -5rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-1\.5{
  margin-bottom: 0.375rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-16{
  margin-top: 4rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-auto{
  margin-top: auto;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.\!table{
  display: table !important;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-64{
  height: 16rem;
}

.h-72{
  height: 18rem;
}

.h-8{
  height: 2rem;
}

.h-96{
  height: 24rem;
}

.h-\[420px\]{
  height: 420px;
}

.h-full{
  height: 100%;
}

.min-h-\[350px\]{
  min-height: 350px;
}

.min-h-screen{
  min-height: 100vh;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

.w-32{
  width: 8rem;
}

.w-4{
  width: 1rem;
}

.w-48{
  width: 12rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-72{
  width: 18rem;
}

.w-8{
  width: 2rem;
}

.w-96{
  width: 24rem;
}

.w-full{
  width: 100%;
}

.min-w-0{
  min-width: 0px;
}

.min-w-\[60px\]{
  min-width: 60px;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-xs{
  max-width: 20rem;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink{
  flex-shrink: 1;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.border-collapse{
  border-collapse: collapse;
}

.rotate-180{
  --tw-rotate: 180deg;
  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));
}

.transform{
  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));
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

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

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-help{
  cursor: help;
}

.cursor-pointer{
  cursor: pointer;
}

.list-disc{
  list-style-type: disc;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-dashed{
  border-style: dashed;
}

.border-amber-500\/20{
  border-color: rgb(245 158 11 / 0.2);
}

.border-border{
  border-color: hsl(var(--border));
}

.border-border\/40{
  border-color: hsl(var(--border) / 0.4);
}

.border-border\/50{
  border-color: hsl(var(--border) / 0.5);
}

.border-border\/60{
  border-color: hsl(var(--border) / 0.6);
}

.border-destructive{
  border-color: hsl(var(--destructive));
}

.border-destructive\/20{
  border-color: hsl(var(--destructive) / 0.2);
}

.border-destructive\/30{
  border-color: hsl(var(--destructive) / 0.3);
}

.border-destructive\/40{
  border-color: hsl(var(--destructive) / 0.4);
}

.border-emerald-500\/20{
  border-color: rgb(16 185 129 / 0.2);
}

.border-primary{
  border-color: hsl(var(--primary));
}

.border-primary\/20{
  border-color: hsl(var(--primary) / 0.2);
}

.border-primary\/30{
  border-color: hsl(var(--primary) / 0.3);
}

.border-success\/20{
  border-color: hsl(var(--success) / 0.2);
}

.border-success\/30{
  border-color: hsl(var(--success) / 0.3);
}

.border-warning\/30{
  border-color: hsl(var(--warning) / 0.3);
}

.bg-accent-gold\/10{
  background-color: hsl(var(--accent-gold) / 0.1);
}

.bg-accent\/10{
  background-color: hsl(var(--accent) / 0.1);
}

.bg-accent\/20{
  background-color: hsl(var(--accent) / 0.2);
}

.bg-amber-500\/10{
  background-color: rgb(245 158 11 / 0.1);
}

.bg-background{
  background-color: hsl(var(--background));
}

.bg-background\/60{
  background-color: hsl(var(--background) / 0.6);
}

.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.bg-card{
  background-color: hsl(var(--card));
}

.bg-card\/50{
  background-color: hsl(var(--card) / 0.5);
}

.bg-card\/80{
  background-color: hsl(var(--card) / 0.8);
}

.bg-card\/90{
  background-color: hsl(var(--card) / 0.9);
}

.bg-destructive\/10{
  background-color: hsl(var(--destructive) / 0.1);
}

.bg-destructive\/5{
  background-color: hsl(var(--destructive) / 0.05);
}

.bg-emerald-500\/10{
  background-color: rgb(16 185 129 / 0.1);
}

.bg-muted{
  background-color: hsl(var(--muted));
}

.bg-muted\/10{
  background-color: hsl(var(--muted) / 0.1);
}

.bg-muted\/20{
  background-color: hsl(var(--muted) / 0.2);
}

.bg-muted\/30{
  background-color: hsl(var(--muted) / 0.3);
}

.bg-muted\/50{
  background-color: hsl(var(--muted) / 0.5);
}

.bg-muted\/60{
  background-color: hsl(var(--muted) / 0.6);
}

.bg-primary{
  background-color: hsl(var(--primary));
}

.bg-primary\/10{
  background-color: hsl(var(--primary) / 0.1);
}

.bg-primary\/15{
  background-color: hsl(var(--primary) / 0.15);
}

.bg-primary\/5{
  background-color: hsl(var(--primary) / 0.05);
}

.bg-success\/10{
  background-color: hsl(var(--success) / 0.1);
}

.bg-success\/20{
  background-color: hsl(var(--success) / 0.2);
}

.bg-success\/5{
  background-color: hsl(var(--success) / 0.05);
}

.bg-transparent{
  background-color: transparent;
}

.bg-warning\/10{
  background-color: hsl(var(--warning) / 0.1);
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-purple-50\/50{
  --tw-gradient-from: rgb(250 245 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-accent\/5{
  --tw-gradient-to: hsl(var(--accent) / 0.05) var(--tw-gradient-to-position);
}

.to-pink-50\/50{
  --tw-gradient-to: rgb(253 242 248 / 0.5) var(--tw-gradient-to-position);
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.p-0{
  padding: 0px;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-sans{
  font-family: "Google Sans Flex", sans-serif;
}

.font-serif{
  font-family: "Playfair Display", serif;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[11px\]{
  font-size: 11px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold{
  font-weight: 700;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}

.tracking-\[0\.3em\]{
  letter-spacing: 0.3em;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.text-amber-200{
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.text-amber-500{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-destructive{
  color: hsl(var(--destructive));
}

.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-foreground{
  color: hsl(var(--foreground));
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-indigo-200{
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.text-muted-foreground{
  color: hsl(var(--muted-foreground));
}

.text-muted-foreground\/50{
  color: hsl(var(--muted-foreground) / 0.5);
}

.text-orange-200{
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}

.text-pink-200{
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}

.text-primary{
  color: hsl(var(--primary));
}

.text-primary-violet{
  color: hsl(var(--primary-violet));
}

.text-primary\/80{
  color: hsl(var(--primary) / 0.8);
}

.text-success{
  color: hsl(var(--success));
}

.text-warning{
  color: hsl(var(--warning));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}

.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.underline{
  text-decoration-line: underline;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 10px 10px -5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-destructive\/20{
  --tw-ring-color: hsl(var(--destructive) / 0.2);
}

.ring-primary\/40{
  --tw-ring-color: hsl(var(--primary) / 0.4);
}

.blur-3xl{
  --tw-blur: blur(64px);
  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);
}

.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-blur-md{
  --tw-backdrop-blur: blur(12px);
  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-blur-sm{
  --tw-backdrop-blur: blur(4px);
  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, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.animate-fade-in {
  animation: fadeIn 0.3s ease-in-out;
}

/* Button hover effects */

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 111, 61, 0.3);
}

@keyframes drift {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-8px, -10px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.btn-primary:active {
  transform: translateY(0);
}

/* Focus improvements */

.form-input:focus,
  .form-select:focus{
  border-color: hsl(var(--primary));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: hsl(var(--primary) / 0.3);
}

/* ===================================
     AUDIOBOOK PLAYER
     Modern, animated player with waveform visualization
     =================================== */

.audiobook-player{
  position: relative;
}

.audiobook-player__container{
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: hsl(var(--card)) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--card) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: hsl(var(--card) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--card)) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: hsl(var(--card) / 0.8) var(--tw-gradient-to-position);
  border-width: 1px;
  border-color: hsl(var(--border) / 0.6);
  --tw-backdrop-blur: blur(4px);
  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);
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 10px 10px -5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: hsl(var(--primary) / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  padding: 1.5rem;
}

@media (min-width: 768px){
  .audiobook-player__container{
    padding: 2rem;
  }
}

.audiobook-player__container {
  background: linear-gradient(
      135deg,
      hsl(var(--card)) 0%,
      hsl(var(--card) / 0.95) 50%,
      hsl(var(--card) / 0.9) 100%
    );
}

.audiobook-player__gradient-overlay{
  pointer-events: none;
  position: absolute;
  inset: 0px;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  background: linear-gradient(
      90deg,
      transparent 0%,
      hsl(var(--cosmic-lilac) / 0.18) 8%,
      hsl(var(--primary-violet) / 0.20) 16%,
      hsl(var(--cosmic-amber) / 0.18) 24%,
      hsl(var(--accent-gold) / 0.20) 32%,
      hsl(var(--cosmic-teal) / 0.18) 40%,
      hsl(var(--cosmic-iris) / 0.20) 48%,
      hsl(var(--primary) / 0.22) 50%,
      hsl(var(--cosmic-iris) / 0.20) 52%,
      hsl(var(--cosmic-teal) / 0.18) 60%,
      hsl(var(--accent-gold) / 0.20) 68%,
      hsl(var(--cosmic-amber) / 0.18) 76%,
      hsl(var(--primary-violet) / 0.20) 84%,
      hsl(var(--cosmic-lilac) / 0.18) 92%,
      transparent 100%
    );
  background-size: 200% 100%;
  background-position: -200% 0;
  animation: gradient-sweep 3s ease-in-out infinite;
  animation-play-state: paused;
}

.audiobook-player__container.playing .audiobook-player__gradient-overlay{
  opacity: 1;
  animation-play-state: running;
}

.audiobook-player__container:not(.playing) .audiobook-player__gradient-overlay {
  animation-play-state: paused;
  background-position: -200% 0;
}

@keyframes gradient-sweep {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.audiobook-player__controls{
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.audiobook-player__play-button{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 9999px;
}

@media (min-width: 768px){
  .audiobook-player__play-button{
    height: 4rem;
    width: 4rem;
  }
}

.audiobook-player__play-button{
  background-color: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: hsl(var(--primary) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.audiobook-player__play-button:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 10px 10px -5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: hsl(var(--primary) / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.audiobook-player__play-button:active{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.audiobook-player__play-button {
  flex-shrink: 0;
}

.audiobook-player__play-button .material-symbols-outlined{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px){
  .audiobook-player__play-button .material-symbols-outlined{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.audiobook-player__play-button .material-symbols-outlined {
  font-variation-settings: 'FILL' 1;
}

.audiobook-player__play-button .play-icon,
  .audiobook-player__play-button .pause-icon{
  position: absolute;
}

.audiobook-player__progress-container{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}

.audiobook-player__time-display{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  gap: 0.5rem;
}

.audiobook-player__time-display #audiobook-current-time{
  color: hsl(var(--foreground));
}

.audiobook-player__progress-bar{
  position: relative;
  height: 0.5rem;
}

.audiobook-player__progress-track{
  position: absolute;
  inset: 0px;
  border-radius: 9999px;
  background-color: hsl(var(--muted) / 0.5);
  overflow: hidden;
}

.audiobook-player__progress-fill{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  border-radius: 9999px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: hsl(var(--primary)) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: hsl(var(--primary) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary)) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: hsl(var(--primary) / 0.8) var(--tw-gradient-to-position);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 0%;
  box-shadow: 0 0 8px hsl(var(--primary) / 0.5);
}

.audiobook-player__seek{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 10;
}

.audiobook-player__seek::-webkit-slider-thumb{
  -webkit-appearance: none;
          appearance: none;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  background-color: hsl(var(--primary));
  cursor: pointer;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.audiobook-player__seek::-webkit-slider-thumb:hover{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 10px 10px -5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: hsl(var(--primary) / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.audiobook-player__seek::-moz-range-thumb{
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  background-color: hsl(var(--primary));
  border-width: 0px;
  cursor: pointer;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -moz-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.audiobook-player__seek::-moz-range-thumb:hover{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

.audiobook-player__volume-button{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
}

@media (min-width: 768px){
  .audiobook-player__volume-button{
    height: 3rem;
    width: 3rem;
  }
}

.audiobook-player__volume-button{
  background-color: hsl(var(--muted) / 0.5);
  color: hsl(var(--foreground));
}

.audiobook-player__volume-button:hover{
  background-color: hsl(var(--muted));
  color: hsl(var(--primary));
}

.audiobook-player__volume-button{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  flex-shrink: 0;
}

.audiobook-player__volume-button .material-symbols-outlined{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  .audiobook-player__volume-button .material-symbols-outlined{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.audiobook-player__download-button{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
}

@media (min-width: 768px){
  .audiobook-player__download-button{
    height: 3rem;
    width: 3rem;
  }
}

.audiobook-player__download-button{
  background-color: hsl(var(--muted) / 0.5);
  color: hsl(var(--foreground));
}

.audiobook-player__download-button:hover{
  background-color: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}

.audiobook-player__download-button{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  flex-shrink: 0;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.audiobook-player__download-button:hover{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.audiobook-player__download-button .material-symbols-outlined{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  .audiobook-player__download-button .material-symbols-outlined{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.audiobook-player__download-button:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

/* Responsive adjustments */

@media (max-width: 640px) {
  .audiobook-player__container{
    padding: 1rem;
  }

  .audiobook-player__play-button{
    height: 3rem;
    width: 3rem;
  }

  .audiobook-player__play-button .material-symbols-outlined{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* ===================================
   AUTH LOADING STATE
   Wird während der Auth-Prüfung angezeigt
   =================================== */

.auth-loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsl(225 48% 6%);
}

.auth-loading.hidden {
  display: none;
}

.auth-loading__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.auth-loading__logo {
  width: 64px;
  height: 64px;
  animation: auth-loading-pulse 2s ease-in-out infinite;
}

.auth-loading__spinner {
  width: 24px;
  height: 24px;
  border: 2px solid hsl(225 40% 20%);
  border-top-color: hsl(227 80% 64%);
  border-radius: 50%;
  animation: auth-loading-spin 0.8s linear infinite;
}

@keyframes auth-loading-pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

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

/* ===================================
   THEME SYSTEM & CSS VARIABLES
   =================================== */

/* ===================================
   COMPONENT SYSTEM
   =================================== */

/* ===================================
   LANDING PAGE COMPONENTS
   =================================== */

/* ===================================
   ACCOUNT PAGE COMPONENTS
   =================================== */

/* ===================================
   MOBILE OPTIMIERUNGEN
   =================================== */

/* ===================================
   ANIMATIONS
   =================================== */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===================================
   UTILITY CLASSES
   =================================== */

/* Animated Gradient Background für Report Processing Overlay */

.animated-gradient-background {
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient-shift 15s ease infinite;
  opacity: 0.5;
}

@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.hover\:border-primary\/50:hover{
  border-color: hsl(var(--primary) / 0.5);
}

.hover\:border-primary\/60:hover{
  border-color: hsl(var(--primary) / 0.6);
}

.hover\:bg-accent\/30:hover{
  background-color: hsl(var(--accent) / 0.3);
}

.hover\:bg-accent\/50:hover{
  background-color: hsl(var(--accent) / 0.5);
}

.hover\:bg-destructive\/10:hover{
  background-color: hsl(var(--destructive) / 0.1);
}

.hover\:bg-muted\/50:hover{
  background-color: hsl(var(--muted) / 0.5);
}

.hover\:text-destructive:hover{
  color: hsl(var(--destructive));
}

.hover\:text-foreground:hover{
  color: hsl(var(--foreground));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-2:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-primary\/40:focus-visible{
  --tw-ring-color: hsl(var(--primary) / 0.4);
}

.group:hover .group-hover\:rotate-90{
  --tw-rotate: 90deg;
  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));
}

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group:hover .group-hover\:text-primary{
  color: hsl(var(--primary));
}

.dark\:block:is(.dark *){
  display: block;
}

@media (min-width: 640px){
  .sm\:mb-3{
    margin-bottom: 0.75rem;
  }

  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }

  .sm\:mt-12{
    margin-top: 3rem;
  }

  .sm\:h-3\.5{
    height: 0.875rem;
  }

  .sm\:h-5{
    height: 1.25rem;
  }

  .sm\:w-3\.5{
    width: 0.875rem;
  }

  .sm\:w-5{
    width: 1.25rem;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:items-end{
    align-items: flex-end;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:justify-start{
    justify-content: flex-start;
  }

  .sm\:justify-end{
    justify-content: flex-end;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:text-right{
    text-align: right;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 768px){
  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:min-w-\[240px\]{
    min-width: 240px;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:p-7{
    padding: 1.75rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px){
  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
