/**
 * Kikiriki Page-Specific Styles
 */

/* Dashboard Layout */
.p-dashboard-map {
    height: 450px;
    width: 100%;
}

@media (max-width: 768px) {
    .p-dashboard-map {
        height: 200px;
    }
    .p-asset-chart-container {
        height: 100px;
    }
    .p-asset-map-container {
        height: 200px;
    }
    .p-asset-stats-value .h2 {
        font-size: 1.1rem !important;
    }
    .p-profile-chart-container {
        min-height: 150px;
    }
    .p-profile-name {
        font-size: 1rem !important;
    }
    .p-profile-picture {
        width: 60px;
        height: 60px;
    }
    .p-index-logo {
        width: 200px;
    }
}

.p-dashboard-selector-grid {
    max-height: 50vh;
}

/* Profile Layout */
.p-profile-picture {
    width: 80px;
    height: 80px;
    transition: all 0.2s;
}

.p-profile-handle {
    font-size: 1rem;
    padding: 0.5rem 1rem;
}

.p-profile-chart-container {
    min-height: 200px;
}

.p-profile-friends-scroll {
    max-height: 200px;
}

/* Asset Detail Layout */
.p-asset-stats-grid .col-4 {
    height: 100%;
}

.p-asset-stats-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.p-asset-stats-value {
    overflow: hidden;
    white-space: nowrap;
}

.p-asset-chart-container {
    position: relative;
    height: 125px;
    width: 100%;
}

.p-asset-map-container {
    height: 300px;
    width: 100%;
}

/* Index Page */
.p-index-logo {
    width: 300px;
    height: auto;
}

/* Cookie Banner Customization */
.k-cookie-banner {
    z-index: 10000;
    background: rgba(0,0,0,0.95);
    border-top: 1px solid #333;
    backdrop-filter: blur(10px);
}
