
/* Дополнительные стили поверх Tailwind CDN */
:root {
    color-scheme: light;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #f7f9fb;
}

.editorial-gradient {
    background:
        linear-gradient(135deg, rgba(9, 17, 35, 0.96) 0%, rgba(9, 17, 35, 0.76) 45%, rgba(9, 17, 35, 0.38) 100%);
}

.editorial-shadow {
    box-shadow: 0 18px 48px -20px rgba(15, 23, 42, 0.22);
}

.editorial-card {
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        background-color 220ms ease,
        border-color 220ms ease;
}

.editorial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px -22px rgba(15, 23, 42, 0.20);
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.prose-editorial {
    color: #334155;
    font-size: 1.0625rem;
    line-height: 1.9;
}

.prose-editorial > * + * {
    margin-top: 1.35rem;
}

.prose-editorial h2,
.prose-editorial h3 {
    color: #0b1220;
    font-family: "Epilogue", sans-serif;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
}

.prose-editorial h2 {
    font-size: clamp(1.55rem, 2vw, 2rem);
}

.prose-editorial h3 {
    font-size: clamp(1.35rem, 1.7vw, 1.65rem);
}

.prose-editorial p {
    margin: 0;
}

.prose-editorial strong {
    color: #0b1220;
    font-weight: 700;
}

.prose-editorial blockquote {
    margin: 2rem 0;
    padding: 1.25rem 1.5rem;
    border-left: 3px solid #67e8f9;
    background: rgba(255, 255, 255, 0.72);
    border-radius: 1rem;
    font-family: "Epilogue", sans-serif;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.45;
    color: #0f172a;
}

.prose-editorial ul,
.prose-editorial ol {
    padding-left: 1.4rem;
}

.prose-editorial li + li {
    margin-top: 0.6rem;
}

.prose-editorial a {
    color: #0ea5e9;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.site-header--scrolled {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 40px -25px rgba(15, 23, 42, 0.24);
}

.hero-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(9, 17, 35, 0.90) 0%, rgba(9, 17, 35, 0.42) 100%);
}

.eyebrow-pill {
    letter-spacing: 0.18em;
}

.score-orb {
    background:
        radial-gradient(circle at 30% 30%, rgba(103, 232, 249, 0.32), rgba(255, 255, 255, 0.98) 48%),
        #ffffff;
}

.admin-shell {
    min-height: 100vh;
    background:
        radial-gradient(circle at top right, rgba(103, 232, 249, 0.10), transparent 32%),
        radial-gradient(circle at bottom left, rgba(20, 58, 98, 0.12), transparent 28%),
        #f4f7fb;
}

.admin-sidebar-link {
    transition:
        background-color 200ms ease,
        color 200ms ease,
        transform 200ms ease;
}

.admin-sidebar-link:hover,
.admin-sidebar-link.is-active {
    background: rgba(11, 18, 32, 0.08);
    color: #0b1220;
    transform: translateX(2px);
}

.admin-card {
    box-shadow: 0 18px 54px -32px rgba(15, 23, 42, 0.18);
}

.field-error {
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 0.375rem;
}

@media (max-width: 1023px) {
    .prose-editorial {
        font-size: 1rem;
        line-height: 1.8;
    }
}
