@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&family=Syne:wght@600;700&display=swap";/**
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
* Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
* https://github.com/chjj/term.js
* @license MIT
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* Originally forked from (with the author's permission):
*   Fabrice Bellard's javascript vt100 for jslinux:
*   http://bellard.org/jslinux/
*   Copyright (c) 2011 Fabrice Bellard
*   The original design remains. The terminal itself
*   has been extended to include xterm CSI codes, among
*   other features.
*/.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{font-family:monospace;-webkit-user-select:text;user-select:text;white-space:pre}.xterm .xterm-accessibility-tree>div{transform-origin:left;width:fit-content}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}.xterm .xterm-scrollable-element>.scrollbar{cursor:default}.xterm .xterm-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.xterm .xterm-scrollable-element>.visible{opacity:1;background:#0000;transition:opacity .1s linear;z-index:11}.xterm .xterm-scrollable-element>.invisible{opacity:0;pointer-events:none}.xterm .xterm-scrollable-element>.invisible.fade{transition:opacity .8s linear}.xterm .xterm-scrollable-element>.shadow{position:absolute;display:none}.xterm .xterm-scrollable-element>.shadow.top{display:block;top:0;left:3px;height:3px;width:100%;box-shadow:var(--vscode-scrollbar-shadow, #000) 0 6px 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.left{display:block;top:3px;left:0;height:100%;width:3px;box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}.xterm .xterm-scrollable-element>.shadow.top-left-corner{display:block;top:0;left:0;height:3px;width:3px}.xterm .xterm-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow, #000) 6px 0 6px -6px inset}:root{color-scheme:light;--bg: #0c1320;--bg-glow: #18243a;--card: rgba(16, 24, 40, .78);--card-border: rgba(255, 255, 255, .14);--accent: #f7c15a;--accent-strong: #f48f56;--text: #f4f2ee;--muted: #b5b1a8;--shadow: rgba(7, 10, 18, .6)}*{box-sizing:border-box}body{margin:0;font-family:Manrope,sans-serif;background:radial-gradient(circle at 20% 10%,#243a5c 0%,var(--bg) 45%,#060a12 100%);color:var(--text);min-height:100vh}#root{min-height:100vh}.live-app{min-height:100vh;padding:24px;display:grid;gap:24px}.live-hero{display:flex;flex-wrap:wrap;justify-content:space-between;gap:18px;padding:22px 24px;border-radius:18px;background:linear-gradient(135deg,#f7c15a1f,#0c1320b3);border:1px solid var(--card-border);box-shadow:0 24px 60px var(--shadow);animation:rise .6s ease-out}.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:.7rem;margin:0 0 8px;color:var(--accent)}h1{font-family:Syne,sans-serif;font-size:clamp(2rem,4vw,3rem);margin:0}.subtle{margin:6px 0 0;color:var(--muted)}.hero-status{display:flex;align-items:center;gap:12px;font-size:.9rem;color:var(--muted)}.timezone{border-left:1px solid var(--card-border);padding-left:12px;color:var(--accent)}.dot{width:10px;height:10px;border-radius:50%;display:inline-block;background:#ef5a5a}.dot--connected{background:#3ee28f}.dot--connecting{background:#f7c15a;animation:pulse 1.1s infinite}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.card{background:var(--card);border:1px solid var(--card-border);border-radius:18px;padding:18px;box-shadow:0 18px 40px #00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeIn .6s ease-out}.card h2{font-family:Syne,sans-serif;font-size:1.1rem;margin:0 0 12px}.odds-card{display:grid;gap:10px}.odds-value{font-size:1.6rem;font-weight:700;color:var(--accent-strong)}.hint{margin:0;color:var(--muted);font-size:.85rem}.odds-time{margin:0;color:var(--muted);font-size:.8rem}.list{display:grid;gap:12px}.list-item{display:grid;gap:6px;padding:10px 12px;border-radius:12px;background:#060a1299;border:1px solid rgba(255,255,255,.08)}.list-item p{margin:0;font-size:.95rem}.time{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.source{font-size:.7rem;color:var(--muted)}.empty{margin:0;color:var(--muted)}.settings-card{display:grid;gap:12px}.stack{display:grid;gap:6px;font-size:.85rem;color:var(--muted)}.stack input{background:#060a12b3;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:8px 12px;color:var(--text);font-family:Manrope,sans-serif}.primary{background:linear-gradient(120deg,var(--accent),var(--accent-strong));border:none;color:#1a1205;padding:10px 14px;border-radius:999px;font-weight:700;cursor:pointer}.status{display:flex;align-items:center;gap:12px}.ghost{background:transparent;border:1px solid var(--card-border);color:var(--text);padding:8px 14px;border-radius:999px;cursor:pointer}.terminal-app{min-height:100vh;display:grid;grid-template-rows:auto auto 1fr;gap:16px;padding:24px}.terminal-header{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between;padding:18px 22px;border-radius:16px;background:linear-gradient(130deg,#ffd37a1f,#1f2e45b3);border:1px solid var(--card-border);box-shadow:0 20px 50px var(--shadow)}.auth-panel{display:flex;flex-wrap:wrap;gap:16px;align-items:end;padding:16px 20px;border-radius:16px;background:#060a1299;border:1px solid var(--card-border)}.auth-panel label{display:grid;gap:6px;min-width:180px;font-size:.85rem;color:var(--muted)}.auth-panel select,.auth-panel input{background:#060a12cc;color:var(--text);border:1px solid var(--card-border);border-radius:10px;padding:8px 12px;font-family:Manrope,sans-serif}.auth-actions{display:flex;gap:12px;align-items:center}.terminal-frame{background:#0c121ebf;border-radius:20px;padding:16px;border:1px solid var(--card-border);box-shadow:0 18px 40px #00000040}.terminal{width:100%;height:calc(100vh - 260px);border-radius:12px;overflow:hidden}.xterm-viewport{border-radius:12px}.feed-card{grid-column:span 2}@keyframes pulse{0%{transform:scale(1);opacity:.7}50%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:.7}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.feed-card{grid-column:span 1}}@media (max-width: 640px){.live-app{padding:16px}.hero-status{flex-wrap:wrap}.terminal-app{padding:16px}.terminal{height:calc(100vh - 320px)}}
