@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

*::-webkit-scrollbar {
    display: none;
}

html {
    scrollbar-width: none;
}

body {
    background: #0a0a1a;
    color: #f0f0f0;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    padding-top: 20px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    cursor: auto;
}

/* Custom cursor */
.custom-cursor {
    position: fixed;
    width: 16px;
    height: 16px;
    background-color: #000000 !important;
    border: 2px solid #ffffff !important;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: transform 0.1s ease, width 0.15s ease, height 0.15s ease;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/* Cursor styles for custom cursor */
body.custom-cursor-active,
body.custom-cursor-active * {
    cursor: none !important;
}

/* Reset cursor for the custom cursor element itself */
.custom-cursor {
    cursor: none !important;
    pointer-events: none !important;
}

#lava-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    opacity: 0.8;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 20px 20px 20px;
    margin-top: 0;
}

.title-container {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 600px;
    background: rgba(200, 200, 200, 0.15);
    border-radius: 99px;
    padding: 15px 20px 20px;
    backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto 30px;
}

h1 {
    display: inline-block;
    margin-bottom: -10px;
    margin-top: -10px;
    padding: 10px 0 0;
    text-align: center;
    font-weight: 800;
    font-size: 5rem;
    letter-spacing: -1.5px;
    line-height: 1.2;
    max-width: 100%;
    background: linear-gradient(90deg,
    #ffffffc0 0%,
    #ffffffc0 30%,
    rgba(220,220,220,0.25) 50%,
    #ffffffc0 55%,
    #ffffffc0 100%
  );
    background-size: 400% 100%;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: gradient 120s linear infinite;
}


