:root{--ink:#242d35;--muted:#75808c;--line:#e5e9ec;--soft:#f6f8f9;--teal:#07877f;--teal-light:#eaf6f3;--amber:#a3630d;--blue:#426faa;--radius:6px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;color:var(--ink);font-size:14px;line-height:1.6;letter-spacing:0;background:#fff}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit;color:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.5}button,input,select{border-radius:var(--radius)}button{display:inline-flex;align-items:center;justify-content:center;gap:7px;transition:background .15s;border:1px solid transparent;background:none;white-space:nowrap}button:focus-visible,a:focus-visible{outline:3px solid #91c8c1;outline-offset:3px}input:focus,select:focus{outline:2px solid #82c4bc;outline-offset:1px;border-color:var(--teal)}input,select{height:40px;border:1px solid #d4dce1;background:#fff;padding:0 12px;min-width:0;width:100%}label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:500}svg{width:17px;height:17px;flex-shrink:0;stroke-width:1.7}h1,h2,h3,p{margin:0}h1{font-size:26px;font-weight:650;line-height:1.4}h2{font-size:18px;font-weight:600}h3{font-size:16px}.header{border-bottom:1px solid var(--line)}.header-inner{max-width:1320px;min-height:72px;margin:auto;padding:0 40px;display:flex;align-items:center;gap:42px}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--ink);white-space:nowrap}.brand strong{font-size:22px}.brand>span:last-child{font-size:16px;font-weight:550}.brand-mark{display:grid;place-items:center;width:33px;height:36px;background:var(--teal);color:white;border-radius:6px}.brand-mark svg{width:23px;height:23px}.brand-divider{height:20px;border-left:1px solid #cfd5d9;margin:0 2px}nav{display:flex;align-self:stretch;gap:24px}.nav{position:relative;padding:0 1px;border-radius:0;color:var(--muted);font-weight:550}.nav.active{color:var(--teal)}.nav.active:after{position:absolute;content:"";height:3px;bottom:0;left:0;right:0;background:var(--teal)}.demo-badge{margin-left:auto;display:flex;align-items:center;gap:7px;white-space:nowrap;color:var(--amber);font-size:12px}.demo-badge>span{width:6px;height:6px;border-radius:50%;background:#be811f}.demo-strip{background:#fbfaf6;border-bottom:1px solid #efece2;display:flex;align-items:center;justify-content:center;gap:8px;color:#897445;min-height:32px;padding:5px 18px;font-size:12px}.demo-strip svg{width:14px;height:14px}main{max-width:1320px;padding:30px 40px 0;margin:auto}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.eyeline{display:none}.session{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px}.session svg{width:14px;height:14px}.session>span{display:flex;align-items:center;gap:6px}.text-button{color:var(--teal);padding:4px 0}.text-button:hover{text-decoration:underline}.query-form{display:flex;align-items:flex-end;gap:18px;margin-bottom:26px}.query-form label{width:225px}.query-form .candidate-field{width:280px}.primary,.secondary{height:40px;padding:0 18px;font-weight:550}.primary{background:var(--teal);color:#fff;border-color:var(--teal)}.primary:hover{background:#006d66}.secondary{background:#fff;border-color:#d9dfe4}.secondary:hover{background:var(--soft)}.identity{display:grid;grid-template-columns:1fr 1.7fr;gap:24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:25px 0}.person{display:flex;align-items:center;gap:16px}.avatar{width:48px;height:48px;border-radius:50%;background:#f0f4f4;display:grid;place-items:center;color:#678985}.avatar svg{width:26px;height:26px}.person h2{font-size:23px;display:flex;align-items:center;gap:12px}.sample-tag{font-size:11px;font-weight:400;color:var(--muted);border:1px solid var(--line);padding:1px 6px;border-radius:3px}.person p{margin-top:5px;color:var(--muted)}.dot{margin:0 8px;color:#aab3ba}dl{margin:0;display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;font-size:12px}dl>div{display:flex;align-items:center;gap:14px}dt{color:var(--muted);min-width:102px}dd{margin:0}.mono{font-family:"SFMono-Regular",Consolas,"Liberation Mono",monospace;font-variant-numeric:tabular-nums}.summary{padding:23px 0;display:flex;gap:28px;align-items:center;border-bottom:1px solid var(--line)}.summary>div{display:flex;align-items:center;gap:10px;padding-right:27px;border-right:1px solid var(--line)}.summary>div>svg{color:#7c9290;width:19px;height:19px}.summary strong{font-size:26px;color:var(--teal);font-weight:600;line-height:1}.summary>div:nth-child(2) strong{color:var(--blue)}.summary>div:nth-child(3) strong{color:var(--amber)}.summary small{font-size:12px;font-weight:400;margin-left:5px;color:var(--muted)}.summary span{font-size:12px}.summary .summary-note{border:0;padding:0;margin-left:auto;gap:7px;color:var(--muted);max-width:210px}.summary-note svg{width:14px!important;height:14px!important}.records{padding-top:28px}.records-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.records-heading h2>span{color:var(--muted);font-weight:400;font-size:13px;margin-left:10px}.segmented{display:flex;padding:3px;border:1px solid var(--line);border-radius:var(--radius);background:var(--soft)}.segmented button{font-size:12px;height:30px;padding:0 13px;color:var(--muted)}.segmented button.selected{background:#fff;box-shadow:0 1px 3px #172b3c12;border-color:#dde4e6;color:var(--teal)}.segmented svg{width:14px;height:14px}.filters{display:flex;gap:16px;justify-content:space-between;align-items:center;margin-bottom:14px}.type-filters{display:flex;gap:4px;flex-wrap:wrap}.type-filters button{font-size:12px;height:29px;padding:0 10px;color:var(--muted);border-radius:4px}.type-filters button:hover{background:var(--soft)}.type-filters button.active{background:var(--teal-light);color:var(--teal)}.sort-label{flex-direction:row;align-items:center;gap:8px;flex-shrink:0;color:var(--muted)}.sort-label select{height:30px;border:0;padding:0 20px 0 3px;width:auto;font-size:12px}.sort-label svg{width:14px;height:14px}table{width:100%;border-collapse:collapse;text-align:left;font-size:12px;table-layout:fixed}th{background:var(--soft);font-weight:500;color:#697683;height:39px}td,th{padding:10px 14px;border-bottom:1px solid var(--line);overflow-wrap:anywhere}td{height:49px}.log-table th:nth-child(1){width:132px}.log-table th:nth-child(2){width:106px}.log-table th:nth-child(3){width:23%}.log-table th:nth-child(5){width:153px}.log-table th:last-child{width:42px}.tz{font-size:10px;color:#98a1aa;margin-left:6px}.table-wrap{border-top:1px solid var(--line)}.log-row:hover{background:#fafcfc}.time-cell{font-size:12px;color:#4b5864}.tag{display:inline-flex;align-items:center;gap:5px;font-size:11px;border-radius:4px;padding:2px 7px;background:#f0f3f5;color:#657687;white-space:nowrap}.tag svg{width:12px;height:12px}.tag.login{background:#eaf5f2;color:#148173}.tag.probe{background:#eef3fb;color:#4c75ac}.tag.submit{background:#edf3f8;color:#426e90}.tag.delay{background:#fbf2e3;color:#a2691b}.tag.finish{background:#f0eef7;color:#7b6694}.tag.logout{background:#f0f2f4;color:#707b86}.result-text{color:#697682}.result-text.attention{color:var(--amber)}.score{color:#267669;font-weight:550}.subtle{font-size:11px;color:var(--muted)}.expand{width:27px;height:27px;padding:0;color:#7d8b95}.expand:hover{background:#edf1f3;color:var(--teal)}.expand svg{width:15px;height:15px}.expanded .expand svg{transform:rotate(90deg)}.detail-cell{background:#f8fafb;padding:18px 22px;height:auto}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 40px}.detail-grid>div{display:flex;gap:15px;align-items:baseline}.detail-grid dt{min-width:85px;font-size:12px}.detail-grid dd{overflow-wrap:anywhere;font-size:12px}.detail-grid .wide{grid-column:1/-1}.group-row td{background:#fafbfc;height:39px;font-weight:550;color:#566b76;border-top:1px solid var(--line)}.group-row span{font-size:11px;font-weight:400;color:var(--muted);margin-left:10px}.record-footer{display:flex;justify-content:space-between;gap:12px;padding:15px 0;color:var(--muted);font-size:11px}.record-footer>span{display:flex;align-items:center;gap:6px}.record-footer svg{width:13px;height:13px}.site-footer{margin-top:44px;padding:21px 0;display:flex;justify-content:space-between;gap:15px;border-top:1px solid var(--line);font-size:11px;color:#98a1a9}.empty,.locked{text-align:center;padding:70px 24px;color:var(--muted);border-top:1px solid var(--line)}.empty>svg,.locked>svg{width:36px;height:36px;margin-bottom:12px;color:#88a5a0}.locked h2,.empty h3{color:var(--ink);margin-bottom:7px}.locked p{margin-bottom:22px}.message{padding:10px 14px;border-radius:5px;margin-bottom:18px;font-size:12px}.message.error{background:#fff2ee;color:#b64e30;border:1px solid #f2d9d0}.admin-login{max-width:350px;margin:65px auto 100px;text-align:center}.login-symbol{width:40px;height:40px;color:var(--teal);margin-bottom:12px}.admin-login form{display:flex;flex-direction:column;gap:18px;margin-top:26px;text-align:left}.issue-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:28px 0;margin-bottom:28px}.section-label p{font-size:12px;color:var(--muted);margin-top:5px}.issue-form{display:flex;gap:18px;align-items:flex-end;margin-top:22px}.issue-form label{flex:1}.issue-form label:nth-child(3){flex:.6}.issued{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#f0f8f5;border-left:3px solid var(--teal);padding:20px 24px;margin-bottom:30px}.issued>div:first-child{display:flex;flex-direction:column;gap:6px;font-size:12px}.issued strong{font-size:20px;overflow-wrap:anywhere}.issued-actions{display:flex;gap:10px;flex-shrink:0}.muted{color:var(--muted);font-size:12px}.grant-table th:nth-child(1){width:12%}.grant-table th:nth-child(2){width:30%}.grant-table th:nth-child(3){width:29%}.grant-table th:nth-child(4){width:15%}.grant-table td{height:72px}.grant-table td>div+div{margin-top:3px}.revoke{color:#b75442;font-size:12px;padding:4px 0}.toast{position:fixed;bottom:32px;left:50%;transform:translateX(-50%);background:#283c3b;color:#fff;padding:12px 24px;border-radius:6px;box-shadow:0 4px 15px #0002;font-size:13px;z-index:20;max-width:90%;text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[hidden]{display:none!important}
@media(min-width:1400px){main{padding-top:36px}.identity{padding:29px 0}.summary{padding:26px 0}}
@media(max-width:1100px){.header-inner{gap:24px;padding:0 24px}main{padding:26px 24px 0}.summary{gap:16px}.summary>div{padding-right:16px;gap:7px}.summary .summary-note{max-width:150px}.identity{grid-template-columns:1fr 1.8fr;gap:16px}dl{gap:10px 15px}dl>div{gap:7px;flex-direction:column;align-items:flex-start}.query-form{gap:12px}.query-form label{width:190px}.query-form .candidate-field{width:220px}.log-table th:nth-child(1){width:113px}.log-table th:nth-child(2){width:94px}.log-table th:nth-child(5){width:130px}td,th{padding:10px}.brand>span:last-child{font-size:14px}}
@media(max-width:760px){.header-inner{padding:13px 18px 0;flex-wrap:wrap;gap:0;min-height:93px}.brand{gap:8px}.brand strong{font-size:19px}.brand>span:last-child{font-size:13px}.brand-mark{width:28px;height:30px}.brand-mark svg{width:21px}.demo-badge{font-size:10px}nav{order:3;width:100%;height:42px;gap:26px;padding-top:5px}.nav{font-size:12px}.nav svg{width:14px}.demo-strip{justify-content:flex-start;font-size:10px;min-height:32px;padding-left:18px}.demo-strip svg{width:12px}main{padding:24px 18px 0}h1{font-size:23px}.page-heading{align-items:flex-start;gap:10px;margin-bottom:22px}.session{flex-direction:column;align-items:flex-end;gap:2px;font-size:10px}.session button{font-size:10px}.session svg{display:none}.query-form{display:grid;grid-template-columns:1fr 1.15fr;gap:13px}.query-form label,.query-form .candidate-field{width:auto}.query-form>button{grid-column:1/-1}.query-form #code-field{grid-column:1/-1}label{font-size:11px;gap:5px}input,select{font-size:13px}.identity{display:flex;flex-direction:column;padding:20px 0;gap:20px}.person h2{font-size:21px}.person p{font-size:12px}.person{gap:12px}.avatar{width:42px;height:42px}.identity dl{grid-template-columns:1fr 1fr;gap:14px}.identity dl>div{gap:3px}dt{font-size:10px}dd{font-size:11px}.summary{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px 5px;padding:20px 0}.summary>div{display:flex;flex-wrap:wrap;padding-right:5px;gap:5px;align-content:start}.summary>div>svg{display:none}.summary>div>span{width:100%;font-size:10px}.summary strong{font-size:24px}.summary small{font-size:10px}.summary>div:nth-child(3){border:0}.summary .summary-note{grid-column:1/-1;max-width:none;margin:3px 0 0;display:block}.summary .summary-note span{font-size:10px}.records{padding-top:22px}.records-heading{margin-bottom:16px}.records-heading h2{font-size:16px}.records-heading h2>span{font-size:11px;margin-left:5px}.segmented button{padding:0 8px;font-size:11px;height:27px}.segmented svg{display:none}.filters{align-items:flex-start;flex-wrap:wrap;gap:10px}.type-filters{gap:3px}.type-filters button{padding:0 8px;font-size:11px;height:28px}.sort-label{margin-left:auto}.log-table{font-size:11px}.log-table th:nth-child(1){width:78px}.log-table th:nth-child(2){width:72px}.log-table th:nth-child(3){width:auto}.log-table th:nth-child(4){width:auto}.log-table th:nth-child(5),.log-row>td:nth-child(5){display:none}.log-table th:last-child{width:25px}.log-table td,.log-table th{padding:10px 4px}.time-cell{font-size:10px}.tag{font-size:10px;padding:2px 4px}.tag svg{display:none}.tz{display:none}.expand{width:22px;height:28px}.score{font-size:11px}.detail-grid{grid-template-columns:1fr;gap:10px}.detail-grid>div{gap:10px}.log-table .detail-cell{padding:17px 12px}.detail-grid dd{font-size:11px;min-width:0}.detail-grid dt{font-size:11px;min-width:77px}.detail-grid .wide{grid-column:auto}.record-footer{flex-direction:column;gap:4px;font-size:10px}.site-footer{flex-direction:column;gap:4px;font-size:10px;margin-top:25px}.issue-form{display:grid;grid-template-columns:1fr 1fr;gap:15px}.issue-form>button{align-self:end}.issue-section{padding:20px 0}.issued{flex-direction:column;align-items:stretch;padding:16px;gap:15px}.issued strong{font-size:17px}.issued-actions{justify-content:flex-end}.grant-table{font-size:11px}.grant-table th:nth-child(1){width:18%}.grant-table th:nth-child(2){width:40%}.grant-table th:nth-child(3),.grant-table td:nth-child(3){display:none}.grant-table th:nth-child(4){width:23%}.grant-table td,.grant-table th{padding:8px 4px}.admin-login{margin:40px auto 65px}.records-heading>.muted{font-size:10px;max-width:120px;text-align:right}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}
.header-inner .global-session{margin-left:auto;max-width:34%;flex-wrap:wrap;justify-content:flex-end}.global-session>span{overflow-wrap:anywhere}.global-session .logout{flex-shrink:0}
.admin-filters{display:flex;align-items:flex-end;flex-wrap:wrap;gap:12px;margin:0 0 18px}.admin-filters label{min-width:160px;flex:0 1 245px}.admin-filters input,.admin-filters select{height:36px}.admin-filters .secondary{height:36px}.audit-filters label{flex:1 1 150px}.audit-filters #audit-grant-field{flex-basis:290px}
.grant-table .grant-identifier{vertical-align:top}.grant-id{overflow-wrap:anywhere;word-break:break-all;user-select:text}.grant-identifier .expand{vertical-align:middle;margin-left:5px}.grant-table th:nth-child(1){width:28%}.grant-table th:nth-child(2){width:25%}.grant-table th:nth-child(3){width:25%}.grant-table th:nth-child(4){width:12%}.grant-table th:nth-child(5){width:10%}.fingerprint-short{font-size:10px;color:var(--muted);margin-top:4px;overflow-wrap:anywhere}
.markdown-body{font-size:12px;line-height:1.8;overflow-wrap:anywhere;white-space:normal;min-width:0;max-width:100%}.markdown-body>:first-child{margin-top:0}.markdown-body>:last-child{margin-bottom:0}.markdown-body p,.markdown-body ul,.markdown-body ol,.markdown-body blockquote,.markdown-body pre,.markdown-body table{margin:10px 0}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{font-size:14px;line-height:1.5;margin:16px 0 8px}.markdown-body h1{font-size:17px}.markdown-body h2{font-size:15px}.markdown-body ul,.markdown-body ol{padding-left:24px}.markdown-body blockquote{border-left:3px solid var(--line);padding:0 12px;color:#5d707b}.markdown-body code{font-family:Consolas,monospace;white-space:pre-wrap;background:#edf1f3;padding:1px 3px;border-radius:3px}.markdown-body pre{overflow-x:auto;max-width:100%;padding:12px;background:#fff;border:1px solid var(--line);border-radius:4px;tab-size:4;white-space:pre}.markdown-body pre code{white-space:pre;overflow-wrap:normal;background:none;padding:0}.markdown-body img{display:block;max-width:100%;height:auto;object-fit:contain;margin:10px 0}.markdown-body table{display:block;max-width:100%;overflow-x:auto;table-layout:auto;border-collapse:collapse}.log-table .markdown-body th,.log-table .markdown-body td{width:auto;display:table-cell;min-width:70px;height:auto;padding:6px 9px;border:1px solid var(--line);vertical-align:top}.markdown-body .align-center{text-align:center}.markdown-body .align-right{text-align:right}.markdown-body .align-left{text-align:left}.markdown-body a{color:var(--teal);overflow-wrap:anywhere}.markdown-body hr{border:0;border-top:1px solid var(--line);margin:14px 0}.answer-table details>.markdown-body{margin-top:12px}
@media(max-width:760px){.header-inner .global-session{max-width:100%;width:100%;margin:8px 0 0;flex-direction:row;gap:12px;align-items:center;font-size:11px}.global-session button{font-size:11px}.admin-filters{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.admin-filters label{min-width:0}.audit-filters #audit-grant-field{grid-column:1/-1}.markdown-body{font-size:11px}.markdown-body pre{padding:9px}.grant-table .grant-identifier{font-size:10px}}
.connection{display:flex;align-items:center;justify-content:flex-end;gap:14px;min-height:30px;margin-bottom:18px;color:var(--muted);font-size:12px}
.status-line{min-height:0;color:var(--muted);font-size:12px;margin:10px 0}.status-line:empty{display:none}
.pagination{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:14px 0;font-size:12px;color:var(--muted)}.pagination .secondary{width:32px;height:32px;padding:0}
.statement-text,.answer-text{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.statement-text{font:inherit;line-height:1.8;margin:12px 0}
.statement-image{margin:14px 0;max-width:100%}.statement-image img{display:block;max-width:100%;height:auto;object-fit:contain}.statement-image figcaption{white-space:pre-wrap;overflow-wrap:anywhere}
.log-table .answer-table .markdown-body th:nth-child(n),.log-table .answer-table .markdown-body td:nth-child(n){display:table-cell;width:auto;min-width:70px}.answer-table details .markdown-body p{margin:10px 0}.markdown-body figure{margin:12px 0;max-width:100%}.markdown-body figcaption{color:var(--muted);font-size:11px;overflow-wrap:anywhere}
.grant-list-wrap{overflow-x:auto}@media(max-width:760px){.grant-list-wrap .grant-table{min-width:680px}.grant-list-wrap .grant-table th:nth-child(3),.grant-list-wrap .grant-table td:nth-child(3){display:table-cell}}
.identity>*{min-width:0}.person h2{overflow-wrap:anywhere;word-break:break-word}.person>div:last-child{min-width:0}.identity dd,.session span{overflow-wrap:anywhere}.session{max-width:50%}.session span{white-space:normal}
.query-form{flex-wrap:wrap}.query-form label{flex:1;min-width:150px}.query-form .candidate-field{flex:1.2}.query-form>button{flex-shrink:0}.issue-form label{min-width:0}.issued>div{min-width:0}.issued strong{word-break:break-all}
.query-audit .audit-table th:nth-child(1){width:21%}.query-audit .audit-table th:nth-child(2){width:18%}.query-audit .audit-table th:nth-child(3){width:19%}.query-audit .audit-table th:nth-child(4){width:14%}.query-audit .audit-table th:nth-child(5){width:12%}.query-audit .audit-table th:nth-child(6){width:16%}
.log-table .answer-table th,.log-table .answer-table td{display:table-cell}.log-table .answer-table th:nth-child(1){width:60px}.log-table .answer-table th:nth-child(2){width:100px}.log-table .answer-table th:nth-child(3){width:auto}.detail-grid dd{white-space:pre-wrap}
@media(max-width:760px){.query-form label{min-width:0}.session{max-width:48%}.connection{font-size:11px}.audit-table{min-width:660px}.query-audit .table-wrap{overflow-x:auto}.issue-form{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.log-table .answer-table th:nth-child(1){width:40px}.log-table .answer-table th:nth-child(2){width:70px}.records-heading{flex-wrap:wrap}.summary{grid-template-columns:repeat(3,minmax(0,1fr))}.person h2{display:block}}
.query-audit{margin-top:34px;padding-top:26px;border-top:1px solid var(--line)}.audit-table th:nth-child(1){width:21%}.audit-table th:nth-child(2){width:19%}.audit-table th:nth-child(3){width:25%}.audit-table th:nth-child(4){width:20%}.audit-table td{vertical-align:top}.audit-table .mono{font-size:11px}#audit-empty{padding:20px 0}@media(max-width:760px){.audit-table{font-size:10px}.audit-table td,.audit-table th{padding:9px 4px}.audit-table .mono{font-size:10px}.audit-table th:nth-child(1){width:22%}.audit-table th:nth-child(2){width:18%}.audit-table th:nth-child(3){width:25%}.audit-table th:nth-child(4){width:18%}}
.help{display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;min-width:17px;padding:0;margin-left:5px;border:1px solid #aab9be;border-radius:50%;color:#7b9397;font:11px/1 -apple-system,BlinkMacSystemFont,sans-serif;vertical-align:middle;background:transparent;white-space:normal}.help:hover{background:#e5f3f0;color:#087d73;border-color:#72aaa4}.effective{display:flex;align-items:center;color:#087d73;font-size:11px;margin-top:5px}.effective:before{content:"";display:inline-block;width:5px;height:5px;background:#159b81;border-radius:50%;margin-right:5px}.submission-content{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);text-align:left}.submission-content h3{font-size:13px;margin-bottom:14px}.source-heading{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:12px;margin:10px 0}.source-heading .text-button{font-size:11px}.source-code{margin:0;background:#fff;border:1px solid var(--line);border-radius:4px;padding:17px 20px;color:#354c58;white-space:pre-wrap;overflow-wrap:anywhere;text-align:left;font:12px/1.8 "SFMono-Regular",Consolas,monospace;tab-size:4}.answer-table{margin-top:12px;background:#fff}.answer-table th:nth-child(1){width:60px}.answer-table th:nth-child(2){width:100px}.answer-table th:nth-child(3){width:auto}.answer-table td,.answer-table th{height:auto;padding:12px;text-align:left;vertical-align:top}.answer-table summary{cursor:pointer;color:var(--teal);width:fit-content}.answer-table details p{margin:12px 0 6px}.answer-table details div{margin:3px 0}.admin-footer{padding:20px 0;text-align:right;font-size:12px}dialog{max-width:440px;width:calc(100% - 36px);padding:23px;border:1px solid var(--line);border-radius:8px;box-shadow:0 12px 60px #182a3b24;color:var(--ink)}dialog::backdrop{background:#15292a40}.dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:15px}.dialog-heading h2{font-size:16px}dialog p{font-size:13px;line-height:1.85;color:#5d707b}#issue-error{margin:16px 0 0}.summary>div:last-child{border-right:0}.issued{flex-wrap:wrap}.issued-actions{margin-left:auto}#issue-count:disabled{background:var(--soft);color:var(--muted)}
@media(max-width:760px){.issued-actions{flex-wrap:wrap;margin-left:0;justify-content:flex-start}.issued-actions button{font-size:11px;padding:0 9px;height:35px}.summary>div>span{line-height:1.9}.help{width:16px;height:16px;min-width:16px;margin-left:3px;font-size:10px}.answer-table th:nth-child(1){width:40px}.answer-table th:nth-child(2){width:70px}.answer-table td,.answer-table th{padding:9px 5px}.source-code{padding:12px;font-size:11px}.effective{font-size:10px;flex-wrap:wrap}.grant-table td{height:62px}}
