:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color:#0f172a;background-color:#f5f7fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh}h1,h2,h3{margin:0;line-height:1.3;color:#111827}p{margin:0;color:#334155}.select-wrapper{position:relative;width:100%}.select{width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:10px 36px 10px 12px;border:1px solid #d0d5dd;border-radius:8px;font-size:14px;background:#fff;color:#111827;transition:border-color .12s ease,box-shadow .12s ease}.select:focus{outline:2px solid #4f46e5;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e526}.select:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#6b7280;font-size:14px}.layout{max-width:1200px;margin:0 auto;padding:24px;display:flex;flex-direction:column;gap:20px}body.modal-open{overflow:hidden}.header{display:flex;align-items:center;justify-content:space-between}.subtitle{margin:4px 0 0;color:#5d667b;font-size:14px}.tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.tiles-wrap{display:flex;flex-direction:column;gap:24px}.tiles-wrap.vertical .tiles{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.tiles.three-cols{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:960px){.tiles.three-cols{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}.group-title{margin:0 0 8px;color:#1f2937}.tile{border:1px solid #e5e7eb;border-radius:12px;padding:16px;display:flex;align-items:center;gap:12px;background:#fff;cursor:pointer;transition:box-shadow .15s ease,transform .15s ease}.tile:hover{box-shadow:0 8px 24px #0000000f;transform:translateY(-2px)}.tile-icon{font-size:28px}.content{display:grid;grid-template-columns:420px 1fr;gap:16px;align-items:start}@media(max-width:960px){.content{grid-template-columns:1fr}}.product-content{display:flex;flex-direction:column;gap:16px}.product-content .panel{width:100%}.product-content .customer-panel{min-height:auto;width:25%;min-width:240px;max-width:420px;align-self:flex-start;padding:12px}.product-content .customer-panel .panel-header{margin-bottom:8px}.product-content .customer-panel .panel-header p{margin:0;font-size:13px}@media(max-width:960px){.product-content{display:flex;flex-direction:column}.product-content .customer-panel{width:100%;max-width:none}}.panel{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:16px;box-shadow:0 4px 12px #0000000a}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.form{display:flex;flex-direction:column;gap:10px}.form label{display:flex;flex-direction:column;gap:4px;font-weight:600;color:#2d3340}.form input{padding:10px 12px;border:1px solid #d0d5dd;border-radius:8px;font-size:14px}.form input:focus{outline:2px solid #4f46e5;border-color:#4f46e5}.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.table{width:100%;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.table-head,.table-row{display:grid;grid-template-columns:1.5fr 1fr 1fr .8fr;align-items:center;gap:8px;padding:12px}.table-head{background:#f8fafc;font-weight:700;color:#334155}.table-row:nth-child(odd){background:#fbfdff}.cell-strong{font-weight:700}.actions-col{display:flex;gap:8px;justify-content:flex-end}button{border:none;border-radius:8px;padding:10px 14px;background:#4f46e5;color:#fff;font-weight:600;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}button:hover{background:#4338ca;box-shadow:0 6px 12px #4f46e533;transform:translateY(-1px)}button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.ghost{background:#eef2ff;color:#4338ca;border:1px solid #c7d2fe}.link{background:transparent;color:#2563eb;padding:6px 10px;box-shadow:none}.link:hover{color:#1d4ed8;text-decoration:underline;transform:none}.link.danger{color:#dc2626}.icon-btn{background:transparent;color:#2563eb;padding:6px 8px;box-shadow:none;font-size:18px;line-height:1;min-width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center}.icon-btn.options-trigger{font-size:22px;min-width:38px;height:38px;background:#fff;border:1px solid #d0d5dd;border-radius:10px;box-shadow:0 2px 8px #0f172a14;line-height:0}.icon-btn.options-trigger>span{display:block;line-height:1;transform:translateY(1px)}.icon-btn.options-trigger:hover{background:#f8fafc;border-color:#c7d2fe;box-shadow:0 6px 14px #0f172a1f}.icon-btn.options-trigger[aria-expanded=true]{background:#eef2ff;border-color:#a5b4fc;box-shadow:0 10px 22px #4f46e52e}.icon-btn:hover{background:#f0f4ff;color:#1d4ed8;transform:none;text-decoration:none}.icon-btn.danger{color:#dc2626}.icon-btn.danger:hover{background:#fef2f2;color:#b91c1c}.toast{position:fixed;top:16px;right:16px;background:#22c55e;color:#fff;padding:10px 14px;border-radius:10px;box-shadow:0 10px 24px #0000001f;z-index:1200;font-weight:600}.alert{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:8px;padding:10px 12px;margin-bottom:10px}.modal-backdrop{position:fixed;inset:0;background:#0f172a52;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;padding:48px 16px;z-index:1000}.modal{background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 16px 48px #0000001f;width:min(900px,100%);max-width:900px;padding:20px}.modal.modal-document{max-width:980px}.access-token-backdrop{align-items:center}.access-token-modal{max-width:420px;width:100%}.access-token-modal .modal-header{flex-direction:column;align-items:stretch}.access-token-lead{margin:0;font-size:14px;font-weight:500;color:#64748b;line-height:1.35}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.modal-body{display:flex;flex-direction:column;gap:12px}.modal-body label{display:flex;flex-direction:column;gap:4px;font-weight:600;color:#2d3340}.modal-body input,.modal-body select{width:100%;min-height:40px;padding:10px 12px;border:1px solid #d0d5dd;border-radius:8px;font-size:14px}.modal-body select{appearance:none;-webkit-appearance:none;-moz-appearance:none}.muted{color:#64748b}.protocols-toolbar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:12px}@media(max-width:1200px){.protocols-toolbar{grid-template-columns:1fr 1fr}}@media(max-width:960px){.protocols-toolbar{grid-template-columns:1fr}}.protocols-toolbar-item{display:flex;flex-direction:column;gap:6px}.protocols-search{width:100%;min-height:40px;padding:10px 12px;border:1px solid #d0d5dd;border-radius:10px;font-size:14px}.protocols-search:focus{outline:2px solid #4f46e5;border-color:#4f46e5}.inline-check{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:8px 12px;border:1px solid #d0d5dd;border-radius:10px;background:#fff;color:#111827;font-size:14px;line-height:1;font-weight:600;-webkit-user-select:none;user-select:none}.inline-check input{width:14px;height:14px}.input-unit{position:relative;width:100%}.input-unit input{width:100%;padding-right:42px}.input-unit input[type=number]::-webkit-outer-spin-button,.input-unit input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input-unit input[type=number]{-moz-appearance:textfield;appearance:textfield}.input-unit .unit{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#64748b;font-weight:800;pointer-events:none}.protocols-label{font-size:12px;font-weight:700;color:#334155}.modal-body .protocols-label{font-size:inherit;font-weight:600;color:#2d3340}.segmented{display:flex;border:1px solid #d0d5dd;border-radius:10px;overflow:hidden;background:#fff}.segmented-btn{flex:1;padding:12px 14px;border-radius:0;background:#fff;color:#334155;box-shadow:none;transform:none}.segmented-btn:hover{background:#f8fafc;box-shadow:none;transform:none}.segmented-btn.active{background:#4f46e5;color:#fff}.segmented-btn.active:hover{background:#4338ca}.two-level-list{display:flex;flex-direction:column;gap:12px}.two-level-item{border:1px solid #e5e7eb;border-radius:12px;overflow:visible}.two-level-header{padding:12px 14px;background:#f8fafc;border-bottom:1px solid #e5e7eb;border-radius:12px 12px 0 0}.two-level-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.two-level-header-row.clickable{cursor:pointer}.two-level-header-row.clickable:focus-visible{outline:2px solid #4f46e5;outline-offset:3px;border-radius:10px}.evidence-card{border:2px solid #111827;padding:10px 12px;border-radius:6px;background:#fff;color:#111827;font-size:12px}.evidence-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.evidence-card-title{font-weight:900;text-align:left;flex:1;font-size:24px;line-height:1.1}.protocol-print-header-main{flex:1;min-width:0;text-align:left}.protocol-print-header-title{font-weight:900;font-size:15px;line-height:1.25;word-break:break-word;color:#111827}.protocol-print-header-normy{margin-top:6px;font-weight:600;font-size:12px;line-height:1.35;word-break:break-word;color:#334155}.protocol-print-normy-label{font-weight:800;color:#475569}.protocol-print-stack{display:flex;flex-direction:column;gap:2px}.protocol-print-instrument-row+.protocol-print-instrument-row{margin-top:4px}.ec-measure-container{padding:0!important}.ec-measure-grid{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(0,1fr) minmax(0,1.3fr);width:100%;border:1px solid #111827;align-items:start;align-content:start;grid-auto-rows:min-content}.ec-measure-head{font-size:11px;font-weight:800;color:#334155;padding:4px 8px;border:1px solid #111827;background:#f1f5f9;line-height:1.1}.ec-measure-cell{font-size:12px;font-weight:600;color:#111827;padding:4px 8px;border:1px solid #111827;line-height:1.15;min-height:0}.ec-measure-name{font-weight:700;color:#1e293b}.ec-measure-val{font-variant-numeric:tabular-nums}.ec-measure-methods{grid-column:1 / -1;font-size:11px;font-weight:600;color:#334155;background:#fafafa}.ec-measure-methods-label{font-weight:800;color:#475569}.evidence-card-no{white-space:nowrap;font-weight:800}.evidence-card-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid #111827}.ec-cell{border:1px solid #111827;padding:4px 8px;min-height:24px}.ec-span2{grid-column:1 / -1}.ec-label{font-size:11px;font-weight:800;color:#334155;margin-bottom:1px;line-height:1.05}.ec-value{font-weight:600;color:#111827;line-height:1.15}.ec-strong{font-weight:900}.ec-small{font-weight:600;color:#334155;line-height:1.15}.ec-section{grid-column:1 / -1;font-weight:900;font-size:12px;padding:5px 8px;background:#f1f5f9;border:1px solid #111827}.ec-sign-cell{display:flex;flex-direction:column}.ec-sign-space{flex:1;min-height:72px;margin-top:6px;border:1px dashed #94a3b8;border-radius:2px;background:#fafafa}.two-level-header-main{min-width:0}.two-level-title{font-weight:800;color:#111827}.two-level-subtitle{margin-top:4px;font-size:13px;color:#475569}.two-level-children{padding:10px 14px;display:flex;flex-direction:column;gap:8px;background:#fff;border-radius:0 0 12px 12px}.two-level-child{padding:0;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.two-level-child-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;width:100%;min-width:0;padding:10px 12px}.two-level-child-row.clickable{cursor:pointer}.two-level-child-row.clickable:focus-visible{outline:2px solid #4f46e5;outline-offset:2px;border-radius:8px}.two-level-child-main{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.two-level-child-title{font-weight:800;color:#111827}.two-level-child-subtitle{font-size:13px;color:#475569}.two-level-child.status-good{border-left:6px solid #16a34a;background:#f0fdf4}.two-level-child.status-expired{border-left:6px solid #f59e0b;background:#fffbeb}.two-level-child.status-bad{border-left:6px solid #dc2626;background:#fef2f2}.two-level-actions{display:inline-flex;gap:6px;flex-shrink:0}.options-menu{position:relative;display:inline-flex}.options-popover{position:absolute;right:0;top:36px;min-width:220px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 16px 48px #0000001f;padding:6px;z-index:9999}.options-item{width:100%;display:grid;grid-template-columns:28px 1fr;align-items:center;gap:10px;padding:10px;border-radius:10px;background:transparent;color:#111827;font-weight:700;text-align:left;box-shadow:none}.options-item:hover{background:#f8fafc;box-shadow:none;transform:none}.options-item.danger{color:#b91c1c}.options-item.danger:hover{background:#fef2f2}.options-item-icon{display:inline-flex;align-items:center;justify-content:center}.options-item-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:960px){.two-level-child-row{flex-direction:column;align-items:stretch;gap:6px}.two-level-child-row .two-level-actions{align-self:flex-end}}.two-level-dates{font-size:12px;color:#334155;white-space:nowrap}.two-level-empty{font-size:13px;color:#64748b}.checkbox-list{margin-top:8px;border:1px solid #e5e7eb;border-radius:8px;padding:8px;display:flex;flex-direction:column;gap:6px;max-height:none;overflow:visible;background:#fff;text-align:left}.checkbox-row{display:flex;align-items:center;gap:6px;font-weight:600;color:#2d3340}.modal-body .checkbox-row{flex-direction:row;align-items:center}.checkbox-sep{color:#64748b;-webkit-user-select:none;user-select:none}.checkbox-text{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.checkbox-row input[type=checkbox]{width:18px;height:18px;flex:0 0 auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.pdf-fallback-panel{margin-bottom:12px}.pdf-fallback-iframe{width:100%;min-height:58vh;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc}a.button-link{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:8px;padding:10px 14px;background:#4f46e5;color:#fff;font-weight:600;font-size:14px;text-decoration:none;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}a.button-link:hover{background:#4338ca;box-shadow:0 6px 12px #4f46e533;transform:translateY(-1px)}.help-manual{grid-template-columns:1fr!important}.help-manual [id]{scroll-margin-top:1.5rem}.help-manual-panel{width:100%;max-width:920px;margin:0 auto;padding:22px 24px 28px;border-radius:14px;box-shadow:0 1px 3px #0f172a0f}.help-manual-head{margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid #e5e7eb}.help-manual-head h2{margin:0 0 6px;font-size:1.65rem;letter-spacing:-.03em;color:#0f172a}.help-manual-kicker{margin:0 0 4px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#6366f1}.help-manual-subtitle{margin:0;font-size:15px;line-height:1.5;color:#64748b}.help-manual-subtitle strong{color:#475569}.help-manual-body{display:flex;flex-direction:column;gap:22px;font-size:14px;line-height:1.62;color:#1e293b}.help-block{margin:0;padding:18px 20px;background:#fafbfc;border:1px solid #e8ecf1;border-radius:12px}.help-block--intro{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-color:#e2e8f0}.help-block-title{margin:0 0 14px;padding-bottom:10px;font-size:1.05rem;font-weight:800;color:#0f172a;border-bottom:2px solid #e2e8f0}.help-subhead{margin:18px 0 10px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.help-subhead:first-of-type{margin-top:0}.help-prose{display:flex;flex-direction:column;gap:10px}.help-prose p{margin:0}.help-prose-intro{margin:0 0 8px;font-weight:600;color:#334155}.help-list{margin:0;padding-left:0;list-style:none}.help-list li{position:relative;margin-bottom:10px;padding-left:1.1rem;line-height:1.55}.help-list li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:#818cf8}.help-list li:last-child{margin-bottom:0}.help-list--tight li{margin-bottom:8px}.help-steps{margin:14px 0 0;padding:0 0 0 1.35rem;list-style:decimal;color:#4f46e5;font-weight:800}.help-steps>li{margin-bottom:14px;padding:12px 14px 12px 4px;background:#fff;border:1px solid #e5e7eb;border-radius:10px}.help-steps>li::marker{font-weight:800}.help-steps-label{display:block;font-weight:800;color:#1e293b}.help-steps-text{display:block;margin-top:6px;font-weight:500;color:#475569;font-size:13px;line-height:1.5}.help-deflist{margin:0;display:flex;flex-direction:column;gap:0;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff}.help-deflist-row{display:grid;grid-template-columns:minmax(0,200px) 1fr;gap:12px 20px;padding:12px 14px;border-bottom:1px solid #f1f5f9}.help-deflist-row:last-child{border-bottom:none}.help-deflist dt{margin:0;font-weight:800;font-size:13px;color:#334155}.help-deflist dd{margin:0;font-size:13px;color:#475569;line-height:1.5}@media(max-width:600px){.help-deflist-row{grid-template-columns:1fr;gap:4px}}.help-toolbar-hint{display:flex;flex-direction:column;gap:8px;margin:0 0 14px;padding:14px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:10px}.help-toolbar-item{display:grid;grid-template-columns:minmax(0,140px) 1fr;gap:12px;align-items:baseline;padding-bottom:8px;border-bottom:1px dashed #e2e8f0}.help-toolbar-item:last-child{padding-bottom:0;border-bottom:none}.help-toolbar-key{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#4f46e5}.help-toolbar-desc{font-size:13px;color:#475569;line-height:1.45}@media(max-width:520px){.help-toolbar-item{grid-template-columns:1fr}}.help-callout{margin-top:14px;padding:12px 14px;font-size:13px;line-height:1.5;color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;border-left:4px solid #3b82f6}.help-callout--muted{color:#475569;background:#f8fafc;border-color:#e2e8f0;border-left-color:#94a3b8}.help-divider{height:1px;margin:4px 0;background:linear-gradient(90deg,transparent,#cbd5e1 15%,#cbd5e1 85%,transparent);border:none}.help-major{display:flex;flex-direction:column;gap:18px}.help-major-header{display:flex;gap:16px;align-items:flex-start;padding:18px 20px;border-radius:12px;border:1px solid #e5e7eb}.help-major--master .help-major-header{background:linear-gradient(120deg,#f0fdf4,#ecfdf5 40%,#f8fafc);border-color:#bbf7d0}.help-major--protocols .help-major-header{background:linear-gradient(120deg,#eff6ff,#f0f9ff 40%,#f8fafc);border-color:#bfdbfe}.help-major-badge{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:900;color:#fff;background:linear-gradient(145deg,#22c55e,#16a34a);border-radius:12px;box-shadow:0 4px 12px #22c55e40}.help-major-badge--alt{background:linear-gradient(145deg,#3b82f6,#2563eb);box-shadow:0 4px 12px #2563eb38}.help-major-title{margin:0 0 8px;font-size:1.35rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.help-lead{margin:0;font-size:14px;line-height:1.58;color:#475569}.help-lead strong{color:#334155}.help-toc{padding:18px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #0f172a0a}.help-toc-title{margin:0 0 14px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.help-toc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 28px}@media(max-width:640px){.help-toc-grid{grid-template-columns:1fr}}.help-toc-part{min-width:0}.help-toc-anchor{display:inline-block;margin-bottom:8px;font-size:15px;font-weight:800;color:#4f46e5;text-decoration:none}.help-toc-anchor:hover{text-decoration:underline}.help-toc-sub{margin:0;padding-left:0;list-style:none;font-size:13px;line-height:1.45}.help-toc-sub li{margin-bottom:6px;padding-left:12px;border-left:2px solid #e2e8f0}.help-toc-sub a{color:#475569;font-weight:600;text-decoration:none}.help-toc-sub a:hover{color:#4f46e5;text-decoration:underline}.help-table-wrap{margin:12px 0 0;overflow-x:auto;border-radius:10px;border:1px solid #e5e7eb}.help-table{width:100%;border-collapse:collapse;font-size:13px;background:#fff}.help-table th,.help-table td{padding:12px 14px;text-align:left;vertical-align:top;border-bottom:1px solid #f1f5f9}.help-table th{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f8fafc}.help-table tbody tr:last-child td{border-bottom:none}.help-swatch{display:inline-block;width:12px;height:12px;margin-right:8px;border-radius:3px;vertical-align:middle}.help-swatch--good{background:#22c55e;box-shadow:0 0 0 1px #22c55e59}.help-swatch--expired{background:#f97316;box-shadow:0 0 0 1px #f9731659}.help-swatch--bad{background:#ef4444;box-shadow:0 0 0 1px #ef444459}.help-block code,.help-footer code{font-size:.88em;padding:2px 7px;background:#f1f5f9;border-radius:5px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.help-footer{margin-top:4px;padding-top:20px;border:none;border-top:2px solid #e5e7eb;border-radius:0;background:transparent}.help-footer .help-block-title{border-bottom:none;padding-bottom:0}
