.abertura{z-index:100;background:radial-gradient(ellipse 80% 60% at 50% 42%, var(--color-marfim) 0%, var(--color-creme) 55%, var(--color-areia) 130%);opacity:1;flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;padding:1.5rem;transition:opacity .85s ease-in-out;display:flex;position:fixed;inset:0}html[data-abertura=pular] .abertura{display:none}.abertura[data-estado=saindo]{opacity:0}.abertura-marca{will-change:transform;width:min(58vw,230px);height:auto;transition:transform .85s cubic-bezier(.65,0,.35,1),opacity .85s ease-in-out}.coroa-traco path{fill:none;stroke:var(--color-dourado);stroke-width:4px;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1px;animation:1.1s cubic-bezier(.45,0,.2,1) forwards risca,.4s ease-in 1.6s forwards some-risco;animation-delay:calc(.15s + var(--i) * 80ms), 1.6s}@keyframes risca{to{stroke-dashoffset:0}}@keyframes some-risco{to{opacity:0}}.coroa-cheia path{fill:var(--color-dourado);opacity:0;animation:.6s ease-out 1.25s forwards enche}@keyframes enche{to{opacity:1}}.letras path{fill:var(--color-dourado-claro);opacity:0;transform-box:fill-box;transform-origin:50%;animation:.55s cubic-bezier(.22,1,.36,1) forwards sobe-letra;animation-delay:calc(2s + var(--i) * 40ms);transform:translateY(14px)}@keyframes sobe-letra{to{opacity:1;transform:translateY(0)}}.abertura-fio{background:linear-gradient(to right, transparent, var(--color-dourado) 50%, transparent);width:min(42vw,170px);height:1px;transition:opacity .4s ease-in-out;animation:.6s cubic-bezier(.22,1,.36,1) 1.8s forwards abre-fio;transform:scaleX(0)}@keyframes abre-fio{to{transform:scaleX(1)}}.abertura-frase{text-align:center;max-width:22ch;font-family:var(--font-display);color:var(--color-cacau);opacity:0;margin:0;font-size:clamp(1.4rem,5.5vw,2.1rem);line-height:1.3;transition:opacity .4s ease-in-out,transform .4s ease-in-out;animation:.7s cubic-bezier(.22,1,.36,1) 2.6s forwards sobe-frase;transform:translateY(12px)}@keyframes sobe-frase{to{opacity:1;transform:translateY(0)}}.abertura[data-estado=saindo] .abertura-fio,.abertura[data-estado=saindo] .abertura-frase{opacity:0;transform:translateY(-8px)}.abertura-pular{letter-spacing:.08em;text-transform:uppercase;color:var(--color-cacau-suave);cursor:pointer;opacity:0;background:0 0;border:0;padding:.5rem 1rem;font-size:.75rem;animation:.5s ease-out 1.4s forwards sobe-frase;position:absolute;bottom:1.75rem;left:50%;transform:translate(-50%)}.abertura-pular:hover{color:var(--color-dourado-escuro)}.abertura{animation:.1s linear 8s forwards resgate}@keyframes resgate{to{opacity:0;visibility:hidden;pointer-events:none}}
