*, ::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.19 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-24 {
  height: 6rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-24 {
  width: 6rem;
}
.max-w-md {
  max-width: 28rem;
}
.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));
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.border {
  border-width: 1px;
}
.bg-\[\#0d0d0d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity, 1));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-4 {
  padding: 1rem;
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.text-\[\#6b6b6b\] {
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity, 1));
}
.text-\[\#8b8b8b\] {
  --tw-text-opacity: 1;
  color: rgb(139 139 139 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.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);
}
.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;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Test için */
body {
  background: #09090b !important;
}

.dot_9a5683 {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--bg-card);
  transition: background .2s;
}
.online_9a5683  { background: var(--status-online); }
.idle_9a5683    { background: var(--status-idle); }
.dnd_9a5683     { background: var(--status-dnd); }
.offline_9a5683 { background: var(--status-offline); }

.list_5d3a31 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
}
.item_5d3a31 {
  background: var(--bg-elevated);
  border-radius: var(--radius-pill);
  padding: 4px 10px 4px 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .75rem;
  color: var(--text-secondary);
  border: 1px solid var(--border-subtle);
  transition: background .15s;
  cursor: default;
}
.item_5d3a31:hover { background: var(--bg-elevated-hover); }
.label_5d3a31 { white-space: nowrap; }
.empty_5d3a31 { font-size: .8rem; color: var(--text-dim); }

