:root{--green:#10b981;--green2:#059669;--ink:#0f172a;--muted:#64748b;--border:#e5e7eb;--bg:#f6f8f7}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink)}button,input,textarea{font:inherit}button{cursor:pointer}.hidden{display:none!important}.portal-shell{min-height:100vh}.portal-head{height:74px;position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(15,23,42,.07);display:flex;align-items:center;justify-content:space-between;padding:0 max(20px,calc((100vw - 1240px)/2))}.brand{display:flex;align-items:center;gap:9px;color:#111827;text-decoration:none;font-size:1.32rem;font-weight:950}.brand-bag{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--green);color:#fff;font-size:.8rem}.store-pill{display:flex;align-items:center;gap:9px;border:1px solid #dfe7e2;background:#fff;border-radius:999px;padding:7px 12px}.store-pill>span{width:9px;height:9px;border-radius:50%;background:var(--green)}.store-pill small,.store-pill strong{display:block}.store-pill small{font-size:.58rem;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;font-weight:800}.store-pill strong{font-size:.7rem;color:#334155;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-main{max-width:1240px;margin:0 auto;padding:28px 20px 44px}.hero{display:flex;gap:16px;align-items:center;padding:22px;border:1px solid #dce7e0;border-radius:20px;background:linear-gradient(135deg,#ecfdf5,#fff);box-shadow:0 10px 30px rgba(15,23,42,.045);margin-bottom:18px}.robot-icon{width:56px;height:56px;flex:0 0 auto;border-radius:17px;background:var(--green);color:#fff;display:grid;place-items:center;box-shadow:0 10px 24px rgba(16,185,129,.2)}.robot-icon svg{width:30px;height:30px}.eyebrow{font-size:.64rem;text-transform:uppercase;letter-spacing:.08em;color:#047857;font-weight:900}.hero h1{font-size:1.35rem;margin:3px 0 4px;font-weight:950}.hero p{margin:0;color:var(--muted);font-size:.79rem;line-height:1.55;max-width:820px}.kb-state{display:inline-flex;align-items:center;gap:6px;margin-top:8px;color:#047857;font-size:.66rem;font-weight:800}.kb-state:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green)}.portal-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);gap:18px;align-items:start}.card{background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:0 8px 26px rgba(15,23,42,.04)}.card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid #eef2f7}.card-head h2{font-size:.93rem;margin:0;font-weight:900}.card-head p{font-size:.69rem;margin:3px 0 0;color:var(--muted)}.card-body{padding:18px}.topic-groups{display:flex;flex-direction:column;gap:12px;margin-bottom:15px}.topic-group strong{display:block;font-size:.7rem;color:#475569;margin-bottom:6px}.topic-list{display:flex;flex-wrap:wrap;gap:7px}.topic-btn{border:1px solid #dbe6df;background:#f8fbf9;color:#334155;border-radius:999px;padding:7px 10px;font-size:.68rem;font-weight:850}.topic-btn:hover{border-color:var(--green);color:#047857;background:#ecfdf5}.chat{min-height:310px;max-height:500px;overflow:auto;border:1px solid #edf1ef;background:#f8faf9;border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:10px;scrollbar-width:thin}.msg{max-width:90%;border-radius:14px;padding:11px 13px;font-size:.75rem;line-height:1.55}.msg.robot{align-self:flex-start;background:#fff;border:1px solid #e5e7eb;border-top-left-radius:5px}.msg.user{align-self:flex-end;background:var(--green);color:#fff;border-top-right-radius:5px}.msg h3{font-size:.79rem;margin:0 0 5px;font-weight:900}.msg .path{display:block;margin:7px 0;padding:7px 9px;border-radius:9px;background:#f1f5f9;color:#475569;font-weight:800;font-size:.67rem}.msg ol{margin:8px 0 0 19px}.msg li{margin:4px 0}.msg-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.msg-actions button{border:1px solid #dbe3df;background:#fff;color:#334155;padding:7px 9px;border-radius:9px;font-size:.66rem;font-weight:850}.msg-actions .danger{border-color:#fecaca;color:#b91c1c;background:#fff7f7}.composer{display:grid;grid-template-columns:1fr auto;gap:9px;margin-top:11px}.composer textarea{min-height:52px;max-height:130px;resize:vertical;border:1px solid #dbe3df;border-radius:12px;padding:11px 12px;outline:none;font-size:.75rem}.composer textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(16,185,129,.11)}.composer button,.escalation-actions button{border:0;border-radius:12px;background:var(--green);color:#fff;font-weight:900;font-size:.72rem;padding:0 15px}.composer button:disabled,.escalation-actions button:disabled{opacity:.5}.escalation{display:none;margin-top:12px;border:1px solid #fed7aa;background:#fffaf3;border-radius:13px;padding:13px}.escalation.open{display:block}.escalation h3{font-size:.8rem;color:#9a3412;margin:0}.escalation p{font-size:.69rem;color:#9a3412;margin:4px 0 9px}.escalation label{display:flex;flex-direction:column;gap:5px;font-size:.67rem;font-weight:850;color:#475569;margin-top:8px}.escalation input,.escalation textarea{border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:9px 10px;font-size:.73rem}.escalation-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.escalation-actions button{min-height:36px}.escalation-actions .secondary{background:#fff;color:#475569;border:1px solid #dbe3df}.link-btn{border:0;background:transparent;color:#047857;font-size:.68rem;font-weight:900}.ticket-list{display:flex;flex-direction:column;gap:9px}.ticket{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.ticket>button{border:0;background:#fff;width:100%;display:flex;justify-content:space-between;gap:10px;padding:12px;text-align:left}.ticket-title{font-size:.74rem;font-weight:900}.ticket-meta{font-size:.62rem;color:#64748b;margin-top:3px}.status{font-size:.6rem;font-weight:900;border-radius:999px;padding:4px 7px;white-space:nowrap}.status.open{background:#ecfdf5;color:#047857}.status.closed{background:#f1f5f9;color:#64748b}.unread{display:inline-block;width:7px;height:7px;border-radius:50%;background:#ef4444;margin-left:5px}.thread{display:none;padding:10px;border-top:1px solid #edf1ef;background:#f8faf9}.ticket.opened .thread{display:block}.thread-msg{padding:8px 9px;background:#fff;border:1px solid #e5e7eb;border-radius:9px;font-size:.68rem;line-height:1.45;margin-bottom:7px}.thread-msg.admin{border-left:3px solid var(--green)}.thread-msg strong{display:block;margin-bottom:3px}.thread-msg small{display:block;color:#94a3b8;margin-top:4px}.reply{display:flex;gap:7px;margin-top:8px}.reply input{flex:1;min-width:0;border:1px solid #dbe3df;border-radius:9px;padding:8px;font-size:.68rem}.reply button{border:0;border-radius:9px;background:var(--green);color:#fff;padding:8px 10px;font-size:.65rem;font-weight:900}.empty{padding:30px 10px;text-align:center;color:#94a3b8;font-size:.72rem}.state-card{max-width:560px;margin:12vh auto 0;text-align:center;background:#fff;border:1px solid var(--border);border-radius:22px;padding:34px 28px;box-shadow:0 20px 60px rgba(15,23,42,.08)}.state-icon{width:48px;height:48px;margin:0 auto 12px;display:grid;place-items:center;border-radius:15px;background:#fff1f2;color:#dc2626;font-size:1.4rem;font-weight:950}.state-card h1{font-size:1.2rem;margin:0 0 8px}.state-card p{font-size:.78rem;color:var(--muted);line-height:1.6}footer{text-align:center;color:#94a3b8;font-size:.65rem;padding:0 20px 24px}
@media(max-width:930px){.portal-grid{grid-template-columns:1fr}.portal-head{padding:0 16px}.portal-main{padding:20px 14px 36px}.hero{align-items:flex-start}.store-pill small{display:none}}
@media(max-width:600px){.hero{padding:16px;flex-direction:column}.hero h1{font-size:1.1rem}.card{border-radius:14px}.card-body{padding:13px}.composer{grid-template-columns:1fr}.composer button{min-height:44px}.chat{min-height:280px}.msg{max-width:96%}.store-pill strong{max-width:130px}}

/* ===== Atendimento conversacional / quiz v2 ===== */
.topic-groups{margin-bottom:14px;gap:10px}.quiz-label{display:flex;align-items:center;gap:10px;padding:2px 2px 4px}.quiz-label>span{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#dcfce7;color:#047857;font-size:.72rem;font-weight:950;flex:0 0 auto}.quiz-label strong{display:block;font-size:.78rem;color:#17211d;font-weight:900}.quiz-label small{display:block;margin-top:2px;font-size:.65rem;color:#7b8982}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.category-card{min-width:0;min-height:60px;border:1px solid #e2e8e5;background:#fff;border-radius:13px;padding:9px 10px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px;text-align:left;transition:.18s ease;box-shadow:0 2px 7px rgba(15,23,42,.02)}.category-card:hover{border-color:#86d3ad;background:#f6fcf8;transform:translateY(-1px);box-shadow:0 7px 16px rgba(15,23,42,.055)}.category-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#ecfdf5;color:#047857}.category-icon svg{width:20px;height:20px}.category-copy{min-width:0}.category-copy strong{display:block;font-size:.7rem;color:#26322d;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-copy small{display:block;margin-top:2px;font-size:.59rem;color:#94a3b8}.category-arrow{font-size:1.1rem;color:#9aa8a1;line-height:1}
.chat{min-height:330px;max-height:575px;padding:14px 13px;background:linear-gradient(180deg,#f8faf9,#f3f8f5);gap:12px;scroll-behavior:smooth}.msg{animation:portalBubbleIn .22s ease both}.msg.robot{max-width:92%}.msg.user{max-width:72%;font-weight:700;box-shadow:0 5px 14px rgba(16,185,129,.14)}@keyframes portalBubbleIn{from{opacity:0;transform:translateY(5px) scale(.99)}to{opacity:1;transform:none}}
.welcome-msg,.choice-head{display:flex;align-items:flex-start;gap:10px}.welcome-msg p,.choice-head p{margin:2px 0 0;color:#60716a}.welcome-tip{margin-top:8px!important;padding:7px 9px;border-radius:9px;background:#f1f8f4;color:#47705e!important;font-size:.69rem}.mini-avatar{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:#ecfdf5;color:#047857;flex:0 0 auto}.mini-avatar svg{width:17px;height:17px}
.msg.typing{display:flex;align-items:center;gap:9px;min-width:190px;width:max-content;padding:9px 12px}.typing-avatar{width:28px;height:28px;border-radius:9px;background:#ecfdf5;display:grid;place-items:center;color:#047857;flex:0 0 auto}.typing-avatar svg{width:15px;height:15px}.typing-body{display:flex;align-items:center;gap:9px}.typing-body>span{font-size:.65rem;color:#708079;font-weight:700}.typing-dots{display:flex;gap:3px}.typing-dots i{display:block;width:5px;height:5px;border-radius:50%;background:#10b981;animation:portalTyping 1.05s infinite ease-in-out}.typing-dots i:nth-child(2){animation-delay:.16s}.typing-dots i:nth-child(3){animation-delay:.32s}@keyframes portalTyping{0%,60%,100%{transform:translateY(0);opacity:.35}30%{transform:translateY(-4px);opacity:1}}
.msg.choice{width:min(94%,620px);padding:12px}.choice-head h3{margin:1px 0 0!important}.choice-grid{display:grid;gap:6px;margin-top:10px}.choice-grid button{min-height:43px;border:1px solid #e1e8e4;border-radius:10px;background:#fbfdfc;color:#34453d;padding:9px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;font-size:.68rem;font-weight:800;transition:.16s}.choice-grid button:hover{border-color:#86d3ad;background:#f1fbf5;color:#047857;padding-left:13px}.choice-grid b{font-size:1rem;color:#9aa8a1}.text-link{margin-top:9px;border:0;background:transparent;color:#047857;font-size:.65rem;font-weight:850;padding:4px 1px}
.msg.guide-message{width:min(96%,720px);max-width:96%;padding:0;background:transparent;border:0;box-shadow:none}.guide{overflow:hidden;border:1px solid #dfe9e4;border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.06)}.guide-head{display:flex;gap:11px;padding:14px 15px;background:linear-gradient(135deg,#ecfdf5,#fbfffd);border-bottom:1px solid #edf2ef}.guide-check{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:#10b981;color:#fff;font-weight:950;box-shadow:0 6px 14px rgba(16,185,129,.18);flex:0 0 auto}.verified{display:inline-flex;color:#047857;font-size:.58rem;text-transform:uppercase;letter-spacing:.055em;font-weight:900;margin-bottom:2px}.guide-head h3{font-size:.83rem!important;color:#17211d;margin:0!important}.guide-head p{font-size:.69rem;color:#66756e;margin:3px 0 0}.breadcrumb{margin:12px 14px 0;padding:9px 10px;border:1px solid #e7eeea;border-radius:10px;background:#fafcfb;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.breadcrumb span{font-size:.57rem;text-transform:uppercase;letter-spacing:.06em;color:#91a099;font-weight:900}.breadcrumb strong{font-size:.66rem;color:#3a4d43;font-weight:850}.stepper{padding:13px 14px 14px}.progress-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px;font-size:.61rem;color:#708079;font-weight:850}.progress-head b{color:#047857}.progress{height:5px;border-radius:999px;background:#edf2ef;overflow:hidden;margin-bottom:12px}.progress>i[data-bar]{display:block!important;width:100%!important;max-width:none!important;height:100%!important;border-radius:inherit;background:linear-gradient(90deg,#10b981,#059669);transform-origin:left center!important;transform:scaleX(var(--support-progress-scale,0))!important;transition:transform .3s ease!important}.step-card{min-height:92px;border:1px solid #e4ebe7;border-radius:13px;background:#fbfdfc;padding:13px;display:flex;gap:11px;align-items:flex-start}.step-number{width:32px;height:32px;border-radius:10px;background:#10b981;color:#fff;display:grid;place-items:center;font-size:.72rem;font-weight:950;flex:0 0 auto;box-shadow:0 5px 12px rgba(16,185,129,.16)}.step-card small{display:block;font-size:.56rem;text-transform:uppercase;letter-spacing:.06em;color:#93a19a;font-weight:900;margin:1px 0 3px}.step-card p{margin:0;font-size:.73rem;line-height:1.52;color:#2e4137;font-weight:650}.step-card p.changing{animation:portalStepChange .28s ease}@keyframes portalStepChange{from{opacity:.25;transform:translateX(8px)}to{opacity:1;transform:none}}.step-nav{display:flex;justify-content:space-between;gap:8px;margin-top:10px}.step-nav button{min-height:37px;border:1px solid #dfe7e3;border-radius:10px;background:#fff;color:#53655c;padding:0 11px;font-size:.65rem;font-weight:850}.step-nav button:disabled{opacity:.38;cursor:not-allowed}.step-nav .primary{margin-left:auto;background:#10b981;border-color:#10b981;color:#fff;min-width:118px}.show-all{display:block;margin:9px auto 0;border:0;background:transparent;color:#718078;font-size:.61rem;font-weight:800;text-decoration:underline;text-underline-offset:3px}.all-steps{display:none;gap:7px;margin-top:9px}.all-steps.open{display:grid}.all-steps>div{display:flex;gap:8px;align-items:flex-start;padding:8px 9px;border-radius:9px;background:#f7faf8}.all-steps span{width:21px;height:21px;border-radius:7px;background:#e9f7ef;color:#047857;display:grid;place-items:center;font-size:.58rem;font-weight:950;flex:0 0 auto}.all-steps p{margin:1px 0 0;font-size:.63rem;color:#52635a;line-height:1.45}.stepper.complete{opacity:.5;filter:saturate(.75)}
.finish[hidden]{display:none!important}.finish{margin:0 14px 14px;padding:14px;border-radius:13px;background:linear-gradient(135deg,#f0fdf4,#f8fffb);border:1px solid #ccebd8;text-align:center;animation:portalFinishIn .28s ease}.finish-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;margin:0 auto 6px;background:#10b981;color:#fff;font-weight:950}.finish h3{margin:0!important;color:#164e36!important}.finish p{margin:4px auto 8px;color:#5d7467;font-size:.66rem;max-width:500px}.finish .msg-actions{justify-content:center}.msg-actions .success{background:#ecfdf5;border-color:#a7e3c0;color:#047857}@keyframes portalFinishIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
.msg.celebrate-msg{padding:0;background:transparent;border:0}.celebrate{display:flex;gap:9px;align-items:flex-start;padding:11px 12px;border:1px solid #cfe9da;border-radius:13px;background:#f0fdf4}.celebrate>span{width:29px;height:29px;border-radius:9px;background:#10b981;color:#fff;display:grid;place-items:center;font-weight:950;flex:0 0 auto}.celebrate strong{display:block;color:#166534;font-size:.72rem}.celebrate p{margin:3px 0 0;color:#587165;font-size:.64rem}.celebrate.ticket-open{background:#fffaf3;border-color:#fed7aa}.celebrate.ticket-open>span{background:#f97316}.celebrate.ticket-open strong{color:#9a3412}
.composer button{transition:.18s}.composer button:hover{transform:translateY(-1px);box-shadow:0 7px 16px rgba(16,185,129,.2)}
@media(max-width:760px){.category-grid{grid-template-columns:1fr}.msg.guide-message{width:100%;max-width:100%}.msg.user{max-width:88%}.step-nav{flex-wrap:wrap}.step-nav .primary{flex:1}.finish .msg-actions{flex-direction:column}.finish .msg-actions button{width:100%}}

/* Estado de sincronização em tempo real */
.live-pill{display:inline-flex;align-items:center;gap:7px;padding:7px 9px;border-radius:999px;background:#eef3f1;color:#64748b;font-size:10px;font-weight:850;white-space:nowrap}.live-pill i{width:7px;height:7px;border-radius:50%;background:#94a3b8}.live-pill.online{background:#e9fbf2;color:#047857}.live-pill.online i{background:#10b981;box-shadow:0 0 0 4px rgba(16,185,129,.12);animation:portalLivePulse 1.6s infinite}.live-pill.offline{background:#fff4e8;color:#b45309}.live-pill.offline i{background:#f59e0b}@keyframes portalLivePulse{50%{box-shadow:0 0 0 7px rgba(16,185,129,0)}}

/* ===== Atendimento humanizado / chat v3 ===== */
.topic-groups{display:none!important}.portal-grid{grid-template-columns:minmax(0,1.55fr) minmax(300px,.45fr);gap:16px}
.chat{min-height:520px;max-height:660px;padding:18px 16px;background:radial-gradient(circle at 20% 0%,rgba(16,185,129,.055),transparent 30%),linear-gradient(180deg,#f8fbf9,#f4f7f5);border-radius:16px;gap:12px}
.msg.robot{max-width:min(86%,680px);padding:12px 14px;border-radius:16px 16px 16px 6px;background:#fff;box-shadow:0 4px 14px rgba(15,23,42,.045)}.msg.user{max-width:min(76%,560px);border-radius:16px 16px 6px 16px;padding:10px 13px;box-shadow:0 6px 16px rgba(16,185,129,.14)}
.msg.welcome,.msg.choice,.msg.category-menu,.msg.friendly{padding:13px 14px}.welcome-msg h3,.friendly strong,.conversation-prompt h3{font-size:.8rem;font-weight:900;color:#17211d;margin:0}.welcome-msg p,.friendly p,.conversation-prompt p{margin:4px 0 0;color:#60716a;font-size:.7rem;line-height:1.55}.friendly small{display:block;margin-top:7px;font-size:.6rem;color:#94a3b8}
.quick-replies{display:flex;flex-wrap:wrap;gap:7px;margin-top:11px}.quick-reply{border:1px solid #dbe6e0;background:#fff;color:#40524a;border-radius:999px;padding:7px 11px;font-size:.66rem;font-weight:850;transition:.16s}.quick-reply:hover{border-color:#86d3ad;color:#047857;background:#f1fbf5;transform:translateY(-1px)}.quick-reply.positive{background:#ecfdf5;border-color:#bdebd0;color:#047857}
.conversation-prompt{display:flex;align-items:flex-start;gap:10px}.chat-categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:11px}.chat-categories button{min-height:44px;border:1px solid #e2e9e5;border-radius:11px;background:#fbfdfc;color:#33453c;padding:8px 9px;display:grid;grid-template-columns:29px minmax(0,1fr) auto;align-items:center;gap:8px;text-align:left;font-size:.66rem;font-weight:850;transition:.16s}.chat-categories button:hover{border-color:#86d3ad;background:#f1fbf5;color:#047857;transform:translateX(2px)}.chat-category-icon{width:29px;height:29px;border-radius:9px;display:grid;place-items:center;background:#ecfdf5;color:#047857}.chat-category-icon svg{width:15px;height:15px}.chat-categories b{font-size:1rem;color:#a0aaa5}
.composer{align-items:end;margin-top:10px;padding:8px;border:1px solid #e2e8e5;border-radius:16px;background:#fff;box-shadow:0 7px 20px rgba(15,23,42,.04)}.composer textarea{border:0!important;box-shadow:none!important;background:transparent!important;min-height:44px;padding:10px 9px;line-height:1.45}.composer button{min-height:42px;border-radius:12px;padding:0 17px;align-self:end}
.guide{border-radius:17px}.guide-head{padding:15px 16px}.step-card{min-height:104px;padding:14px}.step-card p{font-size:.75rem;line-height:1.58}.breadcrumb{padding:10px 11px}.breadcrumb strong{font-size:.68rem}.finish{padding:15px}.finish h3{font-size:.8rem!important}.finish p{font-size:.68rem;line-height:1.5}
.escalation{border-radius:15px;padding:14px;background:#fffaf5}.escalation h3{font-size:.82rem}.escalation label{font-size:.69rem}
@media(max-width:930px){.portal-grid{grid-template-columns:1fr}.chat{min-height:440px;max-height:620px}}
@media(max-width:600px){.chat{min-height:400px;padding:13px 11px}.chat-categories{grid-template-columns:1fr}.msg.robot{max-width:94%}.msg.user{max-width:86%}.composer{grid-template-columns:1fr auto}.composer button{min-width:72px;padding:0 12px}.quick-replies{gap:6px}}
.platform-logo{display:none;max-width:180px;max-height:44px;width:auto;height:auto;object-fit:contain}.platform-logo.is-ready{display:block}.brand:has(.platform-logo.is-ready) [data-platform-name]{display:none}.brand .hidden{display:none!important}
@media(max-width:680px){.platform-logo{max-width:132px;max-height:38px}}
