.stk-timer{display:inline-flex;flex-direction:column;align-items:center;gap:3px;font-family:'Courier New',monospace;background:#17171770;padding:5px;border-top:1px solid #22222293;border-bottom:1px solid #22222293}
.stk-top{display:flex;align-items:baseline;gap:3px}
.stk-time{color:#888;font-size:12px;font-weight:bold}
.stk-label{color:#444;font-size:12px;letter-spacing:.5px}
.stk-bar{width:100%;height:4px;background:#111;border-radius:1px;overflow:hidden;border:1px solid #222}
.stk-fill{height:100%;background:#333;width:0%;transition:width .3s}
.stk-btn{display:inline-flex;flex-direction:column;align-items:center;gap:3px;border-radius:2px;font-family:'Courier New',monospace;cursor:pointer;transition:background .15s;background:#17171770;padding:5px;border-top:1px solid #22222293;border-bottom:1px solid #22222293}
.stk-top{display:flex;align-items:baseline;gap:3px}
.stk-label{color:#444;font-size:12px;letter-spacing:.5px}
.stk-bar{width:100%;height:4px;background:#111;border-radius:1px;overflow:hidden;border:1px solid #222}
.stk-fill-full{height:100%;background:#333;width:100%}