* {
box-sizing: border-box;
}

:root {
--rosa: #e75480;
--rosa-escuro: #b92d61;
--texto: #2d2230;
--borda: rgba(255, 255, 255, 0.68);
}

body {
margin: 0;
min-height: 100vh;
font-family: "Segoe UI", Arial, sans-serif;
color: var(--texto);
background:
linear-gradient(135deg, rgba(255, 214, 231, 0.88), rgba(255, 234, 243, 0.92)),
url("/img/logo.png") center / 520px auto no-repeat fixed;
display: flex;
flex-direction: column;
}

.site-social {
min-height: calc(100vh - 54px);
display: flex;
align-items: center;
justify-content: center;
padding: 28px 18px 74px;
}

.site-card {
width: min(420px, 100%);
min-height: 620px;
padding: 30px 26px 28px;
border: 1px solid var(--borda);
border-radius: 10px;
background:
linear-gradient(145deg, rgba(255, 255, 255, 0.34), rgba(90, 36, 56, 0.24)),
rgba(255, 255, 255, 0.28);
box-shadow: 0 24px 70px rgba(85, 35, 55, 0.26);
backdrop-filter: blur(12px);
display: flex;
flex-direction: column;
align-items: center;
}

.site-logo {
width: 138px;
height: 138px;
object-fit: contain;
border-radius: 50%;
background: rgba(255, 255, 255, 0.76);
border: 4px solid rgba(255, 255, 255, 0.72);
box-shadow: 0 10px 30px rgba(85, 35, 55, 0.28);
padding: 12px;
}

h1 {
font-size: 25px;
line-height: 1.1;
margin: 20px 0 6px;
font-weight: 800;
letter-spacing: 0;
text-align: center;
color: #fff;
text-shadow: 0 2px 12px rgba(65, 24, 38, 0.42);
}

.site-subtitle {
margin: 0 0 24px;
font-size: 13px;
font-weight: 700;
color: rgba(255, 255, 255, 0.92);
text-align: center;
text-shadow: 0 1px 8px rgba(65, 24, 38, 0.38);
}

.site-seo-text {
max-width: 320px;
margin: -12px 0 22px;
font-size: 12px;
line-height: 1.45;
font-weight: 700;
color: rgba(255, 255, 255, 0.88);
text-align: center;
text-shadow: 0 1px 8px rgba(65, 24, 38, 0.34);
}

.site-kicker {
margin-top: 18px;
font-size: 12px;
font-weight: 900;
letter-spacing: 0.12em;
color: rgba(255, 255, 255, 0.9);
}

.site-card-404 h1 {
font-size: 23px;
max-width: 330px;
}

.site-home-link {
width: 100%;
min-height: 46px;
margin-bottom: 14px;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid rgba(255, 255, 255, 0.86);
border-radius: 8px;
color: #fff;
text-decoration: none;
font-size: 13px;
font-weight: 900;
text-transform: uppercase;
background: rgba(231, 84, 128, 0.32);
box-shadow: 0 10px 24px rgba(85, 35, 55, 0.12);
transition: transform 0.18s ease, background 0.18s ease;
}

.site-home-link:hover,
.site-home-link:focus-visible {
transform: translateY(-2px);
background: rgba(231, 84, 128, 0.46);
outline: none;
}

.site-links {
width: 100%;
display: flex;
flex-direction: column;
gap: 12px;
}

.site-link {
width: 100%;
min-height: 54px;
display: grid;
grid-template-columns: 54px 1fr;
align-items: center;
border: 2px solid rgba(255, 255, 255, 0.86);
border-radius: 8px;
color: #fff;
text-decoration: none;
background: rgba(85, 35, 55, 0.22);
box-shadow: 0 10px 24px rgba(85, 35, 55, 0.12);
overflow: hidden;
transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.site-link:hover,
.site-link:focus-visible {
transform: translateY(-2px);
background: rgba(231, 84, 128, 0.36);
border-color: #fff;
outline: none;
}

.site-link-icon {
height: 100%;
min-height: 54px;
display: flex;
align-items: center;
justify-content: center;
border-right: 2px solid rgba(255, 255, 255, 0.86);
}

.site-link-icon svg {
width: 25px;
height: 25px;
fill: currentColor;
}

.site-link-title {
padding: 0 16px;
font-size: 14px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0;
text-align: center;
text-shadow: 0 1px 8px rgba(65, 24, 38, 0.35);
}

.site-status {
width: 100%;
padding: 16px;
border-radius: 8px;
background: rgba(255, 255, 255, 0.72);
color: var(--rosa-escuro);
font-size: 14px;
font-weight: 800;
text-align: center;
}

.site-erp {
position: fixed;
right: 18px;
bottom: 18px;
width: 46px;
height: 46px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.88);
color: var(--rosa-escuro);
text-decoration: none;
font-size: 24px;
box-shadow: 0 12px 32px rgba(85, 35, 55, 0.28);
z-index: 20;
transition: transform 0.18s ease, background 0.18s ease;
}

.site-erp:hover,
.site-erp:focus-visible {
transform: translateY(-2px) rotate(18deg);
background: #fff;
outline: none;
}

.site-footer {
position: fixed;
left: 0;
right: 0;
bottom: 0;
padding: 14px 76px 14px 18px;
font-size: 12px;
font-weight: 700;
text-align: center;
color: rgba(255, 255, 255, 0.94);
text-shadow: 0 1px 8px rgba(65, 24, 38, 0.5);
background: rgba(85, 35, 55, 0.18);
backdrop-filter: blur(8px);
}

@media (max-width: 520px) {
body {
background-size: 360px auto;
}

.site-social {
align-items: flex-start;
padding: 14px 12px 82px;
}

.site-card {
min-height: auto;
padding: 22px 16px;
}

.site-logo {
width: 112px;
height: 112px;
}

h1 {
font-size: 22px;
}

.site-link {
grid-template-columns: 48px 1fr;
min-height: 50px;
}

.site-link-icon {
min-height: 50px;
}

.site-link-title {
font-size: 13px;
padding: 0 10px;
}

.site-footer {
padding: 12px 68px 12px 12px;
font-size: 11px;
}

.site-erp {
right: 12px;
bottom: 12px;
width: 44px;
height: 44px;
}
}
