/* Pocket 30 CFR */
.ecf-hero {
	color: #fff; padding: 2rem 1.5rem 1.6rem; border-radius: 16px; margin-bottom: 1.2rem; text-align: center;
	background: radial-gradient(ellipse 55% 45% at 50% 0%, rgba(232,119,34,.25), transparent 70%), linear-gradient(165deg, #2A3D66 0%, #1B2A4A 45%, #14213C 100%);
	box-shadow: 0 2px 4px rgba(20,33,60,.07), 0 8px 20px rgba(20,33,60,.10);
}
.ecf-hero h2 { color: #fff; font-family: "Bitter", Georgia, serif; margin: 0 0 .4rem; }
.ecf-hero p { color: #DFE4EF; max-width: 62ch; margin: 0 auto 1rem; }
.ecf-form { display: flex; gap: .5rem; max-width: 560px; margin: 0 auto; }
.ecf-form input[type="search"] {
	flex: 1; padding: .8rem 1.15rem; border-radius: 999px; border: 2px solid transparent; font-size: 1rem;
}
.ecf-form input:focus { outline: none; border-color: #E87722; box-shadow: 0 0 0 3px rgba(232,119,34,.3); }
.ecf-form button {
	padding: .8rem 1.5rem; border-radius: 999px; border: 2px solid #C2600F; cursor: pointer; font-weight: 800;
	background: linear-gradient(180deg, #F2853A, #C2600F); color: #fff;
}
.ecf-form button:hover { filter: brightness(1.06); }
.ecf-parts { display: flex; flex-wrap: wrap; gap: .35rem; justify-content: center; margin-top: .9rem; }
.ecf-part {
	font-size: .76rem; font-weight: 800; padding: .3rem .8rem; border-radius: 999px; text-decoration: none;
	background: rgba(246,239,225,.12); color: #DFE4EF !important; border: 1px solid rgba(246,239,225,.25);
	transition: background .14s;
}
.ecf-part:hover { background: rgba(246,239,225,.22); }
.ecf-part.is-on { background: #E87722; border-color: #E87722; color: #fff !important; }
.ecf-count { color: #5A6274; font-weight: 700; margin: 0 0 .7rem; }
.ecf-results { display: flex; flex-direction: column; gap: .55rem; }
.ecf-sec {
	background: #fff; border: 1px solid #E2DACA; border-radius: 12px; overflow: hidden;
	box-shadow: 0 1px 2px rgba(20,33,60,.05);
}
.ecf-sec summary {
	display: flex; gap: .8rem; align-items: baseline; padding: .8rem 1.1rem; cursor: pointer; list-style: none;
}
.ecf-sec summary::-webkit-details-marker { display: none; }
.ecf-sec summary:hover { background: #FDFBF4; }
.ecf-sec[open] summary { border-bottom: 1px solid #EFE8D8; }
.ecf-num {
	flex: 0 0 auto; font-family: ui-monospace, Menlo, monospace; font-weight: 800; color: #9C2F1E; font-size: .92rem;
}
.ecf-head { font-family: "Bitter", Georgia, serif; font-weight: 700; color: #1B2A4A; }
.ecf-body { padding: .9rem 1.15rem 1.05rem; }
.ecf-snip { display: none; }
.ecf-full { font-size: .93rem; color: #3E4657; line-height: 1.65; }
.ecf-full p { margin: 0 0 .7em; }
.ecf-wrap mark { background: #FCE9A8; padding: 0 .12em; border-radius: 3px; }
.ecf-official {
	display: inline-block; margin-top: .4rem; font-size: .82rem; font-weight: 800; color: #C2600F !important; text-decoration: none;
}
.ecf-official:hover { text-decoration: underline; }
.ecf-starters { text-align: center; color: #5A6274; font-size: .9rem; }
.ecf-starters span { font-weight: 700; margin-right: .3rem; }
.ecf-starters a {
	display: inline-block; margin: .2rem .25rem; padding: .3rem .85rem; border-radius: 999px;
	background: #fff; border: 1px solid #E2DACA; color: #1B2A4A !important; font-weight: 700; text-decoration: none;
	transition: border-color .14s, transform .12s;
}
.ecf-starters a:hover { border-color: #E87722; transform: translateY(-1px); }
.ecf-empty { background: #fff; border: 1px dashed #CFC5AC; border-radius: 12px; padding: 1.1rem 1.3rem; }
.ecf-disclaimer { margin-top: 1.6rem; text-align: center; font-size: .78rem; color: #8A90A0; font-style: italic; max-width: 70ch; margin-left: auto; margin-right: auto; }
@media (max-width: 560px) {
	.ecf-form { flex-direction: column; }
	.ecf-sec summary { flex-direction: column; gap: .15rem; }
}

/* Install card */
.ecf-install {
	background: linear-gradient(170deg, #1B2A4A, #14213C); border: 1px solid rgba(217,166,4,.4);
	border-radius: 16px; padding: 1.2rem 1.4rem; margin: 1.2rem 0; color: #DFE4EF;
	box-shadow: 0 2px 4px rgba(20,33,60,.07), 0 8px 20px rgba(20,33,60,.12);
}
.ecf-install h3 { margin: 0 0 .35rem; color: #fff; font-family: "Bitter", Georgia, serif; font-size: 1.1rem; }
.ecf-install p { margin: 0 0 .7rem; font-size: .9rem; max-width: 66ch; }
.ecf-i-actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: .5rem !important; }
.ecf-btn {
	display: inline-flex; align-items: center; gap: .35rem; padding: .55rem 1.15rem; border-radius: 999px;
	font-weight: 800; font-size: .87rem; cursor: pointer; text-decoration: none;
	border: 2px solid #C2600F; background: linear-gradient(180deg, #F2853A, #C2600F); color: #fff !important;
	transition: filter .14s, transform .12s;
}
.ecf-btn:hover { filter: brightness(1.07); transform: translateY(-1px); }
.ecf-btn:disabled { opacity: .75; cursor: default; transform: none; }
.ecf-btn-ghost { background: transparent; border-color: rgba(242,176,74,.55); color: #F2B04A !important; }
.ecf-btn-ghost:hover { background: rgba(242,176,74,.12); }
.ecf-i-ios { background: rgba(246,239,225,.1); border-radius: 10px; padding: .6rem .85rem; font-size: .85rem !important; }
.ecf-i-note { font-size: .82rem !important; color: #9BE3A8; margin: 0 !important; }

/* Offline app shell */
.p30-body-app { margin: 0; background: #F8F3E7; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #3E4657; }
.p30-app { max-width: 780px; margin: 0 auto; padding: max(env(safe-area-inset-top), .8rem) .9rem 2rem; }
.p30-top { display: flex; align-items: center; justify-content: space-between; padding: .3rem 0 .7rem; }
.p30-brand { font-family: "Bitter", Georgia, serif; font-weight: 800; color: #1B2A4A; font-size: 1.05rem; }
.p30-home { font-size: .78rem; font-weight: 700; color: #C2600F; text-decoration: none; }
#p30-q {
	width: 100%; box-sizing: border-box; padding: .85rem 1.1rem; font-size: 1rem; border-radius: 999px;
	border: 2px solid #E2DACA; background: #fff; -webkit-appearance: none;
}
#p30-q:focus { outline: none; border-color: #E87722; box-shadow: 0 0 0 3px rgba(232,119,34,.25); }
.p30-chips { display: flex; flex-wrap: wrap; gap: .3rem; margin: .6rem 0 .4rem; }
.p30-chip {
	font-size: .74rem; font-weight: 800; padding: .3rem .75rem; border-radius: 999px; cursor: pointer;
	background: #fff; border: 1px solid #E2DACA; color: #1B2A4A;
}
.p30-chip.is-on { background: #1B2A4A; border-color: #1B2A4A; color: #fff; }
.p30-statusrow { display: flex; justify-content: space-between; align-items: baseline; gap: .6rem; margin: .3rem 0 .7rem; }
.p30-status { font-size: .76rem; color: #8A90A0; }
.p30-status.is-off { color: #C2600F; font-weight: 700; }
.p30-status.is-err { color: #9C2F1E; font-weight: 700; }
.p30-count { font-size: .76rem; font-weight: 800; color: #5A6274; white-space: nowrap; }
.p30-out { display: flex; flex-direction: column; gap: .5rem; }
.p30-sec { background: #fff; border: 1px solid #E2DACA; border-radius: 12px; overflow: hidden; }
.p30-sec summary { display: flex; flex-direction: column; gap: .15rem; padding: .75rem 1rem; cursor: pointer; list-style: none; }
.p30-sec summary::-webkit-details-marker { display: none; }
.p30-num { font-family: ui-monospace, Menlo, monospace; font-weight: 800; color: #9C2F1E; font-size: .85rem; }
.p30-head { font-family: "Bitter", Georgia, serif; font-weight: 700; color: #1B2A4A; font-size: .95rem; }
.p30-body { padding: 0 1rem 1rem; font-size: .92rem; line-height: 1.6; }
.p30-body p { margin: 0 0 .65em; }
.p30-app mark { background: #FCE9A8; border-radius: 3px; padding: 0 .12em; }
.p30-official { display: inline-block; font-size: .8rem; font-weight: 800; color: #C2600F; text-decoration: none; }
.p30-tips, .p30-empty { background: #fff; border: 1px dashed #CFC5AC; border-radius: 12px; padding: .9rem 1.1rem; font-size: .9rem; }
.p30-foot { margin-top: 1.4rem; font-size: .72rem; color: #9AA1B0; font-style: italic; text-align: center; }
.ecf-i-steps { background: rgba(246,239,225,.12); border: 1px solid rgba(242,176,74,.35); border-radius: 10px; padding: .75rem 1rem; margin: 0 0 .6rem; font-size: .87rem; }
.ecf-i-steps ol { margin: .4rem 0 0; padding-left: 1.2rem; }
.ecf-i-steps li { margin-bottom: .3rem; }
.ecf-i-steps b { color: #F2B04A; }
.ecf-i-tip { font-size: .8rem !important; color: #9BA6C0; margin: .5rem 0 0 !important; }
.ecf-i-note.is-warn { color: #F2B04A !important; }
