.orcid-faq-app {
	--ofaq-orcid: #a6ce39;
	--ofaq-green: #527c00;
	--ofaq-pale: #f2f8e7;
	--ofaq-ink: #17221b;
	--ofaq-muted: #58645d;
	--ofaq-line: #dfe6e1;
	--ofaq-paper: #fff;
	--ofaq-wash: #f6f8f6;
	--ofaq-navy: #183d35;
	--ofaq-focus: #1f6feb;
	--ofaq-radius: 18px;
	width: 100%;
	max-width: 1120px;
	margin: 1.5rem auto 3rem;
	color: var(--ofaq-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.7;
}
.orcid-faq-app *, .orcid-faq-app *::before, .orcid-faq-app *::after { box-sizing: border-box; }
.orcid-faq-app a { color: #376100; text-underline-offset: .18em; text-decoration-thickness: 1px; }
.orcid-faq-app a:hover { text-decoration-thickness: 2px; }
.orcid-faq-app a:focus-visible, .orcid-faq-app button:focus-visible, .orcid-faq-app input:focus-visible, .orcid-faq-app summary:focus-visible { outline: 3px solid var(--ofaq-focus); outline-offset: 3px; }
.orcid-faq-visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.orcid-faq-hero { position: relative; overflow: hidden; padding: clamp(2rem, 5vw, 4rem); color: #fff; background: var(--ofaq-navy); border-radius: var(--ofaq-radius) var(--ofaq-radius) 0 0; }
.orcid-faq-hero::after { content: ""; position: absolute; right: -7rem; top: -9rem; width: 27rem; height: 27rem; border: 4rem solid rgba(166,206,57,.12); border-radius: 50%; pointer-events: none; }
.orcid-faq-app .orcid-faq-eyebrow { position: relative; z-index: 1; display: flex; align-items: center; gap: .65rem; margin: 0 0 .9rem; color: #eaf4d5; font-size: .8rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.orcid-faq-id-mark { display: inline-grid; place-items: center; width: 2rem; height: 2rem; color: var(--ofaq-navy); background: var(--ofaq-orcid); border-radius: 50%; font-family: Georgia, serif; font-style: italic; letter-spacing: 0; text-transform: none; }
.orcid-faq-app .orcid-faq-hero h2 { position: relative; z-index: 1; margin: 0; color: #fff; font-size: clamp(2rem, 5vw, 4rem); line-height: 1.1; letter-spacing: -.035em; }
.orcid-faq-app .orcid-faq-hero > p:last-child { position: relative; z-index: 1; max-width: 720px; margin: 1rem 0 0; color: #dbe7e2; font-size: clamp(1rem, 2vw, 1.15rem); }

.orcid-faq-reminders { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; background: var(--ofaq-line); border: 1px solid var(--ofaq-line); border-top: 0; border-radius: 0 0 var(--ofaq-radius) var(--ofaq-radius); box-shadow: 0 18px 45px rgba(20,45,35,.1); }
.orcid-faq-reminders > div { padding: 1.3rem 1.4rem; background: var(--ofaq-paper); }
.orcid-faq-reminders span { display: block; color: var(--ofaq-green); font-size: .73rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.orcid-faq-reminders strong { display: block; margin-top: .25rem; font-size: .95rem; line-height: 1.5; }

.orcid-faq-tools { margin-top: 2rem; padding: 1.25rem; background: var(--ofaq-paper); border: 1px solid var(--ofaq-line); border-radius: var(--ofaq-radius); }
.orcid-faq-search-wrap { position: relative; }
.orcid-faq-search-wrap > span { position: absolute; left: 1rem; top: 50%; translate: 0 -50%; color: var(--ofaq-muted); font-size: 1.15rem; pointer-events: none; }
.orcid-faq-app input.orcid-faq-search { display: block; width: 100%; height: 3.35rem; margin: 0; padding: 0 3.2rem 0 2.8rem; color: var(--ofaq-ink); background: #fbfcfb; border: 1px solid #bac8c0; border-radius: 12px; box-shadow: none; font: inherit; }
.orcid-faq-app input.orcid-faq-search::placeholder { color: #707d75; opacity: 1; }
.orcid-faq-app button.orcid-faq-clear { position: absolute; right: .65rem; top: 50%; translate: 0 -50%; display: none; place-items: center; width: 2rem; min-width: 0; height: 2rem; min-height: 0; margin: 0; padding: 0; color: var(--ofaq-muted); background: transparent; border: 0; border-radius: 50%; box-shadow: none; cursor: pointer; font: inherit; font-size: 1.3rem; }
.orcid-faq-app button.orcid-faq-clear:hover { background: #e9eeeb; }
.orcid-faq-app .orcid-faq-filter-label { margin: 1rem 0 .55rem; color: var(--ofaq-muted); font-size: .82rem; font-weight: 700; }
.orcid-faq-filters { display: flex; flex-wrap: wrap; gap: .5rem; }
.orcid-faq-app .orcid-faq-filters button { width: auto; min-width: 0; min-height: 0; margin: 0; padding: .48rem .82rem; color: #30423a; background: #fff; border: 1px solid #bdc9c2; border-radius: 999px; box-shadow: none; cursor: pointer; font: inherit; font-size: .86rem; font-weight: 700; line-height: 1.35; text-transform: none; }
.orcid-faq-app .orcid-faq-filters button:hover { color: #30423a; background: #fff; border-color: var(--ofaq-green); }
.orcid-faq-app .orcid-faq-filters button[aria-pressed="true"] { color: #fff; background: var(--ofaq-navy); border-color: var(--ofaq-navy); }
.orcid-faq-results { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 1.15rem 0 .75rem; color: var(--ofaq-muted); font-size: .86rem; }
.orcid-faq-app button.orcid-faq-close-all { width: auto; min-width: 0; min-height: 0; margin: 0; padding: .2rem; color: #376100; background: transparent; border: 0; box-shadow: none; cursor: pointer; font: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: .2em; text-transform: none; }

.orcid-faq-list { display: grid; gap: .75rem; }
.orcid-faq-app details.orcid-faq-item { overflow: hidden; margin: 0; padding: 0; background: var(--ofaq-paper); border: 1px solid var(--ofaq-line); border-radius: 14px; transition: border-color .15s ease, box-shadow .15s ease; }
.orcid-faq-app details.orcid-faq-item[open] { border-color: #aac66a; box-shadow: 0 8px 24px rgba(35,60,48,.07); }
.orcid-faq-app details.orcid-faq-item[hidden] { display: none; }
.orcid-faq-app details.orcid-faq-item summary { display: grid; grid-template-columns: minmax(0,1fr) 2rem; align-items: center; gap: .8rem; margin: 0; padding: 1rem 1.1rem; color: var(--ofaq-ink); background: transparent; cursor: pointer; list-style: none; }
.orcid-faq-app details.orcid-faq-item summary::-webkit-details-marker { display: none; }
.orcid-faq-app details.orcid-faq-item summary:hover { background: #fbfcf8; }
.orcid-faq-question { min-width: 0; }
.orcid-faq-category { display: block; margin: 0 0 .22rem; color: var(--ofaq-green); font-size: .7rem; font-weight: 800; letter-spacing: .04em; line-height: 1.3; text-transform: uppercase; }
.orcid-faq-question-title { display: block; font-size: 1rem; font-weight: 750; line-height: 1.55; }
.orcid-faq-toggle { display: grid; place-items: center; width: 1.8rem; height: 1.8rem; color: var(--ofaq-navy); background: var(--ofaq-pale); border-radius: 50%; font-size: 1.15rem; }
.orcid-faq-toggle::before { content: "+"; }
.orcid-faq-item[open] .orcid-faq-toggle::before { content: "−"; }
.orcid-faq-answer { padding: .1rem 3.9rem 1.25rem 1.1rem; color: #37463e; }
.orcid-faq-app .orcid-faq-answer p { margin: .55rem 0; }
.orcid-faq-app .orcid-faq-answer ul { margin: .45rem 0; padding-left: 1.4rem; }
.orcid-faq-app .orcid-faq-answer li + li { margin-top: .25rem; }
.orcid-faq-official-link { display: inline-flex; align-items: center; gap: .3rem; margin-top: .35rem; font-size: .88rem; font-weight: 700; }
.orcid-faq-official-link::after { content: "↗"; }
.orcid-faq-app .orcid-faq-caution { margin-top: .7rem; padding: .68rem .8rem; color: #71352d; background: #fff5f1; border-left: 4px solid #d17462; border-radius: 4px 8px 8px 4px; font-size: .92rem; }
.orcid-faq-no-results { display: none; padding: 2.3rem 1rem; text-align: center; color: var(--ofaq-muted); background: var(--ofaq-paper); border: 1px dashed #b8c4bd; border-radius: 14px; }
.orcid-faq-no-results strong, .orcid-faq-no-results span { display: block; }
.orcid-faq-no-results strong { margin-bottom: .3rem; color: var(--ofaq-ink); }
.orcid-faq-help { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1.25rem; margin-top: 2.25rem; padding: 1.6rem; color: #fff; background: var(--ofaq-navy); border-radius: var(--ofaq-radius); }
.orcid-faq-app .orcid-faq-help h3 { margin: 0 0 .25rem; color: #fff; font-size: 1.2rem; }
.orcid-faq-app .orcid-faq-help p { margin: 0; color: #cbd9d3; }
.orcid-faq-app .orcid-faq-help > a { display: inline-block; padding: .7rem 1rem; color: #142d26; background: var(--ofaq-orcid); border-radius: 9px; font-weight: 800; text-align: center; text-decoration: none; white-space: nowrap; }
.orcid-faq-app .orcid-faq-help > a:hover { background: #b5db4c; }
.orcid-faq-app .orcid-faq-disclaimer { margin: 1.2rem 0 0; color: #66736c; font-size: .78rem; }

@media (max-width: 760px) {
	.orcid-faq-reminders { grid-template-columns: 1fr; }
	.orcid-faq-reminders > div { padding: 1rem 1.1rem; }
	.orcid-faq-tools { padding: 1rem; }
	.orcid-faq-answer { padding-right: 1.1rem; }
	.orcid-faq-help { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
	.orcid-faq-app details.orcid-faq-item { transition: none; }
}
@media print {
	.orcid-faq-app { max-width: none; color: #000; font-size: 11pt; }
	.orcid-faq-hero { padding: 1rem 0; color: #000; background: #fff; border-bottom: 2px solid #222; border-radius: 0; }
	.orcid-faq-app .orcid-faq-hero h2, .orcid-faq-app .orcid-faq-hero > p:last-child { color: #000; }
	.orcid-faq-tools, .orcid-faq-results, .orcid-faq-help { display: none !important; }
	.orcid-faq-reminders { box-shadow: none; }
	.orcid-faq-item { break-inside: avoid; }
	.orcid-faq-toggle { display: none; }
}

