/* Base Reset & Wrapper */
.auriqon-app-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #f0f2f5;
    max-width: 480px;
    margin: 0 auto;
    padding-bottom: 80px; /* Space for bottom nav */
    position: relative;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}

.auriqon-app-container * {
    box-sizing: border-box;
}

/* Header Styles */
.auriqon-header-wrapper {
    background-color: #285e8e; /* 1xBet Blue */
    position: sticky;
    top: 0;
    z-index: 999;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-menu-icon {
    color: white; 
    font-size: 18px;
    cursor: pointer;
}

.logo-text {
    color: #fff;
    font-weight: 900;
    font-style: italic;
    font-size: 20px;
    line-height: 1;
}

.logo-part-2 { color: #69b6ec; }

.auth-buttons { display: flex; gap: 8px; }

.auth-btn {
    border: none;
    padding: 6px 12px;
    font-size: 11px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-login {
    background: #3976a8;
    color: white;
    border: 1px solid rgba(255,255,255,0.2) !important;
}

.btn-reg {
    background: #84c225; /* The Green Button */
    color: white;
}

/* Nav Tabs Blue */
.nav-tabs-blue {
    display: flex;
    padding: 0 5px 10px;
    background-color: #285e8e;
}

.nav-tab-item {
    flex: 1;
    background: #3976a8;
    margin: 0 4px;
    padding: 8px 0;
    border-radius: 4px;
    text-align: center;
    color: white;
    font-size: 11px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    cursor: pointer;
}

/* Slider Section */
.slider-section-scroll {
    padding: 10px;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    gap: 10px;
    scrollbar-width: none;
}
.slider-section-scroll::-webkit-scrollbar { display: none; }

.slide-card {
    min-width: 130px;
    height: 80px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: inline-block;
}

.slide-text {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: rgba(0,0,0,0.5);
    color: white;
    font-size: 10px;
    padding: 4px;
    text-align: center;
    font-weight: bold;
}

/* Icon Grid */
.icon-scroll-grid {
    display: flex;
    overflow-x: auto;
    padding: 10px;
    background: white;
    gap: 15px;
    margin-bottom: 10px;
    scrollbar-width: none;
}
.icon-scroll-grid::-webkit-scrollbar { display: none; }

.icon-box-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
    cursor: pointer;
}

.icon-circle-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    background: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.icon-circle-img i { font-size: 22px; }
.spotify-color { color: #1DB954; }
.youtube-color { color: #FF0000; }
.vpn-color { color: #FF9900; }
.software-color { color: #333; }
.game-color { color: #8E2DE2; }

.icon-text-label { font-size: 10px; color: #555; text-align: center; font-weight: 500;}

/* Filter Bar */
.filter-bar-section {
    display: flex;
    gap: 8px;
    padding: 0 10px 10px;
    overflow-x: auto;
}
.filter-bar-section::-webkit-scrollbar { display: none; }

.filter-btn-pill {
    background: white;
    border: 1px solid #ddd;
    padding: 6px 15px;
    font-size: 12px;
    font-weight: bold;
    color: #555;
    border-radius: 20px;
    white-space: nowrap;
    cursor: pointer;
}
.filter-btn-pill.active {
    background: #285e8e;
    color: white;
    border-color: #285e8e;
}

/* Product Cards */
.live-label-header {
    padding: 10px 15px 5px;
    font-size: 12px;
    font-weight: 800;
    color: #285e8e;
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
}

.auriqon-product-card {
    background: white;
    margin: 0 10px 10px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    overflow: hidden;
}

.card-top-row {
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #888;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 600;
}

.match-info-area {
    padding: 12px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team-side {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}
.align-right { justify-content: flex-end; }

.netflix-red { color: #E50914; font-size: 18px; }
.amazon-blue { color: #00A8E1; font-size: 18px; }
.win-blue { color: #0078D6; font-size: 18px; }
.crown-gold { color: gold; font-size: 14px; margin-left: 4px;}
.user-gray { color: #999; font-size: 14px; margin-left: 4px;}
.check-green { color: #84c225; font-size: 14px; margin-left: 4px;}

.vs-score-center {
    text-align: center;
    padding: 0 10px;
    min-width: 60px;
}
.score-big-text {
    font-size: 16px;
    font-weight: 800;
    color: #285e8e;
    display: block;
    line-height: 1.2;
}
.status-small-text { font-size: 9px; color: #84c225; font-weight: bold; }

/* Price Buttons Grid */
.price-grid-row {
    display: flex;
    gap: 4px;
    padding: 0 10px 10px;
}

.price-box-btn {
    background: #f5f7fa;
    flex: 1;
    text-align: center;
    padding: 8px 4px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}
.price-box-btn:hover { background: #eef1f6; }
.price-box-btn.lock-btn { color: #ccc; flex: 0.5; display: flex; align-items: center; justify-content: center;}

.price-label-small {
    font-size: 9px;
    color: #888;
    display: block;
    margin-bottom: 2px;
}
.price-value-bold {
    font-size: 13px;
    font-weight: 700;
    color: #333;
}

/* Bottom Navigation */
.auriqon-bottom-nav {
    position: absolute; /* Changed from fixed for shortcode usage, but use fixed if full page */
    position: fixed;
    bottom: 0;
    left: 0; /* Adjust if needed for desktop view */
    right: 0;
    margin: 0 auto;
    max-width: 480px; /* Keep consistent with container */
    background: white;
    display: flex;
    border-top: 1px solid #ddd;
    height: 60px;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
}

.bottom-nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: #777;
    cursor: pointer;
}
.bottom-nav-item i { font-size: 18px; margin-bottom: 4px; }

.nav-center-item { position: relative; }

.nav-center-circle-float {
    background: #4a90e2;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #f0f2f5; /* Matches bg color */
    color: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}