
:root{
	--lh-body: 1.75;
	--lh-compact: 1.5;
	--sp-xs: 0.625rem;
	--sp-sm: 0.875rem;
	--sp-md: 1.25rem;
	--sp-lg: 1.75rem;
	--radius: 0.625rem;
}

body, .entry-content {
	color: var(--wp--preset--color--sk-text);
	font-family: var(--wp--preset--font-family--noto-serif-sc);
	font-size: var(--wp--preset--font-size--base);
	line-height: var(--lh-body);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.sk-mobile-menu-open {
	overflow: hidden;
}

  .inside-header {
	  padding: 20px 4px;
  }

body, .entry-content, .main-navigation a {
	font-family: var(--wp--preset--font-family--noto-serif-sc);
}
.site-content a { text-decoration: none; }

h1,h2,h3,h4,h5,h6,.site-title,.entry-title {
	font-family: var(--wp--preset--font-family--noto-serif-sc);
	letter-spacing: .2px;
}

code, pre {
	font-family: var(--wp--preset--font-family--mono);
}

.entry-title, h1 {
	font-size: var(--wp--preset--font-size--h-1);
	font-weight: 700;
	color: var(--wp--preset--color--sk-text);
	margin: 0 0 var(--sp-md);
}

h2 {
	font-size: var(--wp--preset--font-size--h-2);
	font-weight: 700;
	margin: var(--sp-lg) 0 var(--sp-sm);
	padding-bottom: 6px;
	border-bottom: 2px solid var(--wp--preset--color--sk-border);
}

h3 {
	font-size: var(--wp--preset--font-size--h-3);
	font-weight: 700;
	margin: var(--sp-md) 0 var(--sp-xs);
	color: var(--wp--preset--color--sk-text);
}

.entry-meta, .posted-on, .byline { color: var(--wp--preset--color--sk-muted); font-size: 90%; }

.entry-content p {
	margin: 0 0 var(--sp-md);
	line-height: var(--lh-body);
	text-indent: 0;
  }

  .entry-content p + h2, .entry-content p + h3 {
	margin-top: var(--sp-lg);
  }

  .entry-content ul, .entry-content ol {
	margin: 0 0 var(--sp-md) 1.2em;
	padding: 0;
	line-height: var(--lh-body);
  }

  .entry-content ul li {
	margin-bottom: 10px;
	line-height: 1.8;
  }
  .entry-content li::marker { color: #555; }

.entry-content table, .wp-block-table table {
	width: 100%;
	border-collapse: collapse;
	margin: var(--sp-sm) 0 var(--sp-md);
	font-size: var(--wp--preset--font-size--base);
	line-height: var(--lh-compact);
	background: #fff;
	border: 1px solid var(--wp--preset--color--sk-border);
	border-radius: var(--radius);
}

.entry-content th, .entry-content td {
	padding: 12px 14px;
	border-bottom: 1px solid var(--wp--preset--color--sk-border);
}

.entry-content thead th {
	background: var(--wp--preset--color--sk-soft);
	text-align: left;
	font-weight: 700;
}
.entry-content tbody tr:last-child td { border-bottom: 0; }

.entry-content blockquote {
	margin: var(--sp-md) 0;
	padding: 14px 18px;
	border-left: 4px solid var(--wp--preset--color--sk-accent);
	background: var(--wp--preset--color--sk-soft);
	color: var(--wp--preset--color--sk-text);
}
.entry-content blockquote p { margin: 0; }

.entry-content hr { border: 0; border-top: 1px solid var(--wp--preset--color--sk-border); margin: var(--sp-lg) 0; }
.entry-content code {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 90%;
	background: #f6f8fa;
	padding: 2px 6px;
	border-radius: 6px;
}


.page .entry-title, .single .entry-title {
	font-size: var(--wp--preset--font-size--h-1);
	line-height: 1.25;
	margin-bottom: var(--sp-sm);
}

.blog .inside-article, .archive .inside-article {
	padding: 20px 15px;
	margin-bottom: 28px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }
.blog .entry-title, .archive .entry-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 12px;
}
.blog .entry-title a { color: var(--wp--preset--color--sk-text); text-decoration: none; }
.blog .entry-title a:hover { color: var(--wp--preset--color--sk-accent);}
.blog .entry-meta { font-size: 14px; color: var(--wp--preset--color--sk-muted); margin-bottom: 8px; }
.blog .entry-summary {
	font-size: 16px;
	line-height: 1.7;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 10px;
  }
.blog .read-more {
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	background: var(--wp--preset--color--sk-accent);
	color: #fff !important;
	border-radius: 4px;
	text-decoration: none;
}
.blog .read-more:hover { background: #09498a; }

.sidebar .widget {
	border-top: 1px solid var(--wp--preset--color--sk-border);
	border-bottom: 1px solid var(--wp--preset--color--sk-border);
	padding: 15px;
	margin-bottom: 20px;
	background: var(--wp--preset--color--sk-soft);
	font-size: 90%;
	color: #555;
}
  .sidebar .widget-title {
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
	margin-bottom: 12px;
  }

.sk-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--sp-sm);
	min-width: 0;
	width: 100%;
}

