/* Google Play Store Style for Bebu88 Casino */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    background-color: #ffffff;
    color: #3c4043;
    line-height: 1.5;
}

/* Header Styles */
.header {
    background: #ffffff;
    border-bottom: 1px solid #e8eaed;
    padding: 8px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 24px;
}

.logo-section {
    display: flex;
    align-items: center;
    margin-right: 48px;
}

.google-logo {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.play-text {
    font-size: 20px;
    font-weight: 400;
    color: #5f6368;
}

.nav-menu {
    display: flex;
    gap: 32px;
    margin-right: auto;
}

.nav-item {
    text-decoration: none;
    color: #5f6368;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
}

.nav-item.active {
    color: #1a73e8;
    border-bottom-color: #1a73e8;
}

.nav-item:hover {
    color: #1a73e8;
}

.search-section {
    flex: 0 0 auto;
}

.search-box {
    display: flex;
    align-items: center;
    background: #f1f3f4;
    border-radius: 24px;
    padding: 8px 16px;
    width: 300px;
}

.search-icon {
    margin-right: 12px;
}

.search-box input {
    border: none;
    background: none;
    outline: none;
    font-size: 14px;
    width: 100%;
}

/* Main Content */
.main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px;
}

/* App Header */
.app-header {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

.app-icon img {
    width: 96px;
    height: 96px;
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.app-info {
    flex: 1;
}

.app-title {
    font-size: 28px;
    font-weight: 400;
    color: #202124;
    margin-bottom: 4px;
}

.app-developer {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #1a73e8;
}

.contains-ads, .in-app-purchases {
    background: #e8f0fe;
    color: #1a73e8;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.app-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.rating-score {
    font-size: 14px;
    font-weight: 500;
    color: #202124;
}

.rating-stars .star {
    color: #fbc02d;
    font-size: 12px;
}

.rating-count {
    font-size: 14px;
    color: #5f6368;
}

.app-stats {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    color: #5f6368;
}

.age-badge {
    background: #5f6368;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 4px;
}

/* Install Section */
.install-section {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.install-btn {
    background: #1a73e8;
    color: white;
    border: none;
    padding: 12px 32px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

.install-btn:hover {
    background: #1557b0;
}

.wishlist-btn, .share-btn {
    background: none;
    border: 1px solid #dadce0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.wishlist-btn:hover, .share-btn:hover {
    background: #f8f9fa;
}

/* Windows Notice */
.windows-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #e8f0fe;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 1.4;
}

.windows-notice a {
    color: #1a73e8;
    text-decoration: none;
}

/* Screenshots */
.screenshots-section {
    margin-bottom: 32px;
}

.screenshots-section h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #202124;
}

.screenshots-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.screenshot {
    width: 200px;
    height: 356px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
    border: 1px solid #e8eaed;
}

/* About Section */
.about-section {
    margin-bottom: 32px;
}

.about-section h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #202124;
}

.description {
    font-size: 14px;
    line-height: 1.6;
    color: #3c4043;
}

.description h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 8px 0;
    color: #202124;
}

.description ul {
    margin: 8px 0 16px 20px;
}

.description li {
    margin-bottom: 4px;
}

.description strong {
    font-weight: 500;
    color: #202124;
}

.disclaimer {
    background: #fef7e0;
    padding: 12px;
    border-radius: 8px;
    border-left: 4px solid #fbc02d;
    margin-top: 16px;
    font-size: 13px;
}

/* Data Safety */
.data-safety {
    margin-bottom: 32px;
}

.data-safety h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #202124;
}

.data-safety > p {
    font-size: 14px;
    color: #5f6368;
    margin-bottom: 16px;
    line-height: 1.5;
}

.safety-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.safety-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border: 1px solid #e8eaed;
    border-radius: 8px;
}

.safety-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.safety-item h3 {
    font-size: 14px;
    font-weight: 500;
    color: #202124;
    margin-bottom: 4px;
}

.safety-item p {
    font-size: 13px;
    color: #5f6368;
    margin: 2px 0;
}

/* Ratings and Reviews */
.ratings-reviews {
    margin-bottom: 32px;
}

.ratings-reviews h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #202124;
}

.rating-overview {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 24px;
    padding: 16px;
    border: 1px solid #e8eaed;
    border-radius: 8px;
}

.rating-score-large {
    font-size: 56px;
    font-weight: 300;
    color: #202124;
}

.rating-breakdown {
    flex: 1;
}

.rating-stars-large {
    margin-bottom: 8px;
}

.rating-stars-large .star {
    font-size: 16px;
    color: #fbc02d;
    margin-right: 2px;
}

.review-count {
    font-size: 14px;
    color: #5f6368;
    margin-bottom: 16px;
}

.rating-bars {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rating-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

.rating-bar span {
    width: 10px;
    color: #5f6368;
}

.bar {
    width: 200px;
    height: 8px;
    background: #e8eaed;
    border-radius: 4px;
    overflow: hidden;
}

.bar .fill {
    height: 100%;
    background: #fbc02d;
}

/* Reviews List */
.reviews-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.review {
    padding: 16px;
    border: 1px solid #e8eaed;
    border-radius: 8px;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.reviewer-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #1a73e8;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
}

.reviewer-name {
    font-size: 14px;
    font-weight: 500;
    color: #202124;
}

.review-date {
    font-size: 12px;
    color: #5f6368;
}

.review-rating {
    margin-bottom: 12px;
}

.review-rating .star {
    font-size: 12px;
    color: #fbc02d;
    margin-right: 1px;
}

.review-text {
    font-size: 14px;
    line-height: 1.5;
    color: #3c4043;
    margin-bottom: 16px;
}

.review-helpful {
    font-size: 12px;
    color: #5f6368;
}

.review-helpful span:first-child {
    display: block;
    margin-bottom: 8px;
}

.helpful-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.helpful-buttons button {
    background: none;
    border: 1px solid #dadce0;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 12px;
    color: #1a73e8;
    cursor: pointer;
    transition: background 0.2s;
}

.helpful-buttons button:hover {
    background: #f8f9fa;
}

/* What's New */
.whats-new {
    margin-bottom: 32px;
}

.whats-new h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #202124;
}

