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}
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;
}
.url-card {
background-color: #353944;
border: 1px solid #000;
padding: 15px;
margin-bottom: 15px;
border-left: 3px solid #50a5ff;
}
.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;
}
.warning-box {
background-color: #5b1a1a;
border: 1px solid #c71422;
padding: 15px;
margin: 20px 0;
color: #e1d9b8;
}
.market-footer {
text-align: center;
padding: 20px;
color: #6b7280;
font-size: 12px;
margin-top: 30px;
border-top: 1px solid #2b2e37;
}
.search-terms {
background-color: #353944;
border: 1px solid #000;
padding: 15px;
margin: 20px 0;
border-radius: 5px;
}
.term-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 10px;
}
.term-item {
background-color: #2b2e37;
padding: 8px;
border-radius: 3px;
font-size: 14px;
}
.related-links {
margin-top: 30px;
}
.related-links a {
color: #50a5ff;
margin-right: 15px;
}