@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800;900&display=swap";:root{--primary:#6366f1;--primary-hover:#4f46e5;--accent:#8b5cf6;--bg:#020617;--card-bg:#1e293b66;--text:#f8fafc;--text-dim:#94a3b8;--border:#ffffff1a;--success:#10b981;--danger:#ef4444;--bull:#10b981;--bear:#ef4444;--crypto:#f59e0b;--info:#3b82f6;--surface:#020617cc;--border-subtle:#ffffff08;--gold:#f59e0b}*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:#000;width:100vw;height:100vh;font-family:Inter,sans-serif;overflow:hidden}.player-container{background:#000;width:100%;height:100%;position:relative}.content-display{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.content-display img,.content-display video{object-fit:cover;width:100%;height:100%}.weather-full-screen,.news-full-screen{z-index:90;color:#fff;flex-direction:column;justify-content:space-between;width:100vw;height:100vh;padding:1.5rem 6rem 0;display:flex;position:absolute;top:0;left:0;overflow:hidden;background:radial-gradient(circle,#0a192f 0%,#020617 100%)!important}.orb{filter:blur(120px);z-index:1;opacity:.15;border-radius:50%;animation:8s ease-in-out infinite alternate pulse-glow;position:absolute}.orb-1{background:var(--primary);width:600px;height:600px;top:-10%;right:-5%}.orb-2{background:var(--accent);width:500px;height:500px;animation-delay:2s;bottom:-10%;left:-5%}@keyframes pulse-glow{0%{opacity:.1;transform:scale(1)}to{opacity:.2;transform:scale(1.2)}}@keyframes slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:.8s cubic-bezier(.16,1,.3,1) forwards slide-up}.glass{-webkit-backdrop-filter:blur(25px);background:#0f172a66;border:1px solid #ffffff14;border-radius:32px;box-shadow:0 12px 40px #00000080}.glass-heavy{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#020617b3;border:1px solid #ffffff1a;border-radius:32px}.news-header-container{z-index:10;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;display:flex;position:relative}.news-title-area{align-items:center;gap:1.5rem;display:flex}.news-icon-badge{background:var(--primary);border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;box-shadow:0 0 20px #6366f166}.news-title-text h1{letter-spacing:-1px;margin:0;font-size:2.5rem;font-weight:900}.news-title-text p{color:#ffffff80;text-transform:capitalize;font-size:1.1rem}.news-header-time{color:#fff9;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:600;display:flex}.news-content-grid{z-index:10;flex:1;grid-template-columns:1.8fr 1fr;gap:2rem;min-height:0;margin-bottom:1.5rem;display:grid;position:relative;overflow:hidden}.news-main-featured{position:relative;overflow:hidden}.featured-image-container{width:100%;height:100%;position:relative}.featured-image-container img{object-fit:cover;width:100%;height:100%}.featured-overlay{background:linear-gradient(#0000 0%,#000000e6 100%);padding:3rem;position:absolute;bottom:0;left:0;right:0}.featured-badges{gap:1rem;margin-bottom:1.5rem;display:flex}.badge-destaque{background:#ef4444;border-radius:6px;padding:.4rem 1rem;font-size:.9rem;font-weight:800}.badge-meta{background:#ffffff1a;border-radius:6px;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.9rem;display:flex}.featured-overlay h2{letter-spacing:-1px;margin-bottom:1.5rem;font-size:2.8rem;font-weight:800;line-height:1.1}.featured-description{color:#ffffffb3;margin-bottom:1.5rem;font-size:1.25rem;line-height:1.6}.featured-meta{color:#fff6;font-size:1rem}.news-side-list{flex-direction:column;gap:1.5rem;display:flex}.side-news-card-v2{flex:1;align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.side-news-info{flex:1}.side-cat-v2{color:#4cc3e0;letter-spacing:1px;margin-bottom:.5rem;font-size:.85rem;font-weight:800;display:block}.side-news-info h3{margin-bottom:.5rem;font-size:1.35rem;font-weight:700;line-height:1.3}.side-time-v2{color:#fff6;font-size:.9rem}.side-thumb-v2{object-fit:cover;border-radius:16px;width:140px;height:140px}.news-bottom-ticker{z-index:100;background:#3b82f6;flex-shrink:0;align-items:center;width:calc(100% + 12rem);height:80px;margin-left:-6rem;display:flex;position:relative}.live-badge{background:#ef4444;align-items:center;height:100%;padding:0 2rem;font-size:1.5rem;font-weight:900;display:flex}.ticker-scroll{flex:1;overflow:hidden}.ticker-track{white-space:nowrap;animation:40s linear infinite ticker;display:flex}.ticker-text-item{color:#fff;padding-left:2rem;font-size:1.8rem;font-weight:700}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.weather-wrapper{flex-direction:column;flex:1;gap:2rem;width:100%;max-width:1400px;margin:0 auto;display:flex}.weather-header-v2{justify-content:space-between;align-items:center;display:flex}.city-info-v2{align-items:center;gap:1.5rem;display:flex}.city-info-v2 h1{font-size:3.5rem;font-weight:900}.state-badge{color:#ffffff4d;font-weight:300}.weather-time-v2{opacity:.6;font-size:2rem;font-weight:300}.weather-hero-card{justify-content:space-between;align-items:center;padding:4rem 5rem;display:flex}.hero-temp-value{font-size:12rem;font-weight:900;line-height:1}.hero-condition{opacity:.6;margin-top:1rem;font-size:2.5rem;font-weight:700}.hero-feels{opacity:.4;font-size:1.5rem}.text-primary-glow{color:var(--primary);filter:drop-shadow(0 0 10px #6366f180)}.weather-stats-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.stat-item-v2{align-items:center;gap:2rem;padding:2.5rem;display:flex}.stat-label-v2{opacity:.4;text-transform:uppercase;letter-spacing:2px;font-size:1rem;font-weight:800}.stat-value-v2{font-size:2.2rem;font-weight:800}.weather-forecast-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.forecast-item-v2{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:2.5rem 1.5rem;display:flex}.forecast-item-v2.is-today{background:#6366f11a;border-color:#6366f14d}.f-day-v2{color:var(--primary);font-size:1.2rem;font-weight:900}.f-date-v2{font-size:1.8rem;font-weight:900}.f-temps-v2{gap:1.5rem;font-size:1.4rem;font-weight:800;display:flex}.f-max{color:#ef4444}.f-min{color:#4cc3e0}.health-full-screen{z-index:90;color:#fff;flex-direction:column;justify-content:space-between;width:100vw;height:100vh;padding:1.5rem 6rem 0;display:flex;position:absolute;top:0;left:0;overflow:hidden;background:radial-gradient(circle,#064e3b 0%,#020617 100%)!important}.health-badge{color:#fff;border-radius:4px;padding:.2rem .6rem;font-size:.7rem;font-weight:800}.side-icon-badge{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.health-bottom-ticker{z-index:100;background:#064e3b;flex-shrink:0;justify-content:space-around;align-items:center;width:calc(100% + 12rem);height:70px;margin-left:-6rem;padding:0 4rem;display:flex;position:relative}.ticker-item-h{color:#a7f3d0;align-items:center;gap:1rem;font-size:1.2rem;font-weight:600;display:flex}.finance-full-screen{z-index:90;color:#fff;flex-direction:column;gap:2rem;width:100vw;height:100vh;padding:3rem 6rem;display:flex;position:absolute;top:0;left:0;overflow:hidden;background:#020617!important;background-image:linear-gradient(var(--border-subtle) 1px, transparent 1px), linear-gradient(90deg, var(--border-subtle) 1px, transparent 1px)!important;background-size:40px 40px!important}.lottery-full-screen{z-index:90;color:#fff;flex-direction:column;width:100vw;height:100vh;padding:3rem 6rem;display:flex;position:absolute;top:0;left:0;overflow:hidden;background:radial-gradient(circle,#0f172a 0%,#020617 100%)!important}.asset-badge{text-transform:uppercase;border-radius:4px;padding:.2rem .6rem;font-size:.7rem;font-weight:800}.bg-bull{background:var(--bull);color:#000}.bg-bear{background:var(--bear);color:#fff}.bg-crypto{background:var(--crypto);color:#000}.bg-info{background:var(--info);color:#000}.finance-hero-card{border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;justify-content:space-between;min-height:480px;padding:2.5rem;display:flex;position:relative;overflow:hidden}.finance-hero-bg{object-fit:cover;opacity:.3;z-index:0;width:100%;height:100%;position:absolute;inset:0}.finance-hero-overlay{z-index:1;background:linear-gradient(#0000 0%,#020617 80%);position:absolute;inset:0}.side-asset-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172a99;border:1px solid #ffffff0d;border-radius:20px;align-items:center;gap:1.2rem;padding:1.5rem;display:flex}.asset-icon-box{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 8px 20px #0006}.finance-footer{background:#000;border-top:1px solid #ffffff1a;align-items:center;width:calc(100% + 12rem);height:60px;margin-left:-6rem;display:flex;overflow:hidden}.market-table{border-collapse:collapse;color:#cbd5e1;width:100%;margin-top:1rem;font-family:"monospace";font-size:1rem}.market-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:2px;border-bottom:1px solid #ffffff1a;padding:.8rem;font-size:.7rem}.market-table td{border-bottom:1px solid #ffffff0d;padding:1rem .8rem}.market-table tr:hover{background:#ffffff05}.ticker-item-f{color:#fff;border-right:1px solid #ffffff1a;align-items:center;gap:10px;padding:0 2rem;font-size:1.1rem;font-weight:700;display:inline-flex}.activation-screen{background:#03152d;flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex}.activation-code{color:#4cc3e0;background:#ffffff0d;border:4px dashed #4cc3e0;border-radius:30px;margin:3rem 0;padding:2rem 4rem;font-size:6rem;font-weight:900}.fullscreen-overlay{z-index:1000;background:#000000e6;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.btn-primary{color:#fff;cursor:pointer;background:#4cc3e0;border:none;border-radius:50px;padding:1.5rem 4rem;font-size:1.5rem;font-weight:800}.hide-cursor{cursor:none!important}
