		/* Minimal critical adjustments (rest in docs-theme.css) */
		body,html{height:100%;}
		.doc-article{overflow-y:auto;}
		.no-js{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#081520;color:#fff;font:16px/1.4 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;z-index:9999;padding:40px;text-align:center;}
		/* Lightweight page loader overlay */
		#page-loader{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(8,21,32,.96);color:#cde2ff;font:15px/1.4 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;z-index:9998;gap:14px;}
		#page-loader .spinner{width:18px;height:18px;border:3px solid rgba(205,226,255,.35);border-top-color:#8bc0ff;border-radius:50%;animation:spin 1s linear infinite}
		@keyframes spin{to{transform:rotate(360deg)}}
		/* Migration banner */
		#legacy-docs-migration{position:sticky;top:0;z-index:1000;background:#142436;color:#d8ecff;font:14px/1.4 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;padding:10px 18px;border-bottom:1px solid #224257;display:flex;flex-wrap:wrap;gap:12px;align-items:center;}
		#legacy-docs-migration strong{font-weight:600;}
		#legacy-docs-migration a{color:#7fc4ff;text-decoration:underline;}
		#legacy-docs-migration #dismiss-migration{margin-left:auto;background:#1e3550;color:#cfe7ff;border:1px solid #33567a;border-radius:4px;padding:4px 10px;cursor:pointer;}
		#legacy-docs-migration #dismiss-migration:hover{background:#254466;}
