.home-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 0 0.625rem;
}

.welcome-text {
    text-align: left;
}

.welcome-text h1 {
    font-size: 1.8rem;
    margin: 0;
    color: #fff;
}

.welcome-text p {
    margin: 0;
    opacity: 0.7;
    font-size: 0.9rem;
}

.grid-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.9375rem;
    margin-bottom: 2rem;
}

.main-action-card {
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(0.625rem);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1.25rem;
    padding: 1.2rem 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    color: #fff;
    box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
}

.mini-card {
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0.9375rem;
    padding: 1.5rem;
    text-align: center;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
}

.menu-icon-3d {
    width: 5rem;
    height: 5rem;
    object-fit: contain;
    margin-bottom: 0.3125rem;
    filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.3));
    transition: transform 0.3s;
}

.mini-card:hover .menu-icon-3d {
    transform: scale(1.1);
}

.main-icon-3d {
        width: 6rem;
        height: 6rem;
        object-fit: contain;
        flex-shrink: 0;
        margin-right: 0.5rem;
        filter: drop-shadow(0 0.5rem 0.9375rem rgba(0, 0, 0, 0.4));
        transition: transform 0.3s;
    }

    .main-action-card:hover .main-icon-3d {
        transform: scale(1.1) rotate(-5deg);
    }

    .mini-card span {
        font-size: 1.1rem;
        font-weight: 700;
        text-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.5);
        letter-spacing: 0.03125rem;
    }

    .daily-free-section {
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 1rem;
        padding: 14px;
        margin-bottom: 1.2rem;
    }

    .daily-free-title {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: #fff;
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: 4px;
    }

    .daily-free-desc {
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
        font-size: 0.75rem;
        margin: 0 0 12px;
    }

    .daily-free-title i {
        color: #fff;
        font-size: 0.9rem;
    }

    .daily-free-grid {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 2px;
    }

    .daily-free-grid::-webkit-scrollbar {
        display: none;
    }

    .daily-free-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        min-width: 72px;
        flex: 1;
        padding: 10px 6px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.08);
        text-decoration: none;
        color: #fff;
        position: relative;
        transition: all 0.2s;
    }

    .daily-free-item.used-up {
        opacity: 0.45;
    }

    .daily-free-icon {
        width: 32px;
        height: 32px;
        object-fit: contain;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    }

    .daily-free-label {
        font-size: 0.7rem;
        font-weight: 600;
        text-align: center;
        line-height: 1.2;
        white-space: nowrap;
    }

    .daily-free-badge {
        background: rgba(139, 92, 246, 0.35);
        color: #d8b4fe;
        font-size: 0.72rem;
        font-weight: 700;
        padding: 2px 10px;
        border-radius: 10px;
        min-width: 20px;
        text-align: center;
    }

    .daily-free-badge.used {
        background: rgba(255, 255, 255, 0.08);
        color: rgba(255, 255, 255, 0.4);
        font-size: 0.65rem;
    }

    .circles {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 0;
        pointer-events: none;
    }

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        width: 0.1875rem;
        height: 0.1875rem;
        background: rgba(255, 255, 255, 0.8);
        animation: animate 40s linear infinite;
        bottom: -0.625rem;
        border-radius: 50%;
        box-shadow: 0 0 0.3125rem rgba(255, 255, 255, 0.8);
    }

    /* ... animations for circles are in animations.css ... */

    .btn-share-quote {
        background: none;
        border: none;
        color: #ffd700;
        font-size: 1.2rem;
        cursor: pointer;
        margin-left: auto;
        padding: 10px;
        transition: transform 0.2s;
    }

    .btn-share-quote:hover {
        transform: scale(1.2);
        color: #fff;
    }