:root{--red:#d7192d;--red2:#b81223;--redsoft:#fff0f2;--text:#171717;--muted:#737780;--line:#e8e9ed;--soft:#f6f7f9;--soft2:#fbfbfc;--green:#0c9b5b;--blue:#eaf4ff;--card:#fff;--shadow:0 14px 40px rgba(19,24,38,.09)}*{box-sizing:border-box}html,body{min-height:100%;background:#fff}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}.hidden{display:none!important}button{cursor:pointer}.muted{color:var(--muted)}
.auth-wrap{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 50% 10%,#fff 0,#fff8f9 48%,#f7f7f9 100%);padding:24px}.auth-card{width:min(440px,100%);border:1px solid var(--line);border-radius:28px;padding:30px;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.08)}.brand-lockup{display:flex;gap:12px;align-items:center}.brand-lockup img{width:56px;height:56px;object-fit:cover;border-radius:16px;background:#050505}.brand-lockup b{display:block;font-size:20px;color:var(--red)}.brand-lockup span{display:block;font-size:12px;color:var(--muted);margin-top:2px}.auth-card h1{font-size:29px;margin:30px 0 7px}.auth-card p{margin:0 0 10px;line-height:1.5}.auth-card label{display:block;font-size:13px;font-weight:750;margin:16px 0 7px}.auth-card input{width:100%;border:1px solid var(--line);border-radius:14px;padding:14px 15px;outline:none;background:#fff}.auth-card input:focus,.composer textarea:focus{border-color:#f0a0a9;box-shadow:0 0 0 4px #fff0f2}.primary{border:0;border-radius:14px;padding:13px 16px;background:var(--red);color:#fff;font-weight:800}.auth-card .primary{width:100%;margin-top:18px}.linkbtn{border:0;background:transparent;color:var(--red);width:100%;padding:14px;font-weight:700}.error{color:#b91c1c;font-size:13px;min-height:18px}
.app-shell{display:grid;grid-template-columns:272px minmax(0,1fr);min-height:100vh;background:#fff}.sidebar{border-right:1px solid var(--line);padding:17px 14px 14px;display:flex;flex-direction:column;gap:13px;background:#fff;min-width:0}.sidebrand{padding:1px 5px 8px}.sidebrand img{width:48px;height:48px;border-radius:14px}.sidebrand b{font-size:18px}.newchat{border:0;background:var(--red);color:#fff;border-radius:14px;padding:13px 14px;font-weight:850;text-align:left;box-shadow:0 7px 18px rgba(215,25,45,.16)}.mainnav{display:grid;gap:3px}.mainnav button,.sidebottom button{border:0;background:transparent;text-align:left;padding:10px 11px;border-radius:11px;color:#41444a;display:flex;gap:10px;align-items:center}.mainnav button:hover,.mainnav button.active,.sidebottom button:hover{background:var(--soft)}.history-head{display:flex;justify-content:space-between;align-items:center;padding:9px 10px 4px;color:#93979f;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.history-head button{border:0;background:transparent;color:#999;font-size:17px}.conversation-list{display:grid;gap:3px;overflow:auto;max-height:42vh;min-height:30px;padding-right:2px}.conversation-item{display:flex;align-items:center;gap:5px;border-radius:10px}.conversation-item>button:first-child{flex:1;border:0;background:transparent;text-align:left;padding:9px 10px;border-radius:10px;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#575b63;font-size:12px}.conversation-item.active>button:first-child,.conversation-item>button:first-child:hover{background:var(--soft);color:#191919}.conversation-item .del{display:none;border:0;background:transparent;color:#9ca0a8;padding:7px}.conversation-item:hover .del{display:block}.sidebottom{margin-top:auto;display:grid;gap:2px;border-top:1px solid var(--line);padding-top:9px}.install{color:var(--red)!important;font-weight:800}
.main{min-width:0;display:flex;flex-direction:column;min-height:100vh;background:#fff}.main header{height:68px;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 22px;gap:12px;position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);z-index:8}.headtitle{min-width:0}.headtitle strong{display:block;max-width:440px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.headtitle span{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--muted);margin-top:2px}.statusdot{width:7px;height:7px;border-radius:50%;background:var(--green);display:inline-block}.userchip{margin-left:auto;background:var(--soft);border:1px solid #f0f0f1;border-radius:999px;padding:8px 12px;font-size:12px;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-install{border:1px solid #ffd1d7;background:var(--redsoft);color:var(--red);border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800}.mobile-menu{display:none;border:0;background:transparent;font-size:22px;padding:7px}
.chat{flex:1;width:min(960px,100%);margin:0 auto;padding:30px 28px 170px}.hero{text-align:center;padding:38px 0 20px}.hero-logo{width:76px;height:76px;border-radius:23px;margin:auto;background:#050505;overflow:hidden;box-shadow:0 14px 34px rgba(215,25,45,.12)}.hero-logo img{width:100%;height:100%;object-fit:cover}.eyebrow{margin-top:16px;font-size:10px;font-weight:900;letter-spacing:.14em;color:var(--red)}.hero h2{font-size:32px;letter-spacing:-.03em;margin:7px 0 7px}.hero>p{color:var(--muted);margin:0}.quick{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:19px}.quick button,.examples button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;color:#35383e}.primary-quick button:first-child{border-color:#ffd2d7;background:var(--redsoft);color:var(--red);font-weight:800}.sports-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:24px auto 0;max-width:650px}.sports-grid button{border:1px solid var(--line);background:#fff;border-radius:16px;padding:13px 8px;display:grid;gap:5px;place-items:center;min-height:76px;transition:.15s ease}.sports-grid button:hover{transform:translateY(-1px);border-color:#d7d9de;background:#fcfcfd}.sports-grid b{font-size:23px}.sports-grid span{font-size:12px;font-weight:750}.examples{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:24px}.examples button{font-size:11px;color:#777b83;background:#fafafb}
.msg{display:flex;gap:11px;margin:20px 0;align-items:flex-start}.msg.user{justify-content:flex-end}.bubble{max-width:min(760px,88%);padding:13px 15px;border-radius:18px;line-height:1.52;word-break:break-word}.assistant .bubble{background:var(--soft);border-top-left-radius:6px}.user .bubble{background:var(--blue);border-top-right-radius:6px}.avatar{width:34px;height:34px;border-radius:11px;background:var(--red);color:#fff;display:grid;place-items:center;font-weight:950;flex:0 0 auto;font-size:13px}.typing{opacity:.66}.eventgrid{display:grid;gap:10px;margin-top:13px}.eventcard{border:1px solid var(--line);border-radius:17px;padding:13px;background:#fff}.eventhead{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.eventtitle{font-weight:850;font-size:14px;line-height:1.35}.eventmeta{color:var(--muted);font-size:11px;margin-top:5px}.pill{border-radius:999px;background:#f1f2f4;padding:5px 8px;font-size:10px;white-space:nowrap;font-weight:800}.pill.live{background:#fff0f1;color:#c41425}.pill.finished{background:#eef7f2;color:#18814e}.scoreline{font-size:21px;font-weight:900;margin-top:8px}.channels{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.channel{display:inline-flex;align-items:center;gap:5px;border:1px solid #e2e3e6;background:#fff;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:750}.channel.verified{border-color:#b7e4cc;color:#137a49;background:#f3fbf7}.channel.epg{border-color:#d9e7fb;background:#f6faff;color:#2c5f9e}.source-note{font-size:9px;color:#969aa2;margin-top:8px}.epgblock{border-top:1px solid #e7e8eb;margin-top:11px;padding-top:10px}.epgitem{font-size:11px;color:#565a62;padding:4px 0}.event-actions{display:flex;gap:7px;margin-top:10px}.mini-btn{border:1px solid var(--line);background:#fff;border-radius:9px;padding:6px 8px;font-size:10px}.mini-btn:hover{background:var(--soft)}
.composer-wrap{position:fixed;left:272px;right:0;bottom:0;padding:14px 24px 9px;background:linear-gradient(to top,#fff 72%,rgba(255,255,255,0));z-index:7}.composer{width:min(900px,100%);margin:auto;display:flex;gap:9px;background:#fff;border:1px solid #dfe1e5;border-radius:20px;padding:8px;box-shadow:0 12px 30px rgba(0,0,0,.08)}.composer textarea{border:0;resize:none;outline:none;min-height:44px;max-height:130px;flex:1;padding:11px 12px;line-height:1.35;background:transparent}.composer button{width:44px;height:44px;border:0;border-radius:14px;background:var(--red);color:#fff;font-size:20px;flex:0 0 auto}.fineprint{text-align:center;font-size:9px;color:#a1a4ab;margin-top:7px}.bottomnav{display:none}.overlay{display:none}
.modal{position:fixed;inset:0;background:rgba(18,19,22,.38);z-index:50;display:grid;place-items:center;padding:18px}.modal-card{width:min(650px,100%);max-height:80vh;overflow:auto;background:#fff;border-radius:22px;box-shadow:var(--shadow)}.modal-card.small{width:min(430px,100%)}.modal-head{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:18px;border-bottom:1px solid var(--line)}.modal-head b{display:block}.modal-head span{display:block;color:var(--muted);font-size:11px;margin-top:2px}.modal-head button{border:0;background:#f3f4f6;border-radius:10px;width:34px;height:34px;font-size:20px}.modal-body{padding:17px}.profile-line{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid #eee;font-size:13px}.profile-line span{color:var(--muted)}.modal-body .primary{width:100%;margin-top:18px}.favitem{display:flex;align-items:center;gap:10px;padding:11px;border-bottom:1px solid #eee}.favitem b{font-size:13px}.favitem small{color:var(--muted);display:block}.favitem button{margin-left:auto;border:0;background:#fff;color:#a00}.empty{padding:30px;text-align:center;color:var(--muted)}.toast{position:fixed;z-index:80;left:50%;bottom:88px;transform:translateX(-50%);background:#171717;color:#fff;border-radius:999px;padding:10px 15px;font-size:12px;box-shadow:var(--shadow)}
@media(max-width:880px){.app-shell{display:block}.sidebar{display:none;position:fixed;z-index:30;left:0;top:0;bottom:0;width:min(290px,86vw);box-shadow:12px 0 40px rgba(0,0,0,.16)}.sidebar.open{display:flex}.overlay.show{display:block;position:fixed;inset:0;background:rgba(0,0,0,.25);z-index:25}.mobile-menu{display:block}.main header{height:62px;padding:0 13px}.header-install{display:none!important}.chat{padding:18px 13px 165px}.hero{padding-top:25px}.hero h2{font-size:27px}.sports-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.sports-grid button{min-height:70px;padding:9px 4px}.composer-wrap{left:0;padding:10px 11px 69px}.bottomnav{display:flex;position:fixed;left:0;right:0;bottom:0;height:58px;background:#fff;border-top:1px solid var(--line);z-index:12;padding-bottom:env(safe-area-inset-bottom)}.bottomnav button{flex:1;border:0;background:#fff;font-size:17px;color:#565a62;padding:5px}.bottomnav button.active{color:var(--red)}.bottomnav span{display:block;font-size:9px;margin-top:1px}.userchip{max-width:105px}.bubble{max-width:91%}.fineprint{display:none}.conversation-list{max-height:48vh}}
@media(max-width:480px){.auth-wrap{padding:12px}.auth-card{padding:23px;border-radius:22px}.sports-grid{grid-template-columns:repeat(4,1fr)}.hero-logo{width:68px;height:68px}.hero h2{font-size:25px}.examples{display:none}.eventhead{gap:6px}.eventtitle{font-size:13px}.chat{padding-left:10px;padding-right:10px}.msg{gap:7px}.avatar{width:30px;height:30px;border-radius:9px}.bubble{padding:12px 13px}}

/* GuíaTV HappyPlay V3 */
:root{--red:#e3132b;--red2:#b90d20;--ink:#0d1117;--soft:#f5f6f8;--line:#e7e9ee}
.sidebar{background:linear-gradient(180deg,#0d1117 0,#151922 100%);border-right:0;color:#fff}.sidebrand b{color:#fff}.sidebrand span,.history-head{color:#8f96a3}.mainnav button,.sidebottom button{color:#cbd0d8}.mainnav button:hover,.mainnav button.active,.sidebottom button:hover{background:rgba(255,255,255,.08);color:#fff}.conversation-item>button:first-child{color:#aeb4be}.conversation-item.active>button:first-child,.conversation-item>button:first-child:hover{background:rgba(255,255,255,.08);color:#fff}.sidebottom{border-top-color:rgba(255,255,255,.10)}.newchat{background:linear-gradient(135deg,#f01934,#c90d24);box-shadow:0 10px 26px rgba(227,19,43,.28)}
.main header{background:rgba(255,255,255,.88);box-shadow:0 1px 0 rgba(15,23,42,.04)}.hero{padding-top:44px}.hero-logo{box-shadow:0 18px 46px rgba(227,19,43,.18)}.hero h2{font-size:36px}.sports-grid button{box-shadow:0 6px 18px rgba(15,23,42,.04)}.sports-grid button:hover{box-shadow:0 12px 26px rgba(15,23,42,.08)}.eventcard{box-shadow:0 8px 24px rgba(15,23,42,.04)}.composer{border-color:#d9dde5;box-shadow:0 18px 50px rgba(15,23,42,.11)}
@media(max-width:880px){.sidebar{background:linear-gradient(180deg,#0d1117,#151922)}.hero h2{font-size:30px}}
