﻿@font-face {
    font-family: yekanb;
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../fonts/yekanbakh/yekanbakh-fat.eot);
    src: url(../fonts/yekanbakh/yekanbakh-fat.eot?#iefix) format('embedded-opentype'),url(../fonts/yekanbakh/yekanbakh-fat.woff) format('woff'),url(../fonts/yekanbakh/yekanbakh-fat.ttf) format('truetype')
}

@font-face {
    font-family: yekanb;
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url(../fonts/yekanbakh/yekanbakh06bold.eot);
    src: url(../fonts/yekanbakh/yekanbakh06bold.eot?#iefix) format('embedded-opentype'),url(../fonts/yekanbakh/yekanbakh06bold.woff) format('woff'),url(../fonts/yekanbakh/yekanbakh06bold.ttf) format('truetype')
}

@font-face {
    font-family: yekanb;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/yekanbakh/yekanbakh-regular.eot);
    src: url(../fonts/yekanbakh/yekanbakh-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/yekanbakh/yekanbakh-regular.woff) format('woff'),url(../fonts/yekanbakh/yekanbakh-regular.ttf) format('truetype')
}

* {
    direction: rtl;
    font-family: yekanb;
}

html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    html::-webkit-scrollbar {
        display: none;
    }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    direction: rtl;
    background: radial-gradient(110% 55% at 50% -4%, rgba(232,197,114,.13), transparent 60%), linear-gradient(180deg,#0A5AB8 0%, #074C9E 48%, #042C63 100%);
    min-height: 100vh;
}

.mobile-frame {
    max-width: 430px;
    min-height: 100vh;
    margin: 0 auto;
}

.container {
    padding: 0 16px;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-end {
    text-align: right;
}

.header {
    padding: 22px 16px;
    color: #fff;
    display: flex
}

.header-title {
    font-size: 25px;
    line-height: 1;
}

.header-subtitle {
    margin-top: 4px;
    color: rgba(255, 255, 255, .5);
    font-size: 17px;
}

.back-btn {
    margin-left: 20px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 12px;
    text-decoration: none;
    color: #0b58b8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    flex-shrink: 0;
}


.gold-card {
    background: #f5f5f5;
    border-radius: 18px;
    padding: 30px 15px 15px 15px;
    text-align: center;
    box-shadow: 1px 6px 3px rgb(0 0 0 / 14%);
}

.gold-label {
    color: #777;
    font-size: 20px;
    margin-bottom: 5px;
}

.gold-price span {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-left: 5px;
}

.gold-price small {
    font-size: 20px;
    color: rgb(0 0 0 / 70%);
    font-weight: 700;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin: 40px 0 18px;
}

    .section-title::before {
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #ffc933;
        flex-shrink: 0;
        animation: livePulse 1.5s infinite;
    }

@keyframes livePulse {
    0% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 201, 51, .7);
    }

    70% {
        opacity: .8;
        transform: scale(1.15);
        box-shadow: 0 0 0 12px rgba(255, 201, 51, 0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 201, 51, 0);
    }
}

.divider {
    flex: 1;
    height: 2px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4), rgba(255, 255, 255, .9));
}

.price-box {
    background: #f5f5f5;
    border-radius: 18px;
    overflow: hidden;
}

.price-row {
    padding: 15px;
    border-bottom: 1px solid #e7e7e7;
}

    .price-row:last-child {
        border-bottom: none;
    }

.item-title {
    font-size: 18px;
    font-weight: 700;
    color: #30333A;
}

.item-price span {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    margin-left: 5px;
}

.item-price .text-muted {
    color: rgb(0 0 0 / 70%);
}


.note-box {
    margin-top: 30px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 16px;
    padding: 8px 40px;
    text-align: center;
    color: #fff;
    line-height: 2;
    font-size: 15px;
    background: rgba(255, 255, 255, .04);
    backdrop-filter: blur(10px);
}

.update-time {
    text-align: center;
    color: rgba(255, 255, 255, .75);
    font-size: 18px;
    margin: 24px 0 30px;
}
