/* Original CSS You Provided */
body{background-color:#23252e;color:#eeedec;display:block}
footer{background-color:#181b20;display:block;margin:50px -8px 0;padding:20px;box-shadow:0 50vh 0 50vh #181B20}
.up{position:fixed;right:10px;bottom:10px}
.sec-alert{position:fixed;left:10px;bottom:10px;animation:glow 5s 5}
.links{list-style-type:none}
.links li{padding:3px 0}
a,.link{color:#50a5ff;text-decoration:none;cursor:pointer}
a:hover{text-decoration:underline}
.link.danger{color:#e1d9b8;font-weight:700}
a.plain{color:#eeedec}
.container{margin:0 auto}
.container-inner{margin:0 auto;max-width:600px}
.row{display:flex;flex-wrap:wrap;width:100%}
.col{flex:1 0;margin:10px;height:max-content}
.col.w250{min-width:250px;max-width:250px}
.col.w250-500{min-width:250px;max-width:500px}
.col.w500{min-width:500px}
.kv-block{border:1px solid #000;border-radius:5px;background-color:#353944;display:inline;padding:5px 5px 5px 0}
.kv-block.danger{border:2px solid #c71422}
.kv-block .kv-k{background-color:#131513;padding:5px 10px;border-radius:5px}
.kv-block .kv-v{padding:5px}
.kv-block .kv-b{margin:-3px -8px 3px 3px!important}
.kv-block .kv-i{margin:2px -5px -2px 3px}
.button{background-color:#353944;border:1px solid #000;box-shadow:0 1px 1px black;color:#fff;text-align:center;text-decoration:none;font-style:normal;display:inline-block;border-radius:4px;vertical-align:top;width:150px;padding:5px 0;font-size:18px;cursor:pointer}
.button:hover{background-color:#252831;text-decoration:none}
.button.info{background-color:#3f90fb;border-top:1px solid #97b7c4;color:#fff;box-shadow:0 1px 6px -1px #000}
.button.info:hover{background-color:#2777ff}
.badge{background-color:#3f90fb;color:#fff;font-weight:700;border-radius:4px;display:inline-block;margin-right:8px;padding:2px 5px;text-align:center;font-size:14px}
.badge.danger{background-color:#c71422}
.title{text-align:center;background-color:#181a20;color:#eeeeec;border:1px solid #000;font-size:1.4rem}
.title-h1{font-size:3rem}
.title-h2{font-size:2rem;font-weight:700;color:#eeeeec}

/* Dark Market Styling */
body {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
}
.market-header {
background-color: #181a20;
padding: 10px;
border-bottom: 2px solid #000;
margin-bottom: 15px;
}
.market-nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 10px;
}
.market-title {
font-size: 24px;
font-weight: bold;
color: #50a5ff;
text-shadow: 0 0 5px rgba(80,165,255,0.3);
}
.nav-links {
display: flex;
gap: 15px;
}
.nav-link {
color: #50a5ff;
text-decoration: none;
padding: 5px 10px;
border-radius: 3px;
}
.nav-link:hover {
background-color: #2b2e37;
}
.nav-link.active {
background-color: #353944;
font-weight: bold;
}
.content-section {
background-color: #2b2e37;
border: 1px solid #000;
padding: 20px;
margin-bottom: 20px;
}
.security-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
margin-top: 25px;
}
.security-card {
background-color: #353944;
border: 1px solid #000;
padding: 20px;
border-radius: 5px;
}
.security-title {
color: #50a5ff;
margin-bottom: 15px;
font-weight: bold;
font-size: 1.2rem;
}
.market-footer {
text-align: center;
padding: 25px;
color: #6b7280;
font-size: 12px;
margin-top: 40px;
border-top: 1px solid #2b2e37;
}
.warning-box {
background-color: #5b1a1a;
border: 1px solid #c71422;
padding: 15px;
margin: 20px 0;
color: #e1d9b8;
border-radius: 5px;
}
.step-by-step {
counter-reset: step;
margin-left: 20px;
}
.step {
position: relative;
margin-bottom: 20px;
padding-left: 40px;
}
.step:before {
counter-increment: step;
content: counter(step);
position: absolute;
left: 0;
top: 0;
background-color: #50a5ff;
color: #23252e;
width: 30px;
height: 30px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
}
.url-card {
background-color: #353944;
border: 1px solid #000;
padding: 15px;
margin-bottom: 15px;
}
.url-header {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
}
.url-title {
font-weight: bold;
color: #50a5ff;
}
.url-badge {
background-color: #10b981;
color: white;
padding: 3px 8px;
border-radius: 3px;
font-size: 12px;
}
.url-value {
background-color: #252831;
padding: 10px;
font-family: monospace;
word-break: break-all;
margin-bottom: 10px;
}
.url-footer {
display: flex;
justify-content: space-between;
font-size: 12px;
color: #8b8b8b;
}
.copy-btn {
background-color: #3f90fb;
color: white;
border: none;
padding: 5px 10px;
border-radius: 3px;
cursor: pointer;
}
table {
width:100%;
margin-top:15px;
border-collapse:collapse;
}
th {
background-color:#181a20;
padding:10px;
text-align:left;
border:1px solid #000;
}
td {
padding:8px;
border:1px solid #353944;
}
tr:nth-child(even) {
background-color:#2b2e37;
}
.news-update {
background-color: #252831;
border: 1px solid #3f90fb;
border-left: 5px solid #3f90fb;
margin: 25px 0;
padding: 20px;
border-radius: 5px;
}

.update-title {
color: #e1d9b8;
margin-top: 0;
font-size: 1.4rem;
display: flex;
align-items: center;
}

.update-badge {
background-color: #3f90fb;
color: white;
font-size: 0.8rem;
padding: 4px 8px;
border-radius: 4px;
margin-right: 10px;
}

.update-details {
margin-top: 15px;
background-color: #1e202a;
padding: 15px;
border-radius: 4px;
}

.update-details ul {
margin: 10px 0;
padding-left: 20px;
}

.update-details li {
margin-bottom: 8px;
}
.market-image-container {
margin: 30px 0;
text-align: center;
}

.market-image {
max-width: 100%;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
border: 1px solid #3f3f3f;
}

.image-caption {
margin-top: 10px;
color: #9ca3af;
font-style: italic;
font-size: 0.9rem;
}