.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:.5;--rdp-outside-opacity:.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:.75;--rdp-weekday-padding:.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:.3s;--rdp-animation_timing:cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{box-sizing:border-box;position:relative}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{cursor:pointer;font:inherit;color:inherit;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius);background:0 0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;white-space:nowrap;border:0;align-items:center;display:inline-flex;position:relative}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{cursor:pointer;font:inherit;color:inherit;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{fill:var(--rdp-accent-color);display:inline-block}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform-origin:50%;transform:rotate(180deg)}.rdp-dropdowns{align-items:center;gap:var(--rdp-dropdown-gap);display:inline-flex;position:relative}.rdp-dropdown{z-index:2;opacity:0;appearance:none;width:100%;cursor:inherit;line-height:inherit;border:none;margin:0;padding:0;position:absolute;inset-block:0;inset-inline-start:0}.rdp-dropdown_root{align-items:center;display:inline-flex;position:relative}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{height:var(--rdp-nav-height);align-content:center;font-size:large;font-weight:700;display:flex}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{inset-inline-start:0;height:var(--rdp-nav-height);display:inline-flex;position:absolute;top:0}.rdp-root[data-nav-layout=around] .rdp-button_next{inset-inline-end:0;height:var(--rdp-nav-height);justify-content:center;display:inline-flex;position:absolute;top:0}.rdp-months{gap:var(--rdp-months-gap);flex-wrap:wrap;max-width:fit-content;display:flex;position:relative}.rdp-month_grid{border-collapse:collapse}.rdp-nav{height:var(--rdp-nav-height);align-items:center;display:flex;position:absolute;inset-block-start:0;inset-inline-end:0}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform);font-size:smaller;font-weight:500}.rdp-week_number{opacity:var(--rdp-week_number-opacity);height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align);font-size:small;font-weight:400}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-size:large;font-weight:700}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}:root{color:#000000de;--vlk-primary:#1976d2;--vlk-primary-hover:#1565c0;--vlk-border:#e0e0e0;--vlk-error:#d32f2f;--vlk-elevation-1:0 1px 3px #00000014, 0 1px 2px #0000000f;--vlk-elevation-2:0 1px 5px #0000001a, 0 2px 4px #0000000f;background:#f5f5f5;font-family:Inter,system-ui,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}*{box-sizing:border-box}body{min-height:100vh;margin:0}#root{max-width:1100px;margin:0 auto;padding:1.5rem}h1{color:#000000de;letter-spacing:-.02em;margin:0 0 1rem;font-size:1.25rem;font-weight:600}.card{box-shadow:var(--vlk-elevation-1);background:#fff;border:1px solid #0000000f;border-radius:8px;margin-bottom:1rem;padding:1.25rem 1.5rem}.card-loading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:200px;padding:1rem;display:flex}.card-loading-spinner{border:3px solid #e0e0e0;border-top-color:var(--vlk-primary);border-radius:50%;width:40px;height:40px;animation:.75s linear infinite vlk-spin}.card-loading-label{color:#616161;font-size:.875rem}@keyframes vlk-spin{to{transform:rotate(360deg)}}label.upload{background:var(--vlk-primary);color:#fff;cursor:pointer;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;display:inline-block}label.upload.secondary{background:#475569}label.upload input{display:none}.btn{cursor:pointer;color:#000000de;background:#fff;border:1px solid #d9d9d9;border-radius:6px;justify-content:center;align-items:center;padding:.45rem .85rem;font-size:.875rem;display:inline-flex}.btn:hover{background:#fafafa;border-color:#bdbdbd}.btn.primary{background:var(--vlk-primary);border-color:var(--vlk-primary);color:#fff}.btn.primary:hover{background:var(--vlk-primary-hover);border-color:var(--vlk-primary-hover)}.btn-ghost{background:0 0;border-color:#0000;padding:.25rem .5rem;font-size:1.25rem;line-height:1}.btn-sm{padding:.3rem .55rem;font-size:.8125rem}.btn-danger{color:var(--vlk-error);background:#ffebee;border-color:#ffcdd2}.btn-danger:hover{background:#ffcdd2}.btn.record-editor-add-outline{color:var(--vlk-primary);letter-spacing:.04em;text-transform:uppercase;background:#fff;border:1px solid #1976d28c;padding:.4rem .7rem;font-size:.8125rem;font-weight:600}.btn.record-editor-add-outline:hover{border-color:var(--vlk-primary);background:#1976d20f}.muted{color:#616161;font-size:.875rem;line-height:1.5}.error{color:#b91c1c;margin-top:.5rem;font-size:.875rem}.notice{color:#0369a1;margin-top:.5rem;font-size:.875rem}.reference-guidelines-title{margin:0 0 .35rem;font-size:1.05rem;font-weight:600;line-height:1.35}.reference-guidelines-note{margin-bottom:.75rem}.reference-guidelines-stack{flex-direction:column;gap:.35rem;display:flex}.reference-details{background:#fafbfc;border:1px solid #e2e8f0;border-radius:8px;padding:0}.reference-details[open]{background:#fff}.reference-details-summary{cursor:pointer;color:#1e293b;padding:.65rem .85rem;font-size:.875rem;font-weight:600;line-height:1.4;list-style:none}.reference-details-summary::-webkit-details-marker{display:none}.reference-details-summary:before{content:"▶";color:#64748b;margin-right:.4rem;font-size:.65rem;display:inline-block;transform:translateY(-.05em)}.reference-details[open]>.reference-details-summary:before{content:"▼"}.reference-details-body{border-top:1px solid #f1f5f9;padding:0 .85rem .75rem}.reference-details-intro{color:#475569;margin:.65rem 0 .5rem;font-size:.85rem;line-height:1.45}.reference-details-list{color:#334155;margin:0;padding-left:1.15rem;font-size:.85rem;line-height:1.5}.reference-details-list li{margin-bottom:.35rem}.reference-details-list li:last-child{margin-bottom:0}.table-wrap{margin-top:.5rem;overflow-x:auto}.data-table{border-collapse:collapse;width:100%;font-size:.875rem}.data-table th,.data-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e2e8f0;padding:.45rem .55rem}.data-table th{color:#475569;white-space:nowrap;font-weight:600}.data-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.data-table th.sortable:hover{color:#0f172a}.data-row{cursor:pointer}.data-row:hover{background:#f8fafc}.data-row-group{cursor:default;background:#f1f5f9;font-weight:600}.data-row-group:hover{background:#e2e8f0}.data-row-group .group-toggle{cursor:pointer;vertical-align:middle;color:#475569;background:0 0;border:none;flex-shrink:0;margin-right:0;padding:.1rem .35rem;font-size:.75rem}.data-row-group .group-toggle:hover{color:#0f172a}.data-row-group .group-count{color:#64748b;flex-shrink:0;margin-left:0;font-weight:500}.data-table-group-head-cell{vertical-align:middle}.data-table-group-header{flex-wrap:nowrap;align-items:center;gap:.35rem;width:100%;min-width:0;display:flex}.data-table-group-header__title{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.row-actions{flex-wrap:wrap;justify-content:flex-end;gap:.35rem;display:flex}.modal-backdrop{z-index:50;background:#0f172a73;justify-content:center;align-items:flex-start;padding:2rem 1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.modal.panel{border:1px solid var(--vlk-border);background:#fff;border-radius:8px;width:100%;max-width:520px;margin-bottom:2rem;padding:1rem 1.25rem 1.25rem;box-shadow:0 8px 32px #0000001f}.modal.panel.wide{max-width:720px}.modal-head{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.modal-title{margin:0;font-size:1.1rem;font-weight:600}.modal-actions{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.record-grid{grid-template-columns:minmax(8rem,38%) 1fr;gap:.35rem 1rem;margin:.75rem 0 0;font-size:.85rem;display:grid}.record-row dt{color:#64748b;margin:0;font-weight:500}.record-row dd{word-break:break-word;margin:0}.diagnoses-block{margin-top:1rem;font-size:.85rem}.form-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.65rem 1rem;max-height:min(70vh,560px);padding-right:.25rem;display:grid;overflow-y:auto}.field{flex-direction:column;gap:.35rem;font-size:.875rem;display:flex}.field span{color:#475569;font-weight:500}.field input,.field textarea{font:inherit;border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:.4rem .5rem}.field textarea{resize:vertical;min-height:4rem}.record-editor-shell{--re-surface:#fff;--re-bg:#f5f5f5;--re-border:#d9d9d9;--re-text:#000000de;--re-muted:#757575;--re-accent:#1976d2;--re-accent-soft:#1976d214;--re-warn:#d32f2f;--re-warn-strong:#c62828;--re-warn-soft-ring:#d32f2f33;--re-invalid-fill:#fff0f0;--re-focus-ring:#1976d233;--re-radius:8px;--re-radius-sm:4px;--re-shadow:var(--vlk-elevation-1,0 1px 3px #00000014);z-index:200;background:var(--re-bg);color:var(--re-text);flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.record-editor-header{background:var(--re-surface);border-bottom:1px solid #e8eaed;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1.5rem;display:flex;box-shadow:0 1px #0000000a}.record-editor-header-main{flex:1;align-items:center;gap:1.125rem;min-width:0;display:flex}.record-editor-btn-back{border-color:var(--re-border);padding:.5rem 1rem;font-weight:500}.record-editor-btn-back:hover{background:#f8fafc;border-color:#cbd5e1}.record-editor-btn-secondary{padding:.5rem 1rem}.record-editor-btn-save{box-shadow:none;padding:.5rem 1.25rem;font-weight:600}.record-editor-btn-save:hover{box-shadow:0 1px 4px #1976d259}.btn.primary.record-editor-btn-save.record-editor-btn-save--dirty{color:#fff;background:#c62828;border-color:#b71c1c;box-shadow:0 0 0 2px #c6282847}.btn.primary.record-editor-btn-save.record-editor-btn-save--dirty:hover{color:#fff;background:#b71c1c;border-color:#a31515;box-shadow:0 0 0 2px #c6282859,0 1px 4px #c6282847}.record-editor-titles{min-width:0}.record-editor-h1{letter-spacing:-.02em;word-break:break-word;margin:0;font-size:1.25rem;font-weight:650;line-height:1.3}.record-editor-meta{color:var(--re-muted);margin:.35rem 0 0;font-size:.875rem}.record-editor-meta code{background:#f5f5f5;border-radius:4px;padding:.1rem .35rem;font-size:.8125rem}.record-editor-dirty{color:#c62828;font-weight:600}.record-editor-actions{flex-wrap:wrap;align-items:center;gap:.625rem;display:flex}.record-editor-banner{flex-shrink:0;padding:.65rem 1.5rem;font-size:.875rem}.record-editor-banner.error{color:#b91c1c;background:linear-gradient(#fef2f2,#fff5f5);border-bottom:1px solid #fecaca}.record-editor-body{-webkit-overflow-scrolling:touch;flex:1;padding:1.25rem 1.5rem 3rem;overflow-y:auto}.record-editor-body-inner{align-items:start;gap:1.5rem;max-width:1480px;margin:0 auto;display:grid}.record-editor-toc{display:none}.record-editor-form-panel{min-width:0}@media (width>=1180px){.record-editor-body-inner{grid-template-columns:minmax(0,1fr) minmax(260px,300px)}}@media (width>=1360px){.record-editor-toc{overscroll-behavior:contain;align-self:start;max-height:calc(100dvh - 6rem);padding-right:.25rem;display:block;position:sticky;top:1rem;overflow-y:auto}.record-editor-body-inner{grid-template-columns:13rem minmax(0,1fr) minmax(260px,300px)}}.record-editor-toc-title{color:#000000de;border-bottom:1px solid #e0e0e0;margin:0 0 .75rem;padding-bottom:.5rem;font-size:.875rem;font-weight:600}.record-editor-toc-list{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.record-editor-toc-link{color:#424242;border-radius:4px;padding:.35rem .25rem;font-size:.875rem;line-height:1.35;text-decoration:none;display:block}.record-editor-toc-link:hover{color:var(--vlk-primary);background:#1976d20f}.record-editor-fab-top{z-index:210;color:var(--vlk-primary);box-shadow:var(--vlk-elevation-2,0 2px 8px #0000001f);cursor:pointer;background:#fff;border:1px solid #1976d273;border-radius:24px;padding:.6rem 1rem;font-size:.875rem;font-weight:600;position:fixed;bottom:1.5rem;right:1.25rem}.record-editor-fab-top:hover{background:#1976d20f}@media (width>=1360px){.record-editor-fab-top{display:none}}.protocol-req-panel{background:var(--re-surface);border-radius:var(--re-radius);min-height:0;max-height:min(78vh,100dvh - 7.5rem);box-shadow:var(--re-shadow);border:1px solid #e8eaed;flex-direction:column;padding:0;font-size:.875rem;line-height:1.5;display:flex;overflow:hidden}@media (width>=1180px){.protocol-req-panel{align-self:start;position:sticky;top:1rem}}.protocol-req-panel-header{border-bottom:1px solid #f0f0f0;flex-shrink:0;padding:1rem 1.1rem .65rem}.protocol-req-panel-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding:.65rem 1.1rem 1.1rem;overflow-y:auto}.protocol-req-panel-title{color:var(--re-text);margin:0 0 .35rem;font-size:1rem;font-weight:600;line-height:1.3}.protocol-req-panel-lead{margin:0;font-size:.875rem;line-height:1.5}.protocol-req-panel-pending{color:var(--re-warn);font-weight:600}.protocol-req-panel-ok{color:#15803d;font-weight:600}.protocol-req-panel-groups{flex-direction:column;gap:.85rem;display:flex}.protocol-req-group-title{letter-spacing:.01em;color:#000000bf;margin:0 0 .35rem;font-size:.875rem;font-weight:600}.protocol-req-list{margin:0;padding:0;list-style:none}.protocol-req-item{border-bottom:1px solid #f1f5f9e6;align-items:flex-start;gap:.45rem;padding:.35rem 0;display:flex}.protocol-req-item:last-child{border-bottom:none}.protocol-req-item--ok .protocol-req-mark{color:#16a34a}.protocol-req-item--warn .protocol-req-mark{color:var(--re-warn);font-weight:700}.protocol-req-mark{text-align:center;flex-shrink:0;width:1rem;font-size:.75rem;line-height:1.5}.protocol-req-item-body{flex-direction:column;gap:.2rem;min-width:0;display:flex}.protocol-req-label{color:var(--re-text)}.protocol-req-note{font-size:.8125rem;line-height:1.45}.record-editor-form{max-width:1080px;margin:0 auto}@media (width>=1180px){.record-editor-form{max-width:none;margin:0}}.record-editor-section{background:var(--re-surface);border-radius:var(--re-radius);box-shadow:var(--vlk-elevation-1,var(--re-shadow));border:1px solid #0000000f;margin-bottom:1.5rem;padding:1.5rem 1.5rem 1.75rem;scroll-margin-top:1rem}.record-editor-section--arrays{background:#fff;border-style:dashed;border-color:#d0d5db}.record-editor-schedule-articles{flex-direction:column;gap:1rem;display:flex}.record-editor-schedule-articles__error{margin:0 0 .25rem}.record-editor-schedule-card{background:#fafbfc;border:1px dashed #b0b8c1;border-radius:8px;padding:1rem 2.75rem 1rem 1rem;position:relative}.record-editor-schedule-card__grid{flex-direction:column;gap:1rem;display:flex}.record-editor-schedule-card__row{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=720px){.record-editor-schedule-card__row{grid-template-columns:minmax(0,10rem) minmax(0,12rem) minmax(0,1fr);align-items:start}}.record-editor-schedule-field--name,.record-editor-schedule-field--diagnosis,.record-editor-schedule-field--rec{width:100%;min-width:0}.record-editor-schedule-card__remove{cursor:pointer;color:#c62828;background:0 0;border:none;border-radius:4px;padding:.25rem .4rem;font-size:1.15rem;line-height:1;position:absolute;bottom:.45rem;right:.45rem}.record-editor-schedule-card__remove:hover{background:#c6282814}.record-editor-schedule-add{align-self:flex-start}.record-editor-section-title{letter-spacing:.01em;color:#000000de;z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#fffffffa,#fffffff0);border-bottom:1px solid #e0e0e0;border-radius:0;margin:0 0 1.25rem;padding:0 0 .65rem;font-size:1rem;font-weight:600;line-height:1.5;position:sticky;top:0}.record-editor-hint{color:var(--re-muted);margin:-.25rem 0 1.25rem;font-size:.875rem;line-height:1.5}.record-editor-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=720px){.record-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.record-editor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=720px){.record-editor-section--position-flight .record-editor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.record-editor-section--position-flight .record-editor-grid>.record-editor-field.record-editor-field--grid-span-6-lg,.record-editor-section--position-flight .record-editor-grid>.record-editor-field:not(.record-editor-field--full):not(.record-editor-field--grid-span-6-lg){grid-column:span 6}}@media (width>=1024px){.record-editor-section--position-flight .record-editor-grid>.record-editor-field:not(.record-editor-field--full):not(.record-editor-field--grid-span-6-lg){grid-column:span 4}}@media (width>=720px){.record-editor-section--protocol .record-editor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.record-editor-section--protocol .record-editor-grid>.record-editor-field.record-editor-field--grid-span-3-lg{grid-column:span 3}.record-editor-section--umo .record-editor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.record-editor-section--umo .record-editor-grid>.record-editor-field--grid-span-4-lg{grid-column:span 4}.record-editor-section--umo .record-editor-grid>.record-editor-field--grid-span-8-lg{grid-column:span 8}.record-editor-section--stationary-vlk .record-editor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.record-editor-section--stationary-vlk .record-editor-grid>.record-editor-field--grid-span-4-lg{grid-column:span 4}.record-editor-section--stationary-vlk .record-editor-grid>.record-editor-field--grid-span-8-lg{grid-column:span 8}.record-editor-section--amb-vlk .record-editor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.record-editor-section--amb-vlk .record-editor-grid>.record-editor-field--grid-span-4-lg{grid-column:span 4}.record-editor-section--amb-vlk .record-editor-grid>.record-editor-field--grid-span-6-lg{grid-column:span 6}.record-editor-section--amb-vlk .record-editor-grid>.record-editor-field--grid-span-8-lg{grid-column:span 8}}.record-editor-grid--single{grid-template-columns:1fr}.record-editor-field{flex-direction:column;gap:.5rem;min-width:0;display:flex}.record-editor-field-error{color:var(--re-warn);margin:.125rem 0 0;font-size:.875rem;line-height:1.4}.record-editor-field--full{grid-column:1/-1}.record-editor-field--float-inner{flex-direction:column;gap:0;display:flex}.record-editor-field--float-inner>.record-editor-float{flex:auto;width:100%;min-width:0}.record-editor-float{min-width:0;display:block;position:relative}.record-editor-float .record-editor-input,.record-editor-float textarea.record-editor-input,.record-editor-float select.record-editor-select{padding:1.35rem .75rem .5rem}.record-editor-float:has(select.record-editor-select) .record-editor-float-label{right:2.5rem}:is(.record-editor-float:focus-within:has(select.record-editor-select) .record-editor-float-label,.record-editor-float.is-filled:has(select.record-editor-select) .record-editor-float-label){max-width:calc(100% - 3rem);right:auto}.record-editor-float--combobox .record-editor-float-label{right:2.5rem}.record-editor-float--combobox:focus-within .record-editor-float-label,.record-editor-float--combobox.is-filled .record-editor-float-label{max-width:calc(100% - 3rem);right:auto}.record-editor-float-label{color:var(--re-muted);pointer-events:none;white-space:nowrap;text-overflow:ellipsis;z-index:1;font-size:1rem;font-weight:400;line-height:1.25;transition:top .2s,transform .2s,font-size .2s,color .2s,right .2s;position:absolute;top:50%;left:.75rem;right:.75rem;overflow:hidden;transform:translateY(-50%)}.record-editor-float-label--textarea{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.6em;line-height:1.3;display:-webkit-box;top:1.05rem;overflow:hidden;transform:none}.record-editor-float--pair-invalid .record-editor-input,.record-editor-float--pair-invalid select.record-editor-select,.record-editor-float--pair-invalid textarea.record-editor-input,.record-editor-float--pair-invalid button.record-editor-datepicker-trigger{border-color:var(--re-warn)}.record-editor-float--pair-invalid:focus-within .record-editor-input,.record-editor-float--pair-invalid:focus-within select.record-editor-select,.record-editor-float--pair-invalid:focus-within textarea.record-editor-input,.record-editor-float--pair-invalid:focus-within button.record-editor-datepicker-trigger{border-color:var(--re-warn);box-shadow:0 0 0 2px var(--re-warn-soft-ring)}.record-editor-float--pair-invalid .record-editor-float-label{color:var(--re-warn)}.record-editor-float:focus-within .record-editor-float-label,.record-editor-float.is-filled .record-editor-float-label{transform-origin:0;max-width:calc(100% - 1.25rem);color:var(--re-muted);background:var(--re-surface,#fff);z-index:3;-webkit-line-clamp:unset;white-space:nowrap;-webkit-box-decoration-break:clone;box-decoration-break:clone;max-height:none;margin-left:0;padding:0 .3rem;font-size:1rem;font-weight:500;line-height:1.2;display:block;top:0;left:.6rem;right:auto;transform:translateY(-50%)scale(.78)}.record-editor-float.is-filled:not(:focus-within) .record-editor-float-label{color:var(--re-muted)}.record-editor-float:focus-within .record-editor-float-label{color:var(--re-accent)}.record-editor-float--pair-invalid:focus-within .record-editor-float-label,.record-editor-float--pair-invalid.is-filled .record-editor-float-label,.record-editor-float--pair-invalid.is-filled:not(:focus-within) .record-editor-float-label{color:var(--re-warn-strong)}.record-editor-float--pair-invalid:focus-within .record-editor-float-label,.record-editor-float--pair-invalid.is-filled .record-editor-float-label{background-color:var(--re-surface,#fff)}.record-editor-input{font:inherit;border:1px solid var(--re-border);border-radius:var(--re-radius-sm);width:100%;color:var(--re-text);background:#fff;padding:.55rem .75rem;font-size:1rem;line-height:1.5;transition:border-color .15s,box-shadow .15s}.record-editor-float .record-editor-input:focus,.record-editor-float textarea.record-editor-input:focus,.record-editor-float select.record-editor-select:focus{border-color:var(--re-accent);box-shadow:0 0 0 2px var(--re-focus-ring);outline:none}.record-editor-input:hover{border-color:#bdbdbd}.record-editor-input:focus{border-color:var(--re-accent);box-shadow:0 0 0 2px var(--re-focus-ring);outline:none}.record-editor-input::placeholder{color:#0000}.record-editor-float--pair-invalid .record-editor-input,.record-editor-float--pair-invalid select.record-editor-select,.record-editor-float--pair-invalid textarea.record-editor-input,.record-editor-float--pair-invalid button.record-editor-datepicker-trigger{background-color:var(--re-invalid-fill)}.record-editor-float--pair-invalid .record-editor-datepicker-value,.record-editor-float--pair-invalid .record-editor-datepicker-placeholder{z-index:1;position:relative}textarea.record-editor-input{resize:vertical;min-height:5.5rem;line-height:1.5}textarea.record-editor-input.record-editor-textarea--single-line{min-height:2.75rem;line-height:1.4}input.record-editor-input[type=date],input.record-editor-input[type=number],select.record-editor-select{min-height:2.75rem}.record-editor-float--readonly output.record-editor-output{cursor:default;-webkit-user-select:text;user-select:text;background:#f8fafc;min-height:2.75rem;display:block}.record-editor-float--pair-invalid.record-editor-float--readonly output.record-editor-output{background-color:var(--re-invalid-fill)}.record-editor-output-primary{display:block}.record-editor-output-note{white-space:normal;margin-top:.35rem;font-size:.8125rem;font-weight:400;line-height:1.35;display:block}.record-editor-float:not(.is-filled):not(:focus-within) input.record-editor-input--date[type=date]{color:#0000}.record-editor-float.is-filled input.record-editor-input--date[type=date],.record-editor-float:focus-within input.record-editor-input--date[type=date]{color:var(--re-text,#0f172a)}.record-editor-float:not(.is-filled):not(:focus-within) input.record-editor-input--date[type=date]::-webkit-datetime-edit{color:#0000;-webkit-text-fill-color:transparent}.record-editor-float:not(.is-filled):not(:focus-within) input.record-editor-input--date[type=date]::-webkit-datetime-edit-fields-wrapper{color:#0000;-webkit-text-fill-color:transparent}.record-editor-float:not(.is-filled):not(:focus-within) input.record-editor-input--date[type=date]::-webkit-datetime-edit-text{color:#0000;-webkit-text-fill-color:transparent}.record-editor-float:not(.is-filled):not(:focus-within) input.record-editor-input--date[type=date]::-webkit-datetime-edit-month-field{color:#0000;-webkit-text-fill-color:transparent}.record-editor-float:not(.is-filled):not(:focus-within) input.record-editor-input--date[type=date]::-webkit-datetime-edit-day-field{color:#0000;-webkit-text-fill-color:transparent}.record-editor-float:not(.is-filled):not(:focus-within) input.record-editor-input--date[type=date]::-webkit-datetime-edit-year-field{color:#0000;-webkit-text-fill-color:transparent}.record-editor-float.is-filled input.record-editor-input--date[type=date]::-webkit-datetime-edit{color:inherit;-webkit-text-fill-color:currentColor}.record-editor-float.is-filled input.record-editor-input--date[type=date]::-webkit-datetime-edit-fields-wrapper{color:inherit;-webkit-text-fill-color:currentColor}.record-editor-float.is-filled input.record-editor-input--date[type=date]::-webkit-datetime-edit-text{color:inherit;-webkit-text-fill-color:currentColor}.record-editor-float.is-filled input.record-editor-input--date[type=date]::-webkit-datetime-edit-month-field{color:inherit;-webkit-text-fill-color:currentColor}.record-editor-float.is-filled input.record-editor-input--date[type=date]::-webkit-datetime-edit-day-field{color:inherit;-webkit-text-fill-color:currentColor}.record-editor-float.is-filled input.record-editor-input--date[type=date]::-webkit-datetime-edit-year-field{color:inherit;-webkit-text-fill-color:currentColor}.record-editor-float:focus-within input.record-editor-input--date[type=date]::-webkit-datetime-edit{color:inherit;-webkit-text-fill-color:currentColor}.record-editor-float:focus-within input.record-editor-input--date[type=date]::-webkit-datetime-edit-fields-wrapper{color:inherit;-webkit-text-fill-color:currentColor}.record-editor-float:focus-within input.record-editor-input--date[type=date]::-webkit-datetime-edit-text{color:inherit;-webkit-text-fill-color:currentColor}.record-editor-float:focus-within input.record-editor-input--date[type=date]::-webkit-datetime-edit-month-field{color:inherit;-webkit-text-fill-color:currentColor}.record-editor-float:focus-within input.record-editor-input--date[type=date]::-webkit-datetime-edit-day-field{color:inherit;-webkit-text-fill-color:currentColor}.record-editor-float:focus-within input.record-editor-input--date[type=date]::-webkit-datetime-edit-year-field{color:inherit;-webkit-text-fill-color:currentColor}input.record-editor-input--date[type=date]::-webkit-calendar-picker-indicator{opacity:1;cursor:pointer}select.record-editor-select{cursor:pointer;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath stroke='%23757575' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round' d='M3 4.5 6 7.5 9 4.5'/%3E%3C/svg%3E");background-position:right .65rem center;background-repeat:no-repeat;background-size:12px 12px;padding-right:2.25rem}.record-editor-float:not(.is-filled):not(:focus-within) select.record-editor-select{color:#0000;-webkit-text-fill-color:transparent}.record-editor-float.is-filled select.record-editor-select,.record-editor-float:focus-within select.record-editor-select{color:var(--re-text,#0f172a);-webkit-text-fill-color:currentColor}.record-editor-float select.record-editor-select option{color:var(--re-text,#0f172a);-webkit-text-fill-color:currentColor;background-color:#fff}.record-editor-field.record-editor-float--combobox:focus-within{z-index:40;position:relative}.record-editor-field.record-editor-float--combobox:has(.record-editor-combobox--open){z-index:40;position:relative}.record-editor-float--combobox{z-index:0;position:relative}.record-editor-float--combobox:focus-within{z-index:0}.record-editor-combobox{min-width:0;position:relative}.record-editor-combobox:after{content:"";pointer-events:none;opacity:.9;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath stroke='%23757575' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round' d='M3 4.5 6 7.5 9 4.5'/%3E%3C/svg%3E") 50%/12px 12px no-repeat;width:12px;height:12px;position:absolute;top:50%;right:.65rem;transform:translateY(-50%)}.record-editor-combobox-input{width:100%;padding-right:2.25rem}.record-editor-combobox:has(textarea.record-editor-combobox-input):after{top:1.35rem;transform:none}.record-editor-combobox-list{z-index:60;border:1px solid var(--re-border);border-radius:var(--re-radius-sm);background:#fff;max-height:min(50vh,17rem);margin:0;padding:.3rem 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px -2px #0f172a14,0 12px 28px -8px #0f172a38}.record-editor-combobox-empty{color:var(--re-muted);padding:.5rem .75rem;font-size:.8125rem}.record-editor-combobox-option{cursor:pointer;word-break:break-word;color:var(--re-text);margin:0;padding:.45rem .75rem;font-size:.875rem;line-height:1.4}.record-editor-combobox-option:hover{background:var(--re-accent-soft)}.record-editor-float--datepicker{z-index:0;position:relative}.record-editor-float--datepicker:focus-within{z-index:15}.record-editor-datepicker{min-width:0;position:relative}.record-editor-datepicker-trigger{text-align:left;cursor:pointer;width:100%;min-height:2.75rem;font:inherit;color:var(--re-text);justify-content:space-between;align-items:center;gap:.5rem;font-size:1rem;display:flex}.record-editor-datepicker-value{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.record-editor-float:not(.is-filled):not(:focus-within) .record-editor-datepicker-placeholder{color:#0000}.record-editor-float:not(.is-filled):not(:focus-within) .record-editor-datepicker-trigger--invalid .record-editor-datepicker-placeholder,.record-editor-float.is-filled .record-editor-datepicker-placeholder,.record-editor-float:focus-within .record-editor-datepicker-placeholder{color:var(--re-muted)}.record-editor-datepicker-icon{color:var(--re-muted);opacity:.85;flex-shrink:0}.record-editor-float .record-editor-datepicker-trigger--invalid{border-color:var(--re-warn);background-color:var(--re-invalid-fill)}.record-editor-float .record-editor-datepicker-trigger--invalid:focus{border-color:var(--re-warn);box-shadow:0 0 0 2px var(--re-warn-soft-ring);outline:none}.record-editor-float .record-editor-datepicker-trigger--invalid .record-editor-datepicker-icon{color:var(--re-warn);opacity:1}.record-editor-datepicker-popover{border:1px solid var(--re-border);border-radius:var(--re-radius-sm);background:#fff;padding:.65rem .75rem .5rem;box-shadow:0 4px 6px -2px #0f172a14,0 12px 28px -8px #0f172a38}.record-editor-datepicker-popover .record-editor-rdp{--rdp-accent-color:var(--re-accent);--rdp-accent-background-color:var(--re-accent-soft);margin:0}.record-editor-datepicker-footer{border-top:1px solid var(--re-border);justify-content:flex-end;margin-top:.5rem;padding-top:.5rem;display:flex}.record-editor-datepicker-clear{font:inherit;color:var(--re-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.35rem .65rem;font-size:.8125rem}.record-editor-datepicker-clear:hover{color:var(--re-accent);background:#1976d20f}input.record-editor-input[type=number]{font-variant-numeric:tabular-nums}.form-grid-full{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));max-height:none}@media (width>=900px){.form-grid-full{grid-template-columns:repeat(2,1fr)}}.field-span-2{grid-column:1/-1}.record-editor-diagnosis-suggestions{border-radius:var(--re-radius-sm);background:#fafbfc;border:1px dashed #c5cad3;padding:1rem 1.1rem}.record-editor-diagnosis-suggestions .record-editor-hint{margin:0 0 .55rem}.record-editor-diagnosis-suggestions-list{flex-wrap:wrap;gap:.45rem;display:flex}.record-editor-disease-hints-list{gap:.45rem;margin-bottom:.55rem;display:grid}.record-editor-disease-hint-item{border-radius:var(--re-radius-sm);background:#fff;border:1px solid #e8eaed;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .65rem;font-size:.8125rem;display:flex}.vlk-dialog-backdrop{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.vlk-dialog{width:100%;max-width:420px;box-shadow:var(--vlk-elevation-2);background:#fff;border-radius:8px;padding:1.25rem 1.5rem}.vlk-dialog-title{margin:0 0 .75rem;font-size:1.1rem;font-weight:600}.vlk-dialog-actions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.vlk-dialog-inline-error{margin-top:.5rem}.pagination-bar{border-top:1px solid var(--vlk-border);flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;display:flex}.pagination-bar-meta{color:#616161;font-size:.875rem}
