@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Baskervville+SC:wght@400..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&display=swap";.theme-light{--color-accent: #F44336;--color-bg: #FFFFFF;--color-surface: #ECEFF1;--color-card-bg: #FFFFFF;--color-on-surface: #212121;--color-hint: #9E9E9E}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}#fdr-do,.table-option-name,.pass-lost-span,.table-component table th,.table-component table td,.table-header-container .field-name,#data-length,.dropdownx>option,.input__field,.form-grid label,.filled-button,.outlined-button,.outlined-itbutton-s,.dialog>span,a,span,p,table th,table td,ul li,ol li,.text__hint,.text__hint--italic,.text__span,.text__span--bold,.text__headline__comments,.text__sub-headline,.text__thin,.font-primary{font-family:Roboto,sans-serif}.comment-header-title,.font-secondary{font-family:Roboto Slab,serif}.title-category,h1,h2,.text__headline,.font-display{font-family:Baskervville SC}.text__title,.font-display-secondary{font-family:"DM Serif Display"}#fdr-ref,.textarea__field,pre,.text__mono,.font-mono{font-family:Google Sans Code,monospace;font-weight:500;font-style:normal}.text__thin{font-weight:400}.text__norm{font-weight:500}.text__bold{font-weight:600}.text__italic{font-style:italic}.text__headline{font-size:2.5rem}.text__sub-headline{font-size:1.1rem}.text__headline__comments{font-size:1.1rem;font-style:italic;color:#757575}.text__title{font-weight:500;font-size:1.8rem}.text__span,.text__span--bold{font-weight:400;font-size:1rem}.text__span--bold{font-weight:500}.text__mono{font-weight:400;font-size:.9rem}.text__hint,.text__hint--italic{font-weight:400;font-size:1rem;color:#757575}.text__hint--italic{font-style:italic}html,body{margin:0;padding:0;box-sizing:border-box}body{display:flex;flex-direction:column}body::-webkit-scrollbar{width:8px;height:8px}body::-webkit-scrollbar-track{background:#bdbdbd}body::-webkit-scrollbar-thumb{background:#3b3b3b;border-radius:0}body::-webkit-scrollbar-thumb:hover{background:var(--color-accent)}header{width:100%}h1{white-space:nowrap;color:var(--color-on-surface);font-weight:600;margin:0}h2{white-space:nowrap;color:var(--color-on-surface);margin:0}span,p{margin:0}table{border-collapse:collapse}table th{font-weight:600;min-width:300px}table td{min-width:300px}ul li,ol li{font-size:.8rem}pre{background-color:#e3f2fd;padding:20px;border-radius:3px;font-size:.7rem;font-weight:500}.hidden{display:none!important}.visible{opacity:100%}.invisible{opacity:0%;-webkit-user-select:none;user-select:none;cursor:auto!important}.bg-accent{background-color:var(--color-accent);color:#fff}.dialog{display:flex;position:relative;align-items:center;gap:8px;box-sizing:border-box;border:none;pointer-events:none;visibility:hidden;outline:none;background-color:transparent;opacity:0;border-radius:4px;width:100%;max-width:300px;padding:10px}.dialog.show{opacity:1;visibility:visible}.dialog.hide{opacity:0;visibility:hidden}.dialog.is-shown{visibility:visible;animation:fade-in .4s ease-out forwards;pointer-events:auto}.dialog.is-hidden{visibility:visible;animation:fade-out .4s ease-in forwards;pointer-events:none}.dialog>span{font-size:.8rem;font-weight:400}.dialog--error{background-color:#ffebee;border:1px solid #F44336}.dialog--warning{background-color:#fff8e1;border:1px solid #FFC107}.dialog--success{background-color:#e8f5e9;border:1px solid #4CAF50}.filled-button{outline:none;-webkit-user-select:none;user-select:none;padding:10px;border-radius:4px;width:100%;border:none;font-weight:500}.filled-button:hover{cursor:pointer}.outlined-button{outline:none;-webkit-user-select:none;user-select:none;padding:10px;border-radius:4px;width:100%;border:1.5px solid var(--color-accent);font-weight:500}.outlined-button:hover{cursor:pointer}.button-icon{width:fit-content;height:fit-content;margin:0}.button-icon:hover{background-color:#ffebee}.ibutton-s{outline:none;-webkit-user-select:none;user-select:none;padding:6px;display:flex;border:none;border-radius:50%;background-color:#fff0;background-repeat:no-repeat}.ibutton-s:hover{cursor:pointer}.ibutton-size-xs img{width:18px;height:18px}.ibutton-size-s img{width:24px;height:24px}.ibutton-size-m img{width:28px;height:28px}.outlined-itbutton-s{outline:none;-webkit-user-select:none;user-select:none;border-radius:4px;min-width:150px;background-color:unset;background-repeat:no-repeat;background-position:11px 9px;background-size:18px;border:1.3px solid var(--color-accent);font-weight:500;padding:4px 4px 4px 24px}.outlined-itbutton-s:hover{cursor:pointer}.outlined-itbutton-s:hover{background-color:#ffebee;cursor:pointer}.table-menu-button{outline:none;width:auto;height:auto;-webkit-user-select:none;user-select:none;border-radius:4px;padding:4px;margin:0;border:none;background-color:unset}.table-menu-button:hover{cursor:pointer}.table-menu-button img{vertical-align:middle;line-height:1}.action-prohibited:hover{cursor:not-allowed}.action-prohibited img{filter:grayscale(100%)}.form-container{width:100%}.form-input{display:flex;flex-direction:column;min-width:300px;gap:20px;margin-top:20px}.form-grid{display:grid;grid-template-columns:auto 1fr;gap:10px 20px;align-items:center}.form-grid label{text-align:right;font-weight:700}.form-grid input{width:fit-content}.input-text{display:flex;flex-direction:row;align-items:center;gap:10px}.input-text input{width:fit-content}input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill,input:-webkit-autofill:hover,textarea:-webkit-autofill:hover,select:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill:focus,select:-webkit-autofill:focus,input:-webkit-autofill:active,textarea:-webkit-autofill:active,select:-webkit-autofill:active{background-color:transparent!important;-webkit-text-fill-color:unset!important;caret-color:unset!important;border:1px solid unset!important;transition:background-color 9999s ease-out 0s!important}.input{display:flex;box-sizing:border-box;align-items:center;border-radius:2px;min-width:300px;padding:6px 14px;gap:.9rem;transition:border-color .2s,background-color .2s}.input--editable{width:100%;outline:none;resize:vertical;border:transparent;box-sizing:border-box;height:fit-content;padding:1px 0}.input--editable::-webkit-scrollbar{width:8px;height:8px}.input--editable::-webkit-scrollbar-track{background:#fff}.input--editable::-webkit-scrollbar-thumb{background:#3b3b3b;border-radius:0}.input--editable::-webkit-scrollbar-thumb:hover{background:var(--color-accent)}.input--filled{background-color:var(--color-surface)!important;border:none}.input--filled:focus-within{background-color:#cfd8dc}.input--filled:-webkit-autofill,.input--filled:-moz-autofill{background-color:transparent!important;color:inherit!important}.input--outlined{border:1px solid #ccc;background-color:transparent!important}.input--outlined:focus-within{border-color:#333}.input--underlined{border:1px solid #ccc;border-width:0px 0px 1px 0px;border-radius:0;background-color:transparent}.input--underlined:focus-within{border-color:#333}.input--constrained{height:40px}.input__icon{font-size:1.2rem;width:22px;-webkit-user-select:none;user-select:none;pointer-events:none}.input__field{border:none;background:transparent;outline:none;height:100%;flex:1;font-size:.8rem;font-weight:500}.input__field:focus{outline:none}.input__button{display:flex;border:none;outline:none;width:fit-content;height:fit-content;margin:0;padding:4px;border-radius:50%;background-color:unset}.input__button:hover{cursor:pointer;background-color:#00000012}.input__button img{-webkit-user-select:none;user-select:none;pointer-events:none;width:22px;height:22px}.textarea{display:flex;flex-direction:column;gap:.3rem}.textarea--filled .textarea__field{background-color:#f3f3f3;border:none}.textarea--filled .textarea__field:focus{background-color:#e0e0e0;outline:2px solid #007bff}.textarea--outlined .textarea__field{background-color:transparent;border:1px solid #ccc}.textarea--outlined .textarea__field:focus{outline:none;border-color:#333}.textarea__label{font-size:.875rem;color:#444}.textarea__field{resize:vertical;min-height:100px;padding:.5rem .75rem;font-size:.8rem;border-radius:4px;transition:all .2s ease;color:#1a1a1a}.textarea__field::placeholder{color:#aaa}.textarea__helper{font-size:.75rem;color:#999}.card{display:flex;flex-direction:column}.card--flat{box-shadow:0 1px 8px #0000001a;padding:20px;border-radius:4px}.border-card{border:1px solid #b8b8b8;box-shadow:0 4px 10px #0000000a;padding:10px}.border-card:hover{cursor:pointer;border:1px solid #90CAF9;background-color:#f9fcff}.border-card.action-prohibited:hover{cursor:not-allowed;border:1px solid #5c5c5c;background-color:#f6f6f6}#floating-panel{border:none;outline:none;box-sizing:border-box;background-color:#fff;border-radius:.4rem;padding:10px 15px 10px 40px;box-shadow:0 1px 8px #0000001a;position:fixed;z-index:1000;top:50%;left:50%;transform:translate(-50%,-50%)}#floating-panel img{max-height:700px}.menu-container{position:relative}#floating-menu{position:absolute;background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 4px 8px #00000026;z-index:1000;min-width:200px;list-style:none;margin:0;padding:0}#floating-menu li{-webkit-user-select:none;user-select:none;padding:8px 12px;cursor:pointer}#floating-menu li:hover{background-color:#eee}.dropdownx{border:1px solid #ccc;border-radius:2px;padding:4px 6px;outline:none}.dropdownx:focus-within{border-color:#333}.dropdown{position:relative}.dropdown .suggestions{position:absolute;top:100%;left:0;width:100%;margin:4px 0 0;padding:0;list-style:none;background:#fff;border:1px solid #ccc;border-radius:4px;max-height:150px;overflow-y:auto;display:none;z-index:10}.dropdown .suggestions li{padding:8px 10px;cursor:pointer}.dropdown .suggestions li:hover{background:#f0f0f0}.dropdown.open .suggestions{display:block}.data-viewer{display:flex;flex-direction:column;width:100%;gap:5px}.table-toolbar{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.table-toolbar>.ptable-left{display:flex;flex-direction:row;position:relative;justify-content:space-between;align-items:center;gap:10px;left:-10px}.table-toolbar .ptable-right{display:flex;flex-direction:row;align-items:center;gap:10px}.table-component{position:relative;overflow:auto;width:100%;border:1px solid #ccc;background-color:#fff}.table-component::-webkit-scrollbar{width:8px;height:8px}.table-component::-webkit-scrollbar-track{background:#fff}.table-component::-webkit-scrollbar-thumb{background:#3b3b3b;border-radius:0}.table-component::-webkit-scrollbar-thumb:hover{background:var(--color-accent)}.table-component table{width:max-content;table-layout:fixed;border-collapse:separate;border-spacing:0;background-color:#fff}.table-component table thead th{position:sticky;top:0;z-index:2;background:var(--color-accent)}.table-component table tbody tr.active-row{background-color:#fdc4c4}.table-component table tbody tr:hover,.table-component table tbody tr.active-row:hover{background:#ffebee}.table-component table th,.table-component table td{padding:6px 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;min-width:80px;max-width:350px}.table-component table th{border-bottom:1.5px solid #000000}.table-component table td{cursor:pointer}.table-header-container{display:flex;align-items:center;justify-content:space-between;gap:20px}.table-header-container .field-name{color:#fff;font-weight:700}.table--collapsed{max-height:30px;scrollbar-width:none}.table--collapsed::-webkit-scrollbar{display:none}#data-length{text-align:right;font-size:.9rem;font-weight:500}.collapsible{box-sizing:border-box;border:1px solid #263238;border-radius:4px}.collapsible__header{display:flex;box-sizing:border-box;border:none;outline:none;text-align:left;cursor:pointer;background-color:#212121;color:#fff;width:100%;padding:10px 18px;border-radius:2px 2px 0 0;font-size:15px}.collapsible__body{display:flex;flex-direction:column;box-sizing:border-box;width:100%;max-height:fit-content;padding:18px;gap:6px;transition:height 2s ease-in}.editable-input{width:100%;outline:none;border:none;box-sizing:border-box;height:fit-content;padding:4px}.editable-input:read-write{border:1px solid #ccc;background-color:transparent}.editable-input:read-write:focus-within{border-color:#333}.grid{display:grid;grid-template-columns:auto 1fr;gap:5px 20px;align-items:center}.grid--twocols{display:grid;width:100%;grid-template-columns:repeat(2,1fr);gap:4px}.data-grid{display:grid;grid-template-columns:auto 1fr;gap:5px 40px;align-items:center}#app{width:100%;max-width:1920px;box-sizing:border-box;margin:0 auto;padding:60px 80px}#app-outlet{display:flex;flex-direction:column;box-sizing:border-box;width:100%;padding:50px 0;margin-left:auto;margin-right:auto}.flex-column{display:flex;flex-direction:column}.flex-row{display:flex;flex-direction:row}.list{display:flex;flex-direction:column;box-sizing:border-box;list-style-type:none;margin:0;padding:0}.notification{display:flexbox;position:absolute;top:20px;right:20px}.fullscreen{width:100dvw;height:100dvh}.grow{width:100%;height:100%}.fit,.fit-center{width:fit-content;height:fit-content}.fit-center{margin:0 auto}.center{display:flex;align-items:center;justify-content:center}.center-v{display:flex;align-items:center}.center-h{display:flex;justify-content:center}.flex--end{justify-content:flex-end}.flex--baseline{align-items:baseline}.flex--space-between{justify-content:space-between;align-items:center}.padded{padding:100px 0}.marginalized{margin-top:100px}.padded-top{padding:100px 0 0}.gap-xs{gap:5px}.gap-s{gap:10px}.gap-m{gap:20px}.gap-l{gap:30px}.gap-xl{gap:50px}.gap-2xl{gap:150px}.table-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.raw-data{max-height:300px;overflow-x:scroll;overflow-y:scroll}#toolbar{display:flex;flex-direction:column;box-sizing:border-box;width:100%}#toolbar>div{justify-content:space-between;align-items:center}.toolbar-right-side{display:flex;align-items:center;gap:10px}.toolbar-actions{display:flex;justify-content:space-between}#user-name{font-weight:500}#footbar{display:flex;position:fixed;box-sizing:border-box;justify-content:space-between;z-index:500;width:100%;padding:20px;bottom:0;left:0;background-color:#000}#footbar a,#footbar span,#footbar li{color:#fff}#footbar a{color:#ffebee;text-decoration:none}#footbar a:visited{text-decoration:none}#footbar a:hover{text-decoration:underline}.pass-lost-span{font-size:.8rem}.title-category{font-size:1.9rem;font-weight:600}.navigator-menu{display:flex;flex-direction:column;gap:50px}.category{display:flex;flex-direction:column;gap:30px}.table-option-container{display:flex;flex-direction:column;align-items:center;box-sizing:border-box;gap:10px}.table-option-container img{width:64px}.table-option-name{font-size:.9rem;font-weight:500}#navigator-header{display:flex;width:100%;height:50px}#navigator-toolbar{display:flex;width:100%;background-color:#b4b4b4;justify-content:space-between;align-items:center;margin-bottom:50px}.clock-container{display:flex;flex-direction:row;align-items:center;gap:15px;margin-top:10px}.zone-clocks{display:flex;flex-direction:row;gap:20px;padding:0;margin:20px 0 0;-webkit-user-select:none;user-select:none}.zone-clocks li{display:flex;align-items:center;gap:10px}.zone-clocks img{width:24px;height:24px}.zone-clocks span{font-family:JetBrains Mono;font-size:.8rem;font-weight:500}#clock{font-family:JetBrains Mono;font-size:.9rem;font-weight:600;-webkit-user-select:none;user-select:none}.toolbar-icon{outline:none;-webkit-user-select:none;user-select:none;padding:4px;display:flex;border:none;border-radius:50%;background-color:#fff0;background-repeat:no-repeat}.toolbar-icon:hover{cursor:pointer}.toolbar-icon img{max-height:36px}.data-navigation{display:flex;flex-direction:column;box-sizing:border-box;width:100%;height:90%;gap:20px}#table-actions{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;left:-10px}#side-bar{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:10px}.searches{display:flex;flex-direction:row;align-self:end;gap:20px}#fdr-header{display:flex;width:100%;align-items:center;justify-content:space-between;border-bottom:1px solid #000;margin-top:50px}#fdr-ref{font-size:1.1rem;font-weight:500}#fdr-do{font-size:1.3rem;font-weight:500}#fdr-list{width:100%;display:flex;flex-direction:column;align-items:center;gap:50px;padding:50px 0}.fdr-item{width:800px;padding:20px;border:1px solid #b2b2b2}.tabbed-navigation{gap:30px}.layout-comment{padding:20px;gap:20px;border-radius:6px}.comment-header-title{font-weight:500}#raw-data{margin-top:0}#pdf-button{position:relative;align-self:flex-end}.layout-comment__who-where{gap:15px}#data-entity{display:flex;flex-direction:column;gap:20px}.certificats{display:flex;flex-direction:column}@media screen and (min-width: 800px){.certificats{display:flex;flex-direction:column}}@media screen and (min-width: 1200px){.certificats{display:flex;flex-direction:row}}@media screen and (min-width: 1920px){.certificats{display:flex;flex-direction:row}}
