/* "/public/alpha/E-Zine/css/style.css" */

* {
	box-sizing: border-box;
}

body {
	font-family: system-ui, sans-serif;
	max-width: 1100px;
	margin: 2rem auto;
	padding: 0 1rem;
	line-height: 1.5;
	background: #f7f7fb;
	color: #1f2430;
}

.ezine-shell {
	background: #fff;
	border: 1px solid #dfe3ee;
	border-radius: 18px;
	box-shadow: 0 18px 60px rgba(24, 32, 48, .08);
	padding: 1.25rem;
}

.ezine-header {
	border-bottom: 1px solid #e6e9f2;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.ezine-header.compact {
	margin-bottom: .75rem;
	padding-bottom: .75rem;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1 {
	margin-bottom: .35rem;
}

h2 {
	margin-bottom: .25rem;
}

h3 {
	font-size: 1rem;
	margin-bottom: .5rem;
}

input {
	font: inherit;
	padding: .65rem .75rem;
	width: 70%;
	max-width: 34rem;
	border: 1px solid #c8cedd;
	border-radius: 10px;
}

button,
.clear-link,
.article-nav a {
	font: inherit;
	display: inline-flex;
	align-items: center;
	min-height: 2.45rem;
	padding: .55rem .85rem;
	border: 1px solid #c8cedd;
	border-radius: 10px;
	background: #f5f7fc;
	color: #243047;
	text-decoration: none;
	cursor: pointer;
}

button:hover,
.clear-link:hover,
.article-nav a:hover {
	background: #eef2fb;
}

.search-form {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	align-items: center;
	margin-bottom: 1.25rem;
}

.article-count,
.empty-state,
.ezine-header p,
.article-path,
.article-score {
	color: #626b80;
}

.article-group {
	border: 1px solid #e6e9f2;
	border-radius: 14px;
	margin: .9rem 0;
	padding: .9rem;
}

.article-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.article-item {
	display: grid;
	gap: .2rem;
	padding: .7rem 0;
	border-top: 1px solid #edf0f6;
}

.article-item:first-child {
	border-top: 0;
	padding-top: 0;
}

.article-item:last-child {
	padding-bottom: 0;
}

.article-title {
	font-weight: 700;
	color: #174ea6;
	text-decoration: none;
}

.article-title:hover {
	text-decoration: underline;
}

.article-path,
.article-score {
	font-size: .88rem;
}

.article-shell {
	max-width: none;
}

.article-nav {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.article-frame {
	display: block;
	width: 100%;
	min-height: calc(100vh - 15rem);
	border: 1px solid #c8cedd;
	border-radius: 14px;
	background: #fff;
}

.missing-path {
	white-space: pre-wrap;
	word-break: break-word;
	padding: .85rem;
	border: 1px solid #e3b9b9;
	border-radius: 10px;
	background: #fff5f5;
	color: #8a1f1f;
}
