:root{--bg:#071019;--panel:#0b1620;--panel2:#0e1c28;--line:#203344;--text:#e9f0f6;--muted:#8194a7;--gold:#d6a83e;--green:#1fd39b;--red:#ef5a67}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--text);font:15px/1.5 Arial,sans-serif}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.wrap{width:min(1340px,100%);margin:auto}
.top{background:#060c12;border-bottom:1px solid var(--line)}
.top-in{min-height:82px;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{font:700 28px Georgia,serif}
.brand b{color:var(--gold)}
.brand small{display:block;color:var(--muted);font:10px Arial,sans-serif;letter-spacing:1px}
.nav{display:flex;align-items:center;flex-wrap:wrap;gap:3px}
.nav a{padding:9px 10px;border-radius:6px;color:#aebdca;font-size:11px}
.nav a:hover,.nav .active{background:#192634;color:white}
.comments-shell{padding:26px 16px 46px}
.chat-card{min-height:760px;border:1px solid var(--line);border-radius:16px;background:#07111a;overflow:hidden}
.chat-head{height:72px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#0d1823}
.chat-head h1{margin:0;font-size:21px}
.chat-head h1 span{color:var(--green)}
.live{color:#9bb0c1;font-size:13px}
.live i{display:inline-block;width:9px;height:9px;border-radius:50%;background:var(--green);margin-right:7px;box-shadow:0 0 10px #1fd39b88}
.live-block{display:flex;align-items:flex-end;flex-direction:column;gap:4px;text-align:right}.live-block small{color:#91a6b8;font-size:12px;font-weight:700;letter-spacing:.15px;line-height:1}
.identity-bar{min-height:72px;padding:13px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);background:#0a141d}
.identity-copy{display:flex;flex-direction:column;gap:3px}.identity-copy b{font-size:13px}.identity-copy span{color:var(--muted);font-size:12px}
.identity-actions,.member-identity{display:flex;align-items:center;gap:9px}.identity-actions button,.member-identity button{min-height:40px;padding:0 14px;border:1px solid #2b4052;border-radius:9px;background:#0d1b26;color:#d4e0e9;font-size:12px;font-weight:800;cursor:pointer}.identity-actions button.primary{border-color:#1ea981;background:#149c76;color:#031d16}.identity-actions button:hover,.member-identity button:hover{border-color:var(--green)}
.member-identity span{display:flex;flex-direction:column;align-items:flex-end}.member-identity small{color:var(--muted);font-size:10px}.member-identity b{color:var(--gold)}
.tabs{display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid var(--line)}
.tabs button{height:56px;border:0;border-right:1px solid #182a39;background:#0a151f;color:#91a4b6;font-weight:800;cursor:pointer}
.tabs button:last-child{border-right:0}
.tabs button.active{color:white;border-bottom:3px solid var(--green);background:#0d1b26}
.tabs button span{display:inline-grid;place-items:center;min-width:23px;height:23px;margin-left:5px;padding:0 6px;border-radius:12px;background:#1a2c3d;color:#9eb1c2;font-size:11px}
.tabs button.active span{background:#124b40;color:#65e7c1}
.comments{height:470px;overflow-y:auto;scrollbar-color:#31536a #08131d;scrollbar-width:thin}
.comments::-webkit-scrollbar{width:10px}
.comments::-webkit-scrollbar-track{background:#08131d}
.comments::-webkit-scrollbar-thumb{border:2px solid #08131d;border-radius:10px;background:#31536a}
.comments::-webkit-scrollbar-thumb:hover{background:#42708e}
.comment{padding:17px 22px;border-bottom:1px solid #142633}
.comment.reply{margin-left:52px;border-left:2px solid #214355;background:#091722}
.comment-meta{display:flex;align-items:center;gap:9px}
.comment-meta b{color:var(--gold)}
.comment-meta time{color:#6f8497;font-size:11px}
.comment p{margin:8px 0;color:#d3dce4;font-size:16px;white-space:pre-wrap;overflow-wrap:anywhere}
.comment-actions{display:flex;gap:18px}
.comment-actions button{border:0;background:transparent;color:#60788d;padding:0;cursor:pointer;font-size:12px;font-weight:700}
.comment-actions button:hover{color:var(--green)}
.comment-actions .report:hover{color:var(--red)}
.state{padding:55px 20px;text-align:center;color:var(--muted)}
.composer{padding:18px 22px 20px;border-top:1px solid var(--line);background:#0a151f}
.replying{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding:9px 12px;border:1px solid #31536a;border-radius:7px;background:#102331;color:#a8c3d7;font-size:12px}
.replying button{border:0;background:transparent;color:#f2b35d;cursor:pointer}
[hidden]{display:none!important}
.compose-grid{display:grid;grid-template-columns:200px 1fr;gap:10px}
.compose-grid label{position:relative}
.author-card{min-height:92px;padding:12px 13px;border:1px solid #263b4e;border-radius:9px;background:#0b1722;display:flex;flex-direction:column;justify-content:center}.author-card>span{color:#8ca0b2;font-size:11px;font-weight:800}.author-card b{margin:4px 0;color:var(--gold)}.author-card small{color:#657b8e;font-size:10px}
.compose-grid label>span{display:block;margin-bottom:5px;color:#8ca0b2;font-size:11px;font-weight:800}
.compose-grid input,.compose-grid textarea,.captcha input{width:100%;border:1px solid #263b4e;border-radius:9px;background:#0b1722;color:white;outline:none}
.compose-grid input{height:58px;padding:0 13px}
.compose-grid textarea{height:92px;padding:12px 13px;resize:vertical}
.compose-grid input:focus,.compose-grid textarea:focus,.captcha input:focus{border-color:#3e7a78}
.message-field small{position:absolute;right:10px;bottom:8px;color:#61778a;font-size:10px}
.form-bottom{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:10px}
.captcha{display:flex;align-items:center;gap:9px;margin-right:auto;color:#8da1b3}
.captcha span{font-size:11px;font-weight:800}
.captcha b{color:#f1bd51}
.captcha input{width:90px;height:42px;padding:0 10px}
.captcha button{width:42px;height:42px;border:1px solid #263b4e;border-radius:9px;background:#10202d;color:#9eb2c4;cursor:pointer}
.send{height:44px;padding:0 22px;border:0;border-radius:9px;background:var(--green);color:#04231a;font-weight:900;cursor:pointer}
.send:disabled{opacity:.42;cursor:not-allowed}
.form-note{margin:9px 0 0;color:#657b8e;font-size:11px}
.form-note.error{color:#ff7b87}
.form-note.ok{color:#55deb7}
.website{position:absolute!important;left:-9999px!important}
.comments-footer{padding:22px;text-align:center;color:#687d8e;font-size:11px;border-top:1px solid var(--line);background:#060c12}.comments-footer-inner{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px}.comments-footer p{margin:0}.footer-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:7px 16px}.footer-links a{color:#9aabb9;font-size:11px}.footer-links a:hover,.footer-links a:focus{color:#fff}.footer-links .legal-warning-link{padding:8px 14px;border:1px solid #ff8f93;border-radius:7px;background:#d71920;color:#fff;font-weight:900;box-shadow:inset 0 0 0 1px #ffffff24,0 3px 12px #d7192045}.footer-links .legal-warning-link:hover,.footer-links .legal-warning-link:focus{background:#ef242b;color:#fff}
.price-band{border-bottom:1px solid var(--line);background:#07111a}
.price-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));padding:0}
.price-item{min-width:0;display:flex;align-items:center;gap:10px;padding:15px 13px;border-right:1px solid var(--line);color:#edf5fb;text-decoration:none;transition:background .2s}
.price-item:first-child{border-left:1px solid var(--line)}
.price-item:hover{background:#0d1d29}
.price-item>span:last-child{min-width:0;display:flex;flex-direction:column}
.price-item small{overflow:hidden;color:#7f95a8;font-size:9px;font-weight:800;white-space:nowrap;text-overflow:ellipsis}
.price-item strong{margin-top:3px;font-size:15px;white-space:nowrap}
.price-item em{margin-top:3px;color:#7890a3;font-size:9px;font-style:normal;font-weight:800;white-space:nowrap}
.price-item em.up{color:#23d5a0}
.price-item em.down{color:#ff5f70}
@keyframes bandFlashUp{0%,100%{background-color:#07111a;box-shadow:none}15%,45%,75%{background-color:#124b38;box-shadow:inset 0 0 0 2px #24d28a,0 0 22px #24d28a88}30%,60%,90%{background-color:#07111a;box-shadow:none}}@keyframes bandFlashDown{0%,100%{background-color:#07111a;box-shadow:none}15%,45%,75%{background-color:#58212c;box-shadow:inset 0 0 0 2px #ff5f70,0 0 22px #ff5f7088}30%,60%,90%{background-color:#07111a;box-shadow:none}}.price-item.price-rise{animation:bandFlashUp 1.35s ease-in-out 1}.price-item.price-fall{animation:bandFlashDown 1.35s ease-in-out 1}.price-item.price-rise strong{color:#36d99f}.price-item.price-fall strong{color:#ff7180}@media(prefers-reduced-motion:reduce){.price-item.price-rise,.price-item.price-fall{animation-duration:.01ms}}
.price-icon{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:9px;background:#102230;color:#c7d7e3;font-size:11px;font-weight:900}
.price-icon.gold{background:#5c4312;color:#f3c550}
.price-icon.bist{background:#193247;color:#66b7ec;font-size:9px}
.price-icon.dollar{color:#4ee0ad}
.price-icon.euro{color:#7aaeff}
.price-icon.silver{background:#25313b;color:#dce5eb}
.price-icon.bitcoin{background:#4b3210;color:#ffb33e;font-size:18px}
.price-icon.brent{background:#183825;color:#6ce49e}
.managed-ads{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin-bottom:12px}
.managed-ad{display:block;padding:15px 17px;border:1px solid #3f3420;border-radius:11px;background:linear-gradient(120deg,#19140c,#31230d);color:#f6e2ad}
.managed-ad small{display:block;color:#ba9953;font-weight:800;letter-spacing:.8px}
.managed-ad strong{display:block;margin:4px 0 2px;font-size:17px}
.managed-ad span{color:#cdbf9d;font-size:12px}
#openError.error-fab{position:fixed;right:12px;bottom:12px;z-index:20;min-width:0;min-height:0;padding:4px 7px;border:1px solid #6b3038;border-radius:12px;background:#211218;color:#ff9aa4;font-size:9px;font-weight:800;line-height:1;cursor:pointer;box-shadow:0 3px 9px #0007}
.error-dialog{width:min(520px,calc(100% - 24px));padding:0;border:1px solid #294458;border-radius:14px;background:#0b1722;color:var(--text);box-shadow:0 24px 80px #000b}
.error-dialog::backdrop{background:#02070cbc}
.error-dialog form{padding:20px}
.dialog-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}
.dialog-head h2{margin:0;font-size:20px}
.dialog-head button{border:0;background:transparent;color:#96aabd;font-size:27px;cursor:pointer}
.error-dialog label{display:block;margin:11px 0;color:#9cb0c1;font-size:12px;font-weight:800}
.error-dialog input,.error-dialog textarea{display:block;width:100%;margin-top:5px;padding:11px;border:1px solid #294052;border-radius:8px;background:#07121c;color:white;outline:none}
.error-dialog textarea{min-height:120px;resize:vertical}
.error-dialog p{min-height:18px;margin:8px 0;color:#8197aa;font-size:12px}
.error-dialog p.ok{color:#56ddb6}.error-dialog p.error{color:#ff7d89}
.auth-dialog{width:min(470px,calc(100% - 24px));padding:0;border:1px solid #294458;border-radius:14px;background:#0b1722;color:var(--text);box-shadow:0 24px 80px #000b}.auth-dialog::backdrop{background:#02070cce}.auth-dialog form{padding:22px}.auth-dialog .dialog-head{align-items:flex-start}.auth-dialog .dialog-head p{margin:4px 0 0;color:var(--muted);font-size:12px}.auth-dialog label{display:block;margin:13px 0;color:#9cb0c1;font-size:12px;font-weight:800}.auth-dialog input{display:block;width:100%;height:47px;margin-top:6px;padding:0 12px;border:1px solid #294052;border-radius:8px;background:#07121c;color:white;outline:none}.auth-dialog input:focus{border-color:var(--green)}.auth-note{min-height:20px;margin:8px 0;color:#8197aa;font-size:12px}.auth-note.error{color:#ff7d89}.auth-submit{width:100%}
@media(max-width:850px){.top-in{align-items:flex-start;flex-direction:column}
.nav{width:100%;overflow:auto;flex-wrap:nowrap}
.nav a{white-space:nowrap}
.price-grid{display:flex;overflow-x:auto;scroll-snap-type:x proximity}
.price-item{min-width:170px;scroll-snap-align:start}
.compose-grid{grid-template-columns:1fr}
.form-bottom{align-items:stretch;flex-direction:column}
.captcha{margin:0;flex-wrap:wrap}
.send{width:100%}
.identity-bar{align-items:flex-start;flex-direction:column}.identity-actions,.member-identity{width:100%}.identity-actions button{flex:1}.member-identity{justify-content:space-between}.member-identity span{align-items:flex-start}
}
@media(max-width:560px){.comments-shell{padding:10px 7px 28px}
.chat-card{border-radius:10px}
.chat-head{height:60px;padding:0 13px}
.chat-head h1{font-size:18px}
.tabs button{height:50px;font-size:12px}
.tabs button span{display:none}
.comment{padding:15px 13px}
.comment.reply{margin-left:20px}
.composer{padding:14px 12px}
.comments{height:420px}
#openError.error-fab{right:6px;bottom:6px;padding:3px 6px;font-size:8px;border-radius:10px}
.captcha span{width:100%}
.comments-footer{padding:20px 56px 20px 14px}.footer-links{gap:9px 13px}.footer-links .legal-warning-link{width:100%;margin-top:3px}
}