.link_cd9a09 { display: block; margin-bottom: 10px; }
.card_cd9a09 {
  background: var(--bg-deep);
  border-radius: var(--radius-inner);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--border-muted);
  transition: border-color .15s;
}
.link_cd9a09:hover .card_cd9a09 { border-color: var(--spotify); }
.art_cd9a09 img { border-radius: 4px; -o-object-fit: cover; object-fit: cover; background: var(--bg-elevated); }
.meta_cd9a09 { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.label_cd9a09 {
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: var(--text-label);
  font-weight: 600;
}
.song_cd9a09 {
  font-size: .95rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 2px 0 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.artist_cd9a09 {
  font-size: .8rem;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.progress_cd9a09 { margin-top: 8px; display: flex; align-items: center; gap: 8px; }
.time_cd9a09 {
  font-size: .65rem;
  color: var(--text-dim);
  font-variant-numeric: tabular-nums;
  min-width: 32px;
}
.bar_cd9a09 {
  flex: 1;
  height: 4px;
  background: var(--border-subtle);
  border-radius: 4px;
  overflow: hidden;
}
.fill_cd9a09 {
  height: 100%;
  background: var(--spotify);
  border-radius: 4px;
  transition: width .2s linear;
}

.card_8151fe {
  background: var(--bg-deep);
  border-radius: var(--radius-inner);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--border-muted);
  margin-bottom: 10px;
}
.card_8151fe:last-child { margin-bottom: 0; }
.art_8151fe { flex-shrink: 0; position: relative; }
.art_8151fe img:first-child {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-sm);
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--bg-elevated);
}
.smallImg_8151fe {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--bg-deep);
  background: var(--bg-elevated);
}
.meta_8151fe { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.label_8151fe {
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: var(--text-label);
  font-weight: 600;
}
.name_8151fe {
  font-size: .95rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 2px 0 1px;
}
.line_8151fe {
  font-size: .8rem;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dim_8151fe { color: var(--text-dim); }
.elapsed_8151fe { font-size: .7rem; color: var(--text-dim); margin-top: 4px; }

/* components/ProfileEffect.module.css */

.profileEffects_e8711b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  /* Discord efekti için önemli */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.inner_e8711b {
  position: relative;
  width: 100%;
  height: 100%;
}

.effect_e8711b {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  transition: opacity 0.3s ease;
  /* GIF kalitesini koru */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

/* Başlangıç efekti için animasyon */
.effect_e8711b.fadeIn_e8711b {
  animation: fadeIn_e8711b 0.3s ease forwards;
}

@keyframes fadeIn_e8711b {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Placeholder efekti */
.effect_e8711b.placeholder_e8711b {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Responsive düzeltmeler */
@media (max-width: 480px) {
  .profileEffects_e8711b {
    /* Mobilde efekt boyutunu küçült */
    transform: scale(0.8);
    transform-origin: center;
  }
}

/* Performans iyileştirmesi - animasyon yoksa GPU kullanımını azalt */
.effect_e8711b.static_e8711b {
  will-change: auto;
}

.effect_e8711b.animated_e8711b {
  will-change: transform, opacity;
}

/* components/ProfileCard.module.css */

/* ===== ROOT DEĞİŞKENLER ===== */
:root {
  --bg-card: #1e1f22;
  --bg-elevated: #2b2d31;
  --bg-deep: #111214;
  --bg-hover: #323438;
  --border-subtle: rgba(255, 255, 255, 0.06);
  --border-muted: rgba(255, 255, 255, 0.08);
  --border-hover: rgba(255, 255, 255, 0.12);
  --border-active: rgba(255, 255, 255, 0.18);
  --text-primary: #ffffff;
  --text-secondary: #dbdee1;
  --text-muted: #a3a6aa;
  --text-label: #949ba4;
  --text-dim: #6d737a;
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  --shadow-hover: 0 12px 40px rgba(0, 0, 0, 0.6);
  --radius-card: 16px;
  --radius-pill: 9999px;
  --transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===== CARD ===== */
.card_ea7d77 {
  background: var(--bg-card);
  border-radius: var(--radius-card);
  max-width: 460px;
  width: 100%;
  box-shadow: var(--shadow);
  border: 1px solid var(--border-subtle);
  transition: var(--transition);
  overflow: hidden;
  position: relative;
}

.card_ea7d77:hover {
  border-color: var(--border-hover);
  box-shadow: var(--shadow-hover);
}

.card_ea7d77:focus-visible {
  outline: 2px solid var(--border-active);
  outline-offset: 2px;
}

/* ===== CARD INNER ===== */
.cardInner_ea7d77 {
  padding: 32px 28px;
  position: relative;
  z-index: 2;
  background: transparent;
}

/* ===== BANNER ===== */
.banner_ea7d77 {
  margin: -32px -28px 0;
  border-radius: var(--radius-card) var(--radius-card) 0 0;
  overflow: hidden;
  height: 120px;
  position: relative;
  z-index: 1;
  background: var(--bg-deep);
}

.bannerImg_ea7d77 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.card_ea7d77:hover .bannerImg_ea7d77 {
  transform: scale(1.02);
}

/* Banner yoksa placeholder */
.bannerPlaceholder_ea7d77 {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--bg-deep), var(--bg-elevated));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-dim);
  font-size: 0.85rem;
}

/* ===== PROFILE EFFECT OVERLAY ===== */
.profileEffectOverlay_none_ea7d77 {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px !important;
  z-index: 1;
  border-radius: var(--radius-card) var(--radius-card) 0 0;
  overflow: hidden;
  pointer-events: none;
}

/* ===== HEADER ===== */
.header_ea7d77 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}

.header_ea7d77[data-has-banner="true"] {
  margin-top: 16px;
}

/* ===== AVATAR ===== */
.avatarWrap_ea7d77 {
  position: relative;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
}

.avatar_ea7d77 {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--bg-elevated);
  border: 3px solid var(--border-subtle);
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition);
  display: block;
  position: relative;
  z-index: 1;
}

.avatar_ea7d77:hover {
  border-color: var(--border-hover);
  transform: scale(1.05);
}

/* Avatar Decoration */
.avatarDecoration_ea7d77 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  pointer-events: none;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ===== USER INFO ===== */
.userInfo_ea7d77 {
  flex: 1;
  min-width: 0;
}

