:root {
  --ink: #071b29;
  --ink-2: #0e2c3e;
  --paper: #f5f7f4;
  --white: #ffffff;
  --lime: #b8f23a;
  --lime-dark: #83c40b;
  --teal: #16a58c;
  --cyan: #5fd8e3;
  --muted: #657680;
  --line: #dce5e2;
  --danger: #c63f3f;
  --warning: #dc8b0b;
  --shadow: 0 22px 70px rgba(7, 27, 41, .10);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-geist-sans), Arial, sans-serif; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.muted { color: var(--muted); line-height: 1.65; }

.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-icon { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; display: grid; place-items: center; overflow: hidden; background: var(--ink-2); }
.brand-icon img { width: 42px; height: 42px; object-fit: cover; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand b { font-size: 22px; letter-spacing: -.9px; }
.brand small { margin-top: 5px; color: #77909c; font-weight: 800; font-size: 8px; letter-spacing: 1.4px; }
.public-header { position: relative; z-index: 20; background: var(--ink); color: white; border-bottom: 1px solid rgba(255,255,255,.09); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.public-nav { display: flex; align-items: center; gap: 34px; color: #b6c4cb; font-size: 14px; }
.public-nav a:hover { color: white; }
.header-login { padding: 11px 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 11px; font-weight: 750; font-size: 14px; }
.header-login:hover { color: var(--lime); border-color: var(--lime); }

.button { border: 0; min-height: 47px; border-radius: 12px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 780; cursor: pointer; transition: transform .18s, background .18s, border-color .18s; }
.button:hover:not(:disabled) { transform: translateY(-2px); }
.button:disabled { opacity: .53; cursor: not-allowed; }
.button svg { width: 18px; }
.button.primary { background: var(--lime); color: var(--ink); }
.button.primary:hover:not(:disabled) { background: #ccff5d; }
.button.dark { background: var(--ink); color: white; }
.button.ghost { border: 1px solid #b9c9c4; background: transparent; color: inherit; }
.button.soft { background: white; border: 1px solid var(--line); }
.button.full { width: 100%; }
.eyebrow { color: #73ad09; font-size: 12px; font-weight: 900; letter-spacing: 1.9px; display: inline-flex; align-items: center; gap: 9px; }
.eyebrow i { width: 17px; height: 2px; background: var(--lime-dark); }

.hero { min-height: 670px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; color: white; }
.marketing-page { background: var(--ink); }
.hero-copy h1 { max-width: 680px; margin: 19px 0 22px; font-size: clamp(47px, 5vw, 76px); line-height: .98; letter-spacing: -4px; }
.hero-copy h1 em { display: inline; color: var(--lime); font-style: normal; }
.hero-lead { color: #b4c4cc; font-size: 18px; line-height: 1.72; max-width: 650px; }
.hero-actions { display: flex; gap: 12px; margin-top: 33px; }
.hero-actions .ghost { color: white; border-color: rgba(255,255,255,.25); }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 35px; color: #8fa6b0; font-size: 12px; }
.trust-row span::first-letter { color: var(--lime); }
.hero-product { height: 540px; position: relative; display: grid; place-items: center; }
.cloud-orbit { position: absolute; border: 1px solid rgba(95,216,227,.24); border-radius: 50%; }
.orbit-one { width: 475px; height: 475px; }
.orbit-two { width: 350px; height: 350px; }
.phone-frame { position: relative; width: 248px; height: 490px; padding: 11px; border: 1px solid #5f7682; border-radius: 42px; background: #04131d; box-shadow: 0 30px 80px rgba(0,0,0,.45); transform: rotate(3deg); }
.phone-speaker { position: absolute; z-index: 2; width: 78px; height: 22px; border-radius: 0 0 15px 15px; background: #04131d; left: 50%; top: 9px; transform: translateX(-50%); }
.phone-screen { height: 100%; overflow: hidden; padding: 33px 15px 18px; border-radius: 33px; background: #eaf2ed; color: var(--ink); }
.status-mini { display: flex; justify-content: space-between; font-size: 10px; }
.status-mini span { color: #178a58; font-weight: 900; }
.wa-bubble { margin-top: 57px; padding: 19px 15px; border-radius: 18px 18px 5px 18px; background: var(--ink); color: white; font-size: 13px; line-height: 1.5; }
.wa-bubble strong { color: var(--lime); font-size: 22px; }
.backup-card { display: flex; gap: 12px; align-items: center; margin-top: 15px; padding: 14px; background: white; border-radius: 15px; box-shadow: 0 8px 25px rgba(7,27,41,.1); }
.backup-card > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--lime); }
.backup-card div { display: flex; flex-direction: column; gap: 3px; }
.backup-card b { font-size: 12px; }.backup-card small { color: var(--muted); font-size: 8px; }
.screen-dock { position: absolute; bottom: 27px; left: 50%; transform: translateX(-50%); display: flex; gap: 23px; }
.screen-dock i { width: 8px; height: 8px; border: 1px solid #668; border-radius: 50%; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 10px; min-width: 200px; padding: 13px 15px; background: white; color: var(--ink); border-radius: 14px; box-shadow: 0 18px 50px rgba(0,0,0,.28); }
.floating-card > span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 11px; background: var(--lime); font-weight: 900; }
.floating-card div { display: flex; flex-direction: column; gap: 3px; }.floating-card b { font-size: 12px; }.floating-card small { font-size: 9px; color: var(--muted); }
.float-a { left: -12px; top: 106px; }.float-b { right: -18px; bottom: 85px; }
.proof-strip { background: #0d2939; border-block: 1px solid rgba(255,255,255,.08); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 25px; }
.proof-grid div { display: flex; flex-direction: column; padding-left: 28px; border-left: 1px solid rgba(255,255,255,.13); }.proof-grid div:first-child { border: 0; padding-left: 0; }
.proof-grid strong { color: var(--lime); font-size: 20px; }.proof-grid span { color: #9cafb7; font-size: 11px; margin-top: 3px; }
.content-section, .plans-section { padding-block: 110px; }
.content-section { background: var(--paper); }
.section-intro { max-width: 735px; }.section-intro h2, .how-copy h2, .final-cta h2 { margin: 15px 0 20px; font-size: clamp(36px, 4vw, 55px); letter-spacing: -2.6px; line-height: 1.05; }.section-intro p, .how-copy > p { color: var(--muted); line-height: 1.75; font-size: 16px; }.section-intro.centered { text-align: center; margin: 0 auto 48px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 54px; }.benefit-card { min-height: 240px; background: white; border: 1px solid var(--line); border-radius: 18px; padding: 27px; }.benefit-number { color: var(--teal); font: 700 12px var(--font-geist-mono); }.benefit-card h3 { margin: 38px 0 11px; font-size: 21px; }.benefit-card p { color: var(--muted); line-height: 1.65; margin: 0; font-size: 14px; }
.how-section { background: #e6eee9; padding-block: 105px; }.how-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }.text-link { display: inline-flex; gap: 8px; margin-top: 18px; color: #477600; font-weight: 800; }.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid #c4d2cc; }.steps li { padding: 24px 0; border-bottom: 1px solid #c4d2cc; display: grid; grid-template-columns: 55px 1fr; gap: 16px; }.steps li > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #9bb1a7; border-radius: 50%; font-weight: 800; }.steps b { font-size: 18px; }.steps p { color: var(--muted); margin: 6px 0 0; line-height: 1.55; font-size: 13px; }
.plans-section { background: white; }.plans-grid { max-width: 830px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.plan-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); }.plan-card.featured { background: var(--ink); color: white; border-color: var(--ink); box-shadow: var(--shadow); }.plan-tag { color: #60910b; font-size: 10px; font-weight: 900; letter-spacing: 1.4px; }.featured .plan-tag { color: var(--lime); }.plan-card h3 { font-size: 22px; margin: 12px 0 18px; }.price { display: flex; align-items: flex-start; }.price small { margin: 9px 5px 0 0; }.price strong { font-size: 48px; letter-spacing: -3px; }.price span { margin: 8px 0 0 4px; color: var(--muted); line-height: 1.1; }.plan-card > p { color: var(--muted); font-size: 13px; line-height: 1.6; }.featured > p, .featured .price span { color: #9db0b9; }.plan-card ul { padding: 0; margin: 25px 0; list-style: none; }.plan-card li { border-top: 1px solid var(--line); padding: 10px 0; font-size: 13px; }.featured li { border-color: rgba(255,255,255,.13); }.featured .ghost { color: white; }
.final-cta { padding-block: 90px; background: var(--lime); text-align: center; }.final-cta .brand-icon { background: var(--ink); }.final-cta h2 { max-width: 800px; margin-inline: auto; margin-top: 26px; }.final-cta p { max-width: 650px; margin: 0 auto 27px; line-height: 1.6; }.final-cta .button { margin: 5px; }.final-cta .primary { background: var(--ink); color: white; }
footer { background: #04131d; color: white; padding: 55px 0 24px; }.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }.footer-grid > p { color: #7e949f; max-width: 430px; font-size: 13px; }.footer-grid nav { display: flex; gap: 23px; color: #b4c2c8; font-size: 13px; }.legal { display: flex; justify-content: space-between; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #647b86; font-size: 10px; }

/* Termos e privacidade */
.legal-page { min-height: 70vh; padding: 80px 0 100px; background: linear-gradient(180deg,#f3fbfd 0,#fff 330px); }
.legal-hero { max-width: 850px; }
.legal-hero h1 { max-width: 760px; margin: 20px 0 12px; color: #062436; font-size: clamp(38px,6vw,67px); line-height: .98; letter-spacing: -3px; }
.legal-hero > p { color: #6c8591; font-size: 13px; }
.legal-content { max-width: 850px; margin-top: 50px; }
.legal-content section { padding: 28px 0; border-top: 1px solid #dce9ed; }
.legal-content h2 { margin: 0 0 12px; color: #0a3347; font-size: 21px; }
.legal-content p { margin: 8px 0; color: #526b77; font-size: 15px; line-height: 1.8; }
.legal-content a { color: #007b92; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }

/* Login */
.auth-page { min-height: 100vh; background: var(--ink); color: white; }.auth-shell { min-height: calc(100vh - 82px); width: min(1120px, calc(100% - 48px)); margin: auto; display: grid; grid-template-columns: 1fr 460px; align-items: center; gap: 95px; padding-block: 60px; }.auth-story h1 { margin: 17px 0 23px; font-size: clamp(45px, 5vw, 69px); letter-spacing: -3.5px; line-height: 1.01; }.auth-story > p { max-width: 600px; color: #9db0b9; line-height: 1.7; }.auth-points { margin-top: 38px; display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.12); }.auth-points > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }.auth-points > div > span { color: var(--lime); font: 700 11px var(--font-geist-mono); }.auth-points p { margin: 0; color: #8ea3ad; font-size: 12px; }.auth-points b { color: white; display: block; margin-bottom: 4px; font-size: 14px; }.auth-card-wrap { color: var(--ink); }.auth-card { padding: 34px; background: white; border-radius: 24px; box-shadow: 0 30px 100px rgba(0,0,0,.32); }.auth-card-head { display: flex; gap: 14px; align-items: center; }.auth-card-head > span { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 13px; background: var(--lime); }.auth-card-head div span { color: #749006; font-size: 9px; font-weight: 900; letter-spacing: 1.3px; }.auth-card-head h2 { margin: 3px 0 0; font-size: 25px; letter-spacing: -1px; }.field { display: block; margin: 20px 0; }.field > span, .plain-field > span { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 800; color: #536872; }.field > div { height: 51px; border: 1px solid var(--line); border-radius: 11px; display: flex; align-items: center; gap: 9px; padding: 0 13px; }.field > div:focus-within, .plain-field input:focus, .owner-select select:focus { border-color: var(--teal); outline: 3px solid rgba(22,165,140,.1); }.field svg { color: #8799a2; }.field input { min-width: 0; flex: 1; border: 0; outline: 0; }.input-action { border: 0; background: none; padding: 4px; display: grid; place-items: center; cursor: pointer; }.form-message { padding: 11px 13px; border-radius: 10px; font-size: 12px; line-height: 1.5; }.form-message.error { color: #982e2e; background: #fff0f0; border: 1px solid #f0c7c7; }.form-message.info { color: #0b6f61; background: #e8f8f5; border: 1px solid #b9e2db; }.security-note { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 16px 0 0; color: #7c8b92; font-size: 10px; }.auth-help { color: #92a4ad; text-align: center; font-size: 12px; }.auth-help a { color: var(--lime); font-weight: 800; }

/* Página de downloads */
.downloads-page { min-height: 100vh; background: #edf2ef; }.download-hero { text-align: center; padding: 80px 0 47px; }.download-hero h1 { margin: 13px 0 15px; font-size: clamp(42px, 6vw, 65px); letter-spacing: -3px; }.download-hero p { color: var(--muted); max-width: 700px; margin: auto; line-height: 1.7; }.download-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 900px; }.download-card { padding: 34px; background: white; border: 1px solid var(--line); border-radius: var(--radius); position: relative; }.download-card.recommended { border: 2px solid #9ed524; }.download-badge { position: absolute; top: 18px; right: 18px; padding: 6px 9px; border-radius: 20px; background: #eafaC8; color: #527e08; font-size: 8px; font-weight: 900; letter-spacing: 1px; }.download-badge.neutral { background: #edf2f3; color: #536872; }.platform-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; background: var(--lime); }.platform-icon.apple { background: var(--ink); color: white; }.platform-icon svg { width: 29px; height: 29px; }.download-card h2 { margin: 24px 0 9px; font-size: 25px; }.download-card > p { min-height: 75px; color: var(--muted); line-height: 1.6; font-size: 13px; }.download-card ul { list-style: none; padding: 0; margin: 25px 0; }.download-card li { display: flex; align-items: center; gap: 8px; padding: 10px 0; border-top: 1px solid var(--line); font-size: 12px; }.download-card li svg { color: var(--teal); }.download-note { max-width: 900px; margin-top: 18px; margin-bottom: 70px; padding: 20px 23px; background: #fff9e7; border: 1px solid #edda9e; border-radius: 14px; }.download-note b { font-size: 13px; }.download-note p { margin: 5px 0 0; color: #796c49; font-size: 12px; line-height: 1.55; }

/* Portal shell */
.portal { min-height: 100vh; background: #eef2ef; display: grid; grid-template-columns: 255px 1fr; }.sidebar { position: fixed; inset: 0 auto 0 0; z-index: 50; width: 255px; background: var(--ink); color: white; padding: 23px 17px; display: flex; flex-direction: column; }.sidebar-brand { padding: 0 6px 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1); }.sidebar-brand > button { display: none; border: 0; background: none; color: white; }.user-chip { margin: 19px 1px 24px; display: flex; gap: 10px; align-items: center; }.user-chip > span { flex: 0 0 auto; width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px; background: var(--lime); color: var(--ink); font-weight: 900; }.user-chip div { min-width: 0; display: flex; flex-direction: column; }.user-chip b { font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.user-chip small { color: #718993; margin-top: 4px; font-size: 9px; }.sidebar-nav { display: flex; flex-direction: column; gap: 5px; }.sidebar-nav button, .sidebar-bottom a, .sidebar-bottom button { width: 100%; height: 43px; padding: 0 12px; border: 0; border-radius: 10px; display: flex; align-items: center; gap: 11px; background: none; color: #8da2ac; text-align: left; font-size: 12px; font-weight: 700; cursor: pointer; }.sidebar-nav button svg, .sidebar-bottom svg { width: 17px; }.sidebar-nav button.active { background: var(--lime); color: var(--ink); }.sidebar-nav button > span { flex: 1; }.sidebar-nav button i { min-width: 20px; height: 20px; padding: 0 5px; border-radius: 8px; background: #d75042; color: white; font-style: normal; font-size: 9px; display: grid; place-items: center; }.sidebar-bottom { margin-top: auto; border-top: 1px solid rgba(255,255,255,.1); padding-top: 13px; }.sidebar-bottom a:hover, .sidebar-bottom button:hover { color: white; background: rgba(255,255,255,.05); }.portal-main { grid-column: 2; min-width: 0; }.portal-top { height: 77px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; background: white; border-bottom: 1px solid var(--line); }.portal-top > div:nth-child(2) { display: flex; flex-direction: column; }.portal-top > div:nth-child(2) span { color: #76878f; font-size: 10px; }.portal-top > div:nth-child(2) b { margin-top: 2px; font-size: 13px; }.top-actions { display: flex; align-items: center; gap: 13px; }.secure-pill { display: flex; align-items: center; gap: 6px; color: #467b69; font-size: 10px; font-weight: 750; }.secure-pill svg { width: 15px; }.avatar { width: 36px; height: 36px; border: 0; border-radius: 11px; background: var(--ink); color: white; font-weight: 800; cursor: pointer; }.menu-button { display: none; border: 0; background: none; }.portal-content { max-width: 1320px; margin: auto; padding: 38px; }.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 28px; }.section-head > div > span { color: #6d9c12; font-size: 9px; letter-spacing: 1.7px; font-weight: 900; }.section-head h1 { margin: 6px 0; font-size: clamp(29px, 3vw, 39px); letter-spacing: -1.8px; }.section-head p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }.notice { margin-bottom: 18px; padding: 14px 16px; display: flex; align-items: center; gap: 11px; border-radius: 12px; }.notice.error { background: #fff0f0; color: #912f2f; border: 1px solid #efc3c3; }.notice p { flex: 1; margin: 0; font-size: 12px; }.notice button { border: 0; background: none; display: flex; align-items: center; gap: 6px; font-weight: 800; cursor: pointer; }.notice svg { width: 17px; }.app-loading { min-height: 100vh; background: var(--ink); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; }.app-loading .brand { pointer-events: none; }.app-loading p { color: #8fa3ad; font-size: 12px; }.loader-ring { width: 28px; height: 28px; border: 3px solid rgba(184,242,58,.23); border-top-color: var(--lime); border-radius: 50%; animation: rotate .8s linear infinite; }.button-spinner { width: 15px; height: 15px; border: 2px solid rgba(7,27,41,.25); border-top-color: var(--ink); border-radius: 50%; animation: rotate .8s linear infinite; }.spin { animation: rotate 1s linear infinite; } @keyframes rotate { to { transform: rotate(360deg); } }

/* Devices */
.renewal-alert { margin-bottom: 22px; padding: 17px 19px; border: 1px solid #efd28e; background: #fff7df; border-radius: 15px; display: flex; align-items: center; gap: 14px; }.renewal-alert > span { width: 43px; height: 43px; display: grid; place-items: center; color: #9c650b; background: #ffe9b0; border-radius: 12px; }.renewal-alert > div { flex: 1; }.renewal-alert b { font-size: 13px; }.renewal-alert p { margin: 3px 0 0; color: #806c3b; font-size: 11px; }.renewal-alert button { border: 0; background: none; display: flex; align-items: center; gap: 4px; color: #8b5d09; font-weight: 850; cursor: pointer; font-size: 11px; }.renewal-alert button svg { width: 16px; }.device-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 17px; }.device-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 8px 30px rgba(7,27,41,.04); }.device-shot { position: relative; height: 180px; background: var(--ink-2); display: grid; place-items: center; overflow: hidden; }.device-shot > img { width: 100%; height: 100%; object-fit: cover; opacity: .7; }.device-shot > svg { width: 50px; height: 50px; color: #466273; }.device-shot > span { position: absolute; left: 14px; top: 14px; padding: 7px 9px; border-radius: 20px; background: rgba(4,19,29,.8); color: #c4d1d6; font-size: 8px; font-weight: 900; display: flex; align-items: center; gap: 6px; }.device-shot > span i { width: 6px; height: 6px; border-radius: 50%; background: #82949d; }.device-shot > span.online i { background: var(--lime); box-shadow: 0 0 0 3px rgba(184,242,58,.14); }.device-info { padding: 19px; }.device-title { min-height: 46px; display: flex; justify-content: space-between; align-items: start; gap: 8px; }.device-title h2 { margin: 0 0 4px; font-size: 18px; letter-spacing: -.5px; }.device-title code { color: #8a9aa2; font-size: 9px; }.device-title > button, .device-title form button { border: 0; background: #edf2ef; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; cursor: pointer; }.device-title svg { width: 14px; }.device-title form { width: 100%; display: flex; gap: 6px; }.device-title form input { min-width: 0; flex: 1; border: 1px solid var(--teal); border-radius: 8px; padding: 0 9px; outline: 0; }.expiry-box { margin: 14px 0; padding: 13px 14px; background: #eff4f1; border-radius: 12px; }.expiry-box.urgent { background: #fff2df; }.expiry-box > span { color: #6d7e86; font-size: 8px; letter-spacing: 1px; font-weight: 900; }.expiry-box > div { display: flex; align-items: baseline; gap: 7px; }.expiry-box strong { font-size: 28px; letter-spacing: -1px; }.expiry-box small { color: #687a82; font-size: 10px; }.expiry-box p { margin: -1px 0 0; color: #84939a; font-size: 9px; }.expiry-box.urgent strong { color: #bd6415; }.powered { margin: 27px 0 0; text-align: center; color: #87979e; font-size: 9px; }.cards-skeleton { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }.cards-skeleton i { height: 420px; border-radius: 18px; background: #e2e8e4; animation: pulse 1.2s ease-in-out infinite alternate; } @keyframes pulse { to { opacity: .45; } }.empty-state { padding: 65px 25px; text-align: center; background: white; border: 1px dashed #b9c9c3; border-radius: var(--radius); }.empty-state > span { margin: auto; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; background: #edf3ef; color: #729287; }.empty-state h2 { margin: 17px 0 8px; font-size: 20px; }.empty-state p { max-width: 500px; margin: auto; color: var(--muted); line-height: 1.6; font-size: 12px; }

/* Renewal */
.renew-layout { display: grid; grid-template-columns: 1fr 310px; gap: 20px; align-items: start; }.renew-builder, .order-summary, .settings-card, .contact-card, .admin-card { background: white; border: 1px solid var(--line); border-radius: 17px; }.renew-builder { padding: 25px; }.builder-step { display: flex; align-items: center; gap: 12px; margin: 2px 0 15px; }.builder-step > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--ink); color: var(--lime); font-weight: 900; }.builder-step h2 { margin: 0; font-size: 16px; }.builder-step p { margin: 3px 0 0; color: var(--muted); font-size: 9px; }.select-devices { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin-bottom: 28px; }.select-devices label { min-width: 0; padding: 12px; border: 1px solid var(--line); border-radius: 11px; display: flex; align-items: center; gap: 9px; cursor: pointer; }.select-devices label.selected { border-color: #92ca1d; background: #f5fde5; }.select-devices input { display: none; }.select-devices label > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 9px; background: #eaf0ec; }.select-devices svg { width: 17px; }.select-devices label div { min-width: 0; flex: 1; display: flex; flex-direction: column; }.select-devices b { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 11px; }.select-devices small { color: var(--muted); margin-top: 3px; font-size: 9px; }.select-devices label > i { width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid #bdcac5; border-radius: 6px; color: transparent; }.select-devices label.selected > i { background: var(--lime); border-color: var(--lime-dark); color: var(--ink); }.select-devices label > i svg { width: 12px; }.plan-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 28px; }.plan-choices button { text-align: left; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: white; cursor: pointer; display: flex; flex-direction: column; }.plan-choices button.selected { background: var(--ink); color: white; border-color: var(--ink); }.plan-choices span { color: #67910f; font-size: 8px; font-weight: 900; letter-spacing: .9px; }.plan-choices button.selected span { color: var(--lime); }.plan-choices b { margin-top: 7px; font-size: 22px; }.plan-choices small { color: var(--muted); font-size: 9px; }.payment-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.payment-choices button { padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: white; display: flex; align-items: center; gap: 10px; text-align: left; cursor: pointer; }.payment-choices button.selected { border: 2px solid var(--teal); padding: 13px; background: #effaf7; }.payment-choices button:disabled { opacity: .45; cursor: not-allowed; }.payment-choices button > svg { width: 23px; color: var(--teal); }.payment-choices div { display: flex; flex-direction: column; }.payment-choices b { font-size: 11px; }.payment-choices small { color: var(--muted); font-size: 9px; margin-top: 2px; }.order-summary { position: sticky; top: 20px; padding: 24px; }.order-summary > span { color: #6b990d; font-size: 8px; font-weight: 900; letter-spacing: 1.4px; }.order-summary h2 { margin: 5px 0 21px; font-size: 20px; }.summary-lines { border-block: 1px solid var(--line); padding-block: 8px; }.summary-lines p { margin: 9px 0; display: flex; justify-content: space-between; font-size: 11px; }.summary-lines span { color: var(--muted); }.summary-total { display: flex; justify-content: space-between; align-items: flex-end; padding: 19px 0; }.summary-total span { color: var(--muted); font-size: 11px; }.summary-total b { font-size: 25px; letter-spacing: -1px; }.order-summary > small { display: block; text-align: center; color: var(--muted); line-height: 1.4; margin-top: 10px; font-size: 8px; }
.modal-backdrop { position: fixed; inset: 0; z-index: 100; padding: 22px; background: rgba(4,19,29,.75); display: grid; place-items: center; overflow-y: auto; }.payment-modal { position: relative; width: min(450px, 100%); background: white; border-radius: 22px; padding: 28px; text-align: center; }.modal-close { position: absolute; top: 15px; right: 15px; width: 35px; height: 35px; border: 0; background: #eff3f1; border-radius: 10px; display: grid; place-items: center; cursor: pointer; }.modal-close svg { width: 17px; }.success-mark { width: 55px; height: 55px; margin: auto; border-radius: 16px; background: var(--lime); display: grid; place-items: center; }.payment-modal h2 { margin: 17px 0 7px; font-size: 22px; }.payment-modal > p { color: var(--muted); font-size: 11px; line-height: 1.5; }.pix-qr { width: 210px; margin: 17px auto; }.pix-code { display: flex; padding: 9px; gap: 7px; background: #edf2ef; border-radius: 10px; }.pix-code code { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 8px; text-align: left; }.pix-code button { border: 0; background: white; border-radius: 7px; padding: 5px 9px; font-size: 9px; font-weight: 800; cursor: pointer; }.pix-total { display: flex; justify-content: space-between; margin: 17px 0; }.pix-total span { color: var(--muted); font-size: 11px; }.pix-total b { font-size: 20px; }.payment-modal > small { display: block; margin-top: 10px; color: #8a794d; font-size: 9px; }

/* Team and profile */
.privacy-tip { margin-bottom: 20px; padding: 15px 17px; display: flex; gap: 11px; align-items: center; background: #e8f7f3; border: 1px solid #bee4da; border-radius: 13px; color: #266c61; }.privacy-tip > svg { flex: 0 0 auto; }.privacy-tip b { font-size: 12px; }.privacy-tip p { margin: 2px 0 0; font-size: 10px; }.team-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }.member-card { padding: 18px; background: white; border: 1px solid var(--line); border-radius: 16px; display: grid; grid-template-columns: 42px 1fr; gap: 12px; }.member-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--ink); color: var(--lime); font-weight: 900; }.member-main { display: flex; justify-content: space-between; align-items: start; }.member-main h2 { margin: 2px 0 3px; font-size: 15px; }.member-main p { margin: 0; color: var(--muted); font-size: 9px; }.member-main > span { padding: 5px 7px; border-radius: 10px; font-size: 7px; font-weight: 900; }.member-main > span.active { background: #e4f7df; color: #438733; }.member-main > span.inactive { background: #f4e7e7; color: #9f4a4a; }.member-phones, .member-actions { grid-column: 1 / -1; }.member-phones { padding: 12px; background: #f1f5f2; border-radius: 10px; }.member-phones > span { color: #708088; font-size: 7px; font-weight: 900; letter-spacing: .8px; }.member-phones > div { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 7px; }.member-phones small { display: flex; align-items: center; gap: 4px; padding: 5px 7px; background: white; border-radius: 7px; font-size: 8px; }.member-phones svg { width: 11px; }.member-actions { display: flex; justify-content: flex-end; gap: 6px; }.member-actions button, .table-wrap td:last-child button { padding: 7px 9px; border: 1px solid var(--line); border-radius: 8px; background: white; display: inline-flex; align-items: center; gap: 5px; font-size: 9px; font-weight: 800; cursor: pointer; }.member-actions svg, .table-wrap td:last-child svg { width: 13px; height: 13px; }.danger { color: var(--danger) !important; }.member-form { background: white; border: 1px solid var(--line); border-radius: 18px; padding: 24px; }.member-form.inline { grid-column: 1 / -1; }.member-form.modal-form { width: min(580px, 100%); }.form-head { display: flex; justify-content: space-between; align-items: start; margin-bottom: 20px; }.form-head span { color: #68920e; font-size: 8px; font-weight: 900; letter-spacing: 1px; }.form-head h2 { margin: 4px 0 0; }.form-head button { border: 0; background: #edf2ef; border-radius: 8px; width: 32px; height: 32px; display: grid; place-items: center; cursor: pointer; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }.plain-field { display: block; }.plain-field.full { grid-column: 1/-1; }.plain-field input { width: 100%; height: 43px; padding: 0 11px; border: 1px solid var(--line); border-radius: 9px; outline: 0; background: white; font-size: 11px; }.plain-field input:disabled { background: #edf2ef; color: #85949a; }.phone-checks { margin: 19px 0; border: 0; padding: 0; }.phone-checks legend { margin-bottom: 9px; color: #536872; font-size: 10px; font-weight: 800; }.phone-checks > label { display: inline-block; margin: 0 7px 7px 0; }.phone-checks input { display: none; }.phone-checks span { padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; display: flex; align-items: center; gap: 6px; font-size: 9px; cursor: pointer; }.phone-checks input:checked + span { background: #ecf9d2; border-color: #9ed22e; }.phone-checks svg { width: 14px; }.toggle { display: flex; align-items: center; gap: 8px; font-size: 10px; }.toggle input { display: none; }.toggle i { width: 32px; height: 18px; border-radius: 20px; background: #aab7b2; position: relative; }.toggle i::after { content: ""; width: 12px; height: 12px; position: absolute; left: 3px; top: 3px; border-radius: 50%; background: white; transition: left .15s; }.toggle input:checked + i { background: var(--teal); }.toggle input:checked + i::after { left: 17px; }.form-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 19px; }.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.settings-card, .contact-card { padding: 25px; }.settings-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; background: var(--lime); }.settings-card h2, .contact-card h2 { font-size: 18px; margin: 16px 0 19px; }.settings-card .plain-field { margin-bottom: 13px; }.contact-card { background: var(--ink); color: white; }.contact-card .settings-icon { color: var(--ink); }.contact-card p { color: #91a5ae; line-height: 1.65; font-size: 12px; margin-bottom: 25px; }.contact-card .dark { background: var(--lime); color: var(--ink); }

/* Admin */
.admin-kpis { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-bottom: 19px; }.admin-kpis article { display: flex; gap: 12px; align-items: center; padding: 17px; background: white; border: 1px solid var(--line); border-radius: 14px; }.admin-kpis article > svg { width: 29px; color: var(--teal); }.admin-kpis div { display: flex; flex-direction: column; }.admin-kpis strong { font-size: 19px; }.admin-kpis span { color: var(--muted); font-size: 9px; }.admin-tabs { display: flex; gap: 4px; margin-bottom: 10px; }.admin-tabs button { border: 0; background: none; padding: 10px 14px; color: var(--muted); font-size: 11px; font-weight: 800; cursor: pointer; border-radius: 9px; }.admin-tabs button.active { background: var(--ink); color: white; }.admin-card { overflow: hidden; }.admin-card-head { padding: 19px 21px; border-bottom: 1px solid var(--line); display: flex; align-items: end; justify-content: space-between; gap: 20px; }.admin-card-head h2 { margin: 0 0 4px; font-size: 17px; }.admin-card-head p { margin: 0; color: var(--muted); font-size: 9px; }.owner-select span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 8px; font-weight: 800; }.owner-select select { min-width: 250px; height: 38px; padding: 0 9px; border: 1px solid var(--line); border-radius: 8px; background: white; outline: 0; font-size: 10px; }.table-wrap { overflow-x: auto; }.table-wrap table { width: 100%; border-collapse: collapse; min-width: 800px; }.table-wrap th { padding: 11px 17px; text-align: left; background: #f2f5f3; color: #73838b; font-size: 8px; letter-spacing: .8px; }.table-wrap td { padding: 14px 17px; border-top: 1px solid var(--line); font-size: 10px; }.table-wrap td > b, .table-wrap td > small { display: block; }.table-wrap td > small { margin-top: 4px; color: var(--muted); font-size: 8px; }.role-tag, .table-status, .order-status { display: inline-flex; padding: 5px 7px; border-radius: 9px; background: #e8eff0; color: #4f6873; font-size: 8px; font-weight: 900; text-transform: uppercase; }.table-status.active, .order-status.approved { background: #e2f6df; color: #3d8137; }.table-status.inactive, .order-status.rejected { background: #f7e1e1; color: #a44242; }.order-status.reported { background: #fff0c8; color: #8c6508; }.table-wrap td:last-child { white-space: nowrap; }.table-wrap td:last-child button { margin-right: 4px; }.table-wrap .approve { color: #308044; }.settings-form { padding-bottom: 22px; }.settings-form > .form-grid, .settings-form > .integration-note, .settings-form > .button { margin-left: 21px; margin-right: 21px; }.settings-form > .form-grid { margin-top: 22px; }.integration-note { display: flex; gap: 10px; padding: 13px; margin-top: 19px; background: #edf6f4; border-radius: 10px; color: #457068; }.integration-note svg { width: 18px; flex: 0 0 auto; }.integration-note p { margin: 0; font-size: 9px; line-height: 1.5; }.integration-note b { display: block; font-size: 10px; }.settings-form > .button { margin-top: 16px; }

/* Remote player */
.player-overlay { position: fixed; z-index: 200; inset: 0; background: #030d14; color: white; display: grid; grid-template-rows: 65px minmax(0,1fr) 72px; }.player-top { padding: 0 22px; display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.11); background: #061824; }.icon-circle { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; background: rgba(255,255,255,.05); color: white; display: grid; place-items: center; cursor: pointer; }.icon-circle svg { width: 18px; }.player-top > div { display: flex; flex-direction: column; }.player-top b { font-size: 13px; }.player-top div span { color: #718d9a; margin-top: 2px; font-size: 8px; }.connection { max-width: 330px; display: flex; align-items: center; gap: 7px; color: #a9bac1; font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.connection i { width: 7px; height: 7px; border-radius: 50%; background: #d28b27; }.connection.online i { background: var(--lime); box-shadow: 0 0 0 4px rgba(184,242,58,.12); }.remote-workspace { min-height: 0; position: relative; padding: 16px 80px 16px 16px; display: grid; place-items: center; }.remote-device { position: relative; height: 100%; aspect-ratio: 9/16; max-width: 100%; overflow: hidden; background: black; border: 1px solid #294150; border-radius: 18px; box-shadow: 0 25px 90px black; }.remote-workspace.is-landscape .remote-device { width: 100%; height: auto; max-height: 100%; aspect-ratio: 16/9; }.remote-device #phone-remote-stage { width: 100%; height: 100%; }.remote-device #phone-remote-stage > * { max-width: 100%; max-height: 100%; }.remote-loading { position: absolute; inset: 0; background: #06141c; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-align: center; padding: 20px; }.remote-loading.hidden { display: none; }.remote-loading b { font-size: 12px; }.remote-loading small { color: #79909b; font-size: 9px; }.remote-tools { position: absolute; top: 50%; right: 17px; transform: translateY(-50%); display: flex; flex-direction: column; gap: 8px; }.remote-tools > button { width: 50px; min-height: 54px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: #0b2331; color: #b9c7cd; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; cursor: pointer; }.remote-tools > button svg { width: 19px; }.remote-tools > button span { font-size: 7px; }.remote-tools form { position: absolute; right: 59px; top: 0; display: flex; background: #0b2331; border: 1px solid #294150; border-radius: 11px; overflow: hidden; }.remote-tools form input { width: 230px; height: 47px; padding: 0 12px; border: 0; background: transparent; outline: 0; color: white; font-size: 10px; }.remote-tools form button { width: 45px; border: 0; background: var(--lime); display: grid; place-items: center; cursor: pointer; }.android-dock { background: #061824; border-top: 1px solid rgba(255,255,255,.11); display: flex; align-items: center; justify-content: center; gap: 14px; }.android-dock button { width: 115px; border: 0; background: none; color: #a5b6bd; display: flex; flex-direction: column; align-items: center; gap: 4px; cursor: pointer; }.android-dock button:hover { color: var(--lime); }.android-dock svg { width: 20px; }.android-dock span { font-size: 7px; }

@media (max-width: 1000px) {
  .public-nav { display: none; }.hero { grid-template-columns: 1fr; padding-block: 80px; text-align: center; }.hero-copy { display: flex; flex-direction: column; align-items: center; }.hero-product { display: none; }.benefit-grid { grid-template-columns: 1fr 1fr; }.how-grid { grid-template-columns: 1fr; gap: 45px; }.auth-shell { grid-template-columns: 1fr; max-width: 600px; gap: 38px; }.auth-story { text-align: center; }.auth-story > p { margin-inline: auto; }.auth-points { text-align: left; }.device-grid, .cards-skeleton { grid-template-columns: repeat(2,1fr); }.admin-kpis { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .section-shell { width: min(100% - 30px, 1180px); }.header-inner { height: 68px; }.brand-icon { width: 39px; height: 39px; }.brand-icon img { width: 37px; height: 37px; }.brand b { font-size: 19px; }.header-login { padding: 9px 12px; }.hero { min-height: auto; padding-block: 72px; }.hero-copy h1 { font-size: 47px; letter-spacing: -3px; }.hero-lead { font-size: 15px; }.hero-actions { flex-direction: column; width: 100%; }.proof-grid { grid-template-columns: 1fr 1fr; gap: 25px; }.proof-grid div:nth-child(3) { border-left: 0; padding-left: 0; }.content-section, .plans-section { padding-block: 75px; }.benefit-grid, .plans-grid, .download-grid { grid-template-columns: 1fr; }.how-section { padding-block: 75px; }.footer-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; }.footer-grid nav { flex-wrap: wrap; justify-content: center; }.legal { flex-direction: column; gap: 10px; text-align: center; }.auth-shell { min-height: calc(100vh - 68px); width: min(100% - 28px, 500px); padding-block: 45px; }.auth-story h1 { font-size: 43px; }.auth-card { padding: 25px 20px; }.download-hero { padding-top: 55px; }.download-card > p { min-height: auto; }
  .portal { display: block; }.sidebar { width: min(290px, 88vw); transform: translateX(-105%); box-shadow: 25px 0 70px rgba(0,0,0,.3); transition: transform .2s; }.sidebar.open { transform: translateX(0); }.sidebar-brand > button { display: grid; place-items: center; }.portal-main { min-height: 100vh; }.portal-top { height: 66px; padding: 0 15px; }.menu-button { display: grid; place-items: center; }.portal-top > div:nth-child(2) { display: none; }.secure-pill { display: none; }.portal-content { padding: 24px 15px; }.section-head { align-items: start; }.section-head .button { min-height: 40px; padding: 0 12px; font-size: 0; }.section-head .button svg { margin: 0; }.device-grid, .cards-skeleton { grid-template-columns: 1fr; }.renewal-alert { align-items: start; flex-wrap: wrap; }.renewal-alert > div { min-width: calc(100% - 60px); }.renewal-alert button { margin-left: 56px; }.renew-layout { grid-template-columns: 1fr; }.order-summary { position: static; }.select-devices, .plan-choices, .payment-choices { grid-template-columns: 1fr; }.team-list, .profile-grid { grid-template-columns: 1fr; }.form-grid { grid-template-columns: 1fr; }.plain-field.full { grid-column: auto; }.admin-kpis { grid-template-columns: 1fr 1fr; }.admin-card-head { align-items: start; flex-direction: column; }.owner-select, .owner-select select { width: 100%; min-width: 0; }.player-top { padding: 0 12px; grid-template-columns: 40px 1fr; }.connection { display: none; }.remote-workspace { padding: 12px 12px 72px; }.remote-tools { inset: auto 12px 12px; transform: none; flex-direction: row; justify-content: center; }.remote-tools form { position: static; max-width: calc(100vw - 150px); }.remote-tools form input { width: min(210px, calc(100vw - 200px)); }.remote-tools > button { min-height: 47px; width: 47px; }.android-dock button { width: 28%; }.remote-device { border-radius: 12px; }
}

@media (max-width: 430px) {
  .hero-copy h1 { font-size: 41px; }.trust-row { justify-content: center; }.proof-grid { grid-template-columns: 1fr; }.proof-grid div { border: 0; padding-left: 0; }.benefit-grid { grid-template-columns: 1fr; }.admin-kpis { grid-template-columns: 1fr; }.member-card { grid-template-columns: 36px 1fr; }.member-avatar { width: 36px; height: 36px; }.payment-modal { padding: 23px 17px; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

/* PHP installer and server-rendered utility states */
.install-page { min-height: 100vh; padding: 50px 20px; display: grid; place-items: center; background: linear-gradient(145deg, #04131d 0%, #0b2b38 100%); }
.install-card { width: min(720px, 100%); padding: 35px; border-radius: 24px; background: white; box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.install-brand { margin-bottom: 25px; }
.install-card > h1 { margin: 10px 0; font-size: clamp(28px, 5vw, 42px); letter-spacing: -1.7px; }
.install-card > p { margin: 0 0 25px; color: var(--muted); line-height: 1.65; }
.install-card form > .button { margin-top: 22px; }
.install-card > small { display: block; margin-top: 17px; color: var(--muted); text-align: center; line-height: 1.5; }

/* Diagnóstico da hospedagem Hostinger */
.hostinger-check-page { min-height: 100vh; padding: 50px 20px; background: radial-gradient(circle at 80% 0, rgba(39,216,240,.15), transparent 35rem), #07111f; }
.hostinger-check-card { width: min(900px,100%); margin: auto; padding: 32px; border: 1px solid rgba(162,190,217,.17); border-radius: 24px; color: #e4edf5; background: linear-gradient(150deg,#102136,#091522); box-shadow: 0 30px 100px rgba(0,0,0,.38); }
.hostinger-check-card .brand b { color: white; }
.hostinger-check-card .brand small { color: #6f8598; }
.hostinger-check-head { display: flex; justify-content: space-between; gap: 25px; align-items: start; }
.hostinger-check-head .brand { margin-bottom: 25px; }
.hostinger-check-head h1 { margin: 10px 0; font-size: clamp(29px,5vw,45px); letter-spacing: -1.8px; }
.hostinger-check-head p { margin: 0; color: #8296aa; line-height: 1.65; }
.hostinger-score { flex: 0 0 auto; min-width: 78px; height: 78px; display: grid; place-items: center; border-radius: 22px; font-size: 19px; font-weight: 900; }
.hostinger-score.ok { color: #9df5cf; border: 1px solid rgba(55,230,161,.3); background: rgba(55,230,161,.09); }
.hostinger-score.error { color: #ff9aa5; border: 1px solid rgba(255,92,108,.3); background: rgba(255,92,108,.09); }
.hostinger-check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }
.hostinger-check { min-height: 88px; padding: 15px; display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; border: 1px solid rgba(162,190,217,.14); border-radius: 14px; background: rgba(255,255,255,.025); }
.hostinger-check > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; font-weight: 900; }
.hostinger-check.ok > span { color: #9df5cf; background: rgba(55,230,161,.1); }
.hostinger-check.warning > span { color: #ffd18f; background: rgba(255,180,81,.1); }
.hostinger-check.error > span { color: #ff9aa5; background: rgba(255,92,108,.1); }
.hostinger-check b { display: block; font-size: 12px; }
.hostinger-check p { margin: 5px 0 0; color: #758b9e; font-size: 10px; line-height: 1.55; overflow-wrap: anywhere; }
.hostinger-check-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 22px; }
.hostinger-note { color: #a98c65; font-size: 10px; text-align: center; }

@media (max-width: 680px) {
  .hostinger-check-card { padding: 24px 17px; }
  .hostinger-check-head { display: grid; }
  .hostinger-score { grid-row: 1; min-width: 68px; height: 68px; }
  .hostinger-check-list { grid-template-columns: 1fr; }
  .hostinger-check-actions { flex-direction: column-reverse; }
  .hostinger-check-actions .button { justify-content: center; }
}
.app-loading.inline { min-height: 280px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: var(--muted); }
.phone-placeholder { height: 100%; display: grid; place-items: center; color: var(--lime); background: radial-gradient(circle at 50% 15%, #143848, #061722 70%); font-size: 22px; font-weight: 900; letter-spacing: -1px; }
.pix-qr { min-height: 220px; display: grid; place-items: center; }
.pix-qr img, .pix-qr canvas { width: 220px !important; height: 220px !important; }
.history-card, .admin-orders { margin-top: 20px; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.history-card > h2 { margin: 0 0 15px; font-size: 16px; }
.history-list { display: grid; gap: 8px; }
.history-list > div { padding: 12px 13px; display: grid; grid-template-columns: 130px 1fr auto; gap: 12px; align-items: center; border-radius: 10px; background: #f1f5f2; font-size: 10px; }
.history-list small, .muted { color: var(--muted); }

/* Seleção de aparelhos, integração e saída visível — v3 */
.top-logout { padding: 9px 12px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); font-size: 10px; font-weight: 850; }
.logout-link { color: #ffb4aa !important; }
.sidebar .brand { min-width: 0; gap: 8px; }
.sidebar .brand b { font-size: 16px; letter-spacing: -.5px; white-space: nowrap; }
.sidebar .brand small { font-size: 6px; letter-spacing: 1px; }
.device-head-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.device-head-actions > span { color: var(--muted) !important; letter-spacing: 0 !important; font-size: 9px !important; }
.device-card { position: relative; transition: border-color .16s, box-shadow .16s, transform .16s; }
.device-card.selected { border-color: #78aa11; box-shadow: 0 0 0 3px rgba(184,242,58,.22), 0 12px 35px rgba(7,27,41,.08); transform: translateY(-2px); }
.device-selector { width: 100%; height: 38px; padding: 0 14px; border: 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: flex-end; gap: 7px; background: #f7faf8; color: #64767e; font-size: 9px; font-weight: 850; cursor: pointer; }
.device-selector i { width: 16px; height: 16px; display: grid; place-items: center; border: 1px solid #9eada7; border-radius: 5px; background: white; color: var(--ink); font-style: normal; }
.device-card.selected .device-selector { background: #effbd7; color: #527d08; border-color: #cbe993; }
.device-card.selected .device-selector i { border-color: var(--lime); background: var(--lime); }
.privacy-tip > div { flex: 1; }
.integration-status { flex: 0 0 auto; padding: 7px 9px; border-radius: 10px; background: #dce7e3; color: #60736d; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .5px; }
.integration-status.active { background: #d9f1ae; color: #477506; }
.owner-card { border-color: #badf70; background: linear-gradient(145deg,#fff,#f7ffe8); }
.owner-card .member-avatar { background: var(--lime); color: var(--ink); }
.owner-card .member-actions { color: var(--muted); font-size: 9px; }
.empty-state.compact { margin-top: 14px; padding: 35px 20px; }

@media (max-width: 600px) {
  .install-card { padding: 25px 18px; }
  .history-list > div { grid-template-columns: 1fr; gap: 4px; }
  .top-logout { padding: 8px 10px; }
  .device-head-actions { width: 100%; justify-content: flex-start; }
  .device-head-actions .button { font-size: 9px; }
  .privacy-tip { align-items: flex-start; flex-direction: column; }
}

/* Painel PHone Soluções 4.0 — mesma linguagem visual do app Android/Windows */
.portal-app {
  --app-bg: #07111f;
  --app-panel: #0c1a2a;
  --app-panel-2: #102136;
  --app-line: rgba(162,190,217,.17);
  --app-text: #e4edf5;
  --app-muted: #8296aa;
  --app-cyan: #27d8f0;
  --app-blue: #4f9fff;
  --app-orange: #ffb451;
  min-height: 100dvh;
  grid-template-columns: 272px minmax(0, 1fr);
  color: var(--app-text);
  background: radial-gradient(circle at 80% 0, rgba(32,106,151,.16), transparent 33rem), var(--app-bg);
}
.portal-app .sidebar { width: 272px; padding: 20px 15px; color: var(--app-text); background: rgba(5,14,25,.97); border-right: 1px solid var(--app-line); }
.portal-app .sidebar-brand { padding: 0 5px 19px; border-color: var(--app-line); }
.portal-app .sidebar .brand-icon { border-color: rgba(39,216,240,.25); background: #091827; }
.portal-app .sidebar .brand b { color: #fff; font-size: 17px; }
.portal-app .sidebar .brand small { color: #5f7b91; }
.portal-app .cloud-state { display: grid; grid-template-columns: auto 1fr; gap: 2px 8px; align-items: center; margin: 16px 3px 3px; padding: 10px 12px; border: 1px solid rgba(39,216,240,.13); border-radius: 11px; background: rgba(39,216,240,.045); }
.portal-app .cloud-state i { grid-row: 1/3; width: 8px; height: 8px; border-radius: 50%; background: var(--app-cyan); box-shadow: 0 0 0 5px rgba(39,216,240,.09); }
.portal-app .cloud-state span { color: #718ca1; font-size: 7px; font-weight: 900; letter-spacing: 1.2px; }
.portal-app .cloud-state b { color: var(--app-cyan); font-size: 8px; letter-spacing: .5px; }
.portal-app .user-chip { margin: 18px 3px 23px; }
.portal-app .user-chip > span, .portal-app .avatar { color: #03151d; background: linear-gradient(135deg, var(--app-cyan), var(--app-blue)); }
.portal-app .user-chip small { color: #60788c; }
.portal-app .sidebar-nav { gap: 6px; }
.portal-app .sidebar-nav button, .portal-app .sidebar-bottom a { color: #8196a9; }
.portal-app .sidebar-nav button > i, .portal-app .sidebar-bottom a > i { width: 22px; color: currentColor; font-style: normal; font-size: 15px; text-align: center; }
.portal-app .sidebar-nav button.active { color: #03151d; background: linear-gradient(110deg, var(--app-cyan), #5db1ff); box-shadow: 0 9px 25px rgba(39,216,240,.13); }
.portal-app .sidebar-nav button em { min-width: 19px; height: 19px; display: grid; place-items: center; padding: 0 5px; border-radius: 8px; color: #221300; background: var(--app-orange); font-size: 8px; font-style: normal; }
.portal-app .sidebar-bottom { border-color: var(--app-line); }
.portal-app .logout-link { color: #ff8994 !important; }
.portal-app .portal-main { grid-column: 2; }
.portal-app .portal-top { height: 74px; padding: 0 31px; color: var(--app-text); background: rgba(7,17,31,.84); border-color: var(--app-line); backdrop-filter: blur(14px); }
.portal-app .top-brand { display: flex; flex-direction: column; }
.portal-app .top-brand strong { color: #fff; font: 800 14px/1.2 Arial,sans-serif; }
.portal-app .top-brand small { margin-top: 4px; color: #5b7489; font-size: 7px; font-weight: 900; letter-spacing: 1.4px; }
.portal-app .secure-pill { color: #8ca3b5; }
.portal-app .secure-pill i { width: 7px; height: 7px; border-radius: 50%; background: #37e6a1; box-shadow: 0 0 0 4px rgba(55,230,161,.1); }
.portal-app .top-download, .portal-app .top-logout { padding: 9px 12px; border: 1px solid var(--app-line); border-radius: 10px; color: #9eb2c3; font-size: 10px; font-weight: 750; }
.portal-app .top-logout { color: #ff9ca6; border-color: rgba(255,137,148,.28); background: rgba(255,137,148,.05); }
.portal-app .top-logout:hover { color: #ffd0d5; border-color: rgba(255,137,148,.5); background: rgba(255,137,148,.1); }
.portal-app .portal-content { max-width: 1420px; padding: 39px 38px 60px; }
.portal-app .section-head { align-items: flex-end; margin-bottom: 27px; }
.portal-app .section-head > div > span { color: var(--app-cyan); }
.portal-app .section-head h1 { margin: 7px 0; color: #f4f8fb; font-size: clamp(28px,3vw,40px); }
.portal-app .section-head p, .portal-app .muted, .portal-app .powered { color: var(--app-muted); }
.portal-app .button.primary { color: #03151d; background: linear-gradient(110deg, var(--app-cyan), var(--app-blue)); }
.portal-app .button.soft, .portal-app .button.ghost { color: #a2b4c4; border-color: var(--app-line); background: rgba(255,255,255,.035); }
.portal-app .app-loading.inline { color: var(--app-muted); background: transparent; }
.portal-app .loader-ring { border-color: rgba(39,216,240,.18); border-top-color: var(--app-cyan); }

.portal-app .device-head-actions > span { color: #6f8598 !important; }
.portal-app .renewal-alert { color: #ffd18f; border-color: rgba(255,180,81,.28); background: rgba(255,180,81,.075); }
.portal-app .renewal-alert > span { color: var(--app-orange); background: rgba(255,180,81,.11); }
.portal-app .renewal-alert p { color: #a98c65; }
.portal-app .renewal-alert button { color: var(--app-orange); }
.portal-app .app-device-grid { grid-template-columns: repeat(auto-fill, minmax(min(100%, 275px), 318px)); justify-content: center; align-items: start; gap: 22px; }
.portal-app .app-device-card { overflow: hidden; border: 1px solid var(--app-line); border-radius: 20px; background: linear-gradient(150deg, var(--app-panel-2), #091522); box-shadow: 0 22px 55px rgba(0,0,0,.22); }
.portal-app .app-device-card.selected { border-color: rgba(39,216,240,.65); box-shadow: 0 0 0 3px rgba(39,216,240,.1), 0 24px 60px rgba(0,0,0,.3); }
.portal-app .app-device-shot { position: relative; height: auto; aspect-ratio: 9/14.8; overflow: hidden; background: #03080d; }
.portal-app .app-device-shot::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(4,11,19,.92)); pointer-events: none; }
.portal-app .app-device-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top center; opacity: .88; }
.portal-app .app-device-shot > .phone-placeholder { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border-radius: 0; }
.portal-app .app-device-shot > span.online, .portal-app .app-device-shot > span.offline { position: absolute; z-index: 3; top: 12px; left: 12px; display: flex; align-items: center; gap: 6px; padding: 7px 9px; border-radius: 9px; font-size: 7px; font-weight: 900; letter-spacing: .5px; }
.portal-app .app-device-shot > span.online { color: #9df5cf; background: rgba(8,55,44,.88); }
.portal-app .app-device-shot > span.offline { color: #ff9aa5; background: rgba(65,19,29,.88); }
.portal-app .app-device-shot > span i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.portal-app .settings-gear { position: absolute; z-index: 4; top: 11px; right: 11px; width: 43px; height: 43px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 12px; color: white; background: rgba(3,12,21,.8); box-shadow: 0 8px 22px rgba(0,0,0,.3); font-size: 20px; cursor: pointer; backdrop-filter: blur(8px); }
.portal-app .renew-chip { position: absolute; z-index: 4; right: 12px; bottom: 12px; padding: 6px 8px; border-radius: 8px; color: #281600; background: var(--app-orange); font-size: 7px; font-style: normal; font-weight: 900; }
.portal-app .app-device-info { padding: 0 16px 17px; }
.portal-app .device-selector { height: 38px; margin: 0 -16px 13px; width: calc(100% + 32px); padding: 0 16px; justify-content: flex-end; color: #70869a; border: 0; border-bottom: 1px solid var(--app-line); background: rgba(255,255,255,.02); }
.portal-app .device-selector i { border-color: #43596c; background: transparent; }
.portal-app .app-device-card.selected .device-selector { color: var(--app-cyan); border-color: var(--app-line); background: rgba(39,216,240,.06); }
.portal-app .app-device-card.selected .device-selector i { color: #03151d; border-color: var(--app-cyan); background: var(--app-cyan); }
.portal-app .device-title { align-items: flex-start; }
.portal-app .device-title h2 { margin: 0 0 5px; color: #edf4f9; font-size: 16px; }
.portal-app .device-title code { color: #5f768b; font-size: 8px; }
.portal-app .device-title > small { padding: 5px 7px; border-radius: 7px; color: #6f8ca3; background: rgba(255,255,255,.035); font-size: 7px; }
.portal-app .app-expiry { display: flex; align-items: center; gap: 10px; margin: 15px 0; padding: 12px; border: 1px solid rgba(55,230,161,.15); border-radius: 12px; background: rgba(55,230,161,.045); }
.portal-app .app-expiry > span { color: #37e6a1; font-size: 20px; }
.portal-app .app-expiry small, .portal-app .app-expiry strong { display: block; }
.portal-app .app-expiry small { color: #688095; font-size: 7px; }
.portal-app .app-expiry strong { margin-top: 4px; color: #bcf4dc; font-size: 12px; }
.portal-app .app-expiry.urgent { border-color: rgba(255,180,81,.24); background: rgba(255,180,81,.055); }
.portal-app .app-expiry.urgent > span, .portal-app .app-expiry.urgent strong { color: var(--app-orange); }
.portal-app .app-card-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.portal-app .app-card-actions .button { min-height: 46px; }
.portal-app .renew-one { min-width: 78px; border: 1px solid rgba(255,180,81,.28); border-radius: 12px; color: var(--app-orange); background: rgba(255,180,81,.06); font-weight: 800; cursor: pointer; }
.portal-app .phone-placeholder { color: var(--app-cyan); background: radial-gradient(circle at 50% 12%, #173a55, #07111f 70%); line-height: 1.15; text-align: center; }
.portal-app .powered { margin-top: 30px; text-align: center; font-size: 9px; }
.portal-app .empty-state { color: var(--app-text); border: 1px solid var(--app-line); background: rgba(255,255,255,.025); }
.portal-app .empty-state > span, .portal-app .cloud-connect-mark { color: #03151d; background: linear-gradient(135deg, var(--app-cyan), var(--app-blue)); }
.portal-app .cloud-error { display: grid; justify-items: center; gap: 9px; padding: 48px 22px; text-align: center; }
.portal-app .cloud-connect-card { max-width: 600px; margin: 20px auto; padding: 25px; display: grid; grid-template-columns: 56px 1fr; gap: 17px; border: 1px solid var(--app-line); border-radius: 20px; background: linear-gradient(150deg, var(--app-panel-2), #091522); box-shadow: 0 25px 65px rgba(0,0,0,.25); }
.portal-app .cloud-connect-mark { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 16px; font-weight: 900; }
.portal-app .cloud-connect-card h2 { margin: 3px 0 7px; color: white; }
.portal-app .cloud-connect-card p { margin: 0; color: var(--app-muted); font-size: 11px; line-height: 1.55; }
.portal-app .cloud-connect-card .plain-field, .portal-app .cloud-connect-card > .button { grid-column: 1/-1; }

/* Demais áreas do painel em tema escuro */
.portal-app .renew-builder, .portal-app .order-summary, .portal-app .history-card, .portal-app .member-card, .portal-app .settings-card, .portal-app .admin-card, .portal-app .admin-kpis article { color: var(--app-text); border-color: var(--app-line); background: linear-gradient(150deg, var(--app-panel-2), #091522); }
.portal-app .builder-step, .portal-app .summary-lines p, .portal-app .admin-card-head, .portal-app .table-wrap td { border-color: var(--app-line); }
.portal-app .select-devices label, .portal-app .plan-choices button, .portal-app .payment-choices button, .portal-app .member-phones, .portal-app .history-list > div { color: #a5b6c5; border-color: var(--app-line); background: rgba(255,255,255,.035); }
.portal-app .select-devices label.selected, .portal-app .plan-choices button.selected, .portal-app .payment-choices button.selected { color: var(--app-text); border-color: rgba(39,216,240,.45); background: rgba(39,216,240,.08); }
.portal-app .builder-step > span, .portal-app .select-devices label > span, .portal-app .settings-icon, .portal-app .member-avatar { color: #03151d; background: linear-gradient(135deg, var(--app-cyan), var(--app-blue)); }
.portal-app .order-summary > span, .portal-app .summary-total b { color: var(--app-cyan); }
.portal-app .privacy-tip { color: #9ac4bd; border-color: rgba(55,230,161,.18); background: rgba(55,230,161,.055); }
.portal-app .integration-status { color: #779084; background: rgba(255,255,255,.055); }
.portal-app .integration-status.active { color: #97e9c3; background: rgba(55,230,161,.1); }
.portal-app .owner-card { border-color: rgba(39,216,240,.25); background: linear-gradient(145deg,#10243a,#091522); }
.portal-app .member-phones small, .portal-app .member-actions button { color: #9eb1c1; border-color: var(--app-line); background: rgba(255,255,255,.04); }
.portal-app .contact-card { color: white; background: linear-gradient(145deg,#12304a,#07111f); }
.portal-app .contact-card .dark { color: #03151d; background: linear-gradient(110deg,var(--app-cyan),var(--app-blue)); }
.portal-app .plain-field > span { color: #8ca0b1; }
.portal-app .plain-field input, .portal-app .owner-select select { color: var(--app-text); border-color: var(--app-line); background: rgba(0,0,0,.2); }
.portal-app .plain-field input:disabled { color: #617589; background: rgba(0,0,0,.13); }
.portal-app .table-wrap th { color: #71879a; background: rgba(0,0,0,.2); }
.portal-app .table-wrap td:last-child button { color: #9eb1c1; border-color: var(--app-line); background: rgba(255,255,255,.035); }

/* Configurações de aparelho */
.device-modal-backdrop { align-items: flex-end; }
.device-sheet { width: min(620px,100%); max-height: 92dvh; padding: 0 20px max(20px,env(safe-area-inset-bottom)); overflow: auto; color: #e4edf5; border: 1px solid rgba(162,190,217,.18); border-radius: 26px 26px 0 0; background: linear-gradient(150deg,#102136,#07111f); box-shadow: 0 -25px 70px rgba(0,0,0,.5); }
.device-sheet-handle { width: 46px; height: 4px; margin: 8px auto 4px; border-radius: 10px; background: #41576b; }
.device-sheet-head { display: flex; justify-content: space-between; gap: 15px; align-items: start; padding: 14px 0; }
.device-sheet-head span, .rename-device-modal > div > span { color: #27d8f0; font-size: 8px; font-weight: 900; letter-spacing: 1.4px; }
.device-sheet-head h2, .rename-device-modal h2 { margin: 5px 0 0; font-size: 22px; }
.device-sheet-head button, .modal-x { width: 39px; height: 39px; border: 1px solid rgba(162,190,217,.17); border-radius: 11px; color: #a5b7c6; background: rgba(255,255,255,.04); font-size: 20px; cursor: pointer; }
.device-sheet-id { display: flex; justify-content: space-between; align-items: center; padding: 11px 12px; border: 1px solid rgba(162,190,217,.15); border-radius: 11px; color: #6f8598; background: rgba(0,0,0,.15); font: 9px ui-monospace,monospace; }
.device-sheet-id button { border: 0; color: #27d8f0; background: none; cursor: pointer; }
.device-sheet-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 11px 0; }
.device-sheet-facts div { padding: 11px; border: 1px solid rgba(162,190,217,.14); border-radius: 11px; background: rgba(255,255,255,.025); }
.device-sheet-facts small, .device-sheet-facts b { display: block; }
.device-sheet-facts small { color: #6f8598; font-size: 8px; }
.device-sheet-facts b { margin-top: 5px; font-size: 11px; }
.device-sheet .device-info-toggle { width: 100%; margin: 0 0 10px; }
.device-sheet .device-info-toggle { min-height: 48px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(39,216,240,.18); border-radius: 11px; color: #27d8f0; background: rgba(39,216,240,.06); font-weight: 750; cursor: pointer; }
.device-sheet .device-info-toggle span { font-size: 22px; }
.device-sheet .device-info-panel { margin: 0 0 10px; padding: 11px 13px; border: 1px solid rgba(162,190,217,.14); border-radius: 11px; color: #91a5b6; background: rgba(0,0,0,.14); font-size: 10px; }
.device-sheet .device-info-panel p { margin: 5px 0; }
.device-action-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }
.device-action-grid button { min-height: 108px; padding: 14px; display: grid; justify-items: start; border: 1px solid rgba(162,190,217,.15); border-radius: 14px; color: #e4edf5; text-align: left; background: rgba(255,255,255,.035); cursor: pointer; }
.device-action-grid button > span { width: 38px; height: 38px; margin-bottom: 8px; display: grid; place-items: center; border-radius: 50%; color: #27d8f0; background: rgba(39,216,240,.09); font-size: 20px; }
.device-action-grid button b { font-size: 12px; }
.device-action-grid button small { margin-top: 3px; color: #70869a; font-size: 9px; }
.device-action-grid .support-number-action { grid-column: 1/-1; min-height: 83px; border-color: rgba(255,180,81,.25); }
.device-action-grid .support-number-action > span { color: #ffb451; background: rgba(255,180,81,.08); }
.rename-device-modal { position: relative; width: min(460px,100%); padding: 25px; color: #e4edf5; border: 1px solid rgba(162,190,217,.18); border-radius: 21px; background: linear-gradient(150deg,#102136,#07111f); }
.rename-device-modal .modal-x { position: absolute; top: 20px; right: 20px; }
.rename-device-modal > p { color: #8196aa; font-size: 11px; line-height: 1.55; }
.rename-device-modal > small { color: #60778c; font: 8px ui-monospace,monospace; }

/* Acesso remoto: tela sem deformação, barra lateral recolhível e dock Android */
.player-overlay[hidden] { display: none !important; }
.player-overlay { grid-template-rows: minmax(0,1fr) 68px; background: #020509; }
.player-overlay .remote-workspace { padding: 12px; place-items: center; overflow: hidden; }
.player-overlay .remote-device { height: 100%; width: auto; max-width: 100%; aspect-ratio: 9/16; border-radius: 8px; border-color: #1b3140; box-shadow: 0 20px 75px #000; }
.player-overlay .remote-workspace.is-landscape .remote-device { width: 100%; height: auto; max-height: 100%; aspect-ratio: 16/9; }
.player-overlay #phone-remote-stage, .player-overlay #phone-remote-stage > * { width: 100% !important; height: 100% !important; max-width: 100% !important; max-height: 100% !important; }
.remote-sidebar { position: absolute; z-index: 5; top: 14px; right: 14px; bottom: 14px; width: min(210px,calc(100vw - 60px)); padding: 11px; overflow: auto; border: 1px solid rgba(162,190,217,.18); border-radius: 17px; background: rgba(4,12,21,.91); box-shadow: 0 18px 55px rgba(0,0,0,.48); backdrop-filter: blur(16px); transition: transform .24s, opacity .2s; }
.remote-sidebar-head { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 9px; align-items: center; }
.remote-sidebar-head > div { min-width: 0; }
.remote-sidebar-head b, .remote-sidebar-head span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.remote-sidebar-head b { font-size: 12px; }
.remote-sidebar-head span { margin-top: 3px; color: #60788c; font-size: 7px; }
.remote-sidebar .connection { margin: 10px 3px 7px; font-size: 8px; }
.remote-sidebar-tools { display: grid; gap: 4px; }
.remote-sidebar-tools > button { min-height: 52px; padding: 7px 8px; display: grid; grid-template-columns: 31px 1fr; align-items: center; gap: 8px; border: 0; border-radius: 11px; color: #96aabc; text-align: left; background: transparent; cursor: pointer; }
.remote-sidebar-tools > button:hover, .remote-sidebar-tools > button.is-active { color: #27d8f0; background: rgba(39,216,240,.08); }
.remote-sidebar-tools > button:disabled { opacity: .48; cursor: wait; }
.remote-sidebar-tools > button > strong { font-size: 19px; text-align: center; }
.remote-sidebar-tools > button b, .remote-sidebar-tools > button small { display: block; }
.remote-sidebar-tools > button b { color: currentColor; font-size: 10px; }
.remote-sidebar-tools > button small { margin-top: 2px; color: #60778b; font-size: 7px; }
.remote-sidebar-tools form { display: grid; grid-template-columns: 1fr 38px; margin: 3px 0 5px; overflow: hidden; border: 1px solid rgba(39,216,240,.2); border-radius: 10px; background: rgba(0,0,0,.22); }
.remote-sidebar-tools form[hidden] { display: none; }
.remote-sidebar-tools form input { min-width: 0; height: 40px; padding: 0 9px; border: 0; outline: 0; color: white; background: transparent; font-size: 9px; }
.remote-sidebar-tools form button { border: 0; color: #03151d; background: #27d8f0; cursor: pointer; }
.remote-upload-status { display: grid; gap: 7px; margin: 4px 2px 7px; padding: 9px; border: 1px solid rgba(39,216,240,.18); border-radius: 10px; color: #8ea5b8; background: rgba(0,0,0,.2); }
.remote-upload-status[hidden] { display: none; }
.remote-upload-status div, .remote-upload-status b, .remote-upload-status span { display: block; min-width: 0; }
.remote-upload-status b { overflow: hidden; color: #d9edf6; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.remote-upload-status span { margin-top: 3px; color: #6f879a; font-size: 7px; line-height: 1.4; }
.remote-upload-status progress { width: 100%; height: 5px; overflow: hidden; border: 0; border-radius: 20px; accent-color: #27d8f0; background: rgba(255,255,255,.08); }
.remote-upload-status progress::-webkit-progress-bar { background: rgba(255,255,255,.08); }
.remote-upload-status progress::-webkit-progress-value { background: #27d8f0; }
.remote-upload-status.is-success { border-color: rgba(92,231,145,.25); }
.remote-upload-status.is-success b { color: #78e8a5; }
.remote-upload-status.is-error { border-color: rgba(255,104,104,.28); }
.remote-upload-status.is-error b { color: #ff9292; }
.remote-team-backdrop { z-index: 320; }
.remote-team-note { margin: 15px 0 0; padding: 11px 12px; border-radius: 10px; color: #456570; background: #edf5f5; font-size: 9px; line-height: 1.55; }
.remote-team-note b { color: #173946; }
.remote-team-result-message { margin: 15px 0 18px; padding: 12px; border-radius: 10px; color: #41635d; background: #edf7f3; font-size: 10px; line-height: 1.55; }
.remote-support-price { margin: 18px 0 0; padding: 13px; display: flex; align-items: center; justify-content: space-between; border-radius: 11px; color: #405b65; background: #edf3f3; }
.remote-support-price span { font-size: 10px; }
.remote-support-price b { color: #0b3946; font-size: 18px; }
.remote-sidebar-toggle { position: absolute; z-index: 6; top: 50%; right: 224px; width: 34px; height: 49px; border: 1px solid rgba(162,190,217,.18); border-radius: 12px 0 0 12px; color: #27d8f0; background: rgba(4,12,21,.92); font-size: 24px; cursor: pointer; transform: translateY(-50%) rotate(0); transition: right .24s, transform .24s; }
.player-overlay.sidebar-hidden .remote-sidebar { pointer-events: none; opacity: 0; transform: translateX(calc(100% + 20px)); }
.player-overlay.sidebar-hidden .remote-sidebar-toggle { right: 0; transform: translateY(-50%) rotate(180deg); }
.player-overlay .android-dock { height: 68px; padding-bottom: env(safe-area-inset-bottom); gap: 0; background: #020509; border-color: rgba(255,255,255,.11); }
.player-overlay .android-dock button { width: min(180px,33.33%); color: #8397a9; }
.player-overlay .android-dock button b { font-size: 23px; font-weight: 400; line-height: 1; }
.player-overlay .android-dock button span { font-size: 7px; }

@media (max-width: 760px) {
  .portal-app { display: block; }
  .portal-app .sidebar { width: min(290px,88vw); }
  .portal-app .portal-main { min-height: 100dvh; }
  .portal-app .portal-top { height: 64px; padding: 0 14px; }
  .portal-app .top-brand { display: flex !important; }
  .portal-app .top-actions .top-download, .portal-app .secure-pill { display: none; }
  .portal-app .top-logout { padding: 8px 9px; font-size: 8px; }
  .portal-app .portal-content { padding: 25px 14px 45px; }
  .portal-app .section-head { display: grid; align-items: start; }
  .portal-app .section-head .device-head-actions { justify-content: flex-start; }
  .portal-app .section-head .button { font-size: 9px; }
  .portal-app .app-device-grid { grid-template-columns: minmax(0,1fr); }
  .portal-app .app-device-card { width: min(100%,360px); margin-inline: auto; }
  .portal-app .cloud-connect-card { grid-template-columns: 46px 1fr; padding: 19px; }
  .portal-app .cloud-connect-mark { width: 46px; height: 46px; }
  .device-sheet-facts { grid-template-columns: 1fr; }
  .device-sheet-facts div { display: flex; justify-content: space-between; }
  .player-overlay .remote-workspace { padding: 7px; }
  .player-overlay .remote-device { border-radius: 2px; }
  .remote-sidebar { top: 8px; right: 8px; bottom: 8px; }
  .remote-sidebar-toggle { right: 218px; }
}

@media (max-width: 430px) {
  .portal-app .top-brand small { display: none; }
  .portal-app .section-head h1 { font-size: 27px; }
  .device-action-grid { grid-template-columns: 1fr 1fr; }
}
