:root{color-scheme:light;--page: #ffffff;--ink: #151515;--muted: #6d6d74;--quiet: #8b8b92;--line: #d7d7dc;--line-strong: #bcbcc3;--surface: #fcfcfb;--accent: #c71c15;--accent-dark: #a8140e;--success: #209343;--danger: #b42318;--shadow: 0 10px 28px rgb(17 17 17 / 5%);--serif: "Songti SC", "STSong", "Noto Serif CJK SC", "Source Han Serif SC", Georgia, serif;--sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth}body{min-width:320px;margin:0;color:var(--ink);background:var(--page);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:wait}a{color:inherit}.site-header{border-bottom:1px solid var(--line)}.header-inner,.workspace,.footer-inner{width:min(100% - 64px,1376px);margin:0 auto}.header-inner{display:flex;min-height:64px;align-items:stretch;gap:54px}.brand{display:inline-flex;align-items:center;gap:9px;color:var(--ink);font-size:27px;font-weight:750;letter-spacing:-.055em;text-decoration:none}.brand-logo{display:block;flex:0 0 auto;width:auto;height:38px}.brand-wordmark{display:block}.primary-nav{display:flex;align-items:stretch;gap:31px}.primary-nav a,.primary-nav button{position:relative;display:inline-flex;align-items:center;padding:0;border:0;color:var(--ink);background:transparent;font-size:16px;line-height:1;text-decoration:none}.language-select{align-self:center;min-width:98px;height:34px;padding:0 27px 0 9px;border:1px solid var(--line-strong);border-radius:6px;color:var(--ink);background:var(--page);cursor:pointer;font-size:13px;line-height:1}.language-select:hover{border-color:#8c8c94}.language-select:focus{border-color:var(--accent)}.primary-nav a:hover,.primary-nav button:hover,.primary-nav a:focus-visible,.primary-nav button:focus-visible{color:var(--accent)}.primary-nav .active:after{position:absolute;right:0;bottom:-1px;left:0;height:3px;content:"";background:var(--accent)}.workspace{padding:32px 0 42px}.lookup-section{max-width:none}h1,h2,h3,p,figure{margin:0}h1{font-family:var(--serif);font-size:clamp(39px,4.1vw,56px);font-weight:600;letter-spacing:-.075em;line-height:1.08}.intro{margin-top:10px;color:#35353a;font-size:18px;letter-spacing:-.015em}.lookup-modes{display:inline-flex;margin-top:20px;overflow:hidden;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface)}.lookup-modes button{min-height:37px;padding:0 15px;border:0;border-left:1px solid var(--line);color:#4b4b52;background:transparent;font-size:14px;font-weight:620}.lookup-modes button:first-child{border-left:0}.lookup-modes button:hover,.lookup-modes button:focus-visible{color:var(--accent)}.lookup-modes button.active{color:#fff;background:var(--accent)}.lookup-form{display:grid;grid-template-columns:minmax(0,1fr) 165px;gap:14px;margin-top:22px}.lookup-form input{min-width:0;height:57px;padding:0 19px;border:1px solid var(--line-strong);border-radius:8px;outline:none;color:var(--ink);background:var(--page);font-family:"CJKTool Result Subset",var(--serif);font-size:27px;letter-spacing:.015em;transition:border-color .13s ease,box-shadow .13s ease}.lookup-form input::placeholder{color:#a2a2a8;font-family:var(--sans);font-size:16px;letter-spacing:0}.lookup-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #c71c1521}.lookup-form button{height:57px;border:1px solid var(--accent);border-radius:8px;color:#fff;background:var(--accent);font-size:18px;font-weight:650;transition:background .13s ease,border-color .13s ease,transform .13s ease}.lookup-form button:hover:not(:disabled){border-color:var(--accent-dark);background:var(--accent-dark)}.lookup-form button:active:not(:disabled){transform:translateY(1px)}.lookup-form button:disabled{opacity:.68}.similar-components{display:inline-flex;align-items:center;gap:8px;margin-top:13px;color:#45454c;font-size:14px}.similar-components input{width:16px;height:16px;accent-color:var(--accent)}.examples{display:flex;flex-wrap:wrap;align-items:baseline;gap:11px;margin-top:14px;color:#505057;font-size:15px}.examples button{padding:0;border:0;color:var(--accent);background:transparent;font-size:inherit}.examples button:hover,.examples button:focus-visible{color:var(--accent-dark);text-decoration:underline;text-underline-offset:3px}.status-message{margin-top:24px;padding:13px 15px;border-left:3px solid var(--danger);color:#751c17;background:#fff8f7;font-size:15px;line-height:1.55}.structural-results{margin-top:28px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--page);box-shadow:var(--shadow)}.structural-results-heading{display:flex;min-height:84px;align-items:center;justify-content:space-between;gap:24px;padding:16px 19px;border-bottom:1px solid var(--line);background:var(--surface)}.structural-results-heading h2{font-size:20px;font-weight:700;letter-spacing:-.03em}.structural-results-summary{margin-top:5px;color:#4f4f56;font-size:14px}.structural-results-note{flex:0 0 auto;color:var(--muted);font-size:13px}.structural-results-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(208px,1fr));gap:10px;padding:14px}.structural-result{display:flex;width:100%;min-width:0;min-height:82px;align-items:center;gap:13px;padding:10px 13px;border:1px solid var(--line);border-radius:7px;color:var(--ink);background:#fff;text-align:left;transition:border-color .13s ease,box-shadow .13s ease,transform .13s ease}.structural-result:hover,.structural-result:focus-visible{border-color:var(--accent);box-shadow:0 5px 14px #c71c151a}.structural-result:active{transform:translateY(1px)}.structural-result-character{flex:0 0 auto;min-width:38px;font-family:"CJKTool Result Subset",var(--serif);font-size:39px;line-height:1;text-align:center}.structural-result-details{display:grid;min-width:0;gap:4px}.structural-result-codepoint{color:#35353b;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px}.structural-result-annotation{overflow:hidden;color:var(--muted);font-family:CJKTool Result Subset,ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.structural-results-empty{grid-column:1 / -1;padding:22px 6px;color:var(--muted);text-align:center}.structural-pagination{display:flex;min-height:57px;align-items:center;justify-content:center;gap:14px;padding:10px 16px;border-top:1px solid var(--line)}.structural-pagination button{padding:7px 10px;border:1px solid var(--line-strong);border-radius:5px;color:#34343a;background:#fff;font-size:14px}.structural-pagination button:hover:not(:disabled),.structural-pagination button:focus-visible:not(:disabled){border-color:var(--accent);color:var(--accent)}.structural-pagination button:disabled{opacity:.48}.structural-pagination span{color:var(--muted);font-size:14px}.results{margin-top:28px}.record-heading{padding-bottom:11px;border-bottom:1px solid var(--line)}.record-heading p{color:#333339;font-size:17px;letter-spacing:-.015em}.record-heading .unicode-block{display:flex;flex-wrap:wrap;align-items:baseline;gap:7px 10px;margin-top:9px;font-size:15px}.unicode-block span{color:var(--muted)}.unicode-block strong{font-weight:680}.unicode-block code{padding:2px 6px;border:1px solid var(--line);border-radius:4px;color:#4b4b52;background:var(--surface);font-size:13px}.result-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(390px,.95fr);gap:14px;margin-top:14px}.glyph-panel,.properties-panel{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--page);box-shadow:var(--shadow)}.glyph-panel{display:grid;grid-template-rows:auto minmax(300px,1fr) auto;min-height:426px;padding:14px 19px 16px;background:var(--surface)}.glyph-panel figcaption,.panel-heading h3{font-size:18px;font-weight:690;letter-spacing:-.025em}.glyph-stage{display:grid;min-height:0;place-items:center;padding:5px 14px}.glyph-stage img{display:block;width:min(100%,345px);height:min(100%,300px);object-fit:contain}.font-name{color:#323239;font-size:16px}.properties-panel{display:flex;min-height:426px;flex-direction:column}.panel-heading{display:flex;min-height:59px;align-items:center;justify-content:space-between;gap:12px;padding:0 19px;border-bottom:1px solid var(--line)}.panel-heading span{color:var(--muted);font-size:13px}.properties-scroll{max-height:365px;overflow:auto;scrollbar-color:#bbbcc1 transparent}table{width:100%;border-collapse:collapse;table-layout:fixed}tr+tr{border-top:1px solid var(--line)}th,td{padding:17px 20px;vertical-align:top;text-align:left;line-height:1.47}th{width:36%;border-right:1px solid var(--line);color:#232328;font-size:15px;font-weight:600;overflow-wrap:anywhere}td{color:#34343a;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:14px;overflow-wrap:anywhere}.property-values{display:grid;gap:6px}.site-footer{border-top:1px solid var(--line)}.footer-inner{display:flex;min-height:82px;align-items:center;justify-content:space-between;gap:24px;padding:14px 0;color:var(--muted);font-size:14px}.footer-status{display:grid;flex:0 0 auto;gap:6px}.health-indicator{display:flex;align-items:center;gap:12px}.health-dot{width:14px;height:14px;border-radius:50%;background:#a7a7ad}.health-dot.ok{background:var(--success)}.health-dot.error{background:var(--danger)}.footer-credits{max-width:780px;color:#5b5b63;line-height:1.6;text-align:right}.footer-credits a{color:#45454d;text-decoration-color:#b6b6bc;text-underline-offset:3px}.footer-credits a:hover,.footer-credits a:focus-visible{color:var(--accent);text-decoration-color:currentcolor}.api-explorer-backdrop{position:fixed;z-index:100;inset:0;display:grid;padding:28px;background:#0f0f127a;place-items:center}.api-explorer{display:flex;width:min(1180px,100%);height:min(780px,100%);overflow:hidden;border:1px solid #c9c9cf;border-radius:12px;background:#fff;box-shadow:0 28px 80px #0000003d;flex-direction:column}.api-explorer-header{display:flex;min-height:86px;align-items:center;justify-content:space-between;gap:24px;padding:17px 20px 16px 24px;border-bottom:1px solid var(--line)}.api-explorer-header h2{font-size:23px;font-weight:720;letter-spacing:-.035em}.api-explorer-header p{margin-top:4px;color:var(--muted);font-size:14px}.api-explorer-actions{display:flex;flex:0 0 auto;align-items:center;gap:14px}.api-explorer-actions a{color:#44444b;font-size:13px;text-underline-offset:3px}.api-explorer-actions a:hover,.api-explorer-actions a:focus-visible{color:var(--accent)}.api-explorer-close{display:grid;width:38px;height:38px;padding:8px;border:1px solid var(--line);border-radius:7px;color:#4e4e55;background:#fff;place-items:center}.api-explorer-close:hover,.api-explorer-close:focus-visible{border-color:var(--line-strong);color:var(--accent)}.api-explorer-close svg{width:19px;height:19px;fill:none;stroke:currentcolor;stroke-linecap:round;stroke-width:1.8}.api-explorer-body{display:grid;min-height:0;flex:1;grid-template-columns:320px minmax(0,1fr)}.api-endpoints{min-height:0;overflow:auto;padding:12px;border-right:1px solid var(--line);background:#f8f8f7}.api-endpoints button{display:grid;width:100%;grid-template-columns:auto minmax(0,1fr);gap:5px 9px;padding:12px;border:1px solid transparent;border-radius:7px;color:#313137;background:transparent;text-align:left}.api-endpoints button+button{margin-top:3px}.api-endpoints button:hover,.api-endpoints button:focus-visible{border-color:var(--line);background:#fff}.api-endpoints button.active{border-color:#e3b5b2;background:#fff;box-shadow:0 4px 13px #261e1e0d}.api-method{display:inline-flex;align-items:center;justify-content:center;padding:3px 5px;border-radius:4px;color:#fff;background:var(--accent);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;font-weight:750;letter-spacing:.035em;line-height:1}.api-endpoint-path{min-width:0;overflow:hidden;align-self:center;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.api-endpoint-summary{grid-column:1 / -1;color:var(--muted);font-size:12px;line-height:1.4}.api-console{min-height:0;overflow:auto;padding:24px}.api-console-heading>div{display:flex;align-items:center;gap:10px}.api-console-heading code{color:#25252a;font-size:17px;font-weight:650}.api-console-heading p{margin-top:8px;color:#525259;font-size:14px}.api-parameters{display:grid;gap:13px;margin-top:23px}.api-parameters h3,.api-response-heading h3{font-size:15px;font-weight:700}.api-parameters label{display:grid;grid-template-columns:155px minmax(180px,1fr);align-items:start;gap:6px 13px}.api-parameter-label{display:grid;gap:3px;padding-top:8px}.api-parameter-label code{color:#25252a;font-size:13px;font-weight:650}.api-parameter-label small{color:var(--quiet);font-size:11px}.api-parameters input{width:100%;height:38px;padding:0 10px;border:1px solid var(--line-strong);border-radius:6px;outline:none;color:var(--ink);background:#fff;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:13px}.api-parameters input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #c71c151c}.api-parameters label>span:last-child{grid-column:2;color:var(--muted);font-size:12px;line-height:1.45}.api-request-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:23px;padding:9px 9px 9px 13px;border:1px solid var(--line);border-radius:8px;background:#fafafa}.api-request-bar>div{display:flex;min-width:0;align-items:center;gap:10px}.api-request-bar span{color:var(--accent);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;font-weight:750}.api-request-bar code{min-width:0;overflow:auto;color:#34343a;font-size:12px;white-space:nowrap}.api-request-actions{display:flex;flex:0 0 auto;gap:8px}.api-request-bar button{flex:0 0 auto;height:40px;border-radius:6px;font-size:14px;font-weight:680}.api-copy-button{min-width:76px;border:1px solid var(--line-strong);color:#3e3e45;background:#fff}.api-copy-button:hover,.api-copy-button:focus-visible{border-color:var(--accent);color:var(--accent)}.api-send-button{min-width:106px;border:1px solid var(--accent);color:#fff;background:var(--accent)}.api-send-button:hover:not(:disabled),.api-send-button:focus-visible:not(:disabled){border-color:var(--accent-dark);background:var(--accent-dark)}.api-request-bar button:disabled{opacity:.65}.api-response{margin-top:19px;overflow:hidden;border:1px solid var(--line);border-radius:8px}.api-response-heading{display:flex;min-height:47px;align-items:center;justify-content:space-between;gap:14px;padding:8px 13px;border-bottom:1px solid var(--line);background:#fafafa}.api-response-heading>div{display:flex;align-items:center;gap:10px;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px}.api-response-heading .ok{color:var(--success);font-weight:700}.api-response-heading .error{color:var(--danger);font-weight:700}.api-response-empty,.api-explorer-loading,.api-explorer-error{display:grid;min-height:170px;padding:24px;color:var(--muted);font-size:14px;place-items:center;text-align:center}.api-explorer-loading,.api-explorer-error{flex:1}.api-explorer-error{color:var(--danger)}.api-svg-preview{display:grid;min-height:220px;padding:18px;border-bottom:1px solid var(--line);background:#fcfcfb;place-items:center}.api-svg-preview img{width:min(240px,100%);height:210px;object-fit:contain}.api-response details{border-bottom:1px solid var(--line)}.api-response summary{padding:10px 13px;color:#4e4e55;cursor:pointer;font-size:12px;font-weight:650}.api-response pre{margin:0;overflow:auto;color:#303036;background:#fdfdfd;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.api-response details pre{max-height:150px;padding:0 13px 13px}.api-response-body{max-height:360px;padding:14px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:3px solid rgb(199 28 21 / 37%);outline-offset:3px}@media(max-width:760px){.header-inner,.workspace,.footer-inner{width:min(100% - 32px,1376px)}.header-inner{min-height:58px;gap:25px}.brand{font-size:23px;gap:7px}.brand-logo{height:34px}.primary-nav{gap:17px}.primary-nav a,.primary-nav button{font-size:14px}.language-select{min-width:91px;height:32px;padding-left:7px;font-size:12px}.workspace{padding-top:26px}h1{font-size:40px}.intro{font-size:16px;line-height:1.5}.lookup-form{grid-template-columns:1fr}.lookup-form button{height:52px}.structural-results-heading{min-height:0;flex-direction:column;align-items:flex-start;gap:6px}.structural-results-note{align-self:stretch}.structural-results-list,.result-grid{grid-template-columns:1fr}.glyph-panel,.properties-panel{min-height:auto}.glyph-panel{grid-template-rows:auto 290px auto}.glyph-stage img{height:255px}.properties-scroll{max-height:340px}.footer-inner{min-height:116px;flex-direction:column;align-items:flex-start;justify-content:center;gap:9px;font-size:13px}.footer-credits{max-width:none;text-align:left}.api-explorer-backdrop{padding:0}.api-explorer{width:100%;height:100%;border:0;border-radius:0}.api-explorer-header{min-height:72px;padding:12px 16px}.api-explorer-header h2{font-size:20px}.api-explorer-header p,.api-explorer-actions a{display:none}.api-explorer-body{display:flex;flex-direction:column}.api-endpoints{display:flex;flex:0 0 auto;gap:7px;padding:9px 12px;overflow-x:auto;border-right:0;border-bottom:1px solid var(--line)}.api-endpoints button{width:auto;min-width:max-content;grid-template-columns:auto auto;padding:9px 10px}.api-endpoints button+button{margin-top:0}.api-endpoint-summary{display:none}.api-console{flex:1;padding:18px 16px 28px}.api-parameters label{grid-template-columns:118px minmax(0,1fr)}}@media(max-width:470px){.primary-nav{gap:12px}.primary-nav a,.primary-nav button{font-size:13px}.language-select{min-width:84px;padding-left:6px;font-size:11px}.primary-nav>a:first-child{display:none}.api-parameters label{grid-template-columns:1fr}.api-parameter-label{padding-top:0}.api-parameters label>span:last-child{grid-column:1}.api-request-bar{align-items:stretch;flex-direction:column}.api-request-actions{width:100%}.api-request-actions button{min-width:0;flex:1}.record-heading p{font-size:15px;line-height:1.45}th,td{padding:14px}th{width:40%;font-size:14px}td{font-size:13px}}@media(max-width:360px){.header-inner{gap:18px}.brand-wordmark{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