.sk-header-left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: var(--sp-sm);
	position: relative;
	padding: 0 0.5rem;
}

.sk-site-branding {
	display: flex;
	flex: 1;
	align-items: center;
	gap: var(--sp-xs);
	min-width: 10rem;
}

.sk-site-branding .site-title {
	font-size: 1.25rem;
}

.sk-header-center,
.sk-header-right {
	display: none;
}

.sk-header-right {
	transform: translateX(100%);
	transition: transform .3s ease;
}

.sk-header-left .menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	border-radius: 999px;
	border: 1px solid var(--wp--preset--color--sk-border);
	background: #fff;
	color: var(--wp--preset--color--sk-text);
	box-shadow: 0 2px 8px rgba(15,23,42,.1);
	transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.site-footer {
    container: footer / inline-size;
}

@container footer (max-width: 599px) {
    .inside-site-info {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 10px;
    }

    .inside-site-info > * {
        text-align: center;
    }
}

@media (max-width: 768px) {
	.sk-header-left .menu-toggle {
		display: inline-flex !important;
	}
}


.sk-header-left .menu-toggle:focus-visible {
	outline: 2px solid var(--wp--preset--color--sk-accent);
	outline-offset: 2px;
}

.sk-header-left .menu-toggle .gp-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
}

.sk-header-left .menu-toggle .mobile-menu {
	display: none;
}

.sk-header-left .menu-toggle .gp-icon svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.sk-header-left .menu-toggle .gp-icon svg + svg {
	display: none;
}

.sk-header-left .main-navigation {
	position: relative;
	z-index: 200;
}

.sk-header-left .inside-navigation.grid-container {
	width: auto;
	max-width: none;
	padding: 0;
	display: flex;
	align-items: center;
	gap: var(--sp-sm);
}

.sk-header-left .main-navigation::before {
	content: '';
	position: fixed;
	inset: 0;
	background: rgba(15,23,42,.55);
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s ease;
	pointer-events: none;
}

.sk-main-nav {
	position: fixed;
	top: 0;
	right: 0;
	width: min(80vw, 320px);
	height: 100vh;
	background: #fff;
	box-shadow: -18px 0 36px rgba(15,23,42,.18);
	transform: translateX(100%);
	transition: transform .3s ease;
	display: flex;
	flex-direction: column;
	gap: var(--sp-md);
	padding: var(--sp-lg) var(--sp-md) 120px;
	overflow-y: auto;
	pointer-events: none;
	box-shadow: none;
}

.sk-main-nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: var(--sp-xs);
}

.sk-main-nav li {
	position: relative;
}

.sk-main-nav a {
	display: block;
	padding: 0.1rem 2.5rem 0.1rem 0;
	color: var(--wp--preset--color--sk-text);
	text-decoration: none;
	border-bottom: 1px solid var(--wp--preset--color--sk-border);
	font-size: 1rem;
}

.sk-main-nav li:last-child > a {
	border-bottom: none;
}

.sk-main-nav ul ul {
	margin: 0 0 var(--sp-xs) var(--sp-sm);
	padding-left: var(--sp-sm);
	border-left: 2px solid var(--wp--preset--color--sk-border);
}

.sk-main-nav ul ul a {
	border: 0;
	padding: 0.5rem 0;
	font-size: 0.95rem;
	font-weight: 500;
}

.main-navigation .dropdown-toggle {
	position: absolute;
	top: 0.5rem;
	right: 0;
	width: 32px;
	height: 32px;
	border-radius: 999px;
	border: 1px solid var(--wp--preset--color--sk-border);
	background: transparent;
	color: inherit;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: background .2s ease, border-color .2s ease;
}

.main-navigation .dropdown-toggle:hover,
.main-navigation .dropdown-toggle:focus {
	background: var(--wp--preset--color--sk-soft);
	border-color: rgba(11,92,171,0.35);
}

.main-navigation.toggled .menu-toggle {
	position: fixed;
	top: var(--sp-sm);
	right: var(--sp-sm);
	z-index: 1002;
	background: #fff;
	color: var(--wp--preset--color--sk-accent);
	transform: none;
}

.main-navigation.toggled .menu-toggle .gp-icon svg:first-of-type {
	display: none;
}

.main-navigation.toggled .menu-toggle .gp-icon svg + svg {
	display: inline;
}

.main-navigation.toggled::before {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 998;
}

body.sk-mobile-menu-open .sk-main-nav {
	box-shadow: -18px 0 36px rgba(15,23,42,.18);
	transform: translateX(0);
	pointer-events: auto;
	z-index: 999;
}

