.reportComponentDetail.isEditing{gap:10px}.reportComponentDetailHeader{align-items:center;padding:18px 20px;border-radius:16px;background:linear-gradient(110deg,color-mix(in srgb,var(--panel) 91%,var(--green)),var(--panel) 62%,color-mix(in srgb,var(--panel) 90%,var(--gold)))}.reportComponentDetail.isEditing .reportComponentDetailHeader{padding:14px 16px}.reportComponentDetailIdentity{min-width:0}.reportComponentDetailHeader h2{margin:2px 0 5px;font-size:clamp(23px,2.1vw,31px)}.reportComponentDetailHeader p:last-child{max-width:680px;color:var(--muted);font-size:13px;line-height:1.55}.reportComponentDetailTitle{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.reportComponentDetailMeta{display:flex;gap:7px;align-items:center;flex-wrap:wrap;margin-top:10px}.reportComponentDetailMeta code,.reportComponentDetailMeta span{padding:4px 7px;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--muted);font:10px/1.2 var(--font-mono)}.reportComponentSaveState{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-size:11px;font-weight:700}.reportComponentSaveState i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px color-mix(in srgb,var(--green) 14%,transparent)}.reportComponentSaveState.isDirty{color:#a2671f}.reportComponentSaveState.isDirty i{background:var(--gold);box-shadow:0 0 0 3px color-mix(in srgb,var(--gold) 16%,transparent)}.reportComponentSaveState.isError{color:#b8443c}.reportComponentSaveState.isError i{background:#b8443c;box-shadow:0 0 0 3px color-mix(in srgb,#b8443c 16%,transparent)}.reportComponentSaveButton{min-width:108px}.reportComponentSaveButton:disabled{opacity:.66}.reportComponentPropertyButton{min-height:38px;white-space:nowrap}.reportComponentPropertyShelf{display:grid;grid-gap:13px;gap:13px;padding:16px 18px;border:1px solid var(--line);border-radius:15px;background:color-mix(in srgb,var(--panel) 96%,var(--green))}.reportComponentDetail.isEditing .reportComponentPropertyShelf{padding:11px 14px}.reportComponentPropertyShelfIntro{display:flex;justify-content:space-between;align-items:center;gap:18px}.reportComponentPropertyShelfIntro h3{margin:2px 0 3px;font-size:16px}.reportComponentPropertyShelfIntro p:last-child{margin:0;color:var(--muted);font-size:11px}.reportComponentPropertyShelfIntro .secondary{min-height:34px;white-space:nowrap}.reportComponentPropertyTokens{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-gap:8px;gap:8px}.reportComponentPropertyTokens article{display:grid;grid-gap:6px;gap:6px;padding:10px 11px;border:1px solid var(--line);border-radius:10px;background:var(--panel)}.reportComponentPropertyTokens article>div{display:flex;justify-content:space-between;align-items:center;gap:8px}.reportComponentPropertyTokens strong{overflow:hidden;color:var(--ink);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.reportComponentPropertyTokens span{padding:3px 6px;border-radius:6px;background:color-mix(in srgb,var(--green) 9%,var(--panel));color:var(--green);font:700 9px/1 var(--font-mono);text-transform:uppercase}.reportComponentPropertyTokens code{color:var(--green);font:11px/1.35 var(--font-mono)}.reportComponentPropertyTokens small{color:var(--muted);font-size:9px}.reportComponentPropertyShelfEmpty{display:flex;align-items:center;gap:12px;padding:11px 13px;border:1px dashed color-mix(in srgb,var(--green) 35%,var(--line));border-radius:10px;background:color-mix(in srgb,var(--green) 5%,transparent)}.reportComponentPropertyShelfEmpty>span{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:10px;background:color-mix(in srgb,var(--green) 12%,var(--panel));color:var(--green);font:700 12px/1 var(--font-mono)}.reportComponentPropertyShelfEmpty strong{color:var(--ink);font-size:11px}.reportComponentPropertyShelfEmpty p{margin:3px 0 0;color:var(--muted);font-size:10px;line-height:1.45}.reportComponentPropertyErrors{display:grid;grid-gap:4px;gap:4px;padding:10px 12px;border:1px solid color-mix(in srgb,var(--danger) 35%,var(--line));border-radius:9px;background:color-mix(in srgb,var(--danger) 7%,var(--panel));color:var(--danger);font-size:10px}.reportComponentPropertyContractRow{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,.72fr);grid-gap:10px;gap:10px;align-items:end}.reportComponentPropertyRequired{display:flex!important;align-items:center;gap:9px;min-height:40px;padding:7px 10px;border:1px solid color-mix(in srgb,var(--green) 22%,var(--line));border-radius:8px;background:color-mix(in srgb,var(--green) 5%,var(--panel));cursor:pointer}.reportComponentPropertyRequired input{width:16px!important;min-height:16px!important;margin:0;accent-color:var(--green)}.reportComponentPropertyRequired span{display:grid;grid-gap:2px;gap:2px}.reportComponentPropertyRequired strong{color:var(--ink);font-size:10px}.reportComponentPropertyRequired small{color:var(--muted);font-size:8px;line-height:1.35}.reportComponentStructuredValue{min-height:118px!important;font:10px/1.55 var(--font-mono)!important;-moz-tab-size:2;tab-size:2;resize:vertical}.reportComponentElementForm label>small{color:var(--muted);font-size:9px;line-height:1.45}.reportComponentSelectOptions{display:grid;grid-gap:8px;gap:8px;padding:10px;border:1px solid var(--line);border-radius:10px}.reportComponentSelectOptions>div:first-child{display:flex;justify-content:space-between;align-items:center;gap:8px}.reportComponentSelectOptions strong{font-size:11px}.reportComponentSelectOptions button{min-height:30px;padding:5px 8px;border:1px solid var(--line);border-radius:7px;background:var(--panel);color:var(--green)}.reportComponentSelectOption{display:grid;grid-template-columns:minmax(90px,.8fr) minmax(110px,1fr) minmax(110px,1fr) auto;grid-gap:6px;gap:6px}.reportComponentSelectOption>button{border:0;color:var(--danger);font-size:17px}.reportComponentColorValue{display:flex;align-items:center;gap:10px;min-height:40px;padding:5px 9px;border:1px solid var(--line);border-radius:8px;background:var(--field)}.reportComponentColorValue input{width:34px;min-height:28px;padding:1px;border:0;background:transparent}.reportComponentColorValue code{color:var(--muted);font:10px/1 var(--font-mono)}.reportComponentPreviewStage{display:grid;grid-gap:10px;gap:10px;padding:14px;border:1px solid var(--line);border-radius:16px;background:color-mix(in srgb,var(--paper) 72%,var(--panel))}.reportComponentPreviewRuler{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font:700 10px/1.3 var(--font-mono);letter-spacing:.06em;text-transform:uppercase}@media (max-width:760px){.reportComponentPropertyContractRow{grid-template-columns:1fr}.reportComponentPropertyShelfIntro{align-items:flex-start;flex-direction:column}.reportComponentPropertyShelfIntro .secondary{width:100%}}.reportGrapesWorkbench{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--panel)}.reportGrapesToolbar{display:grid;grid-template-columns:minmax(190px,1fr) auto minmax(370px,1fr);grid-gap:14px;gap:14px;align-items:center;min-height:58px;padding:10px 16px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--panel) 96%,var(--green))}.reportGrapesToolbarIdentity{display:flex;align-items:center;gap:10px;min-width:0}.reportGrapesToolbarIdentity>div{display:grid;grid-gap:2px;gap:2px;min-width:0}.reportGrapesToolbarIdentity strong{color:var(--ink);font-size:12px}.reportGrapesToolbarIdentity small{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.reportGrapesLiveDot{width:8px;height:8px;flex:0 0 auto;border:2px solid var(--panel);border-radius:50%;background:var(--green);box-shadow:0 0 0 3px color-mix(in srgb,var(--green) 16%,transparent)}.reportGrapesActionGroup,.reportGrapesDeviceSwitch,.reportGrapesZoom{display:flex;align-items:center;padding:3px;border:1px solid var(--line);border-radius:9px;background:color-mix(in srgb,var(--paper) 72%,transparent)}.reportGrapesActionGroup button,.reportGrapesDeviceSwitch button,.reportGrapesZoom button{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:30px;min-height:28px;padding:4px 7px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:11px}.reportGrapesActionGroup button:hover:not(:disabled),.reportGrapesDeviceSwitch button:hover,.reportGrapesZoom button:hover:not(:disabled){background:var(--panel);color:var(--ink)}.reportGrapesDeviceSwitch button.active{background:var(--panel);color:var(--green);box-shadow:0 2px 8px color-mix(in srgb,var(--ink) 10%,transparent)}.reportGrapesDeviceSwitch b{font-size:10px}.reportGrapesToolbarActions{display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0}.reportGrapesActionGroup button{font-size:16px}.reportGrapesActionGroup button:disabled,.reportGrapesZoom button:disabled{opacity:.3}.reportGrapesZoom span{min-width:40px;color:var(--muted);font:700 10px/1 var(--font-mono);text-align:center}.reportGrapesPreviewToggle,.reportGrapesToolToggle{min-height:34px;padding:6px 10px;border:1px solid var(--line);border-radius:9px;background:transparent;color:var(--ink);font-size:11px}.reportGrapesToolToggle:hover{background:color-mix(in srgb,var(--green) 8%,var(--panel))}.reportGrapesToolToggle.active{border-color:var(--green);background:color-mix(in srgb,var(--green) 12%,var(--panel));color:var(--green)}.reportGrapesPreviewToggle{border-color:var(--green);background:var(--green);color:var(--panel)}.reportGrapesPreviewToggle.active{background:color-mix(in srgb,var(--green) 72%,var(--ink))}.reportGrapesInspectorTabs button:focus-visible,.reportGrapesSearch input:focus-visible,.reportGrapesToolbar button:focus-visible{outline:2px solid var(--green);outline-offset:2px}.reportGrapesEditor{grid-template-columns:292px minmax(440px,1fr) 318px;min-height:720px;background:var(--panel);color:var(--ink)}.reportGrapesEditor>aside{padding:14px;background:var(--panel);border-color:var(--line)}.reportGrapesEditor>main{position:relative;background:color-mix(in srgb,var(--paper) 70%,var(--panel))}.reportGrapesPaletteIntro{align-items:center;margin:0 0 12px}.reportGrapesPaletteIntro>div{display:grid;grid-gap:2px;gap:2px}.reportGrapesPaletteIntro strong{color:var(--ink);font-size:12px}.reportGrapesPaletteIntro span{color:var(--muted);font-size:10px;text-align:left}.reportGrapesCount{display:grid;min-width:23px;height:23px;place-items:center;border-radius:8px;background:color-mix(in srgb,var(--green) 12%,var(--panel));color:var(--green)!important;font:700 10px/1 var(--font-mono)}.reportGrapesSearch{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:7px;gap:7px;align-items:center;margin-bottom:10px;padding:0 9px;border:1px solid var(--line);border-radius:9px;background:var(--panel);color:var(--muted)}.reportGrapesSearch:focus-within{border-color:var(--green);box-shadow:0 0 0 2px color-mix(in srgb,var(--green) 12%,transparent)}.reportGrapesSearch input{min-width:0;min-height:36px;padding:0;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-size:11px}.reportGrapesSearch button{border:0;background:transparent;color:var(--muted);font-size:15px}.reportGrapesPaletteTabs{display:flex;gap:5px;margin:0 -2px 10px;padding:2px;overflow-x:auto;scrollbar-width:none}.reportGrapesPaletteTabs::-webkit-scrollbar{display:none}.reportGrapesPaletteTabs button{min-height:27px;flex:0 0 auto;padding:4px 9px;border:1px solid transparent;border-radius:7px;background:color-mix(in srgb,var(--paper) 74%,var(--panel));color:var(--muted);font-size:9px;font-weight:700;white-space:nowrap}.reportGrapesPaletteTabs button:hover{color:var(--ink)}.reportGrapesPaletteTabs button.active{border-color:color-mix(in srgb,var(--green) 28%,var(--line));background:color-mix(in srgb,var(--green) 10%,var(--panel));color:var(--green)}.reportGrapesPropertyTip{display:flex;align-items:center;gap:8px;margin-bottom:10px;padding:8px 9px;border:1px solid color-mix(in srgb,var(--green) 20%,var(--line));border-radius:9px;background:color-mix(in srgb,var(--green) 5%,var(--panel))}.reportGrapesPropertyTip>span{display:grid;width:27px;height:27px;flex:0 0 auto;place-items:center;border-radius:7px;background:color-mix(in srgb,#3b6388 12%,var(--panel));color:#3b6388;font:800 9px/1 var(--font-mono)}.reportGrapesPropertyTip p{margin:0;color:var(--muted);font-size:9px;line-height:1.45}.reportGrapesCanvasHint{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;height:34px;padding:8px 13px;border-bottom:1px solid var(--line);background:var(--panel);color:var(--ink)}.reportGrapesCanvasHint span{font-size:11px;font-weight:800}.reportGrapesCanvasHint small{color:var(--muted);font-size:10px}.reportGrapesEditor .gjs-one-bg{background-color:var(--panel)}.reportGrapesEditor .gjs-two-color{color:var(--ink)}.reportGrapesEditor .gjs-three-bg{background-color:var(--green);color:var(--panel)}.reportGrapesEditor .gjs-four-color,.reportGrapesEditor .gjs-four-color-h:hover{color:var(--green)}.reportGrapesEditor .gjs-blocks-c{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:7px;gap:7px;padding:0 1px 7px}.reportGrapesEditor .gjs-block{display:grid;justify-items:center;align-content:center;grid-gap:6px;gap:6px;box-sizing:border-box;width:100%;min-height:72px;margin:0;padding:9px 6px;border-color:var(--line);border-radius:9px;background:var(--panel);color:var(--ink);transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.reportGrapesEditor .gjs-block:hover{border-color:color-mix(in srgb,var(--green) 54%,var(--line));background:color-mix(in srgb,var(--green) 6%,var(--panel));box-shadow:0 4px 12px color-mix(in srgb,var(--ink) 7%,transparent);transform:none}.reportGrapesEditor .gjs-block[data-palette-group=custom],.reportGrapesEditor .gjs-block[data-palette-group=property]{grid-column:1/-1;display:flex;justify-content:flex-start;min-height:48px;padding:8px 9px;text-align:left}.reportGrapesEditor .gjs-block[data-palette-group=property]{cursor:copy}.reportGrapesEditor .gjs-block-category[hidden],.reportGrapesEditor .gjs-block[hidden]{display:none!important}.reportGrapesEditor .gjs-block-category .gjs-title{position:relative;padding:11px 3px 7px;border:0;background:transparent;color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.reportGrapesEditor .gjs-block-category .gjs-title:after{position:absolute;right:3px;bottom:11px;left:auto;width:28px;height:1px;background:color-mix(in srgb,var(--line) 72%,transparent);content:""}.reportGrapesEditor .gjs-block-label{max-width:100%;overflow:hidden;font-size:10px;font-weight:700;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.reportGrapesBlockIcon{width:28px;height:28px;flex-basis:28px;border-radius:8px;background:color-mix(in srgb,var(--green) 10%,var(--panel));color:var(--green)}.reportGrapesInspector{position:relative}.reportGrapesInspectorTabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:3px;gap:3px;margin-bottom:14px;padding:3px;border:1px solid var(--line);border-radius:9px;background:color-mix(in srgb,var(--paper) 72%,transparent)}.reportGrapesInspectorTabs button{min-height:30px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:11px;font-weight:700}.reportGrapesInspectorTabs button.active{background:var(--panel);color:var(--green);box-shadow:0 2px 7px color-mix(in srgb,var(--ink) 8%,transparent)}.reportGrapesInspector.inspector-content .reportGrapesStyles,.reportGrapesInspector.inspector-style .reportGrapesTraits{display:none}.reportGrapesInspectorEmpty{display:grid;justify-items:center;grid-gap:7px;gap:7px;padding:32px 12px;color:var(--muted);text-align:center}.reportGrapesInspectorEmpty>span{display:grid;width:40px;height:40px;place-items:center;border:1px dashed var(--line);border-radius:12px;background:color-mix(in srgb,var(--green) 7%,var(--panel));color:var(--green);font-size:20px}.reportGrapesInspectorEmpty strong{color:var(--ink);font-size:11px}.reportGrapesInspectorEmpty p{max-width:210px;margin:0;font-size:10px;line-height:1.55}.reportGrapesInlineProperties{display:grid;grid-gap:9px;gap:9px;margin-bottom:13px;padding:11px;border:1px solid color-mix(in srgb,#3b6388 24%,var(--line));border-radius:10px;background:color-mix(in srgb,#3b6388 5%,var(--panel))}.reportGrapesInlineProperties>header{display:flex;align-items:center;justify-content:space-between;gap:8px}.reportGrapesInlineProperties>header>div{display:grid;grid-gap:2px;gap:2px}.reportGrapesInlineProperties strong{color:var(--ink);font-size:11px}.reportGrapesInlineProperties small{color:var(--muted);font-size:9px}.reportGrapesInlineProperties>header>span{display:grid;width:26px;height:26px;place-items:center;border-radius:7px;background:color-mix(in srgb,#3b6388 12%,var(--panel));color:#3b6388;font:800 9px/1 var(--font-mono)}.reportGrapesAvailableProperties,.reportGrapesUsedProperties{display:grid;grid-gap:6px;gap:6px;min-width:0}.reportGrapesUsedProperties>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.reportGrapesUsedProperties>div>span{min-width:20px;padding:2px 6px;border-radius:999px;background:color-mix(in srgb,#3b6388 12%,var(--panel));color:#3b6388;font:800 8px/1.35 var(--font-mono);text-align:center}.reportGrapesUsedProperties ul{display:grid;grid-gap:5px;gap:5px;max-height:150px;margin:0;padding:0;overflow:auto;list-style:none}.reportGrapesUsedProperties li{display:grid;grid-template-columns:minmax(0,1fr) 26px;align-items:center;grid-gap:6px;gap:6px;padding:6px 6px 6px 8px;border:1px solid color-mix(in srgb,#3b6388 22%,var(--line));border-radius:7px;background:color-mix(in srgb,#3b6388 5%,var(--panel))}.reportGrapesUsedProperties li>div{display:grid;grid-gap:2px;gap:2px;min-width:0}.reportGrapesAvailableProperties button span,.reportGrapesUsedProperties li span{overflow:hidden;font-size:10px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.reportGrapesAvailableProperties button code,.reportGrapesUsedProperties li code{overflow:hidden;color:#3b6388;font:8px/1.3 var(--font-mono);text-overflow:ellipsis;white-space:nowrap}.reportGrapesUsedProperties li button{display:grid;width:26px;height:26px;padding:0;place-items:center;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--muted);font-size:15px;line-height:1}.reportGrapesUsedProperties li button:hover{border-color:color-mix(in srgb,#b64b4b 28%,var(--line));background:color-mix(in srgb,#b64b4b 8%,var(--panel));color:#a43f3f}.reportGrapesAvailableProperties{padding-top:7px;border-top:1px solid color-mix(in srgb,var(--line) 72%,transparent)}.reportGrapesAvailableProperties>div{display:grid;grid-gap:5px;gap:5px;max-height:184px;overflow:auto}.reportGrapesAvailableProperties button{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:2px;gap:2px;padding:7px 8px;border:1px solid var(--line);border-radius:7px;background:var(--panel);color:var(--ink);text-align:left}.reportGrapesAvailableProperties button:hover{border-color:#3b6388;background:color-mix(in srgb,#3b6388 5%,var(--panel))}.reportGrapesTraits textarea{min-height:72px;resize:vertical}.reportGrapesEditor .gjs-sm-sector,.reportGrapesEditor .gjs-trt-trait{background:transparent}.reportGrapesEditor .gjs-sm-sector-title{border-bottom:1px solid var(--line);background:transparent;color:var(--ink)}.reportGrapesEditor .gjs-field{border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--ink)}.reportGrapesEditor .gjs-label{color:var(--muted);font-size:10px}.reportGrapesEditor .gjs-cv-canvas{width:100%;height:100%;top:0}.reportGrapesEditor .gjs-frame-wrapper{background:color-mix(in srgb,var(--paper) 72%,var(--panel))}@media (max-width:1180px){.reportGrapesToolbar{grid-template-columns:minmax(150px,1fr) auto minmax(300px,1fr)}.reportGrapesDeviceSwitch b{display:none}.reportGrapesEditor{grid-template-columns:252px minmax(420px,1fr) 278px}.reportGrapesCanvasHint small{display:none}}@media (max-width:900px){.reportComponentDetailHeader{display:grid}.reportComponentDetailActions{justify-content:space-between}.reportGrapesWorkbench{overflow:auto}.reportGrapesToolbar{position:-webkit-sticky;position:sticky;left:0;grid-template-columns:1fr auto;min-width:820px}.reportGrapesToolbarIdentity{display:none}.reportGrapesEditor{min-width:920px;grid-template-columns:220px minmax(440px,1fr) 260px}}@media (max-width:560px){.reportComponentDetailActions{display:grid;grid-template-columns:1fr}.reportComponentStageMode{display:grid;grid-template-columns:1fr 1fr}.reportComponentDetailMeta{gap:4px}.reportComponentPreviewStage{padding:8px}.reportComponentPropertyShelfIntro{display:grid}.reportComponentPropertyTokens{grid-template-columns:1fr}.reportComponentSelectOption{grid-template-columns:1fr auto}.reportComponentSelectOption input:nth-of-type(2),.reportComponentSelectOption input:nth-of-type(3){grid-column:1/-1}.reportGrapesToolbarActions{justify-content:flex-start}.reportGrapesToolToggle{display:none}}.captureArchive{--ca:#d35d38;display:grid;grid-gap:16px;gap:16px;min-width:0;color:var(--text)}.captureArchiveHero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,320px);grid-gap:30px;gap:30px;align-items:end;padding:32px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(128deg,color-mix(in srgb,var(--panel) 90%,#cfdbd6),var(--panel));box-shadow:0 20px 60px rgba(18,45,48,.08)}.captureArchiveHero:after{content:"";position:absolute;right:27%;bottom:-138px;width:260px;height:260px;border:34px solid color-mix(in srgb,var(--ca) 12%,transparent);border-radius:50%;pointer-events:none}.captureArchiveHero p,.captureDetailPanel>header p,.captureLedger header p,.captureUploadPanel p{margin:0 0 7px;color:var(--ca);font:800 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.17em}.captureArchiveHero h1{margin:0;font:700 clamp(30px,4vw,52px)/.98 Georgia,"Noto Serif SC",serif;letter-spacing:-.035em}.captureArchiveHero>div>span{display:block;max-width:820px;margin-top:15px;color:var(--muted);font-size:13px;line-height:1.75}.captureArchiveHero aside{position:relative;z-index:1;display:grid;grid-gap:7px;gap:7px;padding:18px;border-left:3px solid var(--ca);background:color-mix(in srgb,var(--panel) 85%,transparent)}.captureArchiveHero aside b{font:800 26px/1 ui-monospace,monospace;letter-spacing:.08em}.captureArchiveHero aside span{color:var(--ca);font-size:11px;font-weight:800}.captureArchiveHero aside small{color:var(--muted);font-size:10px;line-height:1.55}.captureArchiveStats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--line);border-radius:15px;background:var(--panel)}.captureArchiveStats article{display:grid;grid-gap:7px;gap:7px;padding:16px 20px;border-right:1px solid var(--line)}.captureArchiveStats article:last-child{border:0}.captureArchiveStats span{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.captureArchiveStats strong{font:700 23px/1 Georgia,serif}.captureUploadPanel{display:grid;grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr);grid-gap:26px;gap:26px;align-items:center;padding:21px 24px;border:1px dashed color-mix(in srgb,var(--ca) 52%,var(--line));border-radius:16px;background:color-mix(in srgb,var(--ca) 5%,var(--panel));transition:.18s ease}.captureUploadPanel.dragging{transform:translateY(-2px);border-style:solid;background:color-mix(in srgb,var(--ca) 11%,var(--panel));box-shadow:0 12px 30px rgba(211,93,56,.12)}.captureDetailPanel h2,.captureLedger h2,.captureUploadPanel h2{margin:0;font-size:19px}.captureUploadPanel>div>span{display:block;margin-top:7px;color:var(--muted);font-size:11px;line-height:1.55}.captureUploadControls{display:grid;grid-template-columns:minmax(170px,.8fr) minmax(220px,1.2fr) auto;grid-gap:9px;gap:9px;align-items:end}.captureUploadControls>label:not(.captureFileButton){display:grid;grid-gap:5px;gap:5px;color:var(--muted);font-size:10px}.captureUploadControls input{width:100%;min-height:40px;padding:9px 11px;background:var(--field);color:var(--text)}.captureFileButton,.captureUploadControls input{box-sizing:border-box;border:1px solid var(--line);border-radius:8px}.captureFileButton{display:flex;min-width:0;height:40px;align-items:center;gap:9px;padding:8px 11px;background:var(--panel);cursor:pointer}.captureFileButton b{color:var(--ca);font-size:18px}.captureFileButton span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.captureUploadControls>button{min-height:40px;padding:9px 15px;border:0;border-radius:8px;background:var(--ca);color:#fff;font-weight:800;cursor:pointer}.captureUploadControls>button:disabled{opacity:.42;cursor:not-allowed}.captureArchiveMessage{padding:11px 14px;border:1px solid;border-radius:10px;font-size:11px}.captureArchiveMessage.success{border-color:#93cdb8;background:#e9f6f1;color:#167356}.captureArchiveMessage.error{border-color:#dfaaa2;background:#fcedea;color:#a23f34}[data-theme=dark] .captureArchiveMessage.success{background:#173b31}[data-theme=dark] .captureArchiveMessage.error{background:#44231f}.captureArchiveBody{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.7fr);grid-gap:14px;gap:14px;align-items:start;min-width:0}.captureDetailPanel,.captureLedger{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--panel)}.captureDetailPanel>header,.captureLedger>header{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:17px 19px;border-bottom:1px solid var(--line)}.captureLedger>header input{box-sizing:border-box;width:min(430px,55%);min-height:38px;padding:8px 11px;border:1px solid var(--line);border-radius:8px;background:var(--field);color:var(--text)}.captureLedgerScroll{overflow:auto}.captureLedger table{width:100%;min-width:900px;border-collapse:collapse;font-size:11px}.captureLedger th{padding:11px 12px;background:color-mix(in srgb,var(--panel-strong) 50%,transparent);color:var(--muted);font-size:9px;text-align:left;text-transform:uppercase;letter-spacing:.08em}.captureLedger td{padding:12px;border-top:1px solid color-mix(in srgb,var(--line) 72%,transparent);vertical-align:middle}.captureLedger tbody tr{cursor:pointer;transition:.12s}.captureLedger tbody tr.selected,.captureLedger tbody tr:hover{background:color-mix(in srgb,var(--ca) 6%,transparent)}.captureLedger tbody tr.selected{box-shadow:inset 3px 0 var(--ca)}.captureLedger td>code,.captureLedger td>small,.captureLedger td>span,.captureLedger td>strong{display:block;max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.captureLedger td>code,.captureLedger td>small{margin-top:4px;color:var(--muted);font-size:9px}.captureLedger td:last-child{white-space:nowrap}.captureLedger td:last-child button{padding:5px 7px;border:0;background:transparent;color:#167a78;cursor:pointer;font-size:10px}.captureLedger td:last-child button.danger{color:#b14b3e}.captureEmpty{height:120px!important;color:var(--muted);text-align:center}.captureSourceBadge{display:inline-flex!important;width:max-content;max-width:100%;padding:4px 7px;border:1px solid;border-radius:999px;font-size:9px!important;font-weight:800}.captureSourceBadge.governed{border-color:#c8a45b;color:#90651f;background:color-mix(in srgb,#d5aa55 12%,var(--panel))}.captureSourceBadge.upload{border-color:#7dbdaf;color:#16735f;background:color-mix(in srgb,#3d9e86 10%,var(--panel))}.captureDetailPanel{position:-webkit-sticky;position:sticky;top:16px}.captureDetailPanel>section{padding:17px 19px;border-bottom:1px solid var(--line)}.captureDetailPanel>section:last-child{border:0}.captureDetailPanel h3{margin:0 0 12px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.09em}.captureDetailPanel dl{display:grid;grid-gap:8px;gap:8px;margin:0}.captureDetailPanel dl>div{display:grid;grid-template-columns:100px minmax(0,1fr);grid-gap:10px;gap:10px}.captureDetailPanel dt{color:var(--muted);font-size:9px}.captureDetailPanel dd{min-width:0;margin:0;overflow-wrap:anywhere;font-size:10px}.captureDetailPanel dd code{font-size:9px}.captureActionCodes{display:flex;flex-wrap:wrap;gap:5px;margin-top:12px}.captureActionCodes code{padding:4px 6px;border-radius:5px;background:color-mix(in srgb,var(--ca) 8%,var(--panel-strong));color:var(--ca);font-size:9px}.captureCalculation{display:grid;grid-gap:13px;gap:13px;background:linear-gradient(145deg,color-mix(in srgb,var(--ca) 8%,var(--panel)),var(--panel) 68%)}.captureCalculation>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.captureCalculation>header p{margin:0 0 7px;color:var(--ca);font:800 9px/1 ui-monospace,monospace;letter-spacing:.15em}.captureCalculation>header h3{margin:0;color:var(--text);font-size:16px;text-transform:none;letter-spacing:0}.captureCalculation>header span{display:block;margin-top:5px;color:var(--muted);font-size:10px;line-height:1.5}.captureCalculation>header>b{display:grid;flex:0 0 30px;height:30px;place-items:center;border-radius:50%;color:#fff;background:var(--ca)}.captureCalculationForm{display:grid;grid-gap:10px;gap:10px}.captureCalculationForm label{display:grid;grid-gap:5px;gap:5px;color:var(--muted);font-size:9px;font-weight:800}.captureCalculationForm input,.captureCalculationForm select{box-sizing:border-box;width:100%;min-width:0;border:1px solid var(--line);border-radius:8px;padding:9px 10px;color:var(--text);background:var(--field)}.captureCalculationForm>small{overflow:hidden;color:var(--muted);font:9px/1.4 ui-monospace,monospace;text-overflow:ellipsis}.captureCalculationForm>button{min-height:39px;border:0;border-radius:8px;color:#fff;background:var(--ca);font-weight:800}.captureCalculationForm>button:disabled{opacity:.48}.captureCalculationUnavailable{margin:0;color:var(--muted);font-size:10px;line-height:1.55}.captureCalculationResult{display:grid;grid-gap:6px;gap:6px;border:1px solid color-mix(in srgb,#16936c 38%,var(--line));border-radius:10px;padding:10px;background:color-mix(in srgb,#16936c 7%,var(--panel))}.captureCalculationResult>span{width:max-content;border-radius:999px;padding:3px 7px;color:#087256;background:#dff5ed;font-size:9px;font-weight:850;text-transform:uppercase}.captureCalculationResult>code{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis}.captureCalculationResult>div{display:flex;flex-wrap:wrap;gap:8px}.captureCalculationResult a{border:1px solid color-mix(in srgb,var(--ca) 42%,var(--line));border-radius:7px;padding:6px 8px;color:var(--ca);font-size:10px;font-weight:800;text-decoration:none}.captureCalculationMessage{padding:9px 10px;border:1px solid;border-radius:8px;font-size:10px;line-height:1.5;overflow-wrap:anywhere}.captureCalculationMessage.success{border-color:#93cdb8;background:#e9f6f1;color:#167356}.captureCalculationMessage.error{border-color:#dfaaa2;background:#fcedea;color:#a23f34}[data-theme=dark] .captureCalculationMessage.success{background:#173b31}[data-theme=dark] .captureCalculationMessage.error{background:#44231f}.captureRemarks p{min-height:36px;margin:0 0 10px;color:var(--muted);font-size:11px;line-height:1.55;white-space:pre-wrap}.captureRemarks textarea{box-sizing:border-box;width:100%;min-height:100px;padding:10px;border:1px solid var(--line);border-radius:8px;resize:vertical;background:var(--field);color:var(--text)}.captureRemarks>div{display:flex;justify-content:flex-end;gap:7px;margin-top:8px}.captureRemarks button{min-height:32px;padding:6px 10px;border:1px solid var(--line);border-radius:7px;background:var(--panel);color:var(--text);cursor:pointer}.captureRemarks button.primary{border-color:var(--ca);background:var(--ca);color:#fff}.captureDetailEmpty{display:grid;min-height:300px;place-items:center;align-content:center;grid-gap:12px;gap:12px;padding:24px;color:var(--muted);text-align:center}.captureDetailEmpty b{display:grid;width:52px;height:52px;place-items:center;border-radius:16px;background:color-mix(in srgb,var(--ca) 9%,var(--panel));color:var(--ca);font-size:25px}.captureDetailEmpty span{max-width:220px;font-size:11px;line-height:1.5}@media(max-width:1080px){.captureArchiveBody{grid-template-columns:1fr}.captureDetailPanel{position:static}.captureUploadPanel{grid-template-columns:1fr}.captureUploadControls{grid-template-columns:1fr 1fr auto}}@media(max-width:680px){.captureArchiveHero{grid-template-columns:1fr;padding:23px}.captureArchiveHero aside{border-left:0;border-top:3px solid var(--ca)}.captureArchiveStats{grid-template-columns:1fr 1fr}.captureArchiveStats article:nth-child(2){border-right:0}.captureArchiveStats article:nth-child(-n+2){border-bottom:1px solid var(--line)}.captureUploadControls{grid-template-columns:1fr}.captureLedger>header{align-items:stretch;flex-direction:column}.captureLedger>header input{width:100%}.captureArchiveBody{min-width:0}.captureDetailPanel dl>div{grid-template-columns:86px minmax(0,1fr)}}.captureLedgerReport{display:inline-flex!important;width:max-content;max-width:none!important;margin-right:3px;padding:5px 8px;border:1px solid color-mix(in srgb,var(--ca) 44%,var(--line));border-radius:6px;background:color-mix(in srgb,var(--ca) 7%,var(--panel));color:var(--ca);font-size:10px;font-weight:800;text-decoration:none}.captureLedgerReport:hover{background:color-mix(in srgb,var(--ca) 13%,var(--panel))}.captureLedgerReport:focus-visible{outline:2px solid color-mix(in srgb,var(--ca) 65%,transparent);outline-offset:2px}.captureArchiveBody:not(.detailOpen){grid-template-columns:minmax(0,1fr)}.captureDetailHeaderActions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.captureDetailHeaderActions>button{border:1px solid var(--line);border-radius:7px;padding:5px 8px;color:var(--muted);background:var(--panel);font-size:9px;font-weight:800;cursor:pointer}.captureDetailHeaderActions>button:hover{border-color:var(--ca);color:var(--ca);background:color-mix(in srgb,var(--ca) 7%,var(--panel))}.captureDetailHeaderActions>button:focus-visible{outline:2px solid color-mix(in srgb,var(--ca) 55%,transparent);outline-offset:2px}