@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap";
body:has(.hub){cursor:auto!important}body:has(.hub) *{cursor:auto!important}body:has(.hub) :before{cursor:auto!important}body:has(.hub) :after{cursor:auto!important}body:has(.hub) a{cursor:pointer!important}body:has(.hub) button{cursor:pointer!important}body:has(.hub) [role=tab]{cursor:pointer!important}body:has(.hub) select{cursor:pointer!important}body:has(.hub) input{cursor:text!important}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--hub-bg:#f8f8f6;--hub-bg2:#f0f0ed;--hub-surface:#fff;--hub-border:#e0e0da;--hub-border2:#d0d0c8;--hub-ink:#0a0a0a;--hub-ink2:#3a3a3a;--hub-ink3:#787878;--hub-ink4:#a0a0a0;--hub-accent:#0052cc;--hub-accent-bg:#e8f0fd;--hub-green:#1a7f3c;--hub-green-bg:#eaf5ee;--hub-red:#c0392b;--hub-red-bg:#fdecea;--hub-yellow:#856404;--hub-yellow-bg:#fff8e1;--hub-tag-bg:#f0f0ed;--hub-mono:"JetBrains Mono", monospace;--hub-sans:"Inter", system-ui, sans-serif;--hub-radius:6px;--hub-radius-sm:4px;--hub-shadow:0 1px 3px #00000014, 0 1px 2px #0000000a;--hub-shadow-md:0 4px 12px #00000014, 0 2px 4px #0000000a;--hub-header-h:52px;--hub-nav-h:44px}.hub{background:var(--hub-bg);min-height:100vh;font-family:var(--hub-sans);color:var(--hub-ink);-webkit-font-smoothing:antialiased}.hub__header{z-index:100;height:var(--hub-header-h);border-bottom:1px solid var(--hub-border);box-shadow:0 1px 0 var(--hub-border);background:#fff;align-items:center;gap:0;padding:0 1.25rem;display:flex;position:sticky;top:0}.hub__logo{letter-spacing:-.03em;color:var(--hub-ink);white-space:nowrap;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:800;text-decoration:none;display:flex}.hub__logo-dot{background:var(--hub-accent);border-radius:50%;width:7px;height:7px;display:inline-block}.hub__ticker{height:var(--hub-header-h);flex:1;align-items:center;margin:0 1.5rem;display:flex;position:relative;overflow:hidden}.hub__ticker:before,.hub__ticker:after{content:"";z-index:2;pointer-events:none;width:2rem;position:absolute;top:0;bottom:0}.hub__ticker:before{background:linear-gradient(90deg,#fff,#0000);left:0}.hub__ticker:after{background:linear-gradient(270deg,#fff,#0000);right:0}.hub__ticker-track{will-change:transform;gap:0;animation:45s linear infinite ticker-scroll;display:flex}.hub__ticker-track:hover{animation-play-state:paused}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hub__ticker-item{border-right:1px solid var(--hub-border);font-family:var(--hub-mono);white-space:nowrap;cursor:default;align-items:center;gap:.4rem;padding:0 1.25rem;font-size:.72rem;display:flex}.hub__ticker-label{color:var(--hub-ink2);letter-spacing:.02em;font-weight:600}.hub__ticker-val{color:var(--hub-ink);font-weight:500}.hub__ticker-chg{font-size:.65rem;font-weight:600}.hub__ticker-chg.up{color:var(--hub-green)}.hub__ticker-chg.down{color:var(--hub-red)}.hub__header-right{flex-shrink:0;align-items:center;gap:.75rem;margin-left:auto;display:flex}.hub__time{font-family:var(--hub-mono);color:var(--hub-ink3);white-space:nowrap;font-size:.72rem;font-weight:500}.hub__nav{height:var(--hub-nav-h);border-bottom:1px solid var(--hub-border);scrollbar-width:none;background:#fff;align-items:stretch;gap:0;padding:0 1.25rem;display:flex;overflow-x:auto}.hub__nav::-webkit-scrollbar{display:none}.hub__nav-item{color:var(--hub-ink3);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.4rem;padding:0 1rem;font-size:.82rem;font-weight:500;transition:color .15s,border-color .15s;display:flex;position:relative;top:1px}.hub__nav-item:hover{color:var(--hub-ink)}.hub__nav-item.active{color:var(--hub-accent);border-bottom-color:var(--hub-accent);font-weight:600}.hub__nav-item svg{flex-shrink:0;width:14px;height:14px}.hub__body{grid-template-columns:1fr 320px;align-items:start;gap:1.25rem;max-width:1400px;margin:0 auto;padding:1.25rem;display:grid}@media (max-width:1024px){.hub__body{grid-template-columns:1fr}}.card{background:var(--hub-surface);border:1px solid var(--hub-border);border-radius:var(--hub-radius);overflow:hidden}.card__head{border-bottom:1px solid var(--hub-border);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.card__title{letter-spacing:.08em;text-transform:uppercase;color:var(--hub-ink3);font-size:.72rem;font-weight:700}.card__badge{background:var(--hub-tag-bg);color:var(--hub-ink3);border:1px solid var(--hub-border);font-size:.65rem;font-weight:600;font-family:var(--hub-mono);border-radius:99px;padding:.15rem .45rem}.card__body{padding:1rem}.rate-hero{border-bottom:1px solid var(--hub-border);padding:1rem 1rem .75rem}.rate-hero__label{letter-spacing:.08em;text-transform:uppercase;color:var(--hub-ink4);margin-bottom:.25rem;font-size:.7rem;font-weight:700}.rate-hero__number{font-family:var(--hub-mono);letter-spacing:-.02em;color:var(--hub-ink);font-size:2.6rem;font-weight:700;line-height:1}.rate-hero__sub{font-family:var(--hub-mono);align-items:center;gap:.75rem;margin-top:.4rem;font-size:.78rem;display:flex}.rate-hero__chg{border-radius:var(--hub-radius-sm);padding:.1rem .45rem;font-size:.82rem;font-weight:700}.rate-hero__chg.up{color:var(--hub-green);background:var(--hub-green-bg)}.rate-hero__chg.down{color:var(--hub-red);background:var(--hub-red-bg)}.rate-hero__spread{color:var(--hub-ink4)}.dtable{border-collapse:collapse;width:100%}.dtable thead tr{border-bottom:1px solid var(--hub-border)}.dtable th{letter-spacing:.07em;text-transform:uppercase;color:var(--hub-ink4);text-align:left;padding:.5rem .75rem;font-size:.64rem;font-weight:700}.dtable th.num,.dtable td.num{text-align:right}.dtable td{color:var(--hub-ink2);font-size:.82rem;font-family:var(--hub-mono);border-bottom:1px solid var(--hub-border);padding:.55rem .75rem}.dtable tr:last-child td{border-bottom:none}.dtable tr:hover td{background:var(--hub-bg)}.dtable .pair-name{color:var(--hub-ink);font-weight:600;font-family:var(--hub-sans);font-size:.8rem}.up-text{color:var(--hub-green);font-weight:600}.down-text{color:var(--hub-red);font-weight:600}.neu-text{color:var(--hub-ink4)}.hub__main{flex-direction:column;gap:1.25rem;display:flex}.hub__hero-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (max-width:640px){.hub__hero-row{grid-template-columns:1fr}}.weather-grid{grid-template-columns:1fr 1fr;gap:0;display:grid}.weather-city{border-right:1px solid var(--hub-border);border-bottom:1px solid var(--hub-border);padding:.875rem 1rem}.weather-city:nth-child(2n){border-right:none}.weather-city:nth-last-child(-n+2){border-bottom:none}.weather-city__name{letter-spacing:.07em;text-transform:uppercase;color:var(--hub-ink4);margin-bottom:.4rem;font-size:.68rem;font-weight:700}.weather-city__main{align-items:flex-end;gap:.5rem;display:flex}.weather-city__temp{font-family:var(--hub-mono);color:var(--hub-ink);font-size:1.6rem;font-weight:700;line-height:1}.weather-city__icon{margin-bottom:.1rem;font-size:1.4rem;line-height:1}.weather-city__desc{color:var(--hub-ink3);margin-top:.25rem;font-size:.72rem}.aqi-badge{font-family:var(--hub-mono);border-radius:99px;align-items:center;gap:.3rem;margin-top:.3rem;padding:.15rem .45rem;font-size:.65rem;font-weight:700;display:inline-flex}.aqi-badge.good{color:#1a7f3c;background:#eaf5ee}.aqi-badge.moderate{color:#856404;background:#fff8e1}.aqi-badge.unhealthy{color:#c0392b;background:#fdecea}.flight-status{align-items:center;gap:.3rem;font-size:.72rem;font-weight:600;display:inline-flex}.flight-status:before{content:"";border-radius:50%;flex-shrink:0;width:6px;height:6px}.flight-status.on-time{color:var(--hub-green)}.flight-status.on-time:before{background:var(--hub-green)}.flight-status.delayed{color:var(--hub-red)}.flight-status.delayed:before{background:var(--hub-red)}.flight-status.boarding{color:var(--hub-accent)}.flight-status.boarding:before{background:var(--hub-accent)}.news-magazine{flex-direction:column;gap:1.25rem;display:flex}.news-categories-bar{scrollbar-width:thin;gap:.5rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.news-cat-pill{background:var(--hub-surface);border:1px solid var(--hub-border);color:var(--hub-ink2);cursor:pointer;white-space:nowrap;border-radius:9999px;align-items:center;gap:.35rem;padding:.4rem .85rem;font-size:.78rem;font-weight:600;transition:all .2s;display:inline-flex}.news-cat-pill:hover{background:var(--hub-bg);color:var(--hub-ink);border-color:var(--hub-accent)}.news-cat-pill.active{background:var(--hub-accent);color:#fff;border-color:var(--hub-accent);box-shadow:0 2px 8px #0052cc40}.news-hero-card{background:var(--hub-surface);border:1px solid var(--hub-border);border-radius:var(--hub-radius);color:inherit;grid-template-columns:1.2fr 1fr;text-decoration:none;transition:all .25s;display:grid;overflow:hidden}.news-hero-card:hover{border-color:var(--hub-accent);transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.news-hero-card__img-wrap{background:var(--hub-bg2);width:100%;height:100%;min-height:260px;position:relative;overflow:hidden}.news-hero-card__img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.news-hero-card:hover .news-hero-card__img{transform:scale(1.04)}.news-hero-card__body{flex-direction:column;justify-content:space-between;gap:.75rem;padding:1.5rem;display:flex}.news-hero-card__top{align-items:center;gap:.5rem;display:flex}.news-hero-card__title{color:var(--hub-ink);margin:0;font-size:1.35rem;font-weight:800;line-height:1.35;transition:color .15s}.news-hero-card:hover .news-hero-card__title{color:var(--hub-accent)}.news-hero-card__desc{color:var(--hub-ink3);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.88rem;line-height:1.55;display:-webkit-box;overflow:hidden}.news-hero-card__footer{border-top:1px solid var(--hub-border);color:var(--hub-ink4);justify-content:space-between;align-items:center;padding-top:.75rem;font-size:.75rem;display:flex}.news-hero-card__cta{color:var(--hub-accent);align-items:center;gap:.25rem;font-weight:700;display:inline-flex}.news-cards-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.news-card{background:var(--hub-surface);border:1px solid var(--hub-border);border-radius:var(--hub-radius);color:inherit;flex-direction:column;text-decoration:none;transition:all .25s;display:flex;overflow:hidden}.news-card:hover{border-color:var(--hub-accent);transform:translateY(-3px);box-shadow:0 6px 20px #0000000f}.news-card__img-wrap{background:var(--hub-bg2);width:100%;padding-top:56.25%;position:relative;overflow:hidden}.news-card__img{object-fit:cover;width:100%;height:100%;transition:transform .4s;position:absolute;top:0;left:0}.news-card:hover .news-card__img{transform:scale(1.05)}.news-card__body{flex-direction:column;flex:1;justify-content:space-between;gap:.6rem;padding:1rem 1.15rem;display:flex}.news-card__title{color:var(--hub-ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.95rem;font-weight:700;line-height:1.4;transition:color .15s;display:-webkit-box;overflow:hidden}.news-card:hover .news-card__title{color:var(--hub-accent)}.news-card__desc{color:var(--hub-ink3);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8rem;line-height:1.45;display:-webkit-box;overflow:hidden}.news-card__footer{border-top:1px solid var(--hub-border);color:var(--hub-ink4);justify-content:space-between;align-items:center;margin-top:.25rem;padding-top:.6rem;font-size:.72rem;display:flex}.news-compact-list{flex-direction:column;display:flex}.news-compact-row{border-bottom:1px solid var(--hub-border);color:inherit;align-items:flex-start;gap:.875rem;padding:.875rem 1rem;text-decoration:none;transition:background .15s;display:flex}.news-compact-row:last-child{border-bottom:none}.news-compact-row:hover{background:var(--hub-bg)}.news-compact-img-wrap{border-radius:var(--hub-radius-sm);background:var(--hub-bg2);flex-shrink:0;width:96px;height:68px;position:relative;overflow:hidden}.news-compact-img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.news-compact-row:hover .news-compact-img{transform:scale(1.06)}.news-compact-body{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.news-compact-title{color:var(--hub-ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;font-weight:700;line-height:1.35;transition:color .15s;display:-webkit-box;overflow:hidden}.news-compact-row:hover .news-compact-title{color:var(--hub-accent)}.news-compact-meta{color:var(--hub-ink4);align-items:center;gap:.4rem;font-size:.7rem;display:flex}.news-tag{letter-spacing:.04em;text-transform:uppercase;border-radius:4px;padding:.15rem .45rem;font-size:.65rem;font-weight:700}.news-tag.blue{color:var(--hub-accent);background:var(--hub-accent-bg)}.news-tag.green{color:var(--hub-green);background:var(--hub-green-bg)}.news-tag.red{color:var(--hub-red);background:var(--hub-red-bg)}.news-tag.yellow{color:var(--hub-yellow);background:var(--hub-yellow-bg)}.news-tag.gray{color:var(--hub-ink3);background:var(--hub-tag-bg)}@media (max-width:768px){.news-hero-card{grid-template-columns:1fr}.news-hero-card__img-wrap{min-height:180px}.news-hero-card__title{font-size:1.15rem}}.hub__sidebar{top:calc(var(--hub-header-h) + var(--hub-nav-h) + 1.25rem);flex-direction:column;gap:1.25rem;display:flex;position:sticky}.trending-list{flex-direction:column;display:flex}.trending-item{border-bottom:1px solid var(--hub-border);cursor:pointer;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;transition:background .1s;display:flex}.trending-item:last-child{border-bottom:none}.trending-item:hover{background:var(--hub-bg)}.trending-item__rank{font-family:var(--hub-mono);color:var(--hub-accent);flex-shrink:0;min-width:1.5rem;margin-top:.1rem;font-size:.72rem;font-weight:700}.trending-item__text{color:var(--hub-ink2);font-size:.8rem;font-weight:500;line-height:1.4}.trending-item__meta{color:var(--hub-ink4);margin-top:.2rem;font-size:.68rem}.tool-form{flex-direction:column;gap:.75rem;display:flex}.tool-row{gap:.5rem;display:flex}.tool-input{height:2rem;font-family:var(--hub-mono);color:var(--hub-ink);background:var(--hub-bg);border:1px solid var(--hub-border);border-radius:var(--hub-radius-sm);outline:none;flex:1;padding:0 .75rem;font-size:.78rem;transition:border-color .15s}.tool-input:focus{border-color:var(--hub-accent);background:#fff}.tool-btn{color:#fff;background:var(--hub-accent);border-radius:var(--hub-radius-sm);cursor:pointer;white-space:nowrap;border:none;height:2rem;padding:0 .875rem;font-size:.75rem;font-weight:600;transition:opacity .15s}.tool-btn:hover{opacity:.85}.tool-btn:active{opacity:.7}.tool-btn:disabled{opacity:.4;cursor:not-allowed}.tool-result{border-radius:var(--hub-radius-sm);font-size:.78rem;font-family:var(--hub-mono);border:1px solid;padding:.625rem .75rem;line-height:1.5}.tool-result.ok{color:var(--hub-green);background:var(--hub-green-bg);border-color:#b3dfc4}.tool-result.err{color:var(--hub-red);background:var(--hub-red-bg);border-color:#f5c0bb}.tool-result.info{color:var(--hub-ink2);background:var(--hub-bg2);border-color:var(--hub-border)}.crypto-list{flex-direction:column;display:flex}.crypto-row{border-bottom:1px solid var(--hub-border);justify-content:space-between;align-items:center;padding:.625rem 1rem;display:flex}.crypto-row:last-child{border-bottom:none}.crypto-name{color:var(--hub-ink);font-size:.82rem;font-weight:600}.crypto-full{color:var(--hub-ink4);font-size:.68rem;font-weight:400}.crypto-right{text-align:right}.crypto-price{font-family:var(--hub-mono);color:var(--hub-ink);font-size:.82rem;font-weight:600}.crypto-chg{font-family:var(--hub-mono);margin-top:.1rem;font-size:.7rem;font-weight:600}.spark{align-items:flex-end;gap:2px;height:20px;display:flex}.spark__bar{opacity:.5;background:currentColor;border-radius:1px;width:3px;transition:height .3s}.skel{background:linear-gradient(90deg, var(--hub-bg2) 25%, var(--hub-border) 50%, var(--hub-bg2) 75%);background-size:200% 100%;border-radius:3px;animation:1.4s infinite skel-shimmer;display:inline-block}@keyframes skel-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.live-badge{font-family:var(--hub-mono);letter-spacing:.06em;color:var(--hub-green);text-transform:uppercase;align-items:center;gap:.3rem;font-size:.6rem;font-weight:700;display:inline-flex}.live-badge:before{content:"";background:var(--hub-green);border-radius:50%;width:5px;height:5px;animation:2s ease-in-out infinite live-pulse}@keyframes live-pulse{0%,to{opacity:1}50%{opacity:.3}}.section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--hub-ink4);margin-top:.25rem;padding:0 1rem .5rem;font-size:.7rem;font-weight:700}.divider{border:none;border-top:1px solid var(--hub-border);margin:0}.empty{text-align:center;color:var(--hub-ink4);padding:2rem 1rem;font-size:.82rem}@media (max-width:768px){.hub__body{gap:1rem;padding:1rem .875rem}.rate-hero__number{font-size:2rem}}
