:root {
	--ufml-ink: #102d3f;
	--ufml-muted: #526776;
	--ufml-blue: #0b6f9c;
	--ufml-blue-dark: #075477;
	--ufml-cyan: #eaf6fb;
	--ufml-line: #d8e3e9;
	--ufml-soft: #f5f8fa;
	--ufml-warn: #fff8dd;
	--ufml-warn-line: #e6bd3b;
}

body.ufml-manual-library-page { overflow-x: clip; }
body.ufml-manual-library-page .uf-skip-link { transition: none !important; }
body.ufml-manual-library-page .uf-skip-link:focus,
body.ufml-manual-library-page .uf-skip-link:focus-visible { position: fixed !important; z-index: 100000 !important; top: 12px !important; left: 12px !important; transform: none !important; margin: 0 !important; }
.ufml-page { color: var(--ufml-ink); background: #fff; }
.ufml-page *, .ufml-page *::before, .ufml-page *::after { box-sizing: border-box; }
.ufml-shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.ufml-hero { padding: 54px 0 48px; color: #fff; background: linear-gradient(126deg, #0f3146 0%, #0b5879 60%, #0a789f 100%); overflow: hidden; position: relative; }
.ufml-hero::after { content: ""; position: absolute; width: 420px; height: 420px; border: 80px solid rgba(255,255,255,.055); border-radius: 50%; right: -120px; top: -190px; }
.ufml-hero .ufml-shell { position: relative; z-index: 1; }
.ufml-breadcrumb { display: flex; gap: 9px; align-items: center; margin-bottom: 30px; font-size: 14px; color: #d6eef8; }
.ufml-breadcrumb a { color: #fff; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.ufml-eyebrow { margin: 0 0 9px; color: var(--ufml-blue); font-size: 13px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.ufml-hero .ufml-eyebrow { color: #9fe3ff; }
.ufml-hero h1 { max-width: 820px; margin: 0; color: #fff; font-size: clamp(38px, 5vw, 68px); line-height: 1.03; letter-spacing: -.035em; }
.ufml-lead { max-width: 760px; margin: 20px 0 30px; color: #e4f5fb; font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.ufml-stats { display: flex; gap: 12px; flex-wrap: wrap; }
.ufml-stats div { min-width: 148px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; background: rgba(255,255,255,.08); backdrop-filter: blur(4px); }
.ufml-stats strong { display: block; color: #fff; font-size: 25px; line-height: 1; }
.ufml-stats span { display: block; margin-top: 6px; color: #d9eef6; font-size: 13px; }
.ufml-content { padding: 38px 0 72px; }
.ufml-safety { display: flex; gap: 15px; align-items: flex-start; padding: 17px 19px; border: 1px solid var(--ufml-warn-line); border-radius: 12px; background: var(--ufml-warn); color: #5c4a0a; line-height: 1.55; }
.ufml-safety svg { flex: 0 0 25px; width: 25px; fill: #ad7c00; }
.ufml-safety strong { color: #443500; }
.ufml-tools { margin-top: 28px; padding: 28px; border: 1px solid var(--ufml-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(16,45,63,.07); }
.ufml-tools-heading { display: flex; gap: 20px; justify-content: space-between; align-items: end; margin-bottom: 22px; }
.ufml-tools h2, .ufml-support h2 { margin: 0; color: var(--ufml-ink); font-size: clamp(24px, 3vw, 34px); line-height: 1.15; letter-spacing: -.02em; }
.ufml-filter-grid { display: grid; grid-template-columns: 2fr repeat(4, 1fr); gap: 14px; align-items: end; }
.ufml-field { min-width: 0; }
.ufml-field label { display: block; margin-bottom: 7px; color: #294858; font-size: 13px; font-weight: 750; }
.ufml-field input, .ufml-field select { box-sizing: border-box; width: 100%; max-width: 100%; min-width: 0; min-height: 48px; border: 1px solid #b9cad3; border-radius: 9px; background: #fff; color: var(--ufml-ink); font: inherit; padding: 10px 12px; }
.ufml-field input:focus, .ufml-field select:focus, .ufml-reset:focus, .ufml-download-button:focus, .ufml-support-button:focus, .ufml-jumps a:focus { outline: 3px solid #71c9ed !important; outline-offset: 2px !important; border-color: var(--ufml-blue); }
.ufml-search-wrap { min-width: 0; position: relative; }
.ufml-search-wrap svg { position: absolute; left: 13px; top: 50%; width: 21px; transform: translateY(-50%); fill: #527383; pointer-events: none; }
.ufml-field-search input { padding-left: 43px; }
.ufml-reset { min-height: 44px; padding: 8px 15px; border: 1px solid #9eb5c0; border-radius: 8px; background: #fff; color: var(--ufml-blue-dark); font-weight: 750; cursor: pointer; }
.ufml-reset:hover { background: var(--ufml-cyan); }
.ufml-results { margin: 17px 0 0; color: var(--ufml-muted); font-weight: 700; }
.ufml-jumps { display: flex; gap: 9px; overflow-x: auto; padding: 22px 0 10px; scrollbar-width: thin; }
.ufml-jumps a { flex: 0 0 auto; padding: 9px 13px; border: 1px solid var(--ufml-line); border-radius: 999px; color: var(--ufml-blue-dark); background: #fff; font-size: 14px; font-weight: 700; text-decoration: none; }
.ufml-jumps a:hover { border-color: #86c9e4; background: var(--ufml-cyan); }
.ufml-section { scroll-margin-top: 24px; padding-top: 34px; }
.ufml-section-heading { display: flex; gap: 14px; justify-content: space-between; align-items: baseline; padding-bottom: 13px; border-bottom: 2px solid var(--ufml-ink); margin-bottom: 19px; }
.ufml-section-heading h2 { margin: 0; color: var(--ufml-ink); font-size: clamp(25px, 3vw, 35px); letter-spacing: -.02em; }
.ufml-section-heading span { color: var(--ufml-muted); font-size: 14px; font-weight: 700; white-space: nowrap; }
.ufml-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.ufml-card { display: flex; min-width: 0; flex-direction: column; padding: 21px; border: 1px solid var(--ufml-line); border-radius: 15px; background: #fff; box-shadow: 0 5px 20px rgba(16,45,63,.055); transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; }
.ufml-card:hover { transform: translateY(-2px); border-color: #9bcfe3; box-shadow: 0 12px 28px rgba(16,45,63,.1); }
.ufml-card-top { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.ufml-pdf-icon { display: inline-flex; min-width: 45px; height: 30px; align-items: center; justify-content: center; border-radius: 6px; background: #d94b3e; color: #fff; font-size: 12px; font-weight: 850; letter-spacing: .05em; }
.ufml-doc-type { color: var(--ufml-blue-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; text-align: right; }
.ufml-card h3 { margin: 17px 0 13px; color: var(--ufml-ink); font-size: 20px; line-height: 1.25; letter-spacing: -.012em; overflow-wrap: anywhere; }
.ufml-models, .ufml-controller { margin: 0 0 9px; color: #415b69; font-size: 14px; line-height: 1.5; }
.ufml-models strong, .ufml-controller strong { display: block; margin-bottom: 2px; color: var(--ufml-ink); font-size: 12px; text-transform: uppercase; letter-spacing: .055em; }
.ufml-note { margin: 8px 0 0; padding: 10px 11px; border-left: 3px solid #e2ad16; background: #fff9e8; color: #5f4c14; font-size: 13px; line-height: 1.45; }
.ufml-card-footer { margin-top: auto; padding-top: 18px; }
.ufml-file-meta { display: flex; gap: 8px; margin: 0 0 12px; color: var(--ufml-muted); font-size: 13px; }
.ufml-file-meta span + span::before { content: "•"; margin-right: 8px; color: #91a5af; }
.uf-manual-download { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 11px; align-items: center; }
.ufml-download-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 16px; border-radius: 8px; background: var(--ufml-blue); color: #fff !important; font-weight: 800; text-decoration: none !important; }
.ufml-download-button:hover { background: var(--ufml-blue-dark); color: #fff !important; }
.uf-manual-download-count { color: var(--ufml-muted); font-size: 12px; white-space: nowrap; }
.ufml-empty { margin-top: 38px; padding: 44px 24px; border: 1px dashed #a9bdc7; border-radius: 14px; text-align: center; background: var(--ufml-soft); }
.ufml-empty h2 { margin: 0 0 7px; }
.ufml-empty p { margin: 0 0 18px; color: var(--ufml-muted); }
.ufml-support { display: flex; gap: 28px; justify-content: space-between; align-items: center; margin-top: 54px; padding: 34px; border-radius: 18px; background: var(--ufml-ink); color: #fff; }
.ufml-support h2 { color: #fff; }
.ufml-support p:not(.ufml-eyebrow) { max-width: 760px; margin: 12px 0 0; color: #d5e6ee; line-height: 1.55; }
.ufml-support .ufml-eyebrow { color: #8edcf8; }
.ufml-support-button { display: inline-flex; flex: 0 0 auto; min-height: 48px; align-items: center; justify-content: center; padding: 11px 18px; border-radius: 8px; background: #fff; color: var(--ufml-blue-dark) !important; font-weight: 800; text-decoration: none !important; }
[hidden] { display: none !important; }

@media (max-width: 1050px) {
	body.ufml-manual-library-page #footer.container,
	body.ufml-manual-library-page #footer-bottom.container { box-sizing: border-box; width: 100% !important; max-width: 100% !important; }
	body.ufml-manual-library-page .header-wrapper .container { gap: 14px; }
	body.ufml-manual-library-page .main-nav div > ul { gap: 10px; }
	body.ufml-manual-library-page .main-nav div > ul > li > a { font-size: 13px; }
	.ufml-filter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ufml-field-search { grid-column: 1 / -1; }
	.ufml-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
	.ufml-shell { width: min(100% - 28px, 1240px); }
	.ufml-hero { padding: 35px 0 34px; }
	.ufml-breadcrumb { margin-bottom: 22px; }
	.ufml-lead { margin: 16px 0 22px; }
	.ufml-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
	.ufml-stats div { min-width: 0; padding: 11px 8px; text-align: center; }
	.ufml-stats strong { font-size: 21px; }
	.ufml-stats span { font-size: 11px; line-height: 1.2; }
	.ufml-content { padding-top: 24px; }
	.ufml-safety { padding: 14px; font-size: 14px; }
	.ufml-tools { padding: 19px 15px; border-radius: 13px; }
	.ufml-tools-heading { display: block; }
	.ufml-tools-heading .ufml-reset { width: 100%; margin-top: 16px; }
	.ufml-filter-grid { grid-template-columns: 1fr; }
	.ufml-field-search { grid-column: auto; }
	.ufml-field input, .ufml-field select { min-height: 50px; }
	.ufml-jumps { display: grid; grid-template-columns: 1fr 1fr; overflow: visible; gap: 8px; }
	.ufml-jumps a { display: flex; min-height: 44px; align-items: center; white-space: normal; line-height: 1.25; }
	.ufml-section { scroll-margin-top: 240px; padding-top: 30px; }
	.ufml-section-heading { align-items: end; }
	.ufml-grid { grid-template-columns: 1fr; gap: 13px; }
	.ufml-card { padding: 18px; }
	.uf-manual-download { grid-template-columns: 1fr; gap: 8px; }
	.uf-manual-download-count { text-align: center; }
	.ufml-support { display: block; padding: 25px 20px; }
	.ufml-support-button { width: 100%; margin-top: 21px; }
	body.ufml-manual-library-page .main-nav div > ul > li > a { min-height: 44px; display: flex; align-items: center; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
	.ufml-card { transition: none; }
}
