.EnvBadge_badge__DnFk7{position:fixed;bottom:12px;right:12px;z-index:50;background-color:#f59e0b;color:#ffffff;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;letter-spacing:.05em;box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:none;font-family:inherit}:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f6f8fc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--color-primary:#0099ff;--color-primary-rgb:0,153,255;--color-primary-soft:rgba(var(--color-primary-rgb),0.12);--color-text:#0f172a;--color-background:#f6f8fc;--color-muted:#64718a}*{box-sizing:border-box}#root,body,html{margin:0;min-height:100%}body{min-height:100vh;background:var(--color-background);color:var(--color-text)}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#f3f6ff,#e5e9f6);padding:1rem}.login-form{width:min(520px,100%);background:#ffffff;border-radius:1.5rem;padding:2.5rem;box-shadow:0 10px 25px rgba(23,37,84,.12);display:flex;flex-direction:column;gap:1rem}.login-title{margin:0;font-size:clamp(1.5rem,3.2vw,1.9rem);color:#0f172a}.login-title span{display:block}.login-highlight{color:var(--color-primary)}.login-field{display:flex;flex-direction:column;font-size:.9rem;gap:.35rem;color:#536079}.login-field input{border:1px solid #c8d0e6;border-radius:.85rem;padding:.85rem 1rem;font-size:1rem;font-family:inherit}.login-field input:focus{outline:2px solid var(--color-primary);outline-offset:0}.login-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#606a86}.login-form button{border:none;border-radius:999px;padding:.95rem;font-size:1rem;font-weight:600;background:var(--color-primary);color:#ffffff;cursor:pointer;transition:opacity .2s ease}.login-form button:disabled{opacity:.65;cursor:not-allowed}.login-error{margin:.5rem 0 0;color:#b42318;font-weight:600}.home-shell{min-height:100vh;background:var(--color-background);color:var(--color-text)}.home-shell__header{padding:1.5rem clamp(1.5rem,4vw,3rem);display:flex;justify-content:space-between;align-items:center;gap:1rem;border-bottom:1px solid #d8e0f0;background:#ffffff}.home-shell__eyebrow{margin:0 0 .25rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-muted)}.home-shell__header h1{margin:0;font-size:clamp(1.5rem,3vw,2rem)}.home-shell__user{display:flex;align-items:center;gap:.75rem}.home-shell__user p{margin:0;font-weight:600}.home-shell__user button{width:2.4rem;height:2.4rem;border-radius:999px;border:1px solid var(--color-primary);background:var(--color-primary);color:#ffffff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.home-shell__user button:hover{background:#ffffff;color:var(--color-primary);transform:translateY(-1px)}.home-shell__user svg{width:1.2rem;height:1.2rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.home-shell__content{padding:.85rem clamp(1.5rem,4vw,3rem) clamp(1.5rem,4vw,3rem);min-height:calc(100vh - 97px);box-sizing:border-box}.home-breadcrumb{margin-bottom:.9rem}.home-breadcrumb ol{margin:0;padding:0;list-style:none;display:flex;align-items:center;flex-wrap:wrap;gap:.45rem}.home-breadcrumb li{display:inline-flex;align-items:center;gap:.45rem;font-size:1.08rem}.home-breadcrumb__link{appearance:none;border:0;background:transparent;color:var(--color-primary);font:inherit;font-weight:600;padding:0;cursor:pointer;text-decoration:underline;text-underline-offset:.15rem}.home-breadcrumb [aria-current=page]{color:var(--color-text);font-weight:700}.home-breadcrumb__separator{color:var(--color-muted)}.home-modules{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,220px));justify-content:start;gap:2rem;width:min(980px,100%)}.home-module{appearance:none;text-align:inherit;border:1px solid #e3e9f7;border-radius:2rem;background:#ffffff;box-shadow:0 12px 28px rgba(15,23,42,.08);min-height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.home-module:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(15,23,42,.12)}.home-module__icon{width:4.5rem;height:4.5rem;border-radius:1.5rem;background:var(--color-primary-soft);color:var(--color-primary);display:inline-flex;align-items:center;justify-content:center}.home-module__icon svg{width:2rem;height:2rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.home-module__title{font-size:1.05rem;font-weight:700;color:var(--color-text);text-align:center}.home-panel{margin-top:0;width:min(980px,100%);background:#ffffff;border:1px solid #e3e9f7;border-radius:1.5rem;padding:1.5rem;text-align:left}.home-panel--users{width:min(760px,100%)}.home-panel--preparation{width:min(1220px,100%)}.home-panel--preparation-upload{width:min(460px,100%)}.home-panel--preparation-runs{width:100%}.home-panel--preparation-result{width:100%;min-width:0}.home-panel--preparation-result-compact{width:fit-content;max-width:min(36vw,460px);justify-self:start}.home-panel h2,.home-panel h3{margin:0 0 .5rem}.home-panel p{margin:.25rem 0 1rem;color:var(--color-muted)}.home-user-list__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.65rem}.home-add-user-button{width:2.2rem;height:2.2rem;border-radius:999px;font-size:1.4rem;line-height:1;font-weight:700}.home-add-user-button,.home-user-form button{border:1px solid var(--color-primary);background:var(--color-primary);color:#ffffff;cursor:pointer}.home-user-form button{border-radius:.6rem;padding:.55rem .9rem;min-height:42px;font-size:.9rem;font-weight:600}.home-user-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.9rem;align-items:end}.home-user-form label{display:grid;gap:.35rem}.home-user-form span{font-size:.9rem;font-weight:600}.home-user-form input,.home-user-form select{border:1px solid #cfd9ee;border-radius:.6rem;padding:.55rem .6rem;min-height:42px;height:42px;box-sizing:border-box}.home-user-form select{font-size:.9rem}.home-feedback{margin-top:.9rem;margin-bottom:0;font-weight:600}.home-feedback--ok{color:#0a7f45}.home-feedback--error{color:#bf1e1e}.home-modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.42);display:grid;place-items:center;padding:1rem;z-index:50}.home-modal{width:min(620px,100%);background:#ffffff;border-radius:1rem;border:1px solid #d7e2f5;padding:1rem;box-shadow:0 24px 60px rgba(15,23,42,.24)}.home-modal__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.8rem}.home-modal__header h3{margin:0}.home-modal__close{width:2rem;height:2rem;border:1px solid #d0daef;border-radius:999px;background:#ffffff;color:var(--color-text);font-weight:700;cursor:pointer}.home-modal__actions{display:flex;justify-content:flex-end;gap:.65rem;grid-column:1/-1;margin-top:1.1rem}.home-user-list ul{list-style:none;padding:0;margin:.7rem 0 0;border-top:1px solid #e3e9f7}.home-user-list__columns{font-size:.86rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted)}.home-user-list li,.home-user-list__columns{display:grid;grid-template-columns:minmax(180px,1.4fr) minmax(140px,1fr) auto;align-items:center;gap:1rem}.home-user-list li{padding:.65rem 0;border-bottom:1px solid #e3e9f7}.home-user-list__actions{display:inline-flex;gap:.45rem}.home-user-list__actions button{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-primary);background:#ffffff;color:var(--color-primary);border-radius:.45rem;padding:0;font-size:.92rem;font-weight:700;line-height:1;cursor:pointer}.home-user-list__actions .home-user-list__delete{border-color:#bf1e1e;color:#bf1e1e}.home-user-list__actions button svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.home-preparation-map{width:100%;overflow:visible}.home-preparation-layout{width:100%;display:grid;grid-template-columns:minmax(560px,38%) minmax(640px,1fr);gap:1.25rem;align-items:start}.home-preparation-layout--viewport{min-height:calc(100vh - 180px)}.home-preparation-layout--focused{grid-template-columns:minmax(0,1fr)}.home-preparation-runs{display:grid;gap:.9rem}.home-preparation-runs__header h3{margin:0}.home-preparation-runs__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.home-preparation-runs__add-button{width:2.2rem;height:2.2rem;border-radius:999px;border:1px solid var(--color-primary);background:var(--color-primary);color:#ffffff;font-size:1.4rem;line-height:1;font-weight:700;cursor:pointer}.home-preparation-runs__add-button:hover{background:#244477}.home-preparation-runs__empty{margin:.25rem 0 0;color:var(--color-muted)}.home-preparation-runs__table-wrap{overflow:visible}.home-preparation-runs__table{width:100%;border-collapse:collapse;table-layout:fixed}.home-preparation-runs__table td,.home-preparation-runs__table th{text-align:left;padding:.7rem .3rem;border-bottom:1px solid #e3e9f7;font-size:.9rem;vertical-align:middle;white-space:nowrap}.home-preparation-runs__table td:first-child,.home-preparation-runs__table th:first-child{width:150px;overflow:hidden;text-overflow:ellipsis}.home-preparation-runs__table td:nth-child(2),.home-preparation-runs__table th:nth-child(2){width:150px}.home-preparation-runs__table td:nth-child(3),.home-preparation-runs__table th:nth-child(3){width:78px}.home-preparation-runs__table td:nth-child(4),.home-preparation-runs__table th:nth-child(4){width:44px;text-align:right}.home-preparation-runs__table td:first-child,.home-preparation-runs__table th:first-child{padding-left:0}.home-preparation-runs__table td:last-child,.home-preparation-runs__table th:last-child{padding-right:0}.home-preparation-runs__table th{color:var(--color-muted);font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.home-preparation-runs__table td:last-child{color:#244477;font-weight:700}.home-preparation-runs__table tbody tr.is-active td{background:#f6f9ff}.home-preparation-runs__table tbody tr.is-clickable{cursor:pointer}.home-preparation-runs__table tbody tr.is-clickable:hover td{background:#f8fbff}.home-preparation-runs__table tbody tr.is-clickable:focus-visible{outline:2px solid #9bb8ea;outline-offset:2px}.home-modal--upload{width:min(560px,100%)}.home-preparation-map__actions{display:flex;justify-content:flex-end;margin-bottom:.75rem}.home-action-button{border:1px solid #b7c8e6;border-radius:.6rem;background:#fff;color:#1f3657;font-size:.92rem;font-weight:700;padding:.48rem .82rem;cursor:pointer}.home-action-button:hover{background:#f3f7ff}.home-action-button--primary{border-color:var(--color-primary);background:var(--color-primary);color:#ffffff}.home-action-button--primary:hover{background:#244477}.home-action-button--icon{display:inline-flex;align-items:center;gap:.5rem}.home-action-button__icon{font-size:.88rem;line-height:1}.home-preparation-upload{width:100%;min-height:150px;margin:0 auto;border:2px dashed #9fb4d8;border-radius:1rem;display:grid;place-items:center;color:var(--color-primary);font-size:1.25rem;font-weight:700;cursor:pointer}.home-preparation-upload-stack{width:100%;margin:0 auto;display:grid;gap:1.1rem}.home-preparation-upload-form{display:grid;gap:.75rem}.home-preparation-upload-form__row{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1fr);gap:.75rem}.home-preparation-upload-form__field{display:grid;gap:.35rem}.home-preparation-upload-form__field span{color:#1f3657;font-size:.88rem;font-weight:700}.home-preparation-upload-form__field input,.home-preparation-upload-form__field select{width:100%;border:1px solid #cfd9ee;border-radius:.7rem;padding:.7rem .8rem;min-height:46px;box-sizing:border-box;background:#ffffff;color:#1f3657;font:inherit}.home-preparation-upload-toolbar__select{min-width:0;height:46px;border-radius:.7rem}.home-preparation-upload input[type=file]{display:none}.home-preparation-upload--processing{border-style:solid}.home-upload-progress{width:min(260px,90%)}.home-upload-progress--single{width:min(360px,92%);display:grid;gap:.6rem}.home-upload-progress__head,.home-upload-progress__title{display:flex;align-items:center;gap:.6rem}.home-upload-progress__head{justify-content:space-between}.home-upload-progress__title{color:#1f3657;font-size:.92rem;font-weight:700}.home-upload-progress--steps{width:min(360px,92%);display:grid;gap:.6rem}.home-upload-step{display:grid;gap:.3rem}.home-upload-step__head{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.home-upload-step__title{display:inline-flex;align-items:center;gap:.45rem;color:#1f3657;font-size:.84rem;font-weight:700}.home-upload-step__percent{color:#7a8aa4;font-size:.76rem;font-weight:700}.home-upload-progress__track{width:100%;height:.58rem;border-radius:999px;background:#dbe6f7;overflow:hidden}.home-upload-progress__fill{height:100%;border-radius:999px;background:var(--color-primary);transition:width .2s ease}.home-upload-progress__percent{margin:.45rem 0 0;text-align:center;font-size:1.05rem;font-weight:700;color:var(--color-primary)}.home-upload-progress__steps{margin:.24rem 0 0;text-align:center;font-size:.78rem;font-weight:600;color:#9aa8bf}.home-spinner{width:2rem;height:2rem;border:3px solid #c8d8f1;border-top:3px solid var(--color-primary);border-radius:999px;animation:home-spin .8s linear infinite}@keyframes home-spin{to{transform:rotate(1turn)}}.home-preparation-map__table-wrap{width:max-content;max-width:100%;overflow:visible;direction:ltr;align-self:start}.home-preparation-map__approval-summary{width:100%;box-sizing:border-box;display:flex;align-items:center;gap:.85rem;padding:.5rem .7rem;margin-bottom:.65rem;background:#f4f8ff;border:1px solid #e3ebf8;border-radius:.65rem;font-size:.78rem;font-weight:700;color:#244477}.home-preparation-map__approval-count{display:inline-flex;align-items:baseline;gap:.35rem;white-space:nowrap}.home-preparation-map__approval-count em{font-style:normal;color:var(--color-muted);font-weight:600}.home-preparation-map__approval-count--complete{color:#16a34a}.home-preparation-map__approval-count--complete:before{content:"✓";font-size:.82rem;line-height:1}.home-preparation-map__approval-actions{margin-left:auto;display:flex;align-items:center;gap:.6rem}.home-preparation-map__approval-status{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:700;letter-spacing:.02em;color:var(--color-muted)}.home-preparation-map--with-preview{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:1.25rem;align-items:start}.home-preparation-map__table{width:auto;border-collapse:collapse;table-layout:fixed;direction:ltr}.home-preparation-map__table td,.home-preparation-map__table th{padding:.52rem .45rem;border-bottom:1px solid #e3e9f7;vertical-align:middle}.home-preparation-map__table th{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted);text-align:left}.home-preparation-map__table td:first-child,.home-preparation-map__table th:first-child{width:395px}.home-preparation-map__table td:nth-child(2),.home-preparation-map__table th:nth-child(2){width:130px}.home-preparation-map__table td:nth-child(3),.home-preparation-map__table th:nth-child(3){width:84px;text-align:center}.home-preparation-map__table td:first-child,.home-preparation-map__table th:first-child{padding-left:0}.home-preparation-map__table td:last-child,.home-preparation-map__table th:last-child{padding-right:0}.home-preparation-map__table-row--selected{outline:2px solid rgba(var(--color-primary-rgb),.22);outline-offset:-2px;background:rgba(var(--color-primary-rgb),.06)}.home-preparation-map__table tbody tr{cursor:pointer}.home-preparation-map__group-summary-row{background:#f4f8ff}.home-preparation-map__group-summary-row:hover{background:#eaf2ff}.home-preparation-map__group-summary-row.is-open{background:#e6f0ff}.home-preparation-map__group-meta-cell,.home-preparation-map__group-summary-cell{font-size:.76rem;font-weight:700;color:#244477}.home-preparation-map__group-summary-button{display:inline-flex;align-items:center;gap:.45rem;border:0;background:transparent;padding:0;color:inherit;font:inherit;cursor:pointer}.home-preparation-map__group-chevron{display:inline-flex;align-items:center;justify-content:center;width:.9rem;transition:transform .16s ease}.home-preparation-map__group-chevron.is-open{transform:rotate(90deg)}.home-preparation-map__item-row td:first-child{padding-left:1.15rem}.home-preparation-map__detail-row td{padding-top:.35rem;padding-bottom:.9rem}.home-preparation-map__part-cell{font-size:.74rem;line-height:1;font-weight:700;color:#244477;white-space:normal;overflow-wrap:anywhere}.home-preparation-map__approval-cell{text-align:center}.home-preparation-map__approval-toggle{width:1.7rem;height:1.7rem;border-radius:999px;border:1px solid #c9d4e5;background:#eef2f7;color:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.home-preparation-map__approval-toggle:hover{border-color:#aebfd8;background:#e5ebf3}.home-preparation-map__approval-toggle.is-approved{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.home-preparation-map__approval-icon{font-size:.82rem;line-height:1;font-weight:800}.home-preparation-preview{position:sticky;top:1.25rem;align-self:start;height:calc(100vh - 160px);border:1px solid #e3e9f7;border-radius:1rem;background:#f7fbff;overflow:hidden}.home-preparation-preview__frame,.home-preparation-preview__image-button{width:100%;height:100%;border:0;background:#fff}.home-preparation-preview__image-button{position:relative;display:block;padding:0;cursor:pointer}.home-preparation-preview__image{display:block;width:100%;height:100%;object-fit:contain;background:#fff}.home-preparation-preview__zoom{position:absolute;top:.75rem;right:.75rem;width:15rem;height:15rem;border-radius:1rem;border:1px solid rgba(36,68,119,.14);background-color:#fff;background-repeat:no-repeat;background-size:1400%;box-shadow:0 14px 34px rgba(15,23,42,.18);overflow:hidden;pointer-events:none}.home-preparation-preview__zoom-selector{position:absolute;width:calc(15rem / 14);height:calc(15rem / 14);transform:translate(-50%,-50%);background:rgba(36,68,119,.12);border:1.5px solid rgba(36,68,119,.85);border-radius:3px;box-shadow:0 0 0 1px rgba(255,255,255,.8);pointer-events:none}.home-preparation-preview__zoom:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.4)}.home-preparation-preview__zoom--idle{display:inline-flex;align-items:center;justify-content:center;background-image:none;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.home-preparation-preview__zoom-icon{position:absolute;top:.55rem;right:.65rem;color:#244477;font-size:1rem;line-height:1;font-weight:700;text-shadow:0 1px 0 rgba(255,255,255,.85)}.home-preparation-preview__state{height:100%;display:flex;align-items:center;justify-content:center;padding:1rem;color:var(--color-muted);text-align:center}.home-preparation-preview__state--error{color:var(--color-error,#dc2626)}.home-preparation-map__head{display:grid;grid-template-columns:minmax(420px,1fr) 140px;gap:1rem;align-items:center;font-size:.86rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted);margin-bottom:.45rem}.home-preparation-map__head span:last-child{text-align:center}.home-preparation-map__list{list-style:none;margin:0;padding:0;border-top:1px solid #e3e9f7}.home-preparation-map__group{border-bottom:1px solid #e3e9f7}.home-preparation-map__group-row{border:0;background:transparent;display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:1rem;align-items:center;padding:.68rem 0;justify-content:space-between;width:100%;text-align:left;cursor:pointer}.home-preparation-map__group-main{display:grid;grid-template-columns:minmax(0,1fr);gap:0;align-items:center;width:100%;min-width:0;justify-content:start}.home-preparation-map__count-cell{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.home-preparation-map__classification{font-weight:600;font-size:1.02rem;color:var(--color-text);text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.home-preparation-map__count{font-weight:600;font-size:1.02rem;color:#24364f;text-align:center}.home-preparation-map__details{padding:0 0 .72rem 1rem;max-width:none;min-width:0}.home-preparation-map__details>ul{list-style:none;margin:0;padding:0;border-top:1px solid #edf2fb}.home-preparation-map__details>ul>li{display:grid;grid-template-columns:1fr;gap:1rem;align-items:center;padding:.52rem 0;border-bottom:1px solid #e3e9f7}.home-preparation-map__item--classification-mismatch{background:linear-gradient(90deg,rgba(255,184,107,.28),rgba(255,184,107,.12))}.home-preparation-map__item-main{display:grid;grid-template-columns:minmax(260px,1fr) minmax(180px,.8fr) 112px;align-items:center;gap:.75rem}.home-preparation-map__classification-cell{display:block;min-width:0}.home-preparation-map__classification-cell select{width:100%;max-width:100%;min-width:0;border:1px solid #d1def4;background:#eff5ff;color:#244477;border-radius:999px;font-size:.74rem;line-height:1;font-weight:700;padding:.34rem 1.7rem .34rem .62rem;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg,transparent 50%,#244477 0),linear-gradient(135deg,#244477 50%,transparent 0);background-position:calc(100% - .95rem) calc(50% - .08rem),calc(100% - .7rem) calc(50% - .08rem);background-size:.32rem .32rem,.32rem .32rem;background-repeat:no-repeat;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-preparation-map__classification-cell select:focus{outline:none;border-color:#9bb8ea;background-color:#e5efff}.home-preparation-map__classification-cell select:hover{border-color:#9bb8ea;background-color:#e5efff}.home-preparation-map__check-cell{border:1px solid #2b5ea7;background:#2b5ea7;color:#fff;border-radius:999px;min-height:2rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0 .8rem;justify-self:center;font-size:.74rem;font-weight:700;min-width:6.5rem}.home-preparation-map__check-cell.is-open,.home-preparation-map__check-cell:hover{border-color:#244477;background:#244477}.home-preparation-map__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-preparation-map__create-folder-form{display:grid;gap:.85rem}.home-preparation-map__create-folder-form label{display:grid;gap:.35rem}.home-preparation-map__create-folder-form label span{font-size:.88rem;font-weight:700;color:#1f3657}.home-preparation-map__create-folder-form input{border:1px solid #cfd9ee;border-radius:.6rem;padding:.55rem .6rem;min-height:42px;box-sizing:border-box}.home-preparation-map__category-list{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.home-preparation-map__category-button{border:1px solid #d1def4;background:#eff5ff;color:#244477;border-radius:999px;display:inline-flex;align-items:center;gap:.38rem;font-size:.74rem;line-height:1;font-weight:700;padding:.22rem .52rem;cursor:pointer}.home-preparation-map__category-button.is-open{border-color:#9bb8ea;background:#e5efff}.home-preparation-map__check-groups{margin-top:.4rem;display:grid;gap:.45rem}.home-preparation-map__check-group{border:1px solid #dce7fb;background:#f8fbff;border-radius:.6rem;padding:.45rem .6rem}.home-preparation-map__check-group-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.3rem;color:#274571;font-size:.78rem;font-weight:700}.home-preparation-map__classification-value{font-size:.92rem;font-weight:600;color:#1f3657}.home-preparation-map__check-icon{width:1.2rem;height:1.2rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700}.home-preparation-map__check-icon.is-pass{color:#146c2e;background:#def7e5}.home-preparation-map__check-icon.is-fail{color:#9f2310;background:#ffe7e2}.home-preparation-map__check-icon.is-skip{color:#5d6f8f;background:#e7edf7}.home-preparation-map__check-icon.is-not-found{color:#8a4a00;background:#ffeccc}.home-preparation-map__ocr-button{border:1px solid #9bb8ea;background:#eef4ff;color:#244477;font-size:.78rem;font-weight:700;border-radius:999px;padding:.35rem .7rem;cursor:pointer}.home-preparation-table__status{width:.62rem;height:.62rem;border-radius:999px;background:#49d16b;flex-shrink:0;justify-self:start}.home-preparation-table__status--unknown{background:#ff5113}.home-modal--ocr{width:min(880px,100%)}.home-modal__ocr-text{margin:0;max-height:50vh;overflow:auto;white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.82rem;line-height:1.35;color:#1f3657;background:#f4f8ff;border:1px solid #d8e5fb;border-radius:.6rem;padding:.7rem}.home-modal__ocr-list{display:grid;gap:.8rem}.home-preparation-training__toggle{display:flex;justify-content:flex-end;margin-bottom:.75rem}.home-preparation-training{padding:16px}.home-preparation-training__stats{display:flex;flex-direction:column;gap:6px;margin:8px 0 16px;font-size:.9em}.home-preparation-training__retrain{margin-bottom:24px}.home-preparation-training__btn{padding:8px 16px;border:none;border-radius:6px;background:var(--color-primary,#4a90d9);color:white;cursor:pointer;font-size:.85em}.home-preparation-training__btn:disabled{opacity:.5;cursor:not-allowed}.home-preparation-training__btn--sm{padding:4px 10px;font-size:.8em}.home-preparation-training__progress{margin-top:12px}.home-preparation-training__progress-bar{height:8px;background:var(--color-border,#ddd);border-radius:4px;overflow:hidden}.home-preparation-training__progress-fill{height:100%;background:var(--color-primary,#4a90d9);transition:width .3s}.home-preparation-training__log{max-height:200px;overflow-y:auto;font-size:.75em;background:var(--color-bg-secondary,#f5f5f5);padding:8px;border-radius:4px;margin-top:8px;white-space:pre-wrap;word-break:break-word}.home-preparation-training__error{color:var(--color-danger,#d9534f);margin-top:8px;font-size:.85em}.home-preparation-training__success{color:var(--color-success,#5cb85c);margin-top:8px;font-size:.85em}.home-preparation-training__table{width:100%;border-collapse:collapse;font-size:.85em}.home-preparation-training__table td,.home-preparation-training__table th{padding:8px 12px;text-align:left;border-bottom:1px solid var(--color-border,#eee)}.home-preparation-training__table th{font-weight:600;color:var(--color-muted,#888)}@media (max-width:720px){.home-preparation-layout--viewport,.home-shell,.home-shell__content{height:auto;overflow:visible}.home-panel--preparation-result-compact{width:100%;max-width:100%}.home-preparation-map--with-preview{grid-template-columns:1fr}.home-preparation-map__table-wrap{width:100%;max-width:100%}.home-preparation-preview{position:static;height:auto;min-height:24rem}.home-preparation-layout,.home-preparation-upload-form__row,.home-user-form{grid-template-columns:1fr}.home-modal__actions{justify-content:stretch}.home-modal__actions button{width:100%}.home-preparation-map__item-main{grid-template-columns:1fr;gap:.5rem}}.home-preparation-map__status-banner{display:flex;flex-direction:column;gap:.25rem;padding:.65rem .9rem;border-radius:.5rem;border-left:4px solid transparent;margin-bottom:.6rem;font-size:.9rem;line-height:1.35}.home-preparation-map__status-banner--correct{background:var(--color-success-bg,#dcfce7);color:var(--color-success,#15803d);border-left-color:var(--color-success,#16a34a)}.home-preparation-map__status-banner--mismatch{background:var(--color-error-bg,#fee2e2);color:var(--color-error,#b91c1c);border-left-color:var(--color-error,#dc2626)}.home-preparation-map__status-banner--neutral{background:var(--color-surface-alt,#f1f5f9);color:#1f3657;border-left-color:#cbd5e1}.home-preparation-map__status-banner__headline{font-weight:700}.home-preparation-map__status-banner__secondary{font-size:.8rem;opacity:.9}.home-preparation-map__visuals-row{display:flex;gap:.75rem;margin-bottom:.5rem}.home-preparation-map__visual-col{flex:1 1;min-width:0;display:flex;flex-direction:column}.home-preparation-map__visual-frame{border:1px solid var(--color-border,#cbd5e1);border-radius:.4rem;overflow:hidden;background:#fff;min-height:240px;max-height:420px;display:flex;align-items:center;justify-content:center}.home-preparation-map__visual-frame img,.home-preparation-map__visual-frame pre{display:block;max-width:100%;max-height:420px;object-fit:contain}.home-preparation-map__visual-button{appearance:none;background:none;border:none;padding:0;cursor:pointer;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.home-preparation-map__visual-button:focus-visible .home-preparation-map__visual-frame,.home-preparation-map__visual-button:hover .home-preparation-map__visual-frame{outline:2px solid var(--color-primary,#2b5ea7);outline-offset:-2px}.home-preparation-map__visual-placeholder{color:var(--color-muted,#64748b);font-size:.8rem;text-align:center;padding:0 .75rem}.home-preparation-map__visual-caption{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.3rem;font-size:.75rem;color:var(--color-muted,#64748b)}.home-preparation-map__pdf-error{font-size:.72rem;color:var(--color-error,#dc2626)}.home-preparation-map__material-line{font-size:.78rem;color:var(--color-muted,#475569);padding-top:.4rem;border-top:1px solid #f1f5f9}