*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Segoe UI,system-ui,-apple-system,Roboto,Arial,sans-serif;background:#ef8e23}.pagina{position:relative;overflow:hidden;min-height:100vh;min-height:100dvh;display:flex;justify-content:center;padding:48px 16px 32px;color:var(--texto);background:linear-gradient(160deg,var(--fundo-inicio),var(--fundo-fim))}.cartao{position:relative;z-index:1;width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;text-align:center}.avatar{width:168px;height:168px;border-radius:32px;object-fit:cover;box-shadow:0 10px 30px #7a3e0b59}.avatar--inicial{width:104px;height:104px;border-radius:50%;display:grid;place-items:center;font-size:48px;font-weight:800;color:var(--fundo-inicio);background:var(--destaque)}.visualmente-oculto{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.nome{margin:20px 0 6px;font-size:2rem;font-weight:800;letter-spacing:-.02em}.descricao{margin:20px 0 28px;max-width:36ch;font-size:1.05rem;font-weight:600;line-height:1.5;opacity:.9}.lista{list-style:none;margin:0;padding:0;width:100%;display:grid;gap:14px}.link{position:relative;display:flex;align-items:center;gap:14px;width:100%;min-height:64px;padding:12px 20px;border-radius:var(--raio);text-decoration:none;text-align:left;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.link--preenchido{background:var(--botao-fundo);color:var(--botao-texto)}.link--contorno{background:transparent;color:var(--texto);border:2px solid var(--botao-fundo)}.link--sombra{box-shadow:0 6px 18px #00000038}a.link:hover{transform:translateY(-2px);filter:brightness(1.05)}a.link:focus-visible{outline:3px solid var(--destaque);outline-offset:3px}.link--preenchido .link__icone{color:var(--fundo-inicio)}.link__icone{display:grid;place-items:center;flex:none;width:40px;height:40px}.link__textos{display:flex;flex-direction:column;min-width:0}.link__titulo{font-weight:700;font-size:1.05rem}.link__sub{font-size:.85rem;opacity:.75}.link--pendente{opacity:.6;cursor:not-allowed}.link__aviso{margin-left:auto;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;padding:3px 8px;border-radius:999px;border:1px dashed currentColor;white-space:nowrap}.rodape{margin-top:40px;font-size:.8rem;opacity:.7}.fundo{position:absolute;inset:0;pointer-events:none}.fundo__cena{position:absolute;left:50%;bottom:0;width:min(560px,100%);transform:translate(-50%);opacity:.32}.fundo__cena .f-branco{fill:#fff}.fundo__cena .f-pessego{fill:var(--destaque)}.fundo__cena .f-tela{fill:var(--fundo-fim)}.fundo__cena .f-botao-app{fill:#fff}.fundo__cena .f-braco{fill:none;stroke:#fff;stroke-width:12;stroke-linecap:round}.fundo__cena .f-traco{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round}.fundo__cena .f-traco-grosso{fill:none;stroke:#fff;stroke-width:7;stroke-linecap:round;stroke-linejoin:round}.fundo__sombra{fill:#00000040}.fundo__cena .f-rosto{fill:none;stroke:var(--fundo-fim);stroke-width:2.5;stroke-linecap:round}.fundo__cena .f-olho{fill:var(--fundo-fim)}.fundo__sinal path{fill:none;stroke:var(--destaque);stroke-width:5;stroke-linecap:round;animation:sinal 2.4s ease-in-out infinite}.fundo__sinal path:nth-child(2){animation-delay:.25s}.fundo__sinal path:nth-child(3){animation-delay:.5s}.fundo__toque{fill:var(--destaque);transform-box:fill-box;transform-origin:center;animation:toque 2.4s ease-out infinite}.fundo__celular,.fundo__pessoa{animation:respirar 4.8s ease-in-out infinite}.fundo__item{opacity:0;animation:voar 4.8s ease-in-out infinite}.fundo__item--2{animation-delay:1.6s}.fundo__item--3{animation-delay:3.2s}.fundo__carrinho{transform-box:fill-box;transform-origin:bottom center;animation:carrinho 1.6s ease-in-out infinite}.fundo__bolha{position:absolute;bottom:-40px;width:26px;height:26px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linejoin:round;opacity:0;animation:subir 11.5s linear infinite}@keyframes sinal{0%,to{opacity:.2}40%{opacity:1}}@keyframes toque{0%{transform:scale(.4);opacity:.9}60%,to{transform:scale(2.2);opacity:0}}@keyframes respirar{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes voar{0%{transform:translate(177px,120px) scale(.3);opacity:0}10%{opacity:1}50%{transform:translate(250px,40px) scale(1) rotate(160deg)}85%{transform:translate(322px,192px) scale(.9) rotate(340deg);opacity:1}to{transform:translate(322px,200px) scale(.6) rotate(360deg);opacity:0}}@keyframes carrinho{0%,to{transform:rotate(0)}50%{transform:rotate(-2deg) translateY(-2px)}}@keyframes subir{0%{transform:translateY(0) rotate(-8deg);opacity:0}10%{opacity:.35}80%{opacity:.25}to{transform:translateY(-110vh) rotate(8deg);opacity:0}}@media(prefers-reduced-motion:reduce){.fundo *,.fundo{animation:none!important}.fundo__item,.fundo__bolha{display:none}}.layout-editor{display:grid;grid-template-columns:minmax(300px,380px) 1fr;min-height:100vh}.layout-editor__previa{min-width:0}.editor{background:#f8fafc;color:#0f172a;padding:20px;overflow-y:auto;max-height:100vh;position:sticky;top:0;font-size:.9rem}.editor h2{margin:0 0 8px}.editor__nota{background:#fef9c3;border:1px solid #facc15;border-radius:8px;padding:10px;line-height:1.4}.editor fieldset{border:1px solid #cbd5e1;border-radius:10px;margin:14px 0;padding:12px;display:grid;gap:10px}.editor legend{font-weight:700;padding:0 4px}.editor label{display:grid;gap:4px;font-weight:600}.editor input:not([type=color]):not([type=checkbox]),.editor textarea,.editor select{font:inherit;font-weight:400;padding:8px;border:1px solid #94a3b8;border-radius:6px;background:#fff;color:inherit}.editor input[aria-invalid=true]{border-color:#dc2626}.editor__erro{margin:-4px 0 0;color:#dc2626}.editor__cores{display:grid;grid-template-columns:1fr 1fr;gap:8px}.editor .editor__cor,.editor .editor__check{display:flex;align-items:center;gap:8px;font-weight:500}.editor input[type=color]{width:36px;height:30px;padding:0;border:1px solid #94a3b8;border-radius:6px}.editor__link{display:grid;gap:8px;padding:10px;border-radius:8px;background:#fff;border:1px solid #e2e8f0}.editor__acoes,.editor__rodape{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.editor button{font:inherit;padding:7px 12px;border-radius:6px;border:1px solid #94a3b8;background:#fff;cursor:pointer}.editor button:disabled{opacity:.4;cursor:default}.editor button.primario{background:#6d28d9;border-color:#6d28d9;color:#fff}.editor button.perigo{color:#b91c1c;border-color:#fca5a5;margin-left:auto}.editor :focus-visible{outline:3px solid #6d28d9;outline-offset:2px}@media(max-width:800px){.layout-editor{grid-template-columns:1fr}.editor{position:static;max-height:none}}