.name_ea7d77 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: var(--text-primary);
  margin-bottom: 2px;
  line-height: 1.3;
  word-break: break-word;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.name_ea7d77 .pronouns_ea7d77 {
  font-size: 0.7rem;
  font-weight: 400;
  color: var(--text-muted);
  background: var(--bg-deep);
  padding: 2px 8px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-muted);
}

.tag_ea7d77 {
  font-size: 0.85rem;
  color: var(--text-muted);
  word-break: break-all;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tag_ea7d77 .discriminator_ea7d77 {
  color: var(--text-dim);
}

/* ===== CUSTOM STATUS ===== */
.customStatus_ea7d77 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 8px 14px;
  background: var(--bg-deep);
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-muted);
  font-size: 0.85rem;
  color: var(--text-secondary);
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  transition: var(--transition);
  position: relative;
  z-index: 3;
}

.customStatus_ea7d77:hover {
  border-color: var(--border-hover);
  background: var(--bg-elevated);
}

.customStatus_ea7d77 .customEmoji_ea7d77 {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  flex-shrink: 0;
  image-rendering: auto;
}

.customStatus_ea7d77 .customEmojiText_ea7d77 {
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
}

.customStatus_ea7d77 .customStatusText_ea7d77 {
  word-break: break-word;
  flex: 1;
  min-width: 0;
}

.customStatus_ea7d77 .customStatusTime_ea7d77 {
  font-size: 0.7rem;
  color: var(--text-dim);
  flex-shrink: 0;
  margin-left: auto;
}

/* ===== SECTIONS ===== */
.section_ea7d77 {
  margin-bottom: 18px;
  position: relative;
  z-index: 3;
}

.section_ea7d77:last-child {
  margin-bottom: 0;
}

.sectionLabel_ea7d77 {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--text-label);
  font-weight: 600;
  margin-bottom: 8px;
  padding: 0 4px;
}

.sectionLabel_ea7d77 .count_ea7d77 {
  color: var(--text-dim);
  font-weight: 400;
  font-size: 0.65rem;
}

/* ===== BADGE LIST ===== */
.badgeList_ea7d77 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px 0;
}

.badgeItem_ea7d77 {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px 4px 6px;
  background: var(--bg-deep);
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-muted);
  font-size: 0.75rem;
  color: var(--text-secondary);
  transition: var(--transition);
}

.badgeItem_ea7d77:hover {
  border-color: var(--border-hover);
  background: var(--bg-elevated);
  transform: translateY(-1px);
}

.badgeItem_ea7d77 .badgeIcon_ea7d77 {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}

.badgeItem_ea7d77 .badgeLabel_ea7d77 {
  white-space: nowrap;
}

/* ===== ACTIVITIES ===== */
.activityList_ea7d77 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.activityCard_ea7d77 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: var(--bg-deep);
  border-radius: 8px;
  border: 1px solid var(--border-muted);
  transition: var(--transition);
}

.activityCard_ea7d77:hover {
  border-color: var(--border-hover);
  background: var(--bg-elevated);
}

.activityCard_ea7d77 .activityIcon_ea7d77 {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  background: var(--bg-elevated);
}

.activityCard_ea7d77 .activityInfo_ea7d77 {
  flex: 1;
  min-width: 0;
}

.activityCard_ea7d77 .activityName_ea7d77 {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 2px;
}

.activityCard_ea7d77 .activityDetails_ea7d77 {
  font-size: 0.8rem;
  color: var(--text-muted);
  word-break: break-word;
}

.activityCard_ea7d77 .activityState_ea7d77 {
  font-size: 0.75rem;
  color: var(--text-dim);
  margin-top: 2px;
}

.activityCard_ea7d77 .activityTime_ea7d77 {
  font-size: 0.7rem;
  color: var(--text-dim);
  flex-shrink: 0;
  margin-left: auto;
}

