:root { --color-sky-light: #e6f7ff;
--color-sky-base: #4dabf7; --color-sky-dark: #1c7ed6; --color-bg-primary: #ffffff;
--color-bg-secondary: #f8f9fa;
--color-text-primary: #212529; --color-text-secondary: #6c757d; --color-border: #dee2e6;
--color-border-light: #e9ecef; --shadow-light: 0 2px 8px rgba(0, 0, 0, 0.05);
--shadow-medium: 0 4px 12px rgba(0, 0, 0, 0.08);
--shadow-large: 0 8px 24px rgba(0, 0, 0, 0.1); --font-family-base: Georgia, "Times New Roman", Times, serif;
--font-family-serif: Georgia, "Times New Roman", Times, serif;
--font-size-root: 18px;
--line-height-base: 1.7;
--max-width-content: 65ch;
} *,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
font-size: var(--font-size-root);
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
scroll-behavior: smooth;
}
body {
font-family: var(--font-family-serif);
font-weight: 400;
line-height: var(--line-height-base);
color: var(--color-text-primary);
background-color: var(--color-bg-primary);
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 1.5rem;
} h1, h2, h3, h4, h5, h6 {
font-family: var(--font-family-base);
font-weight: 400;
line-height: 1.3;
margin-bottom: 1rem;
color: var(--color-sky-dark);
}
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }
p {
margin-bottom: 1.5rem;
} a {
color: var(--color-sky-base);
text-decoration: none;
transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
} a:hover,
a:focus,
a:active {
color: var(--color-sky-dark);
text-decoration: none; outline: none;
}  h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: var(--color-sky-dark);
text-decoration: none;
} .entry-content a:not(.more-link):not(.wp-block-button__link):not(.button) {
color: var(--color-sky-base);
text-decoration: none;
transition: all 0.2s ease;
}
.entry-content a:not(.more-link):not(.wp-block-button__link):not(.button):hover {
color: var(--color-sky-dark);
text-decoration: none;
border-bottom-color: var(--color-sky-dark);
}
li {
list-style: none;
} .navigation a,
.nav-links a,
.pagination a {
text-decoration: none !important;
}
.navigation a:hover,
.nav-links a:hover,
.pagination a:hover {
text-decoration: none !important;
} .widget a {
text-decoration: none;
}
.widget a:hover {
text-decoration: none;
} .menu-item a,
.nav-menu a {
text-decoration: none !important;
}
.menu-item a:hover,
.nav-menu a:hover {
text-decoration: none !important;
} .entry-meta a,
.posted-on a,
.byline a {
text-decoration: none;
}
.entry-meta a:hover,
.posted-on a:hover,
.byline a:hover {
text-decoration: none;
} .cat-links a,
.tags-links a {
text-decoration: none !important;
}
.cat-links a:hover,
.tags-links a:hover {
text-decoration: none !important;
} ul, ol {
padding-left: 2rem;
margin-bottom: 1.5rem;
}
li {
margin-bottom: 0.5rem;
} img {
max-width: 100%;
height: auto;
display: block;
}  @media (max-width: 768px) {
:root {
--font-size-root: 17px;
}
h1 { font-size: 2.25rem; }
h2 { font-size: 1.875rem; }
h3 { font-size: 1.625rem; }
}
@media (max-width: 480px) {
:root {
--font-size-root: 16px;
}
h1 { font-size: 2rem; }
h2 { font-size: 1.625rem; }
h3 { font-size: 1.375rem; }
.container {
padding: 0 1rem;
}
}
.entry-content h2 {color: #d4af37;}#religion-accordion {
position: relative;
z-index: 1000;
background: #ffffff;
border-radius: 8px;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
border: 1px solid #e5e7eb;
transition: all 0.3s ease;
height: fit-content;
max-height: 85vh;
overflow-y: auto;
overflow-x: hidden;
min-width: 260px;
}
#religion-accordion.active {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.religion-menu {
list-style: none;
margin: 0;
padding: 0rem;
}
.religion-menu li {margin-bottom: 0px;} @media (min-width: 769px) {
#religion-accordion {
width: 300px;
min-width: 260px;
}
}
@media (max-width: 768px) {
#religion-accordion {
width: min(300px, 90vw);
}
}  .religion-item {
position: relative;
margin-bottom: 0.375rem;
border-radius: 6px;
background: #ffffff;
border: 1px solid #f3f4f6;
overflow: hidden;
transition: all 0.2s ease;
padding: 0.5rem 0.75rem;
animation: fadeInUp 0.4s ease forwards;
opacity: 0;
transform: translateY(8px);
}
.religion-item:nth-child(1) { animation-delay: 0.05s; }
.religion-item:nth-child(2) { animation-delay: 0.1s; }
.religion-item:nth-child(3) { animation-delay: 0.15s; }
.religion-item:nth-child(4) { animation-delay: 0.2s; }
.religion-item:hover {
transform: translateY(-1px);
border-color: rgba(var(--color-sky-base-rgb), 0.2);
box-shadow: 0 2px 8px rgba(var(--color-sky-base-rgb), 0.08);
} .sub-religions > .religion-item {
padding: 0.4375rem 0.625rem;
padding-left: 0.5rem;
border-radius: 5px;
background: #f9fafb;
margin-bottom: 0.25rem;
border: 1px solid #f1f5f9;
} .sub-religions .sub-religions > .religion-item {
padding: 0.375rem 0.5rem;
padding-left: 1rem;
font-size: 0.9em;
border-radius: 4px;
margin-bottom: 0.125rem;
} .sub-religions .sub-religions .sub-religions > .religion-item {
padding: 0.3125rem 0.375rem;
padding-left: 0.75rem;
font-size: 0.85em;
border-radius: 3px;
margin-bottom: 0.0625rem;
} .religion-icon {
width: 36px;
height: 36px;
margin-right: 0.5rem;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
background: rgba(var(--color-sky-base-rgb), 0.08);
border-radius: 100%;
padding: 0;
border: 1px solid rgba(var(--color-sky-base-rgb), 0.12);
transition: all 0.25s ease;
overflow: hidden;
}
.religion-icon-img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
padding: 2px;
box-sizing: border-box;
transition: transform 0.25s ease;
}
.religion-icon svg {
width: 20px;
height: 20px;
fill: var(--color-sky-light);
transition: all 0.25s ease;
}
.religion-icon i {
font-size: 16px;
color: var(--color-sky-base);
transition: all 0.25s ease;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
} .sub-religions .religion-icon {
width: 32px;
height: 32px;
margin-right: 0.4375rem;
}
.sub-religions .sub-religions .religion-icon {
width: 28px;
height: 28px;
margin-right: 0.375rem;
}
.sub-religions .sub-religions .sub-religions .religion-icon {
width: 24px;
height: 24px;
margin-right: 0.3125rem;
} .religion-item-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
min-height: 40px;
}
.religion-link {
display: flex;
align-items: center;
flex: 1;
min-width: 0;
padding: 0.5rem 0;
color: #1f2937;
text-decoration: none !important;
transition: all 0.25s ease;
}
.religion-title {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: calc(100% - 10px);
font-size: 0.9rem;
font-weight: 500;
line-height: 1.3;
color: #374151;
transition: all 0.25s ease;
}
.religion-link:hover .religion-title {
color: var(--color-sky-dark);
text-decoration: none;
}
.religion-item.current-menu-item .religion-title,
.religion-item.current-menu-ancestor .religion-title {
color: #1b4260;
font-weight: 400;
}
.religion-item.current-menu-item .religion-title {
color: var(--color-sky-dark);
font-weight: 400;
} .religion-toggle {
background: transparent;
border: none;
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: #6b7280;
transition: all 0.25s ease;
flex-shrink: 0;
margin-left: auto;
border-radius: 4px;
position: relative;
}
.religion-toggle:hover {
color: var(--color-sky-dark);
background: rgba(var(--color-sky-base-rgb), 0.08);
}
.religion-toggle i {
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.religion-toggle[aria-expanded="true"] i {
transform: rotate(180deg);
} .religion-link:hover .religion-icon {
background: rgba(var(--color-sky-base-rgb), 0.12);
border-color: rgba(var(--color-sky-base-rgb), 0.25);
}
.religion-link:hover .religion-icon-img {
transform: scale(1.05);
}
.religion-link:hover .religion-icon svg,
.religion-link:hover .religion-icon i {
fill: var(--color-sky-light);
transform: scale(1.1);
color: var(--color-sky-light);
}
.religion-item.current-menu-item .religion-icon,
.religion-item.current-menu-ancestor .religion-icon {
background: rgba(var(--color-sky-base-rgb), 0.1);
border-color: rgba(var(--color-sky-base-rgb), 0.3);
} .sub-religions {
list-style: none;
margin: 0;
padding: 0;
padding-left: 0.75rem;
overflow: hidden;
max-height: 0;
opacity: 0;
transform: translateY(-8px);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.religion-item.expanded .sub-religions {
max-height: 1000px;
opacity: 1;
transform: translateY(0);
padding: 0.375rem 0 0.375rem 0.75rem;
} @media (max-width: 768px) {
#religion-accordion {
position: fixed;
top: 0;
left: 0;
width: 85vw;
max-width: 300px;
height: 100vh;
border-radius: 0;
border-right: 1px solid #e5e7eb;
transform: translateX(-100%);
transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 12px 0 40px rgba(0, 0, 0, 0.1);
z-index: 10001;
overflow-y: auto;
padding-top: 56px;
background: #ffffff;
opacity: 1 !important;
visibility: visible !important;
}
#religion-accordion.active {
transform: translateX(0);
} .mobile-panel-header {
position: fixed;
top: 0;
left: 0;
width: 85vw;
max-width: 100%;
height: 56px;
background: #ffffff;
border-bottom: 1px solid #e5e7eb;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 1rem;
z-index: 10002;
}
.mobile-panel-header h3 {
margin: 0;
font-size: 1rem;
color: #d7e9ff;
font-weight: 400;
font-family: var(--font-family-serif);
}
.mobile-panel-close {
background: transparent;
border: none;
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: #6b7280;
border-radius: 4px;
transition: all 0.2s ease;
}
.mobile-panel-close:hover {
background: rgba(var(--color-sky-base-rgb), 0.08);
color: var(--color-sky-base);
} .mobile-accordion-shortcut {
position: fixed !important;
bottom: 24px;
right: 6%;
width: 52px;
height: 52px;
background: var(--color-sky-base);
border: none;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 999999 !important;
box-shadow: 0 4px 16px rgba(var(--color-sky-base-rgb), 0.3);
transition: all 0.3s ease;
}
.mobile-accordion-shortcut:hover {
transform: scale(1.08);
box-shadow: 0 6px 20px rgba(var(--color-sky-base-rgb), 0.4);
border-radius: 100%;
}
.mobile-accordion-shortcut img {
width: 24px;
height: 24px;
transition: opacity 0.25s ease;
position: absolute;
}
.mobile-accordion-shortcut .icon-open,
.mobile-accordion-shortcut .icon-close {
filter: brightness(0) invert(1);
} .mobile-accordion-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(7, 14, 24, 0.79);
backdrop-filter: blur(2px);
z-index: 10000;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
pointer-events: none;
}
.mobile-accordion-overlay.active {
opacity: 1;
visibility: visible;
pointer-events: all;
} body.no-scroll-mobile {
overflow: hidden !important;
position: fixed;
width: 100%;
height: 100%;
touch-action: none;
}
} @media (min-width: 769px) {
#religion-accordion {
display: block !important;
position: relative;
transform: none !important;
opacity: 1 !important;
visibility: visible !important;
height: auto !important;
max-height: 85vh !important;
}
.mobile-accordion-overlay,
.mobile-accordion-shortcut,
.mobile-panel-header {
display: none !important;
}
} @keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(6px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .religion-item.current-menu-item,
.religion-item.current-menu-ancestor {
background: rgba(var(--color-sky-base-rgb), 0.02);
border-color: rgba(var(--color-sky-base-rgb), 0.2);
box-shadow: 0 1px 3px rgba(var(--color-sky-base-rgb), 0.1);
}
.religion-item.current-menu-item {
border-left: 3px solid #d4af37;
background: #FFF;
} #religion-accordion::-webkit-scrollbar {
width: 5px;
}
#religion-accordion::-webkit-scrollbar-track {
background: #f1f5f9;
border-radius: 8px;
}
#religion-accordion::-webkit-scrollbar-thumb {
background: linear-gradient(135deg, 
var(--color-sky-light) 0%, 
var(--color-sky-light) 100%);
border-radius: 8px;
}
#religion-accordion::-webkit-scrollbar-thumb:hover {
background: var(--color-sky-base);
} .ripple-effect {
position: absolute;
border-radius: 50%;
background: rgba(var(--color-sky-base-rgb), 0.3);
transform: scale(0);
animation: ripple 0.6s cubic-bezier(0.4, 0, 0.2, 1);
pointer-events: none;
z-index: 1;
}
@keyframes ripple {
to {
transform: scale(4);
opacity: 0;
}
} .mobile-tooltip {
position: fixed;
background: rgba(0, 0, 0, 0.9);
color: white;
padding: 8px 12px;
border-radius: 6px;
font-size: 14px;
z-index: 100000;
max-width: 80vw;
word-wrap: break-word;
text-align: center;
animation: tooltipFadeIn 0.2s ease;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.mobile-tooltip.fade-out {
animation: tooltipFadeOut 0.3s ease forwards;
}
@keyframes tooltipFadeIn {
from { opacity: 0; transform: translate(-50%, -90%); }
to { opacity: 1; transform: translate(-50%, -100%); }
}
@keyframes tooltipFadeOut {
to { opacity: 0; transform: translate(-50%, -110%); }
} :root {
--color-sky-base: #3b82f6;
--color-sky-base-rgb: 59, 130, 246;
--color-sky-dark: #2563eb;
--color-sky-light: #60a5fa;
} .sidebar-toggle { display: none; }  #mobile-accordion-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 10000;
opacity: 0;
visibility: hidden;
transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), 
visibility 0.35s cubic-bezier(0.4, 0, 0.2, 1);
pointer-events: none;
}
#mobile-accordion-overlay.active {
opacity: 1;
visibility: visible;
pointer-events: auto;
} .mobile-accordion-shortcut {
position: fixed;
bottom: 20px;
right: 20px;
width: 56px;
height: 56px;
border-radius: 50%;
background: linear-gradient(135deg, var(--color-sky-base, #3b82f6) 0%, var(--color-sky-dark, #1d4ed8) 100%);
border: none;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
cursor: pointer;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.mobile-accordion-shortcut:hover {
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.mobile-accordion-shortcut:active {
transform: translateY(0);
}
.mobile-accordion-shortcut img {
display: none;
width: 24px;
height: 24px;
filter: brightness(0) invert(1);
} .mobile-panel-header {
padding: 16px 20px;
background: linear-gradient(135deg, var(--color-sky-base, #3b82f6) 0%, var(--color-sky-dark, #1d4ed8) 100%);
color: white;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-panel-header h3 {
margin: 0;
font-size: 16px;
font-weight: 600;
letter-spacing: 0.5px;
}
.mobile-panel-close {
background: none;
border: none;
color: white;
cursor: pointer;
padding: 8px;
border-radius: 6px;
transition: background-color 0.2s;
display: flex;
align-items: center;
justify-content: center;
}
.mobile-panel-close:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.mobile-panel-close svg {
width: 24px;
height: 24px;
} .no-scroll-accordion {
overflow: hidden !important;
position: fixed !important;
width: 100% !important;
height: 100% !important;
touch-action: none;
} .mobile-accordion-panel {
background: white;
box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
} @keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes slideInLeft {
from { transform: translateX(-100%); }
to { transform: translateX(0); }
}
@keyframes slideOutLeft {
from { transform: translateX(0); }
to { transform: translateX(-100%); }
} @supports (-webkit-touch-callout: none) {
.no-scroll-accordion {
position: fixed !important;
width: 100% !important;
height: -webkit-fill-available !important;
}
} @media (max-width: 768px) {
#religion-accordion.mobile-accordion-panel {
animation: slideInLeft 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#religion-accordion.mobile-accordion-panel.closing {
animation: slideOutLeft 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
} .mobile-accordion-overlay.fade-in {
animation: fadeIn 0.3s ease forwards;
}
.mobile-accordion-overlay.fade-out {
animation: fadeOut 0.3s ease forwards;
}
@keyframes fadeOut {
from { opacity: 1; }
to { opacity: 0; }
}.site-header {
background-color: var(--color-bg-primary);
box-shadow: var(--shadow-light);
position: sticky;
top: 0;
z-index: 1000;
padding: 1rem 0;
transition: all 0.3s ease;
}
.header-container {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 1.5rem;
} .site-branding-inner {
display: flex;
align-items: center;
gap: 1rem;
flex-wrap: nowrap;
min-height: 60px;
}
.custom-logo-link {
display: block;
flex-shrink: 0;
line-height: 0;
}
.custom-logo-link .round-logo,
.site-logo .custom-logo {
border-radius: 50%;
object-fit: cover;
display: block;
width: 55px;
height: 55px;
box-shadow: var(--shadow-light);
border: 2px solid var(--color-sky-light);
transition: transform 0.3s ease, box-shadow 0.3s ease;
background-color: var(--color-bg-primary);
}
.custom-logo-link:hover .round-logo {
transform: scale(1.05);
box-shadow: var(--shadow-medium);
}
.custom-logo-link:focus {
outline: 2px solid var(--color-sky-base);
outline-offset: 2px;
border-radius: 50%;
}
.custom-logo-link:focus .round-logo {
transform: scale(1.05);
}
.site-title-wrapper {
flex: 1;
min-width: 0;
}
.site-title {
font-size: 1.75rem;
margin: 0;
line-height: 1.2;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.site-title a {
color: var(--color-sky-dark);
text-decoration: none;
}
.site-title a:hover {
color: var(--color-sky-base);
text-decoration: none;
}
.site-description {
color: var(--color-text-secondary);
font-size: 0.875rem;
margin: 0.25rem 0 0;
line-height: 1.3;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} @media (max-width: 992px) {
.site-branding-inner {
gap: 0.875rem;
min-height: 55px;
}
.custom-logo-link .round-logo,
.site-logo .custom-logo {
width: 45px;
height: 45px;
}
.site-title {
font-size: 1.5rem;
}
.site-description {
font-size: 0.8125rem;
}
}
@media (max-width: 768px) {
.header-container {
display: flex;
flex-wrap: nowrap;
align-items: center;
gap: 1rem;
position: relative;
}
.site-branding {
flex: 1;
min-width: 0;
display: flex;
align-items: center;
}
.site-branding-inner {
gap: 0.75rem;
min-height: 50px;
flex-wrap: nowrap;
width: 100%;
}
.custom-logo-link .round-logo,
.site-logo .custom-logo {
width: 40px;
height: 40px;
border-width: 1.5px;
}
.site-title {
font-size: 1.25rem;
white-space: normal;
line-height: 1.3;
overflow: visible;
}
.site-description {
display: none;
}
.main-navigation {
display: flex;
align-items: center;
justify-content: flex-end;
flex-shrink: 0;
width: auto;
margin: 0;
order: 2;
} .primary-menu {
animation: none !important;
}
}
@media (max-width: 480px) {
.site-branding-inner {
gap: 0.625rem;
min-height: 45px;
}
.custom-logo-link .round-logo,
.site-logo .custom-logo {
width: 36px;
height: 36px;
}
.site-title {
font-size: 1.125rem;
line-height: 1.25;
}
.header-container {
gap: 0.75rem;
}
}
@media (max-width: 768px) and (orientation: landscape) {
.site-branding-inner {
min-height: 40px;
}
.custom-logo-link .round-logo,
.site-logo .custom-logo {
width: 35px;
height: 35px;
}
.site-title {
font-size: 1.125rem;
}
.primary-menu {
max-height: 60vh;
overflow-y: auto;
}
} @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.custom-logo-link .round-logo,
.site-logo .custom-logo {
border-width: 1px;
}
}.main-navigation {
display: flex;
align-items: center;
justify-content: flex-end;
flex: 1;
min-width: 0;
} .primary-menu {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0;
gap: 1.5rem;
}
.primary-menu > li {
position: relative;
}
.primary-menu a {
display: block;
padding: 0.5rem 0;
font-weight: 500;
color: var(--color-text-primary);
position: relative;
white-space: nowrap;
text-decoration: none;
transition: color 0.3s ease;
}
.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a {
color: var(--color-sky-base);
}
.primary-menu a::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: var(--color-sky-base);
transition: width 0.3s ease;
}
.primary-menu a:hover::after,
.primary-menu .current-menu-item > a::after,
.primary-menu .current-menu-ancestor > a::after {
width: 100%;
} .primary-menu .sub-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
background: var(--color-bg-primary);
box-shadow: var(--shadow-medium);
border-radius: 8px;
padding: 0.5rem 0;
min-width: 220px;
z-index: 100;
border: 1px solid var(--color-border);
}
.primary-menu li:hover > .sub-menu {
display: block;
animation: fadeInDown 0.3s ease;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.primary-menu .sub-menu li {
width: 100%;
}
.primary-menu .sub-menu a {
padding: 0.75rem 1.5rem;
color: var(--color-text-primary);
border-bottom: 1px solid var(--color-border-light);
}
.primary-menu .sub-menu li:last-child a {
border-bottom: none;
}
.primary-menu .sub-menu a:hover {
background-color: var(--color-sky-light);
color: var(--color-sky-dark);
} .primary-menu .menu-item-has-children > a {
padding-right: 1.2rem;
}
.primary-menu .menu-item-has-children > a::before {
content: '▼';
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
font-size: 0.7em;
color: var(--color-text-secondary);
transition: transform 0.3s ease;
}
.primary-menu .menu-item-has-children:hover > a::before {
transform: translateY(-50%) rotate(180deg);
} .menu-toggle {
display: none;
background: none;
border: 1px solid var(--color-border);
border-radius: 6px;
cursor: pointer;
padding: 0.5rem;
margin: 0;
position: relative;
z-index: 1001;
width: 44px;
height: 44px;
flex-shrink: 0;
transition: all 0.3s ease;
order: 1;
}
.menu-toggle:hover {
background-color: var(--color-sky-light);
border-color: var(--color-sky-base);
}
.menu-toggle:focus {
outline: 2px solid var(--color-sky-base);
outline-offset: 2px;
}
.hamburger-box {
width: 24px;
height: 18px;
display: inline-block;
position: relative;
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
width: 24px;
height: 2px;
background-color: #2a2a2a;
position: absolute;
border-radius: 1px;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.hamburger-inner::before {
content: "";
top: -8px;
left: 0;
}
.hamburger-inner::after {
content: "";
bottom: -8px;
left: 0;
} .menu-toggle.is-active .hamburger-inner {
transform: rotate(45deg);
top: 50%;
margin-top: -1px;
}
.menu-toggle.is-active .hamburger-inner::before {
opacity: 0;
transform: translateY(8px) rotate(0deg);
}
.menu-toggle.is-active .hamburger-inner::after {
transform: translateY(-8px) rotate(-90deg);
bottom: auto;
top: 50%;
} @media (max-width: 768px) {
.main-navigation {
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
align-items: center;
position: relative;
}
.menu-toggle {
display: flex;
align-items: center;
justify-content: center;
order: 1;
margin-left: auto;
}
.primary-menu {
display: none;
flex-direction: column;
width: 100%;
gap: 0;
margin-top: 1rem;
background-color: var(--color-bg-primary);
border-radius: 8px;
box-shadow: var(--shadow-medium);
padding: 0rem 0;
border: 1px solid var(--color-border);
order: 2;
position: absolute;
top: 100%;
font-size: 14px;
left: 0;
z-index: 1000;
animation: slideDown 0.3s ease;
}
@keyframes slideDown {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.primary-menu.active {
display: flex;
}
.primary-menu li {
width: 100%;
margin-bottom: 0px;
}
.primary-menu a {
padding: 0.75rem 1.5rem;
border-bottom: 1px solid var(--color-border-light);
white-space: normal;
}
.primary-menu a::after {
display: none;
}
.primary-menu .sub-menu {
position: static;
box-shadow: none;
border: none;
padding-left: 1rem;
display: none;
animation: none;
}
.primary-menu .sub-menu.active {
display: block;
}
.primary-menu .menu-item-has-children > a::before {
right: 1.5rem;
transform: translateY(-50%) rotate(0deg);
}
.primary-menu .menu-item-has-children.active > a::before {
transform: translateY(-50%) rotate(180deg);
}
}
@media (max-width: 480px) {
.menu-toggle {
width: 40px;
height: 40px;
}
.hamburger-box {
width: 22px;
height: 16px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
width: 22px;
height: 2px;
}
.hamburger-inner::before {
top: -7px;
}
.hamburger-inner::after {
bottom: -7px;
}
} @media (max-width: 768px) {
.main-navigation.menu-open {
position: relative;
}
.menu-toggle.is-active {
position: relative;
z-index: 1002;
} .primary-menu .sub-menu {
background-color: var(--color-bg-secondary);
border-left: 3px solid var(--color-sky-light);
}
.primary-menu .sub-menu a {
padding-left: 2rem;
font-size: 0.95rem;
} .menu-toggle:focus-visible {
outline: 3px solid var(--color-sky-base);
outline-offset: 2px;
}
.primary-menu a:focus-visible {
outline: 2px solid var(--color-sky-base);
outline-offset: -2px;
background-color: var(--color-sky-light);
}
} @keyframes fadeIn {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.primary-menu.active {
animation: fadeIn 0.3s ease forwards;
}.right-sidebar {
flex: 0 0 300px;
position: sticky;
top: 100px;
align-self: flex-start;
max-height: calc(100vh - 120px);
overflow-y: auto;
padding-left: 1.5rem;
border-left: 1px solid var(--color-border);
scrollbar-width: thin;
} .right-sidebar::-webkit-scrollbar {
width: 6px;
}
.right-sidebar::-webkit-scrollbar-track {
background: var(--color-bg-secondary);
}
.right-sidebar::-webkit-scrollbar-thumb {
background: var(--color-sky-base);
border-radius: 3px;
}
.right-sidebar::-webkit-scrollbar-thumb:hover {
background: var(--color-sky-dark);
} .widget {
background-color: var(--color-bg-secondary);
border-radius: 10px;
padding: 1.5rem;
margin-bottom: 1.5rem;
transition: transform 0.3s ease;
}
.widget:hover {
transform: translateY(-2px);
}
.widget-title {
font-size: 1.125rem;
color: var(--color-sky-dark);
margin-top: 0;
margin-bottom: 1rem;
padding-bottom: 0.5rem;
border-bottom: 2px solid var(--color-sky-light);
} .widget ul {
list-style: none;
padding: 0;
margin: 0;
}
.widget li {
padding: 0.5rem 0;
border-bottom: 1px solid var(--color-border-light);
transition: padding-left 0.3s ease;
}
.widget li:last-child {
border-bottom: none;
}
.widget li:hover {
padding-left: 0.5rem;
}
.widget a {
color: var(--color-text-primary);
display: flex;
align-items: center;
gap: 0.5rem;
transition: color 0.3s ease;
}
.widget a:hover {
color: var(--color-sky-base);
text-decoration: none;
} .widget_search .search-form {
position: relative;
}
.widget_search .search-field {
width: 100%;
padding: 0.75rem 1rem 0.75rem 2.5rem;
border: 1px solid var(--color-border);
border-radius: 25px;
font-size: 0.9375rem;
transition: all 0.3s ease;
}
.widget_search .search-field:focus {
outline: none;
border-color: var(--color-sky-base);
box-shadow: 0 0 0 3px rgba(77, 171, 247, 0.1);
}
.widget_search .search-submit {
position: absolute;
left: 0.75rem;
top: 50%;
transform: translateY(-50%);
background: none;
border: none;
padding: 0;
cursor: pointer;
color: var(--color-text-secondary);
transition: color 0.3s ease;
}
.widget_search .search-field:focus + .search-submit {
color: var(--color-sky-base);
} .widget_calendar table {
width: 100%;
border-collapse: collapse;
}
.widget_calendar caption {
caption-side: top;
text-align: center;
font-weight: 600;
color: var(--color-sky-dark);
margin-bottom: 0.5rem;
}
.widget_calendar th,
.widget_calendar td {
text-align: center;
padding: 0.5rem;
border: 1px solid var(--color-border-light);
}
.widget_calendar th {
background-color: var(--color-sky-light);
font-weight: 600;
}
.widget_calendar #today {
background-color: var(--color-sky-base);
color: white;
font-weight: 600;
} .widget_categories .cat-item {
display: flex;
justify-content: space-between;
align-items: center;
}
.widget_categories .post-count {
font-size: 0.875rem;
color: var(--color-text-secondary);
background-color: var(--color-bg-primary);
padding: 0.125rem 0.5rem;
border-radius: 10px;
} .widget_recent_entries .post-date {
display: block;
font-size: 0.75rem;
color: var(--color-text-secondary);
margin-top: 0.25rem;
} @media (max-width: 1200px) {
.right-sidebar {
flex: 0 0 250px;
}
}
@media (max-width: 992px) {
.right-sidebar {
flex: 0 0 auto;
width: 100%;
position: static;
max-height: none;
padding-left: 0;
border-left: none;
border-top: 1px solid var(--color-border);
padding-top: 2rem;
margin-top: 2rem;
}
.widget {
margin-bottom: 1rem;
}
}
@media (max-width: 768px) {
.right-sidebar {
padding-top: 1.5rem;
margin-top: 1.5rem;
}
.widget {
padding: 1.25rem;
}
.widget-title {
font-size: 1rem;
}
}html, body {
overflow-x: hidden;
max-width: 100%;
} .content-container {
display: flex;
gap: 1rem;
padding-top: 2rem;
padding-bottom: 2rem;
align-items: flex-start;
min-height: calc(100vh - 200px);
max-width: 1200px; margin: 0 auto; width: 100%;
box-sizing: border-box;
padding-left: 1rem;
padding-right: 1rem;
} .site-main {
flex: 1;
max-width: 100%;
width: 100%;
} .content-wrapper {
background-color: var(--color-bg-primary);
border-radius: 12px;
padding: 2rem;
box-shadow: var(--shadow-light);
transition: all 0.3s ease;
box-sizing: border-box;
max-width: 100%;
overflow: hidden;
} img, video, iframe {
max-width: 100%;
} .entry-content {
font-size: 1.2rem;
line-height: 1.8;
color: var(--color-text-primary);
max-width: 100%;
overflow-wrap: break-word;
}
.entry-title {
color: #d4af37;
} .entry-content > * {
max-width: var(--max-width-content, 100%);
width: 100%;
} .entry-content h2,
.entry-content h3,
.entry-content h4 {
margin-top: 2.5rem;
padding-bottom: 0.5rem;
border-bottom: 1px solid #e6dcbb;
} .entry-content blockquote {
border-left: 4px solid var(--color-sky-base);
padding-left: 1.5rem;
margin: 2rem 0;
font-style: italic;
color: var(--color-text-secondary);
font-size: 1.25rem;
line-height: 1.6;
}
.entry-content blockquote p:last-child {
margin-bottom: 0;
} .entry-content code {
background-color: var(--color-bg-secondary);
padding: 0.2rem 0.4rem;
border-radius: 4px;
font-family: 'Courier New', monospace;
font-size: 0.9em;
}
.entry-content pre {
background-color: var(--color-bg-secondary);
padding: 1.5rem;
border-radius: 8px;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin: 1.5rem 0;
font-family: 'Courier New', monospace;
font-size: 0.9375rem;
line-height: 1.5;
max-width: 100%;
} .entry-content figure {
margin: 2rem 0;
text-align: center;
}
.entry-content figcaption {
font-size: 0.875rem;
color: var(--color-text-secondary);
margin-top: 0.5rem;
font-style: italic;
} .entry-content table {
width: 100%;
border-collapse: collapse;
margin: 1.5rem 0;
max-width: 100%;
}
.entry-content th,
.entry-content td {
padding: 0.75rem;
border: 1px solid var(--color-border);
text-align: left;
}
.entry-content th {
background-color: var(--color-sky-light);
font-weight: 600;
color: var(--color-sky-dark);
} ::selection {
background-color: var(--color-sky-light);
color: var(--color-text-primary);
}
::-moz-selection {
background-color: var(--color-sky-light);
color: var(--color-text-primary);
} .entry-content > p:first-of-type {
font-size: 1.2rem;
line-height: 1.8;
color: #1b4260;
margin-bottom: 2rem;
} .content-divider {
height: 1px;
background: linear-gradient(90deg, 
transparent, 
var(--color-sky-base), 
transparent);
margin: 3rem auto;
width: 80%;
max-width: var(--max-width-content);
} .entry-content h2,
.entry-content h3 {
font-variant: small-caps;
letter-spacing: 0.5px;
} .footnote {
font-size: 0.875rem;
color: var(--color-text-secondary);
border-left: 3px solid var(--color-border);
padding-left: 1rem;
margin: 1.5rem 0;
font-style: italic;
} .navigation.posts-navigation {
display: flex;
justify-content: space-between;
margin: 3rem 0;
padding-top: 2rem;
border-top: 1px solid var(--color-border);
} .page-links {
margin: 2rem 0;
padding-top: 1rem;
border-top: 1px solid var(--color-border);
}
.page-links a {
display: inline-block;
padding: 0.25rem 0.5rem;
margin: 0 0.25rem;
background-color: var(--color-sky-light);
border-radius: 4px;
}
.page-links > span {
font-weight: 600;
color: var(--color-sky-dark);
} .nav-links {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
} @media (max-width: 1200px) {
.content-container {
max-width: 100%;
padding-left: 2rem;
padding-right: 2rem;
}
}
@media (max-width: 992px) {
.content-container {
gap: 2rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.content-wrapper {
padding: 2rem;
}
.entry-content {
font-size: 1.0625rem;
line-height: 1.7;
}
.entry-content > p:first-of-type {
font-size: 1.0rem;
}
}
@media (max-width: 768px) {
.content-container {
flex-direction: column;
gap: 1.5rem;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
padding-left: 1rem; padding-right: 1rem;
}
.content-wrapper {
padding: 1.5rem;
border-radius: 8px;
}
.entry-content {
font-size: 1.1rem;
line-height: 1.6;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
margin-top: 1.5rem;
}
.entry-content blockquote {
font-size: 1.1rem;
padding-left: 1rem;
margin: 1.5rem 0;
}
.navigation.posts-navigation {
flex-direction: column;
gap: 1rem;
}
.nav-previous,
.nav-next {
max-width: 100%;
} .entry-content table {
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 480px) {
.content-container {
padding-left: 0rem; padding-right: 0rem;
}
.content-wrapper {
padding: 1.25rem;
}
.entry-content {
font-size: 1rem;
line-height: 1.5;
}
.entry-content pre {
padding: 1rem;
font-size: 0.875rem;
margin-left: -0.5rem;
margin-right: -0.5rem;
border-radius: 4px;
}
} .entry-content pre,
.entry-content code,
.entry-content table {
max-width: 100%;
overflow-x: auto;
} @supports (-webkit-touch-callout: none) {
.entry-content pre {
-webkit-overflow-scrolling: touch;
}
}  .entry-featured-image {
margin: 2rem 0;
position: relative;
overflow: hidden;
border-radius: 12px;
box-shadow: var(--shadow-medium);
background-color: var(--color-bg-secondary);
min-height: 200px;
display: block;
} .entry-featured-image .page-featured-image {
width: 100%;
height: auto;
display: block;
transition: transform 0.3s ease;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
object-fit: cover;
} .entry-featured-image figcaption.wp-caption-text {
padding: 1rem;
background-color: rgba(0, 0, 0, 0.7);
color: white;
font-size: 0.875rem;
text-align: center;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0;
line-height: 1.4;
} .entry-featured-image:hover .page-featured-image {
transform: scale(1.02);
}  .entry-featured-image {
margin: 1.5rem 0;
position: relative;
overflow: hidden;
border-radius: 12px;
box-shadow: var(--shadow-medium);
background-color: var(--color-bg-secondary);
display: block;
width: 100%;
} .entry-featured-image .page-featured-image {
width: 100%;
height: auto;
display: block;
transition: transform 0.3s ease;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
object-fit: cover;
vertical-align: middle;
} .entry-featured-image figcaption.wp-caption-text {
padding: 1rem;
background-color: rgba(0, 0, 0, 0.7);
color: white;
font-size: 0.875rem;
text-align: center;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0;
line-height: 1.4;
z-index: 2;
} .entry-featured-image:hover .page-featured-image {
transform: scale(1.02);
}  .entry-featured-image {
margin: 1.5rem 0;
position: relative;
overflow: hidden;
border-radius: 12px;
box-shadow: var(--shadow-medium);
background-color: var(--color-bg-secondary);
display: block;
width: 100%; height: auto;
min-height: 0 !important;
} .entry-featured-image .page-featured-image {
width: 100%;
height: auto;
display: block;
transition: transform 0.3s ease;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
object-fit: cover;
vertical-align: middle; max-height: none;
} .entry-featured-image figcaption.wp-caption-text {
padding: 1rem;
background-color: rgba(0, 0, 0, 0.7);
color: white;
font-size: 0.875rem;
text-align: center;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0;
line-height: 1.4;
z-index: 2;
} .entry-featured-image:hover .page-featured-image {
transform: scale(1.02);
} @media (max-width: 992px) {
.entry-featured-image {
margin: 1.25rem 0;
border-radius: 10px;
}
}
@media (max-width: 768px) {
.entry-featured-image {
margin: 1rem 0;
border-radius: 8px;
margin-left: 0;
margin-right: 0;
width: 100%;
max-width: 100%; height: auto; min-height: 0;
max-height: none;
aspect-ratio: none;
}
.entry-featured-image .page-featured-image { height: auto;
max-height: none;
position: static;
object-fit: cover;
object-position: center;
max-width: 100%; min-height: 0;
} .entry-featured-image figcaption.wp-caption-text {
position: relative;
background-color: var(--color-bg-secondary);
color: var(--color-text-secondary);
margin-top: 0.5rem;
border-radius: 0 0 8px 8px; position: static;
transform: none;
}
}
@media (max-width: 480px) {
.entry-featured-image {
margin: 0.75rem 0;
border-radius: 6px;
}
.entry-featured-image figcaption.wp-caption-text {
font-size: 0.75rem;
padding: 0.75rem;
margin-top: 0;
}
} @supports (-webkit-touch-callout: none) {
.entry-featured-image { display: block;
-webkit-transform: none;
transform: none;
}
} .entry-featured-image .page-featured-image[src] {
opacity: 1;
animation: fadeInImage 0.5s ease;
}
.entry-featured-image .page-featured-image:not([src]) {
opacity: 0; min-height: 150px;
background: linear-gradient(135deg, 
var(--color-sky-light) 0%, 
var(--color-bg-secondary) 100%);
}
@keyframes fadeInImage {
from {
opacity: 0;
}
to {
opacity: 1;
}
} .entry-featured-image::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, 
var(--color-sky-light) 0%, 
var(--color-bg-secondary) 100%);
z-index: -1;
opacity: 0;
transition: opacity 0.3s;
}
.entry-featured-image:has(.page-featured-image:not([src]))::before,
.entry-featured-image:has(.page-featured-image[src=""])::before {
opacity: 1;
} .entry-featured-image:has(.page-featured-image[src]:not([src=""])) {
background: transparent;
} .entry-featured-image img {
max-width: 100%; max-height: none;
margin: 0 auto;
display: block;
} @media (max-width: 768px) {
.entry-featured-image {
all: unset;
display: block;
margin: 1rem 0;
border-radius: 8px;
overflow: hidden;
box-shadow: var(--shadow-medium);
width: 100%;
height: auto;
}
.entry-featured-image .page-featured-image {
all: unset;
display: block;
width: 100%;
height: auto;
max-width: 100%;
}
}.site-footer {
background: linear-gradient(135deg, var(--color-sky-dark) 0%, #1864ab 100%);
color: rgba(255, 255, 255, 0.95);
padding: 4rem 0 2rem;
margin-top: 4rem;
position: relative;
overflow: hidden;
}
.site-footer::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, 
var(--color-sky-base) 0%,
rgba(255, 255, 255, 0.5) 50%,
var(--color-sky-base) 100%);
}
.footer-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 3rem;
position: relative;
z-index: 1;
}
.footer-title {
color: white;
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 1.5rem;
position: relative;
display: inline-block;
}
.footer-title::after {
content: '';
position: absolute;
bottom: -8px;
left: 0;
width: 50px;
height: 3px;
background-color: white;
border-radius: 2px;
} .footer-projects {
margin-bottom: 0;
}
.projects-grid {
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
margin-top: 1.5rem;
}
.project-item {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border-radius: 16px;
padding: 1.5rem;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid rgba(255, 255, 255, 0.15);
}
.project-item:hover {
background: rgba(255, 255, 255, 0.15);
transform: translateY(-4px);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
border-color: rgba(255, 255, 255, 0.3);
}
.project-link {
display: flex;
align-items: center;
gap: 1.5rem;
text-decoration: none;
color: inherit;
}
.project-logo-wrapper {
flex-shrink: 0;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.9);
border-radius: 12px;
padding: 0.2rem;
transition: all 0.3s ease;
}
.project-item:hover .project-logo-wrapper {
background: white;
transform: scale(1.05);
}
.project-logo {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.project-info {
flex: 1;
}
.project-name {
color: white;
font-size: 1.25rem;
font-weight: 600;
margin: 0 0 0.5rem 0;
line-height: 1.3;
}
.project-description {
font-size: 0.9375rem;
line-height: 1.5;
color: rgba(255, 255, 255, 0.85);
margin: 0;
opacity: 0.9;
}
.footer-description {
font-size: 1rem;
line-height: 1.6;
color: rgba(255, 255, 255, 0.9);
margin-bottom: 1.5rem;
max-width: 500px;
} .footer-social {
margin-bottom: 0;
}
.social-description {
font-size: 1rem;
color: rgba(255, 255, 255, 0.9);
margin-bottom: 1.5rem;
}
.social-links {
list-style: none;
padding: 0;
margin: 0;
display: grid;
gap: 1rem;
padding-top: 25px;
}
.social-link {
display: flex;
align-items: center;
gap: 1.25rem;
padding: 1.25rem;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border-radius: 16px;
color: white;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid rgba(255, 255, 255, 0.15);
text-decoration: none;
}
.social-link:hover {
background: rgba(255, 255, 255, 0.15);
transform: translateX(5px);
border-color: rgba(255, 255, 255, 0.3);
text-decoration: none;
color: #FFF;
}
.social-icon {
display: flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
font-size: 1.5rem;
background: rgba(255, 255, 255, 0.15);
border-radius: 12px;
transition: all 0.3s ease;
}
.social-link:hover .social-icon {
transform: scale(1.1);
} .social-link.youtube .social-icon {
background: rgba(299, 299, 299, 0.2);
color: #E6E6E6;
}
.social-link.youtube:hover .social-icon {
background: rgba(299, 299, 299, 0.3);
color: #FFF;
}
.social-link.vk .social-icon {
background: rgba(299, 299, 299, 0.2);
color: #E6E6E6;
}
.social-link.vk:hover .social-icon {
background: rgba(299, 299, 299, 0.3);
color: #FFF;
}
.social-text-wrapper {
flex: 1;
}
.social-text {
display: block;
font-weight: 600;
font-size: 1.125rem;
margin-bottom: 0.25rem;
}
.social-subtext {
display: block;
font-size: 0.875rem;
color: rgba(255, 255, 255, 0.8);
opacity: 0.9;
} .footer-bottom {
grid-column: 1 / -1;
border-top: 1px solid rgba(255, 255, 255, 0.2);
padding-top: 2rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 2rem;
margin-top: 1rem;
}
.footer-menu {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0;
gap: 2rem;
}
.footer-menu a {
color: rgba(255, 255, 255, 0.9);
font-size: 0.9375rem;
font-weight: 500;
transition: all 0.3s ease;
padding: 0.5rem 0;
position: relative;
}
.footer-menu a::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: white;
transition: width 0.3s ease;
}
.footer-menu a:hover {
color: white;
text-decoration: none;
}
.footer-menu a:hover::after {
width: 100%;
}
.site-info {
text-align: right;
}
.copyright {
font-size: 0.9375rem;
color: rgba(255, 255, 255, 0.9);
margin-bottom: 0.5rem;
}
.footer-credits {
font-size: 0.875rem;
color: rgba(255, 255, 255, 0.7);
margin: 0;
}
.footer-credits .fa-heart {
color: #ff6b6b;
margin: 0 0.25rem;
animation: heartbeat 1.5s ease infinite;
}
@keyframes heartbeat {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.1); }
} .back-to-top {
position: fixed;
bottom: 2rem;
right: 2rem;
width: 56px;
height: 56px;
background: linear-gradient(135deg, var(--color-sky-base), var(--color-sky-dark));
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
opacity: 0;
visibility: hidden;
z-index: 100;
border: none;
font-size: 1.5rem;
box-shadow: 0 4px 20px rgba(28, 126, 214, 0.3);
}
.back-to-top.visible {
opacity: 1;
visibility: visible;
}
.back-to-top:hover {
transform: translateY(-5px) scale(1.1);
box-shadow: 0 8px 30px rgba(28, 126, 214, 0.4);
} @media (max-width: 992px) {
.site-footer {
padding: 3rem 0 1.5rem;
}
.footer-container {
gap: 2.5rem;
}
.project-logo-wrapper {
width: 80px;
height: 80px;
border-radius: 100%;
}
.project-name {
font-size: 1.125rem;
}
}
@media (max-width: 768px) {
.site-footer {
padding: 2.5rem 0 1.25rem;
margin-top: 3rem;
}
.footer-container {
grid-template-columns: 1fr;
gap: 2.5rem;
}
.projects-grid {
gap: 1.5rem;
}
.project-link {
gap: 1.25rem;
}
.project-logo-wrapper {
width: 60px;
height: 60px;
}
.social-link {
padding: 1rem;
gap: 1rem;
}
.social-icon {
width: 42px;
height: 42px;
font-size: 1.25rem;
}
.footer-bottom {
flex-direction: column;
text-align: center;
gap: 1.5rem;
padding-top: 1.5rem;
}
.footer-menu {
justify-content: center;
gap: 1.5rem;
}
.site-info {
text-align: center;
}
.back-to-top {
bottom: 1.5rem;
right: 1.5rem;
width: 50px;
height: 50px;
font-size: 1.25rem;
}
}
@media (max-width: 480px) {
.site-footer {
padding: 2rem 0 1rem;
}
.footer-title {
font-size: 1.375rem;
}
.project-item {
padding: 1.25rem;
}
.project-logo-wrapper {
width: 80px;
height: 80px;
}
.footer-menu {
flex-direction: column;
align-items: center;
gap: 1rem;
}
.social-text {
font-size: 1rem;
}
.social-subtext {
font-size: 0.8125rem;
}
}
@media (max-width: 480px) { .project-link {
flex-direction: row !important;
text-align: left;
gap: 1.25rem;
align-items: flex-start;
}
.project-name,
.project-description {
text-align: left;
}
}.page-header {
margin-bottom: 3rem;
text-align: center;
}
.page-title {
color: var(--color-sky-dark);
margin-bottom: 1rem;
}
.entry-subtitle {
font-size: 1.25rem;
color: var(--color-text-secondary);
font-style: italic;
margin: 1rem 0 1.5rem;
border-left: 3px solid var(--color-sky-base);
padding-left: 1rem;
}
.entry-featured-image {
margin: 2rem 0;
text-align: center;
}
.page-featured-image {
border-radius: 12px;
box-shadow: var(--shadow-medium);
max-height: 500px;
object-fit: cover;
width: 100%;
}
.wp-caption-text {
font-size: 0.875rem;
color: var(--color-text-secondary);
margin-top: 0.5rem;
font-style: italic;
} .religion-metadata {
background-color: var(--color-sky-light);
border-radius: 12px;
padding: 2rem;
margin: 2rem 0;
border: 1px solid var(--color-sky-base);
}
.religion-metadata h3 {
margin-top: 0;
color: var(--color-sky-dark);
}
.metadata-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 1.5rem;
margin-top: 1.5rem;
}
.metadata-item {
display: flex;
align-items: center;
gap: 1rem;
padding: 1rem;
background-color: var(--color-bg-primary);
border-radius: 8px;
box-shadow: var(--shadow-light);
transition: transform 0.3s ease;
}
.metadata-item:hover {
transform: translateY(-2px);
}
.metadata-icon {
flex-shrink: 0;
color: var(--color-sky-base);
font-size: 1.5rem;
}
.metadata-content {
flex: 1;
}
.metadata-label {
display: block;
font-weight: 600;
color: var(--color-text-primary);
font-size: 0.875rem;
margin-bottom: 0.25rem;
}
.metadata-value {
color: var(--color-sky-dark);
font-size: 1rem;
}
.religion-tags {
margin-top: 2rem;
padding-top: 1.5rem;
border-top: 1px solid var(--color-border);
}
.religion-tags h4 {
margin-bottom: 0.75rem;
}
.religion-terms {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.religion-terms li a {
display: inline-block;
padding: 0.5rem 1rem;
background-color: var(--color-sky-light);
color: var(--color-sky-dark);
border-radius: 20px;
font-size: 0.875rem;
transition: all 0.3s ease;
}
.religion-terms li a:hover {
background-color: var(--color-sky-base);
color: white;
text-decoration: none;
transform: translateY(-1px);
} .archive-description {
color: var(--color-text-secondary);
font-size: 1.125rem;
max-width: var(--max-width-content);
margin: 0 auto 2rem;
}
.posts-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
gap: 2rem;
margin-bottom: 3rem;
}
.post-card {
background-color: var(--color-bg-primary);
border-radius: 12px;
overflow: hidden;
box-shadow: var(--shadow-light);
transition: all 0.3s ease;
display: flex;
flex-direction: column;
height: 100%;
}
.post-card:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-medium);
}
.post-card-image {
position: relative;
padding-top: 56.25%;
overflow: hidden;
}
.post-card-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.post-card:hover .post-card-image img {
transform: scale(1.05);
}
.post-card-content {
padding-top: 1.5rem;
flex: 1;
display: flex;
flex-direction: column;
}
.post-card-header {
margin-bottom: 1rem;
}
.post-card-title {
font-size: 1.25rem;
line-height: 1.4;
margin: 0 0 0.5rem;
}
.post-card-title a {
color: var(--color-text-primary);
}
.post-card-title a:hover {
color: var(--color-sky-base);
text-decoration: none;
}
.post-card-meta {
font-size: 0.875rem;
color: var(--color-text-secondary);
}
.post-card-excerpt {
flex: 1;
margin-bottom: 1.5rem;
color: var(--color-text-secondary);
line-height: 1.6;
font-size: 0.9375rem;
}
.post-card-footer {
margin-top: auto;
}
.read-more-link {
display: inline-flex;
align-items: center;
gap: 0.5rem;
color: var(--color-sky-base);
font-weight: 500;
transition: all 0.3s ease;
}
.read-more-link:hover {
color: var(--color-sky-dark);
gap: 0.75rem;
text-decoration: none;
}
.read-more-link svg {
transition: transform 0.3s ease;
}
.read-more-link:hover svg {
transform: translateX(3px);
} .search-query {
color: var(--color-sky-base);
font-style: italic;
}
.search-form-container {
max-width: 500px;
margin: 2rem auto 0;
}
.search-form-container .search-field {
width: 100%;
padding: 1rem 1.5rem;
border: 2px solid var(--color-sky-light);
border-radius: 50px;
font-size: 1rem;
transition: all 0.3s ease;
}
.search-form-container .search-field:focus {
outline: none;
border-color: var(--color-sky-base);
box-shadow: 0 0 0 3px rgba(77, 171, 247, 0.1);
}
.search-results {
margin-top: 2rem;
}
.search-result {
background-color: var(--color-bg-primary);
border-radius: 12px;
padding: 2rem;
margin-bottom: 1.5rem;
box-shadow: var(--shadow-light);
transition: all 0.3s ease;
}
.search-result:hover {
box-shadow: var(--shadow-medium);
}
.search-result .entry-title {
font-size: 1.5rem;
margin-bottom: 0.5rem;
}
.search-result .entry-meta {
margin-bottom: 1rem;
color: var(--color-text-secondary);
font-size: 0.875rem;
}
.entry-summary {
color: var(--color-text-primary);
line-height: 1.7;
}
.search-highlight {
background-color: #fffacd;
padding: 0.1rem 0.2rem;
border-radius: 3px;
font-weight: 600;
}
.no-search-results {
text-align: center;
padding: 3rem 2rem;
}
.no-search-results h2 {
color: var(--color-sky-dark);
margin-bottom: 1rem;
}
.no-search-results p {
color: var(--color-text-secondary);
max-width: 500px;
margin: 0 auto 2rem;
}
.search-suggestions {
margin: 2rem 0;
padding: 1.5rem;
background-color: var(--color-sky-light);
border-radius: 12px;
}
.search-suggestions h3 {
margin-top: 0;
color: var(--color-sky-dark);
}
.suggested-terms {
list-style: none;
padding: 0;
margin: 1rem 0 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.5rem;
}
.suggested-terms li a {
display: inline-block;
padding: 0.5rem 1rem;
background-color: var(--color-bg-primary);
color: var(--color-sky-base);
border-radius: 20px;
transition: all 0.3s ease;
}
.suggested-terms li a:hover {
background-color: var(--color-sky-base);
color: white;
text-decoration: none;
}
.back-to-home .button {
display: inline-block;
padding: 0.75rem 2rem;
background-color: var(--color-sky-base);
color: white;
border-radius: 50px;
font-weight: 500;
transition: all 0.3s ease;
}
.back-to-home .button:hover {
background-color: var(--color-sky-dark);
transform: translateY(-2px);
text-decoration: none;
} .error-404 {
text-align: center;
padding: 3rem 0;
}
.error-description {
font-size: 1.125rem;
color: var(--color-text-secondary);
max-width: 600px;
margin: 0 auto 2rem;
}
.error-image {
margin: 2rem 0;
}
.error-image svg {
max-width: 200px;
margin: 0 auto;
color: var(--color-sky-light);
}
.error-suggestions {
margin: 3rem 0;
}
.error-suggestions h2 {
color: var(--color-sky-dark);
margin-bottom: 2rem;
}
.suggestion-cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin-top: 2rem;
}
.suggestion-card {
background-color: var(--color-bg-primary);
border-radius: 12px;
padding: 2rem;
box-shadow: var(--shadow-light);
transition: all 0.3s ease;
text-align: left;
height: 100%;
}
.suggestion-card:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-medium);
}
.suggestion-icon {
margin-bottom: 1rem;
}
.suggestion-icon svg {
width: 40px;
height: 40px;
color: var(--color-sky-base);
}
.suggestion-content h3 {
color: var(--color-sky-dark);
margin: 0 0 0.75rem;
font-size: 1.25rem;
}
.suggestion-content p {
color: var(--color-text-secondary);
margin-bottom: 1rem;
}
.religion-quick-links {
list-style: none;
padding: 0;
margin: 0;
}
.religion-quick-links li {
margin-bottom: 0.5rem;
}
.religion-quick-links a {
display: flex;
align-items: center;
color: var(--color-text-primary);
padding: 0.5rem;
border-radius: 6px;
transition: all 0.3s ease;
}
.religion-quick-links a:hover {
background-color: var(--color-sky-light);
color: var(--color-sky-base);
text-decoration: none;
padding-left: 1rem;
}
.button-primary {
display: inline-block;
padding: 0.75rem 1.5rem;
background-color: var(--color-sky-base);
color: white;
border-radius: 6px;
font-weight: 500;
transition: all 0.3s ease;
}
.button-primary:hover {
background-color: var(--color-sky-dark);
text-decoration: none;
transform: translateY(-2px);
}
.recent-content {
margin-top: 3rem;
padding-top: 2rem;
border-top: 1px solid var(--color-border);
}
.recent-content h3 {
color: var(--color-sky-dark);
margin-bottom: 1rem;
}
.recent-posts {
list-style: none;
padding: 0;
margin: 0;
max-width: 500px;
margin: 0 auto;
}
.recent-posts li {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.75rem 0;
border-bottom: 1px solid var(--color-border-light);
}
.recent-posts li:last-child {
border-bottom: none;
}
.recent-posts a {
color: var(--color-text-primary);
flex: 1;
}
.recent-posts a:hover {
color: var(--color-sky-base);
text-decoration: none;
}
.post-date {
font-size: 0.875rem;
color: var(--color-text-secondary);
} @media (max-width: 992px) {
.posts-grid {
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 1.5rem;
}
.metadata-grid {
grid-template-columns: 1fr;
}
.suggestion-cards {
grid-template-columns: 1fr;
}
.search-result {
padding: 1.5rem;
}
}
@media (max-width: 768px) {
.page-header {
margin-bottom: 2rem;
}
.posts-grid {
grid-template-columns: 1fr;
}
.religion-metadata {
padding: 1.5rem;
}
.search-result .entry-title {
font-size: 1.25rem;
}
.error-suggestions h2 {
font-size: 1.5rem;
}
.recent-posts li {
flex-direction: column;
align-items: flex-start;
gap: 0.25rem;
}
.post-date {
align-self: flex-start;
}
}
@media (max-width: 480px) {
.metadata-item {
flex-direction: column;
text-align: center;
gap: 0.75rem;
}
.post-card-content {
padding: 1.25rem;
}
.post-card-title {
font-size: 1.125rem;
}
.search-form-container .search-field {
padding: 0.875rem 1.25rem;
}
.suggestion-card {
padding: 1.5rem;
}
}.comments-area {
margin-top: 3rem;
padding-top: 2rem;
border-top: 1px solid var(--color-border);
}
.comments-title {
color: var(--color-sky-dark);
margin-bottom: 2rem;
font-size: 1.5rem;
}
.comment-list {
list-style: none;
margin: 0;
padding: 0;
}
.comment-list > .comment {
margin-bottom: 2rem;
}
.comment-body {
background-color: var(--color-bg-secondary);
border-radius: 12px;
padding: 1.5rem;
position: relative;
}
.comment-body::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background-color: var(--color-sky-light);
border-radius: 12px 0 0 12px;
}
.comment-meta {
display: flex;
align-items: flex-start;
gap: 1rem;
margin-bottom: 1rem;
}
.comment-author .avatar {
border-radius: 50%;
width: 60px;
height: 60px;
border: 2px solid var(--color-sky-light);
transition: transform 0.3s ease;
}
.comment-author .avatar:hover {
transform: scale(1.05);
}
.comment-author-info {
flex: 1;
}
.comment-author .fn {
display: block;
font-weight: 600;
color: var(--color-text-primary);
font-size: 1rem;
}
.comment-author .fn a {
color: inherit;
}
.comment-author .fn a:hover {
color: var(--color-sky-base);
}
.comment-metadata {
font-size: 0.875rem;
color: var(--color-text-secondary);
margin-top: 0.25rem;
}
.comment-metadata a {
color: inherit;
}
.comment-metadata a:hover {
color: var(--color-sky-base);
}
.comment-content {
color: var(--color-text-primary);
line-height: 1.7;
margin-bottom: 1rem;
font-size: 1rem;
}
.comment-content p {
margin-bottom: 1rem;
}
.comment-content p:last-child {
margin-bottom: 0;
}
.comment-awaiting-moderation {
font-style: italic;
color: var(--color-text-secondary);
background-color: #fffacd;
padding: 0.5rem 0.75rem;
border-radius: 6px;
margin-top: 0.5rem;
font-size: 0.875rem;
display: inline-block;
}
.comment-reply {
text-align: right;
margin-top: 1rem;
}
.reply-link a {
display: inline-block;
padding: 0.5rem 1rem;
background-color: var(--color-sky-light);
color: var(--color-sky-dark);
border-radius: 20px;
font-size: 0.875rem;
font-weight: 500;
transition: all 0.3s ease;
}
.reply-link a:hover {
background-color: var(--color-sky-base);
color: white;
text-decoration: none;
transform: translateY(-1px);
} .children {
list-style: none;
padding: 0;
margin: 2rem 0 0 2rem;
border-left: 2px solid var(--color-border-light);
padding-left: 1.5rem;
}
.children .comment-body {
background-color: var(--color-bg-primary);
border: 1px solid var(--color-border-light);
} .comment-respond {
margin-top: 3rem;
padding-top: 2rem;
border-top: 1px solid var(--color-border);
}
.comment-reply-title {
color: var(--color-sky-dark);
margin: 0 0 1rem;
font-size: 1.5rem;
}
.comment-reply-title small {
margin-left: 0.5rem;
}
.comment-reply-title small a {
font-size: 0.875rem;
color: var(--color-text-secondary);
}
.comment-reply-title small a:hover {
color: var(--color-sky-base);
}
.comment-notes {
color: var(--color-text-secondary);
font-size: 0.875rem;
margin-bottom: 1.5rem;
line-height: 1.5;
}
.comment-form {
display: grid;
gap: 1.5rem;
}
.comment-form-cookies-consent {
display: flex;
align-items: flex-start;
gap: 0.5rem;
margin-bottom: 1rem;
}
.comment-form-cookies-consent input {
margin-top: 0.25rem;
}
.comment-form-cookies-consent label {
font-size: 0.875rem;
color: var(--color-text-secondary);
line-height: 1.4;
}
.comment-form label {
display: block;
margin-bottom: 0.5rem;
font-weight: 500;
color: var(--color-text-primary);
font-size: 0.9375rem;
}
.comment-form .required {
color: #ff6b6b;
margin-left: 0.25rem;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
width: 100%;
padding: 0.75rem 1rem;
border: 1px solid var(--color-border);
border-radius: 8px;
font-family: inherit;
font-size: 1rem;
line-height: 1.5;
transition: all 0.3s ease;
background-color: var(--color-bg-primary);
}
.comment-form input:focus,
.comment-form textarea:focus {
outline: none;
border-color: var(--color-sky-base);
box-shadow: 0 0 0 3px rgba(77, 171, 247, 0.1);
background-color: white;
}
.comment-form textarea {
min-height: 150px;
resize: vertical;
}
.comment-form .form-submit {
margin-top: 1rem;
}
.comment-form .submit {
display: inline-block;
padding: 0.75rem 2rem;
background-color: var(--color-sky-base);
color: white;
border: none;
border-radius: 6px;
font-weight: 500;
font-size: 1rem;
cursor: pointer;
transition: all 0.3s ease;
}
.comment-form .submit:hover {
background-color: var(--color-sky-dark);
transform: translateY(-2px);
}
.comment-form .submit:active {
transform: translateY(0);
} @media (min-width: 768px) {
.comment-form-author,
.comment-form-email,
.comment-form-url {
display: inline-block;
width: calc(33.333% - 1rem);
margin-right: 1rem;
}
.comment-form-url {
margin-right: 0;
}
} @media (max-width: 768px) {
.comments-area {
margin-top: 2rem;
padding-top: 1.5rem;
}
.comments-title,
.comment-reply-title {
font-size: 1.25rem;
}
.comment-body {
padding: 1.25rem;
}
.comment-meta {
flex-direction: column;
align-items: flex-start;
gap: 0.75rem;
}
.comment-author .avatar {
width: 50px;
height: 50px;
}
.children {
margin-left: 1rem;
padding-left: 1rem;
}
.comment-form {
gap: 1rem;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
padding: 0.625rem 0.875rem;
font-size: 0.9375rem;
}
.comment-form .submit {
padding: 0.625rem 1.5rem;
width: 100%;
}
}
@media (max-width: 480px) {
.comment-body {
padding: 1rem;
}
.comment-author .avatar {
width: 45px;
height: 45px;
}
.children {
margin-left: 0.5rem;
padding-left: 0.5rem;
}
.comment-form label {
font-size: 0.875rem;
}
.comment-form textarea {
min-height: 120px;
}
}.widget {
background-color: var(--color-bg-secondary);
border-radius: 10px;
padding: 1.5rem;
margin-bottom: 1.5rem;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.widget:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-medium);
}
.widget-title {
font-size: 1.125rem;
color: var(--color-sky-dark);
margin-top: 0;
margin-bottom: 1rem;
padding-bottom: 0.5rem;
border-bottom: 2px solid var(--color-sky-light);
font-weight: 600;
} .widget ul {
list-style: none;
padding: 0;
margin: 0;
}
.widget li {
padding: 0.75rem 0;
border-bottom: 1px solid var(--color-border-light);
transition: padding-left 0.3s ease;
}
.widget li:last-child {
border-bottom: none;
}
.widget li:hover {
padding-left: 0.5rem;
}
.widget a {
color: var(--color-text-primary);
display: flex;
align-items: center;
gap: 0.5rem;
transition: color 0.3s ease;
}
.widget a:hover {
color: var(--color-sky-base);
text-decoration: none;
} .widget_search {
background-color: var(--color-bg-primary);
border: 1px solid var(--color-border);
}
.widget_search .search-form {
position: relative;
}
.widget_search .search-field {
width: 100%;
padding: 0.75rem 1rem 0.75rem 2.5rem;
border: 1px solid var(--color-border);
border-radius: 25px;
font-size: 0.9375rem;
transition: all 0.3s ease;
background-color: var(--color-bg-primary);
}
.widget_search .search-field:focus {
outline: none;
border-color: var(--color-sky-base);
box-shadow: 0 0 0 3px rgba(77, 171, 247, 0.1);
}
.widget_search .search-submit {
position: absolute;
left: 0.75rem;
top: 50%;
transform: translateY(-50%);
background: none;
border: none;
padding: 0;
cursor: pointer;
color: var(--color-text-secondary);
transition: color 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}
.widget_search .search-field:focus + .search-submit {
color: var(--color-sky-base);
} .widget_calendar table {
width: 100%;
border-collapse: collapse;
font-size: 0.875rem;
}
.widget_calendar caption {
caption-side: top;
text-align: center;
font-weight: 600;
color: var(--color-sky-dark);
margin-bottom: 0.5rem;
padding-bottom: 0.5rem;
border-bottom: 1px solid var(--color-border);
}
.widget_calendar th {
background-color: var(--color-sky-light);
font-weight: 600;
color: var(--color-sky-dark);
padding: 0.5rem;
border: 1px solid var(--color-border-light);
}
.widget_calendar td {
text-align: center;
padding: 0.5rem;
border: 1px solid var(--color-border-light);
}
.widget_calendar #today {
background-color: var(--color-sky-base);
color: white;
font-weight: 600;
}
.widget_calendar tfoot td {
padding-top: 0.75rem;
border: none;
}
.widget_calendar tfoot a {
color: var(--color-sky-base);
font-weight: 500;
}
.widget_calendar tfoot a:hover {
text-decoration: underline;
} .widget_categories .cat-item {
display: flex;
justify-content: space-between;
align-items: center;
}
.widget_categories .post-count {
font-size: 0.75rem;
color: var(--color-text-secondary);
background-color: var(--color-bg-primary);
padding: 0.125rem 0.5rem;
border-radius: 10px;
min-width: 24px;
text-align: center;
} .widget_archive select {
width: 100%;
padding: 0.5rem 1rem;
border: 1px solid var(--color-border);
border-radius: 6px;
background-color: var(--color-bg-primary);
color: var(--color-text-primary);
font-size: 0.9375rem;
cursor: pointer;
}
.widget_archive select:focus {
outline: none;
border-color: var(--color-sky-base);
box-shadow: 0 0 0 3px rgba(77, 171, 247, 0.1);
} .widget_recent_entries .post-date {
display: block;
font-size: 0.75rem;
color: var(--color-text-secondary);
margin-top: 0.25rem;
} .tagcloud {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.tag-cloud-link {
display: inline-block;
padding: 0.375rem 0.75rem;
background-color: var(--color-sky-light);
color: var(--color-sky-dark);
border-radius: 15px;
font-size: 0.8125rem !important;
transition: all 0.3s ease;
}
.tag-cloud-link:hover {
background-color: var(--color-sky-base);
color: white;
text-decoration: none;
transform: translateY(-1px);
} .widget_nav_menu ul ul {
margin-left: 1rem;
padding-left: 0.5rem;
border-left: 1px solid var(--color-border-light);
}
.widget_nav_menu .sub-menu li {
padding-left: 0;
}
.widget_nav_menu .sub-menu a {
font-size: 0.875rem;
color: var(--color-text-secondary);
}
.widget_nav_menu .sub-menu a:hover {
color: var(--color-sky-base);
} .textwidget {
font-size: 0.9375rem;
line-height: 1.6;
color: var(--color-text-secondary);
}
.textwidget p:last-child {
margin-bottom: 0;
}
.textwidget img {
border-radius: 8px;
margin-bottom: 1rem;
}
.textwidget iframe {
max-width: 100%;
border-radius: 8px;
} @media (max-width: 992px) {
.widget {
padding: 1.25rem;
}
.widget-title {
font-size: 1rem;
}
.widget li {
padding: 0.625rem 0;
font-size: 0.9375rem;
}
.tag-cloud-link {
padding: 0.25rem 0.5rem;
font-size: 0.75rem !important;
}
}
@media (max-width: 768px) {
.widget {
margin-bottom: 1rem;
}
.widget_calendar table {
font-size: 0.8125rem;
}
.widget_calendar th,
.widget_calendar td {
padding: 0.375rem;
}
}
@media (max-width: 480px) {
.widget {
padding: 1rem;
border-radius: 8px;
}
.widget_search .search-field {
padding: 0.625rem 0.875rem 0.625rem 2.25rem;
font-size: 0.875rem;
}
.widget_search .search-submit {
left: 0.625rem;
}
.textwidget {
font-size: 0.875rem;
}
}:root { --color-sacred-gold: #d4af37; --color-spiritual-purple: #7e57c2; --color-earth-brown: #8d6e63; --color-purity-white: #fefefe; --color-wisdom-indigo: #283593;  --color-text-gray-light: #8a8a8a;
--color-text-gray-medium: #5a5a5a; --gradient-sacred: linear-gradient(135deg, 
rgba(212, 175, 55, 0.1) 0%, 
rgba(126, 87, 194, 0.05) 50%,
rgba(77, 171, 247, 0.05) 100%);
--gradient-divine-light: linear-gradient(135deg, 
var(--color-sky-light) 0%, 
rgba(255, 255, 255, 0.9) 100%); --shadow-holy: 0 4px 16px rgba(212, 175, 55, 0.08);
--shadow-spiritual: 0 6px 20px rgba(126, 87, 194, 0.1); --border-radius-sacred: 12px;
--border-radius-rounded: 50px; --font-size-scripture: 1.125rem;
--line-height-scripture: 1.8;
--letter-spacing-title: 0.02em; --transition-slow: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
--transition-medium: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
--transition-fast: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}  .blog-wrapper {
padding: 0;
background: transparent;
box-shadow: none;
position: relative;
} .blog-wrapper:before {
content: '';
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--gradient-sacred);
z-index: -2;
pointer-events: none;
} .blog-wrapper:after {
content: '';
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="rgba(77, 171, 247, 0.03)"/></svg>');
z-index: -1;
pointer-events: none;
opacity: 0.5;
}
.site-main .content-wrapper {padding: 30px;} .page-header {
text-align: center;
margin-bottom: 3.5rem;
padding: 3rem 2rem;
background: var(--gradient-divine-light);
border-radius: var(--border-radius-sacred);
border: 1px solid rgba(77, 171, 247, 0.1);
position: relative;
overflow: hidden;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
} .page-header:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, transparent 0%, #ffefba 20%, #feda6f 50%, #ffd585 80%, transparent 100%);
opacity: 0.7;
}
.page-header:after {
content: '✡️☦️☪️🕉️☸️✝️☯️';
position: absolute;
bottom: 1rem;
left: 50%;
transform: translateX(-50%);
font-size: 1.5rem;
opacity: 0.3;
letter-spacing: 1rem;
filter: grayscale(1);
}
.page-title {
font-size: 2.75rem;
color: var(--color-wisdom-indigo);
margin-bottom: 0.75rem;
font-weight: 300;
letter-spacing: var(--letter-spacing-title);
position: relative;
display: inline-block;
text-transform: none;
line-height: 1.2;
font-family: var(--font-family-serif);
}
.page-title:before {
content: '📖';
position: absolute;
left: -3.5rem;
top: 50%;
transform: translateY(-50%);
font-size: 2rem;
opacity: 0.5;
}
.page-title:after {
content: '📚';
position: absolute;
right: -3.5rem;
top: 50%;
transform: translateY(-50%);
font-size: 2rem;
opacity: 0.5;
}
.page-description {
font-size: 1.25rem;
color: var(--color-earth-brown);
font-style: italic;
max-width: 800px;
margin: 0 auto;
line-height: 1.6;
font-weight: 300;
} article.post {
background: var(--color-purity-white);
border-radius: var(--border-radius-sacred);
padding: 1.5rem;
margin-bottom: 3rem;
box-shadow: var(--shadow-light);
border: 1px solid rgba(77, 171, 247, 0.08);
transition: all var(--transition-medium);
overflow: hidden;
position: relative;
break-inside: avoid;
page-break-inside: avoid;
-webkit-column-break-inside: avoid;
} article.post:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 1px solid transparent;
border-radius: var(--border-radius-sacred);
background: linear-gradient(135deg, 
rgba(212, 175, 55, 0.1) 0%, 
rgba(126, 87, 194, 0.05) 50%,
rgba(77, 171, 247, 0.05) 100%) border-box;
mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
}
article.post:hover {
box-shadow: var(--shadow-spiritual);
transform: translateY(-4px);
border-color: rgba(77, 171, 247, 0.15);
} article.post.sticky {
border-left: 4px solid var(--color-sacred-gold);
}
article.post.sticky:before {
content: 'Закреплено';
position: absolute;
top: 1rem;
right: 1rem;
background: linear-gradient(135deg, var(--color-sacred-gold), #b8941f);
color: white;
padding: 0.25rem 0.75rem;
border-radius: 20px;
font-size: 0.75rem;
font-weight: 500;
z-index: 2;
box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
} .entry-meta {
display: flex;
flex-wrap: wrap;
gap: 1.75rem;
font-size: 0.875rem;
color: var(--color-text-gray-medium);
margin-bottom: 1.5rem;
padding-bottom: 1.5rem;
border-bottom: 1px solid rgba(77, 171, 247, 0.1);
align-items: center;
}
.entry-meta span {
display: inline-flex;
align-items: center;
gap: 0.5rem;
position: relative;
padding-left: 1.5rem;
}
.entry-meta span:before {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 0.875rem;
color: var(--color-sky-base);
}
.posted-on:before {
content: '\f073'; }
.byline:before {
content: '\f007'; }
.reading-time:before {
content: '\f017'; }
.comments-link:before {
content: '\f075'; }
.entry-meta a {
color: var(--color-text-gray-medium);
text-decoration: none;
transition: color var(--transition-fast);
font-weight: 500;
}
.entry-meta a:hover {
color: var(--color-sky-dark);
text-decoration: none;
} .post-thumbnail {
margin: 1.75rem 0;
border-radius: 8px;
overflow: hidden;
position: relative;
background: var(--color-bg-secondary);
min-height: 200px;
display: flex;
align-items: center;
justify-content: center;
}
.post-thumbnail:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(45deg, 
rgba(77, 171, 247, 0.1), 
rgba(126, 87, 194, 0.1));
z-index: 1;
opacity: 0;
transition: opacity var(--transition-medium);
}
.post-thumbnail:hover:before {
opacity: 1;
}
.post-thumbnail img {
width: 100%;
height: auto;
transition: transform var(--transition-slow);
border-radius: 8px;
transform-origin: center center;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
will-change: transform;
}
.post-thumbnail:hover img {
transform: scale(1.05) rotate(0.5deg);
} .post-thumbnail:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 8px;
pointer-events: none;
} .entry-content {
font-size: var(--font-size-scripture);
line-height: var(--line-height-scripture);
color: var(--color-text-primary);
margin-bottom: 2rem;
text-align: justify;
text-justify: inter-word;
hyphens: auto;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
} .entry-content p {
margin-bottom: 1.5rem;
orphans: 3;
widows: 3;
}
ul {
list-style: none;
padding-left: 0; margin-left: 0;
} .entry-content ul,
.entry-content ol {
padding-left: 2.5rem;
margin-bottom: 1.75rem;
}
.entry-content li {
margin-bottom: 0.875rem;
position: relative;
padding-left: 0.5rem;
}
.entry-content ul li:before {
content: '✦';
color: var(--color-sacred-gold);
font-size: 0.875rem;
position: absolute;
left: -1.5rem;
top: 0.4rem;
}
.entry-content ol {
counter-reset: item;
}
.entry-content ol li:before {
content: counter(item) '.';
counter-increment: item;
color: var(--color-spiritual-purple);
font-weight: bold;
position: absolute;
left: -1.5rem;
} .entry-content blockquote {
border-left: 3px solid var(--color-sacred-gold);
padding-left: 2rem;
margin: 2.5rem 0;
font-style: italic;
color: var(--color-earth-brown);
font-size: 1.25rem;
line-height: 1.6;
position: relative;
background: linear-gradient(90deg, 
rgba(212, 175, 55, 0.05) 0%, 
transparent 100%);
padding: 2rem 2rem 2rem 3.5rem;
border-radius: 0 8px 8px 0;
}
.entry-content blockquote:before {
content: '"';
position: absolute;
left: 1rem;
top: 0.5rem;
font-size: 3rem;
color: var(--color-sacred-gold);
opacity: 0.5;
font-family: Georgia, serif;
}
.entry-content blockquote cite {
display: block;
margin-top: 1rem;
font-style: normal;
font-size: 0.875rem;
color: var(--color-text-gray-light);
text-align: right;
}
.entry-content blockquote cite:before {
content: '— ';
} .more-link {
display: inline-flex;
align-items: center;
gap: 0.625rem;
padding: 0.875rem 2rem;
background: linear-gradient(135deg, #4e91ff 0%, #49afff 100%);
color: white;
text-decoration: none;
border-radius: var(--border-radius-rounded);
font-weight: 500;
font-size: 1rem;
transition: all var(--transition-medium);
margin-top: 1.5rem;
position: relative;
overflow: hidden;
border: none;
cursor: pointer;
box-shadow: 0 4px 15px rgba(77, 171, 247, 0.2);
letter-spacing: 0.02em;
}
.more-link:before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, 
transparent, 
rgba(255, 255, 255, 0.2), 
transparent);
transition: left var(--transition-slow);
}
.more-link:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(77, 171, 247, 0.4);
text-decoration: none;
color: white;
}
.more-link:hover:before {
left: 100%;
}
.more-link:after {
content: '→';
font-size: 1.125rem;
transition: transform var(--transition-fast);
}
.more-link:hover:after {
transform: translateX(4px);
}
.more-link .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
word-wrap: normal !important;
} .entry-footer {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 1.5rem;
padding-top: 1.75rem;
border-top: 1px solid rgba(77, 171, 247, 0.1);
font-size: 0.875rem;
color: var(--color-text-gray-medium);
}
.cat-links {
background: linear-gradient(135deg, 
rgba(77, 171, 247, 0.1), 
rgba(126, 87, 194, 0.1));
padding: 0.625rem 1.25rem;
border-radius: var(--border-radius-rounded);
color: var(--color-spiritual-purple);
text-decoration: none;
transition: all var(--transition-medium);
display: inline-flex;
align-items: center;
gap: 0.5rem;
font-weight: 500;
border: 1px solid rgba(77, 171, 247, 0.15);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
.cat-links:before {
content: '📂';
font-size: 0.875rem;
opacity: 0.8;
}
.cat-links:hover {
background: linear-gradient(135deg, #4e91ff 0%, #49afff 100%);
color: white;
text-decoration: none;
border-color: transparent;
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(77, 171, 247, 0.3);
}
.cat-links:hover a {
color: #FFF;
}
.tags-links {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.tags-links a {
background: rgba(141, 110, 99, 0.1);
color: var(--color-earth-brown);
padding: 0.375rem 0.75rem;
border-radius: 15px;
text-decoration: none;
font-size: 0.8125rem;
transition: all var(--transition-fast);
border: 1px solid rgba(141, 110, 99, 0.2);
}
.tags-links a:hover {
background: var(--color-earth-brown);
color: white;
text-decoration: none;
transform: translateY(-1px);
}
.edit-link a {
color: var(--color-text-gray-light);
text-decoration: none;
padding: 0.375rem 0.75rem;
border-radius: 4px;
transition: all var(--transition-fast);
font-size: 0.8125rem;
border: 1px solid transparent;
}
.edit-link a:hover {
color: var(--color-sky-dark);
background: rgba(77, 171, 247, 0.1);
text-decoration: none;
border-color: rgba(77, 171, 247, 0.2);
} .navigation.posts-navigation {
background: var(--color-purity-white);
border-radius: var(--border-radius-sacred);
padding: 2.5rem;
margin: 4rem 0;
box-shadow: var(--shadow-light);
border: 1px solid rgba(77, 171, 247, 0.08);
position: relative;
}
.navigation.posts-navigation:before {
content: '';
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 100px;
height: 3px;
background: linear-gradient(90deg, 
transparent, 
var(--color-sacred-gold), 
transparent);
border-radius: 3px;
}
.nav-links {
display: flex;
justify-content: space-between;
align-items: center;
gap: 1rem;
}
.nav-previous a,
.nav-next a {
display: inline-flex;
align-items: center;
gap: 0.75rem;
padding: 0.5rem 1rem;
background: linear-gradient(135deg, 
rgba(248, 249, 250, 1), 
rgba(233, 236, 239, 1));
color: var(--color-text-primary);
text-decoration: none;
border-radius: var(--border-radius-rounded);
transition: all var(--transition-medium);
font-weight: 500;
border: 1px solid rgba(77, 171, 247, 0.1);
min-width: 180px;
justify-content: center;
}
.nav-previous a:hover,
.nav-next a:hover {
background: linear-gradient(135deg, 
var(--color-sky-light), 
var(--color-sky-base));
color: white;
transform: translateY(-2px);
box-shadow: var(--shadow-medium);
text-decoration: none;
border-color: transparent;
border-radius: var(--border-radius-rounded);
}
.nav-previous a {
text-align: right;
}
.nav-next a {
text-align: left;
}
.nav-arrow {
font-size: 1rem;
transition: transform var(--transition-fast);
}
.nav-previous a:hover .nav-arrow {
transform: translateX(-3px);
}
.nav-next a:hover .nav-arrow {
transform: translateX(3px);
} .right-sidebar {
margin-top: 0;
position: sticky;
top: 2rem;
}
.widget {
background: var(--color-purity-white);
border-radius: var(--border-radius-sacred);
padding: 1.75rem;
margin-bottom: 1.75rem;
box-shadow: var(--shadow-light);
border: 1px solid rgba(77, 171, 247, 0.08);
transition: transform var(--transition-medium);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
.widget:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-spiritual);
}
.widget-title {
font-size: 1.375rem;
color: var(--color-wisdom-indigo);
margin-bottom: 1.25rem;
padding-bottom: 0.875rem;
border-bottom: 2px solid rgba(77, 171, 247, 0.15);
font-weight: 400;
letter-spacing: 0.02em;
position: relative;
}
.widget-title:after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 60px;
height: 2px;
background: linear-gradient(90deg, 
var(--color-sacred-gold), 
var(--color-sky-base));
} .socialmedia-buttons {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0.75rem;
}
.socialmedia-buttons a {
display: inline-flex;
align-items: center;
justify-content: center;
transition: all var(--transition-medium);
aspect-ratio: 1;
border-radius: 12px;
background: linear-gradient(135deg, 
rgba(248, 249, 250, 1), 
rgba(233, 236, 239, 1));
border: 1px solid rgba(77, 171, 247, 0.1);
position: relative;
overflow: hidden;
}
.socialmedia-buttons a:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, 
var(--color-sky-base), 
var(--color-spiritual-purple));
opacity: 0;
transition: opacity var(--transition-medium);
}
.socialmedia-buttons a:hover {
transform: translateY(-3px) scale(1.05);
box-shadow: 0 8px 20px rgba(77, 171, 247, 0.2);
border-color: transparent;
}
.socialmedia-buttons a:hover:before {
opacity: 1;
}
.socialmedia-buttons img {
width: 32px;
height: 32px;
border-radius: 8px;
filter: grayscale(30%);
transition: all var(--transition-medium);
position: relative;
z-index: 1;
}
.socialmedia-buttons a:hover img {
filter: grayscale(0%) brightness(1.2);
transform: scale(1.1);
} .widget_categories ul,
.widget_archive ul {
list-style: none;
padding-left: 0;
margin: 0;
}
.widget_categories li,
.widget_archive li {
padding: 0.875rem 0;
border-bottom: 1px solid rgba(77, 171, 247, 0.08);
transition: all var(--transition-fast);
position: relative;
}
.widget_categories li:last-child,
.widget_archive li:last-child {
border-bottom: none;
}
.widget_categories li:hover,
.widget_archive li:hover {
background: linear-gradient(90deg, 
rgba(77, 171, 247, 0.05), 
transparent);
padding-left: 0.75rem;
border-radius: 6px;
}
.widget_categories a,
.widget_archive a {
color: var(--color-text-primary);
text-decoration: none;
display: flex;
justify-content: space-between;
align-items: center;
transition: color var(--transition-fast);
}
.widget_categories a:hover,
.widget_archive a:hover {
color: var(--color-wisdom-indigo);
text-decoration: none;
}
.widget_categories a:after {
content: '→';
opacity: 0.3;
transition: all var(--transition-fast);
font-size: 0.875rem;
}
.widget_categories li:hover a:after {
opacity: 1;
transform: translateX(4px);
color: var(--color-sacred-gold);
} .widget_categories .count {
background: rgba(77, 171, 247, 0.1);
color: var(--color-sky-dark);
padding: 0.125rem 0.5rem;
border-radius: 10px;
font-size: 0.75rem;
font-weight: 500;
transition: all var(--transition-fast);
}
.widget_categories li:hover .count {
background: var(--color-sky-base);
color: white;
} #archives-dropdown-2,
#archives-dropdown-3 {
width: 100%;
padding: 0.875rem 1rem;
border: 1px solid rgba(77, 171, 247, 0.2);
border-radius: 8px;
background: linear-gradient(135deg, 
var(--color-purity-white), 
rgba(248, 249, 250, 1));
color: var(--color-text-primary);
font-family: var(--font-family-serif);
font-size: 0.9375rem;
cursor: pointer;
transition: all var(--transition-medium);
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%231c7ed6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
background-repeat: no-repeat;
background-position: right 1rem center;
padding-right: 3rem;
}
#archives-dropdown-2:hover,
#archives-dropdown-3:hover {
border-color: var(--color-sky-base);
box-shadow: 0 0 0 3px rgba(77, 171, 247, 0.1);
}
#archives-dropdown-2:focus,
#archives-dropdown-3:focus {
outline: none;
border-color: var(--color-sky-base);
box-shadow: 0 0 0 3px rgba(77, 171, 247, 0.2);
} #archives-dropdown-2 option,
#archives-dropdown-3 option {
padding: 0.5rem;
background: var(--color-purity-white);
color: var(--color-text-primary);
}
#archives-dropdown-2 option:first-child,
#archives-dropdown-3 option:first-child {
color: var(--color-text-gray-light);
font-style: italic;
}  @keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px) scale(0.98);
}
to {
opacity: 1;
transform: translateY(0) scale(1);
}
}
article.post {
animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
animation-fill-mode: both;
}
article.post:nth-child(1) { animation-delay: 0.1s; }
article.post:nth-child(2) { animation-delay: 0.2s; }
article.post:nth-child(3) { animation-delay: 0.3s; }
article.post:nth-child(4) { animation-delay: 0.4s; }
article.post:nth-child(5) { animation-delay: 0.5s; }
article.post:nth-child(n+6) { animation-delay: 0.6s; } @keyframes sacredPulse {
0% { 
box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.4),
var(--shadow-light);
}
70% { 
box-shadow: 0 0 0 15px rgba(212, 175, 55, 0),
var(--shadow-spiritual);
}
100% { 
box-shadow: 0 0 0 0 rgba(212, 175, 55, 0),
var(--shadow-spiritual);
}
}
article.post:target {
animation: sacredPulse 2s cubic-bezier(0.4, 0, 0.2, 1);
border-color: var(--color-sacred-gold);
} html {
scroll-behavior: smooth;
scroll-padding-top: 2rem;
} body {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: "kern", "liga", "clig", "calt";
}  @media (min-width: 1200px) {
.blog-wrapper {
display: grid;
grid-template-columns: 1fr 320px;
gap: 3rem;
}
.page-header {
grid-column: 1 / -1;
}
.right-sidebar {
grid-column: 2;
grid-row: 2;
}
} @media (max-width: 1199px) and (min-width: 768px) {
.page-title {
font-size: 2.5rem;
}
.page-title:before,
.page-title:after {
display: none;
}
.socialmedia-buttons {
grid-template-columns: repeat(6, 1fr);
}
.nav-previous a,
.nav-next a {
min-width: 160px;
padding: 0.875rem 1.5rem;
}
} @media (max-width: 767px) {
.page-header {
padding: 2rem 1.5rem;
margin-bottom: 2.5rem;
border-radius: 10px;
}
.page-title {
font-size: 2rem;
}
.page-title:before,
.page-title:after {
display: none;
}
.page-description {
font-size: 1.125rem;
}
article.post {
padding: 1.75rem;
margin-bottom: 2rem;
border-radius: 10px;
}
.entry-meta {
font-size: 0.8125rem;
gap: 1rem;
flex-direction: column;
align-items: flex-start;
}
.entry-meta span {
padding-left: 1.75rem;
}
.entry-content {
font-size: 1.0625rem;
line-height: 1.7;
text-align: left;
}
.entry-content p:first-of-type:first-letter {
initial-letter: 1;
-webkit-initial-letter: 1;
}
.more-link {
width: 100%;
justify-content: center;
padding: 0.75rem 1.5rem;
}
.entry-footer {
flex-direction: column;
align-items: flex-start;
gap: 1.25rem;
}
.navigation.posts-navigation {
padding: 1.75rem;
border-radius: 10px;
}
.nav-links {
gap: 1rem;
}
.nav-previous a,
.nav-next a {
width: 100%;
justify-content: center;
min-width: auto;
}
.widget {
padding: 1.5rem;
border-radius: 10px;
}
.widget-title {
font-size: 1.25rem;
}
.socialmedia-buttons {
grid-template-columns: repeat(3, 1fr);
} .more-link,
.cat-links,
.nav-previous a,
.nav-next a,
.socialmedia-buttons a {
min-height: 44px; } .entry-content a:not(.more-link):not(.button) {
padding: 2px 0;
}
} @media (max-width: 480px) {
.page-header {
padding: 1.5rem 1.25rem;
}
.site-main .content-wrapper{padding: 15px;}
.page-title {
font-size: 1.75rem;
}
article.post {
padding: 1rem;
margin-bottom: 1.75rem;
}
.post-thumbnail {
margin: 1.25rem 0;
border-radius: 6px;
}
.post-thumbnail img {
border-radius: 6px;
}
.entry-content ul,
.entry-content ol {
padding-left: 2rem;
}
.entry-content li:before {
left: -1.25rem;
}
.entry-content blockquote {
padding: 1.5rem 1.5rem 1.5rem 2.5rem;
margin: 1.75rem 0;
}
.entry-content blockquote:before {
left: 0.75rem;
font-size: 2.5rem;
}
.cat-links,
.tags-links a {
width: 100%;
justify-content: center;
text-align: center;
}
.widget {
padding: 1.25rem;
}
.widget-title {
font-size: 1.125rem;
}
} @media (max-width: 767px) and (orientation: landscape) {
.page-header {
padding: 1.5rem;
}
.entry-meta {
flex-direction: row;
flex-wrap: wrap;
}
.socialmedia-buttons {
grid-template-columns: repeat(6, 1fr);
}
} @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.more-link,
.cat-links,
.nav-previous a,
.nav-next a {
border-width: 1.5px;
}
} @media (prefers-color-scheme: dark) {
.blog-wrapper:before {
background: linear-gradient(135deg, 
rgba(212, 175, 55, 0.05) 0%, 
rgba(126, 87, 194, 0.03) 50%,
rgba(77, 171, 247, 0.03) 100%);
}
.page-header {
background: linear-gradient(135deg, rgb(255 255 255 / 90%), rgb(246 246 246 / 90%));
border-color: rgba(77, 171, 247, 0.2);
}
.entry-title a {color: #d4af37;}
.entry-title a:hover {color: #b0912d;}
article.post,
.widget,
.navigation.posts-navigation {
border-color: rgba(77, 171, 247, 0.2);
color: #e0e0e0;
background: rgba(219 219 219 / 6%);
}
.entry-meta,
.entry-footer,
.page-description {
color: #a0a0c0;
}
.entry-content {
color: #1c1c1c;
}
.socialmedia-buttons a {
background: rgba(40, 40, 60, 0.9);
border-color: rgba(77, 171, 247, 0.3);
}
#archives-dropdown-2,
#archives-dropdown-3 {
background: rgba(30, 30, 40, 0.9);
color: #e0e0e0;
border-color: rgba(77, 171, 247, 0.3);
}
} @supports not (backdrop-filter: blur(10px)) {
.page-header,
.widget,
.cat-links {
background: var(--color-purity-white);
}
}
@supports not (aspect-ratio: 1) {
.socialmedia-buttons a {
height: 60px;
width: 60px;
}
} @media print {
.page-header:before,
.page-header:after,
.post-thumbnail:before,
.post-thumbnail:after,
.entry-title:after,
.widget-title:after,
.more-link:before,
.socialmedia-buttons,
.right-sidebar {
display: none;
}
article.post {
box-shadow: none;
border: 1px solid #ddd;
break-inside: avoid;
page-break-inside: avoid;
}
.more-link,
.cat-links {
border: 1px solid #ddd;
color: #000;
background: none;
}
a {
color: #000;
text-decoration: underline;
}
a[href^="http"]:after {
content: " (" attr(href) ")";
font-size: 0.875em;
color: #666;
}
}  a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
outline: 3px solid rgba(77, 171, 247, 0.5);
outline-offset: 2px;
} @media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
html {
scroll-behavior: auto;
}
} @media (prefers-contrast: high) {
:root {
--color-sky-base: #0066cc;
--color-sky-dark: #004080;
--color-text-primary: #000000;
--color-text-secondary: #333333;
}
.more-link,
.cat-links {
border: 2px solid currentColor;
}
} @media (prefers-reduced-data: reduce) {
.blog-wrapper:after,
.post-thumbnail:before,
.post-thumbnail:after {
display: none;
}
.post-thumbnail img {
transition: none;
}
}#ajax-content-wrapper.loading {
position: relative;
min-height: 300px;
}
#ajax-content-wrapper.loading::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 40px;
height: 40px;
border: 3px solid rgba(77, 171, 247, 0.3);
border-top-color: var(--color-sky-base);
border-radius: 50%;
animation: spin 0.8s linear infinite;
z-index: 10;
}
#ajax-content-wrapper.loading::after {
content: 'Загрузка...';
position: absolute;
top: calc(50% + 30px);
left: 50%;
transform: translateX(-50%);
color: var(--color-text-secondary);
font-size: 0.875rem;
}
@keyframes spin {
0% { transform: translate(-50%, -50%) rotate(0deg); }
100% { transform: translate(-50%, -50%) rotate(360deg); }
} .error-message {
text-align: center;
padding: 3rem 2rem;
background-color: #fff5f5;
border-radius: 12px;
border-left: 4px solid #ff6b6b;
margin: 2rem 0;
}
.error-message h2 {
color: #e03131;
margin-bottom: 1rem;
font-size: 1.5rem;
}
.error-message p {
color: #868e96;
max-width: 500px;
margin: 0 auto;
} #ajax-content-wrapper > * {
animation: fadeInUp 0.5s ease;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .scroll-fade-in {
opacity: 0;
transform: translateY(30px);
transition: opacity 0.6s ease, transform 0.6s ease;
}
.scroll-fade-in.visible {
opacity: 1;
transform: translateY(0);
} ::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: var(--color-bg-secondary);
}
::-webkit-scrollbar-thumb {
background: var(--color-sky-base);
border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
background: var(--color-sky-dark);
} :focus {
outline: 2px solid var(--color-sky-base);
outline-offset: 2px;
}
:focus:not(:focus-visible) {
outline: none;
}
:focus-visible {
outline: 2px solid var(--color-sky-base);
outline-offset: 2px;
} .site-content {
animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
} .responsive-image {
width: 100%;
height: auto;
}
.image-cover {
width: 100%;
height: 100%;
object-fit: cover;
}
.image-contain {
width: 100%;
height: 100%;
object-fit: contain;
} .text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.align-center {
margin-left: auto;
margin-right: auto;
display: block;
}
.align-left {
float: left;
margin-right: 1.5rem;
margin-bottom: 1rem;
}
.align-right {
float: right;
margin-left: 1.5rem;
margin-bottom: 1rem;
}
.alignwide {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.alignfull {
max-width: 100vw;
width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
} .clearfix::after {
content: "";
display: table;
clear: both;
} .mt-0 { margin-top: 0; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mt-5 { margin-top: 3rem; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
.mb-5 { margin-bottom: 3rem; }
.p-0 { padding: 0; }
.p-1 { padding: 0.5rem; }
.p-2 { padding: 1rem; }
.p-3 { padding: 1.5rem; }
.p-4 { padding: 2rem; }
.p-5 { padding: 3rem; } .grid {
display: grid;
gap: 1.5rem;
}
.grid-2 {
grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
grid-template-columns: repeat(4, 1fr);
}
.flex {
display: flex;
}
.flex-col {
flex-direction: column;
}
.items-center {
align-items: center;
}
.justify-between {
justify-content: space-between;
}
.gap-1 { gap: 0.5rem; }
.gap-2 { gap: 1rem; }
.gap-3 { gap: 1.5rem; }
.gap-4 { gap: 2rem; } .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.hidden {
display: none !important;
}
.visually-hidden {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
} @media (hover: none) {
.religion-link:hover,
.religion-toggle:hover {
background-color: transparent;
}
.post-card:hover {
transform: none;
}
.read-more-link:hover svg {
transform: none;
}
.widget:hover {
transform: none;
}
} @media print {
.religion-sidebar,
.right-sidebar,
.site-header,
.site-footer,
.menu-toggle,
.sidebar-toggle,
.back-to-top,
.social-links,
.comment-respond,
.widget {
display: none !important;
}
.content-container {
display: block;
padding: 0;
}
.content-wrapper {
box-shadow: none;
padding: 0;
background: none;
}
.entry-content {
font-size: 12pt;
line-height: 1.6;
color: #000;
}
a {
color: #000;
text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
page-break-after: avoid;
color: #000;
}
p, h2, h3 {
orphans: 3;
widows: 3;
}
blockquote {
border-left: 2px solid #ccc;
color: #666;
}
img {
max-width: 100% !important;
page-break-inside: avoid;
}
table {
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr {
page-break-inside: avoid;
} .no-print {
display: none !important;
} a[href^="http"]::after {
content: " (" attr(href) ")";
font-size: 90%;
color: #666;
} body::after {
content: "URL: " attr(data-url);
display: block;
margin-top: 2rem;
padding-top: 1rem;
border-top: 1px solid #ccc;
font-size: 10pt;
color: #666;
text-align: center;
}
}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//eraofunity.ru/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//eraofunity.ru/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//eraofunity.ru/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}.religions-sitemap {
background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
border: 1px solid #e2e8f0;
border-radius: 12px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
overflow: hidden;
margin: 2.5rem 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
transition: all 0.3s ease;
}
.religions-sitemap:hover {
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
} .sitemap-header {
background: linear-gradient(135deg, #1b4260 0%, #2d5988 100%);
color: white;
padding: 2rem;
position: relative;
overflow: hidden;
}
.sitemap-header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M0,50 Q25,40 50,50 T100,50 L100,100 L0,100 Z" fill="rgba(255,255,255,0.05)"/></svg>');
background-size: cover;
opacity: 0.3;
}
.header-content {
position: relative;
z-index: 2;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 2rem;
}
.title-section {
display: flex;
align-items: center;
gap: 1.25rem;
}
.title-icon {
background: rgba(255, 255, 255, 0.15);
padding: 0.875rem;
border-radius: 12px;
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2);
}
.title-icon svg {
width: 32px;
height: 32px;
color: #d4af37;
}
.sitemap-title {
margin: 0 0 0.5rem 0;
font-size: 1.75rem;
font-weight: 700;
color: white;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.sitemap-subtitle {
margin: 0;
font-size: 1rem;
color: rgba(255, 255, 255, 0.85);
font-weight: 300;
} .header-stats {
display: flex;
gap: 2rem;
background: rgba(255, 255, 255, 0.1);
padding: 1rem 1.5rem;
border-radius: 10px;
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.15);
}
.stat-item {
text-align: center;
min-width: 100px;
}
.stat-number {
display: block;
font-size: 2rem;
font-weight: 700;
color: #d4af37;
line-height: 1;
margin-bottom: 0.25rem;
}
.stat-label {
display: block;
font-size: 0.875rem;
color: rgba(255, 255, 255, 0.85);
font-weight: 400;
} .sitemap-controls {
padding: 1.5rem 2rem;
background: white;
border-bottom: 1px solid #e2e8f0;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 1.5rem;
}
.search-container {
flex: 1;
min-width: 300px;
max-width: 500px;
}
.search-box {
position: relative;
background: #f8fafc;
border: 2px solid #e2e8f0;
border-radius: 10px;
padding: 0.5rem 1rem;
display: flex;
align-items: center;
transition: all 0.3s ease;
}
.search-box:focus-within {
border-color: #4dabf7;
box-shadow: 0 0 0 3px rgba(77, 171, 247, 0.1);
background: white;
}
.search-icon {
width: 16px;
height: 16px;
color: #94a3b8;
margin-right: 0.75rem;
flex-shrink: 0;
}
.sitemap-search-input {
flex: 1;
border: none;
background: none;
padding: 0.5rem 0;
font-size: 1rem;
color: #1b4260;
outline: none;
min-width: 0;
}
.sitemap-search-input::placeholder {
color: #94a3b8;
}
.clear-search {
background: none;
border: none;
padding: 0.25rem;
cursor: pointer;
color: #94a3b8;
display: flex;
align-items: center;
justify-content: center;
transition: color 0.2s ease;
opacity: 0;
}
.clear-search:hover {
color: #64748b;
}
.search-box:focus-within .clear-search,
.sitemap-search-input:not(:placeholder-shown) + .clear-search {
opacity: 1;
} .controls-buttons {
display: flex;
gap: 0.75rem;
flex-wrap: wrap;
}
.control-btn {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.75rem 1.25rem;
background: #4dabf7;
color: white;
border: none;
border-radius: 8px;
font-size: 0.95rem;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 2px 5px rgba(77, 171, 247, 0.2);
}
.control-btn:hover {
background: #339af0;
transform: translateY(-2px);
box-shadow: 0 4px 10px rgba(77, 171, 247, 0.3);
}
.control-btn:active {
transform: translateY(0);
}
.control-btn svg {
width: 16px;
height: 16px;
flex-shrink: 0;
}
.control-btn.collapse-all {
background: #94a3b8;
}
.control-btn.collapse-all:hover {
background: #64748b;
}
.control-btn.toggle-view {
background: #d4af37;
}
.control-btn.toggle-view:hover {
background: #c19b2e;
} .sitemap-content {
padding: 2rem;
min-height: 400px;
max-height: 800px;
overflow-y: auto;
}
.sitemap-content::-webkit-scrollbar {
width: 8px;
}
.sitemap-content::-webkit-scrollbar-track {
background: #f1f5f9;
border-radius: 4px;
}
.sitemap-content::-webkit-scrollbar-thumb {
background: #cbd5e1;
border-radius: 4px;
}
.sitemap-content::-webkit-scrollbar-thumb:hover {
background: #94a3b8;
}
.sitemap-tree-container {
position: relative;
} .sitemap-tree {
position: relative;
}
.tree-item {
margin-bottom: 0.5rem;
position: relative;
}
.tree-item::before {
content: '';
position: absolute;
left: 28px;
top: 0;
bottom: 0;
width: 1px;
background: linear-gradient(to bottom, 
transparent 0%,
rgba(77, 171, 247, 0.3) 10%,
rgba(77, 171, 247, 0.3) 90%,
transparent 100%);
z-index: 1;
}
.tree-item:last-child::before {
height: 50%;
}
.tree-item:first-child::before {
top: 50%;
}
.item-content {
display: flex;
align-items: center;
padding: 0.875rem 1rem;
background: white;
border: 1px solid #e2e8f0;
border-radius: 8px;
margin-left: 28px;
position: relative;
z-index: 2;
transition: all 0.3s ease;
min-height: 56px;
}
.item-content:hover {
background: #f8fafc;
border-color: #cbd5e1;
transform: translateX(4px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.tree-item.current-page .item-content {
background: rgba(77, 171, 247, 0.08);
border-color: #4dabf7;
border-left: 4px solid #4dabf7;
} .depth-indent {
width: 24px;
height: 100%;
flex-shrink: 0;
} .toggle-children {
width: 24px;
height: 24px;
background: white;
border: 1px solid #e2e8f0;
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: #64748b;
margin-right: 0.75rem;
flex-shrink: 0;
transition: all 0.3s ease;
z-index: 3;
}
.toggle-children:hover {
background: #4dabf7;
border-color: #4dabf7;
color: white;
transform: rotate(90deg);
}
.toggle-children svg {
width: 12px;
height: 12px;
transition: transform 0.3s ease;
}
.tree-item.expanded .toggle-children svg {
transform: rotate(90deg);
}
.toggle-placeholder {
width: 24px;
margin-right: 0.75rem;
flex-shrink: 0;
} .page-icon {
margin-right: 0.875rem;
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
flex-shrink: 0;
}
.page-icon svg {
width: 20px;
height: 20px;
color: #d4af37;
}
.page-icon .custom-page-icon {
width: 24px;
height: 24px;
border-radius: 6px;
object-fit: cover;
border: 1px solid rgba(0, 0, 0, 0.1);
} .page-link {
flex: 1;
text-decoration: none;
color: #1b4260;
font-size: 1.05rem;
font-weight: 500;
padding: 0.25rem 0;
display: flex;
align-items: center;
gap: 0.75rem;
transition: color 0.2s ease;
min-width: 0;
overflow: hidden;
}
.page-link:hover {
color: #4dabf7;
text-decoration: none;
}
.page-title {
flex: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} .child-count {
background: rgba(77, 171, 247, 0.1);
color: #4dabf7;
font-size: 0.8rem;
font-weight: 600;
padding: 0.25rem 0.5rem;
border-radius: 12px;
min-width: 24px;
text-align: center;
flex-shrink: 0;
}
.has-image-indicator {
color: #d4af37;
opacity: 0.7;
flex-shrink: 0;
}
.has-image-indicator svg {
width: 14px;
height: 14px;
}
.reading-time {
font-size: 0.85rem;
color: #64748b;
margin-left: 1rem;
padding-left: 1rem;
border-left: 1px solid #e2e8f0;
flex-shrink: 0;
white-space: nowrap;
} .children-container {
margin-left: 52px;
padding-left: 1rem;
border-left: 1px solid rgba(77, 171, 247, 0.2);
margin-top: 0.5rem;
display: none;
}
.tree-item.expanded > .children-container {
display: block;
animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(-10px); }
to { opacity: 1; transform: translateY(0); }
} .sitemap-footer {
padding: 1.5rem 2rem;
background: #f8fafc;
border-top: 1px solid #e2e8f0;
}
.footer-content {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 1.5rem;
}
.quick-actions {
display: flex;
gap: 0.75rem;
flex-wrap: wrap;
}
.action-btn {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.75rem 1.25rem;
background: white;
color: #475569;
border: 1px solid #e2e8f0;
border-radius: 8px;
font-size: 0.95rem;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
}
.action-btn:hover {
background: #4dabf7;
color: white;
border-color: #4dabf7;
transform: translateY(-2px);
box-shadow: 0 4px 10px rgba(77, 171, 247, 0.2);
}
.sitemap-content .page-title {
font-size: 1rem;
}
.action-btn svg {
width: 14px;
height: 14px;
flex-shrink: 0;
}
.footer-info {
flex: 1;
text-align: right;
}
.footer-info p {
margin: 0;
color: #64748b;
font-size: 0.9rem;
} .no-pages {
text-align: center;
padding: 4rem 2rem;
color: #64748b;
}
.no-pages svg {
width: 64px;
height: 64px;
color: #cbd5e1;
margin-bottom: 1.5rem;
}
.no-pages h3 {
margin: 0 0 0.75rem 0;
color: #475569;
font-size: 1.5rem;
}
.no-pages p {
margin: 0;
font-size: 1rem;
} .sitemap-admin-preview {
padding: 2rem;
background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
border: 2px dashed #cbd5e1;
border-radius: 8px;
text-align: center;
color: #475569;
}
.sitemap-admin-preview h3 {
margin: 0 0 0.75rem 0;
color: #1b4260;
font-size: 1.5rem;
}
.sitemap-admin-preview p {
margin: 0;
font-size: 1rem;
} .sitemap-theme-light { }
.sitemap-theme-dark {
background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
border-color: #334155;
}
.sitemap-theme-dark .sitemap-header {
background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}
.sitemap-theme-dark .sitemap-controls,
.sitemap-theme-dark .sitemap-footer {
background: #1e293b;
border-color: #334155;
}
.sitemap-theme-dark .item-content {
background: #334155;
border-color: #475569;
color: #e2e8f0;
}
.sitemap-theme-dark .page-link {
color: #e2e8f0;
}
.sitemap-theme-blue {
background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
border-color: #bae6fd;
}
.sitemap-theme-blue .sitemap-header {
background: linear-gradient(135deg, #0369a1 0%, #0ea5e9 100%);
} @media (max-width: 1024px) {
.header-content {
flex-direction: column;
align-items: stretch;
text-align: center;
}
.title-section {
justify-content: center;
}
.header-stats {
justify-content: center;
}
.sitemap-controls {
flex-direction: column;
align-items: stretch;
}
.search-container {
min-width: 100%;
max-width: 100%;
}
.controls-buttons {
justify-content: center;
}
}
@media (max-width: 768px) {
.religions-sitemap {
margin: 1.5rem 0;
border-radius: 8px;
}
.sitemap-header,
.sitemap-controls,
.sitemap-content,
.sitemap-footer {
padding: 1.25rem;
}
.sitemap-title {
font-size: 1.5rem;
}
.header-stats {
flex-direction: column;
gap: 1rem;
padding: 1rem;
}
.stat-item {
min-width: auto;
}
.footer-content {
flex-direction: column;
text-align: center;
}
.footer-info {
text-align: center;
width: 100%;
}
.item-content {
flex-wrap: wrap;
gap: 0.5rem;
padding: 1rem;
}
.page-link {
order: 2;
width: 100%;
margin-top: 0.5rem;
}
.reading-time {
order: 3;
margin-left: 0;
padding-left: 0;
border-left: none;
margin-top: 0.5rem;
width: 100%;
text-align: right;
}
.children-container {
margin-left: 1.5rem;
}
}
@media (max-width: 480px) {
.controls-buttons,
.quick-actions {
flex-direction: column;
width: 100%;
}
.control-btn,
.action-btn {
width: 100%;
justify-content: center;
}
.tree-item::before {
left: 20px;
}
.item-content {
margin-left: 20px;
}
}