body.sk-mobile-menu-open .sk-header-right {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: var(--sp-sm);
	position: fixed;
	right: 0;
	bottom: 0;
	width: min(80vw, 320px);
	padding: var(--sp-md);
	background: #fff;
	box-shadow: -18px 0 36px rgba(15,23,42,.18);
	z-index: 999;
	animation: sk-slide-in-right .3s ease forwards;
}

body.sk-mobile-menu-open .sk-header-right .sk-auth-login {
	align-self: flex-end;
	width: auto;
	padding: 0.7rem 1.6rem;
	font-size: 0.95rem;
	border-radius: 999px;
}

body.sk-mobile-menu-open .sk-header-right .sk-account-menu {
	width: 100%;
	flex-direction: column;
	display: flex;
	align-items: flex-end;
	text-align: right;
}

body.sk-mobile-menu-open .sk-header-right .sk-account-dropdown {
	position: static;
	display: block;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	padding: 0;
}

body.sk-mobile-menu-open .sk-header-right .sk-account-link {
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--wp--preset--color--sk-border);
	text-align: right;
}

body.sk-mobile-menu-open .sk-header-right .sk-account-link:last-child {
	border-bottom: 0;
}

.sk-auth-login {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 999px;
    font-size: 14px;
	text-decoration: none;
	background: var(--wp--preset--color--sk-accent);
	color: #fff;
    white-space: nowrap;
	line-height: 1;
}

.sk-auth-login:focus,
.sk-auth-login:hover {
	color: #fff;
    background: #3384d5;
}

.sk-account-menu {
	position: relative;
	display: inline-flex;
}

.sk-auth-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: #fff;
	border: 2px solid rgba(0,0,0,0.1);
	padding: 0;
	cursor: pointer;
}
.sk-auth-avatar:hover, .sk-auth-avatar.focus {
    background: #fff;
    border: 2px solid rgba(0,0,0,0.2);
}

.sk-auth-avatar:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.sk-account-dropdown {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	width: 150px;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 10px;
	box-shadow: 0 12px 24px rgba(15,23,42,.12);
	padding: 8px 0;
	display: none;
	z-index: 50;
}

.sk-account-menu.is-open .sk-account-dropdown,
.sk-account-menu:hover .sk-account-dropdown {
	display: block;
}

.sk-account-link {
	display: block;
	padding: 10px 16px;
	color: inherit;
	text-decoration: none;
	font-size: 14px;
}

.sk-account-link:hover,
.sk-account-link:focus {
	background: rgba(11,92,171,0.08);
}

.sk-account-logout {
	color: #d63c3c;
}

.sk-account-logout:hover,
.sk-account-logout:focus {
	background: rgba(214,60,60,.08);
}

.sk-auth-avatar img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
}

@media (min-width: 768px) {
	.sk-header-inner {
		gap: var(--sp-md);
	}

	.sk-header-left {
		justify-content: flex-start;
		gap: 2.25rem;
		width: auto;
		padding-right: 0;
		position: relative;
		padding-right: calc(44px + var(--sp-sm));
	}

	.sk-header-center {
		display: block;
		flex: 1 1 360px;
		max-width: 520px;
	}

	.sk-header-center .search-form {
		display: flex;
		gap: 0.5rem;
	}

	.sk-header-center .search-field {
		padding: 0.375rem 0.625rem;
	}

	.sk-header-center .search-submit {
		padding: 0.375rem 0.75rem;
	}

	.sk-header-right {
		display: flex;
		position: static;
		gap: 0.75rem;
		background: transparent;
		box-shadow: none;
		padding: 0;
		width: auto;
		transform: none;
		transition: none;
	}

	.sk-header-left .main-navigation {
		position: static;
	}

	.sk-header-left .main-navigation::before {
		display: none;
	}

	.sk-header-left .menu-toggle {
		display: none;
		box-shadow: none;
	}

	.sk-main-nav {
		position: static;
		transform: none;
		height: auto;
		width: auto;
		background: transparent;
		box-shadow: none;
		padding: 0;
		overflow: visible;
		pointer-events: auto;
	}

	.sk-main-nav > ul {
		flex-direction: row;
		align-items: center;
		gap: 0.625rem;
	}

	.sk-main-nav a {
		padding: 0;
		border: 0;
		font-size: 1rem;
	}

	.sk-main-nav ul ul {
		border: 0;
		margin: 0;
		padding: 0;
	}

	.main-navigation .dropdown-toggle {
		display: none;
	}

	.blog .inside-article, .archive .inside-article {
		border: 1px solid var(--wp--preset--color--sk-border);
		border-radius: 8px;
		padding: 20px 24px;
	}

	.sidebar .widget {
		border: 1px solid var(--wp--preset--color--sk-border);
		border-radius: 6px;
	}
}

@keyframes sk-slide-in-right {
	from {
		transform: translateX(100%);
	}

	to {
		transform: translateX(0);
	}
}
