body{
margin:0;
padding-top:70px;
font-family:Arial,sans-serif;
background:#0b1120;
color:#111;
}

/* HEADER */

.header{
background:linear-gradient(135deg,#0f172a,#6d28d9,#06b6d4);
color:white;
padding:14px;
font-size:20px;
font-weight:bold;
display:flex;
justify-content:space-between;
align-items:center;
position:fixed;
top:0;
left:0;
width:100%;
z-index:9999;
box-sizing:border-box;
box-shadow:0 2px 10px rgba(0,0,0,0.2);
}

.left{
display:flex;
align-items:center;
}

.right{
display:flex;
align-items:center;
}

.top-icon{
width:28px;
height:28px;
}

/* WHATSAPP BUTTON */

.whatsapp-btn{
    width:60px;
    height:17px;
    display:#06b6d4;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    background:#06b6d4;
}

.whatsapp-btn i{
    color:#ffffff;
    font-size:40px;
}

/* NOTICE */
.notice-box{
margin:12px;
padding:10px 14px !important;
background:#ffffff !important;
border-radius:12px;
border-left:4px solid #3b82f6;
box-shadow:0 2px 8px rgba(0,0,0,0.08);
text-align:center;
color:#333 !important;
min-height:unset !important;
height:auto !important;
line-height:22px !important;
}

.notice-title{
font-size:15px;
font-weight:700;
margin-bottom:6px;
color:#111;
}

.notice-text{
font-size:13px;
font-weight:500;
color:#555;
}
/* CONTAINER */

.container{
padding:10px;
}

/* CLOCK */

.clock-box{
background:linear-gradient(135deg,#0f172a,#6d28d9,#06b6d4);
color:white;
margin:12px;
padding:14px;
border-radius:18px;
text-align:center;
font-weight:bold;
box-shadow:0 4px 10px rgba(0,0,0,0.2);
}

.clock-time{
font-size:26px;
letter-spacing:2px;
}

.clock-date{
font-size:13px;
margin-top:4px;
}

/* MARKET BOX */

.market{
margin-bottom:14px;
padding:14px;
border-radius:18px;
color:white;
border:1px solid rgba(255,255,255,0.1);
backdrop-filter:blur(10px);
font-weight:bold;
display:flex;
align-items:center;
justify-content:space-between;
background:linear-gradient(135deg,#ff4d4d,#d946ef,#3b82f6);
box-shadow:0 4px 10px rgba(0,0,0,0.15);
opacity:1 !important;
filter:none !important;
}

.market-center{
flex:1;
text-align:center;
}

.market h3{
margin:0;
font-size:22px;
color:white;
}

.numbers{
font-size:24px;
margin:6px 0;
color:white;
}

.time{
font-size:14px;
opacity:1;
color:white;
}

.side{
width:55px;
text-align:center;
}

/* BUTTON */

.btn{
background:gold;
color:black;
border-radius:20px;
padding:7px 12px;
font-size:13px;
text-decoration:none;
font-weight:bold;
display:inline-block;
box-shadow:0 2px 6px rgba(0,0,0,0.2);
}

/* MOBILE */

@media(max-width:768px){

.header{
font-size:18px;
padding:12px;
}

.market{
padding:12px;
}

.market h3{
font-size:18px;
}

.numbers{
font-size:20px;
}

.btn{
font-size:12px;
padding:6px 10px;
}

.clock-time{
font-size:22px;
}

.notice-box{
font-size:14px;
padding:16px;
}

}

@media(max-width:768px){

.notice-box{
margin:10px;
padding:12px;
font-size:13px;
line-height:24px;
border-radius:14px;
}

}

.bottom-notice{
margin:15px;
padding:18px;
border-radius:22px;
background:linear-gradient(135deg,#ff4d4d,#d946ef,#3b82f6);
color:#fff;
text-align:center;
box-shadow:0 6px 16px rgba(0,0,0,0.18);
}

.bottom-notice-title{
font-size:20px;
font-weight:700;
margin-bottom:10px;
}

.bottom-notice-text{
font-size:14px;
line-height:24px;
font-weight:600;
}