.home-body{min-height:100vh;background:var(--bg);overflow-x:hidden}
.home-body::before{content:"";position:fixed;inset:0 0 auto;height:370px;pointer-events:none;background:radial-gradient(circle at 75% -20%,var(--accent-weak),transparent 50%),linear-gradient(180deg,var(--card),transparent);opacity:.82}
/* mouse-light.js assumiu o brilho (orbe animado): mantém só o esmaecimento do topo, tira o
   gradiente radial estático pra não duplicar a luz */
body.mouse-light-active.home-body::before{background:linear-gradient(180deg,var(--card),transparent)}
.home-shell{position:relative;width:min(1180px,calc(100% - 48px));margin:0 auto;padding:22px 0 54px}
.home-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:24px;border-bottom:1px solid var(--border)}
.home-logo{display:flex;align-items:center;gap:10px;color:var(--text);font-size:16px;font-weight:900;text-decoration:none;letter-spacing:-.01em}
.home-logo-mark{width:34px;height:34px;border-radius:10px;background:var(--accent);color:var(--on-accent);display:grid;place-items:center;box-shadow:0 8px 20px var(--accent-weak)}
.home-header-actions{display:flex;align-items:center;gap:12px}.home-local-note{font-size:12.5px;color:var(--muted)}
.home-theme-button{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--border);border-radius:10px;background:var(--card);color:var(--muted);cursor:pointer}.home-theme-button:hover{color:var(--text);border-color:var(--border-strong)}
.theme-icon-dark{display:none}:root[data-theme="dark"] .theme-icon-dark{display:block}:root[data-theme="dark"] .theme-icon-light{display:none}
.home-intro{text-align:center;max-width:670px;margin:66px auto 54px}.home-eyebrow{display:inline-block;margin-bottom:12px;color:var(--accent-ink);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}
.home-intro h1{margin:0;color:var(--text);font-size:clamp(34px,5vw,54px);line-height:1.05;letter-spacing:-.045em}.home-intro p{margin:15px 0 0;color:var(--muted);font-size:16px;line-height:1.6}
.home-step{max-width:860px;margin:0 auto}.home-step+.home-step{margin-top:42px}.home-step-heading{display:flex;align-items:flex-start;gap:13px;margin-bottom:16px}.home-step-number{width:28px;height:28px;border-radius:9px;background:var(--accent);color:var(--on-accent);display:grid;place-items:center;flex:0 0 auto;font-size:12px;font-weight:900;box-shadow:0 5px 14px var(--accent-weak)}
.home-step-heading h2{margin:1px 0 3px;font-size:18px;letter-spacing:-.015em}.home-step-heading p{margin:0;color:var(--muted);font-size:12.5px}
.profile-picker-wrap{position:relative}.profile-picker{width:100%;min-height:78px;padding:13px 16px;display:flex;align-items:center;gap:13px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);color:var(--text);box-shadow:var(--shadow-sm);cursor:pointer;text-align:left;transition:border-color .15s,box-shadow .15s,transform .15s}.profile-picker:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-1px)}.profile-picker[aria-expanded="true"]{border-color:var(--accent-ink);box-shadow:0 0 0 3px var(--accent-weak)}
.home-profile-avatar{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;overflow:hidden;flex:0 0 auto;background:var(--accent);color:var(--on-accent);font-size:13px;font-weight:900}.home-profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-picker-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.profile-picker-copy small{color:var(--muted);font-size:11px}.profile-picker-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.profile-picker-chevron{margin-left:auto;color:var(--text-faint);transition:transform .15s}.profile-picker[aria-expanded="true"] .profile-picker-chevron{transform:rotate(180deg)}
.profile-menu{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:20;padding:7px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-height:300px;overflow:auto}.profile-option{width:100%;display:flex;align-items:center;gap:11px;padding:9px;border:0;border-radius:10px;background:transparent;color:var(--text);cursor:pointer;text-align:left}.profile-option:hover{background:var(--surface-muted)}.profile-option.is-active{background:var(--accent-weak)}.profile-option .home-profile-avatar{width:36px;height:36px;border-radius:10px;font-size:11px}.profile-option strong{font-size:13px}.profile-check{margin-left:auto;color:var(--accent-ink);font-weight:900}
.tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tool-card{position:relative;min-height:156px;padding:20px;display:flex;align-items:flex-start;gap:15px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);color:var(--text);text-decoration:none;box-shadow:var(--shadow-sm);transition:transform .16s,border-color .16s,box-shadow .16s}.tool-card:hover{transform:translateY(-3px);border-color:var(--accent);box-shadow:var(--shadow-md)}.tool-card:focus-visible{outline:3px solid var(--accent-weak);border-color:var(--accent-ink)}
/* [hidden] some vencer o display:flex acima — a regra nativa do navegador pra [hidden] tem
   prioridade mais baixa que qualquer seletor do autor, então precisa ser repetida aqui (mesmo
   caso do botão do Google em auth.css e do item do menu lateral em styles.css) */
.tool-card[hidden]{display:none}
.tool-icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;flex:0 0 auto;background:var(--surface-muted);color:var(--accent-ink);transition:background .16s,color .16s}.tool-card:hover .tool-icon{background:var(--accent);color:var(--on-accent)}.tool-copy{display:flex;min-width:0;flex-direction:column}.tool-tag{margin-bottom:7px;color:var(--muted);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.tool-copy strong{font-size:16px;line-height:1.25}.tool-copy small{margin-top:7px;color:var(--muted);font-size:12.5px;line-height:1.45}.tool-arrow{position:absolute;right:18px;bottom:16px;color:var(--text-faint);font-size:20px;transition:color .16s,transform .16s}.tool-card:hover .tool-arrow{color:var(--accent-ink);transform:translateX(3px)}
@media(max-width:720px){.home-shell{width:min(100% - 28px,1180px);padding-top:14px}.home-local-note{display:none}.home-intro{margin:48px auto 38px}.home-intro h1{font-size:38px}.tool-grid{grid-template-columns:1fr}.tool-card{min-height:140px}.home-step+.home-step{margin-top:34px}}
.home-footer{margin-top:48px;padding-top:16px;border-top:1px solid var(--border);display:flex;justify-content:center;gap:8px;font-size:12px;color:var(--text-faint)}
.home-footer a{color:inherit;text-decoration:none}
.home-footer a:hover{color:var(--muted)}
@media(max-width:430px){.home-header{padding-bottom:16px}.home-logo{font-size:14px}.home-intro h1{font-size:33px}.home-intro p{font-size:14px}.tool-card{padding:17px}.tool-icon{width:40px;height:40px}.tool-copy strong{font-size:15px}}
@media(prefers-reduced-motion:reduce){.profile-picker,.tool-card,.tool-icon,.tool-arrow,.profile-picker-chevron{transition:none}}
