:root{color:#172033;background:#f4f7fb;--accent: #13756a;--accent-strong: #0f5f56;--ink-muted: #607089;--line: #d8e1ec;--panel: #ffffff;--soft: #eef4f8;--warn: #f2b441;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;overflow-x:hidden}button,input,select{font:inherit}.app{display:grid;grid-template-rows:auto auto auto auto 1fr;height:100vh;height:100dvh;min-height:0;overflow:hidden;padding:clamp(10px,2vw,20px);gap:12px}.app-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:2px 2px 6px}.app-header__brand{display:flex;align-items:center;min-width:0;gap:12px}.app-header__brand>div:last-child{min-width:0}.app-header__mark,.uploader__icon,.empty-state__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:8px;color:#fff;background:linear-gradient(135deg,var(--accent),#315f9f);box-shadow:0 10px 24px #13756a2e}.app-header h1{margin:0;font-size:28px;line-height:1.1;letter-spacing:0}.app-header p{margin:4px 0 0;color:var(--ink-muted);overflow-wrap:anywhere}.app-header__signal{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 12px;border:1px solid var(--line);border-radius:999px;color:var(--accent-strong);background:#fff;white-space:nowrap}.uploader{display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px;min-height:118px;padding:18px;border:1px dashed #98aabe;border-radius:8px;background:linear-gradient(90deg,#13756a0f,#315f9f0d),#fff;cursor:pointer;touch-action:manipulation;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.uploader:hover{border-color:var(--accent);box-shadow:0 8px 28px #1f426114}.uploader:focus-visible{outline:3px solid rgba(19,117,106,.24);outline-offset:2px}.uploader--dragging{border-color:var(--accent);background:#eef9f6}.uploader__content{display:flex;align-items:center;min-width:0;gap:14px}.uploader h2{margin:0 0 6px;font-size:20px;line-height:1.15}.uploader p{margin:0;color:#263449;font-weight:600;overflow-wrap:anywhere}.uploader span{display:block;margin-top:4px;color:var(--ink-muted)}.uploader input[type=file]{display:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:0 14px;border:1px solid var(--line);border-radius:6px;color:#172033;background:#fff;cursor:pointer;touch-action:manipulation;transition:border-color .14s ease,background .14s ease,transform .14s ease}.button:hover:not(:disabled){border-color:#9caec2;background:#f8fafc}.button--active{border-color:#9ccfc6;color:var(--accent-strong);background:#edf8f5}.button:disabled{cursor:not-allowed;opacity:.55}.button--primary{border-color:var(--accent);color:#fff;background:var(--accent)}.button--primary:hover:not(:disabled){border-color:var(--accent-strong);background:var(--accent-strong)}.error-banner{padding:10px 12px;border:1px solid #d96b6b;border-radius:6px;color:#7a1f1f;background:#fff1f1}.toolbar{display:grid;gap:10px;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.toolbar__stats,.toolbar__search,.toolbar__actions,.grid-status{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.toolbar__actions{justify-content:space-between}.toolbar__hint{padding:9px 10px;border:1px solid #cde7e1;border-radius:6px;color:var(--accent-strong);background:#f1faf7;font-size:13px}.toolbar__action-group{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.toolbar__action-group--end{margin-left:auto}.column-menu,.tools-menu{position:relative}.column-menu__panel,.tools-menu__panel{position:absolute;top:calc(100% + 8px);left:0;z-index:20;display:grid;gap:10px;width:min(360px,calc(100vw - 40px));max-height:360px;padding:12px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 16px 40px #17203324}.tools-menu__panel{width:240px;gap:2px;padding:8px}.tools-menu__item{display:flex;align-items:center;gap:8px;min-height:36px;width:100%;border:0;border-radius:6px;padding:0 9px;background:transparent;color:var(--ink);font:inherit;text-align:left;cursor:pointer}.tools-menu__item:hover:not(:disabled),.tools-menu__item:focus-visible{background:#f3f7fb}.tools-menu__item:disabled{color:#9aa7b8;cursor:not-allowed}.tools-menu__item--danger{color:#8b2b2b}.tools-menu__confirm{display:grid;gap:8px;padding:9px;border-radius:6px;color:#7a1f1f;background:#fff1f1}.tools-menu__confirm span{font-size:13px;font-weight:700}.tools-menu__confirm div{display:flex;gap:6px}.tools-menu__confirm-action,.icon-button{display:inline-grid;place-items:center;width:30px;height:30px;padding:0;border:1px solid var(--line);border-radius:6px;color:#172033;background:#fff;cursor:pointer}.tools-menu__confirm-action:hover,.icon-button:hover{border-color:#9caec2;background:#f8fafc}.column-menu__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.column-menu__header-actions{display:flex;gap:6px}.column-menu__header .button{min-height:30px;padding:0 10px}.column-menu__search,.custom-select__search{position:relative;display:flex;align-items:center;min-width:0}.column-menu__search svg,.custom-select__search svg{position:absolute;left:10px;color:#718197;pointer-events:none}.column-menu__search input,.custom-select__search input{width:100%;min-height:34px;padding:0 10px 0 32px;border:1px solid #d5dfeb;border-radius:8px;color:#172033;background:#f8fbfd}.column-menu__search input:focus,.custom-select__search input:focus{border-color:var(--accent);background:#fff;outline:2px solid rgba(19,117,106,.15)}.column-menu__list{display:grid;gap:4px;max-height:280px;overflow:auto}.column-menu__empty,.custom-select__empty{padding:12px 10px;color:var(--ink-muted);font-size:13px;text-align:center}.column-toggle{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:8px;min-height:32px;padding:4px 6px;border-radius:6px;cursor:grab}.column-toggle:hover{background:#f6f9fc}.column-toggle:active{cursor:grabbing}.column-toggle--dragging{background:#eef5ff;outline:1px dashed var(--accent)}.column-toggle__grip{color:var(--ink-muted)}.column-toggle span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toolbar__stats span,.grid-status span{color:var(--ink-muted)}.toolbar__stats{gap:8px}.toolbar__stats strong{max-width:min(420px,100%);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toolbar__stats span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:var(--soft);color:#40516a;font-size:13px}.toolbar__search,.toolbar__sort{display:grid;grid-template-columns:minmax(220px,1fr) auto;align-items:center}.filter-panel{display:grid;grid-template-columns:minmax(320px,720px);gap:10px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#f8fbff}.filter-field,.conversion-field{display:grid;gap:4px;min-width:0}.filter-field span,.conversion-field span{color:var(--ink-muted);font-size:12px;font-weight:700}.filter-triplet{display:grid;gap:8px}.filter-triplet{grid-template-columns:minmax(120px,220px) minmax(110px,130px) minmax(160px,1fr)}.conversion-panel{display:grid;grid-template-columns:minmax(160px,1fr) minmax(130px,180px) minmax(120px,160px) minmax(160px,1fr) auto;align-items:end;gap:10px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#f8fbff}.conversion-panel__header{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:10px}.conversion-panel__header strong{color:#1b2430}.export-review{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border:1px solid #b9d7d1;border-radius:8px;background:#f3fbf8}.export-review strong{color:#17382f}.export-review p{margin:4px 0 0;color:#476154}.export-review__actions{display:flex;flex:0 0 auto;gap:8px}.toolbar__sort{grid-template-columns:auto minmax(150px,240px) auto auto auto 1fr;align-items:center}.toolbar__sort>span,.toolbar__sort>strong{color:var(--ink-muted);font-size:13px}.toolbar__sort>strong{justify-self:end;color:var(--accent-strong)}.toolbar input,.toolbar select{min-width:0;min-height:38px;border:1px solid var(--line);border-radius:6px;padding:0 10px;background:#fff}.field{display:flex;align-items:center;min-width:0}.field input{width:100%}.field--search{position:relative}.field--search svg{position:absolute;left:10px;color:var(--ink-muted);pointer-events:none}.field--search input{padding-left:34px}.health-panel{position:fixed;right:clamp(12px,2vw,24px);bottom:clamp(12px,2vw,24px);z-index:35;display:grid;grid-template-rows:auto auto auto auto auto minmax(0,1fr);gap:10px;width:min(760px,calc(100vw - 32px));height:min(640px,calc(100dvh - 112px));min-height:0;max-height:min(640px,calc(100dvh - 112px));overflow:hidden;padding:12px;border:1px solid rgba(166,181,199,.72);border-radius:8px;background:#fff;box-shadow:0 20px 55px #1720332e}.health-score{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.health-score>div{display:grid;gap:2px;min-width:0;padding:10px;border:1px solid #e4ebf3;border-radius:6px;background:#f8fafc}.health-score span{overflow:hidden;color:#627084;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.health-score strong{color:#172033;font-size:22px;line-height:1}.validation-rules{display:grid;gap:8px;min-width:0}.validation-rules__builder{display:grid;grid-template-columns:minmax(140px,1.4fr) minmax(128px,1fr) repeat(2,minmax(86px,.7fr)) auto;gap:8px;align-items:center}.validation-rules__builder .health-select{min-width:0}.validation-rules__builder .custom-select__button{height:34px}.validation-rules__builder select,.validation-rules__builder input{min-width:0;min-height:34px;padding:0 10px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--ink)}.validation-rules__builder select:focus,.validation-rules__builder input:focus{border-color:var(--accent);outline:2px solid rgba(19,117,106,.16)}.validation-rules__builder .button{min-height:34px;gap:6px;white-space:nowrap}.validation-rules__list{display:grid;gap:6px;max-height:118px;overflow:auto;padding-right:2px}.validation-rule{display:grid;grid-template-columns:minmax(0,1fr) auto 32px;gap:8px;align-items:center;padding:7px 8px;border:1px solid #e4ebf3;border-radius:6px;background:#fff}.validation-rule>div{display:grid;gap:2px;min-width:0}.validation-rule strong,.validation-rule span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.validation-rule>div span{color:#627084;font-size:12px}.validation-rule__result{color:#136f63;font-weight:700}.validation-rule__result--warn{color:#9a5b00}.health-panel__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.health-panel h2{margin:0 0 4px;font-size:17px}.health-panel p{margin:0;color:#627084;font-size:13px}.health-panel__actions{display:flex;flex-wrap:wrap;gap:8px}.health-panel__actions .button{min-height:34px;padding:0 11px}.health-panel__search{position:relative;display:flex;align-items:center;min-width:0}.health-panel__search svg{position:absolute;left:10px;color:#718197;pointer-events:none}.health-panel__search input{width:100%;min-height:36px;padding:0 10px 0 34px;border:1px solid var(--line);border-radius:6px;background:#f9fbfd}.health-panel__search input:focus{border-color:var(--accent);background:#fff;outline:2px solid rgba(19,117,106,.16)}.health-panel__empty{padding:18px;border:1px dashed #c5d0dd;border-radius:6px;color:#627084;background:#f8fafc}.health-table{min-height:0;overflow:auto;overscroll-behavior:contain;border:1px solid #edf2f7;border-radius:6px}.health-table__row{display:grid;grid-template-columns:minmax(150px,1.2fr) 110px 96px 100px 170px 150px 150px minmax(180px,1.5fr);min-width:1180px;border-bottom:1px solid #edf2f7}.health-table__row:last-child{border-bottom:0}.health-table__row>span,.health-table__row>strong{min-width:0;padding:8px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-right:1px solid #edf2f7}.health-table__row>span:last-child{border-right:0}.health-table__row--head{position:sticky;top:0;z-index:1;color:#1b2430;background:#f1f5f9;font-weight:700}.health-table__empty{min-width:1180px;padding:18px;color:var(--ink-muted);text-align:center}.health-table meter{width:44px;height:10px;margin-right:8px}.health-kind{font-weight:700}.health-kind--mixed{color:#9a5b00}.health-kind--empty{color:#9b2c2c}.health-kind--number,.health-kind--date,.health-kind--boolean{color:#136f63}.health-duplicate{color:#136f63;font-weight:700}.health-duplicate--warn{color:#9a5b00}.health-duplicate--unknown{color:#627084}.timeline-panel{display:grid;gap:12px;padding:14px;border:1px solid #dbe3ec;border-radius:8px;background:#fff}.timeline-panel__header{display:flex;align-items:start;justify-content:space-between;gap:12px}.timeline-panel h2{margin:0 0 4px;font-size:18px}.timeline-panel p{margin:0;color:#627084}.timeline-panel__actions,.timeline-item__actions{display:flex;flex-wrap:wrap;gap:8px}.timeline-panel__empty{padding:18px;border:1px dashed #c5d0dd;border-radius:6px;color:#627084;background:#f8fafc}.timeline-list{display:grid;gap:8px;max-height:300px;overflow:auto}.timeline-item{display:grid;grid-template-columns:minmax(180px,1fr) minmax(220px,1.3fr) auto;align-items:center;gap:10px;padding:10px;border:1px solid #edf2f7;border-radius:6px;background:#fbfcfe}.timeline-item__meta,.timeline-item__values{display:grid;min-width:0;gap:4px}.timeline-item__meta span{color:#627084}.timeline-item__values{grid-template-columns:1fr 1fr}.timeline-item__values span{min-width:0;padding:7px 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:4px;background:#edf2f7}.timeline-item__values span:last-child{background:#fff7df}.progress{display:grid;gap:6px}.progress__meta{display:flex;justify-content:space-between;color:#627084;font-size:13px}.progress__track{overflow:hidden;height:8px;border-radius:999px;background:#e5ebf2}.progress__bar{height:100%;background:#136f63;transition:width .16s ease}.empty-state{display:grid;place-content:center;justify-items:center;gap:8px;min-height:420px;border:1px solid var(--line);border-radius:8px;color:var(--ink-muted);background:linear-gradient(135deg,#13756a0d,#f2b4410f),#fff;text-align:center}.empty-state h2{margin:0 0 6px;color:#1b2430}.empty-state p{margin:0}.grid-shell{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0;border:1px solid var(--line);border-radius:8px;background:#fff}.grid-status{display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(180px,auto);align-items:center;gap:8px 14px;min-height:52px;padding:8px 12px;border-bottom:1px solid var(--line);background:#fbfcfe}.grid-status__summary,.grid-status__controls,.grid-status__activity{display:flex;align-items:center;min-width:0;gap:8px}.grid-status__summary,.grid-status__activity{flex-wrap:wrap}.grid-status__controls{justify-content:center;gap:10px}.grid-status__activity{justify-content:flex-end}.grid-status span,.grid-status label,.grid-status form{flex:0 0 auto}.grid-status__summary>span:first-child{color:#263449;font-weight:700}.grid-status__pager,.grid-status__history{display:inline-flex;align-items:center;gap:6px}.grid-status__jump{display:inline-grid;grid-template-columns:auto auto;align-items:center;gap:8px;min-height:34px;padding:0 10px;border:1px solid #e0e7f0;border-radius:999px;background:#fff;box-shadow:0 1px 2px #1720330a}.grid-status__format,.grid-status__custom-rule,.grid-status__freeze{display:inline-flex;align-items:center;gap:6px}.grid-status__jump label,.grid-status__format span,.grid-status__custom-rule span,.grid-status__freeze span{display:inline-flex;align-items:center;gap:4px;color:var(--ink-muted);font-size:13px}.grid-status__jump label{color:#32445d;font-weight:700}.grid-status__jump-control{display:inline-flex;align-items:center;gap:4px}.grid-status__jump input,.grid-status__custom-rule input,.grid-status__format select,.grid-status__freeze select{width:82px;height:28px;padding:0 28px 0 10px;border:0;border-radius:6px;color:#172033;background:transparent}.grid-status__custom-rule{min-height:34px;padding:0 8px;border:1px solid #d8e8e4;border-radius:999px;background:#f5fbf9}.grid-status__custom-rule input{width:128px;padding:0 9px;border:1px solid #c9dad6;border-radius:7px;background:#fff}.grid-status__custom-rule input:focus{border-color:var(--accent);outline:2px solid rgba(19,117,106,.15)}.grid-status__format select,.grid-status__freeze select{width:142px}.grid-status__jump input:focus,.grid-status__format select:focus,.grid-status__freeze select:focus{outline:none}.select-control{position:relative;display:inline-flex;align-items:center;border:1px solid #cfd9e6;border-radius:8px;background:linear-gradient(180deg,#fff,#f7fafc);box-shadow:inset 0 1px #ffffffe6,0 1px 2px #1720330d;transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.select-control:after{content:"";position:absolute;right:10px;width:7px;height:7px;border-right:1.5px solid #65758c;border-bottom:1.5px solid #65758c;pointer-events:none;transform:rotate(45deg) translateY(-2px)}.select-control:hover{border-color:#9fb2c8;background:#fff}.select-control:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #13756a26,0 1px 2px #1720330d}.select-control select{appearance:none;cursor:pointer}.custom-select{position:relative;min-width:142px}.custom-select__button{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;width:100%;height:30px;padding:0 30px 0 10px;border:1px solid #cfd9e6;border-radius:8px;color:#172033;background:linear-gradient(180deg,#fff,#f7fafc);box-shadow:inset 0 1px #ffffffe6,0 1px 2px #1720330d;cursor:pointer;transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.custom-select__button:after{content:"";position:absolute;right:12px;width:7px;height:7px;border-right:1.5px solid #65758c;border-bottom:1.5px solid #65758c;transform:rotate(45deg) translateY(-2px);transition:transform .14s ease}.custom-select__button[aria-expanded=true]{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #13756a26,0 1px 2px #1720330d}.custom-select__button[aria-expanded=true]:after{transform:rotate(225deg) translate(-2px,-1px)}.custom-select__button:hover{border-color:#9fb2c8;background:#fff}.custom-select__button span,.custom-select__option span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select__menu{position:absolute;top:calc(100% + 6px);left:0;z-index:30;display:grid;gap:4px;width:max(100%,220px);max-height:min(280px,52vh);padding:6px;overflow:auto;border:1px solid #cfd9e6;border-radius:10px;background:#fff;box-shadow:0 18px 38px #1720332e,0 4px 10px #17203314}.custom-select__search{margin-bottom:2px}.custom-select__option{display:flex;align-items:center;width:100%;min-height:34px;padding:0 10px;border:0;border-radius:7px;color:#233049;background:transparent;text-align:left;cursor:pointer}.custom-select__option:hover,.custom-select__option:focus-visible{background:#eef5f8;outline:none}.custom-select__option--selected{color:var(--accent-strong);background:#e7f5f2;font-weight:700}.grid-status__pager button,.grid-status__jump button,.grid-status__history button{display:inline-flex;align-items:center;gap:4px;height:28px;padding:0 8px;border:1px solid var(--line);border-radius:6px;color:#1f2a3a;background:#fff;cursor:pointer}.grid-status__icon-button{position:relative;justify-content:center;width:32px;padding:0}.grid-status__icon-button:after{content:attr(aria-label);position:absolute;bottom:calc(100% + 8px);left:50%;z-index:12;width:max-content;max-width:180px;padding:5px 8px;border-radius:6px;color:#fff;background:#172033;font-size:12px;line-height:1.2;opacity:0;pointer-events:none;transform:translate(-50%) translateY(4px);transition:opacity .12s ease,transform .12s ease}.grid-status__icon-button:before{content:"";position:absolute;bottom:calc(100% + 3px);left:50%;z-index:12;width:8px;height:8px;background:#172033;opacity:0;pointer-events:none;transform:translate(-50%) rotate(45deg);transition:opacity .12s ease}.grid-status__icon-button:hover:not(:disabled):after,.grid-status__icon-button:focus-visible:not(:disabled):after{opacity:1;transform:translate(-50%) translateY(0)}.grid-status__icon-button:hover:not(:disabled):before,.grid-status__icon-button:focus-visible:not(:disabled):before{opacity:1}.grid-status__jump button{width:32px;justify-content:center;padding:0}.grid-status__pager button:hover:not(:disabled),.grid-status__jump button:hover,.grid-status__history button:hover:not(:disabled){border-color:var(--accent);color:var(--accent-strong)}.grid-status__pager button:disabled,.grid-status__history button:disabled{color:#9aa7b6;cursor:not-allowed;background:#f2f5f8}.grid-status__loading{display:inline-flex;align-items:center;gap:7px}.loading-spinner{width:15px;height:15px;border:2px solid #cbd5e1;border-top-color:var(--accent);border-radius:999px;animation:spin .78s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.grid-viewport{position:relative;overflow:auto;min-height:0;contain:paint;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y}.grid-canvas{position:relative;min-width:100%}.grid-header-row{position:sticky;top:0;z-index:4;display:flex;align-items:stretch;width:max-content;border-bottom:1px solid #c5d0dd;background:#edf2f7}.grid-corner{position:sticky;left:0;z-index:5;display:flex;align-items:center;padding-left:12px;border-right:1px solid #c5d0dd;background:#edf2f7;font-weight:700}.grid-header{display:flex;align-items:stretch;background:#edf2f7}.grid-header__cell{position:relative;display:flex;align-items:center;padding:0 10px;border-right:1px solid #dbe3ec;overflow:hidden;font-weight:700}.grid-header__cell span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grid-header__sort{display:flex;align-items:center;gap:6px;min-width:0;width:100%;height:100%;padding:0 10px 0 0;border:0;color:inherit;background:transparent;font:inherit;font-weight:700;text-align:left;cursor:pointer}.grid-header__sort:hover{color:var(--accent-strong)}.grid-header__sort-icon{flex:0 0 auto;display:inline-grid;place-items:center;width:24px;height:24px;margin-left:auto;border-radius:6px;color:#8795a8}.grid-header__sort-icon--active{color:var(--accent-strong);background:#dff3ef}.grid-header__resize{position:absolute;top:0;right:-4px;z-index:2;width:8px;height:100%;padding:0;border:0;background:transparent;cursor:col-resize}.grid-header__resize:after{content:"";position:absolute;top:8px;bottom:8px;left:3px;width:2px;border-radius:999px;background:#c7d2df}.grid-header__cell:hover .grid-header__resize:after,.grid-header__resize:hover:after,.grid-header__resize:focus-visible:after{background:var(--accent)}.grid-header__cell--format-column{background:#e8f4ff;box-shadow:inset 0 -2px #4b8dc6}.grid-header__cell--frozen{position:sticky;z-index:6;background:#edf2f7;box-shadow:inset -1px 0 #b8c6d6,4px 0 10px #31425814}.grid-header__cell--frozen.grid-header__cell--format-column{background:#e8f4ff}.grid-rows{position:absolute;left:0;right:0;top:0}.grid-row{position:relative;display:flex}.grid-index{position:sticky;left:0;z-index:3;display:flex;align-items:center;padding-left:12px;border-right:1px solid #dbe3ec;border-bottom:1px solid #edf2f7;color:#627084;background:#fff}.grid-index--format-row{color:#6e5100;background:#fff5cc;box-shadow:inset 3px 0 #d9a214}.grid-row__cells{position:absolute;top:0;display:flex}.grid-row__frozen-cell{position:sticky;z-index:2;display:flex;height:36px;background:#fff;box-shadow:inset -1px 0 #dbe3ec,4px 0 10px #3142580f}.cell{display:flex;align-items:center;height:36px;border-right:1px solid #edf2f7;border-bottom:1px solid #edf2f7;background:#fff}.cell--edited{background:#fff7df;box-shadow:inset 0 0 0 1px #e3ae32}.cell--format-blank{background:#fff0f0;box-shadow:inset 0 0 0 1px #e58b8b}.cell--format-row{background:#fff9df}.cell--format-column{background:#edf7ff}.cell--format-custom{background:#eafbf1;box-shadow:inset 0 0 0 1px #39a66d}.cell--edited.cell--format-blank,.cell--edited.cell--format-row,.cell--edited.cell--format-column,.cell--edited.cell--format-custom{background:#fff4c2;box-shadow:inset 0 0 0 1px #d79b1e,inset 0 -3px #13756a5c}.cell input{width:100%;min-width:0;height:100%;border:0;padding:0 8px;background:transparent;outline:none}.cell input:focus{box-shadow:inset 0 0 0 2px #136f63}.cell button{width:44px;height:26px;margin-right:4px;border:1px solid #d09a22;border-radius:4px;color:#6f4b00;background:#fff2c8;font-size:12px;cursor:pointer}@media (max-width: 760px){.app{height:auto;min-height:100dvh;overflow:visible;padding:10px;gap:10px;grid-template-rows:auto auto auto auto minmax(0,1fr)}.app-header,.uploader,.toolbar__search,.toolbar__sort,.filter-panel,.filter-triplet,.conversion-panel{grid-template-columns:1fr}.app-header{display:grid;gap:10px;padding:0}.app-header__signal{width:100%;justify-content:center;white-space:normal;text-align:center}.app-header h1{font-size:24px}.app-header p{font-size:14px;line-height:1.35}.app-header__mark,.uploader__icon,.empty-state__icon{width:42px;height:42px}.uploader{min-height:auto;padding:14px;gap:12px}.uploader__content{align-items:flex-start}.uploader h2{font-size:18px}.uploader .button,.uploader>.button{width:100%}.toolbar{padding:10px;gap:10px}.toolbar__stats strong{flex:1 0 100%;max-width:100%}.toolbar__stats span{flex:1 1 auto;justify-content:center}.toolbar__search{gap:8px}.toolbar__search .button,.toolbar__search .field{width:100%}.toolbar__actions{display:grid;grid-template-columns:1fr;justify-content:stretch;gap:8px}.toolbar__action-group,.toolbar__action-group--end,.toolbar__actions .button{width:100%;flex:1 1 100%;margin-left:0}.toolbar__action-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.toolbar__action-group--end{grid-template-columns:1fr}.column-menu,.tools-menu{position:static;min-width:0}.column-menu__panel,.tools-menu__panel{position:fixed;inset:auto 10px 10px;z-index:50;width:auto;max-height:min(72vh,560px);overflow:auto;border-radius:10px;box-shadow:0 18px 50px #17203338}.tools-menu__panel{gap:4px}.tools-menu__item{min-height:44px}.column-menu__header{display:grid;align-items:stretch}.column-menu__header-actions{display:grid;grid-template-columns:1fr 1fr}.column-toggle{min-height:42px}.filter-panel{padding:10px}.filter-triplet{gap:8px}.conversion-panel{padding:10px}.conversion-panel .button,.conversion-field,.conversion-field input,.conversion-field select{width:100%}.export-review{display:grid;gap:10px}.export-review__actions{display:grid;grid-template-columns:1fr;gap:8px}.toolbar__sort>strong{justify-self:start}.health-panel,.timeline-panel{padding:10px}.health-panel{inset:auto 10px 10px;width:auto;height:min(46dvh,420px);max-height:min(46dvh,420px)}.health-panel__header,.timeline-panel__header{display:grid}.health-panel__actions{display:grid;grid-template-columns:1fr 1fr}.timeline-panel__header,.timeline-item{grid-template-columns:1fr}.timeline-panel__header{display:grid}.timeline-item__values{grid-template-columns:1fr}.grid-shell{grid-template-rows:auto minmax(0,1fr);height:min(68dvh,620px);min-height:360px}.grid-status{grid-template-columns:1fr;min-height:0;padding:8px 10px}.grid-status__summary,.grid-status__controls,.grid-status__activity{justify-content:flex-start;overflow-x:auto;padding-bottom:2px;white-space:nowrap;-webkit-overflow-scrolling:touch}.grid-viewport{min-height:0}.grid-header__cell{padding:0 8px}.grid-header__sort{padding-right:12px}.cell input,.toolbar input,.toolbar select{font-size:16px}.empty-state{min-height:52vh;padding:24px 14px}}@media (max-width: 480px){.app{padding:8px}.app-header__brand{align-items:flex-start}.app-header__signal{font-size:13px}.uploader__content{display:grid;grid-template-columns:auto minmax(0,1fr)}.toolbar__action-group{grid-template-columns:1fr}.toolbar__stats span{flex-basis:calc(50% - 4px);font-size:12px;padding:0 8px}.column-menu__panel,.tools-menu__panel{inset:auto 8px 8px;max-height:76vh}.export-review p,.toolbar__hint{font-size:12px;line-height:1.35}.grid-shell{height:min(64dvh,560px);min-height:330px;border-radius:6px}.grid-status{font-size:12px}}
