.app-sidebar{--app-sidebar-ink:var(--product-text,#1a1a1a);--app-sidebar-muted:var(--product-text-muted,#8a8f98);--app-sidebar-border:var(--product-border,#d9dce1);--app-sidebar-border-soft:var(--product-border-subtle,#eceef1);--app-sidebar-subtle:var(--product-subtle,#f3f4f6);--app-sidebar-accent:var(--product-accent,#e8622a);scrollbar-width:none;border-right:1px solid var(--app-sidebar-border-soft);width:236px;height:100vh;min-height:720px;color:var(--app-sidebar-ink);letter-spacing:0;background:#fff;flex-direction:column;gap:16px;padding:20px 16px;font-family:inherit;font-size:14px;display:flex;position:sticky;top:0;overflow-y:auto}.app-sidebar::-webkit-scrollbar{display:none}.app-sidebar ul{margin:0;padding:0;list-style:none}.app-sidebar button,.app-sidebar select{font:inherit}.app-sidebar .sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.app-sidebar__brand{color:#21262b;letter-spacing:-.01em;align-items:center;gap:6px;height:44px;font-size:24px;font-weight:600;line-height:32px;text-decoration:none;display:flex}.app-sidebar__brand img{object-fit:contain;flex:none;width:27px;height:30px;display:block}.app-sidebar__period{display:block;position:relative}.app-sidebar__period:after{color:var(--app-sidebar-muted);content:"⌄";pointer-events:none;position:absolute;top:50%;right:14px;transform:translateY(-58%)}.app-sidebar__period select{border:1px solid var(--app-sidebar-border);width:100%;height:40px;color:var(--app-sidebar-ink);appearance:none;background:#fff;border-radius:8px;outline:none;padding:0 36px 0 14px;font-weight:600}.app-sidebar__navigation{gap:4px;width:100%;display:grid}.app-sidebar>nav{margin-top:8px}.app-sidebar__navigation li{width:100%;height:44px;color:var(--app-sidebar-ink);border-radius:10px;font-weight:600}.app-sidebar__navigation li.app-sidebar__secondary-row{border-radius:0;height:auto}.app-sidebar__navigation a{box-sizing:border-box;border-radius:inherit;width:100%;height:100%;color:inherit;align-items:center;gap:12px;padding:0 14px;text-decoration:none;display:flex}.app-sidebar__navigation li.is-active{color:#fff}.app-sidebar__navigation li.is-active>a{background:var(--app-sidebar-ink)}.app-sidebar__navigation li.is-active>a img{filter:invert(42%)sepia(99%)saturate(1414%)hue-rotate(346deg)brightness(95%)contrast(91%)}.app-sidebar__navigation img{width:22px;height:22px}.app-sidebar__nav-badge{color:#fff;background:var(--app-sidebar-accent);border-radius:999px;place-items:center;min-width:22px;height:22px;margin-left:auto;padding-inline:6px;font-size:11px;display:inline-grid}.app-sidebar__secondary{gap:4px;margin:0 0 0 4px;padding-left:15px;display:grid;position:relative}.app-sidebar__secondary:before{background:var(--app-sidebar-border);content:"";width:1px;position:absolute;top:4px;bottom:4px;left:0}.app-sidebar__secondary button{color:#6e6a65;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;width:100%;height:38px;padding:0 12px;font-size:13px;font-weight:700;display:flex}.app-sidebar__secondary button.is-active{color:#c74217;background:#fff0e9}.app-sidebar__secondary button:disabled{color:#b7b3ad;cursor:not-allowed;opacity:.72}.app-sidebar__secondary button:disabled:hover{background:0 0}.app-sidebar__secondary b{color:#fff;background:var(--app-sidebar-accent);border-radius:999px;place-items:center;min-width:20px;height:20px;margin-left:auto;padding-inline:6px;font-size:11px;display:inline-grid}.app-sidebar__guide{color:var(--app-sidebar-ink);background:var(--app-sidebar-subtle);border-radius:12px;gap:2px;margin-top:20px;padding:12px 14px;text-decoration:none;display:grid}.app-sidebar__guide strong{font-size:12px;line-height:18px}.app-sidebar__guide span{color:var(--app-sidebar-muted);font-size:11px;line-height:16px}.app-sidebar__user-area{margin-top:auto;position:relative}.app-sidebar__user{width:100%;min-height:44px;color:var(--app-sidebar-ink);background:var(--app-sidebar-subtle);text-align:left;cursor:pointer;border:0;border-radius:8px;align-items:center;gap:9px;padding:7px 10px;display:flex}.app-sidebar__user img{width:30px;height:30px}.app-sidebar__user>span{min-width:0;display:grid}.app-sidebar__user strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:18px;overflow:hidden}.app-sidebar__user small{color:#6e6a65;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:14px;overflow:hidden}.app-sidebar__user>i{color:#6e6a65;margin-left:auto;font-size:11px;font-style:normal;transition:transform .18s}.app-sidebar__user[aria-expanded=true]>i{transform:rotate(180deg)}.app-sidebar__user-menu{z-index:100;border:1px solid var(--app-sidebar-border);background:#fff;border-radius:12px;position:absolute;bottom:calc(100% + 10px);left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #1a1a1a1f}.app-sidebar__user-menu>div{border-bottom:1px solid var(--app-sidebar-border-soft);gap:2px;padding:12px 14px;display:grid}.app-sidebar__user-menu>div strong{font-size:13px}.app-sidebar__user-menu>div span{color:#6e6a65;font-size:11px}.app-sidebar__user-menu>button{color:#b42318;text-align:left;cursor:pointer;background:#fff;border:0;width:100%;min-height:44px;padding:0 14px;font-weight:700}.app-sidebar__user-menu>button:hover{background:#fff3f1}.app-sidebar__brand:focus-visible,.app-sidebar__period select:focus-visible,.app-sidebar__navigation a:focus-visible,.app-sidebar__guide:focus-visible,.app-sidebar__secondary button:focus-visible,.app-sidebar__user:focus-visible,.app-sidebar__user-menu button:focus-visible{outline:3px solid color-mix(in srgb, var(--app-sidebar-accent) 60%, white);outline-offset:2px}@media (width>=768px) and (width<=1279px){.app-sidebar{align-items:center;width:72px;padding-inline:8px}.app-sidebar__brand span,.app-sidebar__period,.app-sidebar__navigation span,.app-sidebar__nav-badge,.app-sidebar__secondary,.app-sidebar__guide,.app-sidebar__user>span,.app-sidebar__user>i{display:none}.app-sidebar__navigation li{width:44px}.app-sidebar__navigation a{justify-content:center;padding:0}.app-sidebar__user-area,.app-sidebar__user{justify-content:center;width:44px}.app-sidebar__user-menu{width:184px;right:auto}}@media (width<=767px){.app-sidebar{z-index:50;border-top:1px solid var(--app-sidebar-border-soft);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-right:0;width:100%;height:64px;min-height:64px;padding:8px 12px;display:block;position:fixed;inset:auto 0 0;overflow:visible}.app-sidebar__guide,.app-sidebar__brand,.app-sidebar__period,.app-sidebar__secondary-row,.app-sidebar__user-area{display:none}.app-sidebar>nav,.app-sidebar__navigation{width:100%;height:100%;margin-top:0}.app-sidebar__navigation{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;display:grid}.app-sidebar__navigation li{border-radius:8px;width:auto;height:48px}.app-sidebar__navigation a{flex-direction:column;justify-content:center;gap:2px;padding:2px 4px;font-size:11px;line-height:14px}.app-sidebar__navigation img{width:20px;height:20px}}.dashboard-page{--dashboard-ink:var(--product-text);--dashboard-muted:var(--product-text-secondary);--dashboard-faint:var(--product-text-muted);--dashboard-line:var(--product-border-subtle);--dashboard-line-strong:var(--product-border);--dashboard-paper:var(--product-surface);--dashboard-subtle:var(--product-subtle);--dashboard-accent:var(--product-accent);--dashboard-positive:var(--product-positive);min-width:0;min-height:100vh;color:var(--dashboard-ink);background:var(--dashboard-paper);grid-template-columns:236px minmax(0,1fr);font-family:inherit;font-size:13px;display:grid}.dashboard-page h1,.dashboard-page h2,.dashboard-page p,.dashboard-page ul{margin:0}.dashboard-page ul{padding:0;list-style:none}.dashboard-page button{font:inherit}.dashboard-main{background:var(--dashboard-paper);min-width:0;min-height:100vh}.dashboard-content{gap:20px;width:min(1204px,100%);margin-inline:auto;padding:32px;display:grid}.dashboard-intro{justify-content:space-between;align-items:center;gap:32px;min-height:64px;display:flex}.dashboard-intro>div:first-child{gap:1px;display:grid}.dashboard-intro p{color:var(--dashboard-accent);letter-spacing:.04em;font-size:11px;font-weight:700;line-height:14px}.dashboard-intro h1{letter-spacing:-.03em;font-size:28px;font-weight:700;line-height:34px}.dashboard-intro span{color:var(--dashboard-muted);line-height:18px}.dashboard-intro__actions{gap:8px;display:flex}.dashboard-action{border:1px solid var(--dashboard-line-strong);min-width:108px;min-height:40px;color:var(--dashboard-ink);background:var(--dashboard-paper);border-radius:8px;justify-content:center;align-items:center;padding-inline:18px;font-weight:700;text-decoration:none;display:inline-flex}.dashboard-action--primary{border-color:var(--dashboard-ink);color:#fff;background:var(--dashboard-ink)}.dashboard-action--sync{color:var(--dashboard-muted);background:var(--dashboard-subtle);cursor:pointer;border-color:#0000;gap:8px}.dashboard-action--sync:disabled{cursor:default;opacity:.72}.dashboard-action--sync i{background:var(--dashboard-positive);border-radius:50%;width:7px;height:7px}.dashboard-year-notice,.dashboard-sync-message{color:#8a4b2b;background:#fff7f2;border:1px solid #f2d7c7;border-radius:10px;padding:10px 14px;font-size:12px;line-height:18px}.dashboard-sync-message{z-index:60;color:#fff;background:var(--dashboard-ink);border-color:#343434;max-width:380px;position:fixed;bottom:28px;right:28px;box-shadow:0 8px 24px #1a1a1a1f}.dashboard-review-alert{border:1px solid var(--dashboard-line);background:var(--dashboard-subtle);border-radius:10px;align-items:center;gap:10px;min-height:48px;padding:0 14px;display:flex}.dashboard-review-alert>span{color:var(--dashboard-accent);font-size:16px;font-weight:800}.dashboard-review-alert p{color:var(--dashboard-muted);flex:1;line-height:18px}.dashboard-review-alert p strong{color:var(--dashboard-ink)}.dashboard-review-alert>a{border:1px solid var(--dashboard-accent);color:#a74419;background:#fff;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:11px;font-weight:700;text-decoration:none;display:inline-flex}.dashboard-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.dashboard-metrics article{border:1px solid var(--dashboard-line);background:var(--dashboard-paper);border-radius:12px;align-content:center;min-height:112px;padding:16px;display:grid}.dashboard-metrics article.is-review{border-color:var(--dashboard-accent)}.dashboard-metrics article>span{color:var(--dashboard-muted);font-size:12px;font-weight:600}.dashboard-metrics article>strong{letter-spacing:-.02em;margin-top:4px;font-size:25px;line-height:32px}.dashboard-metrics article>small{color:var(--dashboard-faint);margin-top:2px;font-size:11px}.dashboard-tone--positive{color:var(--dashboard-positive)!important}.dashboard-tone--review{color:var(--dashboard-accent)!important}.dashboard-workspace{grid-template-columns:minmax(0,1fr) 336px;gap:16px;display:grid}.dashboard-chart-card,.dashboard-review-queue,.dashboard-recent{border:1px solid var(--dashboard-line);background:var(--dashboard-paper);border-radius:12px}.dashboard-chart-card,.dashboard-review-queue{min-height:236px;padding:18px}.dashboard-chart-card header,.dashboard-review-queue header,.dashboard-recent>header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.dashboard-chart-card h2,.dashboard-review-queue h2,.dashboard-recent h2{font-size:16px;line-height:24px}.dashboard-chart-card header p{color:var(--dashboard-faint);font-size:11px;line-height:16px}.dashboard-chart-legend{color:var(--dashboard-faint);gap:12px;font-size:11px;display:flex}.dashboard-chart-legend span{align-items:center;gap:5px;display:inline-flex}.dashboard-chart-legend i{background:#9aa0a8;border-radius:50%;width:8px;height:8px}.dashboard-chart-legend i.is-orange{background:var(--dashboard-accent)}.dashboard-chart{box-sizing:border-box;background:var(--dashboard-subtle);border-radius:8px;grid-template-columns:repeat(12,minmax(0,46px));justify-content:space-between;align-items:start;height:146px;margin-top:8px;padding:16px 16px 12px;display:grid}.dashboard-chart>div{grid-template-rows:103px 11px;justify-items:center;gap:4px;width:46px;height:118px;display:grid}.dashboard-chart>div i{background:#91969e;border-radius:5px;align-self:end;width:28px;display:block}.dashboard-chart>div i.is-current{background:var(--dashboard-accent)}.dashboard-chart>div span{color:var(--dashboard-faint);white-space:nowrap;font-size:11px;line-height:11px}.dashboard-review-queue header a{color:var(--dashboard-accent);font-size:11px;font-weight:700;text-decoration:none}.dashboard-review-queue ul{gap:4px;margin-top:14px;display:grid}.dashboard-review-queue li{border-bottom:1px solid var(--dashboard-line);justify-content:space-between;align-items:center;gap:16px;min-height:48px;padding:4px 0;display:flex}.dashboard-review-queue li:last-child{border-bottom:0}.dashboard-review-queue li>span{display:grid}.dashboard-review-queue li strong,.dashboard-review-queue li b{font-size:12px}.dashboard-review-queue li small{color:var(--dashboard-faint);font-size:11px}.dashboard-review-queue li b{white-space:nowrap}.dashboard-recent{overflow:hidden}.dashboard-recent>header{align-items:center;min-height:56px;padding:0 16px}.dashboard-recent>header>div{gap:8px;display:flex}.dashboard-recent>header button{border:1px solid var(--dashboard-line-strong);min-height:28px;color:var(--dashboard-muted);cursor:pointer;background:#fff;border-radius:7px;padding:0 10px;font-size:11px}.dashboard-table-scroll{overflow-x:auto}.dashboard-table-scroll table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:820px}.dashboard-table-scroll thead{color:var(--dashboard-faint);background:var(--dashboard-subtle);text-align:left;font-size:11px}.dashboard-table-scroll th,.dashboard-table-scroll td{border-bottom:1px solid var(--dashboard-line);text-align:left;padding:0 16px}.dashboard-table-scroll thead th{height:32px}.dashboard-table-scroll tbody td{height:42px}.dashboard-table-scroll th{font-weight:600}.dashboard-table-scroll td{font-size:12px}.dashboard-table-scroll tbody tr:last-child td{border-bottom:0}.dashboard-status{white-space:nowrap;border:1px solid;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:11px;font-weight:700;display:inline-flex}.dashboard-status--review{color:#a86800;background:#fff;border-color:#d7a441}.dashboard-status--complete{color:var(--dashboard-positive);background:#f4fbf6;border-color:#49b675}.dashboard-action:focus-visible,.dashboard-review-alert a:focus-visible,.dashboard-review-queue a:focus-visible,.dashboard-recent button:focus-visible{outline:3px solid color-mix(in srgb, var(--dashboard-accent) 60%, white);outline-offset:2px}@media (width>=768px) and (width<=1279px){.dashboard-page{grid-template-columns:72px minmax(0,1fr)}.dashboard-content{padding-inline:24px}.dashboard-workspace{grid-template-columns:minmax(0,1fr)}.dashboard-review-queue ul{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dashboard-review-queue li{border:0;flex-direction:column;align-items:flex-start;gap:8px}}@media (width<=767px){.dashboard-page{grid-template-columns:minmax(0,1fr)}.dashboard-main{padding-bottom:64px}.dashboard-content{gap:16px;padding:20px 20px 28px}.dashboard-intro{flex-direction:column;align-items:flex-start;gap:16px}.dashboard-intro h1{font-size:24px;line-height:32px}.dashboard-intro__actions{width:100%}.dashboard-action{flex:1;min-width:0}.dashboard-review-alert{flex-wrap:wrap;align-items:flex-start;padding-block:12px}.dashboard-review-alert p{flex-basis:calc(100% - 28px)}.dashboard-review-alert>a{margin-left:28px}.dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-metrics article>strong{font-size:21px;line-height:28px}.dashboard-workspace{grid-template-columns:minmax(0,1fr)}.dashboard-chart-card,.dashboard-review-queue{min-height:0;padding:16px}.dashboard-chart-legend{display:none}.dashboard-chart{grid-template-columns:repeat(12,minmax(0,1fr));justify-content:stretch;gap:6px;padding-inline:10px}.dashboard-chart>div{width:auto}.dashboard-chart>div i{width:18px}.dashboard-chart>div span{font-size:9px}.dashboard-recent>header{flex-direction:column;align-items:flex-start;padding-block:14px}.dashboard-recent>header>div{max-width:100%;overflow-x:auto}.dashboard-sync-message{bottom:84px;left:20px;right:20px}}@media (width<=420px){.dashboard-metrics{grid-template-columns:minmax(0,1fr)}}.page-header{--page-header-accent:var(--product-accent,#e8622a);--page-header-ink:var(--product-text,#1a1a1a);--page-header-muted:var(--product-text-secondary,#5f6368);--page-header-eyebrow-color:var(--page-header-accent);--page-header-eyebrow-size:12px;border-bottom:1px solid var(--product-border-subtle,#eceef1);min-height:112px;color:var(--page-header-ink);background:#fff;justify-content:space-between;align-items:center;gap:32px;padding:8px 0 20px;display:flex}.page-header__copy{align-content:start;gap:4px;min-width:0;display:grid}.page-header__copy>p,.page-header__copy>h1,.page-header__copy>span{margin:0}.page-header__copy>p{color:var(--page-header-eyebrow-color);font-size:var(--page-header-eyebrow-size);letter-spacing:.04em;font-weight:600;line-height:18px}.page-header__copy>h1{letter-spacing:-.02em;align-self:center;font-size:28px;font-weight:700;line-height:36px}.page-header__copy>span{color:var(--page-header-muted);align-self:end;font-size:13px;line-height:20px}.page-header__actions{flex:none;align-items:center;gap:10px;padding-top:0;display:flex}.page-header--source{--page-header-eyebrow-color:#77736d;--page-header-eyebrow-size:11px;border-bottom:0;min-height:102px;padding:0 0 24px}.page-header--source .page-header__copy{grid-template-rows:19px 35px 24px}.page-header--source .page-header__copy>p{letter-spacing:0;line-height:13px}.page-header--source .page-header__copy>h1{letter-spacing:-.04em;font-size:28px;line-height:35px}.page-header--source .page-header__copy>span{color:#77736d;align-self:start;line-height:20px}@media (width<=767px){.page-header{flex-direction:column;align-items:flex-start;gap:16px;min-height:0}.page-header__actions{padding-top:0}.page-header__copy>h1{font-size:20px;line-height:28px}.page-header--source .page-header__copy{grid-template-rows:auto auto auto;gap:4px}}.ledger-page{--ledger-ink:var(--product-text);--ledger-muted:var(--product-text-secondary);--ledger-paper:var(--product-surface);--ledger-line:var(--product-border);--ledger-line-soft:var(--product-border-subtle);--ledger-accent:var(--product-accent);--ledger-accent-soft:#fff0e9;--ledger-positive:var(--product-positive);--ledger-positive-soft:#e8f7ed;--ledger-negative:var(--product-negative);--ledger-warning:var(--product-warning);width:100%;min-width:0;min-height:100vh;color:var(--ledger-ink);letter-spacing:0;background:#fff;grid-template-columns:236px minmax(0,1fr);margin:0;font-family:inherit;font-size:13px;display:grid}.ledger-page h1,.ledger-page h2,.ledger-page h3,.ledger-page p,.ledger-page ul,.ledger-page ol,.ledger-page dl,.ledger-page dd{margin:0}.ledger-page ul,.ledger-page ol{padding:0;list-style:none}.ledger-page button,.ledger-page select{font:inherit}.ledger-page button,.ledger-page a,.ledger-page select,.ledger-page input{outline-color:var(--ledger-accent)}.ledger-sidebar{border-right:1px solid var(--ledger-line-soft);background:#fff;flex-direction:column;height:100vh;min-height:720px;padding:7px 15px 17px;display:flex;position:sticky;top:0}.ledger-brand{color:#21262b;align-items:center;gap:10px;width:100%;height:48px;font-size:22px;font-weight:800;text-decoration:none;display:flex}.ledger-brand img{width:27px;height:30px}.ledger-period{margin-top:6px;display:block;position:relative}.ledger-period:after{color:#9297a0;content:"⌄";pointer-events:none;position:absolute;top:13px;right:14px}.ledger-period select{border:1px solid var(--ledger-line);width:100%;height:48px;color:var(--ledger-ink);appearance:none;background:#fff;border-radius:10px;padding:0 34px 0 12px;font-size:13px;font-weight:800}.ledger-navigation{gap:8px;margin-top:34px;display:grid}.ledger-navigation li{border-radius:16px;height:52px}.ledger-navigation li:first-child{height:60px}.ledger-navigation a{border-radius:inherit;height:100%;color:var(--ledger-ink);align-items:center;gap:14px;padding:0 14px;font-weight:800;text-decoration:none;display:flex}.ledger-navigation li.is-active{background:var(--ledger-ink)}.ledger-navigation li.is-active a{color:#fff}.ledger-navigation li.is-active img{filter:brightness(0)invert()}.ledger-navigation img{width:24px;height:24px}.ledger-navigation b,.ledger-subnavigation b{color:#fff;background:var(--ledger-accent);border-radius:999px;place-items:center;min-width:20px;height:20px;margin-left:auto;padding-inline:6px;font-size:11px;display:inline-grid}.ledger-subnavigation{gap:4px;margin:4px 0 0 9px;padding:0 0 0 15px;display:grid;position:relative}.ledger-subnavigation:before{background:var(--ledger-line);content:"";width:1px;position:absolute;top:4px;bottom:4px;left:0}.ledger-subnavigation button{width:100%;height:36px;color:var(--ledger-muted);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;padding:0 12px;font-size:13px;font-weight:800;display:flex}.ledger-subnavigation button.is-active{color:#c74217;background:var(--ledger-accent-soft)}.ledger-user{background:#f4f4f6;border-radius:12px;align-items:center;gap:10px;height:58px;margin-top:auto;padding:10px 12px;font-size:13px;font-weight:800;display:flex}.ledger-user img{width:32px;height:32px}.ledger-main{background:#fff;flex-direction:column;gap:16px;width:100%;min-height:100vh;margin:0;padding:32px;display:flex;position:relative}.ledger-main>*{width:min(1200px,100%);margin-inline:auto}.ledger-pipeline{border:1px solid var(--ledger-line-soft);background:var(--ledger-paper);border-radius:16px;height:150px;padding:14px 16px 10px}.ledger-pipeline__heading{align-items:center;gap:14px;display:flex}.ledger-pipeline__heading>span{color:#fff;background:var(--ledger-ink);border-radius:8px;padding:5px 13px;font-size:11px;font-weight:800}.ledger-pipeline__heading strong{font-size:13px}.ledger-pipeline__heading p{color:var(--ledger-muted);margin-left:auto;font-size:11px}.ledger-pipeline ol{grid-template-columns:repeat(8,minmax(88px,1fr));margin-top:15px;display:grid}.ledger-pipeline li{color:#9b978f;text-align:center;justify-items:center;gap:2px;display:grid;position:relative}.ledger-pipeline li:after{z-index:0;background:var(--ledger-line-soft);content:"";width:100%;height:2px;position:absolute;top:15px;right:-50%}.ledger-pipeline li:last-child:after{display:none}.ledger-pipeline li i{z-index:1;border:2px solid var(--ledger-line-soft);background:#fff;border-radius:50%;place-items:center;width:32px;height:32px;font-size:11px;font-style:normal;font-weight:800;display:grid;position:relative}.ledger-pipeline li strong{color:inherit;font-size:11px}.ledger-pipeline li span{font-size:11px}.ledger-pipeline li.is-complete{color:var(--ledger-positive)}.ledger-pipeline li.is-complete:after{background:var(--ledger-positive)}.ledger-pipeline li.is-complete i{border-color:var(--ledger-positive);color:#fff;background:var(--ledger-positive)}.ledger-pipeline li.is-active{color:var(--ledger-accent)}.ledger-pipeline li.is-active:after{background:var(--ledger-accent)}.ledger-pipeline li.is-active i{border-color:var(--ledger-accent);color:var(--ledger-accent)}.ledger-content-grid{grid-template-columns:minmax(620px,1fr) 340px;gap:16px;min-height:690px;display:grid}.ledger-workspace,.ledger-summary-card,.ledger-next-card{border:1px solid var(--ledger-line-soft);background:#fff;border-radius:16px}.ledger-workspace{min-width:0;min-height:690px;padding:20px 25px}.ledger-workspace__heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.ledger-workspace__heading h2{letter-spacing:-.04em;font-size:21px}.ledger-workspace__heading p{color:var(--ledger-muted);margin-top:4px;font-size:11px}.ledger-count-badge,.ledger-success-badge{text-align:center;border:0;border-radius:10px;min-width:112px;padding:8px 14px;font-size:11px;font-weight:800}.ledger-count-badge{background:#f3f4f6}.ledger-success-badge{min-width:165px;color:var(--ledger-positive);background:var(--ledger-positive-soft)}.ledger-filters{background:#f3f4f6;border-radius:10px;gap:4px;width:fit-content;margin:28px 0 10px auto;padding:4px;display:flex}.ledger-filters button{color:#8a8f98;cursor:pointer;background:0 0;border:0;border-radius:8px;height:30px;padding:0 14px;font-size:11px;font-weight:800}.ledger-filters button.is-active{color:var(--ledger-ink);background:#fff;box-shadow:0 2px 6px #17171714}.ledger-transaction-header{color:#8a8f98;background:#f3f4f6;border-radius:8px;grid-template-columns:1fr 170px 100px;gap:12px;height:38px;padding:0 14px;font-size:11px;font-weight:800;display:grid}.ledger-transaction-header span{align-self:center}.ledger-transaction-header span:not(:first-child){text-align:right}.ledger-transaction-list{gap:6px;margin-top:8px;display:grid}.ledger-empty-state{border:1px dashed var(--ledger-line);min-height:92px;color:var(--ledger-muted);background:var(--ledger-paper);border-radius:10px;place-items:center;margin-top:8px;font-size:11px;font-weight:700;display:grid}.ledger-transaction-list>button,.ledger-compact-row{border:1px solid var(--ledger-line-soft);width:100%;min-height:56px;color:var(--ledger-ink);text-align:left;cursor:pointer;background:#fff;grid-template-columns:minmax(230px,1fr) 160px 82px 18px;align-items:center;gap:10px;padding:8px 12px;display:grid}.ledger-transaction-list>button:hover,.ledger-compact-row:hover{border-color:var(--ledger-accent);background:var(--ledger-accent-soft)}.ledger-transaction-list>button.is-confirmed{border-color:var(--ledger-positive)}.ledger-transaction-name{gap:2px;display:grid}.ledger-transaction-name strong{font-size:12px}.ledger-transaction-name small,.ledger-compact-row small{color:#8a8f98;font-size:11px}.ledger-transaction-list>button>.ledger-tone,.ledger-compact-row>.ledger-tone{text-align:right;font-size:11px;font-weight:800}.ledger-transaction-list>button>b,.ledger-compact-row>b{color:var(--ledger-accent);text-align:center}.ledger-tone{color:var(--ledger-muted)}.ledger-tone--accent{color:var(--ledger-accent)}.ledger-tone--negative{color:var(--ledger-negative)}.ledger-tone--positive{color:var(--ledger-positive)}.ledger-tone--warning{color:var(--ledger-warning)}.ledger-pagination{color:var(--ledger-muted);justify-content:space-between;align-items:center;margin-top:16px;font-size:11px;display:flex}.ledger-pagination>div{gap:6px;display:flex}.ledger-pagination button{border:1px solid var(--ledger-line);cursor:pointer;background:#fff;border-radius:8px;place-items:center;width:34px;height:34px;padding:0;display:grid}.ledger-pagination button:disabled{opacity:.4;cursor:not-allowed}.ledger-pagination button.is-active{border-color:var(--ledger-ink);color:#fff;background:var(--ledger-ink)}.ledger-content-asides{align-content:start;gap:16px;display:grid}.ledger-summary-card{min-height:250px;padding:18px 20px}.ledger-summary-card h2{font-size:14px}.ledger-summary-card>strong{margin:14px 0 22px;font-size:28px;line-height:34px;display:block}.ledger-summary-card dl{gap:13px;display:grid}.ledger-summary-card dl>div{color:var(--ledger-muted);justify-content:space-between;gap:16px;font-size:11px;display:flex}.ledger-summary-card dd{color:var(--ledger-ink);text-align:right;font-weight:800}.ledger-next-card{color:#fff;background:var(--ledger-ink);min-height:220px;padding:18px 19px}.ledger-next-card>span{color:#aaa69e;font-size:11px;font-weight:800}.ledger-next-card h2{min-height:61px;margin:14px 0 12px;font-size:16px;line-height:1.45}.ledger-next-card button{color:#fff;background:var(--ledger-accent);cursor:pointer;border:0;border-radius:9px;width:100%;min-height:42px;font-size:12px;font-weight:800}.ledger-next-card button.is-secondary{border:1px solid var(--ledger-line);min-height:34px;color:var(--ledger-ink);background:#fff;margin-top:8px;font-size:11px}.ledger-evidence-card{border:1px solid var(--ledger-line-soft);box-shadow:none;background:#fff;border-radius:16px;margin-top:20px;overflow:hidden}.ledger-review-summary{border-bottom:1px solid var(--ledger-line-soft);background:var(--ledger-paper);justify-content:space-between;align-items:center;gap:24px;min-height:108px;padding:20px 24px;display:flex}.ledger-review-summary__identity{gap:2px;display:grid}.ledger-review-summary__identity>span,.ledger-evidence-chain header span{color:var(--ledger-accent);letter-spacing:.08em;font-size:11px;font-weight:800}.ledger-review-summary__identity h3{letter-spacing:-.035em;margin:0;font-size:22px;line-height:30px}.ledger-review-summary__identity p{color:var(--ledger-muted);font-size:12px}.ledger-review-summary__impact{border-left:1px solid #dcebe1;justify-items:end;min-width:208px;padding-left:24px;display:grid}.ledger-review-summary__impact>span,.ledger-review-summary__impact>small{color:var(--ledger-muted);font-size:11px}.ledger-review-summary__impact>strong{color:var(--ledger-positive);letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:24px;line-height:32px}.ledger-review-layout{background:#fafafa;grid-template-columns:minmax(360px,1.05fr) minmax(380px,.95fr);gap:20px;padding:20px 24px 24px;display:grid}.ledger-evidence-chain{border:1px solid var(--ledger-line-soft);background:#fff;border-radius:14px;min-width:0;padding:18px}.ledger-evidence-chain>header{justify-content:space-between;align-items:center;gap:16px;display:flex}.ledger-evidence-chain header>div{gap:2px;display:grid}.ledger-evidence-chain h3{letter-spacing:-.025em;font-size:17px}.ledger-evidence-chain header>b{color:#5f6368;background:#f3f4f6;border-radius:999px;padding:6px 10px;font-size:11px}.ledger-evidence-chain>p{color:var(--ledger-muted);margin-top:6px;font-size:11px;line-height:1.5}.ledger-evidence-chain ol{gap:8px;margin-top:16px;display:grid}.ledger-evidence-chain li{border:1px solid var(--ledger-line-soft);background:#fff;border-radius:10px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:54px;padding:8px 10px;display:grid;position:relative}.ledger-evidence-chain li:after{z-index:0;background:var(--ledger-line);content:"";width:1px;height:9px;position:absolute;bottom:-9px;left:23px}.ledger-evidence-chain li:last-child:after{display:none}.ledger-evidence-chain li>i{z-index:1;color:#fff;background:var(--ledger-ink);border-radius:50%;place-items:center;width:28px;height:28px;font-size:11px;font-style:normal;font-weight:800;display:grid;position:relative}.ledger-evidence-chain li>span:not(.ledger-tone){gap:2px;min-width:0;display:grid}.ledger-evidence-chain li strong{font-size:11px}.ledger-evidence-chain li small{color:var(--ledger-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.ledger-evidence-chain li>.ledger-tone{white-space:nowrap;font-size:11px;font-weight:800}.ledger-review-question{background:var(--ledger-accent-soft);border:1px solid #f2d2c1;border-radius:14px;align-content:start;min-width:0;padding:20px 18px 18px;display:grid}.ledger-review-question__header{gap:4px;display:grid}.ledger-review-question__header small{color:var(--ledger-accent);letter-spacing:.06em;font-size:11px;font-weight:800}.ledger-review-question__header h3{letter-spacing:-.02em;max-width:460px;font-size:16px;line-height:1.45}.ledger-review-question__meta{border-bottom:1px solid #f2d2c1;justify-content:space-between;align-items:center;gap:12px;margin-top:10px;padding-bottom:12px;display:flex}.ledger-review-question__meta p{overflow-wrap:anywhere;color:#9a4425;font-size:11px;font-weight:700}.ledger-review-question__meta .ledger-text-action{color:#c74217;cursor:pointer;background:0 0;border:0;flex:none;min-height:36px;padding:0 8px;font-size:11px;font-weight:800}.ledger-review-options{gap:8px;margin-top:14px;display:grid}.ledger-review-options label{cursor:pointer;background:#fff;border:1px solid #eadfd9;border-radius:10px;align-items:center;gap:10px;min-height:58px;padding:9px 11px;transition:border-color .16s,box-shadow .16s,background-color .16s;display:flex}.ledger-review-options label:hover{border-color:#d8ab94}.ledger-review-options label:has(input:checked){border-color:var(--ledger-ink);background:#fff;box-shadow:0 0 0 2px #17171714}.ledger-review-options label>span{gap:2px;min-width:0;display:grid}.ledger-review-options label strong{font-size:11px}.ledger-review-options label small{color:var(--ledger-muted);font-size:11px;line-height:1.4}.ledger-review-options label>i{color:#0000;background:#f3f4f6;border-radius:50%;flex:0 0 22px;place-items:center;width:22px;height:22px;margin-left:auto;font-size:11px;font-style:normal;font-weight:800;display:grid}.ledger-review-options label:has(input:checked)>i{color:#fff;background:var(--ledger-ink)}.ledger-review-options input{width:16px;height:16px;accent-color:var(--ledger-ink);margin:0}.ledger-review-question__help{color:#765847;background:#ffffffad;border-radius:8px;padding:9px 10px;font-size:11px;line-height:1.5;margin-top:12px!important}.ledger-review-actions{grid-template-columns:112px minmax(150px,1fr);gap:8px;margin-top:14px;display:grid}.ledger-review-actions button{cursor:pointer;border-radius:9px;min-height:44px;font-size:11px;font-weight:800}.ledger-review-options input:focus-visible,.ledger-review-actions button:focus-visible,.ledger-text-action:focus-visible{outline-offset:3px;outline:3px solid #ff4d1547}.ledger-secondary-action{border:1px solid var(--ledger-line);color:var(--ledger-ink);background:#fff}.ledger-primary-action{border:1px solid var(--ledger-ink);color:#fff;background:var(--ledger-ink)}.ledger-primary-action:disabled{cursor:not-allowed;background:#aaa69e;border-color:#aaa69e}.ledger-completed-row{background:var(--ledger-positive-soft);border:1px solid #c7e3d1;border-radius:12px;grid-template-columns:40px minmax(0,1fr) minmax(140px,auto);align-items:center;gap:14px;margin-top:24px;padding:16px 18px;display:grid}.ledger-completed-row__icon{color:#fff;background:var(--ledger-positive);border-radius:50%;place-items:center;width:36px;height:36px;font-size:15px;font-weight:800;display:grid}.ledger-completed-row__copy{gap:2px;min-width:0;display:grid}.ledger-completed-row__copy>small{color:var(--ledger-positive);letter-spacing:.04em;font-size:11px;font-weight:800}.ledger-completed-row__copy>strong{font-size:14px}.ledger-completed-row__copy>p{color:#3f765b;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.ledger-completed-row__metric{text-align:right;justify-items:end;gap:2px;min-width:0;display:grid}.ledger-completed-row__metric small{color:#3f765b;font-size:11px}.ledger-completed-row__metric strong{color:var(--ledger-positive);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:14px}.ledger-revision-chain{border:1px solid var(--ledger-line-soft);background:#fff;border-radius:12px;margin-top:16px;padding:16px}.ledger-revision-chain>header{justify-content:space-between;align-items:center;gap:16px;display:flex}.ledger-revision-chain>header>div{gap:2px;display:grid}.ledger-revision-chain>header small{color:var(--ledger-accent);letter-spacing:.06em;font-size:11px;font-weight:800}.ledger-revision-chain h3{font-size:12px}.ledger-revision-chain>header>span{color:var(--ledger-muted);background:#f3f4f6;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800}.ledger-revision-chain>ol{grid-template-columns:repeat(4,1fr);gap:10px;margin:14px 0 0;padding:0;list-style:none;display:grid}.ledger-revision-chain li{background:#f3f4f6;border-radius:10px;grid-template-columns:24px minmax(0,1fr);align-items:start;gap:9px;min-height:78px;padding:11px;display:grid;position:relative}.ledger-revision-chain li:last-child{background:var(--ledger-accent-soft)}.ledger-revision-chain li:not(:last-child):after{z-index:1;background:var(--ledger-line);content:"";width:10px;height:1px;position:absolute;top:50%;right:-10px}.ledger-revision-chain li>i{color:#fff;background:var(--ledger-ink);border-radius:50%;place-items:center;width:24px;height:24px;font-size:11px;font-style:normal;font-weight:800;display:grid}.ledger-revision-chain li:last-child>i{background:var(--ledger-accent)}.ledger-revision-chain li>span{gap:4px;min-width:0;display:grid}.ledger-revision-chain li small{color:var(--ledger-muted);font-size:11px}.ledger-revision-chain li strong{overflow-wrap:anywhere;font-size:11px;line-height:1.45}.ledger-revision-actions{border-bottom:1px solid var(--ledger-line-soft);justify-content:space-between;align-items:center;gap:16px;margin:14px 0 0;padding:12px 0 16px;display:flex}.ledger-revision-actions>p{color:var(--ledger-muted);font-size:11px}.ledger-revision-actions>div{gap:8px;display:flex}.ledger-revision-actions button{border:1px solid var(--ledger-line);cursor:pointer;background:#fff;border-radius:8px;min-height:40px;padding:0 16px;font-size:11px;font-weight:800}.ledger-revision-actions button:disabled{color:#aaa69e;cursor:not-allowed;background:#f3f4f6}.ledger-revision-actions button.is-primary{border-color:var(--ledger-accent);color:#fff;background:var(--ledger-accent)}.ledger-revision-actions button.is-primary:disabled{border-color:var(--ledger-line);color:#8a8f98;background:#f3f4f6}.ledger-remaining-section{margin-top:16px}.ledger-remaining-section>header{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.ledger-remaining-section>header h3{font-size:14px}.ledger-remaining-section>header p{color:var(--ledger-muted);margin-top:3px;font-size:11px}.ledger-remaining-list{gap:8px;margin-top:10px;display:grid}.ledger-open-hold{border:1px solid var(--ledger-warning);min-width:150px;height:38px;color:var(--ledger-warning);cursor:pointer;background:#fff;border-radius:9px;padding:0 14px;font-size:11px;font-weight:800}.ledger-compact-row{border-radius:10px;grid-template-columns:minmax(220px,1fr) minmax(120px,.4fr) 92px 24px;min-height:68px;padding:10px 14px}.ledger-compact-row__copy,.ledger-compact-row__impact{gap:3px;min-width:0;display:grid}.ledger-compact-row__copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.ledger-compact-row__copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ledger-compact-row__impact{text-align:right;justify-items:end}.ledger-compact-row__impact>.ledger-tone{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:11px;font-weight:800}.ledger-compact-row>.ledger-tone{white-space:nowrap}.ledger-compact-row>b{font-size:13px}.ledger-hold-list{gap:10px;margin-top:18px;display:grid}.ledger-hold-row{border:1px solid var(--ledger-line);width:100%;min-height:76px;color:var(--ledger-ink);text-align:left;cursor:pointer;background:#fff;border-radius:12px;grid-template-columns:minmax(220px,1fr) minmax(210px,.8fr) auto;align-items:center;gap:20px;padding:14px 18px;display:grid}.ledger-hold-row:hover{border-color:var(--ledger-accent);background:var(--ledger-accent-soft)}.ledger-hold-row>span{gap:5px;display:grid}.ledger-hold-row strong{font-size:13px}.ledger-hold-row small{color:var(--ledger-muted);font-size:11px;line-height:1.5}.ledger-hold-row b{overflow-wrap:anywhere;color:var(--ledger-warning);font-size:11px}.ledger-hold-row em{color:var(--ledger-accent);font-size:11px;font-style:normal;font-weight:800}.ledger-state-workspace{background:var(--ledger-paper);padding:26px}.ledger-state-eyebrow{color:var(--ledger-accent);letter-spacing:.08em;font-size:11px;font-weight:800}.ledger-state-workspace>h2{letter-spacing:-.045em;margin-top:12px;font-size:28px}.ledger-state-description{max-width:680px;color:var(--ledger-muted);font-size:13px;line-height:1.7;margin-top:10px!important}.ledger-state-notice{border:1px solid var(--ledger-line);background:#f8f6f2;border-radius:12px;margin-top:28px;padding:18px 20px}.ledger-state-notice h3{font-size:15px}.ledger-state-notice p{color:var(--ledger-muted);margin-top:8px;font-size:12px;line-height:1.6}.ledger-state-rows{gap:9px;margin-top:22px;display:grid}.ledger-state-rows article{border:1px solid var(--ledger-line);background:#fff;border-radius:10px;grid-template-columns:10px 1fr auto;align-items:center;gap:12px;min-height:58px;padding:9px 14px;display:grid}.ledger-state-rows article>i{background:var(--ledger-accent);border-radius:50%;width:8px;height:8px}.ledger-state-rows article>span:not(.ledger-tone){display:grid}.ledger-state-rows strong{font-size:12px}.ledger-state-rows small{color:var(--ledger-muted);font-size:11px}.ledger-state-rows .ledger-tone{font-size:11px;font-weight:800}@media (width<=1500px){.ledger-review-layout{grid-template-columns:1fr}}@media (width>=768px) and (width<=1279px){.ledger-page{grid-template-columns:72px minmax(0,1fr);min-width:0}.ledger-main{padding-inline:24px}.ledger-content-grid{grid-template-columns:minmax(0,1fr)}.ledger-content-asides{grid-template-columns:repeat(2,minmax(0,1fr))}.ledger-transaction-list>button,.ledger-compact-row{grid-template-columns:minmax(200px,1fr) 130px 74px 16px}}@media (width<=767px){.ledger-page{grid-template-columns:minmax(0,1fr);min-width:0}.ledger-main{gap:12px;min-width:0;padding:20px 20px 88px}.ledger-pipeline{height:auto;min-height:214px;padding-inline:12px}.ledger-pipeline__heading{flex-wrap:wrap;gap:8px}.ledger-pipeline__heading p{display:none}.ledger-pipeline ol{grid-template-columns:repeat(4,minmax(48px,1fr));row-gap:14px}.ledger-pipeline li:nth-child(4):after{display:none}.ledger-content-grid{grid-template-columns:minmax(0,1fr);min-height:0}.ledger-content-asides{grid-template-columns:minmax(0,1fr)}.ledger-workspace{min-height:auto;padding:18px 16px}.ledger-workspace__heading{flex-direction:column}.ledger-transaction-list>button,.ledger-compact-row{grid-template-columns:minmax(0,1fr) auto 18px}.ledger-transaction-header{grid-template-columns:minmax(0,1fr) auto}.ledger-transaction-header>:nth-child(2),.ledger-transaction-list>button>:nth-child(2),.ledger-compact-row>:nth-child(2){display:none}.ledger-state-rows article{grid-template-columns:8px minmax(0,1fr)}.ledger-state-rows article>.ledger-tone{grid-column:2;justify-self:start}}@media (prefers-reduced-motion:reduce){.ledger-review-options label{transition:none}}.report-page{background:#fff}.report-main{background:#fff;width:100%;min-width:0;min-height:100vh;padding:32px}.report-main>*{width:min(1200px,100%);margin-inline:auto}@media (width>=768px) and (width<=1279px){.report-main{padding-inline:24px}}@media (width<=767px){.report-main{padding:20px 20px 88px}}.report-main h1,.report-main h2,.report-main h3,.report-main p,.report-main dl,.report-main dd{margin:0}.report-main button{font:inherit}.report-main>.page-header .page-header__actions>a,.report-detail__actions button,.report-integrity header button{color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #d9dce1;border-radius:8px;justify-content:center;align-items:center;min-height:40px;padding:0 16px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.report-layout{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:16px;margin-top:28px;display:grid}.report-history,.report-detail{background:#fff;border:1px solid #e5e7eb;border-radius:16px}.report-history{background:#f7f7f8;padding:18px;position:sticky;top:20px}.report-history h2{font-size:16px}.report-history>div{gap:8px;margin-top:14px;display:grid}.report-history button{color:#1a1a1a;text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;gap:5px;width:100%;min-height:92px;padding:12px;display:grid}.report-history button.is-active{border-color:#1a1a1a;box-shadow:inset 3px 0 #e8622a}.report-history button>span{justify-content:space-between;align-items:center;gap:8px;display:flex}.report-history strong{font-size:14px}.report-history small,.report-history em{color:#5f6368;font-size:12px;font-style:normal}.report-history small.is-current{color:#c74217;font-weight:700}.report-history em{color:#16794c;font-weight:700}.report-history>p{color:#8a8f98;border-top:1px solid #e5e7eb;margin-top:18px;padding-top:16px;font-size:11px;line-height:1.6}.report-status{border:1px solid;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:11px;font-style:normal;font-weight:700;display:inline-flex}.report-status--partial{color:#a86800;border-color:#d7a441}.report-status--final{color:#16794c;border-color:#49b675}.report-detail-column{gap:16px;min-width:0;display:grid}.report-detail{padding:22px}.report-detail>header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.report-detail>header>div:first-child>span{align-items:center;gap:12px;display:flex}.report-detail h2{font-size:24px;line-height:32px}.report-detail>header p{color:#8a8f98;margin-top:4px;font-size:13px}.report-detail__actions{gap:8px;display:flex}.report-detail__actions button:disabled,.report-outputs button:disabled,.report-integrity header button:disabled{color:#9b9da2;cursor:not-allowed;opacity:.72;background:#f3f4f6}.report-feedback,.report-verification-feedback{color:#16794c;font-size:12px;font-weight:700;margin-top:12px!important}.report-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid;margin-top:20px!important}.report-stats>div{border:1px solid #e5e7eb;border-radius:12px;min-height:84px;padding:14px 15px}.report-stats dt{color:#8a8f98;font-size:12px}.report-stats dd{margin-top:4px;font-size:20px;font-weight:700}.report-stats>div:first-child dd{color:#16794c}.report-outputs{margin-top:18px}.report-outputs>header{align-items:flex-start;gap:12px;display:flex}.report-outputs h3{font-size:13px}.report-outputs header p{color:#8a8f98;max-width:640px;font-size:12px;line-height:18px}.report-outputs>div{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.report-outputs button{color:#1a1a1a;text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;gap:5px;min-height:76px;padding:12px;display:grid}.report-outputs button strong{font-size:13px}.report-outputs button span{color:#e8622a;font-size:12px;font-weight:700}.report-integrity{color:#1a1a1a;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:22px}.report-integrity>header{justify-content:space-between;align-items:center;display:flex}.report-integrity h2{color:#1a1a1a;font-size:16px}.report-integrity header button{color:#1a1a1a;background:#fff;border-color:#d9dce1}.report-integrity__banner{background:#effaf4;border:1px solid #b8dec7;border-radius:12px;align-items:center;gap:18px;min-height:76px;margin-top:16px;padding:14px 16px;display:flex}.report-integrity__banner>span{color:#fff;background:#16794c;border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:20px;font-weight:700;display:grid}.report-integrity__banner strong{color:#16794c;font-size:14px}.report-integrity__banner p{color:#5f6368;margin-top:3px;font-size:12px}.report-integrity__banner.is-pending{background:#fffaf0;border-color:#ead9b2}.report-integrity__banner.is-pending>span{color:#a86800;background:#f4e7ce}.report-integrity__banner.is-pending strong{color:#a86800}.report-integrity>dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 32px;margin-top:16px;display:grid}.report-integrity dl>div{border-bottom:1px solid #eceef1;justify-content:space-between;gap:16px;min-height:38px;padding:10px 0;display:flex}.report-integrity dt{color:#8a8f98;font-size:12px}.report-integrity dd{color:#1a1a1a;text-align:right;font-size:12px;font-weight:600}.report-integrity dd.is-positive{color:#72d996;font-weight:700}.report-integrity dd.is-link{color:#f3a47c;font-weight:700}.report-integrity__notice{color:#5f6368;background:#f3f4f6;border-radius:10px;padding:10px 14px;font-size:11px;line-height:1.5;margin-top:16px!important}.report-overlay{z-index:1000;background:#1a1a1a94;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.report-web-view,.report-share{color:#1a1a1a;background:#fff;border-radius:16px;width:min(1120px,100%);max-height:calc(100dvh - 48px);overflow-y:auto;box-shadow:0 16px 48px #0000002e}.report-web-view>header,.report-share>header{z-index:10;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:24px;padding:24px 28px;display:flex;position:sticky;top:0}.report-web-view>header p,.report-share>header p,.report-web-transactions header p,.report-web-evidence>div>p{color:#e8622a;letter-spacing:.08em;margin:0;font-size:11px;font-weight:800}.report-web-view>header h2,.report-share>header h2{letter-spacing:-.04em;margin:2px 0 0;font-size:28px}.report-web-view>header span,.report-share>header span{color:#6e6a65;margin-top:4px;font-size:13px;display:block}.report-web-view>header button,.report-share>header button,.report-share__success>button{color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #d9dce1;border-radius:8px;min-height:44px;padding:0 16px;font-weight:700}.report-web-summary,.report-web-transactions,.report-web-evidence{border:1px solid #e5e7eb;border-radius:16px;margin:24px 28px;padding:22px}.report-web-summary dl{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0;display:grid}.report-web-summary dl>div{border-right:1px solid #e5e7eb;padding-right:16px}.report-web-summary dl>div:last-child{border-right:0}.report-web-summary dt,.report-web-evidence dt{color:#8a8f98;font-size:12px}.report-web-summary dd{margin:5px 0 0;font-size:19px;font-weight:800}.report-web-summary>p{color:#16794c;background:#eef9f2;border-radius:10px;margin:18px 0 0;padding:12px 14px;font-size:13px;font-weight:700}.report-web-transactions>header{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.report-web-transactions h3,.report-web-evidence h3{margin:3px 0 0;font-size:20px}.report-web-transactions header>span{color:#8a8f98;font-size:12px}.report-web-table-scroll{margin-top:16px;overflow-x:auto}.report-web-table-scroll table{border-collapse:collapse;width:100%;font-size:13px}.report-web-table-scroll th,.report-web-table-scroll td{text-align:left;border-bottom:1px solid #eceef1;padding:12px 10px}.report-web-table-scroll thead th{color:#8a8f98;background:#f6f7f8;font-size:11px}.report-web-transactions>p{color:#6e6a65;margin:14px 0 0;font-size:12px}.report-web-evidence{color:#fff;background:#1c1c1b;margin-bottom:28px}.report-web-evidence dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0 0;display:grid}.report-web-evidence dl>div{border:1px solid #343431;border-radius:10px;min-width:0;padding:12px}.report-web-evidence dd{text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:13px;font-weight:700;overflow:hidden}.report-web-evidence>p{color:#b9b9b4;margin:18px 0 0;font-size:12px;line-height:1.6}.report-share{width:min(680px,100%)}.report-share form,.report-share__success{padding:24px 28px 28px}.report-share form{display:grid}.report-share form>label,.report-share__success>label{margin:16px 0 7px;font-size:13px;font-weight:800}.report-share form>label:first-child{margin-top:0}.report-share form>label b{color:#d92d20}.report-share input,.report-share select{color:#1a1a1a;width:100%;min-height:44px;font:inherit;background:#fff;border:1px solid #d9dce1;border-radius:8px;padding:0 12px}.report-share form>small{color:#8a8f98;margin-top:6px;font-size:11px}.report-share fieldset{border:1px solid #e5e7eb;border-radius:12px;margin:20px 0 0;padding:14px 16px}.report-share legend{padding:0 6px;font-size:13px;font-weight:800}.report-share fieldset ul{color:#5f6368;gap:8px;margin:0;padding-left:20px;font-size:12px;line-height:1.5;display:grid}.report-share__preview{background:#fff7f2;border:1px solid #f0d1c1;border-radius:12px;gap:4px;margin-top:18px;padding:16px;display:grid}.report-share__preview span{color:#c74217;font-size:11px;font-weight:800}.report-share__preview strong{font-size:16px}.report-share__preview p{color:#6e6a65;font-size:12px}.report-share__notice{color:#6e6a65;font-size:11px;line-height:1.6;margin:16px 0 0!important}.report-share__submit{color:#fff;cursor:pointer;background:#1a1a1a;border:0;border-radius:8px;min-height:48px;margin-top:20px;font-weight:800}.report-share__success{display:grid}.report-share__success>span{color:#fff;background:#16794c;border-radius:50%;place-items:center;width:48px;height:48px;font-size:22px;font-weight:800;display:grid}.report-share__success h3{margin:14px 0 0;font-size:22px}.report-share__success>p{color:#6e6a65;margin:5px 0 0;font-size:13px;line-height:1.6}.report-share__success>button{color:#fff;background:#1a1a1a;margin-top:10px}.report-share__success>small{color:#16794c;margin-top:8px;font-weight:700}.report-share__success dl{background:#f6f7f8;border-radius:12px;gap:8px;margin:20px 0 0;padding:14px;display:grid}.report-share__success dl>div{justify-content:space-between;gap:20px;font-size:12px;display:flex}.report-share__success dt{color:#8a8f98}.report-share__success dd{text-align:right}.report-web-view button:focus-visible,.report-share button:focus-visible,.report-share input:focus-visible,.report-share select:focus-visible{outline-offset:2px;outline:3px solid #f1a17f}@media (prefers-reduced-motion:reduce){.report-overlay,.app-sidebar__user>i{transition:none}}@media (width<=1120px){.report-layout{grid-template-columns:220px minmax(0,1fr)}.report-detail>header{flex-direction:column}.report-outputs>div,.report-web-summary dl,.report-web-evidence dl{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.report-layout{grid-template-columns:minmax(0,1fr);gap:16px;margin-top:20px}.report-history{min-height:0;padding:18px;position:static}.report-detail{min-height:0;padding:20px}.report-detail>header>div:first-child>span,.report-outputs>header{flex-direction:column;align-items:flex-start}.report-stats,.report-outputs>div,.report-integrity>dl{grid-template-columns:minmax(0,1fr)}.report-integrity{min-height:0;padding:20px}.report-integrity__banner{align-items:flex-start;padding:14px}.report-overlay{padding:0}.report-web-view,.report-share{border-radius:0;min-height:100dvh;max-height:100dvh}.report-web-view>header,.report-share>header,.report-web-transactions>header{flex-direction:column}.report-web-summary dl,.report-web-evidence dl{grid-template-columns:1fr}.report-web-summary dl>div{border-bottom:1px solid #e5e7eb;border-right:0;padding-bottom:12px}}@media print{.app-sidebar,.report-main>.page-header .page-header__actions,.report-history,.report-detail__actions,.report-integrity header button{display:none}.ledger-page{display:block}.report-main{padding:0}.report-layout{display:block}}body:has(.source-page){min-width:0}.source-page{--source-ink:var(--product-text);--source-muted:var(--product-text-secondary);--source-subtle:var(--product-text-muted);--source-line:var(--product-border-subtle);--source-surface:var(--product-surface-raised);--source-upbit:var(--product-accent,#e8622a);--source-upbit-soft:#fff1eb;--source-evm:#f0642b;--source-evm-soft:#fbede6;min-width:0;min-height:100vh;color:var(--source-ink);letter-spacing:0;background:#fff;grid-template-columns:236px minmax(0,1fr);font-family:inherit;display:grid}.source-main{width:auto;min-width:0;max-width:none;margin:0;padding:24px 32px 48px}.source-main>*{width:min(1200px,100%);margin-inline:auto}.source-main .page-header--source{justify-content:flex-start;align-items:flex-start;gap:24px;min-height:94px;padding-bottom:16px}.source-main h2,.source-main h3,.source-main p{margin-top:0}.source-header-badge{color:#5e5a54;background:var(--source-surface);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 13px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.source-header-badge--upbit{color:var(--source-upbit);background:var(--source-upbit-soft)}.source-header-badge--evm{color:#a33d18;background:var(--source-evm-soft)}.source-summary-card{border:1px solid var(--source-line);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:24px;min-height:86px;margin-bottom:18px;padding:20px 24px;display:flex}.source-summary-card h2{letter-spacing:-.03em;margin-bottom:5px;font-size:16px;line-height:24px}.source-summary-card p{color:var(--source-muted);margin-bottom:0;font-size:13px;line-height:20px}.source-primary-action{border:1px solid var(--product-accent,#e8622a);color:#fff;background:var(--product-accent,#e8622a);cursor:pointer;border-radius:8px;flex:none;justify-content:center;align-items:center;gap:18px;min-height:44px;padding:0 18px;font-size:13px;font-weight:600;line-height:1;text-decoration:none;transition:background .16s,border-color .16s,transform .16s;display:inline-flex}.source-primary-action:hover{border-color:var(--product-accent-deep,#b64317);background:var(--product-accent-deep,#b64317);transform:translateY(-1px)}.source-primary-action:disabled,.source-primary-action[aria-disabled=true]{color:#9a968e;cursor:not-allowed;background:#efede9;border-color:#d8d5cf;transform:none}.source-empty-state{border:1px solid var(--source-line);text-align:center;background:#fff;border-radius:16px;justify-items:center;min-height:650px;padding:80px clamp(20px,5vw,72px) 40px;display:grid}.source-empty-state__logos{justify-content:center;align-items:center;gap:12px;min-height:78px;margin-bottom:30px;display:flex}.source-empty-state__logos img{object-fit:contain;width:78px;height:78px;display:block}.source-empty-state__logos img:last-child{width:48px;height:78px;margin-left:12px}.source-empty-state h2{letter-spacing:-.04em;margin-bottom:14px;font-size:24px;line-height:32px}.source-empty-state>p{color:var(--source-muted);word-break:keep-all;margin-bottom:20px;font-size:14px;line-height:23px}.source-method-chips{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:24px;display:flex}.source-chip{border-radius:999px;align-items:center;min-height:27px;padding:0 10px;font-size:11px;font-weight:600;display:inline-flex}.source-chip--upbit{color:var(--source-upbit);background:var(--source-upbit-soft)}.source-chip--evm{color:#a33d18;background:var(--source-evm-soft)}.source-processing-note{width:min(700px,100%);min-height:92px;color:var(--source-muted);background:var(--source-surface);text-align:left;border-radius:12px;align-items:center;gap:12px;margin-top:36px;padding:16px 20px;font-size:12px;line-height:18px;display:flex}.source-processing-note strong{color:var(--source-ink);flex:none}.source-footer-note{color:var(--source-subtle);text-align:center;margin:18px 0 0;font-size:11px;line-height:18px}.source-mvp-guide{min-height:62px;color:var(--source-muted);background:var(--source-surface);border-radius:14px;align-items:center;gap:12px;margin-bottom:20px;padding:12px 18px;font-size:12px;line-height:19px;display:flex}.source-mvp-guide strong{color:#fff;background:var(--source-ink);letter-spacing:.05em;border-radius:999px;justify-content:center;align-items:center;min-width:44px;min-height:23px;font-size:10px;display:inline-flex}.source-method-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;display:grid}.source-method-card{border:1px solid var(--source-line);min-width:0;min-height:594px;box-shadow:none;background:#fff;border-radius:16px;flex-direction:column;padding:24px;display:flex}.source-method-card>header,.source-intro-card__content>header{align-items:center;min-height:54px;display:flex}.source-method-card>header img,.source-intro-card__content>header img{object-fit:contain;width:58px;height:58px;display:block}.source-method-card--evm>header img,.source-intro-card--evm .source-intro-card__content>header img{width:38px;height:60px;margin-inline:10px}.source-method-card>header span,.source-intro-card__content>header span{border-radius:999px;margin-left:auto;padding:7px 10px;font-size:11px;font-weight:600}.source-method-card--upbit>header span,.source-intro-card--upbit .source-intro-card__content>header span{color:var(--source-upbit);background:var(--source-upbit-soft)}.source-method-card--evm>header span,.source-intro-card--evm .source-intro-card__content>header span{color:#a33d18;background:var(--source-evm-soft)}.source-method-card>h2{letter-spacing:-.04em;margin:28px 0 9px;font-size:22px;line-height:30px}.source-method-card>p{border-bottom:1px solid var(--source-line);min-height:72px;color:var(--source-muted);word-break:keep-all;margin-bottom:26px;padding-bottom:26px;font-size:13px;line-height:21px}.source-method-card ul,.source-intro-standards ul{gap:12px;margin:0;padding:0;list-style:none;display:grid}.source-method-card li,.source-intro-standards li{color:#514e49;grid-template-columns:6px minmax(0,1fr);align-items:start;gap:12px;font-size:12px;line-height:19px;display:grid}.source-method-card li img,.source-intro-standards li img{width:6px;height:6px;margin-top:6px}.source-method-card__notice{border-radius:12px;gap:3px;min-height:94px;margin:36px 0 28px;padding:17px 16px;font-size:11px;line-height:17px;display:grid}.source-method-card--upbit .source-method-card__notice{color:#405473;background:#f0f3f7}.source-method-card--evm .source-method-card__notice{color:#7a4a37;background:#fcf1ec}.source-method-card__notice strong{color:var(--source-ink);font-size:12px}.source-method-card>.source-primary-action{align-self:flex-start;margin-top:auto}.source-intro-card{border:1px solid var(--source-line);min-height:736px;box-shadow:none;background:#fff;border-radius:16px;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);display:grid;overflow:hidden}.source-intro-card__content{min-width:0;padding:32px}.source-intro-card__content>h2{letter-spacing:-.055em;word-break:keep-all;max-width:600px;margin:30px 0 14px;font-size:clamp(25px,2.5vw,34px);line-height:1.25}.source-intro-card__content>p{max-width:620px;color:var(--source-muted);word-break:keep-all;margin-bottom:30px;font-size:13px;line-height:22px}.source-intro-standards{border-top:1px solid var(--source-line);background:#fff;padding:28px 0 0}.source-intro-standards h3{margin-bottom:15px;font-size:13px;line-height:20px}.source-intro-notice{color:var(--source-muted);border-radius:9px;gap:3px;margin-top:14px;padding:14px 16px;font-size:11px;line-height:18px;display:grid}.source-intro-card--upbit .source-intro-notice{background:#f0f3f7}.source-intro-card--evm .source-intro-notice{background:#fcf1ec}.source-intro-notice strong{color:var(--source-ink);font-size:12px}.source-intro-actions{flex-wrap:wrap;align-items:center;gap:18px;margin-top:28px;display:flex}.source-intro-actions>a{color:var(--source-muted);text-underline-offset:3px;font-size:12px;font-weight:700;text-decoration-thickness:1px}.source-follow-up-note{color:var(--source-subtle);margin:9px 0 0;font-size:10px;line-height:16px}.source-intro-summary{background:var(--source-surface);border-radius:16px;margin:32px 32px 32px 0;padding:28px 24px}.source-intro-summary>h2{margin-bottom:27px;font-size:14px;line-height:20px}.source-intro-summary ol{gap:0;margin:0;padding:0;list-style:none;display:grid}.source-intro-summary li{grid-template-columns:32px minmax(0,1fr);gap:12px;min-height:92px;display:grid;position:relative}.source-intro-summary li:not(:last-child):after{content:"";background:#d8d4cd;width:1px;position:absolute;top:31px;bottom:3px;left:15px}.source-intro-summary li>span{z-index:1;color:#fff;background:var(--source-ink);border-radius:50%;place-items:center;width:32px;height:32px;font-size:10px;font-weight:600;display:inline-grid;position:relative}.source-intro-card--upbit .source-intro-summary li>span{background:var(--source-upbit)}.source-intro-card--evm .source-intro-summary li>span{background:var(--source-evm)}.source-intro-summary li strong{margin:4px 0;font-size:12px;line-height:18px;display:block}.source-intro-summary li p{color:var(--source-muted);margin:0;font-size:11px;line-height:17px}.source-intro-summary>div{border-top:1px solid #dcd8d1;margin-top:8px;padding-top:18px}.source-intro-summary>div strong{font-size:11px}.source-intro-summary>div p{color:var(--source-muted);margin:5px 0 0;font-size:10px;line-height:17px}@media (width>=768px) and (width<=1279px){.source-page{grid-template-columns:72px minmax(0,1fr)}.source-main{padding-inline:24px}.source-method-card{padding:24px}}@media (width<=900px){.source-method-grid,.source-intro-card{grid-template-columns:1fr}.source-method-card,.source-method-card>p{min-height:0}.source-method-card>.source-primary-action{margin-top:8px}.source-intro-summary{border-top:1px solid var(--source-line);border-left:0;border-radius:0;margin:0}}@media (width<=767px){.source-page{grid-template-columns:minmax(0,1fr)}.source-main{padding:20px 20px 88px}.source-summary-card{flex-direction:column;align-items:stretch}.source-summary-card .source-primary-action{width:100%}.source-empty-state{min-height:0;padding:44px 20px 30px}.source-processing-note{flex-direction:column;align-items:flex-start}}@media (width<=520px){.source-main{padding-inline:14px}.source-header-badge{min-height:26px;padding-inline:9px;font-size:10px}.source-empty-state{padding-inline:14px}.source-empty-state>p br{display:none}.source-mvp-guide{flex-direction:column;align-items:flex-start}.source-method-card,.source-intro-card__content,.source-intro-summary{padding:20px}.source-method-card{min-height:0}.source-method-card>.source-primary-action{width:100%}.source-method-card>h2{margin-top:22px}.source-intro-card__content>h2{margin-top:22px;font-size:23px}.source-primary-action{gap:10px;width:100%;padding-inline:12px;font-size:12px}.source-intro-actions>a{text-align:center;width:100%}}@media (prefers-reduced-motion:reduce){.source-primary-action{transition:none}}.pdf-registration-stepper{border:1px solid var(--source-line);background:#fff;border-radius:14px;min-height:126px;margin-bottom:20px;padding:24px clamp(24px,4vw,56px)}.pdf-registration-stepper ol{grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.pdf-registration-stepper__item{color:#6e6a65;grid-template-rows:21px 17px;grid-template-columns:38px minmax(0,1fr);column-gap:12px;min-width:0;display:grid;position:relative}.pdf-registration-stepper__item:not(:last-child):after{z-index:0;background:var(--source-line);content:"";height:1px;position:absolute;top:19px;left:50px;right:14px}.pdf-registration-stepper__item--complete:not(:last-child):after{background:var(--product-accent,#e8622a)}.pdf-registration-stepper__marker{z-index:1;color:#97938c;grid-template:1fr/1fr;grid-row:1/span 2;place-items:center;width:38px;height:38px;font-size:11px;font-weight:600;display:grid;position:relative}.pdf-registration-stepper__marker>*{grid-area:1/1}.pdf-registration-stepper__marker img{width:38px;height:38px;display:block}.pdf-registration-stepper__item--active,.pdf-registration-stepper__item--complete{color:var(--product-accent,#e8622a)}.pdf-registration-stepper__item--complete .pdf-registration-stepper__marker{color:#fff}.pdf-registration-stepper__item strong{color:currentColor;text-overflow:ellipsis;white-space:nowrap;align-self:end;font-size:12px;line-height:18px;overflow:hidden}.pdf-registration-stepper__state{align-self:start;font-size:10px;line-height:15px}.pdf-registration-grid{border:1px solid var(--source-line);min-height:610px;box-shadow:none;background:#fff;border-radius:14px;grid-template-columns:minmax(0,1.42fr) minmax(290px,.58fr);display:grid;overflow:hidden}.pdf-registration-card{min-width:0;padding:32px}.pdf-registration-card__heading{border-bottom:1px solid var(--source-line);grid-template-columns:54px minmax(0,1fr);align-items:start;gap:18px;margin-bottom:28px;padding-bottom:26px;display:grid}.pdf-registration-card__heading>span{min-height:24px;color:var(--product-accent,#e8622a);letter-spacing:.04em;background:#f3f4f6;border-radius:999px;justify-content:center;align-items:center;margin-top:2px;font-size:9px;font-weight:700;display:inline-flex}.pdf-registration-card__heading h2{letter-spacing:-.04em;margin-bottom:5px;font-size:20px;line-height:28px}.pdf-registration-card__heading p{color:var(--source-muted);word-break:keep-all;margin-bottom:0;font-size:12px;line-height:19px}.pdf-drop-zone{text-align:center;background:#f7f7f8;border:1.5px dashed #b9c5d9;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:344px;padding:36px 24px;transition:border-color .16s,background .16s;display:flex}.pdf-drop-zone:hover,.pdf-drop-zone:focus-within{border-color:var(--product-accent,#e8622a);background:#f7f7f8}.pdf-drop-zone--error{background:#fff9f8;border-color:#c25949}.pdf-drop-zone__icon{width:54px;height:54px;color:var(--product-accent,#e8622a);background:#f3f4f6;border-radius:50%;place-items:center;margin-bottom:18px;font-size:24px;font-weight:500;display:grid}.pdf-drop-zone__label{color:#272522;font-size:14px;font-weight:600;line-height:22px}.pdf-drop-zone>p{color:#827e78;margin:6px 0 20px;font-size:11px;line-height:17px}.pdf-registration__file-input{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pdf-secondary-action{color:#383531;cursor:pointer;background:#fff;border:1px solid #d8d5cf;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-size:12px;font-weight:600;transition:border-color .16s,background .16s;display:inline-flex}.pdf-secondary-action:hover{background:#faf9f7;border-color:#aaa59e}.pdf-secondary-action:disabled{color:#a09c95;cursor:not-allowed;background:#f3f1ee}.pdf-drop-zone__button{border-color:var(--product-accent,#e8622a);min-width:112px;color:var(--product-accent,#e8622a)}.pdf-selection-resume{background:#f7f7f8;border:1px solid #d7e0ec;border-radius:12px;justify-content:space-between;align-items:center;gap:18px;margin-top:18px;padding:16px;display:flex}.pdf-file-summary{align-items:center;gap:12px;min-width:0;display:flex}.pdf-file-summary__icon{width:42px;height:48px;color:var(--product-accent,#e8622a);letter-spacing:.04em;background:#f7f7f8;border:1px solid #cbd5e4;border-radius:8px 8px 11px;flex:none;place-items:center;font-size:8px;font-weight:700;display:grid}.pdf-file-summary>div{gap:3px;min-width:0;display:grid}.pdf-file-summary strong{color:#272522;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:18px;overflow:hidden}.pdf-file-summary>div>span{color:#817d76;font-size:10px;line-height:16px}.pdf-registration-aside{background:var(--source-surface);min-width:0;padding:34px 28px}.pdf-registration-aside__eyebrow{color:#77736d;letter-spacing:.09em;margin-bottom:9px;font-size:9px;font-weight:700;display:block}.pdf-registration-aside>h2{letter-spacing:-.035em;margin-bottom:28px;font-size:16px;line-height:24px}.pdf-registration-aside>ul,.pdf-processing-list{gap:0;margin:0;padding:0;list-style:none;display:grid}.pdf-registration-aside>ul>li,.pdf-processing-list>li{grid-template-columns:34px minmax(0,1fr);gap:12px;min-height:96px;display:grid;position:relative}.pdf-registration-aside>ul>li:not(:last-child):after,.pdf-processing-list>li:not(:last-child):after{content:"";background:#d8d4cd;width:1px;position:absolute;top:31px;bottom:5px;left:16px}.pdf-registration-aside>ul>li>span,.pdf-processing-list>li>span{z-index:1;color:#fff;background:var(--product-accent,#e8622a);border-radius:50%;place-items:center;width:34px;height:34px;font-size:9px;font-weight:700;display:grid;position:relative}.pdf-registration-aside li strong{color:#2b2926;margin-top:3px;font-size:12px;line-height:18px;display:block}.pdf-registration-aside li p{color:#77736d;word-break:keep-all;margin:4px 0 0;font-size:10px;line-height:17px}.pdf-registration-aside__note{background:#fff;border:1px solid #dfe3e9;border-radius:12px;margin-top:18px;padding:17px 16px}.pdf-registration-aside__note strong{color:#272522;margin-bottom:4px;font-size:11px;line-height:17px;display:block}.pdf-registration-aside__note p{color:#77736d;word-break:keep-all;margin:0;font-size:10px;line-height:17px}.pdf-error-notice{color:#70433b;background:#fff7f5;border:1px solid #eed0ca;border-radius:12px;grid-template-columns:28px minmax(0,1fr);gap:12px;margin-bottom:18px;padding:14px 16px;display:grid}.pdf-error-notice__icon{color:#fff;background:#a84f41;border-radius:50%;place-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:grid}.pdf-error-notice strong{color:#6b382f;margin:2px 0 3px;font-size:12px;line-height:18px;display:block}.pdf-error-notice p{word-break:keep-all;margin:0;font-size:10px;line-height:17px}.pdf-error-notice__request{color:#8d625b;overflow-wrap:anywhere;margin-top:7px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:9px;display:block}.pdf-error-notice__actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:12px;display:flex}.pdf-error-notice__actions a,.pdf-error-notice__actions button{color:#6b382f;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:0;font-size:10px;font-weight:600;text-decoration:underline}.pdf-review-list{border:1px solid var(--source-line);border-radius:14px;gap:0;margin:0;display:grid}.pdf-review-list>div{grid-template-columns:minmax(116px,.28fr) minmax(0,.72fr);align-items:center;min-height:92px;padding:16px 20px;display:grid}.pdf-review-list>div:not(:last-child){border-bottom:1px solid var(--source-line)}.pdf-review-list dt{color:#77736d;font-size:11px;font-weight:700;line-height:18px}.pdf-review-list dd{color:#2b2926;min-width:0;margin:0;font-size:12px;line-height:19px}.pdf-review-list dd>strong{display:block}.pdf-review-list__description{color:#77736d;margin-top:3px;font-size:10px;line-height:16px;display:block}.pdf-review-source{align-items:center;gap:10px;display:flex}.pdf-review-source img{object-fit:contain;width:40px;height:40px;display:block}.pdf-review-source>span{gap:1px;display:grid}.pdf-review-source small{color:#77736d;font-size:9px;line-height:15px}.pdf-registration-actions{justify-content:space-between;align-items:center;gap:12px;margin-top:24px;display:flex}.pdf-registration-actions .source-primary-action{min-width:172px}.pdf-submit-status{color:#5f6368;background:#f3f4f6;border-radius:12px;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:12px;margin-top:18px;padding:14px 16px;display:grid}.pdf-submit-status__spinner{border:2px solid #c5d0e1;border-top-color:var(--product-accent,#e8622a);border-radius:50%;width:25px;height:25px;animation:.8s linear infinite pdf-registration-spin}.pdf-submit-status strong{font-size:11px;line-height:17px;display:block}.pdf-submit-status p{margin:2px 0 0;font-size:9px;line-height:15px}.pdf-completion-card{border:1px solid var(--source-line);min-height:610px;box-shadow:none;text-align:center;background:#fff;border-radius:14px;justify-items:center;padding:58px clamp(24px,7vw,92px) 42px;display:grid}.pdf-completion-card__icon{grid-template:1fr/1fr;place-items:center;width:64px;height:64px;margin-bottom:19px;display:grid}.pdf-completion-card__icon>*{grid-area:1/1}.pdf-completion-card__icon img{width:64px;height:64px;display:block}.pdf-completion-card__icon span{color:#fff;font-size:24px;font-weight:600}.pdf-completion-card__eyebrow{color:#1f7650;letter-spacing:.11em;margin-bottom:9px;font-size:9px;font-weight:700}.pdf-completion-card>h2{letter-spacing:-.045em;word-break:keep-all;margin-bottom:10px;font-size:24px;line-height:32px}.pdf-completion-card>p{color:#77736d;word-break:keep-all;max-width:580px;margin-bottom:26px;font-size:12px;line-height:20px}.pdf-completion-summary{border:1px solid var(--source-line);text-align:left;border-radius:14px;width:min(670px,100%);margin-bottom:26px;display:grid}.pdf-completion-summary>div{grid-template-columns:minmax(120px,.28fr) minmax(0,.72fr);align-items:center;min-height:78px;padding:14px 20px;display:grid}.pdf-completion-summary>div:not(:last-child){border-bottom:1px solid var(--source-line)}.pdf-completion-summary>div>span{color:#77736d;font-size:10px;font-weight:700}.pdf-completion-summary>div>strong{color:#2b2926;font-size:12px}.pdf-source-status{letter-spacing:.03em;align-items:center;gap:7px;display:inline-flex;color:#1f7650!important;font-size:10px!important}.pdf-source-status>span{background:#1f7650;border-radius:50%;width:7px;height:7px}.pdf-completion-actions{justify-content:center;gap:12px;display:flex}.pdf-completion-actions .source-primary-action{min-width:190px}.pdf-completion-follow-up{color:#6e6a65!important;margin:9px 0 0!important;font-size:9px!important;line-height:15px!important}@keyframes pdf-registration-spin{to{transform:rotate(360deg)}}@media (width<=980px){.pdf-registration-grid{grid-template-columns:1fr}.pdf-registration-aside{border-top:1px solid var(--source-line)}.pdf-registration-aside>ul,.pdf-processing-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pdf-registration-aside>ul>li,.pdf-processing-list>li{grid-template-columns:34px minmax(0,1fr);min-height:0}.pdf-registration-aside>ul>li:after,.pdf-processing-list>li:after{display:none}}@media (width<=760px){.pdf-registration-stepper{min-height:108px;padding:20px}.pdf-registration-stepper__item{grid-template-rows:19px 15px;grid-template-columns:34px minmax(0,1fr);column-gap:8px}.pdf-registration-stepper__marker,.pdf-registration-stepper__marker img{width:34px;height:34px}.pdf-registration-stepper__item:not(:last-child):after{top:17px;left:42px}.pdf-registration-card,.pdf-registration-aside{padding:24px}.pdf-registration-aside>ul,.pdf-processing-list{grid-template-columns:1fr}}@media (width<=520px){.pdf-registration-stepper{border-radius:14px;min-height:88px;padding:16px 12px}.pdf-registration-stepper__item{grid-template-rows:30px 18px;grid-template-columns:30px minmax(0,1fr);gap:5px 6px}.pdf-registration-stepper__marker,.pdf-registration-stepper__marker img{width:30px;height:30px}.pdf-registration-stepper__item:not(:last-child):after{top:15px;left:36px;right:5px}.pdf-registration-stepper__item strong{text-align:left;text-overflow:clip;white-space:normal;grid-column:1/-1;font-size:9px;line-height:14px;overflow:visible}.pdf-registration-stepper__state{display:none}.pdf-registration-grid,.pdf-completion-card{border-radius:14px}.pdf-registration-card,.pdf-registration-aside{padding:20px}.pdf-registration-card__heading{grid-template-columns:1fr;gap:9px;margin-bottom:20px;padding-bottom:20px}.pdf-registration-card__heading>span{justify-self:start;min-width:54px}.pdf-drop-zone{min-height:300px;padding-inline:14px}.pdf-selection-resume,.pdf-registration-actions,.pdf-completion-actions{flex-direction:column;align-items:stretch}.pdf-selection-resume .source-primary-action,.pdf-registration-actions .source-primary-action,.pdf-registration-actions .pdf-secondary-action,.pdf-completion-actions .source-primary-action,.pdf-completion-actions .pdf-secondary-action{width:100%}.pdf-review-list>div,.pdf-completion-summary>div{grid-template-columns:1fr;gap:9px;padding:16px}.pdf-completion-card{min-height:0;padding:42px 20px 32px}.pdf-completion-card>h2{font-size:21px;line-height:29px}}@media (prefers-reduced-motion:reduce){.pdf-drop-zone,.pdf-secondary-action{transition:none}.pdf-submit-status__spinner{animation:none}}.product-main{background:#fff;width:100%;min-height:100vh;margin:0;padding:32px}.product-content{width:min(1200px,100%);margin-inline:auto}@media (width>=768px) and (width<=1279px){.product-main{padding-inline:24px}}@media (width<=767px){.product-main{padding:20px 20px 88px}}.product-source-list>div>p{color:#ff4b12;letter-spacing:.12em;margin:0;font-size:12px;font-weight:800}.product-source-list,.product-empty-card,.product-settings-card{border:1px solid var(--product-border-subtle,#eceef1);background:#fff;border-radius:14px;margin-top:32px}.product-source-list{padding:24px;display:grid}.product-source-list>div{margin-bottom:24px}.product-source-list h2{margin:7px 0 0;font-size:28px}.product-source-list article{border-top:1px solid #e5e7eb;grid-template-columns:54px 1fr auto;align-items:center;gap:18px;min-height:86px;display:grid}.product-source-list article>span{color:#ff4b12;font-size:12px;font-weight:800}.product-source-list article h3,.product-source-list article p{margin:0}.product-source-list article p{color:#6e6a65;margin-top:5px;font-size:12px}.product-source-list article strong{color:#16794c;font-size:12px}.product-source-list article button,.product-source-list>a,.product-empty-card a{border:1px solid var(--product-accent,#e8622a);color:#fff;background:var(--product-accent,#e8622a);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;min-height:40px;padding:0 18px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.product-source-list>a{justify-self:end;margin-top:24px}.product-empty-card{min-height:520px;padding:48px}.product-empty-card>span{color:#ff4b12;letter-spacing:.12em;font-size:12px;font-weight:800}.product-empty-card h2{letter-spacing:-.06em;margin:84px 0 22px;font-size:clamp(38px,5vw,72px);line-height:1.02}.product-empty-card p{color:#6e6a65;max-width:560px;margin:0 0 34px;line-height:1.7}.product-settings-card{gap:18px;max-width:720px;margin-top:24px;padding:34px;display:grid}.product-settings-card h2{margin:0 0 12px;font-size:24px}.product-settings-card label{border-top:1px solid #e5e7eb;grid-template-columns:180px 1fr;align-items:center;min-height:58px;font-weight:800;display:grid}.product-settings-card select{background:#fff;border:1px solid #d9dce1;border-radius:8px;height:40px;padding:0 12px}@font-face{font-family:Pretendard Variable;src:url(/fonts/PretendardVariable.woff2)format("woff2-variations");font-style:normal;font-weight:45 920;font-display:swap}:root{color:#18181b;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--color-ink:#09090b;--color-text:#18181b;--color-muted:#73737c;--color-subtle:#a1a1aa;--color-line:#d9d9d9;--color-line-soft:#0101101f;--color-surface:#fff;--color-surface-muted:#f7f7f8;--color-inverse:#111117;--color-inverse-card:#22222a;--color-accent:#c94a12;--color-accent-bright:#ea580c;--color-success:#15803d;--color-success-surface:#f0fdf4;--color-warning:#b45309;--color-warning-surface:#fff7ed;--color-danger:#dc2626;--color-danger-surface:#fef2f2;--color-info:#2563eb;--color-info-surface:#eff6ff;--radius-control:999px;--radius-card:8px;--content-wide:1352px;--content-hero:1280px;--shadow-preview:0 14px 28px #1010121f;background:#fff;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.product-shell{--product-canvas:#fff;--product-surface:#fff;--product-surface-raised:#f7f7f8;--product-subtle:#f3f4f6;--product-inverse:#1a1a1a;--product-text:#1a1a1a;--product-text-secondary:#5f6368;--product-text-muted:#8a8f98;--product-accent:#e8622a;--product-accent-bright:#f4743b;--product-accent-deep:#b64317;--product-border:#d9dce1;--product-border-subtle:#eceef1;--product-positive:#16794c;--product-warning:#a86800;--product-negative:#dc2626;color:var(--product-text);background:var(--product-canvas);font-synthesis:none;letter-spacing:0;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px}.product-shell button,.product-shell input,.product-shell select,.product-shell textarea{font:inherit}.product-shell table,.product-shell time,.product-shell data{font-variant-numeric:tabular-nums}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--color-surface);min-width:320px;min-height:100vh;margin:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}body,button,input,select,textarea{font-family:inherit}button,a,input,select,textarea{font:inherit}button{border:0}a{color:inherit}img{max-width:100%;display:block}h1,h2,h3,p,ol,ul,figure{margin:0}ol,ul{padding:0;list-style:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline-offset:4px;outline:3px solid #ea580c6b}.landing-page{background:var(--color-surface);min-height:100vh;overflow:hidden}.site-header{background:var(--color-surface);border-bottom:1px solid #01011026;height:72px}.site-header__inner{justify-content:space-between;align-items:center;width:min(1512px,100%);height:100%;margin:0 auto;padding:12px 80px;display:flex}.brand{min-height:44px;color:var(--color-text);letter-spacing:-.01em;align-items:center;gap:6px;font-size:24px;font-weight:600;line-height:32px;text-decoration:none;display:inline-flex}.brand__mark{object-fit:contain;flex:none;width:27px;height:30px}.site-header__actions,.site-nav,.button-row{align-items:center;display:flex}.site-header__actions{gap:24px}.site-nav{justify-content:center;gap:24px;height:48px}.site-nav a,.site-footer__nav a{min-height:44px;color:var(--color-text);align-items:center;font-size:14px;font-weight:500;line-height:20px;text-decoration:none;display:inline-flex}.site-nav a:hover,.site-footer__nav a:hover{color:var(--color-accent-bright)}.button{border-radius:var(--radius-control);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;min-width:140px;height:48px;padding:0 28px;font-size:14px;font-weight:500;line-height:20px;text-decoration:none;transition:color .16s,border-color .16s,background-color .16s,transform .16s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button--primary{color:#fff;background:var(--color-accent)}.button--primary:hover:not(:disabled){background:#ad3d0d}.button--secondary{color:#010110;background:#fff;border-color:#010110}.button--secondary:hover{border-color:var(--color-accent-bright);color:var(--color-accent-bright)}.button--header{min-width:120px;padding-inline:24px}.button:disabled{opacity:1;cursor:default}.button-row{flex-wrap:wrap;gap:12px}.hero-section{background:var(--color-surface);min-height:680px}.hero-section__inner{width:min(var(--content-hero), calc(100% - 160px));grid-template-columns:600px 600px;align-items:center;gap:80px;min-height:680px;margin:0 auto;display:grid}.hero-copy{flex-direction:column;justify-content:center;align-items:flex-start;gap:22px;min-height:536px;display:flex}.eyebrow-badge{border-radius:var(--radius-control);height:32px;color:var(--color-accent-bright);border:1px solid #01011026;align-items:center;gap:8px;padding:0 12px 0 11px;font-size:12px;font-weight:600;line-height:18px;display:inline-flex}.eyebrow-badge span{background:var(--color-accent-bright);border-radius:50%;width:7px;height:7px}.hero-copy h1{color:var(--color-ink);letter-spacing:-.025em;font-size:56px;font-weight:700;line-height:60px}.hero-copy h1 span{display:block}.hero-copy__description{max-width:560px;color:var(--color-muted);word-break:keep-all;font-size:18px;font-weight:400;line-height:30px}.hero-copy .button--primary{min-width:152px}.hero-copy .button--secondary{min-width:144px}.hero-visual{width:600px;height:536px;position:relative}.hero-visual__wash{z-index:0;filter:saturate(.82);background:radial-gradient(circle at 37% 46%,#ffe8d6fa 0 30%,#0000 31%),radial-gradient(circle at 60% 55%,#fff3e9f2 0 47%,#0000 48%),linear-gradient(145deg,#0000 35%,#ea580c2e 35.2% 35.5%,#0000 35.8%);border-radius:48% 52% 50% 46%;width:680px;height:520px;position:absolute;top:0;right:-6px;transform:rotate(-4deg)}.hero-visual__backplate{z-index:1;border-radius:var(--radius-card);background:var(--color-inverse);width:600px;height:480px;position:absolute;top:45px;left:20px;transform:rotate(-1.25deg)}.hero-visual__accent{z-index:4;border-radius:var(--radius-control);background:var(--color-accent-bright);width:112px;height:8px;position:absolute;top:16px;right:40px}.hero-visual__primary{z-index:3;border-radius:var(--radius-card);width:600px;height:480px;position:absolute;top:28px;left:0}.hero-visual__secondary{z-index:5;border-radius:var(--radius-card);width:331.2px;height:235.52px;position:absolute;top:274px;left:266px}.source-journey{background:var(--color-surface);min-height:200px;padding:40px 80px}.source-journey__inner{width:min(var(--content-hero), 100%);flex-direction:column;align-items:center;gap:20px;margin:0 auto;display:flex}.source-journey h2{color:var(--color-muted);font-size:14px;font-weight:500;line-height:20px}.source-journey__list{justify-content:center;align-items:center;gap:32px;width:100%;display:flex}.source-stage{border:1px solid var(--color-line);border-radius:var(--radius-card);height:72px;color:var(--color-text);background:var(--color-surface);flex:0 0 176px;justify-content:center;align-items:center;gap:10px;font-size:14px;font-weight:500;line-height:20px;display:flex;position:relative}.source-stage__dot{background:#3f3f46;border-radius:50%;width:8px;height:8px}.source-stage--neutral .source-stage__dot{background:var(--color-subtle)}.source-stage--result{border-color:var(--color-accent-bright);color:var(--color-accent-bright)}.source-stage--result .source-stage__dot{background:var(--color-accent-bright)}.source-stage__arrow{width:16px;color:var(--color-subtle);justify-content:center;align-items:center;font-size:18px;font-weight:400;display:inline-flex;position:absolute;left:calc(100% + 8px)}.section-eyebrow{color:var(--color-accent-bright);font-size:12px;font-weight:600;line-height:18px}.value-section{color:#f7f8f7;background:var(--color-inverse);height:360px;padding:54px 80px}.value-section__inner{text-align:center;flex-direction:column;align-items:center;gap:16px;width:min(980px,100%);margin:0 auto;display:flex}.value-section h2{letter-spacing:-.02em;font-size:40px;font-weight:700;line-height:44px}.value-section__description{color:var(--color-muted);font-size:18px;line-height:30px}.principle-list{grid-template-columns:repeat(3,240px);gap:20px;width:760px;display:grid}.principle-list li{border-radius:var(--radius-card);background:var(--color-inverse-card);text-align:left;flex-direction:column;align-items:flex-start;height:112px;padding:14px 16px;display:flex}.principle-list li>span{color:var(--color-accent-bright);letter-spacing:.04em;font-size:11px;font-weight:500;line-height:16px}.principle-list h3{color:#fff;font-size:16px;font-weight:500;line-height:22px}.principle-list p{color:var(--color-muted);font-size:12px;line-height:18px}.ruled-section{position:relative}.ruled-section:before{width:min(var(--content-wide), calc(100% - 160px));background:var(--color-line-soft);content:"";height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.flow-section{background:var(--color-surface);min-height:520px;padding:64px 80px}.flow-section__inner{width:min(var(--content-wide), 100%);flex-direction:column;align-items:center;gap:32px;margin:0 auto;display:flex}.section-heading{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.section-heading h2{color:var(--color-text);letter-spacing:-.02em;font-size:32px;font-weight:700;line-height:36px}.workflow-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;width:100%;display:grid}.workflow-list li{border:1px solid var(--color-line);border-radius:var(--radius-card);background:var(--color-surface);flex-direction:column;align-items:flex-start;gap:16px;min-height:220px;padding:24px;display:flex}.workflow-list__number{border:1px solid var(--color-accent-bright);border-radius:var(--radius-control);width:44px;height:24px;color:var(--color-accent-bright);justify-content:center;align-items:center;font-size:12px;font-weight:500;line-height:16px;display:inline-flex}.workflow-list h3{color:#010110;letter-spacing:-.01em;font-size:24px;font-weight:600;line-height:32px}.workflow-list p{color:var(--color-muted);word-break:keep-all;font-size:14px;font-weight:500;line-height:20px}.feature-section{background:var(--color-surface);min-height:680px;padding:80px}.feature-section__inner{width:min(var(--content-wide), 100%);grid-template-columns:600px 672px;align-items:center;gap:80px;margin:0 auto;display:grid}.feature-copy{flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;min-height:520px;padding-block:28px;display:flex}.feature-copy h2{color:var(--color-text);letter-spacing:-.02em;white-space:pre-line;font-size:40px;font-weight:700;line-height:44px}.feature-copy__description{max-width:560px;color:var(--color-muted);word-break:keep-all;font-size:18px;line-height:30px}.feature-list{flex-direction:column;gap:10px;width:100%;display:flex}.feature-list li{color:#71717a;min-height:28px;padding-left:20px;font-size:16px;line-height:26px;position:relative}.feature-list li:before{background:var(--color-ink);content:"";border-radius:50%;width:8px;height:8px;position:absolute;top:9px;left:0}.product-preview{width:672px}.product-preview img{width:100%;height:auto}.feature-section--image-left .product-preview{grid-area:1/1}.feature-section--image-left .feature-copy{grid-area:1/2}.faq-section{background:var(--color-surface);min-height:772px;padding:64px 0 148px}.faq-section__inner{width:min(960px,100% - 40px);margin:0 auto}.faq-list{flex-direction:column;gap:8px;margin-top:28px;display:flex}.faq-item{border:1px solid var(--color-line);border-radius:var(--radius-card);background:var(--color-surface);scroll-margin-top:24px}.faq-item h3{font-size:inherit;font-weight:inherit}.faq-item button{width:100%;min-height:64px;color:var(--color-text);text-align:left;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;gap:24px;padding:18px 20px;font-size:16px;font-weight:500;line-height:26px;display:flex}.faq-item button:hover{color:var(--color-accent-bright)}.faq-item__icon{color:var(--color-subtle);flex:none;font-size:24px;font-weight:400;line-height:24px}.faq-item__answer{padding:0 64px 20px 20px}.faq-item__answer p{max-width:78ch;color:var(--color-muted);word-break:keep-all;font-size:15px;line-height:25px}.final-cta{background:var(--color-surface);min-height:260px;padding:40px 80px}.final-cta__card{border:1px solid var(--color-line);border-radius:var(--radius-card);justify-content:space-between;align-items:center;gap:48px;width:min(1120px,100%);min-height:180px;margin:0 auto;padding:32px 40px;display:flex}.final-cta__card>div:first-child{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.final-cta h2{color:var(--color-text);letter-spacing:-.02em;font-size:32px;font-weight:700;line-height:36px}.final-cta__card>div:first-child>p:last-child{color:var(--color-muted);font-size:18px;line-height:30px}.final-cta .button--secondary{min-width:160px}.site-footer{border-top:1px solid var(--color-line-soft);background:var(--color-surface-muted);width:100%;min-height:164px;margin:0}.site-footer__pattern{width:min(var(--content-wide), calc(100% - 160px));opacity:.4;background-image:radial-gradient(circle,#0101102e 1.25px,#0000 1.35px);background-position:7px 7px;background-size:40px 24px;height:24px;margin:0 auto}.site-footer__top{width:min(var(--content-wide), calc(100% - 160px));justify-content:space-between;align-items:center;min-height:84px;margin:0 auto;display:flex}.site-footer__top>div:first-child{flex-direction:column;align-items:flex-start;display:flex}.site-footer .brand{min-height:34px;font-size:18px;font-weight:400;line-height:30px}.site-footer .brand__mark{display:none}.site-footer__top p{color:var(--color-muted);font-size:13px;line-height:16px}.site-footer__nav{align-items:center;gap:28px;display:flex}.site-footer__bottom{width:min(var(--content-wide), calc(100% - 160px));border-top:1px solid var(--color-line-soft);min-height:56px;color:var(--color-muted);justify-content:space-between;align-items:center;margin:0 auto;font-size:12px;line-height:15px;display:flex}.site-footer__policies{gap:24px;display:flex}@media (width<=1320px){.site-header__inner{padding-inline:40px}.hero-section__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;width:calc(100% - 80px)}.hero-copy h1{font-size:clamp(44px,4.3vw,56px);line-height:1.08}.hero-visual{aspect-ratio:600/536;width:100%;height:auto}.hero-visual__wash{width:113%;height:97%;right:-4%}.hero-visual__backplate{width:100%;height:89.55%;top:8.4%;left:3.3%}.hero-visual__primary{width:100%;height:auto;top:5.2%}.hero-visual__secondary{width:55.2%;height:auto;top:51.12%;left:44.33%}.hero-visual__accent{width:18.7%;top:3%;right:6.7%}.source-journey,.flow-section,.feature-section,.final-cta{padding-inline:40px}.source-journey__list{justify-content:flex-start;width:max-content;min-width:100%}.source-journey__inner{align-items:flex-start;padding-bottom:8px;overflow-x:auto}.source-journey h2{position:sticky;left:0}.feature-section__inner{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:40px}.product-preview{width:100%}.feature-copy h2{font-size:clamp(32px,3.1vw,40px);line-height:1.12}.ruled-section:before,.site-footer__pattern,.site-footer__top,.site-footer__bottom{width:calc(100% - 80px)}}@media (width<=900px){.site-header__inner{padding-inline:24px}.site-nav{display:none}.hero-section,.hero-section__inner{min-height:auto}.hero-section__inner{grid-template-columns:1fr;gap:32px;width:calc(100% - 48px);padding-block:64px 80px}.hero-copy{min-height:auto}.hero-copy h1{font-size:clamp(40px,8vw,56px)}.hero-visual{max-width:600px;margin:0 auto}.source-journey{padding:36px 24px}.value-section{height:auto;min-height:auto;padding:72px 24px}.value-section h2{font-size:34px;line-height:1.15}.principle-list{grid-template-columns:1fr;width:min(100%,480px)}.flow-section,.feature-section,.final-cta{min-height:auto;padding:72px 24px}.workflow-list{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-section__inner{grid-template-columns:1fr;gap:32px}.feature-copy,.feature-section--image-left .feature-copy{grid-area:1/1;min-height:auto;padding-block:0}.product-preview,.feature-section--image-left .product-preview{grid-area:2/1}.faq-section{min-height:auto;padding:72px 0}.final-cta__card{flex-direction:column;align-items:flex-start;padding:40px}.final-cta{padding-block:56px}.site-footer__pattern,.site-footer__top,.site-footer__bottom,.ruled-section:before{width:calc(100% - 48px)}}@media (width<=600px){.site-header__inner{padding-inline:20px}.brand{font-size:20px}.brand__mark{width:24px;height:27px}.button--header{min-width:104px;padding-inline:18px}.hero-section__inner{width:calc(100% - 40px);padding-block:52px 64px}.hero-copy{gap:18px}.hero-copy h1{font-size:clamp(36px,11vw,48px);line-height:1.08}.hero-copy__description,.value-section__description,.feature-copy__description,.final-cta__card>div:first-child>p:last-child{font-size:16px;line-height:27px}.hero-visual__backplate{left:2%}.source-stage{flex-basis:156px}.value-section h2,.feature-copy h2{font-size:30px;line-height:1.18}.workflow-list{grid-template-columns:1fr}.workflow-list li{min-height:190px}.faq-section__inner{width:calc(100% - 40px)}.faq-item button{gap:16px;padding-inline:16px;font-size:15px}.faq-item__answer{padding:0 48px 18px 16px}.final-cta__card{padding:32px 24px}.final-cta h2{font-size:28px;line-height:1.2}.final-cta .button-row{width:100%}.final-cta .button{flex:160px}.site-footer__pattern,.site-footer__top,.site-footer__bottom{width:calc(100% - 40px)}.site-footer__top{align-items:flex-start;gap:24px;padding-block:16px}.site-footer__nav{gap:14px}.site-footer__bottom{align-items:flex-start;gap:12px;padding-block:16px}.site-footer__policies{flex-direction:column;align-items:flex-end;gap:8px}.ruled-section:before{width:calc(100% - 40px)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