.update-info {
    font-size: 14px;
    line-height: 1.6;
    color: #3c4043;
}

.update-info ul {
    margin: 8px 0 16px 20px;
}

.update-info li {
    margin-bottom: 4px;
}

/* PC Play */
.pc-play {
    margin-bottom: 32px;
}

.pc-play h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #202124;
}

.pc-play > p {
    font-size: 14px;
    color: #5f6368;
    margin-bottom: 16px;
}

.pc-features, .system-requirements {
    margin-bottom: 16px;
}

.pc-features h3, .system-requirements h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #202124;
}

.pc-features ul, .system-requirements ul {
    font-size: 14px;
    line-height: 1.5;
    margin-left: 20px;
}

.system-requirements p {
    font-size: 13px;
    color: #5f6368;
    margin-top: 8px;
}

/* App Support */
.app-support {
    margin-bottom: 32px;
}

.app-support h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #202124;
}

.support-info {
    font-size: 14px;
    line-height: 1.6;
}

.support-info a {
    color: #1a73e8;
    text-decoration: none;
}

/* Similar Apps */
.similar-apps, .developer-apps {
    margin-bottom: 32px;
}

.similar-apps h2, .developer-apps h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #202124;
}

.similar-grid, .developer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.similar-app, .developer-app {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid #e8eaed;
    border-radius: 8px;
    transition: box-shadow 0.2s;
    cursor: pointer;
}

.similar-app:hover, .developer-app:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.similar-icon, .developer-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    object-fit: cover;
}

.similar-info h3, .developer-info h3 {
    font-size: 14px;
    font-weight: 500;
    color: #202124;
    margin-bottom: 2px;
}

.similar-developer, .developer-name {
    font-size: 12px;
    color: #5f6368;
    margin-bottom: 4px;
}

.similar-rating, .developer-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #5f6368;
}

.similar-rating .star, .developer-rating .star {
    color: #fbc02d;
}

/* Footer */
.footer {
    background: #f8f9fa;
    border-top: 1px solid #e8eaed;
    padding: 32px 0 16px;
    margin-top: 64px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
}

.footer-section h3 {
    font-size: 14px;
    font-weight: 500;
    color: #202124;
    margin-bottom: 12px;
}

.footer-section ul {
    list-style: none;
}

.footer-section li {
    margin-bottom: 8px;
}

.footer-section a {
    color: #5f6368;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s;
}

.footer-section a:hover {
    color: #1a73e8;
}

.footer-bottom {
    max-width: 1200px;
    margin: 24px auto 0;
    padding: 16px 24px 0;
    border-top: 1px solid #e8eaed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #5f6368;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-container {
        padding: 0 16px;
        flex-wrap: wrap;
    }
    
    .nav-menu {
        order: 3;
        flex-basis: 100%;
        margin-top: 8px;
        gap: 16px;
    }
    
    .search-box {
        width: 200px;
    }
    
    .main-content {
        padding: 16px;
    }
    
    .app-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .app-title {
        font-size: 24px;
    }
    
    .screenshots-grid {
        gap: 12px;
    }
    
    .screenshot {
        width: 160px;
        height: 285px;
    }
    
    .rating-overview {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .rating-score-large {
        font-size: 48px;
    }
    
    .similar-grid, .developer-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-container {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 16px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .logo-section {
        margin-right: 16px;
    }
    
    .search-box {
        width: 150px;
        padding: 6px 12px;
    }
    
    .app-icon img {
        width: 80px;
        height: 80px;
    }
    
    .app-title {
        font-size: 20px;
    }
    
    .install-btn {
        padding: 10px 24px;
        font-size: 13px;
    }
    
    .screenshot {
        width: 140px;
        height: 249px;
    }
}

/* Animation and Transitions */
.install-btn, .wishlist-btn, .share-btn, .helpful-buttons button {
    transition: all 0.2s ease;
}

.similar-app, .developer-app {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.similar-app:hover, .developer-app:hover {
    transform: translateY(-2px);
}

/* Loading States */
.screenshot {
    background: linear-gradient(90deg, #f0f0f0 25%, transparent 37%, #f0f0f0 63%);
    background-size: 400% 100%;
    animation: loading 1.5s ease-in-out infinite;
}

@keyframes loading {
    0% { background-position: 100% 50%; }
    100% { background-position: -100% 50%; }
}

/* High Contrast for Better Visibility */
.star.filled {
    color: #fbc02d;
    text-shadow: 0 0 1px rgba(0,0,0,0.2);
}

.app-developer span {
    font-weight: 500;
}

/* Enhanced Focus States */
.install-btn:focus,
.wishlist-btn:focus,
.share-btn:focus,
.helpful-buttons button:focus {
    outline: 2px solid #1a73e8;
    outline-offset: 2px;
}

/* Print Styles */
@media print {
    .header, .footer, .install-section, .similar-apps, .developer-apps {
        display: none;
    }
    
    .main-content {
        max-width: none;
        padding: 0;
    }
    
    .screenshots-grid {
        display: none;
    }
} 