/*
Theme Name: SerejoTech
Description: Tema próprio e independente para o frontend da SerejoTech.
Author: SerejoTech
Version: 3.4.3
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: serejotech
*/

:root {
    color-scheme: dark;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.5;
    color: #f7f8ff;
    background: #0f0f23;
}

html {
    min-height: 100%;
}

body {
    min-height: 100vh;
    margin: 0;
    color: #f7f8ff;
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 42%, #16213e 100%);
    overflow-x: hidden;
}

a {
    color: #8ebcff;
}

a:hover,
a:focus-visible {
    color: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
}

.site-shell {
    width: min(100% - 2rem, 72rem);
    margin-inline: auto;
}

.site-header,
.site-footer {
    padding-block: 1.25rem;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.1);
}

.site-header {
    position: sticky;
    z-index: 50;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 24px;
}

.site-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    font-size: 0.85rem;
    font-weight: 700;
}

.site-footer-links a[aria-current="page"] {
    color: #ffffff;
}

.site-header .site-shell {
    position: relative;
}

.site-header .site-shell::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -4rem;
    bottom: -4rem;
    left: -741px;
    width: 1600px;
    background: radial-gradient(ellipse closest-side, #ffffff 5%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.site-brand {
    position: relative;
    display: block;
    width: 118px;
    height: 46px;
    overflow: hidden;
}

.site-brand-logo {
    position: absolute;
    top: -39px;
    left: -49px;
    width: 220px;
    max-width: none;
    height: auto;
}

.site-main {
    min-height: calc(100vh - 9rem);
    padding-block: 3rem;
}

.entry {
    padding: clamp(1.25rem, 4vw, 2.5rem);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
}

.entry + .entry {
    margin-top: 1.5rem;
}

.entry-title {
    margin-top: 0;
}

.skip-link {
    position: fixed;
    z-index: 100000;
    top: 1rem;
    left: 1rem;
    padding: 0.75rem 1rem;
    color: #0f0f23;
    background: #ffffff;
    transform: translateY(-200%);
}

.skip-link:focus {
    transform: translateY(0);
}