/* ===== SPOTIFY CARD ===== */
.spotifyCard_ea7d77 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: linear-gradient(135deg, #1db95415, #1ed76008);
  border-radius: 8px;
  border: 1px solid rgba(29, 185, 84, 0.2);
  transition: var(--transition);
  cursor: pointer;
}

.spotifyCard_ea7d77:hover {
  border-color: rgba(29, 185, 84, 0.4);
  background: linear-gradient(135deg, #1db95420, #1ed76010);
  transform: translateY(-1px);
}

.spotifyCard_ea7d77 .spotifyIcon_ea7d77 {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.spotifyCard_ea7d77 .spotifyInfo_ea7d77 {
  flex: 1;
  min-width: 0;
}

.spotifyCard_ea7d77 .spotifyTitle_ea7d77 {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 2px;
}

.spotifyCard_ea7d77 .spotifyArtist_ea7d77 {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.spotifyCard_ea7d77 .spotifyAlbum_ea7d77 {
  font-size: 0.7rem;
  color: var(--text-dim);
  margin-top: 2px;
}

.spotifyCard_ea7d77 .spotifyBadge_ea7d77 {
  font-size: 0.7rem;
  color: #1db954;
  font-weight: 600;
  flex-shrink: 0;
  padding: 2px 8px;
  border-radius: var(--radius-pill);
  background: rgba(29, 185, 84, 0.1);
  border: 1px solid rgba(29, 185, 84, 0.15);
}

/* Spotify Progress Bar */
.spotifyProgress_ea7d77 {
  margin-top: 6px;
  width: 100%;
  height: 3px;
  background: var(--bg-deep);
  border-radius: 2px;
  overflow: hidden;
}

.spotifyProgress_ea7d77 .progressBar_ea7d77 {
  height: 100%;
  background: linear-gradient(90deg, #1db954, #1ed760);
  border-radius: 2px;
  transition: width 0.3s ease;
}

/* ===== FOOTER ===== */
.footer_ea7d77 {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--border-muted);
  font-size: 0.7rem;
  color: var(--text-dim);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}

.footer_ea7d77 .footerItem_ea7d77 {
  display: flex;
  align-items: center;
  gap: 4px;
}

.footer_ea7d77 .footerItem_ea7d77 .icon_ea7d77 {
  font-size: 0.8rem;
}

.footer_ea7d77 .footerDivider_ea7d77 {
  width: 1px;
  height: 14px;
  background: var(--border-muted);
}

.footer_ea7d77 .statusDot_ea7d77 {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
}

.footer_ea7d77 .statusDot_ea7d77.online_ea7d77 {
  background: #3ba55c;
}
.footer_ea7d77 .statusDot_ea7d77.idle_ea7d77 {
  background: #faa81a;
}
.footer_ea7d77 .statusDot_ea7d77.dnd_ea7d77 {
  background: #ed4245;
}
.footer_ea7d77 .statusDot_ea7d77.offline_ea7d77 {
  background: #747f8d;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 768px) {
  .card_ea7d77 {
    max-width: 100%;
  }

  .cardInner_ea7d77 {
    padding: 28px 24px;
  }

  .banner_ea7d77 {
    margin: -28px -24px 0;
    height: 100px;
  }

  .profileEffectOverlay_ea7d77 {
    height: 100px !important;
  }

  .header_ea7d77[data-has-banner="true"] {
    margin-top: 12px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .card_ea7d77 {
    border-radius: 12px;
  }

  .cardInner_ea7d77 {
    padding: 20px 16px;
  }

  .banner_ea7d77 {
    margin: -20px -16px 0;
    height: 80px;
    border-radius: 12px 12px 0 0;
  }

  .profileEffectOverlay_ea7d77 {
    height: 80px !important;
    border-radius: 12px 12px 0 0;
  }

  .header_ea7d77 {
    gap: 12px;
    margin-bottom: 16px;
  }

  .header_ea7d77[data-has-banner="true"] {
    margin-top: 10px;
  }

  .avatarWrap_ea7d77 {
    width: 56px;
    height: 56px;
  }

  .avatar_ea7d77 {
    width: 56px;
    height: 56px;
    border-width: 2px;
  }

  .avatarDecoration_ea7d77 {
    width: 74px;
    height: 74px;
  }

  .name_ea7d77 {
    font-size: 1.05rem;
  }

  .name_ea7d77 .pronouns_ea7d77 {
    font-size: 0.6rem;
    padding: 1px 6px;
  }

  .tag_ea7d77 {
    font-size: 0.75rem;
  }

  .customStatus_ea7d77 {
    font-size: 0.75rem;
    padding: 6px 12px;
    gap: 6px;
    margin-bottom: 12px;
  }

  .customStatus_ea7d77 .customEmoji_ea7d77 {
    width: 20px;
    height: 20px;
  }

  .customStatus_ea7d77 .customEmojiText_ea7d77 {
    font-size: 16px;
  }

  .section_ea7d77 {
    margin-bottom: 14px;
  }

  .sectionLabel_ea7d77 {
    font-size: 0.6rem;
    margin-bottom: 6px;
  }

  .badgeItem_ea7d77 {
    font-size: 0.65rem;
    padding: 3px 8px 3px 5px;
  }

  .badgeItem_ea7d77 .badgeIcon_ea7d77 {
    width: 14px;
    height: 14px;
  }

  .activityCard_ea7d77 {
    padding: 8px 10px;
    gap: 10px;
  }

  .activityCard_ea7d77 .activityIcon_ea7d77 {
    width: 32px;
    height: 32px;
  }

  .activityCard_ea7d77 .activityName_ea7d77 {
    font-size: 0.8rem;
  }

  .activityCard_ea7d77 .activityDetails_ea7d77 {
    font-size: 0.7rem;
  }

  .activityCard_ea7d77 .activityState_ea7d77 {
    font-size: 0.65rem;
  }

  .spotifyCard_ea7d77 {
    padding: 8px 10px;
    gap: 10px;
  }

  .spotifyCard_ea7d77 .spotifyIcon_ea7d77 {
    width: 36px;
    height: 36px;
  }

  .spotifyCard_ea7d77 .spotifyTitle_ea7d77 {
    font-size: 0.8rem;
  }

  .spotifyCard_ea7d77 .spotifyArtist_ea7d77 {
    font-size: 0.7rem;
  }

  .spotifyCard_ea7d77 .spotifyAlbum_ea7d77 {
    font-size: 0.65rem;
  }

  .footer_ea7d77 {
    font-size: 0.65rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-top: 14px;
    padding-top: 12px;
  }

  .footer_ea7d77 .footerDivider_ea7d77 {
    display: none;
  }
}

/* Small Mobile */
@media (max-width: 360px) {
  .cardInner_ea7d77 {
    padding: 16px 12px;
  }

  .banner_ea7d77 {
    margin: -16px -12px 0;
    height: 60px;
  }

  .profileEffectOverlay_ea7d77 {
    height: 60px !important;
  }

  .header_ea7d77 {
    gap: 10px;
  }

  .avatarWrap_ea7d77 {
    width: 48px;
    height: 48px;
  }

  .avatar_ea7d77 {
    width: 48px;
    height: 48px;
  }

  .avatarDecoration_ea7d77 {
    width: 64px;
    height: 64px;
  }

  .name_ea7d77 {
    font-size: 0.95rem;
  }

  .tag_ea7d77 {
    font-size: 0.65rem;
  }

  .customStatus_ea7d77 {
    font-size: 0.65rem;
    padding: 4px 10px;
  }

  .customStatus_ea7d77 .customEmoji_ea7d77 {
    width: 16px;
    height: 16px;
  }

  .customStatus_ea7d77 .customEmojiText_ea7d77 {
    font-size: 14px;
  }
}

/* ===== DARK MODE (Otomatik) ===== */
@media (prefers-color-scheme: light) {
  :root {
    --bg-card: #ffffff;
    --bg-elevated: #f2f3f5;
    --bg-deep: #ebedef;
    --bg-hover: #e3e5e8;
    --border-subtle: rgba(0, 0, 0, 0.06);
    --border-muted: rgba(0, 0, 0, 0.08);
    --border-hover: rgba(0, 0, 0, 0.12);
    --border-active: rgba(0, 0, 0, 0.18);
    --text-primary: #060607;
    --text-secondary: #2e3033;
    --text-muted: #5c5e62;
    --text-label: #6d737a;
    --text-dim: #8e9297;
    --shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    --shadow-hover: 0 12px 40px rgba(0, 0, 0, 0.12);
  }
}

/* ===== ANIMASYONLAR ===== */
@keyframes fadeIn_ea7d77 {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card_ea7d77 {
  animation: fadeIn_ea7d77 0.3s ease forwards;
}

@keyframes pulse_ea7d77 {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.loading_ea7d77 {
  animation: pulse_ea7d77 1.5s ease-in-out infinite;
}

/* ===== UTILITY ===== */
.srOnly_ea7d77 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.truncate_ea7d77 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ===== SCROLLBAR ===== */
.card_ea7d77::-webkit-scrollbar {
  width: 4px;
}

.card_ea7d77::-webkit-scrollbar-track {
  background: var(--bg-deep);
}

.card_ea7d77::-webkit-scrollbar-thumb {
  background: var(--border-muted);
  border-radius: 2px;
}

.card_ea7d77::-webkit-scrollbar-thumb:hover {
  background: var(--border-hover);
}

.card_3306af {
  background: var(--bg-card);
  border-radius: var(--radius-card);
  padding: 32px 28px;
  max-width: 460px;
  width: 100%;
  box-shadow: var(--shadow);
  border: 1px solid var(--border-subtle);
  opacity: .6;
}
@keyframes pulse_3306af {
  0%,100% { opacity: .4; }
  50% { opacity: .8; }
}
.pulse_3306af { background: var(--bg-elevated); animation: pulse_3306af 1.4s ease-in-out infinite; }
.header_3306af { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.avatar_3306af { width: 72px; height: 72px; border-radius: 50%; flex-shrink: 0; }
.lines_3306af { flex: 1; display: flex; flex-direction: column; gap: 8px; }
.line_3306af { height: 14px; border-radius: 6px; }
.w60_3306af { width: 60%; }
.w40_3306af { width: 40%; }
.statusBar_3306af { height: 36px; border-radius: var(--radius-pill); width: 60%; margin-bottom: 18px; }
.badges_3306af { display: flex; gap: 6px; margin-bottom: 18px; }
.badgePill_3306af { width: 80px; height: 28px; border-radius: var(--radius-pill); }
.activityBox_3306af { height: 80px; border-radius: var(--radius-inner); }
.gap_3306af { height: 10px; }

.center_8e0d8d {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 20px;
  width: 100%;
}
.errorCard_8e0d8d {
  background: var(--bg-card);
  border-radius: var(--radius-card);
  padding: 32px 28px;
  max-width: 460px;
  width: 100%;
  box-shadow: var(--shadow);
  border: 1px solid var(--border-subtle);
}
.errorMsg_8e0d8d {
  color: #f87171;
  background: rgba(248,113,113,.08);
  padding: 12px 16px;
  border-radius: 10px;
  font-size: .85rem;
  border-left: 3px solid #f87171;
  margin-bottom: 16px;
}
.retryBtn_8e0d8d {
  background: var(--bg-elevated);
  border: none;
  color: var(--text-primary);
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  font-size: .8rem;
  font-weight: 500;
  cursor: pointer;
  transition: background .15s;
}
.retryBtn_8e0d8d:hover { background: var(--bg-elevated-hover); }
.retryBtn_8e0d8d:active { transform: scale(.97); }

