/* Yore Tools: "Where's my payment?" */
.yph-app { margin: 0 0 16px; }
.yph-app [tabindex="-1"]:focus { outline: none; }
.yph-app [tabindex="-1"]:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.yph-stepno { margin: -10px 0 12px; font-size: 15px; color: var(--muted); }
.yph-app .yt-q { margin-top: 0; }
.yph-search { margin: 0 0 14px; }
.yph-groups { display: grid; gap: 10px; }
.yph-group { border: 1px solid var(--rule); border-radius: 10px; background: var(--paper); }
.yph-group[hidden], .yph-ben[hidden] { display: none; }
.yph-group > summary { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 56px; padding: 10px 16px; cursor: pointer; font: 650 19px/1.3 var(--sans); color: var(--ink); list-style: none; }
.yph-group > summary::-webkit-details-marker { display: none; }
.yph-group > summary::after { content: "+"; font: 400 26px/1 var(--sans); color: var(--accent); margin-left: auto; }
.yph-group[open] > summary::after { content: "−"; }
.yph-group > summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 10px; }
.yph-group__n { font-size: 14px; font-weight: 500; color: var(--muted); background: var(--wash); border-radius: 99px; padding: 2px 9px; }
.yph-group > .yt-options { padding: 0 12px 12px; }
.yph-ben__name { display: block; font-size: 15px; font-weight: 400; color: var(--muted); margin-top: 2px; }
.yt-option:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.yph-over { margin-left: auto; }

.yph-verdict { border-radius: var(--radius); padding: 20px 22px; margin: 0 0 22px; border: 2px solid var(--rule); background: var(--wash); }
.yph-verdict p { margin: 0 0 8px; }
.yph-verdict p:last-child { margin-bottom: 0; }
.yph-verdict__b { font-size: 15px; color: var(--muted); }
.yph-verdict__k { font: 700 14px/1.2 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.yph-verdict__t { font: 600 clamp(22px, 2.8vw, 27px)/1.3 var(--serif); color: var(--ink); }
.yph-verdict--notdue, .yph-verdict--today { border-color: #1d6b43; background: #eaf5ee; }
.yph-verdict--notdue .yph-verdict__k, .yph-verdict--today .yph-verdict__k { color: #1d6b43; }
.yph-verdict--wait { border-color: var(--accent); background: var(--accent-wash); }
.yph-verdict--wait .yph-verdict__k { color: var(--accent-strong); }
.yph-verdict--late, .yph-verdict--nodate { border-color: var(--brand-strong); background: var(--highlight); }
.yph-verdict--late .yph-verdict__k, .yph-verdict--nodate .yph-verdict__k { color: var(--brand-strong); }
.yph-exp { font: 400 16px/1.4 var(--sans); color: var(--muted); }

.yph-h { font: 650 21px/1.3 var(--sans); color: var(--ink); margin: 26px 0 10px; }
.yph-steps { margin: 0; padding-left: 1.4em; }
.yph-steps > li { margin: 0 0 14px; padding-left: 4px; }
.yph-list { margin: 0 0 8px; padding-left: 1.3em; }
.yph-list li { margin: 0 0 8px; }
.yph-call { margin: 10px 0 0; padding: 16px 18px; border: 1px solid var(--rule); border-radius: var(--radius); background: var(--paper); }
.yph-call p { margin: 0 0 10px; }
.yph-call p:last-child { margin-bottom: 0; }
.yph-call__label { font-size: 15px; color: var(--muted); }
.yph-call__btn { font-size: 20px; min-height: 56px; }
.yph-call__num strong { font-size: 20px; white-space: nowrap; }
.yph-official { font-size: 16px; }
.yph-tel { white-space: nowrap; font-weight: 600; }
.yph-best { font-size: 16px; }
.yph-script { margin: 0 0 10px; padding: 14px 18px; border-left: 4px solid var(--accent); background: var(--wash); border-radius: 0 8px 8px 0; font-size: 18px; color: var(--ink); }
.yph-more { margin: 16px 0; border: 1px solid var(--rule); border-radius: var(--radius); }
.yph-more > summary { min-height: 52px; display: flex; align-items: center; padding: 10px 16px; cursor: pointer; font-weight: 650; color: var(--accent); }
.yph-more > .yph-call { margin: 0 12px 12px; }
.yph-scam { margin: 24px 0 14px; padding: 14px 18px; border: 2px solid var(--brand-strong); border-radius: var(--radius); background: var(--highlight); font-size: 17px; }
.yph-scam p { margin: 0; }
.yph-guide { font-weight: 650; margin: 14px 0; }
.yph-app a { overflow-wrap: anywhere; }

.yph-codes { margin: 22px 0; border: 1px solid var(--rule); border-radius: var(--radius); background: var(--paper); }
.yph-codes > summary { min-height: 56px; display: flex; align-items: center; padding: 12px 18px; cursor: pointer; font: 650 19px/1.3 var(--sans); color: var(--ink); }
.yph-codes > summary:focus-visible, .yph-more > summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.yph-codes__body { padding: 0 18px 12px; }
.yph-codes__body h2 { font: 650 20px/1.3 var(--sans); color: var(--ink); margin: 22px 0 8px; }
.yph-private { margin: 0 0 8px; }

@media (max-width: 640px) {
	.yph-verdict { padding: 16px; }
	.yph-over { margin-left: 0; }
	.yph-call { padding: 14px; }
	.yph-codes__body { padding: 0 12px 10px; }
}
@media print {
	.yph-codes, .yph-more > summary { display: none; }
	.yph-verdict { border-width: 1px; }
	.yph-app .yt-progress, .yph-stepno { display: none; }
}