@media (max-width: 768px) {
    body {
        position: relative;
        min-height: 100vh;
    }
    
    body::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background: #993366;
        animation: colorChange 30s linear infinite;
    }
    
    @keyframes colorChange {
        0%   { background-color: #4d1933; }  /* tiefes Rot-Pink */
        14%  { background-color: #4d3319; }  /* erdiges Dunkelorange */
        28%  { background-color: #1f4d1f; }  /* sattes Dunkelgrün */
        42%  { background-color: #194d4d; }  /* tiefes Petrol */
        56%  { background-color: #19264d; }  /* dunkles Mitternachtsblau */
        70%  { background-color: #2e194d; }  /* dunkles Violett */
        84%  { background-color: #4d193d; }  /* tiefes Weinrot */
        100% { background-color: #4d1933; }  /* zurück zum Start */
    }
    
    #ys-parallax, #ys-parallax-img {
        display: none !important;
    }
    
    .container {
        padding: 0 0 20px 0;
    }
    
    .title-container {
        border-radius: 0 0 33px 33px;
        padding: 15px 0;
        margin: -20px 0 20px 0;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 60px;
        text-align: center;
    }

    h1 {
        font-size: 3.5rem;
        letter-spacing: -0.5px;
        line-height: 1.2;
        padding: 10px 0 0;
        margin: -10px auto -10px;
        display: block;
        text-align: center;
        width: 100%;
    }
    
    .desktop-title {
        display: none;
    }
    
    .mobile-title {
        display: block;
        line-height: 1.1;
    }
    
    .mobile-break {
        display: none;
    }
    
    @media (max-width: 480px) {
        h1 {
            font-size: 3rem;
            line-height: 1.1;
        }
        
        .mobile-break {
            display: block;
            content: "";
            margin-bottom: -0.5em;
        }
    }
}

.category {
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 0);
    border-radius: 33px;
    padding-top: 0px;
    padding-bottom: 10px;
    backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.category:last-child {
    margin-bottom: 30px;
}

.category h2 {
    font-size: 3.5rem;
    margin: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 800;
    letter-spacing: -1.5px;
    line-height: 1.2;
    width: 100%;
    position: relative;
    color: #ffffffc0;
    text-transform: none;
    padding: 15px 0;
    background: rgba(200, 200, 200, 0.15);
    backdrop-filter: blur(30px);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .category h2 {
        font-size: 2.5rem;
        margin: 0 0 30px 0;
        letter-spacing: -1px;
        padding: 12px 0;
    }
}

@keyframes gradient {
    0% { background-position: 0% 50%; }
    100% { background-position: -1600% 50%; }
}

.tiles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.tile {
    background: rgba(150, 150, 150, 0.15);
    backdrop-filter: blur(30px);
    border-radius: 33px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.35);
    transition: transform 0.5s ease, box-shadow 0.3s ease, background 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #f0f0f0;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.tile:nth-child(odd) {
    animation-delay: 0.3s;
}

.tile:hover {
    transform: translateY(-15px);
    background: rgba(40, 40, 70, 0.6);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    animation-play-state: running;
}

.tile-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.tile-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tile-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hosting {
    font-size: 0.7rem;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hosting[data-host="neocities"] {
    background: rgba(0, 0, 0, 1);
    color: #09ff00c7;
}

.hosting[data-host="drachenplasma"] {
    background: rgb(255, 255, 255);
    color: #0015ff;
}

.hosting[data-host="netlify"] {
    background: rgba(0, 0, 0, 1);
    color: #00bbff;
}

.tile-description {
    font-size: 0.9rem;
    color: #ffffff;
    line-height: 1.4;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1200px) {
    .tiles {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .tiles {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .tiles {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 15px;
    }
    
    .tile-image {
        height: 180px;
    }
    
    .tile-content {
        padding: 15px;
    }
}

/* Button styles */
button, .button, #previewClose, #previewVisit {
    background: rgba(100, 100, 200, 0.2);
    color: #e0e0ff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

button:active, .button:active, #previewClose:active, #previewVisit:active {
    transform: translateY(0);
}

.tile-status {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tile-status[data-status="online"] {
    background-color: rgb(0, 0, 0);
    color: #00ff3c;
    border: 1px solid rgba(40, 167, 69, 0.3);
}

.tile-status[data-status="beta"] {
    background-color: rgba(0, 0, 0);
    color: #ffbf00;
    border: 1px solid rgba(255, 193, 7, 0.3);
}

@keyframes pulse-offline {
    0% {
        box-shadow: 0 0 10px 0 rgba(255, 0, 26, 0.5);
    }
    70% {
        box-shadow: 0 0 20px 5px rgba(255, 0, 26, 0.2);
    }
    100% {
        box-shadow: 0 0 10px 0 rgba(255, 0, 26, 0.5);
    }
}

.tile-status[data-status="offline"] {
    background-color: rgba(0, 0, 0);
    color: #ff0019;
    border: 1px solid rgba(220, 53, 69, 0.3);
    position: relative;
    transition: all 0.3s ease;
}

/* Apply glow to the tile when it has an offline status */
.tile:has(.tile-status[data-status="offline"]) {
    animation: pulse-offline 2s infinite;
    border-color: rgba(255, 0, 26, 0.5) !important;
    position: relative;
    z-index: 1;
}

.tile:has(.tile-status[data-status="offline"]):hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(255, 0, 26, 0.25) !important;
}

.tile-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Legalinfo Link */
.legalinfo-container {
    text-align: center;
    margin: 60px 0 30px;
    padding: 0 20px;
}

.legalinfo-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease;
    font-size: 0.9rem;
    padding: 15px 25px;
    border-radius: 99px;
    background: rgba(225, 225, 225, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(30px);
}

.legalinfo-link:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.legalinfo-url {
    display: inline-block;
    margin-top: 5px;
    font-weight: 600;
    font-size: 1.1rem;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
    text-decoration: underline;
    transition: color 0.3s ease;
}

/* Info Button Styles */
.info-button {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
    transform-origin: center;
}

.info-button:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.15);
}

.info-button:active {
    transform: scale(1.1);
}

.info-button svg {
    width: 24px;
    height: 24px;
    transition: opacity 0.2s ease;
}

.info-button:hover svg {
    opacity: 0.9;
}

/* Prevent layout shift by always showing scrollbar */
html {
    overflow-y: scroll;
}

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

.info-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
    backdrop-filter: blur(5px);
}

.info-overlay.show {
    opacity: 1;
    pointer-events: auto;
    backdrop-filter: blur(10px);
    animation: fadeIn 0.3s ease-out forwards;
}

.info-content {
    background: rgba(30, 30, 46, 0.9);
    border-radius: 16px;
    width: 100%;
    max-width: 420px;
    max-height: 90vh;
    overflow: auto;
    transform: translateY(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.info-overlay.show .info-content {
    transform: translateY(0);
}

.info-header {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.15);
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(30px);
}

.info-header h3 {
    margin: 0;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.close-button {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
}

.close-button:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.close-button:active {
    transform: scale(0.9);
}

.close-button svg {
    width: 18px;
    height: 18px;
}

.info-body {
    padding: 0 24px 24px;
    background: transparent;
}

.info-item {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

/* Toggle section styles are defined below */

.info-item:last-child {
    border-bottom: none;
}

/* Toggle Switch */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    flex-shrink: 0;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
    transition: .4s;
    border-radius: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

input:checked + .slider {
    background-color: #8a5cf6;
}

input:focus + .slider {
    box-shadow: 0 0 0 3px rgba(138, 92, 246, 0.3);
}

input:checked + .slider:before {
    transform: translateX(20px);
}

/* Hide toggle on mobile */
@media (max-width: 768px) {
    .toggle-item {
        display: none;
    }
}

/* Hide toggle section on mobile */
@media (max-width: 768px) {
    .bg-toggle-section,
    .info-item.bg-toggle-section {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
    }
}

/* Info description style */
.info-description {
    color: #a0a0c0;
    font-size: 0.85rem;
    margin: 4px 0 0 0;
    font-weight: 400;
    line-height: 1.4;
}

/* Toggle section specific styles */
.bg-toggle-section {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.bg-toggle-section > div {
    flex-grow: 1;
}

.bg-toggle-section .toggle-switch {
    margin-left: 20px;
    flex-shrink: 0;
}

.info-label {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 6px;
    display: block;
    letter-spacing: 0.5px;
}

.info-text, .info-link {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 0;
}

.info-link {
    color: #8a5cf6;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s ease;
}

.info-link:hover {
    color: #9d7afc;
    text-decoration: underline;
}

.info-link svg {
    transition: transform 0.2s ease;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}


.info-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0);
    margin: 8px 0;
}

.info-footer {
    padding: 16px 24px;
    text-align: center;
    background: rgba(46, 46, 70, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0);
    margin: 20px -20px -20px;
    border-radius: 0 0 12px 12px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(30px);
}

.info-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.info-footer p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.info-footer a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 500;
}

.info-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

/* =========================================
   Cookie Consent - Modern & Structured
   ========================================= */
.cookie-consent {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 10, 25, 0.95);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(30px) saturate(200%);
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.cookie-consent.show {
    opacity: 1;
}

.cookie-content {
    width: 100%;
    max-width: 520px;
    background: linear-gradient(145deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;    
}

.cookie-consent.show .cookie-content {
    transform: translateY(0);
    opacity: 1;
}

/* Header Section */
.cookie-header {
    padding: 25px 30px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
}

.cookie-title {
    margin: 0 0 5px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cookie-title svg {
    width: 24px;
    height: 24px;
    fill: #00b4d8;
}

/* Content Section */
.cookie-body {
    padding: 25px 30px;
}

.cookie-section {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.cookie-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.section-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-title svg {
    width: 18px;
    height: 18px;
    fill: #00b4d8;
}

.cookie-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.98rem;
    line-height: 1.7;
    margin: 0 0 15px;
}

.cookie-text:last-child {
    margin-bottom: 0;
}

.cookie-highlight {
    background: rgba(0, 180, 216, 0.15);
    padding: 2px 6px;
    border-radius: 4px;
    color: #90e0ef;
    font-weight: 500;
}

.cookie-link {
    color: #00b4d8;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 180, 216, 0.3);
    transition: all 0.2s ease;
    padding: 0 1px;
}

.cookie-link:hover {
    color: #90e0ef;
    border-bottom-color: rgba(144, 224, 239, 0.6);
}

/* Footer Section */
.cookie-footer {
    padding: 20px 30px 25px;
    background: rgba(0, 0, 0, 0.15);
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.cookie-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.cookie-button {
    min-width: 140px;
    background: linear-gradient(135deg, #00b4d8 0%, #0096c7 100%);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0, 180, 216, 0.3);
}

.cookie-button svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.cookie-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #0096c7 0%, #0077b6 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.cookie-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 180, 216, 0.4);
}

.cookie-button:hover::before {
    opacity: 1;
}

.cookie-button:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(0, 180, 216, 0.3);
}

/* Responsive Adjustments */
@media (max-width: 600px) {
    .cookie-content {
        margin: 0 15px;
    }
    
    .cookie-header,
    .cookie-body,
    .cookie-footer {
        padding: 20px;
    }
    
    .cookie-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .cookie-button {
        width: 100%;
    }
}

/* =========================================
   Responsive Styles
   ========================================= */
@media (max-width: 480px) {
    .info-label {
        font-size: 0.8rem;
    }
    
    .info-text, .info-link {
        font-size: 0.9rem;
    }
    .info-button {
        position: fixed;
        top: 10px;
        right: 10px;
        width: 44px;
        height: 44px;
    }
}

/* Scrollbar styling */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.2);
}
