.athio {
	--athio-ink: #172033;
	--athio-muted: #526071;
	--athio-border: #b8c8d8;
	--athio-soft: #edf5f4;
	--athio-accent: #0d6f63;
	--athio-accent-dark: #075247;
	--athio-warning: #a65b00;
	max-width: 1040px;
	margin: 0 auto;
	color: var(--athio-ink);
	font: inherit;
}

.athio * { box-sizing: border-box; }
.athio__header { border-bottom: 1px solid var(--athio-border); padding: 0 0 20px; margin-bottom: 18px; }
.athio__eyebrow { margin: 0 0 5px; color: var(--athio-accent-dark); font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.athio__header h2 { margin: 0; color: var(--athio-ink); font-size: 1.75rem; line-height: 1.2; }
.athio__header p:not(.athio__eyebrow) { max-width: 760px; margin: 8px 0 0; color: var(--athio-muted); }
.athio__form { border: 1px solid var(--athio-border); border-radius: 6px; background: #fff; overflow: hidden; }
.athio__progress { display: flex; flex-wrap: wrap; gap: 8px 20px; padding: 14px 18px; border-bottom: 1px solid var(--athio-border); background: var(--athio-soft); color: var(--athio-muted); font-size: 0.9rem; font-weight: 700; }
.athio__progress span { white-space: nowrap; }
.athio__progress .is-active { color: var(--athio-accent-dark); }
.athio__step { min-width: 0; margin: 0; padding: 22px 18px; border: 0; }
.athio__step legend { padding: 0; color: var(--athio-ink); font-size: 1.15rem; font-weight: 700; }
.athio__help { margin: 6px 0 18px; color: var(--athio-muted); }
.athio__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.athio__grid > label, .athio__fieldWide { display: grid; gap: 6px; min-width: 0; color: var(--athio-ink); font-size: 0.92rem; font-weight: 700; }
.athio__fieldWide { margin-top: 16px; }
.athio input:not([type='checkbox']), .athio textarea { width: 100%; min-width: 0; border: 1px solid #8da4bc; border-radius: 4px; background: #fff; color: var(--athio-ink); font: inherit; font-weight: 400; line-height: 1.35; padding: 9px 10px; }
.athio input:focus, .athio textarea:focus { border-color: var(--athio-accent); outline: 2px solid rgba(13, 111, 99, 0.2); outline-offset: 1px; }
.athio textarea { min-height: 112px; resize: vertical; }
.athio__grid--pickers { align-items: start; }
.athio__picker { min-width: 0; border: 1px solid var(--athio-border); border-radius: 6px; background: #fbfcfd; padding: 12px; }
.athio__label { display: block; margin-bottom: 8px; color: var(--athio-ink); font-size: 0.92rem; font-weight: 700; }
.athio__picker input[type='search'] { margin-bottom: 9px; }
.athio__chips { display: flex; flex-wrap: wrap; gap: 6px; min-height: 0; }
.athio__chips:empty { display: none; }
.athio__chip { display: inline-flex; align-items: center; gap: 5px; max-width: 100%; border: 1px solid #6e9c95; border-radius: 999px; background: #e1f1ed; color: #124b43; font-size: 0.82rem; font-weight: 700; line-height: 1.2; padding: 4px 7px; }
.athio__chip button { display: grid; width: 17px; height: 17px; place-items: center; flex: 0 0 17px; border: 0; border-radius: 50%; background: transparent; color: inherit; cursor: pointer; font: inherit; font-size: 1rem; line-height: 1; padding: 0; }
.athio__options { max-height: 244px; overflow: auto; border: 1px solid #c5d1df; border-radius: 4px; background: #fff; }
.athio__options label { display: flex; align-items: flex-start; gap: 8px; padding: 8px 9px; border-bottom: 1px solid #e3e9ef; color: var(--athio-ink); cursor: pointer; font-size: 0.88rem; font-weight: 600; line-height: 1.3; }
.athio__options label:last-child { border-bottom: 0; }
.athio__options label:hover { background: #f0f7f5; }
.athio__options label[hidden] { display: none; }
.athio__options input[type='checkbox'] { margin: 2px 0 0; accent-color: var(--athio-accent); }
.athio__options p { margin: 0; padding: 10px; color: var(--athio-muted); font-size: 0.88rem; }
.athio__agreement { display: flex; align-items: flex-start; gap: 9px; margin-top: 18px; color: var(--athio-ink); font-size: 0.92rem; line-height: 1.45; }
.athio__agreement input { margin-top: 4px; accent-color: var(--athio-accent); }
.athio__trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.athio__notice { min-height: 1.3em; margin: 0 18px; color: var(--athio-warning); font-weight: 600; }
.athio__notice.is-success { color: var(--athio-accent-dark); }
.athio__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; padding: 18px; border-top: 1px solid var(--athio-border); background: #f8fafb; }
.athio__button { appearance: none; min-height: 40px; border: 1px solid var(--athio-accent-dark); border-radius: 4px; background: var(--athio-accent); color: #fff; cursor: pointer; font: inherit; font-weight: 700; padding: 8px 15px; }
.athio__button:hover, .athio__button:focus-visible { background: var(--athio-accent-dark); }
.athio__button--quiet { margin-right: auto; border-color: #8496a9; background: #fff; color: var(--athio-ink); }
.athio__button--quiet:hover, .athio__button--quiet:focus-visible { background: #eaf0f4; }
.athio__button:disabled { cursor: wait; opacity: 0.65; }

@media (max-width: 680px) {
	.athio__header h2 { font-size: 1.45rem; }
	.athio__grid { grid-template-columns: minmax(0, 1fr); }
	.athio__step { padding: 18px 14px; }
	.athio__progress { padding: 12px 14px; gap: 6px 14px; }
	.athio__actions { padding: 14px; }
	.athio__button { flex: 1 1 auto; }
	.athio__button--quiet { margin-right: 0; }
}
