.display-xl{font-size:4rem}.display-l,.display-xl{font-family:var(--syne-font),sans-serif;font-weight:700;line-height:1.2}.display-l{font-size:3rem}.display-m{font-size:2.5rem}.display-m,.display-s{font-family:var(--syne-font),sans-serif;font-weight:700;line-height:1.2}.display-s{font-size:2rem}.heading-l{font-size:1.5rem}.heading-l,.heading-m{font-family:var(--syne-font),sans-serif;font-weight:500;line-height:1.2}.heading-m{font-size:1.25rem}.heading-s{font-size:1rem}.heading-s,.heading-xs{font-family:var(--syne-font),sans-serif;font-weight:500;line-height:1.2}.heading-xs{font-size:.875rem}.subtitle-l{font-size:1.25rem}.subtitle-l,.subtitle-m{font-family:var(--inter-font),sans-serif;font-weight:600;line-height:1.2}.subtitle-m{font-size:1rem}.subtitle-s{font-size:.875rem}.subtitle-s,.subtitle-xs{font-family:var(--inter-font),sans-serif;font-weight:600;line-height:1.2}.subtitle-xs{font-size:.75rem}.body-l{font-size:1.25rem}.body-l,.body-m{font-family:var(--inter-font),sans-serif;font-weight:400;line-height:1.2}.body-m{font-size:1rem}.body-s{font-size:.875rem}.body-s,.body-xs{font-family:var(--inter-font),sans-serif;font-weight:400;line-height:1.2}.body-xs{font-size:.75rem}.button-l{font-size:1.25rem}.button-l,.button-m{font-family:var(--inter-font),sans-serif;font-weight:600;line-height:1.2}.button-m{font-size:1rem}.button-s{font-size:.75rem}.button-s,.button-xs{font-family:var(--inter-font),sans-serif;font-weight:600;line-height:1.2}.button-xs{font-size:.625rem}.button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;height:48px!important;width:100%;font-size:.875rem;cursor:pointer;transition:all .2s ease-in-out;text-decoration:none;font-family:var(--inter-font),sans-serif;font-weight:600;border-radius:8px;font-style:normal;letter-spacing:-.02em}.button.header{padding:8px 16px;height:auto!important;min-width:100%;font-size:.875rem}.button.small{padding:8px 16px;height:36px!important;min-width:auto;font-size:.75rem!important}.button.medium{padding:8px 12px;height:40px!important;min-width:auto;font-size:.875rem!important}.button.large{padding:12px 16px;font-size:1rem!important}.button.large,.button.modal-close{height:48px!important;min-width:auto}.button.modal-close{padding:12px 24px;width:10px!important;font-size:.875rem;justify-self:flex-end;border:none!important}.button.previous{padding:0;height:48px!important;min-width:auto;font-size:.875rem;align-self:flex-start!important}.button.indicator{padding:12px 24px;min-height:48px;font-size:.875rem}.button.primary{background-color:#008573;color:#fff;border:1px solid #008573}.button.primary:hover{background-color:#0d3d38;border-color:#0d3d38}.button.primary.disabled,.button.primary:disabled{background-color:#e1e1e1;border-color:rgba(0,0,0,0);color:#97979c;cursor:not-allowed}.button.secondary{background-color:#fff;color:#161617;border:1px solid #d1d1d2}.button.secondary:hover{background-color:#f9f9f9;border-color:#b8b8ba}.button.secondary.disabled,.button.secondary:disabled{background-color:#ededed;color:#b8b8ba;border-color:rgba(0,0,0,0);cursor:not-allowed}.button.tertiary{background-color:rgba(0,0,0,0);color:#161617;border:1px solid rgba(0,0,0,0)}.button.tertiary:hover{background-color:#e6f7f5;color:#008573}.button.tertiary.disabled,.button.tertiary:disabled{color:#b8b8ba;cursor:not-allowed}.button.quaternary{background-color:#2b2b2d;color:#fff;border:1px solid #2b2b2d}.button.quaternary:hover{background-color:#46464a;border-color:#46464a}.button.quaternary.disabled,.button.quaternary:disabled{background-color:#e1e1e1;border-color:rgba(0,0,0,0);color:#97979c;cursor:not-allowed}.button.quinary{background-color:rgba(0,0,0,0);color:#161617;border:1px solid #d1d1d2}.button.quinary:hover{background-color:#f9f9f9;border-color:#008573;color:#008573}.button.quinary.disabled,.button.quinary:disabled{background-color:rgba(0,0,0,0);color:#b8b8ba;border-color:#e1e1e1;cursor:not-allowed}.button.senary{background-color:#e84904;color:#fff;border:1px solid #e84904}.button.senary:hover{background-color:#c53c01;border-color:#c53c01}.button.senary.disabled,.button.senary:disabled{background-color:#e1e1e1;border-color:rgba(0,0,0,0);color:#97979c;cursor:not-allowed}.button.dark{background-color:#161617;color:#fff;border:1px solid #161617}.button.dark:hover{background-color:#2b2b2d;border-color:#2b2b2d}.button.dark.disabled,.button.dark:disabled{background-color:#d1d1d2;border-color:rgba(0,0,0,0);color:#97979c;cursor:not-allowed}.button.loading{position:relative;overflow:hidden}.button.loading:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;animation:buttonLoadingPulse 1.5s ease-in-out infinite}.button.loading.primary.loading:after,.button.loading:after{background:linear-gradient(90deg,transparent,#fff,transparent)}.button.loading.secondary.loading:after{background:linear-gradient(90deg,transparent,#161617,transparent)}.button.loading.tertiary.loading:after{background:linear-gradient(90deg,transparent,#2b2b2d,transparent)}.button .button-label{align-self:center;width:100%;height:auto}.button .button-icon{margin-right:8px;background-color:red}@keyframes buttonLoadingPulse{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.textInput_container{display:flex;flex-direction:column;width:100%}.text-input{min-height:58px;position:relative}.text-input input:-webkit-autofill,.text-input input:-webkit-autofill:active,.text-input input:-webkit-autofill:focus,.text-input input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;-webkit-text-fill-color:neutra(900)!important}.text-input input:-webkit-autofill{background-color:#fff!important}.input-wrapper{display:flex;align-items:center;position:relative;width:100%;border-bottom:2px solid #ccc}.text-input input{font-weight:500;line-height:24px;width:100%;border:none;padding:5px 0;background-color:rgba(0,0,0,0);outline:none}.text-input .label,.text-input input{font-size:1rem;font-family:var(--inter-font),sans-serif;letter-spacing:0}.text-input .label{color:#69696e;font-weight:400;line-height:19px;text-align:left}.text-input:focus-within .label{color:#69696e}.input-wrapper:focus-within{border-bottom-color:#b8b8ba}.text-input input::placeholder{color:#d1d1d2}.textInput_error{color:#ff4d00;font-family:var(--inter-font),sans-serif;font-size:.625rem;margin:20px 0}.checkbox-input{display:flex;min-height:56px;height:auto;cursor:pointer;padding:1rem .75rem;justify-content:center;align-items:center;margin-bottom:.5rem;border:2px solid rgba(0,0,0,0);border-radius:8px}.checkbox-input--success{border-color:#22c55e;background-color:rgba(34,197,94,.08)}.checkbox-input--error{border-color:#ef4444;background-color:rgba(239,68,68,.08)}.checkbox-input:has(input:checked):not(.checkbox-input--success):not(.checkbox-input--error){border:2px solid #46464a;border-radius:8px}.checkbox_label{cursor:pointer;position:relative;bottom:2px;width:100%;font-family:var(--inter-font),sans-serif;font-size:1rem;font-weight:400;font-style:normal;line-height:24px;letter-spacing:0;text-align:left;color:#2b2b2d;margin-left:10px}.checkbox_label a{color:#46464a;font-weight:700}.checkbox_label .option-label-wrapper{width:100%}.container{cursor:pointer;height:-moz-fit-content;height:fit-content}.container input{display:none}.container svg{color:#46464a;transition:all .2s ease-in-out}.container svg:hover{transform:scale(1.05)}.checkbox-input .container svg{opacity:1;transform-origin:center;will-change:transform,opacity}.checkbox-input .container input:checked+svg{animation:checkmark .2s ease-in-out forwards}.checkbox-input .container input:not(:checked)+svg{animation:uncheckmark .2s ease-in-out forwards}@keyframes checkmark{0%{transform:scale(.8);opacity:.5}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.select-input{margin:10px 0;display:flex;flex-direction:column}.option-button{display:flex;align-items:center;justify-content:center;margin-bottom:20px;width:415px;height:80px;padding:10px 15px;margin-right:5px;border:1px solid #ccc;background-color:#fff;border-radius:5px;cursor:pointer;font-size:1rem;outline:none}.option-button:hover{border-color:#2b2b2d}.option-button.active{background-color:#97979c;color:#fff;border-color:#69696e}.broker-select__input,.select{width:100%;padding:.75rem 3rem .75rem 1rem;border:1.5px solid #e1e1e1;border-radius:10px;font-size:.875rem;font-family:var(--inter-font),sans-serif;transition:all .2s cubic-bezier(.4,0,.2,1);background:#fff;color:#161617;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;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 fill='%236b7280' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.broker-select__input:hover:not(:disabled),.select:hover:not(:disabled){border-color:#b8b8ba}.broker-select__input:focus,.select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1);background-color:#fff}.broker-select__input:disabled,.select:disabled{background:#f9f9f9;color:#69696e;cursor:not-allowed;border-color:#e1e1e1;opacity:.6}.select--error{border-color:#ff4d00;background:#ffe9e0}.select--error:focus{border-color:#e84904;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.passwordInput_container{display:flex;flex-direction:column;width:100%}.password-input{min-height:78px;height:100%;position:relative}.password-input input:-webkit-autofill,.password-input input:-webkit-autofill:active,.password-input input:-webkit-autofill:focus,.password-input input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;-webkit-password-fill-color:neutra(900)!important}.password-input input:-webkit-autofill{background-color:#fff!important}.password-input input{height:45px;font-size:1rem;font-family:var(--inter-font),sans-serif;font-weight:400;line-height:24px;letter-spacing:0;width:100%;border:none;padding:5px 0;background-color:rgba(0,0,0,0);outline:none;transition:all .3s ease}.password-input input[type=password]{font-size:2rem;letter-spacing:-.2em;font-family:monospace}.password-input input[type=text]{font-size:1rem;letter-spacing:normal}.password-input .required{color:#ff4d00;margin-left:4px}.password-input .label{font-size:.875rem;color:#2b2b2d;font-family:var(--inter-font),sans-serif;font-weight:400;line-height:16.8px;letter-spacing:0;text-align:left}.password-input:focus-within .label{color:#69696e}.password-wrapper{position:relative;width:100%;border-bottom:2px solid #ccc}.eye-icon,.password-wrapper{display:flex;align-items:center}.eye-icon{position:absolute;right:0;top:50%;transform:translateY(-50%);cursor:pointer;padding:5px}.eye-icon svg{transition:transform .3s ease,opacity .2s ease}.eye-icon:hover svg{transform:scale(1.1)}.eye-icon:active svg{transform:scale(.95)}.passwordInput_error{color:#ff4d00;font-family:var(--inter-font),sans-serif;font-size:.625rem;margin:20px 0}.password-wrapper:focus-within{border-bottom-color:#b8b8ba}@media(max-width:768px){.password-input input[type=password]{letter-spacing:.15em}}.radio-input{display:flex;align-items:center;height:-moz-fit-content;height:fit-content;gap:1rem;padding:1rem .75rem;border-radius:8px;cursor:pointer;border:2px solid rgba(0,0,0,0)}.radio-input:hover:not(.radio-input--success):not(.radio-input--error){border-color:#d1d1d2}.radio-input:has(input:checked):not(.radio-input--success):not(.radio-input--error){border-color:#46464a}.radio-input--success{border-color:#008573;background-color:#e6f7f5}.radio-input--success:hover{border-color:#008573}.radio-input--error{background-color:rgba(239,68,68,.08)}.radio-input--error,.radio-input--error:hover{border-color:#ef4444}.radio-input.onboarding{border-radius:8px;border:2px solid rgba(0,0,0,0);transition:all .2s ease-in-out;min-height:4.25rem}.radio-input .container{display:flex;align-items:center;cursor:pointer}.radio-input .container input{position:absolute;opacity:0;cursor:pointer}.radio-input .container svg{color:#46464a}.radio-input .radio_label{color:#2b2b2d;font-size:1rem;font-family:var(--inter-font),sans-serif;font-style:normal;font-weight:400;line-height:1.5;cursor:pointer;flex:1 1}.radio_label .option-label-wrapper{width:100%}.radio-input .container svg{opacity:1;transform-origin:center;will-change:transform,opacity}.radio-input .container input:checked+svg{animation:checkmark .2s ease-in-out forwards}.radio-input .container input:not(:checked)+svg{animation:uncheckmark .2s ease-in-out forwards}@keyframes uncheckmark{0%{transform:scale(1);opacity:1}to{transform:scale(.8);opacity:.5}}.loader{display:flex;justify-content:center;align-items:center;height:100vh;width:100%;position:absolute;top:0;left:0;background-color:hsla(0,0%,100%,.8);z-index:9999}.spinner{border:2px solid #f3f3f3;border-top-color:#2b2b2d;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite}.badge{display:inline-block;padding:.25em .6em;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline}.badge-success{background-color:#e6f7f5;color:#008573}.badge-info{background-color:#e0f2fe;color:#0ea5e9}.badge-warning{background-color:#fef3c7;color:#92400e}.badge-danger{background-color:#fee2e2;color:#ef4444}.badge-secondary{background-color:#dde3ff;color:#18297e}.status-badge{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;white-space:nowrap;line-height:1.2}.status-badge--active,.status-badge--completed,.status-badge--qualified,.status-badge--success,.status-badge.status-active,.status-badge.status-completed{background-color:#e6f7f5;color:#008573;border:1px solid rgba(0,0,0,0)}.status-badge--error,.status-badge--inactive,.status-badge--rejected,.status-badge--unqualified,.status-badge.status-inactive{background-color:#fee2e2;color:#ef4444;border:1px solid rgba(0,0,0,0)}.status-badge--in-progress,.status-badge--pending,.status-badge--warning,.status-badge.status-in-progress{background-color:#fef3c7;color:#92400e;border:1px solid rgba(0,0,0,0)}.status-badge--draft,.status-badge--info,.status-badge.status-draft{background-color:#e0f2fe;color:#0ea5e9;border:1px solid rgba(0,0,0,0)}.status-badge--default,.status-badge.status-default{background-color:#ededed;color:#97979c;border:1px solid rgba(0,0,0,0)}.readonly-field{display:flex;flex-direction:column;gap:.375rem}.readonly-field__label{font-size:.8125rem;font-weight:600;color:#46464a;font-family:var(--inter-font),sans-serif;display:flex;align-items:center;gap:.375rem}.readonly-field__hint{font-size:.75rem;font-weight:400;color:#b8b8ba}.readonly-field__value{width:100%;padding:.625rem .875rem;border:1px solid #e1e1e1;border-radius:8px;font-size:.875rem;font-family:var(--inter-font),sans-serif;font-weight:400;line-height:1.5;background:#f9f9f9;color:#69696e;cursor:default;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.readonly-field__text{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.readonly-field__icon{flex-shrink:0;color:#f2d749}.detail-card{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.detail-card__header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #ededed}.detail-card__title{font-size:14px;font-weight:600;color:#2b2b2d;margin:0}.detail-card__body{padding:20px}.field-group__label{font-size:11px;font-weight:600;color:#97979c;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.field-group__value{font-size:14px;font-weight:500;color:#2b2b2d}.field-group__value--empty{color:#b8b8ba;font-style:italic;font-weight:400}.field-group__value--link a{color:#008573;text-decoration:none;cursor:pointer}.field-group__value--link a:hover{text-decoration:underline}.field-grid{display:grid;grid-gap:16px;gap:16px;margin-bottom:20px}.field-grid:last-child{margin-bottom:0}.field-grid--1{grid-template-columns:1fr}.field-grid--2{grid-template-columns:1fr 1fr}@media(max-width:768px){.field-grid--2{grid-template-columns:1fr}}.field-grid--3{grid-template-columns:1fr 1fr 1fr}@media(max-width:768px){.field-grid--3{grid-template-columns:1fr}}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#69696e;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s ease}.back-link:hover{color:#2b2b2d;transform:translateX(-2px)}.back-link svg{transition:transform .2s ease}.empty-value{color:#b8b8ba;font-style:italic;font-weight:400}.action-button{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap;border:1px solid rgba(0,0,0,0);background:rgba(0,0,0,0)}.action-button--secondary{border-color:#d1d1d2;color:#46464a}.action-button--secondary:hover:not(:disabled){background:#f9f9f9;border-color:#b8b8ba}.action-button--danger{border-color:#ff6725;color:#ff4d00}.action-button--danger:hover:not(:disabled){background:#ffe9e0;border-color:#ff4d00}.action-button--warning{border-color:#f2d749;color:#e5c107}.action-button--warning:hover:not(:disabled){background:#fefbeb;border-color:#e5c107}.action-button--success{border-color:#33bfaf;color:#006d5f}.action-button--success:hover:not(:disabled){background:#e6f7f5;border-color:#008573}.action-button--disabled,.action-button:disabled{opacity:.5;cursor:not-allowed}.tab-bar{display:flex;align-items:center;gap:0;border-bottom:1px solid #e1e1e1;margin-bottom:1.5rem}.tab-bar__tab{display:inline-flex;align-items:center;padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:#97979c;background:none;border:none;border-bottom:2px solid rgba(0,0,0,0);cursor:pointer;transition:color .15s,border-color .15s;white-space:nowrap}.tab-bar__tab:hover{color:#46464a}.tab-bar__tab--active{color:#008573;border-bottom-color:#008573;font-weight:600}.qd-stepper{gap:.5rem}.qd-stepper,.qd-stepper__track{display:inline-flex;align-items:center}.qd-stepper__track{list-style:none;margin:0;padding:0;gap:.25rem}.qd-stepper__dot{width:8px;height:8px;border-radius:50%;background:#e1e1e1;flex:0 0 auto;transition:background .15s ease,box-shadow .15s ease}.qd-stepper__dot--done{background:#008573}.qd-stepper__dot--active{background:#008573;box-shadow:0 0 0 3px #ccefeb}.qd-stepper__line{display:inline-block;width:24px;height:2px;background:#e1e1e1;border-radius:2px;flex:0 0 auto;transition:background .15s ease}.qd-stepper__line--done{background:#008573}.qd-stepper__label{font-family:var(--inter-font),sans-serif;font-size:.75rem;font-weight:500;color:#69696e;letter-spacing:.02em}.qd-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem;padding:2rem 1rem}.qd-empty-state__icon{width:56px;height:56px;border-radius:999px;background:#ededed;color:#97979c;display:grid;place-items:center;margin-bottom:.25rem}.qd-empty-state__icon svg{width:26px;height:26px}.qd-empty-state__title{font-family:var(--syne-font),sans-serif;font-size:1.25rem;font-weight:600;line-height:1.3;letter-spacing:-.01em;color:#161617;margin:0}.qd-empty-state__description{font-family:var(--inter-font),sans-serif;font-size:.875rem;color:#69696e;line-height:1.5;max-width:48ch;margin:0}.qd-empty-state__action{margin-top:.5rem;display:inline-flex;align-items:center;gap:.5rem}.qd-consequences{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.qd-consequences__item{display:flex;align-items:flex-start;gap:.5rem;font-family:var(--inter-font),sans-serif;font-size:.875rem;color:#46464a;line-height:1.5}.qd-consequences__item svg{flex:0 0 auto;width:16px;height:16px;margin-top:3px;color:#ff4d00}.kpi-tile{background:#fff;border:1px solid #ededed;border-radius:.5rem;padding:1rem;display:flex;flex-direction:column;gap:.25rem}.kpi-tile__label{font-size:.75rem;color:#69696e;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.kpi-tile__value{font-family:var(--syne-font),sans-serif;font-size:1.5rem;font-weight:700;color:#161617;line-height:1.2}.kpi-tile__hint{font-size:.75rem;color:#97979c}.kpi-tile--success .kpi-tile__hint{color:#006d5f}.kpi-tile--warning .kpi-tile__hint{color:#cfae00}.kpi-tile--danger .kpi-tile__hint{color:#ff4d00}.version-badge{display:inline-flex;align-items:center;justify-content:center;padding:.125rem .5rem;border-radius:12px;font-size:.625rem;font-weight:600;font-family:var(--inter-font),sans-serif;letter-spacing:.02em;line-height:1.4;white-space:nowrap;background-color:#ededed;color:#69696e;border:1px solid #e1e1e1;transition:all .15s ease}.version-badge--active{background-color:#dbeafe;color:#1d4ed8;border-color:rgba(59,130,246,.3)}.validation-status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;white-space:nowrap;line-height:1.2;transition:all .15s ease}.validation-status-badge--validated{background-color:#e6f7f5;color:#006d5f}.validation-status-badge--pending{background-color:#fefbeb;color:#cfae00}.validation-status-badge__icon{flex-shrink:0}.validation-status-badge__label{font-weight:600}.validation-status-badge__details{font-size:.625rem;font-weight:400;opacity:.85;margin-left:.25rem}@media(max-width:768px){.validation-status-badge__details{display:none}}.kind-badge{display:inline-flex;align-items:center;justify-content:center;padding:.125rem .5rem;border-radius:12px;font-size:.625rem;font-weight:600;font-family:var(--inter-font),sans-serif;letter-spacing:.04em;line-height:1.4;white-space:nowrap;text-transform:uppercase;border:1px solid rgba(0,0,0,0);transition:all .15s ease}.kind-badge--curated{background-color:#e6f7f5;color:#0d3d38;border-color:#99dfd7}.kind-badge--tmp{background-color:#fefbeb;color:#cfae00;border-color:#fbf1bb}.kind-badge--raw{background-color:#e0f2fe;color:#0369a1;border-color:#7dd3fc}.kind-badge--custom{background-color:#f0f2fe;color:#18297e;border-color:#c4ceff}.dict-status-badge{display:inline-flex;align-items:center;justify-content:center;padding:.125rem .5rem;border-radius:12px;font-size:.625rem;font-weight:600;font-family:var(--inter-font),sans-serif;letter-spacing:.02em;line-height:1.4;white-space:nowrap;border:1px solid rgba(0,0,0,0);transition:all .15s ease}.dict-status-badge--active{background-color:#e6f7f5;color:#0d3d38;border-color:#99dfd7}.dict-status-badge--superseded{background-color:#ededed;color:#46464a;border-color:#e1e1e1}.dict-status-badge--blocked{background-color:#fee2e2;color:#b91c1c;border-color:#ffa57e}.multi-select-input{text-align:center;margin-bottom:20px}.multi-select-input label{display:block;margin-bottom:15px;font-size:18px;font-weight:700}.button-group{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.industry-button{width:200px;height:100px;padding:15px 30px;border:2px solid #ccc;background-color:#fff;text-align:center;font-size:1rem;color:#333;border-radius:5px;cursor:pointer;transition:background-color .3s,color .3s}.industry-button:hover{background-color:#ededed;color:#161617;border-color:#46464a}.industry-button.selected{background-color:#b8b8ba;color:#161617;border-color:#46464a}.industry-button:disabled{cursor:not-allowed;opacity:.5}@media(max-width:767px){.multi-select-input{text-align:center;margin-bottom:15px}.multi-select-input label{margin-bottom:10px;font-size:16px}.button-group{grid-template-columns:repeat(3,1fr);gap:8px}.industry-button{width:100%;height:auto;min-height:90px;padding:10px 5px;font-size:.75rem;box-sizing:border-box;white-space:normal}}.form-input{display:flex;flex-direction:column;width:100%}.form-input__container{display:flex;flex-direction:column;gap:.375rem}.form-input__label{font-size:.8125rem;font-weight:500;color:#46464a;font-family:var(--inter-font),sans-serif;display:flex;align-items:center;gap:.25rem}.form-input__required{color:#ff4d00;font-weight:600;margin-left:2px}.form-input__wrapper{display:flex;align-items:center;position:relative;width:100%}.form-input__wrapper--date{position:relative}.form-input__field{width:100%;padding:.625rem .875rem;border:1px solid #d1d1d2;border-radius:8px;font-size:.875rem;font-family:var(--inter-font),sans-serif;font-weight:400;line-height:1.5;background:#fff;color:#161617;transition:all .2s ease;outline:none}.form-input__field:hover{border-color:#b8b8ba}.form-input__field:focus{border-color:#97979c;box-shadow:0 0 0 3px rgba(151,151,156,.1)}.form-input__field::placeholder{color:#b8b8ba}.form-input__field:-moz-read-only{background:#f9f9f9;color:#69696e;cursor:not-allowed;border-color:#e1e1e1}.form-input__field:disabled,.form-input__field:read-only{background:#f9f9f9;color:#69696e;cursor:not-allowed;border-color:#e1e1e1}.form-input__field:-webkit-autofill,.form-input__field:-webkit-autofill:active,.form-input__field:-webkit-autofill:focus,.form-input__field:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;-webkit-text-fill-color:#161617!important}.form-input__field:-webkit-autofill{background-color:#fff!important}.form-input__field--textarea{resize:vertical;min-height:80px;line-height:1.5}.form-input__error{color:#ff4d00;font-family:var(--inter-font),sans-serif;font-size:.75rem;font-weight:500;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}.form-input__date-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);pointer-events:none;color:#69696e;width:18px;height:18px}.form-input:focus-within .form-input__label{color:#2b2b2d}.form-input--error .form-input__field{border-color:#ff6725;background:#ffe9e0}.form-input--error .form-input__field:focus{border-color:#ff4d00;box-shadow:0 0 0 3px rgba(255,77,0,.1)}.form-input--email .form-input__container{min-height:58px;position:relative}.form-input--email .form-input__label{font-size:.875rem;color:#2b2b2d;font-weight:400;line-height:19px}.form-input--email .form-input__wrapper{border-bottom:2px solid #ccc;transition:border-color .2s ease}.form-input--email .form-input__wrapper:focus-within{border-bottom-color:#b8b8ba}.form-input--email .form-input__field{border:none;border-radius:0;padding:5px 0;background-color:rgba(0,0,0,0);font-size:1rem;font-weight:500;line-height:24px;box-shadow:none}.form-input--email .form-input__field:hover{border-color:rgba(0,0,0,0)}.form-input--email .form-input__field:focus{border-color:rgba(0,0,0,0);box-shadow:none}.form-input--email .form-input__field::placeholder{color:#d1d1d2}.form-input--email .form-input__error{font-size:.625rem;margin:8px 0}.form-input--email.form-input--error .form-input__wrapper{border-bottom-color:#ff4d00}.form-input--email.form-input--error .form-input__field{background:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.form-input__display-overlay{position:absolute;top:1px;left:1px;right:2.5rem;bottom:1px;display:flex;align-items:center;padding:.625rem .875rem;font-size:.875rem;font-family:var(--inter-font),sans-serif;font-weight:400;color:#161617;pointer-events:auto;cursor:pointer;background:#fff;border-radius:7px 0 0 7px;text-transform:capitalize}.form-input__field--hidden-text{color:rgba(0,0,0,0)!important}.form-input--date .form-input__field{padding-right:2.5rem;cursor:pointer;text-transform:capitalize;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-input--date .form-input__field::-webkit-calendar-picker-indicator{position:absolute;top:0;left:0;right:0;bottom:0;width:auto;height:auto;color:rgba(0,0,0,0);background:rgba(0,0,0,0);cursor:pointer}.search-section{flex:1 1}.search-section .search-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s ease,box-shadow .2s ease}.search-section .search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.search-section .search-input::placeholder{color:#9ca3af}.search-results-info{margin-top:1rem;padding:.75rem 1rem;background-color:#f3f4f6;border-radius:6px;border-left:4px solid #3b82f6}.search-results-info p{margin:0;font-size:.875rem;color:#374151;font-weight:500}@media(max-width:768px){.table-actions{flex-direction:column;align-items:stretch}.table-actions .search-section{max-width:none;margin-right:0;margin-bottom:1rem}}.breadcrumb-nav{margin-bottom:2rem}.breadcrumb-nav .breadcrumb-list{list-style:none;margin:0;padding:0}.breadcrumb-nav .breadcrumb-item,.breadcrumb-nav .breadcrumb-list{display:flex;align-items:center;gap:.5rem}.breadcrumb-nav .breadcrumb-link{color:#3b82f6;text-decoration:none;font-weight:500;transition:color .2s ease}.breadcrumb-nav .breadcrumb-link:hover{color:#1d4ed8;text-decoration:underline}.breadcrumb-nav .breadcrumb-current{color:#97979c;font-weight:500}.breadcrumb-nav .breadcrumb-separator{color:#97979c;font-size:.875rem;margin:0 .25rem}.toast-container{position:fixed;bottom:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column-reverse;gap:.75rem;max-width:400px;width:100%;pointer-events:none}@media(max-width:640px){.toast-container{bottom:.5rem;right:.5rem;left:.5rem;max-width:none}}.toast{position:relative;background:#fff;border-radius:8px;padding:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);border-left:4px solid;pointer-events:auto;opacity:0;transform:translateY(100%);transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.toast.toast-enter{opacity:1;transform:translateY(0)}.toast.toast-exit{opacity:0;transform:translateY(100%)}.toast.toast-success{border-left-color:#008573}.toast.toast-success .toast-icon-wrapper{color:#008573}.toast.toast-error{border-left-color:#ff4d00}.toast.toast-error .toast-icon-wrapper{color:#ff4d00}.toast.toast-warning{border-left-color:#fae368}.toast.toast-warning .toast-icon-wrapper{color:#e5c107}.toast.toast-info{border-left-color:#97979c}.toast.toast-info .toast-icon-wrapper{color:#69696e}.toast-progress-bar{position:absolute;bottom:0;left:0;right:0;height:3px;background-color:rgba(0,0,0,.1);border-radius:0 0 8px 8px;overflow:hidden}.toast-progress-fill{height:100%;width:100%;transform-origin:left;animation:toastProgressShrink linear forwards}.toast-success .toast-progress-fill{background-color:#008573}.toast-error .toast-progress-fill{background-color:#ff4d00}.toast-warning .toast-progress-fill{background-color:#fae368}.toast-info .toast-progress-fill{background-color:#97979c}.toast-content{display:flex;align-items:flex-start;gap:.75rem}.toast-icon-wrapper{flex-shrink:0;width:1.5rem;height:1.5rem;margin-top:.125rem}.toast-icon{width:100%;height:100%}.toast-text{flex:1 1;min-width:0}.toast-title{margin:0;font-size:.875rem;font-weight:600;color:#161617;line-height:1.25}.toast-message{margin:.25rem 0 0;font-size:.8rem;color:#69696e;line-height:1.4}.toast-close{flex-shrink:0;width:1.25rem;height:1.25rem;background:none;border:none;color:#b8b8ba;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;margin-top:.125rem}.toast-close:hover{color:#69696e;background-color:#ededed}.toast-close svg{width:100%;height:100%}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@keyframes toastProgressShrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.pagination-container{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 0;margin-top:1rem}.pagination-info{font-size:.875rem;color:#69696e;font-weight:500}.pagination-controls{display:flex;align-items:center;gap:.5rem}.pagination-numbers{display:flex;align-items:center;gap:.25rem}.pagination-btn{display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:.5rem .75rem;border:1px solid #e1e1e1;border-radius:.5rem;background-color:#fff;color:#161617;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background-color:#f9f9f9;border-color:#3b82f6;color:#3b82f6}.pagination-btn:disabled{opacity:.5;cursor:not-allowed;background-color:#f9f9f9;color:#97979c}.pagination-btn--next,.pagination-btn--prev{padding:.5rem 1rem;gap:.25rem}.pagination-btn--number{min-width:2.5rem}.pagination-btn--active,.pagination-btn.active{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.pagination-btn--active:hover:not(:disabled),.pagination-btn.active:hover:not(:disabled){background-color:#1d4ed8;border-color:#1d4ed8;color:#fff}.pagination-btn.disabled{pointer-events:none;opacity:.6}.pagination-ellipsis{display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;color:#97979c;font-weight:500}.pagination-wrapper{padding-top:1rem;border-top:1px solid #e1e1e1}@media(max-width:768px){.pagination-container{gap:.75rem}.pagination-controls{gap:.5rem}.pagination-controls,.pagination-numbers{flex-wrap:wrap;justify-content:center}.pagination-btn{min-width:2.25rem;height:2.25rem;font-size:.8rem}.pagination-btn--next,.pagination-btn--prev{padding:.5rem .75rem}}@media(max-width:480px){.pagination-numbers{gap:.125rem}.pagination-btn{min-width:2rem;height:2rem;font-size:.75rem}.pagination-btn,.pagination-btn--next,.pagination-btn--prev{padding:.25rem .5rem}.pagination-ellipsis{min-width:2rem;height:2rem}}.modal-content .pagination-controls{flex-direction:column;gap:.75rem;margin-top:1rem;padding:.75rem 0;border-top:1px solid #ededed}.modal-content .pagination-controls .pagination-numbers{flex-wrap:wrap;justify-content:center}.tag{display:inline-block;background-color:#ededed;color:#2b2b2d;padding:.25rem .5rem;margin:.125rem;border-radius:.375rem;font-size:.75rem;font-weight:500;border:1px solid #e1e1e1;white-space:nowrap}.tag:first-child{margin-left:0}.no-tags{color:#97979c;font-style:italic;font-size:.875rem}.reference-details{display:flex;flex-direction:column;gap:.5rem}.reference-details .ref-code{font-weight:600;color:#161617;font-size:.875rem}.reference-details .ref-tags{display:flex;flex-wrap:wrap;gap:.25rem;max-width:400px}.tags-cell{display:flex;flex-wrap:wrap;gap:.25rem;max-width:300px}.tags-cell .tag{font-size:.7rem;padding:.125rem .375rem}.custom-select{position:relative;width:100%}.custom-select__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;color:#111827;cursor:pointer;transition:all .2s ease;text-align:left}.custom-select__trigger:hover:not(:disabled){border-color:#9ca3af}.custom-select__trigger:focus{outline:none;border-color:#97979c;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.custom-select__trigger:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.custom-select__value{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select__icon{flex-shrink:0;color:#6b7280;transition:transform .2s ease}.custom-select__icon--rotated{transform:rotate(180deg)}.custom-select__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);z-index:100;max-height:280px;overflow-y:auto;animation:customSelectFadeIn .15s ease-out}.custom-select__options{list-style:none;margin:0;padding:.25rem}.custom-select__option{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-radius:6px;cursor:pointer;transition:background-color .15s ease}.custom-select__option:hover{background:#f3f4f6}.custom-select__option--selected{background:#eff6ff}.custom-select__option--selected:hover{background:#dbeafe}.custom-select__option--selected .custom-select__option-label{color:#46464a;font-weight:500}.custom-select__option-content{display:flex;flex-direction:column;gap:.125rem;flex:1 1;min-width:0}.custom-select__option-label{font-size:.875rem;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select__option-description{font-size:.75rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select__check{flex-shrink:0;color:#69696e;margin-left:.5rem}.custom-select--open .custom-select__trigger{border-color:#97979c;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.custom-select--disabled{opacity:.6}.custom-select--disabled .custom-select__trigger{cursor:not-allowed}@keyframes customSelectFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dropdown-menu{position:relative;display:inline-block}.dropdown-menu__trigger{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;background:rgba(0,0,0,0);border:1px solid #d1d1d2;border-radius:.5rem;color:#69696e;cursor:pointer;transition:all .15s ease}.dropdown-menu__trigger:hover{background:#f9f9f9;border-color:#b8b8ba;color:#46464a}.dropdown-menu__trigger:focus{outline:none;box-shadow:0 0 0 2px rgba(151,151,156,.2)}.dropdown-menu__trigger:active{background:#ededed}.dropdown-menu__content{position:absolute;top:calc(100% + .5rem);right:0;z-index:100;min-width:160px;background:#fff;border:1px solid #e1e1e1;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);padding:.25rem;animation:dropdownFadeIn .15s ease-out}.dropdown-menu__item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.625rem .75rem;background:rgba(0,0,0,0);border:none;border-radius:.25rem;color:#46464a;font-size:.875rem;font-weight:500;text-align:left;cursor:pointer;transition:all .15s ease}.dropdown-menu__item:hover:not(:disabled){background:#f9f9f9;color:#161617}.dropdown-menu__item:focus{outline:none;background:#f9f9f9}.dropdown-menu__item--danger{color:#ff4d00}.dropdown-menu__item--danger:hover:not(:disabled){background:#ffe9e0;color:#e84904}.dropdown-menu__item--danger .dropdown-menu__item-icon{color:#ff4d00}.dropdown-menu__item--success{color:#006d5f}.dropdown-menu__item--success:hover:not(:disabled){background:#e6f7f5;color:#0d3d38}.dropdown-menu__item--success .dropdown-menu__item-icon{color:#006d5f}.dropdown-menu__item--disabled{color:#b8b8ba;cursor:not-allowed;opacity:.6}.dropdown-menu__item--disabled:hover{background:rgba(0,0,0,0);color:#b8b8ba}.dropdown-menu__item--disabled .dropdown-menu__item-icon{color:#b8b8ba}.dropdown-menu__item-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#97979c;transition:color .15s ease}.dropdown-menu__item-label{flex:1 1;white-space:nowrap}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-.25rem)}to{opacity:1;transform:translateY(0)}}.page-header{display:flex;flex-direction:column;align-items:stretch;padding-bottom:1.5rem;margin-bottom:2rem;border-bottom:1px solid #ededed}.page-header__row{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.page-header__left{display:flex;align-items:flex-start;gap:1rem;min-width:0;flex:1 1 auto}.page-header__leading{display:flex;flex:0 0 auto;align-items:center;justify-content:center}.page-header__info{display:flex;flex-direction:column;min-width:0}.page-header__eyebrow{font-family:var(--inter-font),sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#97979c;margin-bottom:.25rem}.page-header__title{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--syne-font),sans-serif;font-size:1.625rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;color:#161617;margin:0}.page-header__title-text{display:inline}.page-header__status-dot{display:inline-block;width:.5rem;height:.5rem;border-radius:50%;flex:0 0 auto}.page-header__status-dot--success{background-color:#008573}.page-header__status-dot--warning{background-color:#e5c107}.page-header__status-dot--danger{background-color:#ff4d00}.page-header__status-dot--info{background-color:#0ea5e9}.page-header__status-dot--neutral{background-color:#b8b8ba}.page-header__subtitle{font-family:var(--inter-font),sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#69696e;margin:.5rem 0 0}.page-header__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.page-header__meta-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:10px;font-size:.75rem;font-weight:600;background-color:#ededed;color:#46464a}.page-header__actions{display:flex;align-items:center;gap:.5rem;flex:0 0 auto}.page-header__action{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem .875rem;font-family:var(--inter-font),sans-serif;font-size:.875rem;font-weight:500;border-radius:.5rem;border:1px solid rgba(0,0,0,0);cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.page-header__action:disabled{opacity:.5;cursor:not-allowed}.page-header__action--primary{background-color:#161617;border-color:#161617;color:#fff}.page-header__action--primary:hover:not(:disabled){background-color:#2b2b2d;border-color:#2b2b2d}.page-header__action--secondary{background-color:#fff;border-color:#e1e1e1;color:#161617}.page-header__action--secondary:hover:not(:disabled){background-color:#f9f9f9;border-color:#d1d1d2}.page-header__action--tertiary{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#46464a}.page-header__action--tertiary:hover:not(:disabled){background-color:#f9f9f9;color:#161617}.page-header__action.danger-outlined{background-color:#fff;border-color:#e84904;color:#e84904}.page-header__action.danger-outlined:hover:not(:disabled){background-color:#ffe9e0;border-color:#c53c01;color:#c53c01}.page-header__action-icon{display:inline-flex;align-items:center}@media(max-width:768px){.page-header__row{flex-direction:column;align-items:stretch}.page-header__actions{justify-content:flex-start}}.qd-form-section{display:flex;flex-direction:column;gap:.5rem}.qd-form-section__label{font-family:var(--inter-font),sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#46464a}.qd-form-section__label--required:after{content:" *";color:#006d5f;font-weight:600}.qd-form-section__options{display:flex;flex-direction:column;gap:.25rem}.qd-form-checkbox{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#2b2b2d;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.qd-form-checkbox input[type=checkbox]{accent-color:#008573;width:16px;height:16px;cursor:pointer}.qd-form-input,.qd-form-textarea{width:100%;padding:.625rem .75rem;border:1px solid #e1e1e1;border-radius:.5rem;background:#fff;color:#161617;font-family:var(--inter-font),sans-serif;font-size:.875rem;line-height:1.4;transition:border-color .15s ease,box-shadow .15s ease}.qd-form-input::placeholder,.qd-form-textarea::placeholder{color:#b8b8ba}.qd-form-input:hover:not(:disabled),.qd-form-textarea:hover:not(:disabled){border-color:#d1d1d2}.qd-form-input:focus,.qd-form-textarea:focus{outline:none;border-color:#008573;box-shadow:0 0 0 3px #ccefeb}.qd-form-input:disabled,.qd-form-textarea:disabled{background:#f9f9f9;color:#97979c;cursor:not-allowed}.qd-form-textarea{resize:vertical;min-height:5rem;font-family:var(--inter-font),sans-serif}.qd-preview-toolbar{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f9f9f9;border-bottom:1px solid #ededed}.qd-preview-toolbar__group{display:inline-flex;align-items:center;gap:.25rem}.qd-preview-toolbar__sep{display:inline-block;width:1px;height:20px;background:#e1e1e1;flex:0 0 auto}.qd-preview-toolbar__btn{width:28px;height:28px;border-radius:.25rem;border:1px solid rgba(0,0,0,0);background:rgba(0,0,0,0);color:#46464a;display:grid;place-items:center;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.qd-preview-toolbar__btn:hover{background:#ededed;color:#161617;border-color:#e1e1e1}.qd-preview-toolbar__btn:active{background:#e1e1e1}.qd-preview-toolbar__btn:focus-visible{outline:none;border-color:#008573;box-shadow:0 0 0 3px #ccefeb}.qd-preview-toolbar__btn:disabled{opacity:.45;cursor:not-allowed;background:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.qd-preview-toolbar__page,.qd-preview-toolbar__zoom{font-family:var(--inter-font),sans-serif;font-size:.75rem;font-weight:500;color:#46464a;min-width:48px;text-align:center;letter-spacing:.01em}.qd-preview-toolbar__spacer{flex:1 1 auto}.module-card{position:relative;display:flex;flex-direction:column;gap:1rem;padding:calc(2rem + 4px) 2rem 2rem;background-color:#fff;border-radius:16px;border:1px solid #e1e1e1;box-shadow:0 4px 12px rgba(0,0,0,.04),0 1px 3px rgba(0,0,0,.03);overflow:hidden;transition:box-shadow .15s ease,transform .15s ease}.module-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.04);transform:translateY(-2px)}.module-card__accent{position:absolute;top:0;left:0;right:0;height:4px}.module-card--success .module-card__accent{background-color:#008573}.module-card--warning .module-card__accent{background-color:#f2d749}.module-card--info .module-card__accent{background-color:#3b82f6}.module-card--neutral .module-card__accent{background-color:#b8b8ba}.module-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.module-card__badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:20px;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;line-height:1.2}.module-card__badge--success{background-color:#e6f7f5;color:#0d3d38}.module-card__badge--warning{background-color:#fefbeb;color:#cfae00}.module-card__badge--info{background-color:#dbeafe;color:#1d4ed8}.module-card__badge--neutral{background-color:#ededed;color:#46464a}.module-card__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;color:#46464a}.module-card--success .module-card__icon{background-color:#e6f7f5;color:#0d3d38}.module-card--warning .module-card__icon{background-color:#fefbeb;color:#cfae00}.module-card--info .module-card__icon{background-color:#dbeafe;color:#1d4ed8}.module-card--neutral .module-card__icon{background-color:#ededed;color:#46464a}.module-card__title{margin:0;font-family:var(--syne-font),sans-serif;font-size:1.5rem;font-weight:700;color:#161617;line-height:1.3}.module-card__description{margin:0;font-size:.875rem;color:#69696e;line-height:1.5}.module-card__action{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:#1d4ed8;text-decoration:none;margin-top:.25rem;transition:color .15s ease,gap .15s ease}.module-card__action:hover{color:#3b82f6;gap:.5rem}.module-card--success .module-card__action{color:#0d3d38}.module-card--success .module-card__action:hover{color:#006d5f}.module-card--warning .module-card__action{color:#cfae00}.module-card--warning .module-card__action:hover{color:#e5c107}.module-card__kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin:1rem 0 0;padding:1rem;background-color:#f9f9f9;border-radius:12px}.module-card__kpi{display:flex;flex-direction:column;gap:.25rem;text-align:center}.module-card__kpi-label{font-size:.625rem;font-weight:500;color:#69696e;text-transform:uppercase;letter-spacing:.04em}.module-card__kpi-value{margin:0;font-family:var(--syne-font),sans-serif;font-size:1.25rem;font-weight:700;color:#161617;line-height:1.2}.module-picker{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}@media(max-width:768px){.module-picker{grid-template-columns:1fr}}.table-responsive{width:100%;overflow-x:auto;margin-bottom:2rem;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:box-shadow .3s ease}.table-responsive:hover{box-shadow:0 6px 24px rgba(0,0,0,.12)}.organisations-table,.surveys-by-user .surveys-table,.surveys-table,.users-table{width:100%;border-collapse:separate;border-spacing:0;background-color:#fff;font-size:.95rem}.organisations-table td,.organisations-table th,.surveys-by-user .surveys-table td,.surveys-by-user .surveys-table th,.surveys-table td,.surveys-table th,.users-table td,.users-table th{padding:16px 20px;text-align:left;border-bottom:1px solid #e1e1e1;vertical-align:middle}.organisations-table th,.surveys-by-user .surveys-table th,.surveys-table th,.users-table th{font-weight:600;background-color:#ededed;color:#97979c;white-space:nowrap;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.organisations-table th:first-child,.surveys-table th:first-child,.users-table th:first-child{border-top-left-radius:12px;padding-left:24px}.organisations-table th:last-child,.surveys-table th:last-child,.users-table th:last-child{border-top-right-radius:12px;padding-right:24px}.organisations-table tr:last-child td,.surveys-table tr:last-child td,.users-table tr:last-child td{border-bottom:none}.organisations-table tr:last-child td:first-child,.surveys-table tr:last-child td:first-child,.users-table tr:last-child td:first-child{border-bottom-left-radius:12px;padding-left:24px}.organisations-table tr:last-child td:last-child,.surveys-table tr:last-child td:last-child,.users-table tr:last-child td:last-child{border-bottom-right-radius:12px;padding-right:24px}.organisations-table tr td:first-child,.surveys-table tr td:first-child,.users-table tr td:first-child{padding-left:24px}.organisations-table tr td:last-child,.surveys-table tr td:last-child,.users-table tr td:last-child{padding-right:24px}.organisations-table tbody tr,.surveys-by-user .surveys-table tbody tr,.surveys-table tbody tr,.users-table tbody tr{transition:all .2s ease;position:relative}.organisations-table tbody tr:hover,.surveys-table tbody tr:hover,.users-table tbody tr:hover{background-color:#f9f9f9;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.05);z-index:5}.organisations-table tbody tr.clickable-row,.surveys-table tbody tr.clickable-row,.users-table tbody tr.clickable-row{cursor:pointer}.organisations-table tbody tr.clickable-row:hover,.surveys-table tbody tr.clickable-row:hover,.users-table tbody tr.clickable-row:hover{background-color:#ededed}.organisations-table tbody tr.clickable-row:active,.surveys-table tbody tr.clickable-row:active,.users-table tbody tr.clickable-row:active{background-color:#e1e1e1}.organisations-table tbody tr:nth-child(2n),.surveys-table tbody tr:nth-child(2n),.users-table tbody tr:nth-child(2n){background-color:rgba(0,0,0,.01)}.table-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.table-actions.cell-actions{justify-content:flex-end;margin-bottom:0;gap:12px}.table-actions.cell-actions a,.table-actions.cell-actions button{padding:6px;border-radius:8px;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.table-actions.cell-actions a:hover,.table-actions.cell-actions button:hover{background-color:rgba(0,0,0,.05);transform:translateY(-2px)}.error-message,.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.08);text-align:center;margin:2rem 0}.error-message p,.loading-container p{margin-bottom:1.5rem;color:#ff4d00;font-weight:500;font-size:1.1rem}.table-price{color:#008573;font-weight:600;font-family:SF Mono,Consolas,Liberation Mono,Menlo,monospace;display:inline-flex;align-items:baseline;gap:.25rem}.table-price--negative{color:#ff4d00}.table-price .currency{font-size:.85em;color:#69696e;font-weight:400}.table-expand-button{background:none;border:1px solid #e1e1e1;border-radius:.375rem;padding:.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;color:#69696e}.table-expand-button:hover{border-color:#8296f6;color:#8296f6;background-color:rgba(130,150,246,.05)}.table-expand-button.expanded{color:#8296f6;border-color:#8296f6;background-color:rgba(130,150,246,.1)}.text-center{text-align:center}.mt-3{margin-top:1rem}@media(max-width:768px){.table-responsive{margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem);border-radius:0}.organisations-table,.surveys-by-user .surveys-table,.surveys-table,.users-table{font-size:.85rem}.organisations-table td,.organisations-table th,.surveys-by-user .surveys-table td,.surveys-by-user .surveys-table th,.surveys-table td,.surveys-table th,.users-table td,.users-table th{padding:12px 16px}.organisations-table th:first-child,.organisations-table tr td:first-child,.surveys-table th:first-child,.surveys-table tr td:first-child,.users-table th:first-child,.users-table tr td:first-child{padding-left:20px}.organisations-table th:last-child,.organisations-table tr td:last-child,.surveys-table th:last-child,.surveys-table tr td:last-child,.users-table th:last-child,.users-table tr td:last-child{padding-right:20px}.organisations-table .table-actions.cell-actions,.surveys-table .table-actions.cell-actions,.users-table .table-actions.cell-actions{gap:8px}.organisations-table .table-actions.cell-actions a,.organisations-table .table-actions.cell-actions button,.surveys-table .table-actions.cell-actions a,.surveys-table .table-actions.cell-actions button,.users-table .table-actions.cell-actions a,.users-table .table-actions.cell-actions button{padding:4px;font-size:.8rem}}.dashboard-layout{display:flex;min-height:100vh;width:100%;background-color:#f9f9f9}.sidebar{width:266px;height:100vh;background-color:#161617;position:-webkit-sticky;position:sticky;top:0;flex-shrink:0;display:flex;flex-direction:column;overflow-y:auto;transition:width .3s ease;z-index:10}.sidebar--collapsed{width:84px}.sidebar--collapsed .sidebar__header{flex-direction:column;justify-content:center;gap:1rem;height:auto;padding:1rem}.sidebar--collapsed .sidebar__brand{width:100%;justify-content:center}.sidebar--collapsed .sidebar__brand-text,.sidebar--collapsed .sidebar__group-header .text,.sidebar--collapsed .sidebar__group-toggle,.sidebar--collapsed .sidebar__logout-btn,.sidebar--collapsed .sidebar__logout-icon,.sidebar--collapsed .sidebar__menu-link .text,.sidebar--collapsed .sidebar__user-info{display:none}.sidebar--collapsed .sidebar__logo,.sidebar--collapsed .sidebar__toggle-btn{margin:0}.sidebar--collapsed .sidebar__toggle-btn .icon{transform:rotate(180deg)}.sidebar--collapsed .sidebar__group-header,.sidebar--collapsed .sidebar__menu-link{justify-content:center;padding:.5rem}.sidebar--collapsed .sidebar__group-content.expanded{max-height:0!important;opacity:0!important}.sidebar--collapsed .sidebar__user-btn,.sidebar--collapsed .sidebar__user-profile-link{justify-content:center;padding:.5rem}.sidebar--collapsed .sidebar__user-area{justify-content:center}.sidebar__header{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;border-bottom:1px solid #2b2b2d}.sidebar__brand{gap:.5rem}.sidebar__brand,.sidebar__logo{display:flex;align-items:center}.sidebar__logo{width:32px;height:32px;background-color:#006d5f;border-radius:.75rem;justify-content:center;font-weight:700;font-size:.75rem;color:#fff}.sidebar__brand-text{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.025em}.sidebar__toggle-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:rgba(0,0,0,0);border:none;border-radius:.75rem;color:#fff;cursor:pointer;transition:all .2s ease}.sidebar__toggle-btn:hover{color:#fff;background-color:#2b2b2d}.sidebar__toggle-btn .icon{font-size:.875rem;transition:transform .2s ease}.sidebar__nav{flex:1 1;padding:.75rem;overflow-y:auto}.sidebar__nav::-webkit-scrollbar{width:4px}.sidebar__nav::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.sidebar__nav::-webkit-scrollbar-thumb{background:#2b2b2d;border-radius:2px}.sidebar__menu{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.sidebar__menu-link{display:flex;align-items:center;gap:.5rem;padding:10px .75rem;color:#d1d1d2;text-decoration:none;font-size:.875rem;border-radius:.75rem;transition:all .2s ease}.sidebar__menu-link:hover{color:#fff;background-color:#2b2b2d}.sidebar__menu-link.active{color:#008573;background-color:rgba(16,185,129,.1);font-weight:500}.sidebar__menu-link .icon{width:18px;height:18px;flex-shrink:0}.sidebar__menu-link .text{flex:1 1}.sidebar__group-header{display:flex;align-items:center;gap:.5rem;padding:10px .75rem;color:#fff;background:none;border:none;width:100%;text-align:left;cursor:pointer;border-radius:.75rem;transition:all .2s ease;font-size:.875rem}.sidebar__group-header:hover{color:#fff;background-color:#0a2e2b}.sidebar__group-header .icon{width:18px;height:18px;flex-shrink:0;color:#fff;margin-right:.5rem}.sidebar__group-header .text{flex:1 1;color:#fff}.sidebar__group-toggle{display:flex;align-items:center}.sidebar__group-toggle .icon{width:16px;height:16px;transition:transform .2s ease}.sidebar__group-content{overflow:hidden;display:flex;align-items:center;gap:.5rem;width:100%}.sidebar__group-content.animated{transition:max-height .25s ease,opacity .15s ease}.sidebar__group-content.expanded{max-height:500px;opacity:1}.sidebar__group-content.collapsed{max-height:0;opacity:0}.sidebar__group-menu{list-style:none;margin:.25rem 0 0 1rem;padding:0 0 0 1rem;border-left:2px solid #2b2b2d;display:flex;flex-direction:column;gap:.25rem;width:100%}.sidebar__group-menu .sidebar__menu-item .sidebar__menu-link{padding:.5rem .75rem;gap:.5rem}.sidebar__group-menu .sidebar__menu-item .sidebar__menu-link .icon{display:none}.sidebar__footer{padding:.75rem;border-top:1px solid #2b2b2d}.sidebar__user-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:10px .75rem;background-color:rgba(0,0,0,0);border:none;border-radius:.75rem;color:#69696e;cursor:pointer;transition:all .2s ease}.sidebar__user-btn:hover{color:#fff;background-color:#0a2e2b}.sidebar__user-avatar{width:36px;height:36px;background-color:#006d5f;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.75rem;color:#fff;flex-shrink:0}.sidebar__user-info{flex:1 1;text-align:left}.sidebar__user-name{font-size:.875rem;font-weight:500;color:#fff;display:block}.sidebar__user-action{font-size:.625rem;color:#69696e;display:block}.sidebar__logout-icon{color:#69696e}.sidebar__logout-icon .icon{width:16px;height:16px}.sidebar__user-area{display:flex;align-items:center;gap:.25rem}.sidebar__user-profile-link{display:flex;align-items:center;gap:.75rem;flex:1 1;padding:10px .75rem;text-decoration:none;border-radius:.75rem;color:#69696e;transition:all .2s ease}.sidebar__user-profile-link:hover{color:#fff;background-color:#0a2e2b}.sidebar__logout-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:none;color:#69696e;cursor:pointer;border-radius:.375rem;flex-shrink:0;transition:all .2s ease}.sidebar__logout-btn .icon{width:16px;height:16px}.sidebar__logout-btn:hover{color:#ef4444;background-color:rgba(239,68,68,.1)}.main-content{flex:1 1;min-width:0;min-height:100vh;background-color:#f9f9f9;padding:3rem}@media(max-width:768px){.sidebar{width:84px}.sidebar .sidebar__group-header .text,.sidebar .sidebar__group-toggle,.sidebar .sidebar__logout-btn,.sidebar .sidebar__logout-icon,.sidebar .sidebar__menu-link .text,.sidebar .sidebar__user-info,.sidebar__brand-text{display:none}.sidebar .sidebar__group-content.expanded{max-height:0!important}.main-content{padding:1rem}}.header{height:70px;background-color:#fff;border-bottom:1px solid #e1e1e1;justify-content:space-between;padding:0 30px;position:fixed;top:0;left:0;right:0;z-index:11;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.header,.header__left{display:flex;align-items:center}.header__left{gap:20px}.header__toggle-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:rgba(0,0,0,0);border:1px solid #e1e1e1;border-radius:6px;color:#46464a;cursor:pointer;transition:all .2s ease}.header__toggle-btn:hover{background-color:#f9f9f9;border-color:#d1d1d2;color:#2b2b2d}.header__toggle-btn .icon{font-size:1.1rem}.header__logo{display:flex;align-items:center}.header__logo-text{font-size:1.5rem;font-weight:700;color:#161617;font-family:var(--syne-font),sans-serif}.header__title{font-size:1.25rem;font-weight:600;color:#2b2b2d;margin:0}.header__logout-btn,.header__right{display:flex;align-items:center}.header__logout-btn{gap:8px;padding:10px 16px;background-color:rgba(0,0,0,0);border:1px solid #e1e1e1;border-radius:6px;color:#46464a;cursor:pointer;transition:all .2s ease;font-size:.875rem}.header__logout-btn:hover{background-color:#f9f9f9;border-color:#d1d1d2;color:#2b2b2d}.header__logout-btn .icon{font-size:1rem}.header__logout-btn .text{font-weight:500}@media(max-width:768px){.header__logout-btn .text,.header__title{display:none}}.dashboard-container{width:100%}.dashboard-title{font-size:2rem;font-weight:700;color:#161617;margin-bottom:10px}.dashboard-description{font-size:1rem;color:#97979c;margin-bottom:30px}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px;margin-bottom:40px}.stat-card{background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.stat-card h3{font-size:1.1rem;font-weight:600;color:#97979c;margin-bottom:10px}.stat-card .stat-number{font-size:2.5rem;font-weight:700;color:#161617}.login-form,.reset-password-form{width:100%;display:flex;flex-direction:column;gap:1.5rem}.login-form .form-group,.reset-password-form .form-group{display:flex;flex-direction:column;gap:.25rem}.login-form .form-group label,.reset-password-form .form-group label{font-size:.9rem;font-weight:500;color:#444;margin-bottom:.5rem}.login-form .forgot-password,.reset-password-form .forgot-password{text-align:right;margin-top:.5rem;font-size:.85rem}.login-form .forgot-password a,.reset-password-form .forgot-password a{color:#161617;text-decoration:none;transition:color .2s ease;font-weight:500}.login-form .forgot-password a:hover,.reset-password-form .forgot-password a:hover{text-decoration:underline;color:#69696e}.login-form .form-error-message,.reset-password-form .form-error-message{display:flex;align-items:center;gap:.75rem;background-color:#fee2e2;border-left:3px solid #ef4444;color:#7f1d1d;padding:.85rem 1rem;font-size:.9rem;animation:fadeIn .3s ease-out}.login-form .form-error-message span,.reset-password-form .form-error-message span{color:#7f1d1d;font-size:.9rem;line-height:1.4}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.login-form input:-webkit-autofill,.login-form input:-webkit-autofill:active,.login-form input:-webkit-autofill:focus,.login-form input:-webkit-autofill:hover,.reset-password-form input:-webkit-autofill,.reset-password-form input:-webkit-autofill:active,.reset-password-form input:-webkit-autofill:focus,.reset-password-form input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;-webkit-text-fill-color:#333!important}.reset-password-form{width:100%;display:flex;flex-direction:column;gap:2rem}.reset-password-form .password-input-container{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.reset-password-form .password-strength{margin-top:.25rem;font-size:.8rem;color:#666}.reset-password-form .password-validation{margin-top:.5rem;padding:.75rem 1rem;background-color:#f9fafb;border-radius:8px;font-size:.8rem}.reset-password-form .password-validation .validation-title{font-weight:500;margin-bottom:.5rem;color:#444}.reset-password-form .password-validation .validation-criteria{display:flex;flex-direction:column;gap:.5rem}.reset-password-form .password-validation .validation-criteria .criteria-item{display:flex;align-items:center;gap:.5rem}.reset-password-form .password-validation .validation-criteria .criteria-item.valid,.reset-password-form .password-validation .validation-criteria .criteria-item.valid svg{color:#16a34a}.reset-password-form .password-validation .validation-criteria .criteria-item.invalid{color:#666}.reset-password-form .password-validation .validation-criteria .criteria-item.invalid svg{color:#aaa}.reset-password-form .success-message{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1rem}.reset-password-form .success-message svg{color:#16a34a;font-size:3rem;margin-bottom:1rem}.reset-password-form .success-message h3{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:.75rem}.reset-password-form .success-message p{color:#666;margin-bottom:1.5rem;line-height:1.5}.tooltipContainer{display:inline-flex;align-items:center}.tooltip{z-index:9999;min-width:200px;max-width:320px;padding:10px 14px;background-color:#161617;color:#fff;font-size:.75rem;font-weight:400;line-height:1.5;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:none;white-space:normal}.tooltip:after{content:"";position:absolute;top:100%;right:12px;border:6px solid rgba(0,0,0,0);border-top-color:#161617}.qd-modal__overlay{position:fixed;inset:0;background:rgba(22,22,23,.45);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:qd-modal-fade .2s ease-out}.qd-modal__overlay--closing{animation:qd-modal-fade-out .18s ease-in forwards}.qd-modal{position:relative;width:100%;max-width:560px;max-height:calc(100vh - 2.5rem);background:#fff;border-radius:12px;box-shadow:0 1px 0 rgba(22,22,23,.04),0 24px 48px -16px rgba(22,22,23,.14),0 64px 100px -32px rgba(22,22,23,.16);overflow:hidden;display:flex;flex-direction:column;animation:qd-modal-rise .28s cubic-bezier(.22,.61,.36,1) both}.qd-modal--sm{max-width:440px}.qd-modal--md{max-width:560px}.qd-modal--lg{max-width:720px}.qd-modal--xl{max-width:960px}.qd-modal--closing{animation:qd-modal-fall .2s cubic-bezier(.4,0,1,1) both}.qd-modal--accent:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;z-index:1;background:linear-gradient(90deg,#008573,#0d3d38 60%,transparent)}.qd-modal--accent.qd-modal--warning:before{background:linear-gradient(90deg,#f2d749,#cfae00 60%,transparent)}.qd-modal--accent.qd-modal--danger:before{background:linear-gradient(90deg,#ff4d00,#c53c01 60%,transparent)}.qd-modal__close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:999px;border:1px solid #e1e1e1;background:#fff;color:#46464a;display:grid;place-items:center;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease,transform .15s ease;z-index:3}.qd-modal__close:hover{color:#161617;background:#f9f9f9;border-color:#d1d1d2}.qd-modal__close:active{transform:scale(.96)}.qd-modal__close:disabled{opacity:.5;cursor:not-allowed}.qd-modal__header{padding:2rem 2rem 1rem;border-bottom:1px solid #ededed;flex-shrink:0;display:flex;align-items:flex-start;gap:1rem}.qd-modal__header-text{flex:1 1 auto;min-width:0}.qd-modal__hero{flex:0 0 auto;width:44px;height:44px;border-radius:999px;display:grid;place-items:center;background:#e6f7f5;color:#0d3d38;border:1px solid #ccefeb}.qd-modal__hero svg{width:22px;height:22px}.qd-modal__hero--brand{background:#e6f7f5;color:#0d3d38;border-color:#ccefeb}.qd-modal__hero--warning{background:#fefbeb;color:#cfae00;border-color:#faf4d3}.qd-modal__hero--danger{background:#ffe9e0;color:#c53c01;border-color:#ffcab3}.qd-modal__eyebrow{font-family:var(--inter-font),sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#97979c;display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.qd-modal__eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#008573;flex:0 0 auto}.qd-modal__eyebrow-dot--warning{background:#cfae00}.qd-modal__eyebrow-dot--danger{background:#e84904}.qd-modal__title{font-family:var(--syne-font),sans-serif;font-size:1.625rem;line-height:1.2;letter-spacing:-.02em;font-weight:700;color:#161617;margin:0 0 .25rem}.qd-modal__subtitle{margin:0;font-size:.875rem;color:#69696e;max-width:48ch}.qd-modal__body{padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto;flex:1 1 auto;min-height:0}.qd-modal__inline-error{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;background:#ffe9e0;border:1px solid #ffcab3;color:#c53c01;font-family:var(--inter-font),sans-serif;font-size:.875rem;line-height:1.4}.qd-modal__inline-error svg{flex:0 0 auto;width:16px;height:16px;margin-top:2px}.qd-modal__type-confirm{padding:1rem;border-radius:.5rem;background:#ffe9e0;border:1px solid #ffcab3;display:flex;flex-direction:column;gap:.5rem}.qd-modal__type-confirm-hint{font-family:var(--inter-font),sans-serif;font-size:.875rem;color:#902d02;line-height:1.4;margin:0}.qd-modal__type-confirm-hint code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;padding:1px 6px;border-radius:.25rem;background:#fff;border:1px solid #ffa57e;color:#c53c01}.qd-modal__type-confirm-input{width:100%;padding:.5rem 1rem;border-radius:.5rem;border:1px solid #ffa57e;background:#fff;font-family:var(--inter-font),sans-serif;font-size:.875rem;color:#161617;transition:border-color .15s ease,box-shadow .15s ease}.qd-modal__type-confirm-input:focus{outline:none;border-color:#ff4d00;box-shadow:0 0 0 3px rgba(255,77,0,.15)}.qd-modal__type-confirm-input::placeholder{color:#b8b8ba}.qd-modal__loading-veil{position:absolute;inset:0;background:hsla(0,0%,100%,.75);display:grid;place-items:center;z-index:4;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.qd-modal__loading-spinner{width:32px;height:32px;border-radius:50%;border:3px solid #e1e1e1;border-top-color:#008573;animation:qd-modal-spin .8s linear infinite}.qd-modal__footer{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;padding:1rem 2rem;border-top:1px solid #ededed;background:#f9f9f9;flex-shrink:0}.qd-modal__footer--start{justify-content:flex-start}.qd-modal__footer--between{justify-content:space-between}.qd-modal__footer-hint{flex:1 1 auto;display:inline-flex;align-items:center;gap:.25rem;font-family:var(--inter-font),sans-serif;font-size:.75rem;color:#97979c}.qd-modal__footer-hint kbd{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 .25rem;border-radius:.25rem;border:1px solid #e1e1e1;background:#fff;box-shadow:0 1px 0 #e1e1e1;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.625rem;font-weight:500;color:#46464a}@keyframes qd-modal-fade{0%{opacity:0}to{opacity:1}}@keyframes qd-modal-fade-out{0%{opacity:1}to{opacity:0}}@keyframes qd-modal-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes qd-modal-fall{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@keyframes qd-modal-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes qd-modal-sheet-rise{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes qd-modal-sheet-fall{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@media(max-width:540px){.qd-modal__overlay{padding:0;align-items:flex-end}.qd-modal{max-width:100%;width:100%;max-height:92vh;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:16px;border-top-right-radius:16px;animation:qd-modal-sheet-rise .32s cubic-bezier(.22,.61,.36,1) both}.qd-modal:after{content:"";position:absolute;top:8px;left:50%;width:36px;height:4px;border-radius:999px;background:#e1e1e1;transform:translateX(-50%);z-index:2}.qd-modal--closing{animation:qd-modal-sheet-fall .24s cubic-bezier(.4,0,1,1) both}.qd-modal__header{padding:2rem 1rem .5rem}.qd-modal__body{padding:1rem}.qd-modal__footer{padding:1rem;flex-wrap:wrap}.qd-modal__title{font-size:1.5rem}}.form-container{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:2rem}.form-container.grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.form-container.grid-layout .form-field.full-width{grid-column:1/-1}.form-container .form-field{margin-bottom:1rem}.form-container .error-message{background-color:#ffcab3;color:#c53c01;padding:.75rem 1rem;border-radius:4px;margin-bottom:1rem;border:1px solid #ff4d00}.form-container .error-message.full-width{grid-column:1/-1}.form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e1e1e1}.detail-container{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:2rem}.organization-details,.user-details{display:grid;grid-gap:1.5rem;gap:1.5rem}.organization-details .detail-row,.user-details .detail-row{display:grid;grid-template-columns:200px 1fr;grid-gap:1rem;gap:1rem;padding:.75rem 0;border-bottom:1px solid #ededed}.organization-details .detail-row:last-child,.user-details .detail-row:last-child{border-bottom:none}.organization-details .detail-row .detail-label,.user-details .detail-row .detail-label{font-weight:600;color:#97979c}.organization-details .detail-row .detail-value,.user-details .detail-row .detail-value{color:#161617}.survey-info{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px rgba(0,0,0,.1);grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.survey-info .survey-info-item{display:flex;flex-direction:column;gap:.25rem}.survey-info .survey-info-item .label{font-weight:600;color:#97979c;font-size:.875rem}.survey-info .survey-info-item .value{color:#161617;font-size:1rem}.survey-info .survey-info-item .value.survey-status{font-weight:500;text-transform:capitalize}.survey-responses .survey-section{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:2rem}.survey-responses .survey-section .section-title{margin:0 0 1.5rem;color:#161617;border-bottom:2px solid #8296f6;padding-bottom:.5rem}.survey-responses .survey-section .survey-question{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #ededed}.survey-responses .survey-section .survey-question:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.survey-responses .survey-section .survey-question .question-text{margin:0 0 1rem;color:#161617;font-weight:500}.survey-responses .survey-section .survey-question .question-options{margin-left:1rem}.organization-layout{display:grid;grid-template-columns:2fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}.organization-layout .organization-main,.organization-layout .organization-sidebar{min-width:0}.organization-layout .organization-sidebar .sidebar-title{margin:0 0 1.5rem;color:#161617;font-size:1.25rem;font-weight:600;border-bottom:2px solid #8296f6;padding-bottom:.5rem}.organization-layout .organization-sidebar .users-list{display:flex;flex-direction:column;gap:1rem}.organization-layout .organization-sidebar .user-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;border:1px solid #ededed;border-radius:6px;transition:all .2s ease;cursor:pointer}.organization-layout .organization-sidebar .user-item:hover{background-color:#ededed;border-color:#8296f6;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.organization-layout .organization-sidebar .user-item .user-info{flex:1 1;min-width:0}.organization-layout .organization-sidebar .user-item .user-info .user-name{font-weight:600;color:#161617;margin-bottom:.25rem}.organization-layout .organization-sidebar .user-item .user-info .user-email{color:#97979c;font-size:.875rem;margin-bottom:.25rem;word-break:break-word}.organization-layout .organization-sidebar .user-item .user-info .user-job{color:#b8b8ba;font-size:.875rem;font-style:italic}.organization-layout .organization-sidebar .user-item .user-status{flex-shrink:0;margin-left:1rem}.organization-layout .organization-sidebar .no-users{text-align:center;padding:2rem;color:#b8b8ba;font-style:italic}.clickable-link{transition:all .2s ease}.clickable-link:hover{text-decoration:underline!important;opacity:.8}@media(max-width:768px){.form-container.grid-layout{grid-template-columns:1fr}.organization-details .detail-row,.user-details .detail-row{grid-template-columns:1fr;gap:.5rem}.organization-layout,.survey-info{grid-template-columns:1fr}.organization-layout{gap:1.5rem}.organization-layout .organization-sidebar{order:-1}.organization-layout .user-item{flex-direction:column;align-items:stretch;gap:.75rem}.organization-layout .user-item .user-status{margin-left:0;align-self:flex-start}}.detail-layout{display:flex;flex-direction:column;gap:2rem}.detail-card{background:#fff;border-radius:12px;border:1px solid #e1e1e1;overflow:visible;box-shadow:0 1px 3px rgba(0,0,0,.1)}.detail-card .detail-card-header{display:flex;align-items:center;gap:.75rem;padding:1.5rem;background:#f9f9f9;border-bottom:1px solid #e1e1e1}.detail-card .detail-card-header h2{margin:0;color:#161617;font-size:1.25rem;font-weight:600}.detail-card .detail-card-header svg{color:#46464a}.detail-card .detail-card-content{padding:1.5rem}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.detail-item{display:flex;align-items:flex-start;gap:.75rem}.detail-item.detail-item-full{grid-column:1/-1}.detail-item .detail-icon{flex-shrink:0;width:2rem;height:2rem;background:#ededed;border-radius:6px;display:flex;align-items:center;justify-content:center}.detail-item .detail-icon svg{color:#69696e}.detail-item .detail-content{flex:1 1;min-width:0}.detail-item .detail-content .detail-label{display:block;font-size:.875rem;font-weight:500;color:#69696e;margin-bottom:.25rem}.detail-item .detail-content .detail-value{display:block;font-size:1rem;color:#161617;word-break:break-word}.detail-item .detail-content .detail-value .clickable-link{color:#2b2b2d;text-decoration:underline;cursor:pointer;transition:color .2s ease}.detail-item .detail-content .detail-value .clickable-link:hover{color:#69696e}.detail-item .detail-content .detail-value .external-link{color:#2b2b2d;text-decoration:none;border-bottom:1px solid #d1d1d2;transition:all .2s ease}.detail-item .detail-content .detail-value .external-link:hover{color:#69696e;border-bottom-color:#97979c}.category-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;background:#ededed;color:#46464a}.category-badge.category-none{background:#ededed;color:#97979c}.category-badge.category-ok{background:#dcfce7;color:#166534}.category-badge.category-non-ok{background:#fee2e2;color:#991b1b}.users-capsule-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.user-capsule{background:#f9f9f9;border:1px solid #e1e1e1;border-radius:8px;padding:1rem;cursor:pointer;transition:all .2s ease}.user-capsule:hover{background:#ededed;border-color:#d1d1d2;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.user-capsule .user-capsule-content{display:flex;align-items:center;gap:.75rem}.user-capsule .user-capsule-avatar{width:2.5rem;height:2.5rem;background:#e1e1e1;border-radius:50%;display:flex;align-items:center;justify-content:center}.user-capsule .user-capsule-avatar svg{color:#69696e}.user-capsule .user-capsule-info{flex:1 1;min-width:0}.user-capsule .user-capsule-info .user-capsule-name{display:block;font-weight:600;color:#161617;margin-bottom:.25rem}.user-capsule .user-capsule-info .user-capsule-job{display:block;font-size:.875rem;color:#69696e}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:#97979c}.empty-state svg{margin-bottom:1rem;color:#b8b8ba}.empty-state h3{margin:0 0 .5rem;color:#46464a;font-size:1.125rem;font-weight:600}.empty-state p{margin:0;color:#97979c;font-size:.875rem}.form-layout{display:flex;flex-direction:column;gap:2rem;margin-bottom:6rem}.form-section{background:#fff;border-radius:12px;border:1px solid #e1e1e1;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.form-section .form-section-header{display:flex;align-items:center;gap:.75rem;padding:1.5rem;background:#f9f9f9;border-bottom:1px solid #e1e1e1}.form-section .form-section-header h2{margin:0;color:#161617;font-size:1.25rem;font-weight:600}.form-section .form-section-header svg{color:#46464a}.form-section .form-section-content{padding:1.5rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.form-grid .form-field.form-field-full{grid-column:1/-1}.error-banner{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:8px;border:1px solid #fecaca;margin-bottom:2rem}.error-banner p{margin:0;font-weight:500}.action-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e1e1e1;padding:1rem 0;z-index:100;box-shadow:0 -2px 8px rgba(0,0,0,.1)}.action-bar .action-bar-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.action-bar .action-bar-info{flex:1 1}.action-bar .action-bar-info p{margin:0;color:#69696e;font-size:.875rem}.action-bar .action-bar-buttons{display:flex;gap:.75rem}.list-container{display:flex;flex-direction:column;gap:2rem}.list-controls{display:flex;justify-content:space-between;align-items:center;gap:1rem}.list-controls .search-section{flex:1 1;max-width:400px}.list-controls .search-section .search-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d1d2;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .2s ease}.list-controls .search-section .search-input:focus{outline:none;border-color:#97979c}.list-controls .search-section .search-input::placeholder{color:#97979c}.capsule-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));grid-gap:1.5rem;gap:1.5rem}.organization-capsule,.user-capsule{background:#fff;border:1px solid #e1e1e1;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .2s ease;overflow:hidden}.organization-capsule:hover,.user-capsule:hover{border-color:#b8b8ba;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.organization-capsule .capsule-header,.user-capsule .capsule-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.organization-capsule .capsule-header .capsule-avatar,.user-capsule .capsule-header .capsule-avatar{width:3rem;height:3rem;background:#ededed;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.organization-capsule .capsule-header .capsule-avatar svg,.user-capsule .capsule-header .capsule-avatar svg{color:#69696e}.organization-capsule .capsule-header .capsule-title,.user-capsule .capsule-header .capsule-title{flex:1 1;min-width:0}.organization-capsule .capsule-header .capsule-title h3,.user-capsule .capsule-header .capsule-title h3{margin:0 0 .25rem;color:#161617;font-size:1.125rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.organization-capsule .capsule-header .capsule-title .capsule-subtitle,.user-capsule .capsule-header .capsule-title .capsule-subtitle{display:block;color:#69696e;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.organization-capsule .capsule-header .capsule-actions .action-button,.user-capsule .capsule-header .capsule-actions .action-button{background:none;border:none;padding:.5rem;border-radius:6px;color:#97979c;cursor:pointer;transition:all .2s ease}.organization-capsule .capsule-header .capsule-actions .action-button:hover,.user-capsule .capsule-header .capsule-actions .action-button:hover{background:#ededed;color:#ff4d00}.organization-capsule .capsule-header .capsule-actions .action-button svg,.user-capsule .capsule-header .capsule-actions .action-button svg{width:1rem;height:1rem}.organization-capsule .capsule-content,.user-capsule .capsule-content{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.organization-capsule .capsule-content .capsule-item,.user-capsule .capsule-content .capsule-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.organization-capsule .capsule-content .capsule-item svg,.user-capsule .capsule-content .capsule-item svg{color:#97979c;flex-shrink:0}.organization-capsule .capsule-content .capsule-item span,.user-capsule .capsule-content .capsule-item span{color:#46464a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.organization-capsule .capsule-footer .status-badges,.user-capsule .capsule-footer .status-badges{display:flex;flex-wrap:wrap;gap:.5rem}.search-results-info{text-align:center;padding:1rem;color:#69696e;font-size:.875rem}.pills-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.user-pill{display:flex;align-items:center;padding:1rem 1.25rem;background:#fff;border:1px solid #e1e1e1;border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.1);min-height:80px}.user-pill:hover{border-color:#d1d1d2;box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-1px)}.user-pill:active{transform:translateY(0)}.user-pill .pill-avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ededed;border-radius:50%;margin-right:1rem;flex-shrink:0;color:#69696e}.user-pill .pill-main{flex:1 1;min-width:0}.user-pill .pill-main .pill-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.user-pill .pill-main .pill-header .pill-name{font-size:.95rem;font-weight:600;color:#161617;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-pill .pill-main .pill-header .pill-job{font-size:.8rem;color:#69696e;background:#ededed;padding:.25rem .5rem;border-radius:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.user-pill .pill-main .pill-details{display:flex;gap:1.5rem;flex-wrap:wrap}.user-pill .pill-main .pill-details .pill-detail-item{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#69696e}.user-pill .pill-main .pill-details .pill-detail-item svg{color:#97979c;flex-shrink:0}.user-pill .pill-main .pill-details .pill-detail-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.user-pill .pill-status{margin-left:1rem;margin-right:1rem;flex-shrink:0}.user-pill .pill-status .status-badge{display:flex;align-items:center;gap:.3rem;padding:.4rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;white-space:nowrap}.user-pill .pill-status .status-badge.status-active{background:rgba(34,197,94,.1);color:#15803d;border:1px solid rgba(34,197,94,.2)}.user-pill .pill-status .status-badge.status-inactive{background:rgba(239,68,68,.1);color:#991b1b;border:1px solid rgba(239,68,68,.2)}.user-pill .pill-actions{margin-left:.5rem;flex-shrink:0}.user-pill .pill-actions .action-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:rgba(0,0,0,0);color:#97979c;border-radius:6px;cursor:pointer;transition:all .2s ease}.user-pill .pill-actions .action-button:hover{background:rgba(239,68,68,.1);color:#dc2626}@media(max-width:768px){.user-pill{padding:.875rem 1rem;min-height:auto}.user-pill .pill-avatar{width:36px;height:36px;margin-right:.75rem}.user-pill .pill-main .pill-header{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:.75rem}.user-pill .pill-main .pill-header .pill-name{font-size:.9rem}.user-pill .pill-main .pill-header .pill-job{font-size:.75rem;max-width:none}.user-pill .pill-main .pill-details{gap:1rem}.user-pill .pill-main .pill-details .pill-detail-item{font-size:.75rem}.user-pill .pill-main .pill-details .pill-detail-item span{max-width:150px}.user-pill .pill-status{margin-left:.5rem;margin-right:.5rem}.user-pill .pill-status .status-badge{font-size:.7rem;padding:.3rem .6rem}}@media(max-width:480px){.user-pill{flex-direction:column;align-items:flex-start;padding:1rem}.user-pill .pill-avatar{margin-right:0;margin-bottom:.75rem}.user-pill .pill-main{width:100%;margin-bottom:.75rem}.user-pill .pill-main .pill-details{flex-direction:column;gap:.5rem}.user-pill .pill-actions,.user-pill .pill-status{margin:0;align-self:flex-end}}.page-transition{animation:fadeInUp .3s ease-out}.auth-loading{display:flex;justify-content:center;align-items:center;min-height:100vh;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#f9f9f9;z-index:9999}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-container{padding:3rem;min-height:calc(100vh - 80px);max-width:1600px;margin:0 auto}@media(max-width:768px){.page-container{padding:1rem}}.page-header-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1.5rem}@media(max-width:768px){.page-header-section{flex-direction:column;align-items:flex-start;margin-bottom:1.25rem}}.page-title-main{font-size:2rem;font-weight:700;color:#161617;margin:0;letter-spacing:-.025em}@media(max-width:768px){.page-title-main{font-size:1.5rem}}.page-subtitle-main{margin:0;color:#69696e;font-size:1rem;font-weight:400}.page-back-link{display:inline-flex;align-items:center;gap:.5rem;color:#97979c;text-decoration:none;font-size:.9375rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);width:-moz-fit-content;width:fit-content}.page-back-link:hover{color:#3b82f6;transform:translateX(-4px)}.page-back-link:hover svg{transform:translateX(-2px)}.page-back-link svg{transition:transform .2s ease}.page-actions-group{display:flex;gap:.75rem;flex-wrap:wrap}.action-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:10px;text-decoration:none;font-size:.9375rem;font-weight:600;border:1.5px solid rgba(0,0,0,0);transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.action-btn:active:not(:disabled){transform:translateY(0)}.action-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.action-btn--primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-color:#3b82f6;box-shadow:0 2px 4px rgba(59,130,246,.2)}.action-btn--primary:hover{background:linear-gradient(135deg,#1d4ed8,rgb(25.9816326531,69.8816326531,193.5183673469));transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.action-btn--edit{background:linear-gradient(135deg,#faf4d3,#fbf1bb);color:#92400e;border-color:#f2d749}.action-btn--edit:hover{background:linear-gradient(135deg,#f2d749,#e5c107);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(245,158,11,.3)}.action-btn--view{background:linear-gradient(135deg,#bae6fd,#7dd3fc);color:#0369a1;border-color:#3b82f6}.action-btn--view:hover{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.action-btn--delete{background:linear-gradient(135deg,#ffcab3,#ffa57e);color:#c53c01;border-color:#ff6725}.action-btn--delete:hover:not(:disabled){background:linear-gradient(135deg,#ff4d00,#e84904);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(220,38,38,.3)}.action-btn--history{background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#5b21b6;border-color:#8b5cf6}.action-btn--history:hover{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(139,92,246,.3)}.page-error,.page-loading{display:flex;justify-content:center;align-items:center;min-height:400px}.page-error{background:linear-gradient(135deg,#ffcab3,#ffa57e);color:#c53c01;border-radius:16px;margin:2rem;border:1px solid #ff6725;border-left:4px solid #ff4d00;box-shadow:0 4px 12px rgba(220,38,38,.15)}.footer__container{display:flex;flex-direction:column;height:500px;align-items:center;justify-content:center;font-family:var(--inter-font),sans-serif}.footer__content{display:flex;justify-content:space-between;width:calc(100% - 60px);margin-bottom:50px}.footer__content .__logo{align-self:center}.footer__content .__adress{display:flex;flex-direction:column;align-items:center;justify-content:center}.footer__content .__adress .__name{font-size:1.25rem;font-weight:600;line-height:24px;font-family:var(--inter-font),sans-serif}.footer__content .__adress .__street{font-size:1rem;font-weight:400;line-height:20px}.footer__content .__social__network{display:flex;flex-direction:column;align-items:center;justify-content:center}.footer__content .__social__network p{font-size:.75rem;font-weight:400;line-height:14.4px}.__legal__infos{display:flex;width:700px;gap:16px;align-items:center;justify-content:center}.__legal__infos a{font-size:.75rem;font-weight:600;text-decoration:underline}@media(max-width:767px){.footer__content{justify-content:space-between;position:relative;min-height:200px;width:calc(100% - 40px)}.__adress{margin-bottom:20px;position:absolute;width:100%}.footer__content>img:first-child{width:80px;height:80px;align-self:flex-end;margin-bottom:20px}.__social__network{display:flex;flex-direction:column;align-self:flex-end}.__social__network a{display:inline-block}.__social__network .break-word{display:block}.__legal__infos{width:calc(100% - 40px);flex-wrap:wrap}}.navbar_container{background-image:url(/_next/static/media/header.d1247de1.jpeg);background-repeat:no-repeat;background-size:cover;background-position:bottom}.navbar,.navbar_container,.navbar_container_unlogged{display:flex;justify-content:center}.navbar{align-items:center;height:140px;width:1000px;position:relative}.logged_navbar{display:flex;justify-content:space-between;align-items:center;padding:0 20px}.about_button{position:absolute;right:0}.about_button_logged{position:relative}.navlinks{display:flex;gap:20px}.navlinks span{font-size:1rem;font-family:var(--inter-font),sans-serif;font-weight:400;color:#2b2b2d}.navlinks span.active{color:#46464a;font-weight:600}.actions{display:flex;align-items:center;gap:10px;width:100%;justify-content:flex-end}@media(max-width:767px){.navbar_container{background-image:url(/_next/static/media/header-mobile.4ad7c18a.jpeg);background-repeat:no-repeat;background-size:cover;background-position:bottom;display:flex;justify-content:center;height:auto;padding:10px}.navbar,.navbar_container_unlogged{display:flex;justify-content:center;flex-direction:column;align-items:center}.navbar{height:auto;width:100%;padding:10px}.logged_navbar{display:flex;justify-content:space-between;align-items:center;width:100%;flex-direction:column}.burger-menu{display:block;position:absolute;top:15px;right:20px;font-size:2rem;cursor:pointer}.fullscreen-slide{position:fixed;top:0;right:-100%;width:100%;height:100%;background-color:#2b2b2d;box-shadow:-2px 0 5px rgba(0,0,0,.5);z-index:1000;transition:right .3s ease-in-out}.fullscreen-slide.open{right:0}.fullscreen-slide .close-button{position:absolute;top:10px;right:10px;font-size:2rem;cursor:pointer;color:#fff}.navlinks{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;margin-top:50px}.navlinks span{font-size:.875rem;font-family:var(--inter-font),sans-serif;font-weight:400;color:#2b2b2d}.navlinks span.active{color:#46464a;font-weight:600}.actions{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;margin-top:20px}}.about_button_mobile{border-radius:24px!important;padding:13px 25px!important;width:100%}.relative{position:relative}.dropdown-trigger{display:flex;align-items:center;gap:2px;padding:8px 16px;color:#fff;background:rgba(0,0,0,0);border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.dropdown-trigger:hover{background-color:hsla(0,0%,100%,.1)}.dropdown-trigger-text{font-size:1.2rem;font-family:var(--inter-font),sans-serif;font-weight:600;color:#ededed;display:flex;align-items:center}.dropdown-trigger-text svg{margin-left:10px;color:#fff}.dropdown-content{position:absolute;right:0;top:100%;margin-top:8px;min-width:240px;background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.15);overflow:hidden;z-index:50}.dropdown-content button{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;color:#2b2b2d;font-family:var(--inter-font),sans-serif;font-size:16px;font-weight:600;line-height:24px;background:rgba(0,0,0,0);border:none;text-align:left;transition:background-color .2s}.dropdown-content button svg{color:#2b2b2d}.dropdown-content button:hover{background-color:#f7fafc;color:#2d3748}@media(max-width:767px){.relative{display:none}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}ol,ul{list-style:none}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}img,picture{max-width:100%;display:block}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;color:#334155}.btn{justify-content:center;gap:.25rem;padding:.5rem 1rem;font-weight:500;border-radius:.375rem;transition:background .2s,color .2s,border-color .2s;border:1px solid rgba(0,0,0,0);font-family:var(--inter-font),sans-serif;font-size:.875rem}.btn.btn-primary{background-color:#161617;color:#fff;border-color:#161617}.btn.btn-primary:hover:not(:disabled){background-color:#2b2b2d;border-color:#2b2b2d}.btn.btn-primary:disabled{background-color:#e1e1e1;color:#97979c;border-color:#e1e1e1;cursor:not-allowed}.btn.btn-outline{background-color:rgba(0,0,0,0);color:#161617;border-color:#161617}.btn.btn-outline:hover:not(:disabled){background-color:#f9f9f9}.btn.btn-outline:disabled{color:#b8b8ba;border-color:#d1d1d2;cursor:not-allowed}.btn.btn-outline--active{background-color:#161617;color:#fff}.btn.btn-outline--active:hover:not(:disabled){background-color:#2b2b2d}.btn.btn-danger{background-color:#e84904;color:#fff;border-color:#e84904}.btn.btn-danger:hover:not(:disabled){background-color:#c53c01;border-color:#c53c01}.btn.btn-danger:disabled{background-color:#e1e1e1;color:#97979c;border-color:#e1e1e1;cursor:not-allowed}.btn.btn-ghost{background-color:rgba(0,0,0,0);color:#46464a}.btn.btn-ghost:hover:not(:disabled){background-color:#ededed;color:#161617}.login-container{display:flex;flex-direction:column;width:100%;padding:2.5rem}.login-container .login-title{font-size:1.75rem;font-weight:700;color:#333;margin-bottom:.75rem;text-align:center}.login-container .login-subtitle{font-size:1rem;color:#666;text-align:center;margin-bottom:2.5rem;line-height:1.5}.register-container{display:flex;flex-direction:column;width:100%;padding:2.5rem}.register-container .register-title{font-size:1.75rem;font-weight:700;color:#333;margin-bottom:.75rem;text-align:center}.register-container .register-subtitle{font-size:1rem;color:#666;text-align:center;margin-bottom:2.5rem;line-height:1.5}.reset-password-container{padding:2.5rem}.reset-password-container .reset-password-title{font-size:1.75rem;font-weight:700;color:#333;margin-bottom:.75rem}.reset-password-container .reset-password-subtitle{font-size:1rem;color:#666;line-height:1.5}.login-container,.register-container,.reset-password-container{animation:fadeSlideUp .5s ease-out forwards;opacity:0;transform:translateY(20px)}@keyframes fadeSlideUp{to{opacity:1;transform:translateY(0)}}.reset-password-container{display:flex;flex-direction:column;justify-content:center;width:100%;max-width:400px;padding:1rem}.reset-password-container .reset-password-title{font-family:var(--syne-font),sans-serif;font-size:1.5rem;text-align:center;font-weight:400;color:neutral(800);margin-bottom:1rem}.reset-password-container .reset-password-subtitle{text-align:center;color:neutral(600);margin-bottom:2.5rem;font-size:.875rem}.home_page_container{align-items:center;content:container;display:flex;flex-direction:column;min-height:100vh;background-color:#fff}.request-reset-password{margin:100px}.request-reset-password,.request-reset-password_container{display:flex;flex-direction:column;align-items:center;justify-content:center}.request-reset-password_container{width:550px}.request-reset_form{width:550px;display:flex;flex-direction:column;align-items:center;justify-content:center}.reset-password_title{font-family:var(--syne-font),sans-serif;font-size:34px;font-weight:700;line-height:33px}.reset-password_subTitle,.reset-password_title{letter-spacing:0;text-align:center;color:#161617;margin-bottom:16px}.reset-password_subTitle{margin-top:10px;font-family:var(--inter-font),sans-serif;font-size:.875rem;font-weight:400;line-height:19px}.error-message{color:#ff4d00;font-size:.75rem;margin-top:5px;text-align:left}.error-message,.send-mail_btn{font-family:var(--inter-font),sans-serif;width:100%}.send-mail_btn{height:40px;background-color:#46464a;border:none;border-radius:2px;font-size:.875rem;font-weight:700;line-height:19px;letter-spacing:0;text-align:center;color:#ededed;margin-top:70px;cursor:pointer}.send-mail_btn:hover{background-color:#69696e}.send-mail_btn.disabled{background-color:#d1d1d2;cursor:not-allowed}.confirmation-container{max-width:1000px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:8px;text-align:left}.confirmation-container h1{color:#2b2b2d;text-align:center;font-family:var(--syne-font),sans-serif;font-size:1.5rem;font-style:normal;font-weight:500;line-height:normal}.confirmation-container .user-name{font-weight:700;color:#4a90e2}.confirmation-container .product-info{margin-top:1.5rem;padding:1rem;background-color:#f9f9f9;border-radius:4px}.confirmation-container .contact-info{margin-top:1.5rem;font-style:italic;color:#888}.error{color:#e74c3c;margin-top:1rem}.confirmation-message{font-family:var(--inter-font),sans-serif;margin:1rem auto;padding:1.5rem;background-color:#fff;border-radius:8px}.confirmation-message p{margin-bottom:.75rem;line-height:1.5;color:#555}.confirmation-message p:last-child{margin-top:1rem;font-weight:600}.confirmation-message .month-details{margin:1.5rem 0;list-style:none}.confirmation-message .month-details .month-title{display:block;font-size:1rem;color:#46464a;margin-bottom:.5rem;list-style:none}.confirmation-message .month-details .detail-item{background-color:#f9f9f9;padding:.8rem;border-radius:4px;margin-bottom:.8rem;list-style:none}.confirmation-message .month-details .detail-item .detail-row{font-size:.95rem;padding:.3rem 0;color:#69696e;list-style:none;margin-left:0}.comment-section{margin-top:1.5rem;text-align:left}.comment-section h2{font-size:1.25rem;color:#333;margin-bottom:.75rem}.comment-section form{display:flex;flex-direction:column}.comment-section form textarea{padding:.5rem;font-size:.95rem;border:1px solid #ccc;border-radius:4px;margin-bottom:.75rem;resize:vertical;height:100px}.comment-section form button{align-self:flex-start;padding:.5rem 1rem;font-size:.95rem;color:#fff;background-color:#4a90e2;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s}.comment-section form button:hover{background-color:#357ab8}.comment-section form button:disabled{background-color:#a0c4e3;cursor:not-allowed}.back-to-home-button{display:flex;justify-content:center;align-items:center;margin-top:2rem;width:auto}@media(max-width:768px){.confirmation-container,.confirmation-message{padding:1rem;max-width:90%}h1{font-size:1.75rem}h2{font-size:1.25rem}.comment-section h2{font-size:1.1rem}.comment-section textarea{height:80px}.comment-section button{padding:.4rem .8rem;font-size:.9rem}}.test-section{margin-bottom:3rem;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.test-section h2{margin:0 0 1.5rem;color:#161617;font-size:1.5rem;font-weight:600;border-bottom:2px solid #e1e1e1;padding-bottom:.5rem}.test-section h3{margin:0 0 1rem;color:#2b2b2d;font-size:1.25rem;font-weight:500}.button-showcase .button-row{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.button-showcase .button-row .button{min-width:200px;max-width:250px}.toast-example-container .toast-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.toast-example-container .toast-buttons .button{min-width:150px}.integration-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:1.5rem}.example-card{padding:1.5rem;background:#f9f9f9;border:1px solid #e1e1e1;border-radius:8px}.example-card h3{color:#161617;margin-bottom:1rem}.example-card p{color:#46464a;margin-bottom:1rem}.example-card ul{list-style:none;padding:0;margin:0}.example-card ul li{padding:.5rem 0;color:#46464a;border-bottom:1px solid #e1e1e1}.example-card ul li:last-child{border-bottom:none}.example-card ul li strong{color:#161617}.icon-showcase .icon-category{margin-bottom:2rem}.icon-showcase .icon-category h3{color:#2b2b2d;font-size:1.125rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #d1d1d2}.icon-showcase .icon-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.icon-showcase .icon-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f9f9f9;border:1px solid #e1e1e1;border-radius:6px;transition:all .2s ease}.icon-showcase .icon-item:hover{background:#ededed;border-color:#d1d1d2;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.icon-showcase .icon-item span{font-size:.875rem;color:#46464a;font-weight:500}.icon-showcase .icon-item svg{flex-shrink:0}@media(max-width:768px){.test-section{padding:1rem;margin-bottom:2rem}.button-showcase .button-row{flex-direction:column}.button-showcase .button-row .button{min-width:auto;max-width:none}.toast-example-container .toast-buttons{flex-direction:column}.toast-example-container .toast-buttons .button{min-width:auto}.integration-examples{gap:1rem}.icon-showcase .icon-grid,.integration-examples{grid-template-columns:1fr}.icon-showcase .icon-item{padding:.75rem}}.auth-layout{min-height:100dvh;display:flex;flex-direction:column;background:#fff;position:relative;overflow:hidden}.auth-layout:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:0}.auth-container{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;position:relative;z-index:1;background-color:#fff}.auth-logo{margin-bottom:2rem;text-align:center}.auth-logo h1{font-size:2rem;font-weight:700;color:#333;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.05)}.auth-content{width:100%;max-width:480px;background-color:#fff;border-radius:16px;overflow:hidden;animation:authContentFadeIn .5s ease-out forwards;transform:translateY(20px);opacity:0}@keyframes authContentFadeIn{to{opacity:1;transform:translateY(0)}}.auth-layout__main{flex:1 1;display:flex;flex-direction:column}.login-page,.register-page,.request-reset-password-page,.reset-password-page{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1;height:100%}.header-bar{height:52px;display:flex;align-items:center;padding:0 1.5rem}.header-bar .back-button{width:auto;background:none;border:none;color:#555;font-size:.9rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:color .2s ease}.header-bar .back-button:hover{color:#333}.header-bar .back-button svg{width:16px;height:16px}.content-management-page{width:100%}.content-management-page__search{margin-bottom:2rem}.content-management-page__search .search-input-container{position:relative;max-width:500px}.content-management-page__search .search-input-container .search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.content-management-page__search .search-input-container .search-input{width:100%;padding:.75rem 1rem .75rem 3rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .2s ease}.content-management-page__search .search-input-container .search-input:focus{outline:none;border-color:#161617;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.content-management-page__search .search-input-container .search-input::placeholder{color:#9ca3af}.content-management-page__content .loading-container{text-align:center;padding:4rem 2rem;color:#6b7280}.content-management-page__content .loading-container p{margin-top:1rem;font-size:1rem}.content-management-page__content .error-message{text-align:center;padding:3rem 2rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626}.content-management-page__content .error-message p{margin:0;font-size:1rem}.content-management-page__content .no-results{text-align:center;padding:4rem 2rem;color:#9ca3af}.content-management-page__content .no-results svg{margin:0 auto 1rem;opacity:.5}.content-management-page__content .no-results p{margin:0;font-size:1rem;font-style:italic}.content-management-page__content .organizations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:1.5rem;gap:1.5rem}@media(max-width:768px){.content-management-page__content .organizations-grid{grid-template-columns:1fr}}.organization-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s ease;display:flex;flex-direction:column;gap:1.5rem}.organization-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border-color:#161617}.organization-card__header{display:flex;align-items:center;gap:1rem}.organization-card__icon{color:#161617;flex-shrink:0}.organization-card__name{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.organization-card__stats{display:flex;gap:.75rem}.organization-card__stats .stat-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f3f4f6;border-radius:6px;font-size:.875rem;color:#6b7280}.organization-card__stats .stat-badge svg{color:#9ca3af}.organization-card__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:auto}.organization-card__actions .btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s ease;border:none}.organization-card__actions .btn--block{width:100%}.organization-card__actions .btn--primary{background:#161617;color:#fff}.organization-card__actions .btn--primary:hover{background:#1e40af}.organization-card__actions .btn--secondary{background:#fff;color:#161617;border:1px solid #161617}.organization-card__actions .btn--secondary:hover{background:#eff6ff}.documents-page,.surveys-page{width:100%}.documents-page .documents-filters,.documents-page .surveys-filters,.surveys-page .documents-filters,.surveys-page .surveys-filters{margin-bottom:2rem}.documents-page .documents-filters .search-filter,.documents-page .surveys-filters .search-filter,.surveys-page .documents-filters .search-filter,.surveys-page .surveys-filters .search-filter{max-width:500px}.documents-page .documents-filters .search-filter .search-input-wrapper,.documents-page .surveys-filters .search-filter .search-input-wrapper,.surveys-page .documents-filters .search-filter .search-input-wrapper,.surveys-page .surveys-filters .search-filter .search-input-wrapper{position:relative}.documents-page .documents-filters .search-filter .search-input-wrapper .search-icon,.documents-page .surveys-filters .search-filter .search-input-wrapper .search-icon,.surveys-page .documents-filters .search-filter .search-input-wrapper .search-icon,.surveys-page .surveys-filters .search-filter .search-input-wrapper .search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.documents-page .documents-filters .search-filter .search-input-wrapper .search-input,.documents-page .surveys-filters .search-filter .search-input-wrapper .search-input,.surveys-page .documents-filters .search-filter .search-input-wrapper .search-input,.surveys-page .surveys-filters .search-filter .search-input-wrapper .search-input{width:100%;padding:.75rem 1rem .75rem 3rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .2s ease}.documents-page .documents-filters .search-filter .search-input-wrapper .search-input:focus,.documents-page .surveys-filters .search-filter .search-input-wrapper .search-input:focus,.surveys-page .documents-filters .search-filter .search-input-wrapper .search-input:focus,.surveys-page .surveys-filters .search-filter .search-input-wrapper .search-input:focus{outline:none;border-color:#161617;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.documents-page .documents-filters .search-filter .search-input-wrapper .search-input::placeholder,.documents-page .surveys-filters .search-filter .search-input-wrapper .search-input::placeholder,.surveys-page .documents-filters .search-filter .search-input-wrapper .search-input::placeholder,.surveys-page .surveys-filters .search-filter .search-input-wrapper .search-input::placeholder{color:#9ca3af}.documents-page .loading-container,.surveys-page .loading-container{text-align:center;padding:4rem 2rem;color:#6b7280}.documents-page .loading-container p,.surveys-page .loading-container p{margin-top:1rem;font-size:1rem}.documents-page .no-documents,.documents-page .no-surveys,.surveys-page .no-documents,.surveys-page .no-surveys{text-align:center;padding:4rem 2rem;background:#f9fafb;border-radius:8px;color:#9ca3af}.documents-page .no-documents p,.documents-page .no-surveys p,.surveys-page .no-documents p,.surveys-page .no-surveys p{margin:0;font-size:1rem}.documents-page .documents-list-wrapper,.documents-page .surveys-list-wrapper,.surveys-page .documents-list-wrapper,.surveys-page .surveys-list-wrapper{display:flex;flex-direction:column;gap:3rem}.documents-page .organization-documents-section .organization-title,.documents-page .organization-surveys-section .organization-title,.surveys-page .organization-documents-section .organization-title,.surveys-page .organization-surveys-section .organization-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.documents-page .organization-documents-section .organization-title .documents-count,.documents-page .organization-documents-section .organization-title .surveys-count,.documents-page .organization-surveys-section .organization-title .documents-count,.documents-page .organization-surveys-section .organization-title .surveys-count,.surveys-page .organization-documents-section .organization-title .documents-count,.surveys-page .organization-documents-section .organization-title .surveys-count,.surveys-page .organization-surveys-section .organization-title .documents-count,.surveys-page .organization-surveys-section .organization-title .surveys-count{font-size:.875rem;font-weight:500;color:#6b7280;margin-left:.5rem}.documents-page .organization-documents-section .loading-text,.documents-page .organization-surveys-section .loading-text,.surveys-page .organization-documents-section .loading-text,.surveys-page .organization-surveys-section .loading-text{text-align:center;padding:2rem;color:#6b7280;font-size:.875rem}.documents-page .surveys-table,.surveys-page .surveys-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.documents-page .surveys-table thead,.surveys-page .surveys-table thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.documents-page .surveys-table thead th,.surveys-page .surveys-table thead th{padding:.75rem 1rem;text-align:left;font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.documents-page .surveys-table tbody .survey-row,.surveys-page .surveys-table tbody .survey-row{border-bottom:1px solid #e5e7eb;cursor:pointer;transition:background-color .2s ease}.documents-page .surveys-table tbody .survey-row:hover,.surveys-page .surveys-table tbody .survey-row:hover{background:#f9fafb}.documents-page .surveys-table tbody .survey-row:last-child,.surveys-page .surveys-table tbody .survey-row:last-child{border-bottom:none}.documents-page .surveys-table tbody .survey-row td,.surveys-page .surveys-table tbody .survey-row td{padding:1rem;font-size:.875rem;color:#1f2937}.documents-page .surveys-table tbody .survey-row td .user-info,.surveys-page .surveys-table tbody .survey-row td .user-info{font-weight:500}.documents-page .surveys-table tbody .survey-row td .survey-type,.surveys-page .surveys-table tbody .survey-row td .survey-type{display:flex;align-items:center;gap:.5rem}.documents-page .surveys-table tbody .survey-row td .survey-type svg,.surveys-page .surveys-table tbody .survey-row td .survey-type svg{color:#6b7280;flex-shrink:0}.documents-page .surveys-table tbody .survey-row td .survey-no-score,.surveys-page .surveys-table tbody .survey-row td .survey-no-score{color:#9ca3af;font-style:italic}.documents-page .documents-table,.surveys-page .documents-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.documents-page .documents-table thead,.surveys-page .documents-table thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.documents-page .documents-table thead th,.surveys-page .documents-table thead th{padding:.75rem 1rem;text-align:left;font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.documents-page .documents-table tbody .document-row,.surveys-page .documents-table tbody .document-row{border-bottom:1px solid #e5e7eb;transition:background-color .2s ease}.documents-page .documents-table tbody .document-row:hover,.surveys-page .documents-table tbody .document-row:hover{background:#f9fafb}.documents-page .documents-table tbody .document-row:last-child,.surveys-page .documents-table tbody .document-row:last-child{border-bottom:none}.documents-page .documents-table tbody .document-row td,.surveys-page .documents-table tbody .document-row td{padding:1rem;font-size:.875rem;color:#1f2937;vertical-align:middle}.documents-page .documents-table tbody .document-row td .document-icon-cell,.surveys-page .documents-table tbody .document-row td .document-icon-cell{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem}.documents-page .documents-table tbody .document-row td .document-title-cell .doc-title,.surveys-page .documents-table tbody .document-row td .document-title-cell .doc-title{font-weight:500;color:#1f2937;margin-bottom:.25rem}.documents-page .documents-table tbody .document-row td .document-title-cell .doc-filename,.surveys-page .documents-table tbody .document-row td .document-title-cell .doc-filename{font-size:.8125rem;color:#6b7280}.documents-page .documents-table tbody .document-row td .file-size,.documents-page .documents-table tbody .document-row td .upload-date,.surveys-page .documents-table tbody .document-row td .file-size,.surveys-page .documents-table tbody .document-row td .upload-date{color:#6b7280;white-space:nowrap}.documents-page .documents-table tbody .document-row td .document-actions,.surveys-page .documents-table tbody .document-row td .document-actions{display:flex;gap:.5rem}.documents-page .documents-table tbody .document-row td .document-actions .action-btn,.surveys-page .documents-table tbody .document-row td .document-actions .action-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:rgba(0,0,0,0);border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:all .2s ease;color:#6b7280}.documents-page .documents-table tbody .document-row td .document-actions .action-btn:hover,.surveys-page .documents-table tbody .document-row td .document-actions .action-btn:hover{background:#f3f4f6;border-color:#161617;color:#161617}.documents-page .documents-table tbody .document-row td .document-actions .action-btn.view-btn:hover,.surveys-page .documents-table tbody .document-row td .document-actions .action-btn.view-btn:hover{color:#161617;border-color:#161617}.documents-page .documents-table tbody .document-row td .document-actions .action-btn.download-btn:hover,.surveys-page .documents-table tbody .document-row td .document-actions .action-btn.download-btn:hover{color:#059669;border-color:#059669}@media(max-width:768px){.documents-page .documents-list-wrapper,.documents-page .surveys-list-wrapper,.surveys-page .documents-list-wrapper,.surveys-page .surveys-list-wrapper{gap:2rem}.documents-page .organization-title,.surveys-page .organization-title{font-size:1.125rem!important}.documents-page .documents-table,.documents-page .surveys-table,.surveys-page .documents-table,.surveys-page .surveys-table{font-size:.8125rem}.documents-page .documents-table thead th,.documents-page .surveys-table thead th,.surveys-page .documents-table thead th,.surveys-page .surveys-table thead th{padding:.5rem;font-size:.75rem}.documents-page .documents-table tbody td,.documents-page .surveys-table tbody td,.surveys-page .documents-table tbody td,.surveys-page .surveys-table tbody td{padding:.75rem .5rem}.documents-page .documents-table tbody td:nth-child(3),.documents-page .documents-table thead th:nth-child(3),.documents-page .surveys-table tbody td:nth-child(4),.documents-page .surveys-table thead th:nth-child(4),.surveys-page .documents-table tbody td:nth-child(3),.surveys-page .documents-table thead th:nth-child(3),.surveys-page .surveys-table tbody td:nth-child(4),.surveys-page .surveys-table thead th:nth-child(4){display:none}}.pagination-wrapper{margin-top:2rem;display:flex;justify-content:center;padding:1rem 0}.score-badge{display:inline-flex;align-items:center;justify-content:center;font-weight:600;border-radius:4px;white-space:nowrap}.score-badge--sm{padding:2px 6px;font-size:11px}.score-badge--md{padding:4px 8px;font-size:13px}.score-badge--lg{padding:6px 12px;font-size:15px}.score-badge--high{background-color:rgba(34,197,94,.15);color:#16a34a;border:1px solid rgba(34,197,94,.3)}.score-badge--medium{background-color:rgba(234,179,8,.15);color:#ca8a04;border:1px solid rgba(234,179,8,.3)}.score-badge--low{background-color:rgba(239,68,68,.15);color:#dc2626;border:1px solid rgba(239,68,68,.3)}.answer-status{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;font-weight:600;font-size:13px}.answer-status__icon{font-size:14px;line-height:1}.answer-status__score{font-size:12px;font-weight:500}.answer-status--correct{background-color:rgba(34,197,94,.12);color:#16a34a;border:1px solid rgba(34,197,94,.25)}.answer-status--correct .answer-status__icon{color:#22c55e}.answer-status--incorrect{background-color:rgba(239,68,68,.12);color:#dc2626;border:1px solid rgba(239,68,68,.25)}.answer-status--incorrect .answer-status__icon{color:#ef4444}.answer-status--partial{background-color:rgba(234,179,8,.12);color:#ca8a04;border:1px solid rgba(234,179,8,.25)}.answer-status--partial .answer-status__icon{color:#eab308}.answer-status--unanswered{background-color:rgba(148,163,184,.12);color:#64748b;border:1px solid rgba(148,163,184,.25)}.answer-status--unanswered .answer-status__icon{color:#94a3b8}.survey-status-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:100px;font-size:11px;font-weight:600;letter-spacing:.02em;white-space:nowrap}.survey-status-badge__dot{width:6px;height:6px;border-radius:50%;margin-right:6px;flex-shrink:0}.survey-status-badge--completed{background:#e6f7f5;color:#008573}.survey-status-badge--completed .survey-status-badge__dot{background:#008573}.survey-status-badge--in-progress{background:#fefbeb;color:#cfae00}.survey-status-badge--in-progress .survey-status-badge__dot{background:#f2d749}.survey-status-badge--ineligible{background:#ffe9e0;color:#ff4d00}.survey-status-badge--ineligible .survey-status-badge__dot{background:#ff4d00}.survey-status-badge--default{background:#f1f5f9;color:#334155}.survey-status-badge--default .survey-status-badge__dot{background:#64748b}.survey-details-modal__state{display:flex;align-items:center;justify-content:center;min-height:200px;padding:2rem;color:#46464a}.survey-details-modal__state--error{color:#c53c01}.survey-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;padding:1.5rem;background:#ededed;border-radius:.5rem;margin-bottom:2rem}.survey-info-item{display:flex;flex-direction:column;gap:.25rem}.survey-info-item .label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#97979c}.survey-info-item .value{font-size:.875rem;color:#161617;font-weight:500}.survey-status{display:inline-flex;padding:.25rem .5rem;background:#3b82f6;color:#fff;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:capitalize}.survey-section{padding-bottom:1.5rem;border-bottom:1px solid #e1e1e1}.survey-section:last-child{border-bottom:none;padding-bottom:0}.section-title{font-size:1rem;font-weight:600;color:#161617;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:2px solid #3b82f6}.survey-question{padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1rem}.survey-question:last-child{margin-bottom:0}.question-text{font-size:.875rem;font-weight:500;color:#161617;margin:0 0 .5rem}.question-options{display:flex;flex-direction:column;gap:.5rem;padding-left:.5rem}.survey-checkbox-readonly,.survey-radio-readonly{pointer-events:none;opacity:.9}.survey-checkbox-readonly input,.survey-checkbox-readonly label,.survey-radio-readonly input,.survey-radio-readonly label{cursor:default}.survey-status-chips{display:flex;gap:.25rem;flex-wrap:wrap}.survey-status-chips__chip{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border:1px solid #e1e1e1;background:#fff;border-radius:999px;font-size:.875rem;color:#46464a;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.survey-status-chips__chip:hover{background:#f9f9f9}.survey-status-chips__chip--active{background:#161617;border-color:#161617;color:#fff}.survey-status-chips__chip--active:hover{background:#2b2b2d}.survey-status-chips__count{font-weight:600;opacity:.7}.survey-status-chips__chip--active .survey-status-chips__count{opacity:.85}.surveys-by-user{margin-top:1.5rem}.surveys-by-user .user-surveys-container{margin-bottom:1.5rem;border:1px solid #e2e8f0;border-radius:.5rem;overflow:hidden}.surveys-by-user .user-header{display:flex;align-items:center;padding:1rem;background-color:#f8fafc;cursor:pointer;transition:background-color .2s}.surveys-by-user .user-header:hover{background-color:#f1f5f9}.surveys-by-user .user-header.expanded{background-color:#e0f2fe;border-bottom:1px solid #e2e8f0}.surveys-by-user .user-header .user-name{font-size:1.125rem;font-weight:600;margin:0;flex:1 1}.surveys-by-user .user-header .survey-count{margin-right:1.5rem;color:#64748b;font-size:.875rem}.surveys-by-user .user-header .expand-icon{font-size:1rem;color:#64748b}.surveys-by-user .user-surveys{padding:1rem}.surveys-by-user .surveys-table .status-badge{text-transform:capitalize}.surveys-by-user .btn.btn-sm{padding:.25rem .5rem;font-size:.75rem}.surveys-by-user .btn.btn-primary{background-color:#161617;color:#fff;border:1px solid #161617;border-radius:.25rem}.surveys-by-user .btn.btn-primary:hover{background-color:#161617}.surveys-by-user .loading{color:#64748b}.surveys-by-user .error-container,.surveys-by-user .loading{text-align:center;padding:2rem}.surveys-by-user .error-container .error-message{color:#ef4444;margin-bottom:1rem}.surveys-by-user .no-data{text-align:center;padding:2rem;color:#64748b}.org-surveys{margin-top:1.5rem}.org-surveys-table{width:100%;overflow-x:auto}.org-surveys-table table{width:100%;border-collapse:collapse;font-size:.875rem}.org-surveys-table thead{background:#ededed}.org-surveys-table thead th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#97979c;border-bottom:2px solid #e1e1e1;white-space:nowrap}.org-surveys-table thead th:first-child{border-radius:8px 0 0 0}.org-surveys-table thead th:last-child{border-radius:0 8px 0 0}.org-surveys-table tbody tr{border-bottom:1px solid #ededed;transition:background-color .2s ease}.org-surveys-table tbody tr:hover{background:#ededed}.org-surveys-table tbody tr:last-child{border-bottom:none}.org-surveys-table tbody td{padding:.875rem 1rem;color:#161617;vertical-align:middle}.survey-user{font-weight:500;color:#161617}.survey-type{color:#97979c;font-size:.8125rem}.survey-date{color:#9ca3af;font-size:.8125rem}.survey-no-score{color:#9ca3af;font-style:italic}.org-surveys-empty,.org-surveys-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;color:#9ca3af}.org-surveys-empty svg,.org-surveys-loading svg{margin-bottom:1rem;color:#9ca3af;opacity:.5}.org-surveys-empty p,.org-surveys-loading p{margin:0;font-size:.9375rem}@media(max-width:1200px){.org-surveys-table{font-size:.8125rem}.org-surveys-table tbody td,.org-surveys-table thead th{padding:.625rem .75rem}}@media(max-width:768px){.org-surveys{margin-top:1rem}.org-surveys-table table{display:block;overflow-x:auto;white-space:nowrap}.org-surveys-table tbody td,.org-surveys-table thead th{font-size:.75rem;padding:.5rem}}.surveys-page{width:100%}.surveys-page .loading-container{text-align:center;padding:4rem 2rem;color:#69696e}.surveys-page .loading-container p{margin-top:1rem;font-size:1rem}.surveys-page__kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}@media(max-width:1024px){.surveys-page__kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}.surveys-page__toolbar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.surveys-page__toolbar-right{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-left:auto}.surveys-page__search{position:relative;flex:1 1;min-width:280px;max-width:420px;display:block}.surveys-page__search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#97979c;pointer-events:none}.surveys-page__search-input{width:100%;padding:.5rem .75rem .5rem 2rem;border:1px solid #e1e1e1;border-radius:.375rem;font-size:.875rem;background:#fff;color:#161617;transition:border-color .15s ease,box-shadow .15s ease}.surveys-page__search-input::placeholder{color:#97979c}.surveys-page__search-input:focus{outline:none;border-color:#161617;box-shadow:0 0 0 3px rgba(22,22,23,.08)}.surveys-page__org-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background:#e6f7f5;color:#0d3d38;border:1px solid #ccefeb;border-radius:999px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.surveys-page__org-chip:hover{background:#ccefeb;border-color:#99dfd7}.surveys-page__content{margin-bottom:1rem}.surveys-page__empty{text-align:center;padding:2.5rem 1rem;color:#69696e;background:#f9f9f9;border-radius:.5rem;border:1px dashed #e1e1e1}.surveys-page__empty p{margin:0;font-size:1rem;font-style:italic}.surveys-page__list{display:flex;flex-direction:column;gap:.5rem}.surveys-page__pagination{margin-top:1.5rem}@media(max-width:768px){.surveys-page__toolbar{flex-direction:column;align-items:stretch;gap:.5rem}.surveys-page__toolbar-right{margin-left:0}.surveys-page__search{max-width:none}}.organization-surveys-section{border:1px solid #ededed;border-radius:.5rem;overflow:hidden;background:#fff}.organization-surveys-section__header{display:grid;grid-template-columns:18px minmax(160px,1.4fr) minmax(180px,1.6fr) minmax(120px,max-content) minmax(80px,max-content) minmax(110px,max-content) minmax(100px,max-content);align-items:center;grid-gap:1rem;gap:1rem;width:100%;padding:.75rem 1rem;background:#fff;border:none;border-bottom:1px solid rgba(0,0,0,0);text-align:left;cursor:pointer;font-size:.875rem;color:#161617;transition:background-color .15s ease}.organization-surveys-section__header:hover{background:#f9f9f9}.organization-surveys-section__header--open{border-bottom-color:#ededed;background:#fff}.organization-surveys-section__identity{grid-column:2/span 2;display:inline-flex;align-items:center;gap:.5rem;min-width:0}.organization-surveys-section__chevron{grid-column:1;color:#97979c;transition:transform .15s ease;flex-shrink:0}.organization-surveys-section__chevron--open{transform:rotate(90deg)}.organization-surveys-section__name{font-weight:600;color:#161617;display:inline-flex;align-items:center;gap:.5rem}.organization-surveys-section__count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;padding:0 .5rem;height:20px;background:#ededed;color:#46464a;border-radius:999px;font-size:.75rem;font-weight:600}.organization-surveys-section__pills{grid-column:4;display:inline-flex;align-items:center;gap:.25rem}.organization-surveys-section__pill{display:inline-flex;align-items:center;gap:.25rem;padding:2px .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.organization-surveys-section__pill:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.organization-surveys-section__pill--completed{background:#e6f7f5;color:#008573}.organization-surveys-section__pill--in-progress{background:#fefbeb;color:#cfae00}.organization-surveys-section__pill--ineligible{background:#ffe9e0;color:#ff4d00}.organization-surveys-section__updated{grid-column:6;font-size:.75rem;color:#97979c;text-align:right;justify-self:end}.organization-surveys-section__action{grid-column:7;justify-self:end;font-size:.75rem;color:#006d5f;text-decoration:none;font-weight:500;padding:.25rem .5rem;border-radius:.375rem;transition:background-color .15s ease}.organization-surveys-section__action:hover{background:#e6f7f5;text-decoration:underline}.organization-surveys-section__rows{list-style:none;margin:0;padding:0 1rem .5rem}.organization-surveys-section__row{display:grid;grid-template-columns:18px minmax(160px,1.4fr) minmax(180px,1.6fr) minmax(120px,max-content) minmax(80px,max-content) minmax(110px,max-content) minmax(100px,max-content);align-items:center;grid-gap:1rem;gap:1rem;padding:.5rem 0;border-top:1px solid #ededed;cursor:pointer;transition:background-color .15s ease;line-height:1.3}.organization-surveys-section__row:first-child{border-top:none}.organization-surveys-section__row:hover{background:#f9f9f9}.organization-surveys-section__row:focus-visible{outline:2px solid #161617;outline-offset:-2px}.organization-surveys-section__row-spacer{grid-column:1}.organization-surveys-section__user{grid-column:2;font-weight:500;color:#161617;font-size:.875rem;min-width:0}.organization-surveys-section__survey{grid-column:3;display:inline-flex;align-items:center;gap:.25rem;color:#2b2b2d;font-size:.875rem;min-width:0}.organization-surveys-section__status{grid-column:4;display:inline-flex;align-items:center}.organization-surveys-section__score{grid-column:5;font-size:.75rem;color:#46464a}.organization-surveys-section__score-empty{color:#b8b8ba}.organization-surveys-section__date{grid-column:6;justify-self:end;font-size:.75rem;color:#69696e;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.organization-surveys-section__details{grid-column:7;justify-self:end;font-size:.75rem;color:#97979c;font-weight:500;white-space:nowrap}.organization-surveys-section__row:hover .organization-surveys-section__details{color:#161617}@media(max-width:1024px){.organization-surveys-section__header{grid-template-columns:18px 1fr auto auto;row-gap:.25rem}.organization-surveys-section__identity{grid-column:2/-1}.organization-surveys-section__pills{grid-column:2/-1;justify-self:start}.organization-surveys-section__updated{grid-column:2/-1;justify-self:start;text-align:left}.organization-surveys-section__action{grid-column:2/-1;justify-self:start}.organization-surveys-section__row{grid-template-columns:1fr 1fr;row-gap:.25rem}.organization-surveys-section__row-spacer{display:none}.organization-surveys-section__date,.organization-surveys-section__details,.organization-surveys-section__score,.organization-surveys-section__status,.organization-surveys-section__survey,.organization-surveys-section__user{grid-column:auto}.organization-surveys-section__details{grid-column:1/-1;justify-self:end;text-align:right}}.survey-meta{display:flex;flex-wrap:wrap;gap:1rem 2rem;margin:.5rem 0 2rem;font-size:.8125rem;color:#64748b}.survey-meta__item{white-space:nowrap}.survey-score-percentage{color:#64748b;font-weight:500;font-size:.8125rem;margin-left:.25rem}.survey-responses{display:flex;flex-direction:column;gap:2rem}.survey-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.survey-section .section-title{padding:1rem 1.5rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:1rem;font-weight:600;color:#334155;margin:0}.survey-question{padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9;transition:background-color .2s ease}.survey-question:last-child{border-bottom:none}.survey-question--correct{border-left:3px solid #008573;background:rgba(0,133,115,.03)}.survey-question--incorrect{border-left:3px solid #ff4d00;background:rgba(255,77,0,.03)}.survey-question--partial{border-left:3px solid #f2d749;background:rgba(242,215,73,.03)}.survey-question--unanswered{border-left:3px solid #94a3b8;background:rgba(148,163,184,.03)}.survey-question .question-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.survey-question .question-text{flex:1 1;font-size:.9375rem;font-weight:500;color:#1e293b;margin:0;line-height:1.5}.survey-question .question-score{flex-shrink:0}.survey-question .question-options{display:flex;flex-direction:column;gap:.5rem;padding-left:.5rem}@media(max-width:768px){.survey-question{padding:1rem}.survey-question .question-header{flex-direction:column;gap:.5rem}.survey-question .question-score{align-self:flex-start}}.document-action-btn{background:#fff;border:1px solid #d1d5db;border-radius:4px;padding:.375rem;cursor:pointer;font-size:.875rem;transition:all .2s ease;min-width:32px;min-height:32px;display:flex;align-items:center;justify-content:center}.document-action-btn:hover{background-color:#f3f4f6}.document-action-btn:disabled{opacity:.5;cursor:not-allowed}.document-action-btn.view-btn{border-color:#161617;color:#161617}.document-action-btn.view-btn:hover{background-color:#eff6ff}.document-action-btn.download-btn{border-color:#10b981;color:#10b981}.document-action-btn.download-btn:hover{background-color:#f0fdf4}@media(max-width:768px){.document-action-btn{min-width:28px;min-height:28px;padding:.25rem;font-size:.75rem}}.document-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:6px;background-color:#f3f4f6;transition:all .2s ease}.document-icon__image{width:24px;height:24px;object-fit:contain}.document-icon__fallback{font-size:1.5rem}.document-icon--pdf{background-color:#fee2e2;color:#dc2626}.document-icon--image{background-color:#dbeafe;color:#161617}.document-icon--doc{background-color:#e0e7ff;color:#4f46e5}.document-icon--excel{background-color:#d1fae5;color:#059669}.document-icon--default{background-color:#f3f4f6;color:#6b7280}.file-upload__container{width:100%}.file-upload__zone{border:2px dashed #d1d5db;border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:all .2s ease;background-color:#fafafa}.file-upload__zone--drag-over,.file-upload__zone:hover:not(.file-upload__zone--disabled){border-color:#161617;background-color:#eff6ff}.file-upload__zone--drag-over{border-style:solid}.file-upload__zone--disabled{opacity:.5;cursor:not-allowed;background-color:#f3f4f6}.file-upload__input{display:none}.file-upload__content{display:flex;flex-direction:column;align-items:center;gap:.5rem}.file-upload__icon{font-size:2.5rem;color:#9ca3af}.file-upload__text{font-size:.875rem;color:#374151;font-weight:500;margin:0}.file-upload__text--primary{color:#161617;cursor:pointer;text-decoration:underline}.file-upload__info{font-size:.75rem;color:#6b7280;margin:0}.file-upload__error{color:#dc2626;font-size:.75rem;margin-top:.5rem;text-align:left}.file-upload__selected-file{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#ecfdf5;border:1px solid #10b981;border-radius:6px;margin-top:.75rem}.file-upload__file-name{font-size:.875rem;color:#065f46;font-weight:500;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-upload__remove-btn{background:none;border:none;cursor:pointer;color:#dc2626;font-size:1rem;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.file-upload__remove-btn:hover{opacity:.7}.validation-badge{display:inline-flex;align-items:center;justify-content:center;font-weight:500;border-radius:4px;white-space:nowrap}.validation-badge--sm{padding:2px 6px;font-size:11px;width:90px}.validation-badge--md{padding:4px 8px;font-size:12px}.validation-badge--lg{padding:6px 12px;font-size:14px}.validation-badge--approved{background-color:rgba(34,197,94,.15);color:#16a34a;border:1px solid rgba(34,197,94,.3)}.validation-badge--pending{background-color:rgba(234,179,8,.15);color:#ca8a04;border:1px solid rgba(234,179,8,.3)}.validation-badge--rejected{background-color:rgba(239,68,68,.15);color:#dc2626;border:1px solid rgba(239,68,68,.3)}.document-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .2s ease;display:flex;flex-direction:column;min-height:150px}.document-item:hover{box-shadow:0 4px 6px rgba(0,0,0,.1)}.document-item.downloading{opacity:.6;pointer-events:none}.document-item .document-item-icon{font-size:2rem;margin-bottom:1rem;text-align:center}.document-item .document-item-icon .document-icon{display:inline-block}.document-item .document-item-content{flex:1 1;margin-bottom:1rem}.document-item .document-item-content .document-item-header{margin-bottom:.75rem}.document-item .document-item-content .document-item-header .document-item-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document-item .document-item-content .document-item-header .document-item-organization{display:inline-block;background:#eff6ff;color:#161617;font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:4px}.document-item .document-item-content .document-item-details{display:flex;flex-direction:column;gap:.5rem}.document-item .document-item-content .document-item-details .document-item-date,.document-item .document-item-content .document-item-details .document-item-filename{font-size:.875rem;color:#6b7280}.document-item .document-item-content .document-item-details .document-item-filename{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document-item .document-item-content .document-item-details .document-item-date{font-weight:400;color:#9ca3af}.document-item .document-item-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:auto}.organization-document-item{min-height:120px}.organization-document-item .document-item-icon{font-size:1.5rem;margin-bottom:.75rem}.organization-document-item .document-item-content{margin-bottom:.75rem}.organization-document-item .document-item-content .document-item-header{margin-bottom:.5rem}.organization-document-item .document-item-content .document-item-header .document-item-title{font-size:1rem;margin:0 0 .25rem}.organization-document-item .document-item-content .document-item-details{gap:.25rem}.organization-document-item .document-item-content .document-item-details .document-item-date,.organization-document-item .document-item-content .document-item-details .document-item-filename{font-size:.75rem}.organization-document-item .document-item-actions{gap:.375rem}.organization-document-item .document-item-actions .document-action-btn{padding:.375rem;font-size:.875rem}.document-action-modal__notify{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border:1px solid #ededed;border-radius:.75rem;background:#f9f9f9}.document-action-modal__notify-header{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#161617}.document-action-modal__notify-header svg{color:#69696e}.document-action-modal__select-all{padding-bottom:.5rem;border-bottom:1px dashed #e1e1e1}.document-action-modal__user-list{display:flex;flex-direction:column;gap:.25rem;max-height:220px;overflow-y:auto}.document-action-modal__user-item{display:grid;grid-template-columns:18px 28px 1fr;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.25rem .5rem;border-radius:.5rem;cursor:pointer;transition:background .15s ease}.document-action-modal__user-item:hover{background:#ededed}.document-action-modal__user-item input[type=checkbox]{accent-color:#008573;width:16px;height:16px;cursor:pointer}.document-action-modal__user-avatar{width:28px;height:28px;border-radius:999px;background:#ccefeb;color:#0d3d38;display:grid;place-items:center;font-size:.625rem;font-weight:600;text-transform:uppercase}.document-action-modal__user-info{display:flex;flex-direction:column;min-width:0}.document-action-modal__user-name{font-size:.875rem;font-weight:500;color:#161617}.document-action-modal__user-email{font-size:.75rem;color:#97979c}.document-action-modal__selected-count{margin:0;padding-top:.5rem;border-top:1px dashed #e1e1e1;font-size:.75rem;color:#69696e}.document-upload-form,.document-upload-form__container{display:flex;flex-direction:column;gap:1.5rem}.document-upload-form__field{display:flex;flex-direction:column;gap:.5rem}.document-upload-form__label{display:block;font-size:.875rem;font-weight:500;color:#161617}.document-upload-form__label--required:after{content:" *";color:#ff4d00}.document-upload-form__input,.document-upload-form__select{width:100%;padding:.625rem .75rem;border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s;background-color:#fff;color:#161617}.document-upload-form__input::placeholder,.document-upload-form__select::placeholder{color:#97979c}.document-upload-form__input:focus,.document-upload-form__select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.document-upload-form__input:disabled,.document-upload-form__select:disabled{background-color:#ededed;cursor:not-allowed;opacity:.6}.document-upload-form__input--error,.document-upload-form__select--error{border-color:#ff4d00}.document-upload-form__input--error:focus,.document-upload-form__select--error:focus{box-shadow:0 0 0 3px rgba(220,38,38,.1)}.document-upload-form__select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;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 fill='%236b7280' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.document-upload-form__error{color:#ff4d00;font-size:.75rem;margin-top:.25rem;padding:.5rem;background:#fee2e2;border-radius:.25rem}.document-upload-form__help-text{font-size:.75rem;color:#97979c;margin-top:.25rem}.document-upload-form__selected-file{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#e6f7f5;border:1px solid #008573;border-radius:.5rem;margin-top:.75rem}.document-upload-form__file-name{font-size:.875rem;color:#0d3d38;font-weight:500;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:.5rem}.document-upload-form__remove-file{background:rgba(0,0,0,0);border:none;cursor:pointer;padding:.25rem .5rem;display:flex;align-items:center;justify-content:center;color:#97979c;font-size:1rem;transition:color .15s;border-radius:.25rem}.document-upload-form__remove-file:hover{color:#ff4d00;background:rgba(220,38,38,.1)}.document-upload-form__remove-file:disabled{opacity:.5;cursor:not-allowed}.document-upload-form__checkbox-field{display:flex;align-items:flex-start;gap:.5rem}.document-upload-form__checkbox{width:16px;height:16px;cursor:pointer;accent-color:#3b82f6;flex-shrink:0;margin-top:2px}.document-upload-form__checkbox-label{font-size:.875rem;color:#161617;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1.4}.document-upload-form__actions{display:flex;gap:.75rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e1e1e1}.document-upload-form__button{padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s;border:none;display:flex;align-items:center;gap:.5rem}.document-upload-form__button--cancel{background-color:#fff;color:#161617;border:1px solid #e1e1e1}.document-upload-form__button--cancel:hover{background-color:#ededed}.document-upload-form__button--submit{background-color:#3b82f6;color:#fff}.document-upload-form__button--submit:hover:not(:disabled){background-color:rgb(11.1512195122,99.1219512195,242.8487804878)}.document-upload-form__button--submit:disabled{opacity:.5;cursor:not-allowed}.document-upload-form__loading{display:flex;align-items:center;justify-content:center;padding:2rem;color:#97979c}@media(max-width:640px){.document-upload-form__actions{flex-direction:column-reverse}.document-upload-form__button{width:100%;justify-content:center}}.documents-list{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.documents-list__header{display:grid;grid-template-columns:50px 1fr 200px 120px 120px;grid-gap:1rem;gap:1rem;padding:1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-weight:600;font-size:.875rem;color:#374151}@media(max-width:768px){.documents-list__header{grid-template-columns:40px 1fr 80px;gap:.5rem}.documents-list__header .hide-mobile{display:none}}.documents-list__item{display:grid;grid-template-columns:50px 1fr 200px 120px 120px;grid-gap:1rem;gap:1rem;padding:1rem;border-bottom:1px solid #f3f4f6;align-items:center;transition:background-color .2s ease}.documents-list__item:hover{background-color:#f9fafb}.documents-list__item:last-child{border-bottom:none}@media(max-width:768px){.documents-list__item{grid-template-columns:40px 1fr 80px;gap:.5rem}.documents-list__item .hide-mobile{display:none}}.documents-list__icon-cell{display:flex;justify-content:center;align-items:center}.documents-list__info-cell{min-width:0}.documents-list__info-cell .document-title{font-weight:600;color:#1f2937;margin:0 0 .25rem;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.documents-list__info-cell .document-filename{font-size:.75rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:768px){.documents-list__info-cell .document-filename{display:none}}.documents-list__organization-cell{font-size:.75rem;color:#161617;background:#eff6ff;padding:.25rem .5rem;border-radius:4px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.documents-list__date-cell{font-size:.75rem;color:#6b7280;text-align:center}.documents-list__actions-cell{display:flex;gap:.5rem;justify-content:center}@media(max-width:768px){.documents-list__actions-cell{flex-direction:column;gap:.25rem}}.documents-list__empty{text-align:center;padding:3rem 1rem;color:#6b7280}.documents-list__empty p{margin:0;font-size:1rem;font-style:italic}.documents-list__loading{text-align:center;padding:3rem 1rem;color:#6b7280}.documents-list__loading p{margin:0;font-size:1rem}.documents-list__error{text-align:center;padding:2rem 1rem;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px}.documents-list__error h3{font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.documents-list__error p{margin:0;font-size:.875rem}.organization-documents-full{display:flex;flex-direction:column;gap:1rem}.organization-documents-full__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.organization-documents-full__title{font-size:1.25rem;font-weight:600;color:#161617;margin:0 0 .25rem}.organization-documents-full__subtitle{font-size:.875rem;color:#97979c;margin:0}.organization-documents-full__actions{display:flex;justify-content:flex-end}.organization-documents-full__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 0;color:#97979c;gap:.5rem}.organization-documents-full__empty{text-align:center;padding:2.5rem 0;color:#97979c}.organization-documents-full__table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e1e1e1;border-radius:.5rem;overflow:hidden}.organization-documents-full__table thead{background:#f9f9f9}.organization-documents-full__table thead th{text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#46464a;padding:.5rem 1rem;border-bottom:1px solid #e1e1e1}.organization-documents-full__table tbody td{padding:.5rem 1rem;border-bottom:1px solid #ededed;font-size:.875rem;color:#2b2b2d;vertical-align:middle}.organization-documents-full__table tbody tr:last-child td{border-bottom:none}.organization-documents-full__row:hover{background:#f9f9f9}.organization-documents-full__title-cell{display:flex;flex-direction:column;gap:.125rem}.organization-documents-full__doc-title{font-weight:600;color:#161617}.organization-documents-full__doc-filename{font-size:.75rem;color:#97979c}.organization-documents-full__row-actions{display:flex;gap:.25rem;align-items:center}.organization-documents-full__action-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid #e1e1e1;border-radius:.375rem;background:#fff;color:#46464a;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.organization-documents-full__action-btn:hover:not(:disabled){background:#ededed}.organization-documents-full__action-btn:disabled{opacity:.5;cursor:not-allowed}.organization-documents-full__action-btn--download:hover:not(:disabled),.organization-documents-full__action-btn--view:hover:not(:disabled){color:#3b82f6;border-color:#3b82f6}.organization-documents-full__action-btn--approve:hover:not(:disabled){color:#006d5f;border-color:#006d5f}.organization-documents-full__action-btn--reject:hover:not(:disabled){color:#e84904;border-color:#e84904}.organization-documents-full__pagination{display:flex;justify-content:center;margin-top:1rem}.documents-page{width:100%}.documents-page .back-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;margin-bottom:1.5rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;font-size:.875rem;cursor:pointer;transition:all .2s ease}.documents-page .back-button:hover{background:#f9fafb;color:#161617;border-color:#161617}.documents-page .loading-container{text-align:center;padding:4rem 2rem;color:#6b7280}.documents-page .loading-container p{margin-top:1rem;font-size:1rem}.documents-page .documents-page-header{margin-bottom:2rem}.documents-page .documents-page-header h1{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.documents-page .documents-page-header .documents-stats{display:flex;gap:1.5rem;font-size:.875rem;color:#6b7280;flex-wrap:wrap}.documents-page .documents-page-header .documents-stats .stat-item{display:flex;align-items:center;gap:.5rem}.documents-page .documents-page-header .documents-stats .stat-item:before{content:"📄";font-size:.875rem}.documents-page .documents-filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.documents-page .documents-filters .search-filter{flex:1 1;min-width:250px}.documents-page .documents-filters .search-filter .search-input-wrapper{position:relative}.documents-page .documents-filters .search-filter .search-input-wrapper .search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.documents-page .documents-filters .search-filter .search-input-wrapper .search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.documents-page .documents-filters .search-filter .search-input-wrapper .search-input:focus{outline:none;border-color:#161617;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.documents-page .documents-filters .search-filter .search-input-wrapper .search-input::placeholder{color:#9ca3af}.documents-page .documents-filters .organization-filter{min-width:200px}.documents-page .documents-filters .organization-filter .organization-select{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.documents-page .documents-filters .organization-filter .organization-select:focus{outline:none;border-color:#161617;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.documents-page .documents-content .loading-spinner{text-align:center;padding:3rem 1rem;color:#6b7280;font-size:1rem}.documents-page .documents-content .loading-spinner p{margin:0}.documents-page .documents-content .no-documents{text-align:center;padding:3rem 1rem;color:#6b7280;background:#f9fafb;border-radius:8px;border:1px dashed #d1d5db}.documents-page .documents-content .no-documents p{margin:0;font-size:1rem;font-style:italic}.documents-page .documents-content .documents-list{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.documents-page .documents-content .documents-list .documents-list-header{display:grid;grid-template-columns:50px 1fr 200px 120px 120px;grid-gap:1rem;gap:1rem;padding:1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-weight:600;font-size:.875rem;color:#374151}@media(max-width:768px){.documents-page .documents-content .documents-list .documents-list-header{grid-template-columns:40px 1fr 80px;gap:.5rem}}.documents-page .documents-content .documents-list .document-list-item{display:grid;grid-template-columns:50px 1fr 200px 120px 120px;grid-gap:1rem;gap:1rem;padding:1rem;border-bottom:1px solid #f3f4f6;align-items:center;transition:background-color .2s ease}.documents-page .documents-content .documents-list .document-list-item:hover{background-color:#f9fafb}.documents-page .documents-content .documents-list .document-list-item:last-child{border-bottom:none}@media(max-width:768px){.documents-page .documents-content .documents-list .document-list-item{grid-template-columns:40px 1fr 80px;gap:.5rem}}.documents-page .documents-content .documents-list .document-list-item .document-icon{display:flex;justify-content:center;align-items:center;font-size:1.5rem}.documents-page .documents-content .documents-list .document-list-item .document-info{min-width:0}.documents-page .documents-content .documents-list .document-list-item .document-info .document-title{font-weight:600;color:#1f2937;margin:0;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.documents-page .documents-content .documents-list .document-list-item .document-info .document-filename{font-size:.75rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.documents-page .documents-content .documents-list .document-list-item .document-organization{font-size:.75rem;color:#161617;background:#eff6ff;padding:.25rem .5rem;border-radius:4px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.documents-page .documents-content .documents-list .document-list-item .document-date{font-size:.75rem;color:#6b7280;text-align:center}.documents-page .documents-content .documents-list .document-list-item .document-actions{display:flex;gap:.5rem;justify-content:center}@media(max-width:768px){.documents-page .documents-content .documents-list .document-list-item .document-actions{flex-direction:column;gap:.25rem}.documents-page .documents-content .documents-list .document-list-item .hide-mobile{display:none}}.documents-page .error-message{text-align:center;padding:3rem 1rem;color:#dc2626;background:#fef2f2;border-radius:8px;border:1px solid #fecaca}.documents-page .error-message h2{font-size:1.25rem;font-weight:600;margin:0 0 1rem}.documents-page .error-message p{margin:0;font-size:1rem}@media(max-width:768px){.documents-page .documents-page-header{margin-bottom:1.5rem}.documents-page .documents-page-header h1{font-size:1.5rem}.documents-page .documents-page-header .documents-stats{flex-direction:column;gap:.75rem}.documents-page .documents-filters{flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.documents-page .documents-filters .organization-filter,.documents-page .documents-filters .search-filter{min-width:auto}.documents-page .hide-mobile{display:none!important}}.documents-overview-page{width:100%;display:flex;flex-direction:column;gap:1.5rem}.documents-overview-page__filters{display:flex;gap:1rem}.documents-overview-page__search{position:relative;flex:1 1;max-width:28rem}.documents-overview-page__search-icon{position:absolute;top:50%;left:.75rem;transform:translateY(-50%);color:#97979c;pointer-events:none}.documents-overview-page__search-input{width:100%;padding:.625rem .75rem .625rem 2.25rem;border:1px solid #e1e1e1;border-radius:.5rem;background:#fff;font-size:.875rem;color:#161617}.documents-overview-page__search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #dbeafe}.documents-overview-page__empty,.documents-overview-page__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 0;color:#97979c;gap:.5rem}.documents-overview-page__list{display:flex;flex-direction:column;gap:1rem}.documents-overview-page__org{background:#fff;border:1px solid #e1e1e1;border-radius:.75rem;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.documents-overview-page__org-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.documents-overview-page__org-name{display:inline-flex;align-items:center;gap:.25rem;font-size:1.25rem;font-weight:600;color:#161617;text-decoration:none;transition:color .15s ease}.documents-overview-page__org-name:hover{color:#3b82f6}.documents-overview-page__org-stats{display:flex;gap:.5rem;flex-wrap:wrap}.documents-overview-page__stat{font-size:.75rem;color:#97979c;padding:.125rem .5rem;background:#f9f9f9;border-radius:999px}.documents-overview-page__stat--pending{color:#cfae00;background:#faf4d3}.documents-overview-page__stat--rejected{color:#c53c01;background:#ffe9e0}.documents-overview-page__no-recent{color:#97979c;font-size:.75rem;margin:0}.documents-overview-page__recent{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.documents-overview-page__recent-item{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.5rem;border:1px solid #ededed;border-radius:.5rem;background:#f9f9f9}.documents-overview-page__recent-meta{display:flex;flex-direction:column;min-width:0}.documents-overview-page__recent-title{font-weight:600;color:#161617;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.documents-overview-page__recent-sub{font-size:.75rem;color:#97979c}.documents-overview-page__recent-actions{display:flex;gap:.25rem}.documents-overview-page__action-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid #e1e1e1;border-radius:.375rem;background:#fff;color:#46464a;cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease}.documents-overview-page__action-btn:hover{color:#3b82f6;border-color:#3b82f6}.documents-overview-page__view-all{align-self:flex-end;font-size:.75rem;color:#3b82f6;text-decoration:none}.documents-overview-page__view-all:hover{text-decoration:underline}.documents-overview-page__pagination{display:flex;justify-content:center}.organization-type-select{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.875rem;background-color:#fff;transition:border-color .2s ease}.organization-type-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.1)}.organization-type-select:disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}.organization-type-select option{padding:.5rem}.organization-type-select-error{padding:1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:4px;color:#dc2626;font-size:.875rem}.organization-type-select-error p{margin:0}.organization-type-badge{display:inline-block;background-color:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.kyc-badge,.organization-type-badge{padding:.25rem .75rem;font-size:.75rem;font-weight:500}.kyc-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:20px;white-space:nowrap;line-height:1.2}.kyc-badge--verified{background-color:#e6f7f5;color:#008573}.kyc-badge--in-progress{background-color:#fef3c7;color:#92400e}.kyc-badge--not-verified{background-color:#fee2e2;color:#ef4444}.kyc-badge--expired{background-color:#ededed;color:#46464a}.access-badge{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;white-space:nowrap;line-height:1.2}.access-badge--full{background-color:#e6f7f5;color:#008573}.access-badge--restricted{background-color:#fef3c7;color:#92400e}.access-badge--blocked{background-color:#fee2e2;color:#ef4444}.org-type-badge{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;white-space:nowrap;line-height:1.2}.org-type-badge--pro{background-color:#e6f7f5;color:#008573}.org-type-badge--non-pro{background-color:#e0f2fe;color:#0ea5e9}.org-type-badge--refused{background-color:#ffe9e0;color:#ff4d00}.org-type-badge--autre,.org-type-badge--non-categorised{background-color:#ededed;color:#46464a}.invitation-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap;line-height:1.2}.invitation-badge__dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.invitation-badge--pending{background-color:#e6f7f5;color:#006d5f}.invitation-badge--pending .invitation-badge__dot{background-color:#008573}.invitation-badge--expiring{background-color:#fefbeb;color:#857002}.invitation-badge--expiring .invitation-badge__dot{background-color:#e5c107;animation:pulse-dot 1.8s ease-in-out infinite}.invitation-badge--expired{background-color:#ededed;color:#69696e}.invitation-badge--expired .invitation-badge__dot{background-color:#b8b8ba}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.org-table-row__name{font-weight:600;color:#161617}.orgs-table-wrapper{margin-top:1.5rem}.org-invitations__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.org-invitations__count{display:inline-flex;align-items:center;padding:4px 12px;border-radius:10px;font-size:.75rem;font-weight:600;background-color:#ededed;color:#46464a;white-space:nowrap}.org-invitations__banner{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem;font-size:.875rem;line-height:1.5}.org-invitations__banner>svg{flex-shrink:0;margin-top:2px}.org-invitations__banner--error{background-color:#fee2e2;color:#b91c1c;border:1px solid rgba(239,68,68,.15)}.org-invitations__banner--warning{background-color:#fefbeb;color:#544700;border:1px solid rgba(229,193,7,.2)}.org-invitations__banner-close{margin-left:auto;flex-shrink:0;background:none;border:none;cursor:pointer;color:inherit;opacity:.6;padding:2px}.org-invitations__banner-close:hover{opacity:1}.org-invitations__banner-content{flex:1 1;min-width:0}.org-invitations__banner-title{display:block;font-weight:500;margin-bottom:.25rem}.org-invitations__link-row{display:flex;align-items:center;gap:.5rem}.org-invitations__link-code{flex:1 1;min-width:0;padding:6px 10px;background:rgba(0,0,0,.05);border-radius:.25rem;font-size:.75rem;font-family:monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.org-invitations__copy-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border:1px solid rgba(0,0,0,.12);border-radius:.25rem;background:#fff;font-size:.75rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background-color .15s}.org-invitations__copy-btn:hover{background:#f9f9f9}.org-invitations__empty,.org-invitations__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border:1px solid #e1e1e1;border-radius:.75rem;text-align:center;color:#b8b8ba}.org-invitations__empty svg,.org-invitations__loading svg{margin-bottom:1rem}.org-invitations__empty p,.org-invitations__loading p{font-size:.875rem}.org-invitations__table-wrap{background:#fff;border:1px solid #e1e1e1;border-radius:.75rem;overflow:hidden}.org-invitations__table{width:100%;border-collapse:collapse}.org-invitations__table thead th{padding:.75rem 1rem;font-size:.75rem;font-weight:600;color:#97979c;text-transform:uppercase;letter-spacing:.5px;text-align:left;border-bottom:1px solid #e1e1e1;background:#fff}.org-invitations__actions-col{text-align:right!important;width:200px}.org-invitations__row{border-bottom:1px solid #ededed;transition:background-color .15s}.org-invitations__row:last-child{border-bottom:none}.org-invitations__row:hover{background-color:#f9f9f9}.org-invitations__row td{padding:.75rem 1rem;font-size:.875rem;color:#161617;vertical-align:middle}.org-invitations__user-cell{display:flex;align-items:center;gap:.5rem}.org-invitations__avatar{width:32px;height:32px;border-radius:50%;background:#e6f7f5;color:#006d5f;display:grid;place-items:center;font-size:.75rem;font-weight:700;flex-shrink:0;text-transform:uppercase}.org-invitations__user-name{font-weight:500;white-space:nowrap}.org-invitations__email{color:#69696e}.org-invitations__group-tag{display:inline-flex;align-items:center;padding:2px 10px;border-radius:8px;font-size:.75rem;font-weight:500;color:#008573;background-color:#e6f7f5;white-space:nowrap}.org-invitations__date{white-space:nowrap;color:#69696e}.org-invitations__actions{display:flex;justify-content:flex-end;gap:6px}.org-invitations__action-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:.375rem;font-size:.75rem;font-weight:500;cursor:pointer;border:1px solid rgba(0,0,0,0);transition:all .15s;white-space:nowrap}.org-invitations__action-btn--resend{background:#e6f7f5;color:#006d5f;border-color:rgba(0,0,0,0)}.org-invitations__action-btn--resend:hover{background:#ccefeb;color:#0d3d38}.org-invitations__action-btn--cancel{background:rgba(0,0,0,0);color:#97979c;border-color:#e1e1e1}.org-invitations__action-btn--cancel:hover{background:#fee2e2;color:#ef4444;border-color:rgba(239,68,68,.2)}@media(max-width:768px){.org-invitations__table-wrap{overflow-x:auto}.org-invitations__actions{flex-direction:column}}.org-detail-content{margin-top:1.5rem}.org-info-card{display:grid;grid-template-columns:2fr 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:start}.org-info-card__side-cards{display:flex;flex-direction:column;gap:1.5rem}.org-info-card__link{color:#008573;text-decoration:none}.org-info-card__link:hover{text-decoration:underline}.org-info-card__status-grid{display:flex;flex-direction:column;gap:.75rem}.org-info-card__status-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #ededed}.org-info-card__status-item:last-child{border-bottom:none;padding-bottom:0}.org-info-card__status-item:first-child{padding-top:0}.org-info-card__status-label{font-size:.875rem;font-weight:500;color:#69696e}.org-info-card__status-value{font-size:.875rem;color:#161617}.org-info-card__status-indicator{font-size:.75rem;font-weight:600;padding:3px 10px;border-radius:10px;background-color:#fee2e2;color:#ef4444}.org-info-card__status-indicator--active{background-color:#e6f7f5;color:#008573}.org-info-card__stats-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.org-info-card__stat{display:flex;flex-direction:column;gap:4px}.org-info-card__stat-value{font-size:1.5rem;font-weight:700;color:#161617;line-height:1.2}.org-info-card__stat-label{font-size:11px;font-weight:600;color:#97979c;text-transform:uppercase;letter-spacing:.5px}.org-info-card__stat-suffix{font-size:.75rem;font-weight:400;color:#97979c}.org-structure-tree{display:flex;flex-direction:column;gap:1rem}.org-structure-tree__count{display:inline-flex;align-items:center;padding:2px 10px;border-radius:10px;font-size:.75rem;font-weight:600;background-color:#ededed;color:#69696e;margin-left:.5rem}.org-structure-tree__legend{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border:1px solid #e1e1e1;border-radius:.5rem}.org-structure-tree__legend-info{font-size:.75rem;color:#97979c}.org-structure-tree__legend-sep{color:#d1d1d2}.org-structure-tree__empty,.org-structure-tree__error,.org-structure-tree__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#b8b8ba}.org-structure-tree__empty svg,.org-structure-tree__error svg,.org-structure-tree__loading svg{margin-bottom:1rem}.org-structure-tree__empty p,.org-structure-tree__error p,.org-structure-tree__loading p{font-size:.875rem}.org-tree{background:#fff;border:1px solid #e1e1e1;border-radius:.75rem}.org-tree__header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #e1e1e1}.org-tree__title{font-size:.875rem;font-weight:600;color:#161617}.org-tree__add-btn{flex-shrink:0}.org-tree__body{padding:1rem}.org-tree__container{padding:2px 0}.org-tree__node{position:relative}.org-tree__children{margin-left:1.5rem;border-left:1px solid #e1e1e1;padding-left:4px}.org-tree-node{display:flex;align-items:center;gap:6px;padding:6px .5rem;border-radius:.25rem;cursor:pointer;transition:background-color .15s;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.org-tree-node:hover{background-color:#f9f9f9}.org-tree-node__chevron{flex-shrink:0}.org-tree-node__chevron,.org-tree-node__chevron-btn{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.org-tree-node__chevron-btn{border:none;background:none;cursor:pointer;color:#b8b8ba;padding:0;transition:transform .15s}.org-tree-node__chevron-btn--expanded{transform:rotate(90deg)}.org-tree-node__chevron-placeholder{width:20px;height:20px}.org-tree-node__icon{color:#008573;flex-shrink:0;display:flex;align-items:center}.org-tree-node__icon--root{color:#0d3d38}.org-tree-node__name{font-weight:500;font-size:.875rem;color:#161617;flex:1 1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.org-tree-node__name--root{font-weight:700}.org-tree-node__meta{display:flex;align-items:center;gap:6px;flex-shrink:0}.org-tree-node__count{font-size:.75rem;color:#97979c;background-color:#f9f9f9;padding:2px 8px;border-radius:10px;white-space:nowrap}.org-members-table__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.org-members-table__filters{display:flex;align-items:center;gap:.5rem}.org-members-table__search{position:relative;display:flex;align-items:center}.org-members-table__search-icon{position:absolute;left:12px;color:#b8b8ba;pointer-events:none}.org-members-table__search-input{padding:8px 12px 8px 32px;border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;color:#161617;background:#fff;width:220px}.org-members-table__search-input::placeholder{color:#b8b8ba}.org-members-table__search-input:focus{outline:none;border-color:#008573}.org-members-table__select{padding:8px 28px 8px 12px;border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;color:#46464a;background:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.org-members-table__select:focus{outline:none;border-color:#008573}.org-members-table__toolbar-right{display:flex;align-items:center;gap:1rem;flex-shrink:0}.org-members-table__count{display:inline-flex;align-items:center;padding:4px 12px;border-radius:10px;font-size:.75rem;font-weight:600;background-color:#ededed;color:#46464a;white-space:nowrap}.org-members-table__empty,.org-members-table__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border:1px solid #e1e1e1;border-radius:.75rem;text-align:center;color:#b8b8ba}.org-members-table__empty svg,.org-members-table__loading svg{margin-bottom:1rem}.org-members-table__empty p,.org-members-table__loading p{font-size:.875rem}.org-members-table__table-wrap{background:#fff;border:1px solid #e1e1e1;border-radius:.75rem;overflow:hidden}.org-members-table__table{width:100%;border-collapse:collapse}.org-members-table__table thead th{padding:.75rem 1rem;font-size:.75rem;font-weight:600;color:#97979c;text-transform:uppercase;letter-spacing:.5px;text-align:left;border-bottom:1px solid #e1e1e1;background:#fff}.org-members-table__row{border-bottom:1px solid #ededed;transition:background-color .15s}.org-members-table__row:last-child{border-bottom:none}.org-members-table__row:hover{background-color:#f9f9f9}.org-members-table__row--clickable{cursor:pointer}.org-members-table__row td{padding:.75rem 1rem;font-size:.875rem;color:#161617;vertical-align:middle}.org-members-table__member-cell{display:flex;align-items:center;gap:.5rem}.org-members-table__member-name{font-weight:500;color:#161617;white-space:nowrap}.org-members-table__email{color:#69696e}.org-members-table__groups{display:flex;flex-wrap:wrap;gap:6px}.org-members-table__group-tag{display:inline-flex;align-items:center;padding:2px 10px;border-radius:8px;font-size:.75rem;font-weight:500;color:#008573;background-color:#e6f7f5;text-decoration:none;white-space:nowrap}.org-members-table__group-tag:hover{background-color:#ccefeb}.org-members-table__role-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:10px;font-size:.75rem;font-weight:600;background-color:#ededed;color:#69696e}.org-members-table__role-badge--admin{background-color:#e6f7f5;color:#008573}.org-members-table__date{white-space:nowrap;color:#69696e}.org-members-table__footer{text-align:center;padding:1rem;font-size:.75rem;color:#97979c;border-top:1px solid #e1e1e1;background:#fff;border-radius:0 0 .75rem .75rem;margin-top:-1px}@media(max-width:768px){.org-info-card{grid-template-columns:1fr}.org-structure-tree__legend{flex-wrap:wrap}}.org-form-layout{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:6rem}.org-form-row-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}@media(max-width:900px){.org-form-row-cards{grid-template-columns:1fr}}.org-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}@media(max-width:768px){.org-form-row{grid-template-columns:1fr}}.org-form-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px}.org-form-section .org-form-section-header{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem}.org-form-section .org-form-section-header .org-form-section-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;flex-shrink:0}.org-form-section .org-form-section-header .org-form-section-icon--gray{background:#f3f4f6}.org-form-section .org-form-section-header .org-form-section-icon--gray svg{color:#6b7280}.org-form-section .org-form-section-header .org-form-section-icon--purple{background:#f3e8ff}.org-form-section .org-form-section-header .org-form-section-icon--purple svg{color:#9333ea}.org-form-section .org-form-section-header .org-form-section-icon--green{background:#dcfce7}.org-form-section .org-form-section-header .org-form-section-icon--green svg{color:#16a34a}.org-form-section .org-form-section-header .org-form-section-icon--red{background:#fee2e2}.org-form-section .org-form-section-header .org-form-section-icon--red svg{color:#dc2626}.org-form-section .org-form-section-header .org-form-section-titles{display:flex;flex-direction:column;gap:.125rem}.org-form-section .org-form-section-header .org-form-section-titles h2{margin:0;font-size:1rem;font-weight:600;color:#111827}.org-form-section .org-form-section-header .org-form-section-titles p{margin:0;font-size:.875rem;color:#6b7280}.org-form-section .org-form-section-content{padding:.5rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.org-form-section--danger{background:#fef2f2;border-color:#fecaca}.org-form-section--danger .org-form-section-header .org-form-section-titles h2{color:#dc2626}.org-form-field{display:flex;flex-direction:column}.org-form-field .org-form-label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.org-form-field .org-form-input{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.org-form-field .org-form-input:focus{outline:none;border-color:#97979c;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.org-form-field .org-form-input:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.org-form-field .org-form-helper{font-size:.8125rem;color:#6b7280;margin-top:.5rem}.org-form-field .org-form-error{font-size:.75rem;color:#dc2626;margin-top:.25rem}.org-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;align-items:start}.org-reset-section{display:flex;justify-content:space-between;align-items:center;gap:2rem}.org-reset-info{flex:1 1}.org-reset-info h3{margin:0 0 .25rem;font-size:.9375rem;font-weight:600;color:#111827}.org-reset-info p{margin:0;font-size:.875rem;color:#6b7280;line-height:1.5}.org-form-section--danger .button.secondary{width:auto!important;height:auto!important;min-width:auto;flex-shrink:0;white-space:nowrap;background:rgba(0,0,0,0);border:1px solid #dc2626;color:#dc2626;padding:.625rem 1rem;font-size:.875rem}.org-form-section--danger .button.secondary:hover:not(:disabled){background:#fee2e2;border-color:#b91c1c}.org-form-section--danger .button.secondary svg{color:#dc2626}.org-action-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;padding:1rem 1.5rem;box-shadow:0 -4px 16px rgba(0,0,0,.1);z-index:50}.org-action-bar .org-action-bar-content{max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.org-action-bar .org-action-bar-content .org-action-info{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.org-action-bar .org-action-bar-content .org-action-info svg{color:#9ca3af}.org-action-bar .org-action-bar-content .org-action-buttons{display:flex;gap:.75rem}.org-error-banner{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.org-error-banner p{margin:0;color:#991b1b;font-size:.875rem;font-weight:500}.org-type-select .org-form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}@media(max-width:768px){.org-form-layout{gap:1.25rem;margin-bottom:5rem}.org-form-section .org-form-section-header{padding:1rem 1.25rem}.org-form-section .org-form-section-content{padding:.5rem 1.25rem 1.25rem}.org-reset-section{flex-direction:column;align-items:stretch;gap:1rem}.org-reset-info{text-align:center}.org-action-bar{padding:.875rem 1rem}.org-action-bar .org-action-bar-content{flex-direction:column;gap:1rem;align-items:stretch}.org-action-bar .org-action-bar-content .org-action-info{justify-content:center;font-size:.8rem}.org-action-bar .org-action-bar-content .org-action-buttons{justify-content:center}}@media(max-width:480px){.org-form-layout{margin-bottom:6rem}.org-action-bar .org-action-bar-content .org-action-buttons{flex-direction:column;gap:.5rem}}.orgs-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}.orgs-controls__search{position:relative;flex:1 1 220px;max-width:320px}.orgs-controls__search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#b8b8ba;pointer-events:none}.orgs-controls__search-input{width:100%;padding:.5rem 1rem .5rem 36px;border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;font-family:var(--inter-font),sans-serif;background:#fff;color:#161617;transition:border-color .15s}.orgs-controls__search-input::placeholder{color:#b8b8ba}.orgs-controls__search-input:focus{outline:none;border-color:#008573;box-shadow:0 0 0 3px rgba(0,133,115,.1)}.orgs-controls__filter{padding:.5rem 1.5rem .5rem .75rem;border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;font-family:var(--inter-font),sans-serif;background:#fff;color:#161617;cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;transition:border-color .15s}.orgs-controls__filter:focus{outline:none;border-color:#008573}.orgs-controls__view-toggle{display:flex;border:1px solid #e1e1e1;border-radius:.5rem;overflow:hidden;margin-left:auto}.orgs-controls__view-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.75rem;font-weight:600;font-family:var(--inter-font),sans-serif;border:none;background:#fff;color:#97979c;cursor:pointer;transition:all .15s}.orgs-controls__view-btn:not(:last-child){border-right:1px solid #e1e1e1}.orgs-controls__view-btn:hover{background:#f9f9f9;color:#46464a}.orgs-controls__view-btn--active{background:#e6f7f5;color:#008573}.orgs-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.orgs-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e1e1e1;border-radius:.75rem;padding:1.5rem;text-decoration:none;color:inherit;transition:all .2s ease;cursor:pointer}.orgs-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transform:translateY(-2px);border-color:#008573}.orgs-card__header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.orgs-card__icon{color:#008573;flex-shrink:0;margin-top:2px}.orgs-card__title-area{display:flex;flex-direction:column;gap:.25rem;min-width:0}.orgs-card__name{font-weight:600;font-size:.875rem;color:#161617;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.orgs-card__body{display:flex;gap:2rem;padding:.75rem 0;border-top:1px solid #ededed;border-bottom:1px solid #ededed;margin-bottom:.75rem}.orgs-card__stat{display:flex;flex-direction:column;gap:2px}.orgs-card__stat-value{font-size:1.25rem;font-weight:700;color:#161617}.orgs-card__stat-label{font-size:.75rem;color:#97979c}.orgs-card__footer{display:flex;gap:.5rem;flex-wrap:wrap}@media(max-width:768px){.orgs-controls{flex-direction:column;align-items:stretch}.orgs-controls__search{max-width:none}.orgs-controls__view-toggle{margin-left:0}.orgs-cards-grid{grid-template-columns:1fr}}.user-select{position:relative;width:100%}.user-select__input-container,.user-select__input-wrapper{position:relative;display:flex;align-items:center}.user-select__input-wrapper{flex:1 1}.user-select__search-icon{position:absolute;left:1rem;color:#97979c;pointer-events:none;z-index:1}.user-select__input{width:100%;padding:.5rem 1rem .5rem calc(1rem + 24px);border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;transition:all .15s;background:#fff;color:#161617}.user-select__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.user-select__input::placeholder{color:#97979c}.user-select__input:disabled{background:#ededed;cursor:not-allowed;opacity:.7}.user-select__input--error{border-color:#ff4d00}.user-select__input--error:focus{border-color:#ff4d00;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.user-select__clear-button{position:absolute;right:.5rem;padding:.25rem;background:rgba(0,0,0,0);border:none;cursor:pointer;color:#97979c;border-radius:.25rem;display:flex;align-items:center;justify-content:center;transition:all .15s}.user-select__clear-button:hover{color:#ff4d00;background:rgba(239,68,68,.1)}.user-select__clear-button:disabled{cursor:not-allowed;opacity:.5}.user-select__loading{position:absolute;right:1rem;display:flex;align-items:center}.user-select__dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:#fff;border:1px solid #e1e1e1;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);max-height:300px;overflow-y:auto;z-index:100}.user-select__no-results{padding:1rem;text-align:center;color:#97979c;font-size:.875rem;font-style:italic}.user-select__option{padding:.5rem 1rem;cursor:pointer;transition:background-color .15s;border-bottom:1px solid #e5e7eb}.user-select__option:last-child{border-bottom:none}.user-select__option:hover{background:#ededed}.user-select__option-main{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.user-select__option-name{font-weight:500;color:#161617;font-size:.875rem}.user-select__option-email{color:#97979c;font-size:.75rem}.user-select__option-job{font-size:.75rem;color:#9ca3af;margin-top:.25rem}.user-select__option-organization{font-size:.75rem;color:#3b82f6;margin-top:.25rem}.user-select__more-results{padding:.5rem 1rem;text-align:center;color:#97979c;font-size:.75rem;background:#ededed;font-style:italic}.user-select__selected-info{margin-top:.5rem;padding:.5rem 1rem;background:#e6f7f5;border:1px solid #99dfd7;border-radius:.5rem;font-size:.75rem;color:#0d3d38}.user-select__selected-info strong{font-weight:600}.user-select__selected-org{margin-top:.25rem}.status-badge--active{background-color:#e6f7f5;color:#008573;border:1px solid rgba(0,0,0,0)}.status-badge--inactive{background-color:#fee2e2;color:#ef4444;border:1px solid rgba(0,0,0,0)}.status-badge--pending{background-color:#fef3c7;color:#92400e;border:1px solid rgba(0,0,0,0)}.status-badge--suspended{background-color:#ededed;color:#46464a;border:1px solid rgba(0,0,0,0)}.user-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-weight:600;flex-shrink:0;overflow:hidden;object-fit:cover}.user-avatar--sm{width:28px;height:28px;font-size:.625rem}.user-avatar--md{width:36px;height:36px;font-size:.75rem}.user-avatar--lg{width:48px;height:48px;font-size:.875rem}.user-avatar__initials{line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.user-table-row__user-cell{display:flex;align-items:center;gap:.75rem;color:inherit}.user-table-row__user-info{display:flex;flex-direction:column;gap:2px;min-width:0}.user-table-row__name{font-weight:600;font-size:.875rem;color:#161617;transition:color .15s}.user-table-row__email,.user-table-row__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-table-row__email{font-size:.75rem;color:#97979c;max-width:200px}.user-table-row__org-name{color:#97979c;font-weight:500;font-size:.875rem}.user-table-row__muted{color:#b8b8ba;font-size:.875rem}.user-table-row__groups{display:flex;flex-wrap:wrap;gap:.25rem}.user-table-row__group-badge{display:inline-flex;align-items:center;padding:2px .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500;background-color:#e6f7f5;color:#008573;white-space:nowrap;max-width:120px;overflow:hidden;text-overflow:ellipsis}.user-table-row__group-badge--more{background-color:#ededed;color:#69696e}.users-table-wrapper{margin-top:1.5rem}.user-details-grid{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;align-items:flex-start}.user-info-card{background:#fff;border:1px solid #e1e1e1;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .2s ease;flex-grow:0;flex-shrink:0;flex-basis:calc(50% - .75rem);height:auto;min-height:-moz-fit-content;min-height:fit-content;align-self:flex-start}.user-info-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.15);transform:translateY(-2px)}.user-info-card .user-card-header{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.5rem 1rem;border-bottom:1px solid #ededed;background:#f9f9f9}.user-info-card .user-card-header svg{color:#69696e;flex-shrink:0}.user-info-card .user-card-header h3{margin:0;font-size:1rem;font-weight:600;color:#161617}.user-info-card .user-card-content{padding:1.5rem;height:auto}.user-info-card .user-card-content .user-info-item{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid #ededed}.user-info-card .user-card-content .user-info-item:last-child{border-bottom:none;padding-bottom:0}.user-info-card .user-card-content .user-info-item:first-child{padding-top:0}.user-info-card .user-card-content .user-info-item .user-info-label{font-size:.875rem;font-weight:500;color:#69696e;min-width:120px;flex-shrink:0}.user-info-card .user-card-content .user-info-item .user-info-value{font-size:.875rem;color:#161617;text-align:right;word-break:break-word}.user-info-card .user-card-content .user-info-item .user-info-value .user-clickable-link{color:#69696e;cursor:pointer;text-decoration:none}.user-info-card .user-card-content .user-info-item .user-info-value .user-clickable-link:hover{text-decoration:underline}@media(max-width:768px){.user-details-grid{flex-direction:column;gap:1rem}.user-info-card{flex:1 1 100%}.user-info-card .user-card-header{padding:1rem 1.25rem .75rem}.user-info-card .user-card-header h3{font-size:.95rem}.user-info-card .user-card-content{padding:1.25rem}.user-info-card .user-card-content .user-info-item{flex-direction:column;align-items:flex-start;gap:.25rem}.user-info-card .user-card-content .user-info-item .user-info-label{min-width:auto;font-size:.8rem}.user-info-card .user-card-content .user-info-item .user-info-value{text-align:left;font-size:.8rem}}@media(min-width:769px)and (max-width:1024px){.user-info-card{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - .75rem)}}@media(min-width:1200px){.user-info-card{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - .75rem);max-width:calc(50% - .75rem)}}.user-form-layout{display:flex;flex-direction:column;gap:2rem;margin-bottom:6rem}.user-form-section{background:#fff;border:1px solid #e1e1e1;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.user-form-section .user-form-section-header{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;background:#f9f9f9;border-bottom:1px solid #ededed}.user-form-section .user-form-section-header svg{color:#69696e;flex-shrink:0}.user-form-section .user-form-section-header h2{margin:0;font-size:1.1rem;font-weight:600;color:#161617}.user-form-section .user-form-section-content{padding:1.5rem}.user-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;align-items:start}.user-form-field{display:flex;flex-direction:column}.user-form-field.user-form-field-full{grid-column:1/-1}.user-form-field .user-form-label{font-size:.875rem;font-weight:500;color:#46464a;margin-bottom:.5rem}.user-form-field .user-form-input{padding:.75rem 1rem;border:1px solid #d1d1d2;border-radius:8px;font-size:.875rem;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.user-form-field .user-form-input:focus{outline:none;border-color:#97979c;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.user-form-field .user-form-input:disabled{background:#ededed;color:#97979c;cursor:not-allowed}.user-form-field .user-form-textarea{min-height:100px;resize:vertical;font-family:inherit}.user-form-field .user-form-helper{font-size:.75rem;color:#97979c;margin-top:.25rem}.user-form-field .user-form-error{font-size:.75rem;color:error-600;margin-top:.25rem}.user-action-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e1e1e1;padding:1rem 1.5rem;box-shadow:0 -4px 16px rgba(0,0,0,.1);z-index:50}.user-action-bar .user-action-bar-content{max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.user-action-bar .user-action-bar-content .user-action-info{display:flex;align-items:center;gap:.5rem;color:#69696e;font-size:.875rem}.user-action-bar .user-action-bar-content .user-action-info svg{color:#97979c}.user-action-bar .user-action-bar-content .user-action-buttons{display:flex;gap:.75rem}.user-error-banner{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.user-error-banner p{margin:0;color:#991b1b;font-size:.875rem;font-weight:500}@media(max-width:768px){.user-form-layout{gap:1.5rem;margin-bottom:5rem}.user-form-section .user-form-section-header{padding:1rem 1.25rem}.user-form-section .user-form-section-header h2{font-size:1rem}.user-form-section .user-form-section-content{padding:1.25rem}.user-form-grid{grid-template-columns:1fr;gap:1.25rem}.user-action-bar{padding:.875rem 1rem}.user-action-bar .user-action-bar-content{flex-direction:column;gap:1rem;align-items:stretch}.user-action-bar .user-action-bar-content .user-action-info{justify-content:center;font-size:.8rem}.user-action-bar .user-action-bar-content .user-action-buttons{justify-content:center}}@media(max-width:480px){.user-form-layout{margin-bottom:6rem}.user-action-bar .user-action-bar-content .user-action-buttons{flex-direction:column;gap:.5rem}}.users-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}.users-controls__search{position:relative;flex:1 1 220px;max-width:320px}.users-controls__search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#b8b8ba;pointer-events:none}.users-controls__search-input{width:100%;padding:.5rem 1rem .5rem 36px;border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;font-family:var(--inter-font),sans-serif;background:#fff;color:#161617;transition:border-color .15s}.users-controls__search-input::placeholder{color:#b8b8ba}.users-controls__search-input:focus{outline:none;border-color:#008573;box-shadow:0 0 0 3px rgba(0,133,115,.1)}.users-controls__filter{padding:.5rem 1.5rem .5rem .75rem;border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;font-family:var(--inter-font),sans-serif;background:#fff;color:#161617;cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;transition:border-color .15s}.users-controls__filter:focus{outline:none;border-color:#008573}.users-controls__view-toggle{display:flex;border:1px solid #e1e1e1;border-radius:.5rem;overflow:hidden;margin-left:auto}.users-controls__view-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.75rem;font-weight:600;font-family:var(--inter-font),sans-serif;border:none;background:#fff;color:#97979c;cursor:pointer;transition:all .15s}.users-controls__view-btn:not(:last-child){border-right:1px solid #e1e1e1}.users-controls__view-btn:hover{background:#f9f9f9;color:#46464a}.users-controls__view-btn--active{background:#e6f7f5;color:#008573}.users-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.users-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e1e1e1;border-radius:.75rem;padding:1.5rem;text-decoration:none;color:inherit;transition:all .2s ease;cursor:pointer}.users-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transform:translateY(-2px);border-color:#008573}.users-card__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.users-card__info{display:flex;flex-direction:column;min-width:0}.users-card__name{font-weight:600;font-size:.875rem;color:#161617}.users-card__email,.users-card__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.users-card__email{font-size:.75rem;color:#97979c}.users-card__body{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding-top:.75rem;border-top:1px solid #ededed}.users-card__field{display:flex;justify-content:space-between;align-items:center}.users-card__label{font-size:.75rem;color:#97979c;font-weight:500}.users-card__value{font-size:.75rem;color:#161617}.users-card__footer{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid #ededed}.users-card__date{font-size:.75rem;color:#97979c}@media(max-width:768px){.users-controls{flex-direction:column;align-items:stretch}.users-controls__search{max-width:none}.users-controls__view-toggle{margin-left:0}.users-cards-grid{grid-template-columns:1fr}}.user-detail-content{margin-top:1.5rem}.user-detail-content__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border:1px solid #e1e1e1;border-radius:.75rem;text-align:center;color:#97979c}.user-detail-content__placeholder svg{margin-bottom:1rem}.user-detail-content__placeholder h3{font-size:1.25rem;font-weight:600;color:#46464a;margin-bottom:.5rem}.user-detail-content__placeholder p{font-size:.875rem;color:#97979c}.user-info-cards{display:flex;flex-direction:column;gap:1.5rem}.user-info-cards__top-row{display:grid;grid-template-columns:3fr 2fr;grid-gap:1.5rem;gap:1.5rem}@media(max-width:768px){.user-info-cards__top-row{grid-template-columns:1fr}}.user-info-cards__personal,.user-info-cards__professional{min-width:0}.user-info-cards__org-link{color:#008573;text-decoration:none;font-weight:500}.user-info-cards__org-link:hover{text-decoration:underline}.user-group-row__name-link{font-weight:600;color:#008573;text-decoration:none}.user-group-row__name-link:hover{text-decoration:underline}.user-group-row__depth-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:8px;font-size:.75rem;font-weight:600;background-color:#e6f7f5;color:#008573}.user-group-row__admin-label{font-size:13px;color:#97979c}.user-group-row__admin-label--yes{color:#008573;font-weight:600}.user-group-row__remove-btn{background:none;border:1px solid #e1e1e1;border-radius:.5rem;padding:4px 12px;font-size:.75rem;color:#69696e;cursor:pointer;transition:all .15s}.user-group-row__remove-btn:hover{border-color:#ff4d00;color:#ff4d00}.user-group-row__name{font-weight:600;color:#161617}.user-group-row__path{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.user-group-row__path-sep{color:#b8b8ba;flex-shrink:0}.user-group-row__path-segment{font-size:.75rem;color:#69696e}.user-group-row__toggle{position:relative;display:inline-block;width:36px;height:20px;cursor:pointer}.user-group-row__toggle-input{opacity:0;width:0;height:0}.user-group-row__toggle-input:checked+.user-group-row__toggle-slider{background-color:#008573}.user-group-row__toggle-input:checked+.user-group-row__toggle-slider:before{transform:translateX(16px)}.user-group-row__toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#d1d1d2;border-radius:10px;transition:background-color .15s}.user-group-row__toggle-slider:before{content:"";position:absolute;height:16px;width:16px;left:2px;bottom:2px;background-color:#fff;border-radius:50%;transition:transform .15s}.user-group-row__members{font-size:.75rem;color:#97979c}.user-groups-table{display:flex;flex-direction:column;gap:1.5rem}.user-groups-table__count{display:inline-flex;align-items:center;padding:2px 10px;border-radius:10px;font-size:.75rem;font-weight:600;background-color:#ededed;color:#69696e;margin-left:.5rem}.user-groups-table__info-icon{color:#b8b8ba;cursor:help;transition:color .15s}.user-groups-table__info-icon:hover{color:#69696e}.user-groups-table__table{border-radius:0}.user-groups-table__table th:first-child{border-top-left-radius:0}.user-groups-table__table th:last-child{border-top-right-radius:0}.user-groups-table__table tr:last-child td:first-child{border-bottom-left-radius:0}.user-groups-table__table tr:last-child td:last-child{border-bottom-right-radius:0}.user-groups-table__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border:1px solid #e1e1e1;border-radius:.75rem;text-align:center;color:#b8b8ba}.user-groups-table__empty svg{margin-bottom:1rem}.user-groups-table__empty p{font-size:.875rem}.button.danger-outlined{background-color:#fff;color:#e84904;border:1px solid #e84904}.button.danger-outlined:hover{background-color:#ffe9e0;border-color:#c53c01;color:#c53c01}@media(max-width:768px){.user-info-cards{grid-template-columns:1fr}}.product-select{position:relative;width:100%}.product-select-error{padding:.5rem;background:#fee2e2;border:1px solid #ff4d00;border-radius:.5rem;color:#b91c1c;font-size:.875rem}.product-select-error p{margin:0}.product-select__input-container,.product-select__input-wrapper{position:relative;display:flex;align-items:center}.product-select__input-wrapper{flex:1 1}.product-select__search-icon{position:absolute;left:1rem;color:#97979c;pointer-events:none;z-index:1}.product-select__input{width:100%;padding:.5rem 1rem .5rem calc(1rem + 24px);border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;transition:all .15s;background:#fff;color:#161617}.product-select__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.product-select__input::placeholder{color:#97979c}.product-select__input:disabled{background:#ededed;cursor:not-allowed;opacity:.7}.product-select__input--error{border-color:#ff4d00}.product-select__input--error:focus{border-color:#ff4d00;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.product-select__clear-button{position:absolute;right:.5rem;padding:.25rem;background:rgba(0,0,0,0);border:none;cursor:pointer;color:#97979c;border-radius:.25rem;display:flex;align-items:center;justify-content:center;transition:all .15s}.product-select__clear-button:hover{color:#ff4d00;background:rgba(239,68,68,.1)}.product-select__clear-button:disabled{cursor:not-allowed;opacity:.5}.product-select__loading{position:absolute;right:1rem;display:flex;align-items:center}.product-select__dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:#fff;border:1px solid #e1e1e1;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);max-height:300px;overflow-y:auto;z-index:100}.product-select__no-results{padding:1rem;text-align:center;color:#97979c;font-size:.875rem;font-style:italic}.product-select__option{padding:.5rem 1rem;cursor:pointer;transition:background-color .15s;border-bottom:1px solid #e5e7eb}.product-select__option:last-child{border-bottom:none}.product-select__option:hover{background:#ededed}.product-select__option-main{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.product-select__option-label{font-weight:500;color:#161617;font-size:.875rem}.product-select__option-ref{color:#97979c;font-size:.75rem}.product-select__option-alias{font-size:.75rem;color:#9ca3af;margin-top:.25rem;font-style:italic}.product-select__option-category{font-size:.75rem;color:#3b82f6;margin-top:.25rem}.product-select__more-results{padding:.5rem 1rem;text-align:center;color:#97979c;font-size:.75rem;background:#ededed;font-style:italic}.product-select__selected-info{margin-top:.5rem;padding:.5rem 1rem;background:#e6f7f5;border:1px solid #99dfd7;border-radius:.5rem;font-size:.75rem;color:#0d3d38}.product-select__selected-info strong{font-weight:600}.broker-select{position:relative;width:100%}.broker-select-error{padding:.5rem;background:#fee2e2;border:1px solid #ff4d00;border-radius:.5rem;color:#b91c1c;font-size:.875rem}.broker-select-error p{margin:0}.broker-select__input{padding-right:2.5rem}.broker-select__input--error{border-color:#ff4d00}.broker-select__input--error:focus{border-color:#ff4d00;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.broker-select__input--disabled{background:#ededed;cursor:not-allowed;opacity:.7}.broker-select__loading{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);display:flex;align-items:center}.broker-select__empty{margin-top:.5rem;padding:.5rem 1rem;background:#fefbeb;border:1px solid #fbf1bb;border-radius:.5rem;font-size:.75rem;color:#cfae00;font-style:italic}.stat-item{text-align:center;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e1e1e1;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease}.stat-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.stat-item .stat-number{font-size:2.5rem;font-weight:700;color:#161617;margin-bottom:.5rem;line-height:1}.stat-item .stat-number--highlight{color:#f2d749}.stat-item .stat-number--success{color:#008573}.stat-item .stat-label{color:secondary-700;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.reference-selector{margin-bottom:2rem}.references-list .references-list-label{display:block;margin-bottom:1rem;font-weight:600;color:#161617;font-size:1rem}.references-list .references-container{max-height:350px;overflow-y:auto;border:1px solid #e1e1e1;border-radius:8px;background:#fff}.references-list .reference-option{display:flex!important;align-items:flex-start!important;padding:1rem!important;border-bottom:1px solid #e1e1e1;cursor:pointer;font-weight:400!important;transition:background-color .2s ease;margin:0!important}.references-list .reference-option:last-child{border-bottom:none}.references-list .reference-option:hover{background:#ededed}.references-list .reference-option .container{margin-right:1rem!important}.references-list .reference-option .radio_label{flex:1 1!important;margin:0!important}.references-list .reference-option .reference-details{display:flex;flex-direction:column;gap:.5rem}.references-list .reference-option .reference-details .ref-code{background:#f9f9f9;padding:.4rem .8rem;border-radius:6px;font-family:Fira Code,Monaco,Cascadia Code,Roboto Mono,monospace;font-size:.85rem;color:#161617;border:1px solid #e1e1e1;align-self:flex-start}.references-list .reference-option .reference-details .ref-label{color:secondary-700;font-size:.9rem;line-height:1.4}.references-list .no-results{color:secondary-700;font-style:italic}.loading-state,.references-list .no-results{padding:2rem;text-align:center}.loading-state p{margin-top:1rem;color:secondary-700}.mapping-confirmation{display:flex;flex-direction:column;gap:1rem}.mapping-confirmation__title{margin:0;font-size:.875rem;font-weight:600;color:#161617}.mapping-confirmation__card{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#f9f9f9;border:1px solid #ededed;border-radius:.5rem}.mapping-confirmation__field{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.mapping-confirmation__field strong{min-width:140px;color:#161617;font-size:.875rem}.mapping-confirmation__field span{color:#46464a;font-size:.875rem}.mapping-confirmation__field code{background:#fff;padding:.25rem .5rem;border-radius:.25rem;font-family:Fira Code,Monaco,Cascadia Code,monospace;font-size:.75rem;color:#0d3d38;border:1px solid #ccefeb}.mapping-stats-card{background:#fff;border:1px solid #e1e1e1;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05)}.mapping-stats-card h3{margin-bottom:2rem;color:#161617;font-size:1.5rem;font-weight:600;text-align:center}.mapping-stats-card .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.unmapped-products-table-container{background:#fff;border:1px solid #e1e1e1;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.05)}.unmapped-products-table-container .table-header{padding:1.5rem 2rem;background:#ededed;border-bottom:1px solid #e1e1e1}.unmapped-products-table-container .table-header .products-count{font-weight:600;color:#161617;font-size:1.1rem}.unmapped-products-table-container .table-wrapper{overflow-x:auto}.unmapped-products-table-container .unmapped-products-table{width:100%;border-collapse:collapse;font-size:.95rem}.unmapped-products-table-container .unmapped-products-table td,.unmapped-products-table-container .unmapped-products-table th{padding:1.25rem 1rem;text-align:left;border-bottom:1px solid #e1e1e1}.unmapped-products-table-container .unmapped-products-table th{background:#ededed;font-weight:600;color:#161617;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.unmapped-products-table-container .unmapped-products-table tbody tr{transition:background-color .2s ease}.unmapped-products-table-container .unmapped-products-table tbody tr:hover{background:#ededed}.unmapped-products-table-container .unmapped-products-table .product-label .label-empty{color:#97979c;font-style:italic}.unmapped-products-table-container .unmapped-products-table .ref-source{background:#f9f9f9;padding:.4rem .8rem;border-radius:6px;font-family:Fira Code,Monaco,Cascadia Code,Roboto Mono,monospace;font-size:.85rem;color:#161617;border:1px solid #e1e1e1}.unmapped-products-table-container .unmapped-products-table .actions-cell{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.unmapped-products-table-container .unmapped-products-table .actions-cell .btn-small{font-size:.8rem;padding:.6rem 1rem;border-radius:6px;font-weight:500}.unmapped-products-table-container .unmapped-products-table .tags-cell{max-width:350px;min-width:200px}.unmapped-products-table-container .unmapped-products-table .tags-cell .tag{margin:.125rem;font-size:.7rem;padding:.125rem .375rem}.unmapped-products-table-container .unmapped-products-table .tags-cell .tag:first-child{margin-left:0}.unmapped-products-table-container .unmapped-products-table .tags-cell .no-tags{font-size:.8rem}.unmapped-products-table-container .unmapped-products-table td:first-child,.unmapped-products-table-container .unmapped-products-table th:first-child{width:25%}.unmapped-products-table-container .unmapped-products-table td:nth-child(2),.unmapped-products-table-container .unmapped-products-table th:nth-child(2){width:20%}.unmapped-products-table-container .unmapped-products-table td:nth-child(3),.unmapped-products-table-container .unmapped-products-table th:nth-child(3){width:35%}.unmapped-products-table-container .unmapped-products-table td:nth-child(4),.unmapped-products-table-container .unmapped-products-table th:nth-child(4){width:20%}.unmapped-products-table-container .empty-state{padding:3rem 2rem;text-align:center;color:secondary-700;font-style:italic}.mapping-page-container{width:100%}.mapping-page-container .error-container,.mapping-page-container .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border-radius:12px;border:1px solid #e1e1e1}.mapping-page-container .error-container p,.mapping-page-container .loading-container p{margin-top:1rem;color:secondary-700;font-size:1.1rem}.mapping-page-container .error-container{border-color:#ff4d00;background:rgba(255,77,0,.05)}.mapping-page-container .error-container h2{color:#ff4d00;margin-bottom:1rem;font-size:1.5rem}.mapping-page-container .error-container p{color:#ff4d00}.unmapped-products-section h2{font-size:2rem;margin-bottom:1rem;color:#161617;font-weight:600}.unmapped-products-section .section-description{color:secondary-700;margin-bottom:2rem;line-height:1.6;font-size:1.1rem}.unmapped-products-section .no-data-container{text-align:center;padding:4rem 2rem;background:#fff;border:1px solid #e1e1e1;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05)}.unmapped-products-section .no-data-container p{margin-bottom:.5rem;font-size:1.1rem}.unmapped-products-section .no-data-container p:first-child{font-size:1.5rem;margin-bottom:1rem;font-weight:600}@media(max-width:1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.stats-grid{grid-template-columns:1fr;gap:1rem}.unmapped-products-table td,.unmapped-products-table th{padding:1rem .75rem;font-size:.875rem}.unmapped-products-table .actions-cell{flex-direction:column;gap:.5rem}.unmapped-products-table .actions-cell .btn-small{width:100%}.modal-content{width:95%;margin:1rem;max-height:90vh}.modal-body,.modal-footer,.modal-header{padding:1rem}.modal-footer{flex-direction:column-reverse;gap:.75rem}.references-container{max-height:250px}.reference-option{padding:.75rem!important}.reference-option .reference-details{gap:.25rem}.reference-option .reference-details .ref-code{font-size:.8rem;padding:.3rem .6rem}.reference-option .reference-details .ref-label{font-size:.85rem}}@media(max-width:480px){.stat-item .stat-number{font-size:2rem}.unmapped-products-section h2{font-size:1.5rem}}.order-status-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;letter-spacing:.05em;color:#fff}.order-status-badge--active,.order-status-badge--completed,.order-status-badge--signed{background-color:#008573}.order-status-badge--cancelled{background-color:#94a3b8}.order-status-badge--refused{background-color:#ef4444}.order-status-badge--pending{background-color:#f2d749}.order-status-badge--default{background-color:#e0f2fe}.instrument-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.instrument-badge__icon{width:14px;height:14px}.instrument-badge__text{white-space:nowrap}.instrument-badge--call-spread{color:#008573;border:1px solid #008573}.instrument-badge--put-spread{color:#ef4444;border:1px solid #ef4444}.instrument-badge--price-catalog{background-color:rgb(109.1052631579,136.8947368421,202.8947368421);color:#0284c7;border:1px solid rgb(48.5526315789,74.4473684211,135.9473684211)}.instrument-badge--price-catalog .instrument-badge__icon{color:#0f172a}.instrument-badge--default{background-color:#f1f5f9;color:#334155;border:1px solid #e2e8f0}.instrument-badge--default .instrument-badge__icon{color:#64748b}.currency-display{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;color:#334155}.currency-display__symbol{font-weight:700}.currency-display__code{font-size:.75rem;text-transform:uppercase;color:#475569}.order-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.03)}.order-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.1),0 4px 8px rgba(0,0,0,.05);border-color:#3b82f6;transform:translateY(-4px)}.order-card:active{transform:translateY(-2px)}.order-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}.order-card__id{font-size:.8125rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;padding:.375rem .75rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:8px;border:1px solid #e5e7eb}.order-card__content{margin-bottom:1.25rem}.order-card__info{margin-bottom:1rem}.order-card__organization{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:.5rem;letter-spacing:-.01em}.order-card__product{font-size:.9375rem;color:#6b7280;font-weight:500}.order-card__details{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.order-card__quantity{font-size:.875rem;color:#1f2937;font-weight:600;padding:.375rem .75rem;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:8px;border:1px solid #3b82f6}.order-card__reference{font-size:.8125rem;color:#9ca3af;margin-top:.5rem;font-style:italic;font-weight:500}.order-card__footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb}.order-card__date{font-size:.8125rem;color:#6b7280;font-weight:500}.order-card__actions{display:flex;gap:.5rem}.order-card__action{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1.5px solid rgba(0,0,0,0);background:rgba(0,0,0,0);color:#6b7280;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer;text-decoration:none}.order-card__action:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-2px)}.order-card__action:active{transform:translateY(0)}.order-card__action--view:hover{color:#3b82f6;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#3b82f6;box-shadow:0 2px 8px rgba(59,130,246,.2)}.order-card__action--edit:hover{color:#f59e0b;background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b;box-shadow:0 2px 8px rgba(245,158,11,.2)}.order-card__action--delete:hover{color:#dc2626;background:linear-gradient(135deg,#fee2e2,#fecaca);border-color:#f87171;box-shadow:0 2px 8px rgba(220,38,38,.2)}@media(max-width:768px){.order-card{padding:1.25rem}.order-card__organization{font-size:1rem}.order-card__details{flex-direction:column;gap:.5rem}.order-card__footer{flex-direction:column;align-items:flex-start;gap:1rem}.order-card__actions{width:100%;justify-content:flex-end}}.order-search-form{background:#fff;border:1px solid #e1e1e1;border-radius:.75rem;padding:1rem;margin-bottom:1.5rem}.order-search-form__search-row{margin-bottom:1rem}.order-search-form__search-input{position:relative;width:100%;max-width:500px}.order-search-form__search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#97979c;pointer-events:none}.order-search-form__input{width:100%;padding:.75rem .75rem .75rem 44px;border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;transition:all .2s ease}.order-search-form__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.order-search-form__input::placeholder{color:#97979c}.order-search-form__filters-row{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}@media(max-width:1024px){.order-search-form__filters-row{gap:.75rem}}@media(max-width:768px){.order-search-form__filters-row{flex-direction:column;align-items:stretch}}.order-search-form__field{display:flex;flex-direction:column;gap:.25rem;min-width:180px;flex:1 1;max-width:250px}@media(max-width:768px){.order-search-form__field{max-width:none;min-width:auto}}.order-search-form__label{font-size:.75rem;font-weight:500;color:#69696e;text-transform:uppercase;letter-spacing:.05em}.order-search-form__actions{display:flex;align-items:flex-end;gap:.5rem;margin-left:auto}@media(max-width:768px){.order-search-form__actions{margin-left:0;margin-top:.5rem}}.order-search-form__reset-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #d1d1d2;border-radius:.5rem;background:#fff;color:#69696e;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;height:42px}.order-search-form__reset-btn:hover{background:#f9f9f9;border-color:#b8b8ba;color:#2b2b2d}.order-search-form__filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 .25rem;background:#3b82f6;color:#fff;font-size:.625rem;font-weight:600;border-radius:10px}.order-search-form__basic{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem}@media(max-width:768px){.order-search-form__basic{flex-direction:column;align-items:stretch}}.order-search-form__select{width:100%;padding:.5rem .75rem;border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;background:#fff;transition:all .2s ease}.order-search-form__select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.order-search-form__filter-toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #e1e1e1;border-radius:.5rem;background:#fff;color:#97979c;font-size:.875rem;cursor:pointer;transition:all .2s ease}.order-search-form__filter-toggle:hover{background:#f9f9f9;border-color:#3b82f6;color:#161617}.order-search-form__filter-toggle.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.order-search-form__clear{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;border:1px solid #ff4d00;border-radius:.5rem;background:rgba(255,77,0,.1);color:#ff4d00;font-size:.875rem;cursor:pointer;transition:all .2s ease}.order-search-form__clear:hover{background:#ff4d00;color:#fff}.order-search-form__advanced{border-top:1px solid #e1e1e1;padding-top:1rem}.order-search-form__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1rem}.order-search-form__row:last-child{margin-bottom:0}@media(max-width:768px){.order-search-form__row{grid-template-columns:1fr;gap:.75rem}}.status-transition__flow{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.status-transition__pill{flex:1 1;min-width:140px;padding:.5rem 1rem;border:1px solid #e1e1e1;border-radius:.5rem;background:#f9f9f9;display:flex;flex-direction:column;gap:.25rem}.status-transition__pill--target{border-color:#99dfd7;background:#e6f7f5}.status-transition__pill-label{font-size:.625rem;text-transform:uppercase;letter-spacing:.06em;color:#97979c}.status-transition__pill-value{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:#161617}.status-transition__arrow{font-size:1.5rem;color:#b8b8ba}.status-transition__error{display:flex;align-items:flex-start;gap:.5rem;padding:1rem;background:#ffe9e0;border:1px solid #ffcab3;border-radius:.5rem;color:#c53c01}.status-transition__error p{margin:0;font-size:.875rem}.status-transition__error svg{flex-shrink:0;margin-top:2px}.status-transition__error-text{margin:0;font-size:.75rem;color:#c53c01}.order-workflow-progress{display:flex;align-items:center;justify-content:space-between;background:#f9f9f9;border:1px solid #e1e1e1;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.5rem}.order-workflow-progress__header{display:flex;align-items:center;gap:.875rem}.order-workflow-progress__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:1px solid #e1e1e1;border-radius:10px;color:#69696e}.order-workflow-progress__info{display:flex;flex-direction:column;gap:.125rem}.order-workflow-progress__title{font-size:.9375rem;font-weight:600;color:#161617;margin:0}.order-workflow-progress__subtitle{font-size:.8125rem;color:#97979c;margin:0}.order-workflow-progress__step,.order-workflow-progress__steps{display:flex;align-items:center;gap:.5rem}.order-workflow-progress__step{padding:.5rem 1rem;border-radius:20px;font-size:.8125rem;font-weight:500;transition:all .2s ease}.order-workflow-progress__step--completed{background:#ccefeb;color:#006d5f;border:1px solid #99dfd7}.order-workflow-progress__step--completed .order-workflow-progress__step-icon{color:#008573}.order-workflow-progress__step--active{background:#faf4d3;color:#cfae00;border:1px solid #faeb96}.order-workflow-progress__step--active .order-workflow-progress__step-icon{color:#e5c107}.order-workflow-progress__step--pending{background:rgba(0,0,0,0);color:#97979c;border:1px solid rgba(0,0,0,0)}.order-workflow-progress__step--pending .order-workflow-progress__step-icon{color:#b8b8ba}.order-workflow-progress__step-icon{display:flex;align-items:center;justify-content:center}.order-workflow-progress__step-label{white-space:nowrap}.order-workflow-progress__connector{width:24px;height:2px;background:#d1d1d2;border-radius:1px}.order-workflow-progress__connector--completed{background:#33bfaf}@media(max-width:1200px){.order-workflow-progress{flex-direction:column;align-items:flex-start;gap:1rem}.order-workflow-progress__steps{width:100%;justify-content:flex-start;flex-wrap:wrap}}@media(max-width:768px){.order-workflow-progress{padding:1rem}.order-workflow-progress__step{padding:.375rem .75rem;font-size:.75rem}.order-workflow-progress__connector{width:12px}}.status-rail{display:flex;align-items:stretch;background:#fff;border:1px solid #e1e1e1;border-radius:12px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);overflow:visible}.status-rail__accent{width:4px;flex-shrink:0;border-radius:12px 0 0 12px}.status-rail__accent--success{background:#008573}.status-rail__accent--error{background:#ff4d00}.status-rail__accent--warning{background:#f2d749}.status-rail__items{display:flex;flex:1 1;padding:0 4px}.status-rail__item{flex:1 1;display:flex;flex-direction:row;align-items:center;gap:10px;padding:14px 16px;border-right:1px solid #ededed}.status-rail__item:last-child{border-right:none}.status-rail__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;flex-shrink:0;position:relative}.status-rail__icon svg{width:18px;height:18px}.status-rail__icon--error{background:#ffe9e0;color:#ff4d00}.status-rail__icon--teal{background:#e6f7f5;color:#008573}.status-rail__icon--neutral{background:#ededed;color:#97979c}.status-rail__icon--progress{background:rgba(0,0,0,0)}.status-rail__icon--progress svg{width:40px;height:40px}.status-rail__progress-bg{color:#ccefeb}.status-rail__progress-fill{color:#008573;transition:stroke-dashoffset .6s ease}.status-rail__progress-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10px;font-weight:700;color:#46464a;line-height:1}.status-rail__text{display:flex;flex-direction:column;gap:1px;min-width:0}.status-rail__label{font-size:11px;font-weight:500;color:#97979c;text-transform:uppercase;letter-spacing:.3px;line-height:1.2}.status-rail__value{font-size:13px;font-weight:600;color:#2b2b2d;line-height:1.3}.status-rail__value--error{color:#ff4d00}.status-rail__sub{font-size:11px;color:#97979c;line-height:1.2}.status-rail__item--has-tooltip{position:relative;cursor:default}.status-rail__tooltip{display:none;position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);background:#fff;border:1px solid #e1e1e1;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.12);padding:12px 14px;min-width:200px;max-width:260px;z-index:100}.status-rail__tooltip:before{content:"";position:absolute;top:-6px;left:50%;transform:translateX(-50%) rotate(45deg);width:10px;height:10px;background:#fff;border-left:1px solid #e1e1e1;border-top:1px solid #e1e1e1}.status-rail__item--has-tooltip:hover .status-rail__tooltip{display:block}.status-rail__tooltip-title{font-size:12px;font-weight:600;color:#46464a;margin-bottom:8px}.status-rail__tooltip-title--success{color:#008573;margin-bottom:0}.status-rail__tooltip-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.status-rail__tooltip-item{font-size:12px;color:#ff4d00;display:flex;align-items:center;gap:6px}.status-rail__tooltip-item:before{content:"×";font-weight:700;font-size:14px}.period-card{display:flex;background:#fff;border:1px solid #e1e1e1;border-radius:8px;overflow:hidden;margin-bottom:6px;transition:box-shadow .2s ease}.period-card:hover{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.period-card:last-child{margin-bottom:0}.period-card__accent{width:3px;flex-shrink:0}.period-card__accent--complete{background:#33bfaf}.period-card__accent--pending{background:#fae368}.period-card__row{flex:1 1}.period-card__group,.period-card__row{display:flex;align-items:center;min-width:0}.period-card__group{padding:12px 16px;border-right:1px solid #ededed}.period-card__group:last-child{border-right:none}.period-card__group--dates{flex:3 1;gap:8px}.period-card__group--volume{flex:1.5 1}.period-card__group--levels{flex:3.5 1;gap:12px}.period-card__group--prime{flex:2 1;justify-content:flex-end}.period-card__cell{display:flex;flex-direction:column;gap:2px;min-width:0}.period-card__label{font-size:10px;font-weight:600;color:#97979c;text-transform:uppercase;letter-spacing:.3px;line-height:1.2}.period-card__value{font-size:13px;font-weight:500;color:#46464a;white-space:nowrap;line-height:1.3;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.period-card__value--teal{font-weight:700;color:#006d5f}.period-card__value--bold{font-size:14px;font-weight:700;color:#2b2b2d}.period-card__value--empty{color:#b8b8ba;font-style:italic}.period-card__arrow{color:#b8b8ba;flex-shrink:0;margin-top:10px}.period-card__sep{width:1px;height:22px;background:#ededed;flex-shrink:0}.period-card__unit-sep{display:inline-block;width:1px;height:12px;background:#d1d1d2;margin:0 6px;vertical-align:middle}.period-card__volume{width:100%}.period-card__volume-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.period-card__volume-bar{height:3px;background:#ededed;border-radius:2px;overflow:hidden}.period-card__volume-fill{height:100%;background:#33bfaf;border-radius:2px;transition:width .4s ease;min-width:2px}.orders-list__search,.orders-list__tabs{margin-bottom:1.5rem}.orders-list__tabs{display:flex;gap:1rem;padding:0}.orders-list__tab{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(0,0,0,0);border:none;border-radius:8px;color:#97979c;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative}.orders-list__tab:hover{color:#46464a;background:#f9f9f9}.orders-list__tab--active{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08)}.orders-list__tab--active.orders-list__tab--pending{color:#cfae00}.orders-list__tab--active.orders-list__tab--pending .orders-list__tab-icon{color:#e5c107}.orders-list__tab--active.orders-list__tab--pending .orders-list__tab-count{background:#faf4d3;color:#cfae00;border-color:#faeb96}.orders-list__tab--active.orders-list__tab--accepted{color:#006d5f}.orders-list__tab--active.orders-list__tab--accepted .orders-list__tab-icon{color:#008573}.orders-list__tab--active.orders-list__tab--accepted .orders-list__tab-count{background:#ccefeb;color:#006d5f;border-color:#99dfd7}.orders-list__tab--active.orders-list__tab--refused{color:#e84904}.orders-list__tab--active.orders-list__tab--refused .orders-list__tab-icon{color:#ff4d00}.orders-list__tab--active.orders-list__tab--refused .orders-list__tab-count{background:#ffcab3;color:#e84904;border-color:#ffa57e}.orders-list__tab--active.orders-list__tab--cancelled{color:#69696e}.orders-list__tab--active.orders-list__tab--cancelled .orders-list__tab-icon{color:#97979c}.orders-list__tab--active.orders-list__tab--cancelled .orders-list__tab-count{background:#ededed;color:#69696e;border-color:#d1d1d2}.orders-list__tab-icon{display:flex;align-items:center;color:inherit}.orders-list__tab-label{white-space:nowrap}.orders-list__tab-count{display:inline-flex;min-width:20px;height:20px;padding:0 .375rem;background:#ededed;border:1px solid #e1e1e1;border-radius:10px;font-size:.75rem;font-weight:600}.orders-list__loading,.orders-list__tab-count{align-items:center;justify-content:center;color:#69696e}.orders-list__loading{display:flex;padding:4rem}.orders-list__error{background:#ffcab3;color:#c53c01;padding:1.25rem;border-radius:12px;border:1px solid #ff8049;text-align:center;font-weight:500}.orders-list__empty{padding:4rem 2rem;text-align:center;color:#69696e;font-size:.9375rem;background:#f9f9f9;border-radius:12px;margin:1rem}.orders-list__table-container{background:#fff;border:1px solid #e1e1e1;border-radius:12px;overflow:hidden}.orders-list__table{width:100%;border-collapse:collapse}.orders-list__table td,.orders-list__table th{padding:.875rem 1rem;text-align:left;border-bottom:1px solid #ededed}@media(max-width:768px){.orders-list__table td,.orders-list__table th{padding:.75rem .625rem;font-size:.8125rem}}.orders-list__table th{background:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#97979c;white-space:nowrap}.orders-list__table tbody tr{transition:background .2s ease}.orders-list__table tbody tr:hover{background:#f9f9f9}.orders-list__table tbody tr:last-child td{border-bottom:none}.orders-list__header-cell--sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.orders-list__header-cell--sortable:hover{color:#46464a}.orders-list__row{cursor:default}.orders-list__row--pending{background:rgba(250,244,211,.2)}.orders-list__row--pending:hover{background:rgba(250,244,211,.4)!important}.orders-list__row--accepted{background:rgba(204,239,235,.2)}.orders-list__row--accepted:hover{background:rgba(204,239,235,.4)!important}.orders-list__row--refused{background:rgba(255,202,179,.2)}.orders-list__row--refused:hover{background:rgba(255,202,179,.4)!important}.orders-list__row--cancelled{background:rgba(237,237,237,.2)}.orders-list__row--cancelled:hover{background:rgba(237,237,237,.4)!important}.orders-list__cell{font-size:.875rem;color:#2b2b2d}.orders-list__cell--id{font-weight:600;color:#161617}.orders-list__empty-value{color:#b8b8ba}.orders-list__price-container{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem}.orders-list__price{font-family:monospace;font-weight:600;color:#008573;font-size:.9375rem}.orders-list__price-unit{font-size:.6875rem;color:#97979c;font-weight:400;text-transform:uppercase}.orders-list__premium{font-weight:600;color:#161617}.orders-list__premium-currency{margin-left:.25rem;font-size:.75rem;color:#97979c;font-weight:400}.orders-list__quantity-container{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.orders-list__quantity{font-weight:700;color:#161617}.orders-list__detail-count{font-size:.75rem;color:#97979c;font-weight:500;padding:.125rem .375rem;background:#ededed;border-radius:4px}.orders-list__expand-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid #d1d1d2;background:#fff;border-radius:6px;color:#69696e;cursor:pointer;transition:all .2s ease}.orders-list__expand-button:hover{background:#ededed;border-color:#b8b8ba;color:#2b2b2d}.orders-list__row--details,.orders-list__row--details:hover{background:rgba(237,237,237,.2)}.orders-list__row--details.orders-list__row--details--pending,.orders-list__row--details.orders-list__row--details--pending:hover{background:rgba(250,244,211,.2)}.orders-list__row--details.orders-list__row--details--pending .orders-list__details-wrapper{border-left:4px solid #fae368}.orders-list__row--details.orders-list__row--details--accepted,.orders-list__row--details.orders-list__row--details--accepted:hover{background:rgba(204,239,235,.2)}.orders-list__row--details.orders-list__row--details--accepted .orders-list__details-wrapper{border-left:4px solid #33bfaf}.orders-list__row--details.orders-list__row--details--refused,.orders-list__row--details.orders-list__row--details--refused:hover{background:rgba(255,202,179,.2)}.orders-list__row--details.orders-list__row--details--refused .orders-list__details-wrapper{border-left:4px solid #ff6725}.orders-list__row--details.orders-list__row--details--cancelled,.orders-list__row--details.orders-list__row--details--cancelled:hover{background:rgba(237,237,237,.2)}.orders-list__row--details.orders-list__row--details--cancelled .orders-list__details-wrapper{border-left:4px solid #b8b8ba}.orders-list__cell--details{padding:0!important;border-top:none!important}.orders-list__details-wrapper{display:flex;padding:1.25rem 1.5rem 1.25rem 3rem;gap:1.5rem}@media(max-width:1024px){.orders-list__details-wrapper{flex-direction:column}}.orders-list__details-content{flex:1 1;min-width:0}.orders-list__details-empty{flex:1 1;display:flex;align-items:center;color:#b8b8ba;font-size:.875rem;font-style:italic}.orders-list__termsheet-header{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#46464a;margin-bottom:1rem}.orders-list__termsheet-header svg{color:#97979c}.orders-list__sub-table{width:100%;border-collapse:collapse;font-size:.8125rem;background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e1e1e1}.orders-list__sub-table th{padding:.625rem .75rem;text-align:left;font-weight:600;color:#97979c;border-bottom:1px solid #e1e1e1;background:#fff;font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em}.orders-list__sub-table td{padding:.625rem .75rem;border-bottom:1px solid #ededed;color:#2b2b2d}.orders-list__sub-table tbody tr:last-child td{border-bottom:none}.orders-list__detail-quantity{color:#008573;font-weight:600}.orders-list__detail-trigger{color:#008573}.orders-list__detail-stop{color:#ff4d00}.orders-list__detail-premium{color:#161617;font-weight:500}.orders-list__details-actions{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}@media(max-width:1024px){.orders-list__details-actions{flex-direction:row;justify-content:flex-end}}.orders-list__action-btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem 1rem;border-radius:8px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:110px}.orders-list__action-btn--view{background:#008573;border:1px solid #008573;color:#fff}.orders-list__action-btn--view:hover{background:#006d5f;border-color:#006d5f}.orders-list__action-btn--accept{background:#008573;border:1px solid #008573;color:#fff}.orders-list__action-btn--accept:hover{background:#006d5f;border-color:#006d5f}.orders-list__action-btn--refuse{background:rgba(0,0,0,0);border:1px solid #ff6725;color:#ff4d00}.orders-list__action-btn--refuse:hover{background:#ffe9e0;border-color:#ff4d00}.orders-list__pagination{margin-top:1.5rem;display:flex;justify-content:center}@media(max-width:768px){.orders-list__table-container{overflow-x:auto}.orders-list__table{min-width:900px}.orders-list__details-wrapper{padding:1rem}}.order-form{background:rgba(0,0,0,0);border-radius:0;box-shadow:none;overflow:visible;width:100%}.order-form__header{padding:0 0 1.5rem;border-bottom:none;margin-bottom:1.5rem}.order-form__title{font-size:2rem;font-weight:700;color:#1a202c;margin:0;letter-spacing:-.025em}.order-form__error{margin:0 0 1.5rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #f87171;border-left:4px solid #dc2626;border-radius:8px;color:#991b1b;font-size:.875rem;font-weight:500;box-shadow:0 1px 3px rgba(220,38,38,.1)}.order-form__content{padding:0}.order-form__layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;align-items:start}@media(max-width:1200px){.order-form__layout{grid-template-columns:1fr;gap:1.5rem}}.order-form__section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.03);transition:all .3s cubic-bezier(.4,0,.2,1)}.order-form__section:hover{box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.05);border-color:#d1d5db}.order-form__section-header-wrapper{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 1.75rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-bottom:1px solid #e5e7eb}@media(max-width:768px){.order-form__section-header-wrapper{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem}}.order-form__section-content{padding:2rem 1.75rem}@media(max-width:768px){.order-form__section-content{padding:1.5rem 1.25rem}}.order-form__section-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0;display:flex;align-items:center;gap:.5rem;letter-spacing:-.01em}.order-form__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem}.order-form__row:last-child{margin-bottom:0}@media(max-width:768px){.order-form__row{grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.25rem}}.order-form__field{display:flex;flex-direction:column;gap:.5rem}.order-form__field--full{grid-column:1/-1}.order-form__label{font-size:.875rem;font-weight:600;color:#374151;display:flex;align-items:center;gap:.25rem}.order-form__required{color:#dc2626;font-weight:600}.order-form__details{display:flex;flex-direction:column;gap:1.5rem}.order-form__detail{padding:1.5rem;background:linear-gradient(135deg,#fefefe,#fafafa);border:1px solid #e5e7eb;border-radius:12px;transition:all .3s ease}.order-form__detail:hover{border-color:#d1d5db;box-shadow:0 2px 4px rgba(0,0,0,.04)}.order-form__detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}@media(max-width:768px){.order-form__detail-header{flex-direction:column;align-items:flex-start;gap:.75rem}}.order-form__empty-state{text-align:center;padding:3rem 2rem;color:#6b7280;background:linear-gradient(135deg,#fafafa,#f3f4f6);border-radius:12px;border:2px dashed #d1d5db}.order-form__empty-state p{margin:0;font-size:.9375rem;font-weight:500}.order-form__add-detail-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:2px solid #3b82f6;border-radius:12px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);padding:0;flex-shrink:0}.order-form__add-detail-btn:hover{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.order-form__add-detail-btn:active{transform:translateY(0)}.order-form__carousel-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-bottom:1px solid #e5e7eb}@media(max-width:768px){.order-form__carousel-header{flex-direction:column;gap:1.25rem;align-items:flex-start;padding:1.25rem 1.5rem}}.order-form__carousel-info{display:flex;align-items:center;gap:1.5rem}@media(max-width:768px){.order-form__carousel-info{flex-direction:column;align-items:flex-start;gap:.75rem;width:100%}}.order-form__detail-title{font-size:1rem;font-weight:600;color:#1f2937;margin:0}.order-form__carousel-indicators{display:flex;gap:.5rem;align-items:center;padding:.5rem;background:#fff;border-radius:8px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.order-form__carousel-dot{width:10px;height:10px;border-radius:50%;border:2px solid #d1d5db;background:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);padding:0}.order-form__carousel-dot:hover{border-color:#3b82f6;transform:scale(1.2);box-shadow:0 0 0 3px rgba(59,130,246,.1)}.order-form__carousel-dot.active{width:28px;border-radius:5px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#3b82f6;box-shadow:0 2px 8px rgba(59,130,246,.3)}.order-form__carousel-controls{display:flex;align-items:center;gap:.5rem}.order-form__carousel-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1.5px solid #d1d5db;border-radius:10px;background:#fff;color:#6b7280;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);padding:0}.order-form__carousel-btn:hover:not(:disabled){background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#3b82f6;color:#1e40af;transform:translateY(-2px);box-shadow:0 4px 8px rgba(59,130,246,.2)}.order-form__carousel-btn:active:not(:disabled){transform:translateY(0)}.order-form__carousel-btn:disabled{opacity:.4;cursor:not-allowed;background:#f9fafb;color:#9ca3af;border-color:#e5e7eb}.order-form__carousel-delete{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1.5px solid #fca5a5;border-radius:10px;background:#fff;color:#dc2626;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);padding:0}.order-form__carousel-delete:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);border-color:#dc2626;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(220,38,38,.3)}.order-form__carousel-delete:active{transform:translateY(0)}.order-form__carousel-content{padding:2rem 1.75rem}@media(max-width:768px){.order-form__carousel-content{padding:1.5rem 1.25rem}}.order-form__detail-card.active{animation:slideInFadeIn .4s cubic-bezier(.4,0,.2,1)}.order-form__detail-body{display:flex;flex-direction:column;gap:1.5rem}.order-form__actions{display:flex;gap:1rem;justify-content:flex-end;padding:2rem 0 0;margin-top:2rem;border-top:1px solid #e5e7eb}@media(max-width:768px){.order-form__actions{flex-direction:column-reverse;gap:.75rem;padding-top:1.5rem}.order-form__header{padding-bottom:1.5rem;margin-bottom:1.5rem}.order-form__title{font-size:1.5rem}}.update-order-form{background:rgba(0,0,0,0);width:100%}.update-order-form__header{display:none}.update-order-form__title{font-size:1.25rem;font-weight:600;color:#161617;margin:0}.update-order-form__subtitle{font-size:.875rem;color:#97979c;margin:.25rem 0 0}.update-order-form__error{margin:0 0 1.5rem;padding:1rem 1.25rem;background:#ffe9e0;border:1px solid #ff8049;border-left:4px solid #ff4d00;border-radius:8px;color:#c53c01;font-size:.875rem;font-weight:500}.update-order-form__loading{display:flex;justify-content:center;align-items:center;min-height:200px;color:#69696e}.update-order-form__form{display:flex;flex-direction:column;gap:0}.update-order-form__layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:start;margin-bottom:6rem}@media(max-width:1200px){.update-order-form__layout{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:768px){.update-order-form__layout{margin-bottom:8rem}}.update-order-form__section{background:#fff;border:1px solid #e1e1e1;border-radius:12px;overflow:hidden}.update-order-form__section-header-wrapper{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:#fff;border-bottom:1px solid #ededed}.update-order-form__section-content-wrapper{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.update-order-form__section-title{font-size:1rem;font-weight:600;color:#161617;margin:0;display:flex;align-items:center;gap:.5rem}.update-order-form__section-title .section-icon{font-size:1rem}.update-order-form__add-detail-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:8px;background:#008573;color:#fff;cursor:pointer;transition:all .2s ease;padding:0;flex-shrink:0}.update-order-form__add-detail-btn:hover{background:#006d5f;transform:translateY(-1px)}.update-order-form__carousel-container{background:rgba(0,0,0,0)}.update-order-form__carousel-header{display:flex;justify-content:space-between;align-items:center;padding:0 0 1rem;border-bottom:1px solid #e1e1e1;margin-bottom:1rem}@media(max-width:768px){.update-order-form__carousel-header{flex-direction:column;gap:1rem;align-items:flex-start}}.update-order-form__carousel-info{display:flex;align-items:center;gap:1rem}@media(max-width:768px){.update-order-form__carousel-info{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}}.update-order-form__detail-title{font-size:.875rem;font-weight:500;color:#46464a;margin:0}.update-order-form__carousel-indicators{display:flex;gap:.375rem;align-items:center}.update-order-form__carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#d1d1d2;cursor:pointer;transition:all .2s ease;padding:0}.update-order-form__carousel-dot:hover{background:#b8b8ba}.update-order-form__carousel-dot.active{width:20px;border-radius:4px;background:#008573}.update-order-form__carousel-controls{display:flex;align-items:center;gap:.5rem}.update-order-form__carousel-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #d1d1d2;border-radius:6px;background:#fff;color:#69696e;cursor:pointer;transition:all .2s ease;padding:0}.update-order-form__carousel-btn:hover:not(:disabled){background:#ededed;border-color:#b8b8ba}.update-order-form__carousel-btn:disabled{opacity:.4;cursor:not-allowed}.update-order-form__carousel-delete{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #ff8049;border-radius:6px;background:#ffe9e0;color:#ff4d00;cursor:pointer;transition:all .2s ease;padding:0}.update-order-form__carousel-delete:hover{background:#ffcab3;border-color:#ff6725}.update-order-form__carousel-content{padding:0}.update-order-form__detail-card.active{animation:slideInFadeIn .3s ease}.update-order-form__detail-body{display:flex;flex-direction:column;gap:1rem}.update-order-form__row{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}@media(max-width:768px){.update-order-form__row{grid-template-columns:1fr}}.update-order-form__field{display:flex;flex-direction:column;gap:.375rem}.update-order-form__field--full{grid-column:1/-1}.update-order-form__label{font-size:.8125rem;font-weight:500;color:#46464a}.update-order-form__empty-state{text-align:center;padding:2rem 1rem;color:#97979c;font-size:.875rem}.update-order-form__empty-state p{margin:0}.update-order-form__required{color:#ff4d00;font-weight:600}.update-order-form__error-message{font-size:.75rem;color:#ff4d00;font-weight:500;display:flex;align-items:center;gap:.25rem}.update-order-form__actions{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 0 0;margin-top:1.5rem;border-top:1px solid #e1e1e1}@media(max-width:768px){.update-order-form__actions{flex-direction:column-reverse;gap:.75rem}}.update-order-form__action-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e1e1e1;padding:1rem 1.5rem;box-shadow:0 -4px 16px rgba(0,0,0,.1);z-index:50}.update-order-form__action-bar-content{max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.update-order-form__action-info{display:flex;align-items:center;gap:.5rem;color:#69696e;font-size:.875rem}.update-order-form__action-info p{margin:0}.update-order-form__action-info svg{color:#97979c}.update-order-form__action-buttons{display:flex;gap:.75rem}@media(max-width:768px){.update-order-form__action-bar{padding:.875rem 1rem}.update-order-form__action-bar-content{flex-direction:column;gap:1rem;align-items:stretch}.update-order-form__action-info{justify-content:center;font-size:.8rem}.update-order-form__action-buttons{justify-content:center}}@media(max-width:480px){.update-order-form__action-bar-content .update-order-form__action-buttons{flex-direction:column;gap:.5rem}}.transform-banner{display:flex;flex-direction:column;gap:.625rem;padding:.875rem 1.25rem;border-radius:12px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);margin-bottom:1.5rem}.transform-banner--warning{background:#fefbeb;border:1px solid #faeb96;border-left:4px solid #f2d749}.transform-banner--warning .transform-banner__icon{color:#e5c107}.transform-banner--warning .transform-banner__text{color:#857002}.transform-banner--ready{background:#e6f7f5;border:1px solid #99dfd7;border-left:4px solid #008573;flex-direction:row;align-items:center;justify-content:space-between}.transform-banner--ready .transform-banner__icon{color:#008573}.transform-banner--ready .transform-banner__text{color:#0d3d38}.transform-banner__top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.transform-banner__left{display:flex;align-items:center;gap:.5rem}.transform-banner__icon{flex-shrink:0}.transform-banner__text{font-size:.875rem;font-weight:600;line-height:1}.transform-banner__counter{font-size:.75rem;font-weight:700;color:#97979c;background:hsla(0,0%,100%,.7);padding:.15rem .5rem;border-radius:8px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.transform-banner__edit-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;color:#cfae00;text-decoration:none;padding:.3rem .625rem;border:1px solid #fae368;border-radius:6px;background:hsla(0,0%,100%,.5);white-space:nowrap;transition:all .15s ease}.transform-banner__edit-link:hover{background:hsla(0,0%,100%,.9);border-color:#f2d749}.transform-banner__tags{display:flex;flex-wrap:wrap;gap:.375rem}.transform-banner__tag{display:inline-flex;align-items:center;font-size:.75rem;font-weight:500;color:#857002;background:rgba(250,227,104,.2);padding:.2rem .625rem;border-radius:4px;line-height:1.3}.transform-banner__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#008573;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .15s ease}.transform-banner__cta:hover:not(:disabled){background:#006d5f}.transform-banner__cta:disabled{opacity:.6;cursor:not-allowed}.order-periods__count{font-size:13px;font-weight:500;color:#97979c}.order-periods__strip{display:flex;overflow:hidden;border-radius:8px;margin-bottom:12px}.order-periods__strip-half{flex:1 1;display:flex;align-items:center;gap:12px;padding:10px 16px;background:#e6f7f5;border-right:1px solid #ccefeb}.order-periods__strip-half:last-child{border-right:none}.order-periods__strip-icon{width:26px;height:26px;border-radius:6px;background:#008573;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.order-periods__strip-label{font-size:13px;font-weight:500;color:#0d3d38}.order-periods__strip-value{margin-left:auto;font-size:14px;font-weight:700;color:#0d3d38}.order-periods__strip-value--na{color:#b8b8ba;font-style:italic}.order-periods__unit-sep{display:inline-block;width:1px;height:12px;background:#d1d1d2;margin:0 6px;vertical-align:middle}.order-periods__list{display:flex;flex-direction:column}.order-details-page{width:100%}.order-details-page__unified-header{margin-bottom:1.5rem}.order-details-page__header-main{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;flex-wrap:wrap}@media(max-width:768px){.order-details-page__header-main{flex-direction:column;align-items:flex-start}}.order-details-page__header-left{display:flex;align-items:center;gap:1rem}.order-details-page__title{font-size:1.5rem;font-weight:700;color:#161617;margin:0}.order-details-page__header-actions{display:flex;align-items:center;gap:.75rem}@media(max-width:768px){.order-details-page__header-actions{width:100%;flex-wrap:wrap}}.order-details-page__status-rail{margin-bottom:1.5rem}.order-details-page__workflow{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#f9f9f9;border:1px solid #e1e1e1;border-radius:12px;margin-bottom:1.5rem}@media(max-width:768px){.order-details-page__workflow{flex-direction:column;align-items:flex-start}}.order-details-page__workflow-label{font-size:.875rem;font-weight:500;color:#69696e;white-space:nowrap}.order-details-page__workflow-steps{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.order-details-page__workflow-step{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:16px;font-size:.8125rem;font-weight:500;transition:all .2s ease}.order-details-page__workflow-step--completed{background:#ccefeb;color:#006d5f;border:1px solid #99dfd7}.order-details-page__workflow-step--active{background:#faf4d3;color:#cfae00;border:1px solid #faeb96}.order-details-page__workflow-step--pending{background:rgba(0,0,0,0);color:#97979c;border:1px solid rgba(0,0,0,0)}.order-details-page__workflow-step-icon{display:flex;align-items:center}.order-details-page__workflow-step-label{white-space:nowrap}.order-details-page__workflow-connector{width:20px;height:2px;background:#d1d1d2;border-radius:1px}.order-details-page__workflow-connector--completed{background:#33bfaf}.order-details-page__danger-banner{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#ffe9e0;border:1px solid #ff8049;border-left:4px solid #ff4d00;border-radius:8px;margin-bottom:1.5rem}.order-details-page__danger-banner-icon{font-size:1.25rem;flex-shrink:0}.order-details-page__danger-banner-content{font-size:.9375rem;color:#c53c01;line-height:1.5}.order-details-page__danger-banner-content strong{font-weight:600}.order-details-page__error,.order-details-page__loading{display:flex;justify-content:center;align-items:center;min-height:400px}.order-details-page__error{background:#ffe9e0;border:1px solid #ff8049;border-radius:12px}.order-details-page__error-content{text-align:center;padding:2rem}.order-details-page__error-content h2{font-size:1.5rem;font-weight:700;color:#c53c01;margin:0 0 .5rem}.order-details-page__error-content p{color:#e84904;margin:0 0 1.5rem}.order-details-page__content{display:flex;flex-direction:column;gap:1.5rem}.order-details-page__content-columns{display:grid;grid-template-columns:2fr 1fr;grid-gap:1.5rem;gap:1.5rem}@media(max-width:1024px){.order-details-page__content-columns{grid-template-columns:1fr}}.order-details-page__sidebar{display:flex;flex-direction:column;gap:1.5rem}.order-details-page__divider{height:1px;background:#e1e1e1;margin:1rem 0}.order-details-page__info-item{display:flex;flex-direction:column;gap:.25rem}.order-details-page__info-item label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#97979c}.order-details-page__info-item span{font-size:.9375rem;font-weight:500;color:#161617}.order-details-page__info-item--large span{line-height:1.5}.order-details-page__summary-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.order-details-page__summary-label{font-size:13px;font-weight:500;color:#69696e}.order-details-page__summary-value{font-size:13px;font-weight:600;color:#46464a}.order-details-page__summary-value--highlight{font-weight:700;color:#0d3d38}.order-details-page__summary-value--error{font-weight:700;color:#ff4d00;font-style:italic}.order-details-page__unit-sep{display:inline-block;width:1px;height:12px;background:#d1d1d2;margin:0 6px;vertical-align:middle}.order-details-page__summary-divider{height:1px;background:#ededed;margin:4px 0}.order-details-page__add-termsheet-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:#008573;color:#fff;border:none;border-radius:8px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-left:auto}.order-details-page__add-termsheet-btn:hover{background:#006d5f}.order-details-page__termsheet-loading{display:flex;justify-content:center;padding:2rem}.order-details-page__termsheets-list{display:flex;flex-direction:column;gap:.75rem}.order-details-page__termsheet-item{display:flex;justify-content:space-between;align-items:center;padding:.875rem 1rem;background:#f9f9f9;border:1px solid #e1e1e1;border-radius:8px}.order-details-page__termsheet-info{display:flex;align-items:center;gap:.75rem}.order-details-page__termsheet-icon{color:#f2d749;flex-shrink:0}.order-details-page__termsheet-details{display:flex;flex-direction:column;gap:.125rem}.order-details-page__termsheet-title{font-size:.9375rem;font-weight:500;color:#161617}.order-details-page__termsheet-meta{font-size:.75rem;color:#97979c}.order-details-page__termsheet-actions{display:flex;align-items:center;gap:.5rem}.order-details-page__termsheet-download{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;background:rgba(0,0,0,0);color:#006d5f;border:1px solid #33bfaf;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease}.order-details-page__termsheet-download:hover{background:#e6f7f5;border-color:#008573}.order-details-page__termsheet-delete{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffe9e0;color:#ff4d00;border:1px solid #ff8049;border-radius:6px;cursor:pointer;transition:all .2s ease}.order-details-page__termsheet-delete:hover{background:#ffcab3;border-color:#ff6725}.order-details-page__termsheet-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.order-details-page__termsheet-empty p{margin:.75rem 0 0;font-size:13px;color:#97979c}.order-details-page__termsheet-empty-icon{width:48px;height:48px;border-radius:50%;background:#ededed;display:flex;align-items:center;justify-content:center;color:#b8b8ba}.order-details-page__modal-textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d1d2;border-radius:8px;font-size:.9375rem;font-family:inherit;resize:vertical;min-height:100px;transition:all .2s ease}.order-details-page__modal-textarea:focus{outline:none;border-color:#97979c;box-shadow:0 0 0 3px rgba(151,151,156,.1)}.order-details-page__termsheet-form{display:flex;flex-direction:column;gap:1rem}.order-details-page__form-group{display:flex;flex-direction:column;gap:.5rem}.order-details-page__form-group label{font-size:.875rem;font-weight:500;color:#46464a}.order-details-page__form-input{padding:.75rem 1rem;border:1px solid #d1d1d2;border-radius:8px;font-size:.9375rem;transition:all .2s ease}.order-details-page__form-input:focus{outline:none;border-color:#97979c;box-shadow:0 0 0 3px rgba(151,151,156,.1)}.order-details-page__file-name{font-size:.8125rem;color:#006d5f;margin-top:.25rem}.create-order-page{width:100%}.create-order-page__page-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.create-order-page__page-header-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#ededed;border:1px solid #e1e1e1;border-radius:12px;color:#46464a;flex-shrink:0}.create-order-page__page-header-content{display:flex;flex-direction:column;gap:.25rem}.create-order-page__page-header-title{font-size:1.5rem;font-weight:700;color:#161617;margin:0;line-height:1.2}.create-order-page__page-header-subtitle{font-size:.9375rem;color:#97979c;margin:0}.create-order-page__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.create-order-page__back-link{display:inline-flex;align-items:center;gap:.5rem;color:#69696e;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s ease}.create-order-page__back-link:hover{color:#2b2b2d;transform:translateX(-2px)}.create-order-page__title{font-size:1.25rem;font-weight:600;color:#161617;margin:0}.create-order-page__content{background:rgba(0,0,0,0);border:none;border-radius:0;box-shadow:none}.edit-order-page{width:100%}.edit-order-page__page-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.edit-order-page__page-header-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#ededed;border:1px solid #e1e1e1;border-radius:12px;color:#46464a;flex-shrink:0}.edit-order-page__page-header-content{display:flex;flex-direction:column;gap:.25rem}.edit-order-page__page-header-title{font-size:1.5rem;font-weight:700;color:#161617;margin:0;line-height:1.2}.edit-order-page__page-header-subtitle{font-size:.9375rem;color:#97979c;margin:0}.edit-order-page__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.edit-order-page__back-link{display:inline-flex;align-items:center;gap:.5rem;color:#69696e;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s ease}.edit-order-page__back-link:hover{color:#2b2b2d;transform:translateX(-2px)}.edit-order-page__title{font-size:1.25rem;font-weight:600;color:#161617;margin:0}.edit-order-page__title-section{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.edit-order-page__actions{display:flex;gap:.75rem;flex-wrap:wrap}.edit-order-page__action{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:10px;text-decoration:none;font-size:.9375rem;font-weight:600;border:1.5px solid rgba(0,0,0,0);transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.edit-order-page__action:active:not(:disabled){transform:translateY(0)}.edit-order-page__action:disabled{opacity:.5;cursor:not-allowed;transform:none}.edit-order-page__action--edit{background:linear-gradient(135deg,#faf4d3,#fbf1bb);color:#92400e;border-color:#f2d749}.edit-order-page__action--edit:hover{background:linear-gradient(135deg,#f2d749,#e5c107);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(245,158,11,.3)}.edit-order-page__action--history{background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#5b21b6;border-color:#8b5cf6}.edit-order-page__action--history:hover{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(139,92,246,.3)}.edit-order-page__action--delete{background:linear-gradient(135deg,#ffcab3,#ffa57e);color:#c53c01;border-color:#ff6725}.edit-order-page__action--delete:hover:not(:disabled){background:linear-gradient(135deg,#ff4d00,#e84904);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(220,38,38,.3)}.edit-order-page__content{background:rgba(0,0,0,0);border:none;border-radius:0;box-shadow:none}.edit-order-page__error,.edit-order-page__loading{display:flex;justify-content:center;align-items:center;min-height:400px}.edit-order-page__error{background:linear-gradient(135deg,#ffcab3,#ffa57e);color:#c53c01;border-radius:16px;margin:2rem;border:1px solid #ff6725;border-left:4px solid #ff4d00;box-shadow:0 4px 12px rgba(220,38,38,.15)}.edit-order-page__error-content{text-align:center;padding:2rem}.edit-order-page__placeholder{padding:4rem 2rem;text-align:center;color:#69696e;background:linear-gradient(135deg,#f9f9f9,#ededed);border-radius:16px;border:2px dashed #d1d1d2}.edit-order-page__placeholder p{margin-bottom:1.5rem;font-size:1rem;font-weight:500}.order-history-page{width:100%}.order-history-page__page-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.order-history-page__page-header-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#ededed;border:1px solid #e1e1e1;border-radius:12px;color:#46464a;flex-shrink:0}.order-history-page__page-header-content{display:flex;flex-direction:column;gap:.25rem}.order-history-page__page-header-title{font-size:1.5rem;font-weight:700;color:#161617;margin:0;line-height:1.2}.order-history-page__page-header-subtitle{font-size:.9375rem;color:#97979c;margin:0}.order-history-page__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.order-history-page__back-link{display:inline-flex;align-items:center;gap:.5rem;color:#69696e;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s ease}.order-history-page__back-link:hover{color:#2b2b2d;transform:translateX(-2px)}.order-history-page__title{font-size:1.25rem;font-weight:600;color:#161617;margin:0}.order-history-page__title-section{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.order-history-page__actions{display:flex;gap:.75rem;flex-wrap:wrap}.order-history-page__action{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:10px;text-decoration:none;font-size:.9375rem;font-weight:600;border:1.5px solid rgba(0,0,0,0);transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.order-history-page__action:active:not(:disabled){transform:translateY(0)}.order-history-page__action:disabled{opacity:.5;cursor:not-allowed;transform:none}.order-history-page__action--edit{background:linear-gradient(135deg,#faf4d3,#fbf1bb);color:#92400e;border-color:#f2d749}.order-history-page__action--edit:hover{background:linear-gradient(135deg,#f2d749,#e5c107);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(245,158,11,.3)}.order-history-page__action--history{background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#5b21b6;border-color:#8b5cf6}.order-history-page__action--history:hover{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(139,92,246,.3)}.order-history-page__action--delete{background:linear-gradient(135deg,#ffcab3,#ffa57e);color:#c53c01;border-color:#ff6725}.order-history-page__action--delete:hover:not(:disabled){background:linear-gradient(135deg,#ff4d00,#e84904);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(220,38,38,.3)}.order-history-page__content{background:rgba(0,0,0,0);border:none;border-radius:0;box-shadow:none}.order-history-page__error,.order-history-page__loading{display:flex;justify-content:center;align-items:center;min-height:400px}.order-history-page__error{background:linear-gradient(135deg,#ffcab3,#ffa57e);color:#c53c01;border-radius:16px;margin:2rem;border:1px solid #ff6725;border-left:4px solid #ff4d00;box-shadow:0 4px 12px rgba(220,38,38,.15)}.order-history-page__error-content{text-align:center;padding:2rem}.order-history-page__placeholder{padding:4rem 2rem;text-align:center;color:#69696e;background:linear-gradient(135deg,#f9f9f9,#ededed);border-radius:16px;border:2px dashed #d1d1d2}.order-history-page__placeholder p{margin-bottom:1.5rem;font-size:1rem;font-weight:500}.order-history-page__timeline{padding:1rem}.order-history-page__entry{position:relative;padding-left:1rem;margin-bottom:1.5rem}.order-history-page__entry:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:#e1e1e1;border-radius:2px}.order-history-page__entry:after{content:"";position:absolute;left:-3px;top:8px;width:9px;height:9px;background:#3b82f6;border-radius:50%}.order-history-page__entry:last-child:before{height:20px}.order-history-page__entry-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.order-history-page__entry-action{font-weight:600;color:#161617}.order-history-page__entry-date{font-size:.875rem;color:#97979c}.order-history-page__entry-reason,.order-history-page__entry-user{font-size:.875rem;color:#97979c;margin-bottom:.5rem}.order-history-page__entry-changes{background:#f9f9f9;padding:.75rem;border-radius:.5rem}.order-history-page__entry-changes h4{margin:0 0 .5rem;font-size:.875rem;color:#161617}.order-history-page__entry-changes ul{margin:0;padding-left:.75rem}.order-history-page__entry-changes li{font-size:.875rem;margin-bottom:.25rem}.order-history-page__empty,.order-history-page__previous-value{color:#97979c;font-style:italic}.order-history-page__empty{padding:1.5rem;text-align:center}.position-status-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.position-status-badge--active,.position-status-badge--ongoing{background-color:#e6f7f5;color:#0d3d38;border:1px solid rgb(31,255,224.6842105263)}.position-status-badge--settling{background-color:#fef3c7;color:#92400e;border:1px solid hsl(37.6923076923,92.125984252%,80.1960784314%)}.position-status-badge--inactive{background-color:#f1f5f9;color:#334155;border:1px solid #e2e8f0}.position-status-badge--cancelled{background-color:#fee2e2;color:#b91c1c;border:1px solid hsl(0,84.236453202%,90.1960784314%)}.position-status-badge--expired{background-color:#fef3c7;color:#92400e;border:1px solid hsl(37.6923076923,92.125984252%,80.1960784314%)}.position-status-badge--refused{background-color:#fee2e2;color:#b91c1c;border:1px solid hsl(0,84.236453202%,90.1960784314%)}.position-status-badge--default{background-color:#f1f5f9;color:#334155;border:1px solid #e2e8f0}.provider-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.provider-badge__icon{width:14px;height:14px}.provider-badge__text{white-space:nowrap}.provider-badge--primary{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}.provider-badge--primary .provider-badge__icon{color:#6b7280}.provider-badge--backup{background-color:rgb(253.031496063,235.905511811,206.968503937);color:#92400e;border:1px solid hsl(37.6923076923,92.125984252%,70.1960784314%)}.provider-badge--backup .provider-badge__icon{color:#f59e0b}.kpi-card{border:1px solid #e1e1e1;border-radius:12px;padding:16px 20px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.kpi-card__label{font-size:11px;font-weight:600;color:#97979c;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.kpi-card__value{font-size:22px;font-weight:700;color:#161617}.kpi-card__value--empty{color:#b8b8ba}.kpi-card__unit{font-size:13px;font-weight:400;color:#97979c}.position-card{background:#fff;border:1px solid #e1e1e1;border-radius:.75rem;padding:1rem;transition:all .15s;cursor:pointer;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.position-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);border-color:#3b82f6}.position-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.position-card__id{font-size:.875rem;font-weight:600;color:#97979c}.position-card__content{margin-bottom:.75rem}.position-card__info{margin-bottom:.5rem}.position-card__customer{font-size:1rem;font-weight:600;color:#161617;margin-bottom:.25rem}.position-card__product{font-size:.875rem;color:#97979c}.position-card__details{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.position-card__data-access{font-size:.75rem;color:#97979c}.position-card__contract-info{margin-top:.5rem}.position-card__methodology{font-size:.75rem;color:#97979c;margin-bottom:.25rem}.position-card__email{font-size:.75rem;color:#97979c;font-style:italic}.position-card__footer{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid #e1e1e1}.position-card__date{font-size:.75rem;color:#97979c}.position-card__actions{display:flex;gap:.25rem}.position-card__action{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:.25rem;border:1px solid rgba(0,0,0,0);background:rgba(0,0,0,0);color:#97979c;transition:all .15s;cursor:pointer;text-decoration:none}.position-card__action:hover{background:#f9f9f9;border-color:#e1e1e1}.position-card__action--view:hover{color:#3b82f6;background:#dbeafe;border-color:#3b82f6}.position-card__action--edit:hover{color:#f2d749;background:#fef3c7;border-color:#f2d749}.position-card__action--duplicate:hover{color:#0284c7;background:#e0f2fe;border-color:#0284c7}.position-card__action--link:hover{color:#3b82f6;background:#dbeafe;border-color:#3b82f6}.position-card__action--delete:hover{color:#ff4d00;background:#fee2e2;border-color:#ff4d00}@media(max-width:768px){.position-card{padding:.75rem}.position-card__details{flex-direction:column;gap:.25rem}.position-card__footer{flex-direction:column;align-items:flex-start;gap:.5rem}}.contract-card{background:#fff;border:1px solid #e1e1e1;border-radius:8px;padding:1rem;transition:all .2s ease;margin-bottom:1rem}.contract-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.1);border-color:#d1d1d2}.contract-card--expiring{border-color:#f2d749;background:rgba(242,215,73,.02)}.contract-card__header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.contract-card__info{flex:1 1;min-width:0}.contract-card__main-info{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.contract-card__status{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.contract-card__status.status-active{background:rgba(0,133,115,.1);color:#008573}.contract-card__status.status-pending{background:rgba(242,215,73,.1);color:#f2d749}.contract-card__status.status-completed{background:rgba(0,133,115,.1);color:#008573}.contract-card__status.status-cancelled,.contract-card__status.status-expired{background:rgba(255,77,0,.1);color:#ff4d00}.contract-card__status.status-default{background:rgba(156,163,175,.1);color:#9ca3af}.contract-card__key-metrics{display:flex;gap:1.5rem;align-items:center}.contract-card__metric{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#97979c;font-weight:500}.contract-card__metric svg{color:#3b82f6}.contract-card__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.contract-card__expand-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:1px solid #e1e1e1;border-radius:4px;color:#97979c;cursor:pointer;transition:all .2s ease}.contract-card__expand-btn:hover{background:#ededed;border-color:#3b82f6;color:#3b82f6}.contract-card__details{margin-top:1rem;padding-top:1rem;border-top:1px solid #ededed}.contract-card__details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1rem}.contract-card__detail-item{display:flex;flex-direction:column;gap:.25rem}.contract-card__detail-item label{font-size:.75rem;font-weight:500;color:#97979c;text-transform:uppercase;letter-spacing:.05em}.contract-card__detail-item span{color:#161617;font-weight:500}.contract-card__period{display:flex;flex-direction:column;gap:.125rem}.contract-card__duration{font-size:.75rem;color:#9ca3af;font-weight:400}.contract-card__warning{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:rgba(242,215,73,.1);color:#cfae00;border-radius:6px;border:1px solid rgba(242,215,73,.3);margin-bottom:1rem;font-size:.875rem;font-weight:500}.contract-card__warning svg{flex-shrink:0}.contract-card__status-actions{display:flex;flex-direction:column;gap:.75rem}.contract-card__status-actions label{font-size:.875rem;font-weight:500;color:#97979c}.contract-card__status-buttons{display:flex;gap:.5rem;flex-wrap:wrap}@media(max-width:768px){.contract-card__header{flex-direction:column;align-items:stretch;gap:.75rem}.contract-card__info{order:1}.contract-card__actions{order:2;justify-content:space-between}.contract-card__main-info{flex-wrap:wrap;gap:.75rem}.contract-card__key-metrics{flex-wrap:wrap;gap:1rem}.contract-card__details-grid{grid-template-columns:1fr;gap:.75rem}.contract-card__status-buttons{justify-content:center}}.position-form{background:#fff;border-radius:.75rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);overflow:hidden}.position-form__header{padding:2rem 2rem 0;border-bottom:1px solid #e1e1e1;margin-bottom:1.5rem}.position-form__title{font-size:1.25rem;font-weight:700;color:#161617;margin:0 0 1.5rem}.position-form__error{margin:0 2rem 1.5rem;padding:1rem;background:#fee2e2;border:1px solid #ff4d00;border-radius:.5rem;color:#b91c1c;font-size:.875rem}.position-form__content{padding:0 2rem 2rem}.position-form__section{margin-bottom:2rem}.position-form__section:last-child{margin-bottom:0}.position-form__section-title{font-size:1.125rem;font-weight:600;color:#161617;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #3b82f6}.position-form__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}@media(max-width:768px){.position-form__section-header{flex-direction:column;align-items:flex-start;gap:1rem}}.position-form__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem}.position-form__row:last-child{margin-bottom:0}@media(max-width:768px){.position-form__row{grid-template-columns:1fr;gap:1rem}}.position-form__field{display:flex;flex-direction:column}.position-form__field--full{grid-column:1/-1}.position-form__contracts{display:flex;flex-direction:column;gap:1.5rem}.position-form__contract{padding:1.5rem;background:#f9f9f9;border:1px solid #e1e1e1;border-radius:.75rem}.position-form__contract-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}@media(max-width:768px){.position-form__contract-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.position-form__contract-title{font-size:1rem;font-weight:600;color:#161617}.position-form__label{font-size:.875rem;font-weight:500;color:#161617;margin-bottom:.25rem;display:block}.position-form__required{color:#ff4d00}.position-form__input,.position-form__select,.position-form__textarea{width:100%;padding:.5rem 1rem;border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;transition:all .15s;background:#fff}.position-form__input:focus,.position-form__select:focus,.position-form__textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.position-form__input--error,.position-form__select--error,.position-form__textarea--error{border-color:#ff4d00}.position-form__input::placeholder,.position-form__select::placeholder,.position-form__textarea::placeholder{color:#97979c}.position-form__textarea{resize:vertical;min-height:80px;font-family:inherit}.position-form__error-message{font-size:.75rem;color:#ff4d00;margin-top:.25rem;display:block}.position-form__actions{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem;background:#f9f9f9;border-top:1px solid #e1e1e1}@media(max-width:768px){.position-form__actions{flex-direction:column-reverse;gap:.5rem}.position-form{margin:1rem}.position-form__header{padding:1.5rem 1rem 0}.position-form__content{padding:0 1rem 1.5rem}.position-form__actions,.position-form__contract{padding:1rem}}.update-position-form{background:rgba(0,0,0,0);width:100%}.update-position-form__header{display:none}.update-position-form__title{font-size:1.25rem;font-weight:600;color:#161617;margin:0}.update-position-form__subtitle{font-size:.875rem;color:#97979c;margin:.25rem 0 0}.update-position-form__error{margin:0 0 1.5rem;padding:1rem 1.25rem;background:#ffe9e0;border:1px solid #ff8049;border-left:4px solid #ff4d00;border-radius:8px;color:#c53c01;font-size:.875rem;font-weight:500}.update-position-form__loading{display:flex;justify-content:center;align-items:center;min-height:200px;color:#69696e}.update-position-form__form{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:6rem}@media(max-width:768px){.update-position-form__form{margin-bottom:8rem}}.update-position-form__layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:start}@media(max-width:1200px){.update-position-form__layout{grid-template-columns:1fr;gap:1.5rem}}.update-position-form__section{background:#fff;border:1px solid #e1e1e1;border-radius:12px;overflow:hidden}.update-position-form__section-header-wrapper{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:#fff;border-bottom:1px solid #ededed}.update-position-form__section-content,.update-position-form__section-content-wrapper{padding:1.25rem}.update-position-form__section-title{font-size:1rem;font-weight:600;color:#161617;margin:0;display:flex;align-items:center;gap:.5rem}.update-position-form__section-title .section-icon{font-size:1rem}.update-position-form__add-detail-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:8px;background:#008573;color:#fff;cursor:pointer;transition:all .2s ease;padding:0;flex-shrink:0}.update-position-form__add-detail-btn:hover{background:#006d5f;transform:translateY(-1px)}.update-position-form__carousel-container{background:rgba(0,0,0,0)}.update-position-form__carousel-header{display:flex;justify-content:space-between;align-items:center;padding:0 0 1rem;border-bottom:1px solid #e1e1e1;margin-bottom:1rem}@media(max-width:768px){.update-position-form__carousel-header{flex-direction:column;gap:1rem;align-items:flex-start}}.update-position-form__carousel-info{display:flex;align-items:center;gap:1rem}@media(max-width:768px){.update-position-form__carousel-info{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}}.update-position-form__detail-title{font-size:.875rem;font-weight:500;color:#46464a;margin:0}.update-position-form__carousel-indicators{display:flex;gap:.375rem;align-items:center}.update-position-form__carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:#d1d1d2;cursor:pointer;transition:all .2s ease;padding:0}.update-position-form__carousel-dot:hover{background:#b8b8ba}.update-position-form__carousel-dot.active{width:20px;border-radius:4px;background:#008573}.update-position-form__carousel-controls{display:flex;align-items:center;gap:.5rem}.update-position-form__carousel-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #d1d1d2;border-radius:6px;background:#fff;color:#69696e;cursor:pointer;transition:all .2s ease;padding:0}.update-position-form__carousel-btn:hover:not(:disabled){background:#ededed;border-color:#b8b8ba}.update-position-form__carousel-btn:disabled{opacity:.4;cursor:not-allowed}.update-position-form__carousel-delete{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #ff8049;border-radius:6px;background:#ffe9e0;color:#ff4d00;cursor:pointer;transition:all .2s ease;padding:0}.update-position-form__carousel-delete:hover{background:#ffcab3;border-color:#ff6725}.update-position-form__carousel-content{padding:0}.update-position-form__detail-card.active{animation:slideInFadeIn .3s ease}.update-position-form__detail-body{display:flex;flex-direction:column;gap:1rem}.update-position-form__row{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}@media(max-width:768px){.update-position-form__row{grid-template-columns:1fr}}.update-position-form__field{display:flex;flex-direction:column;gap:.375rem;margin-bottom:1rem}.update-position-form__field--full{grid-column:1/-1}.update-position-form__field:last-child{margin-bottom:0}.update-position-form__label{font-size:.8125rem;font-weight:500;color:#46464a}.update-position-form__input{width:100%;padding:.625rem .875rem;border:1px solid #d1d1d2;border-radius:8px;font-size:.875rem;font-family:inherit;transition:all .2s ease;background:#fff;color:#161617}.update-position-form__input:hover{border-color:#b8b8ba}.update-position-form__input:focus{outline:none;border-color:#97979c;box-shadow:0 0 0 3px rgba(151,151,156,.1)}.update-position-form__input::placeholder{color:#b8b8ba}.update-position-form__select{width:100%;border:1px solid #d1d1d2;border-radius:8px;font-size:.875rem;font-family:inherit;transition:all .2s ease;background:#fff;color:#161617;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;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 fill='%236b7280' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding:.625rem 2.5rem .625rem .875rem}.update-position-form__select:hover{border-color:#b8b8ba}.update-position-form__select:focus{outline:none;border-color:#97979c;box-shadow:0 0 0 3px rgba(151,151,156,.1)}.update-position-form__empty-state{text-align:center;padding:2rem 1rem;color:#97979c;font-size:.875rem}.update-position-form__empty-state p{margin:0}.update-position-form__required{color:#ff4d00;font-weight:600}.update-position-form__input--error{border-color:#ff6725;background:#ffe9e0}.update-position-form__input--error:focus{border-color:#ff4d00;box-shadow:0 0 0 3px rgba(255,77,0,.1)}.update-position-form__error-message{font-size:.75rem;color:#ff4d00;font-weight:500;display:flex;align-items:center;gap:.25rem}.update-position-form__textarea{width:100%;padding:.625rem .875rem;border:1px solid #d1d1d2;border-radius:8px;font-size:.875rem;font-family:inherit;transition:all .2s ease;background:#fff;color:#161617;resize:vertical;min-height:80px;line-height:1.5}.update-position-form__textarea:hover{border-color:#b8b8ba}.update-position-form__textarea:focus{outline:none;border-color:#97979c;box-shadow:0 0 0 3px rgba(151,151,156,.1)}.update-position-form__textarea::placeholder{color:#b8b8ba}.update-position-form__textarea--error{border-color:#ff6725;background:#ffe9e0}.update-position-form__textarea--error:focus{border-color:#ff4d00;box-shadow:0 0 0 3px rgba(255,77,0,.1)}.update-position-form__actions{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 0 0;margin-top:1.5rem;border-top:1px solid #e1e1e1}@media(max-width:768px){.update-position-form__actions{flex-direction:column-reverse;gap:.75rem}}.update-position-form__action-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e1e1e1;padding:1rem 1.5rem;box-shadow:0 -4px 16px rgba(0,0,0,.1);z-index:50}.update-position-form__action-bar-content{max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.update-position-form__action-info{display:flex;align-items:center;gap:.5rem;color:#69696e;font-size:.875rem}.update-position-form__action-info p{margin:0}.update-position-form__action-info svg{color:#97979c}.update-position-form__action-buttons{display:flex;gap:.75rem}@media(max-width:768px){.update-position-form__action-bar{padding:.875rem 1rem}.update-position-form__action-bar-content{flex-direction:column;gap:1rem;align-items:stretch}.update-position-form__action-info{justify-content:center;font-size:.8rem}.update-position-form__action-buttons{justify-content:center}}@media(max-width:480px){.update-position-form__action-bar-content .update-position-form__action-buttons{flex-direction:column;gap:.5rem}}@keyframes slideInFadeIn{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.position-details-page{width:100%}.position-details-page__header,.position-details-page__title-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}@media(max-width:768px){.position-details-page__title-section{flex-direction:column;align-items:flex-start}}.position-details-page__title-group{display:flex;align-items:center;gap:1rem}.position-details-page__payoff-badge{display:inline-block;padding:2px 10px;border-radius:5px;font-size:12px;font-weight:600;background:#fefbeb;color:#e5c107}.position-details-page__title{font-size:1.75rem;font-weight:700;color:#161617;margin:0}.position-details-page__actions{display:flex;gap:.75rem;align-items:center}@media(max-width:768px){.position-details-page__actions{width:100%;flex-wrap:wrap}}.position-details-page__error,.position-details-page__loading{display:flex;justify-content:center;align-items:center;min-height:400px}.position-details-page__error{background:#ffe9e0;border:1px solid #ff8049;border-radius:12px}.position-details-page__error-content{text-align:center;padding:2rem}.position-details-page__error-content h2{font-size:1.5rem;font-weight:700;color:#c53c01;margin:0 0 .5rem}.position-details-page__error-content p{color:#e84904;margin:0 0 1.5rem}@media(max-width:768px){.position-details-page__title{font-size:1.5rem}}.split-layout{display:grid;grid-template-columns:300px 1fr;grid-gap:24px;gap:24px;align-items:start}@media(max-width:1024px){.split-layout{grid-template-columns:1fr}}.split-left{position:-webkit-sticky;position:sticky;top:24px;background:#fff;border:1px solid #e1e1e1;border-radius:12px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);overflow:hidden}@media(max-width:1024px){.split-left{position:static}}.split-section{padding:16px 20px}.split-section+.split-section{border-top:1px solid #ededed}.split-section__title{font-size:10px;font-weight:700;color:#97979c;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.split-section__btn-wrapper{margin-top:8px}.split-section__btn{display:flex;align-items:center;justify-content:center;width:100%;padding:6px 10px;font-size:12px;font-weight:500;background:#fff;border:1.5px solid #008573;color:#008573;border-radius:8px;cursor:pointer;transition:all .2s ease}.split-section__btn:hover{background:#e6f7f5}.split-section__btn--disabled{opacity:.45;pointer-events:none}.split-field{display:flex;justify-content:space-between;align-items:baseline;padding:4px 0}.split-field__label{font-size:12px;color:#97979c;font-weight:500;flex-shrink:0}.split-field__value{font-size:12px;font-weight:600;color:#2b2b2d;text-align:right;max-width:160px;word-break:break-word}.split-field__value--empty{color:#b8b8ba;font-style:italic;font-weight:400}.split-field__value--small{font-size:11px}.split-field__value--link a{color:#008573;text-decoration:none}.split-field__value--link a:hover{text-decoration:underline}.pricing-preview{font-size:12px}.pricing-preview--loading{display:flex;align-items:center;gap:8px;color:#b8b8ba;font-style:italic;padding:4px 0}.pricing-preview__loader{width:14px;height:14px;border:2px solid #e1e1e1;border-top-color:#97979c;border-radius:50%;animation:spin .6s linear infinite}.pricing-preview--empty{display:flex;align-items:center;gap:6px;color:#b8b8ba;font-style:italic;padding:4px 0}.pricing-preview__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.pricing-preview__meta{display:flex;align-items:center;gap:8px}.pricing-preview__version{font-size:11px;font-weight:600;color:#69696e;background:#f9f9f9;padding:2px 6px;border-radius:4px}.pricing-preview__status{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:500}.pricing-preview__status--validated{color:#008573}.pricing-preview__status--draft{color:#f2d749}.pricing-preview__link{display:flex;align-items:center;color:#b8b8ba;transition:color .15s}.pricing-preview__link:hover{color:#008573}.pricing-preview__toggle{display:flex;align-items:center;gap:4px;width:100%;padding:4px 0;font-size:11px;font-weight:500;color:#97979c;background:none;border:none;cursor:pointer;transition:color .15s}.pricing-preview__toggle:hover{color:#46464a}.pricing-preview__config{margin-top:4px;padding:8px;background:#f9f9f9;border-radius:6px;max-height:200px;overflow-y:auto}.pricing-preview__config-row{display:flex;justify-content:space-between;align-items:baseline;padding:2px 0}.pricing-preview__config-row+.pricing-preview__config-row{border-top:1px solid #ededed}.pricing-preview__config-key{font-size:11px;color:#97979c;font-weight:500}.pricing-preview__config-value{font-size:11px;font-weight:600;color:#2b2b2d;text-align:right;max-width:120px;word-break:break-word}.split-right{min-width:0}.split-right__kpis{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-bottom:20px}.split-right__contracts{display:flex;flex-direction:column;gap:12px}.split-right__empty{padding:2rem;text-align:center;color:#b8b8ba;font-style:italic}.accordion-card,.split-right__empty{background:#fff;border:1px solid #e1e1e1;border-radius:12px}.accordion-card{box-shadow:0 1px 2px 0 rgba(0,0,0,.05);overflow:hidden}.accordion-card--stale{background:#fee2e2;border-color:#ef4444;box-shadow:0 0 0 1px #fee2e2}.accordion-card--stale .accordion-card__header:hover{background:rgb(254.34,235.86,235.86)}.accordion-card--expired{background:#fef3c7;border-color:hsl(37.6923076923,92.125984252%,80.1960784314%)}.accordion-card--expired .accordion-card__date,.accordion-card--expired .accordion-card__meta-value{color:#92400e}.accordion-card--expired .accordion-card__header:hover{background:hsl(48,96.4912280702%,90.8235294118%)}.accordion-card__stale-flag{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:5px;font-size:11px;font-weight:600;background:#ef4444;color:#fff}.accordion-card__header{display:flex;align-items:center;gap:12px;padding:14px 20px;cursor:pointer;transition:background .15s ease;flex-wrap:wrap}.accordion-card__header:hover{background:#f9f9f9}.accordion-card__chevron{color:#b8b8ba;transition:transform .2s ease;flex-shrink:0}.accordion-card__chevron--open{transform:rotate(90deg)}.accordion-card__date{font-size:14px;font-weight:600;color:#2b2b2d}.accordion-card__duration{font-weight:400;color:#b8b8ba;font-size:12px;margin-left:4px}.accordion-card__instrument{background:#e0f2fe;color:#0ea5e9}.accordion-card__instrument,.accordion-card__payoff{display:inline-block;padding:2px 8px;border-radius:5px;font-size:11px;font-weight:600}.accordion-card__payoff{background:#fefbeb;color:#e5c107}.accordion-card__meta{display:flex;align-items:center;gap:12px;margin-left:auto;font-size:12px;color:#97979c}.accordion-card__meta-item{display:flex;align-items:center;gap:4px}.accordion-card__meta-value{font-weight:600;color:#46464a}.accordion-card__body{border-top:1px solid #ededed;padding:16px 20px}.accordion-card__detail-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-bottom:16px}.accordion-card__nested{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}.accordion-card__panel{background:#f9f9f9;border:1px solid #ededed;border-radius:8px;padding:14px 16px}.accordion-card__panel-title{font-size:12px;font-weight:600;color:#69696e;margin-bottom:8px}.accordion-card__panel-empty{display:flex;align-items:center;justify-content:center;padding:20px;font-size:13px;color:#b8b8ba;font-style:italic}.metric-box{background:#f9f9f9;border:1px solid #ededed;border-radius:8px;padding:10px 14px}.metric-box__label{font-size:10px;font-weight:600;color:#97979c;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.metric-box__value{font-size:14px;font-weight:600;color:#2b2b2d}.metric-box__value--empty{color:#b8b8ba}.params-modal__empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 16px;text-align:center}.params-modal__empty p{font-size:13px;color:#97979c;margin:0}.params-modal__empty-icon{color:#d1d1d2}.params-modal__table{display:flex;flex-direction:column;gap:2px;border-radius:10px;overflow:hidden;border:1px solid #ededed}.params-modal__row{display:flex;align-items:baseline;padding:11px 16px;background:#fff;transition:background .1s ease}.params-modal__row:nth-child(2n){background:#f9f9f9}.params-modal__key{flex:0 0 45%;font-size:12px;font-weight:500;color:#97979c;text-transform:uppercase;letter-spacing:.3px;padding-right:12px}.params-modal__value{flex:1 1;font-size:14px;font-weight:600;color:#2b2b2d;word-break:break-word}.params-modal__raw{color:#99dfd7;border-radius:10px;padding:18px 20px;font-size:12px;overflow-x:auto;max-height:360px;white-space:pre-wrap;word-break:break-word;margin:0}.params-modal__editor,.params-modal__raw{background:#161617;font-family:JetBrains Mono,Fira Code,SF Mono,monospace;line-height:1.7}.params-modal__editor{width:100%;padding:16px 18px;border:1px solid #e1e1e1;border-radius:10px;font-size:13px;color:#fff;resize:vertical;min-height:240px;-moz-tab-size:2;tab-size:2;transition:border-color .15s ease,box-shadow .15s ease}.params-modal__editor::placeholder{color:#69696e}.params-modal__editor:focus{outline:none;border-color:#008573;box-shadow:0 0 0 3px rgba(0,133,115,.12)}.params-modal__error{display:block;font-size:12px;font-weight:500;color:#ff4d00;margin-top:8px;padding:8px 12px;background:#ffe9e0;border-radius:6px;border-left:3px solid #ff4d00}.nested-table{margin-top:1rem}.nested-table__title{font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:#161617}.nested-table__table{width:100%;border-collapse:collapse;font-size:.75rem}.nested-table__table td,.nested-table__table th{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #e1e1e1}.nested-table__table th{font-weight:600;color:#69696e;background-color:#f9f9f9}.nested-table__row{cursor:pointer}.nested-table__row:hover{background-color:#f9f9f9}.nested-table__sub-row td{padding:0;background-color:#f9f9f9}.nested-table__sub-table{width:100%;border-collapse:collapse;margin:0}.nested-table__sub-table td,.nested-table__sub-table th{padding:.25rem .75rem;font-size:.625rem;border-bottom:1px solid #e1e1e1}.nested-table__sub-table th{background-color:#ededed}.nested-table__badge{display:inline-block;padding:.25rem .5rem;border-radius:.25rem;font-size:.625rem;font-weight:500}.nested-table__badge--long{background-color:rgba(0,133,115,.1);color:#008573}.nested-table__badge--short{background-color:rgba(239,68,68,.1);color:#ef4444}.nested-table__badge--call{background-color:rgba(59,130,246,.1);color:#3b82f6}.nested-table__badge--put{background-color:rgba(245,158,11,.1);color:#f59e0b}.nested-table__empty{color:#97979c;font-size:.75rem;font-style:italic;padding:.5rem 0}.position-search-form{background:#fff;border:1px solid #e1e1e1;border-radius:.75rem;padding:1rem;margin-bottom:1.5rem}.position-search-form__search-row{margin-bottom:1rem}.position-search-form__search-input{position:relative;width:100%;max-width:500px}.position-search-form__search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#97979c;pointer-events:none}.position-search-form__input{width:100%;padding:.75rem .75rem .75rem 44px;border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;transition:all .2s ease}.position-search-form__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.position-search-form__input::placeholder{color:#97979c}.position-search-form__filters-row{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}@media(max-width:1024px){.position-search-form__filters-row{gap:.75rem}}@media(max-width:768px){.position-search-form__filters-row{flex-direction:column;align-items:stretch}}.position-search-form__field{display:flex;flex-direction:column;gap:.25rem;min-width:180px;flex:1 1;max-width:250px}@media(max-width:768px){.position-search-form__field{max-width:none;min-width:auto}}.position-search-form__label{font-size:.75rem;font-weight:500;color:#69696e;text-transform:uppercase;letter-spacing:.05em}.position-search-form__actions{display:flex;align-items:flex-end;gap:.5rem;margin-left:auto}@media(max-width:768px){.position-search-form__actions{margin-left:0;margin-top:.5rem}}.position-search-form__reset-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #d1d1d2;border-radius:.5rem;background:#fff;color:#69696e;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;height:42px}.position-search-form__reset-btn:hover{background:#f9f9f9;border-color:#b8b8ba;color:#2b2b2d}.position-search-form__filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 .25rem;background:#3b82f6;color:#fff;font-size:.625rem;font-weight:600;border-radius:10px}.position-search-form__basic{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem}@media(max-width:768px){.position-search-form__basic{flex-direction:column;align-items:stretch}}.position-search-form__select{width:100%;padding:.5rem .75rem;border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;background:#fff;transition:all .2s ease}.position-search-form__select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.position-search-form__filter-toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #e1e1e1;border-radius:.5rem;background:#fff;color:#97979c;font-size:.875rem;cursor:pointer;transition:all .2s ease}.position-search-form__filter-toggle:hover{background:#f9f9f9;border-color:#3b82f6;color:#161617}.position-search-form__filter-toggle.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.position-search-form__clear{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;border:1px solid #ff4d00;border-radius:.5rem;background:rgba(255,77,0,.1);color:#ff4d00;font-size:.875rem;cursor:pointer;transition:all .2s ease}.position-search-form__clear:hover{background:#ff4d00;color:#fff}.position-search-form__advanced{border-top:1px solid #e1e1e1;padding-top:1rem}.position-search-form__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1rem}.position-search-form__row:last-child{margin-bottom:0}@media(max-width:768px){.position-search-form__row{grid-template-columns:1fr;gap:.75rem}}.positions-list__search{margin-bottom:1.5rem}.positions-list__tabs{display:flex;gap:1rem;margin-bottom:1.5rem;padding:0}.positions-list__tab{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 0;background:rgba(0,0,0,0);border:none;color:#97979c;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative}.positions-list__tab:hover{color:#46464a}.positions-list__tab--active.positions-list__tab--all{color:#006d5f}.positions-list__tab--active.positions-list__tab--all .positions-list__tab-icon{color:#008573}.positions-list__tab--active.positions-list__tab--all .positions-list__tab-count{background:#ccefeb;color:#006d5f;border-color:#99dfd7}.positions-list__tab--active.positions-list__tab--call{color:#006d5f}.positions-list__tab--active.positions-list__tab--call .positions-list__tab-icon{color:#008573}.positions-list__tab--active.positions-list__tab--call .positions-list__tab-count{background:#ccefeb;color:#006d5f;border-color:#99dfd7}.positions-list__tab--active.positions-list__tab--put{color:#e5c107}.positions-list__tab--active.positions-list__tab--put .positions-list__tab-icon{color:#f2d749}.positions-list__tab--active.positions-list__tab--put .positions-list__tab-count{background:#faf4d3;color:#e5c107;border-color:#faeb96}.positions-list__tab--active.positions-list__tab--cancelled{color:#69696e}.positions-list__tab--active.positions-list__tab--cancelled .positions-list__tab-icon{color:#97979c}.positions-list__tab--active.positions-list__tab--cancelled .positions-list__tab-count{background:#ededed;color:#69696e;border-color:#d1d1d2}.positions-list__tab-icon{display:flex;align-items:center;color:inherit}.positions-list__tab-label{white-space:nowrap}.positions-list__tab-count{display:inline-flex;min-width:20px;height:20px;padding:0 .375rem;background:#ededed;border:1px solid #e1e1e1;border-radius:10px;font-size:.75rem;font-weight:600}.positions-list__loading,.positions-list__tab-count{align-items:center;justify-content:center;color:#69696e}.positions-list__loading{display:flex;padding:4rem}.positions-list__error{background:#ffcab3;color:#c53c01;padding:1.25rem;border-radius:12px;border:1px solid #ff8049;text-align:center;font-weight:500}.positions-list__empty{padding:4rem 2rem;text-align:center;color:#69696e;font-size:.9375rem;background:#f9f9f9;border-radius:12px;margin:1rem}.positions-list__table-container{background:#fff;border:1px solid #e1e1e1;border-radius:12px;overflow:hidden}.positions-list__table{width:100%;border-collapse:collapse}.positions-list__table td,.positions-list__table th{padding:.875rem 1rem;text-align:left;border-bottom:1px solid #ededed}@media(max-width:768px){.positions-list__table td,.positions-list__table th{padding:.75rem .625rem;font-size:.8125rem}}.positions-list__table th{background:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#97979c;white-space:nowrap}.positions-list__table tbody tr{transition:background .2s ease}.positions-list__table tbody tr:hover{background:#f9f9f9}.positions-list__table tbody tr:last-child td{border-bottom:none}.positions-list__header-cell--sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.positions-list__header-cell--sortable:hover{color:#46464a}.positions-list__row{cursor:default;transition:background-color .15s ease}.positions-list__row--expired{background:rgb(254.35,247.2,218.6)}.positions-list__row--expired td:first-child{box-shadow:inset 3px 0 0 #f59e0b}.positions-list__row--expired td{color:#92400e}.positions-list__row--expired:hover{background:#fef3c7}.positions-list__row--cancelled,.positions-list__row--refused{background:rgb(254.45,239.05,239.05)}.positions-list__row--cancelled td:first-child,.positions-list__row--refused td:first-child{box-shadow:inset 3px 0 0 #ef4444}.positions-list__row--cancelled td,.positions-list__row--refused td{color:#b91c1c}.positions-list__row--cancelled:hover,.positions-list__row--refused:hover{background:#fee2e2}.positions-list__cell{font-size:.875rem;color:#2b2b2d}.positions-list__cell--id{font-weight:600;color:#161617}.positions-list__quantity-container{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.positions-list__quantity{font-weight:700;color:#161617}.positions-list__detail-count{font-size:.75rem;color:#97979c;font-weight:500;padding:.125rem .375rem;background:#ededed;border-radius:4px}.positions-list__expand-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid #d1d1d2;background:#fff;border-radius:6px;color:#69696e;cursor:pointer;transition:all .2s ease}.positions-list__expand-button:hover{background:#ededed;border-color:#b8b8ba;color:#2b2b2d}.positions-list__row--details,.positions-list__row--details:hover{background:#f9f9f9!important}.positions-list__cell--details{padding:0!important;border-top:none!important}.positions-list__details-container{display:flex;padding:1.25rem 1.5rem 1.25rem 3rem;gap:1.5rem}@media(max-width:1024px){.positions-list__details-container{flex-direction:column}}.positions-list__details-content{flex:1 1;min-width:0}.positions-list__details-header{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#46464a;margin-bottom:1rem}.positions-list__details-header svg{color:#97979c}.positions-list__sub-table{width:100%;border-collapse:collapse;font-size:.8125rem;background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e1e1e1}.positions-list__sub-table th{padding:.625rem .75rem;text-align:left;font-weight:600;color:#97979c;border-bottom:1px solid #e1e1e1;background:#fff;font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em}.positions-list__sub-table td{padding:.625rem .75rem;border-bottom:1px solid #ededed;color:#2b2b2d}.positions-list__sub-table tbody tr:last-child td{border-bottom:none}.positions-list__sub-row--stale{background:#fee2e2}.positions-list__sub-row--stale td{color:#b91c1c}.positions-list__sub-row--expired{background:#fef3c7}.positions-list__sub-row--expired td{color:#92400e}.positions-list__sub-status{display:inline-flex;align-items:center;gap:.375rem;flex-wrap:wrap}.positions-list__sub-stale-flag{display:inline-flex;align-items:center;gap:.25rem;padding:2px 6px;border-radius:5px;font-size:.6875rem;font-weight:600;background:#ef4444;color:#fff;white-space:nowrap}.positions-list__detail-quantity{color:#008573;font-weight:600}.positions-list__detail-trigger{color:#008573}.positions-list__detail-stop{color:#ff4d00}.positions-list__detail-premium{color:#161617;font-weight:500}.positions-list__details-actions{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}@media(max-width:1024px){.positions-list__details-actions{flex-direction:row;justify-content:flex-end}}.positions-list__action-btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem 1rem;border-radius:8px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:110px;text-decoration:none}.positions-list__action-btn--view{background:#008573;border:1px solid #008573;color:#fff}.positions-list__action-btn--view:hover{background:#006d5f;border-color:#006d5f}.positions-list__pagination{margin-top:1.5rem;display:flex;justify-content:center}@media(max-width:768px){.positions-list__table-container{overflow-x:auto}.positions-list__table{min-width:900px}.positions-list__details-container{padding:1rem}}.position-details-grid{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem;align-items:flex-start}.position-info-card{background:#fff;border:1px solid #e1e1e1;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .2s ease;flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 0.75rem);height:auto;min-height:-moz-fit-content;min-height:fit-content;align-self:flex-start}.position-info-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.15);transform:translateY(-2px)}.position-info-card .position-card-header{display:flex;align-items:center;gap:.75rem;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #ededed;background:#f9f9f9}.position-info-card .position-card-header svg{color:#69696e;flex-shrink:0}.position-info-card .position-card-header h3{margin:0;font-size:1rem;font-weight:600;color:#161617}.position-info-card .position-card-content{padding:1.5rem;height:auto}.position-info-card .position-card-content .position-info-item{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid #ededed}.position-info-card .position-card-content .position-info-item:last-child{border-bottom:none;padding-bottom:0}.position-info-card .position-card-content .position-info-item:first-child{padding-top:0}.position-info-card .position-card-content .position-info-item .position-info-label{font-size:.875rem;font-weight:500;color:#69696e;min-width:120px;flex-shrink:0}.position-info-card .position-card-content .position-info-item .position-info-value{font-size:.875rem;color:#161617;text-align:right;word-break:break-word}.position-contracts-card{background:#fff;border:1px solid #e1e1e1;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-top:1.5rem;flex:1 1 100%}.position-contracts-card .position-card-header{display:flex;align-items:center;gap:.75rem;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #ededed;background:#f9f9f9}.position-contracts-card .position-card-header svg{color:#69696e;flex-shrink:0}.position-contracts-card .position-card-header h3{margin:0;font-size:1rem;font-weight:600;color:#161617}.position-contracts-card .position-card-content{padding:1.5rem}.position-contract-item{padding:1.5rem;background:#f9f9f9;border:1px solid #e1e1e1;border-radius:8px;margin-bottom:1rem}.position-contract-item:last-child{margin-bottom:0}.position-contract-item .contract-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #e1e1e1}.position-contract-item .contract-header .contract-type{font-size:1rem;font-weight:600;color:#8296f6}.position-contract-item .contract-header .contract-status{font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:4px;background:#008573;color:#fff;text-transform:capitalize}.position-contract-item .contract-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.position-contract-item .contract-info-grid .contract-info-item{display:flex;flex-direction:column;gap:.25rem}.position-contract-item .contract-info-grid .contract-info-item .contract-info-label{font-size:.75rem;font-weight:500;color:#69696e;text-transform:uppercase;letter-spacing:.05em}.position-contract-item .contract-info-grid .contract-info-item .contract-info-value{font-size:.875rem;font-weight:500;color:#161617}.position-contract-item .contract-dates{display:flex;gap:1.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e1e1e1;font-size:.75rem;color:#69696e}.position-contract-item .contract-dates span{display:flex;align-items:center;gap:.25rem}@media(max-width:768px){.position-details-grid{flex-direction:column;gap:1rem}.position-info-card{flex:1 1 100%}.position-info-card .position-card-header{padding:1rem 1rem .75rem}.position-info-card .position-card-header h3{font-size:.875rem}.position-info-card .position-card-content{padding:1rem}.position-info-card .position-card-content .position-info-item{flex-direction:column;align-items:flex-start;gap:.25rem}.position-info-card .position-card-content .position-info-item .position-info-label{min-width:auto;font-size:.75rem}.position-info-card .position-card-content .position-info-item .position-info-value{text-align:left;font-size:.75rem}.position-contract-item .contract-info-grid{grid-template-columns:1fr}.position-contract-item .contract-dates{flex-direction:column;gap:.5rem}}@media(min-width:769px)and (max-width:1024px){.position-info-card{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 0.75rem)}}@media(min-width:1200px){.position-info-card{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 0.75rem);max-width:calc(50% - .75rem)}}.create-position-page,.edit-position-page,.position-history-page{width:100%}.create-position-page__header,.edit-position-page__header,.position-history-page__header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.create-position-page__back-link,.edit-position-page__back-link,.position-history-page__back-link{display:inline-flex;align-items:center;gap:.5rem;color:#97979c;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s ease;width:-moz-fit-content;width:fit-content}.create-position-page__back-link:hover,.edit-position-page__back-link:hover,.position-history-page__back-link:hover{color:#008573;transform:translateX(-4px)}.create-position-page__title,.edit-position-page__title,.position-history-page__title{font-size:1.25rem;font-weight:600;color:#161617;margin:0;text-align:center}.create-position-page__title-section,.edit-position-page__title-section,.position-history-page__title-section{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.create-position-page__actions,.edit-position-page__actions,.position-history-page__actions{display:flex;gap:.75rem;flex-wrap:wrap}.create-position-page__action,.edit-position-page__action,.position-history-page__action{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border-radius:8px;text-decoration:none;font-size:.875rem;font-weight:600;border:1.5px solid rgba(0,0,0,0);transition:all .2s ease;cursor:pointer}.create-position-page__action--edit,.edit-position-page__action--edit,.position-history-page__action--edit{background:#008573;color:#fff;border-color:#008573}.create-position-page__action--edit:hover,.edit-position-page__action--edit:hover,.position-history-page__action--edit:hover{background:#0d3d38;border-color:#0d3d38}.create-position-page__action--history,.edit-position-page__action--history,.position-history-page__action--history{background:#fff;color:#8b5cf6;border-color:#8b5cf6}.create-position-page__action--history:hover,.edit-position-page__action--history:hover,.position-history-page__action--history:hover{background:#f5f3ff}.create-position-page__action--duplicate,.edit-position-page__action--duplicate,.position-history-page__action--duplicate{background:#fff;color:#3b82f6;border-color:#3b82f6}.create-position-page__action--duplicate:hover,.edit-position-page__action--duplicate:hover,.position-history-page__action--duplicate:hover{background:#dbeafe}.create-position-page__action--delete,.edit-position-page__action--delete,.position-history-page__action--delete{background:#fff;color:#ff4d00;border-color:#ff4d00}.create-position-page__action--delete:hover:not(:disabled),.edit-position-page__action--delete:hover:not(:disabled),.position-history-page__action--delete:hover:not(:disabled){background:#ffe9e0}.create-position-page__action--delete:disabled,.edit-position-page__action--delete:disabled,.position-history-page__action--delete:disabled{opacity:.5;cursor:not-allowed}.create-position-page__content,.edit-position-page__content,.position-history-page__content{background:rgba(0,0,0,0)}.create-position-page__loading,.edit-position-page__loading,.position-history-page__loading{display:flex;justify-content:center;align-items:center;min-height:300px}.create-position-page__error,.edit-position-page__error,.position-history-page__error{background:linear-gradient(135deg,#ffe9e0,#ffcab3);color:#c53c01;padding:1.25rem;border-radius:12px;border:1px solid #ff6725;border-left:4px solid #ff4d00;text-align:center}.create-position-page__error-content,.edit-position-page__error-content,.position-history-page__error-content{text-align:center}.create-position-page__placeholder,.edit-position-page__placeholder,.position-history-page__placeholder{padding:2rem;text-align:center;color:#97979c}.create-position-page__placeholder p,.edit-position-page__placeholder p,.position-history-page__placeholder p{margin-bottom:1rem;font-size:1rem}.position-history-page__timeline{padding:1.5rem}.position-history-page__entry{position:relative;padding-left:1.5rem;margin-bottom:2rem}.position-history-page__entry:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:#e1e1e1;border-radius:2px}.position-history-page__entry:after{content:"";position:absolute;left:-3px;top:8px;width:9px;height:9px;background:#3b82f6;border-radius:50%}.position-history-page__entry:last-child:before{height:20px}.position-history-page__entry-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.position-history-page__entry-action{font-weight:600;color:#161617}.position-history-page__entry-date{font-size:.875rem;color:#97979c}.position-history-page__entry-reason,.position-history-page__entry-user{font-size:.875rem;color:#97979c;margin-bottom:.5rem}.position-history-page__entry-changes{background:#f9f9f9;padding:1rem;border-radius:.5rem}.position-history-page__entry-changes h4{margin:0 0 .5rem;font-size:.875rem;color:#161617}.position-history-page__entry-changes ul{margin:0;padding-left:1rem}.position-history-page__entry-changes li{font-size:.875rem;margin-bottom:.25rem}.position-history-page__empty,.position-history-page__previous-value{color:#97979c;font-style:italic}.position-history-page__empty{padding:2rem;text-align:center}.spreadsheet-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:100px;font-size:11px;font-weight:600;letter-spacing:.02em;white-space:nowrap}.spreadsheet-badge__dot{width:6px;height:6px;border-radius:50%;margin-right:6px;flex-shrink:0}.spreadsheet-badge--active{background:#e6f7f5;color:#008573}.spreadsheet-badge--active .spreadsheet-badge__dot{background:#008573}.spreadsheet-badge--expired{background:#ffe9e0;color:#ff4d00}.spreadsheet-badge--expired .spreadsheet-badge__dot{background:#ff4d00}.spreadsheet-badge--draft{background:#ededed;color:#46464a}.spreadsheet-badge--draft .spreadsheet-badge__dot{background:#97979c}.spreadsheet-icon-btn{position:relative;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e1e1e1;border-radius:.25rem;background:#fff;cursor:pointer;color:#69696e;transition:.2s ease;flex-shrink:0}.spreadsheet-icon-btn:hover{border-color:#008573;color:#008573;background:#e6f7f5}.spreadsheet-icon-btn__tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);background:#0d3d38;color:#fff;font-size:11px;font-weight:600;padding:4px 10px;border-radius:6px;white-space:nowrap;animation:tooltipFadeIn .15s ease}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateX(-50%) translateY(4px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.sp-table{display:flex;flex-direction:column;gap:1rem}.sp-table__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.sp-table__search{position:relative;flex:1 1;max-width:360px}.sp-table__search-icon{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);color:#b8b8ba;pointer-events:none}.sp-table__search-input{width:100%;padding:7px .5rem 7px 32px;border:1px solid #e1e1e1;border-radius:.375rem;font-size:.75rem;font-family:var(--inter-font),sans-serif;color:#161617;background:#fff;transition:border-color .15s,box-shadow .15s}.sp-table__search-input::placeholder{color:#b8b8ba}.sp-table__search-input:focus{outline:none;border-color:#b8b8ba;box-shadow:0 0 0 2px color-mix(in srgb,#b8b8ba 12%,transparent)}.sp-table__result-count{font-size:.75rem;color:#97979c;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.sp-table__wrapper{border:1px solid #ededed;border-radius:.5rem;overflow:hidden}.sp-table__table{width:100%;border-collapse:collapse;font-size:.75rem}.sp-table__th{padding:.5rem 1rem;text-align:left;font-weight:600;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#97979c;background:#f9f9f9;border-bottom:1px solid #e1e1e1;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sp-table__th--center{text-align:center}.sp-table__th--right{text-align:right}.sp-table__group-row{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .15s}.sp-table__group-row:hover{background:#f9f9f9}.sp-table__group-cell{padding:1rem!important;border-bottom:1px solid #ededed!important;display:flex;align-items:center;gap:.5rem}.sp-table__group-chevron{color:#b8b8ba;transition:transform .15s;flex-shrink:0}.sp-table__group-chevron--open{transform:rotate(90deg)}.sp-table__group-name{font-size:.875rem;font-weight:600;color:#2b2b2d}.sp-table__group-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;font-size:11px;font-weight:700;background:#ededed;color:#97979c;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;margin-left:auto}.sp-table__row{transition:background .15s}.sp-table__row:not(:last-child) td{border-bottom:1px solid #ededed}.sp-table__row:hover{background:#ededed}.sp-table__row--clickable{cursor:pointer}.sp-table__row--expired{opacity:.6}.sp-table__td{padding:.5rem 1rem;color:#161617;vertical-align:middle;white-space:nowrap}.sp-table__td--product{max-width:280px;white-space:normal}.sp-table__td--center{text-align:center}.sp-table__td--right{text-align:right}.sp-table__td--mono{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:.625rem;color:#69696e}.sp-table__td--muted{color:#97979c}.sp-table__td--actions{text-align:right;cursor:default}.sp-table__product-name{font-weight:500;color:#2b2b2d;line-height:1.3}.sp-table__client{font-size:.75rem;color:#161617}.sp-table__owner-tag{display:inline-block;margin-left:6px;padding:1px 5px;border-radius:3px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;vertical-align:middle}.sp-table__owner-tag--organisation{background:color-mix(in srgb,#008573 10%,transparent);color:#006d5f}.sp-table__owner-tag--prospect{background:color-mix(in srgb,#f2d749 10%,transparent);color:#cfae00}.sp-table__version{font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#46464a}.sp-table__legacy-tag{background:#fefbeb;border:1px solid #fbf1bb;border-radius:.25rem;font-weight:600;color:#cfae00;text-transform:uppercase;letter-spacing:.04em}.sp-table__legacy-tag,.sp-table__unit{display:inline-block;padding:1px 6px;font-size:.625rem}.sp-table__unit{background:#f9f9f9;border:1px solid #ededed;border-radius:.25rem;color:#69696e;font-weight:500}.sp-table__ttl{margin-left:4px;font-size:.625rem;color:#e5c107;font-weight:600}.sp-table__no-expiry{color:#d1d1d2;font-size:1rem}.sp-table__actions{display:flex;align-items:center;justify-content:flex-end;gap:2px}.sp-table__action-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:rgba(0,0,0,0);color:#97979c;border-radius:.25rem;cursor:pointer;transition:all .15s;text-decoration:none}.sp-table__action-icon:hover{background:#ededed;color:#006d5f}.sp-table__empty{padding:3rem;text-align:center;color:#97979c;font-size:.875rem}.send-email-modal__link-row{display:flex;gap:.5rem;align-items:stretch}.send-email-modal__link-input{flex:1 1;padding:.625rem .75rem;background:#f9f9f9}.send-email-modal__link-copy,.send-email-modal__link-input{border:1px solid #e1e1e1;border-radius:.5rem;color:#46464a;font-family:var(--inter-font),sans-serif;font-size:.875rem}.send-email-modal__link-copy{display:inline-flex;align-items:center;gap:.25rem;padding:0 1rem;background:#fff;cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease}.send-email-modal__link-copy:hover{color:#0d3d38;border-color:#008573;background:#e6f7f5}.send-email-modal__tags{display:flex;flex-wrap:wrap;gap:.25rem}.send-email-modal__tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem .25rem .75rem;background:#e6f7f5;color:#0d3d38;border:1px solid #ccefeb;border-radius:999px;font-size:.75rem}.send-email-modal__tag-remove{width:18px;height:18px;display:grid;place-items:center;border:none;background:rgba(0,0,0,0);color:#0d3d38;cursor:pointer;border-radius:999px;transition:background .15s ease}.send-email-modal__tag-remove:hover{background:#ccefeb}.send-email-modal__input-row{display:flex;gap:.5rem;align-items:stretch}.send-email-modal__input-row .qd-form-input{flex:1 1}.send-email-modal__spinner{animation:send-email-spin 1s linear infinite}@keyframes send-email-spin{to{transform:rotate(1turn)}}.create-draft-flow{display:flex;flex-direction:column;gap:1rem}.create-draft-flow__header{display:flex;flex-direction:column;gap:.25rem;padding-bottom:1rem;border-bottom:1px solid #ededed}.create-draft-flow__title-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.create-draft-flow__title-left{display:flex;align-items:center;gap:1rem;min-width:0}.create-draft-flow__back-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:.375rem;border:1px solid #e1e1e1;background:#fff;color:#69696e;cursor:pointer;flex-shrink:0;transition:all .15s}.create-draft-flow__back-btn:hover{background:#f9f9f9;color:#161617;border-color:#d1d1d2}.create-draft-flow__header-title{font-family:var(--syne-font),sans-serif;font-size:1.25rem;font-weight:800;color:#161617;letter-spacing:-.02em;margin:0;white-space:nowrap}.create-draft-flow__title-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.create-draft-flow__title-actions .button{width:auto}.create-draft-flow__steps{display:flex;align-items:center;gap:.25rem;margin-left:.5rem}.create-draft-flow__step-sep{width:16px;height:1px;background:#e1e1e1;flex-shrink:0}.create-draft-flow__step--completed+.create-draft-flow__step-sep{background:#33bfaf}.create-draft-flow__step{display:flex;align-items:center;gap:6px}.create-draft-flow__step-number{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:.625rem;font-weight:700;border:2px solid #e1e1e1;background:#fff;color:#97979c;transition:all .15s}.create-draft-flow__step--active .create-draft-flow__step-number{border-color:#008573;background:#008573;color:#fff}.create-draft-flow__step--completed .create-draft-flow__step-number{border-color:#008573;background:#e6f7f5;color:#008573}.create-draft-flow__step-label{font-size:.625rem;font-weight:500;color:#97979c;white-space:nowrap}.create-draft-flow__step--active .create-draft-flow__step-label{color:#161617;font-weight:600}.create-draft-flow__step--completed .create-draft-flow__step-label{color:#006d5f}.create-draft-flow__content{min-height:0}.create-draft-flow__step-content{display:flex;flex-direction:column;gap:1rem}.create-draft-flow__step-title{font-size:1rem;font-weight:600;color:#161617;margin:0}.create-draft-flow__step-description{font-size:.875rem;color:#69696e;margin:0}.create-draft-flow__search{margin-bottom:.25rem}.create-draft-flow__search-input{width:100%;max-width:480px;padding:.5rem 1rem;border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;font-family:inherit;color:#161617;transition:border-color .15s,box-shadow .15s}.create-draft-flow__search-input::placeholder{color:#97979c}.create-draft-flow__search-input:focus{outline:none;border-color:#008573;box-shadow:0 0 0 3px color-mix(in srgb,#008573 10%,transparent)}.create-draft-flow__list{display:flex;flex-direction:column;gap:1px;background:#ededed;border:1px solid #e1e1e1;border-radius:.5rem;overflow:hidden;max-height:400px;overflow-y:auto}.create-draft-flow__list-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#fff;cursor:pointer;transition:background .15s}.create-draft-flow__list-item:hover{background:#f9f9f9}.create-draft-flow__list-item--selected{background:#e6f7f5;border-left:3px solid #008573}.create-draft-flow__list-item-main{display:flex;flex-direction:column;gap:2px}.create-draft-flow__list-item-label{font-size:.875rem;font-weight:500;color:#161617}.create-draft-flow__list-item-sub{font-size:.75rem;color:#97979c}.create-draft-flow__owner-toggle{display:flex;border:1px solid #e1e1e1;border-radius:.5rem;overflow:hidden;width:-moz-fit-content;width:fit-content;margin-bottom:.25rem}.create-draft-flow__toggle-btn{padding:.5rem 1.5rem;border:none;background:#fff;font-size:.75rem;font-weight:600;font-family:inherit;color:#69696e;cursor:pointer;transition:all .15s}.create-draft-flow__toggle-btn+.create-draft-flow__toggle-btn{border-left:1px solid #e1e1e1}.create-draft-flow__toggle-btn--active{background:#008573;color:#fff}.create-draft-flow__toggle-btn+.create-draft-flow__toggle-btn--active,.create-draft-flow__toggle-btn--active+.create-draft-flow__toggle-btn{border-left-color:#008573}.create-draft-flow__preview-controls{display:flex;align-items:flex-end;gap:1.5rem;padding:1rem;background:#e6f7f5;border-radius:.5rem;border:1px solid #99dfd7}.create-draft-flow__preview-field{display:flex;flex-direction:column;gap:.25rem}.create-draft-flow__preview-label{font-size:.625rem;font-weight:600;color:#0d3d38;text-transform:uppercase;letter-spacing:.04em}.create-draft-flow__preview-input{width:140px;padding:.25rem .5rem;border:1px solid #66cfc3;border-radius:.375rem;font-size:.875rem;font-family:inherit;color:#161617;background:#fff;transition:border-color .15s,box-shadow .15s}.create-draft-flow__preview-input::placeholder{color:#97979c}.create-draft-flow__preview-input:focus{outline:none;border-color:#008573;box-shadow:0 0 0 3px color-mix(in srgb,#008573 10%,transparent)}.create-draft-flow__preview-live{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#006d5f;font-weight:500;margin-left:auto;padding-bottom:.25rem}.create-draft-flow__live-dot{width:8px;height:8px;border-radius:50%;background:#008573;animation:create-draft-pulse 1.5s infinite}.create-draft-flow__spin{animation:create-draft-spin 1s linear infinite}.create-draft-flow__preview-info{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:1rem;gap:1rem;padding:1rem;background:#f9f9f9;border-radius:.5rem;border:1px solid #ededed}.create-draft-flow__preview-info-item{display:flex;flex-direction:column;gap:2px}.create-draft-flow__preview-info-label{font-size:11px;font-weight:600;color:#97979c;text-transform:uppercase;letter-spacing:.04em}.create-draft-flow__preview-info-value{font-size:.875rem;font-weight:500;color:#161617}.create-draft-flow__preview-config{display:flex;align-items:center;gap:1.5rem;padding:.5rem 1rem;background:#f9f9f9;border:1px solid #ededed;border-radius:.5rem}.create-draft-flow__preview-config-group{display:flex;align-items:center;gap:.5rem}.create-draft-flow__preview-config-label{font-size:.625rem;font-weight:600;color:#97979c;text-transform:uppercase;letter-spacing:.04em}.create-draft-flow__preview-config-toggle{display:flex;border:1px solid #e1e1e1;border-radius:.375rem;overflow:hidden}.create-draft-flow__preview-config-btn{padding:.25rem 1rem;border:none;background:#fff;font-size:.75rem;font-weight:500;font-family:var(--inter-font),sans-serif;color:#69696e;cursor:pointer;transition:all .15s}.create-draft-flow__preview-config-btn+.create-draft-flow__preview-config-btn{border-left:1px solid #e1e1e1}.create-draft-flow__preview-config-btn--active{background:#008573;color:#fff;font-weight:600}.create-draft-flow__preview-loading{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem;color:#97979c}.create-draft-flow__preview-grid-wrapper{overflow-x:auto;border:1px solid #e1e1e1;border-radius:.5rem}.create-draft-flow__preview-grid{width:100%;border-collapse:collapse;font-size:.75rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.create-draft-flow__preview-grid th{padding:.5rem 1rem;background:#f9f9f9;font-weight:600;font-size:.625rem;text-transform:uppercase;letter-spacing:.04em;color:#97979c;text-align:right;white-space:nowrap;border-bottom:1px solid #e1e1e1}.create-draft-flow__preview-grid td{padding:.25rem 1rem;text-align:right;border-bottom:1px solid #ededed}.create-draft-flow__preview-grid tbody tr:hover td{background:#f9f9f9}.create-draft-flow__cell-stop,.create-draft-flow__cell-trigger{font-weight:600;text-align:left!important;color:#161617}.create-draft-flow__cell-stop{color:#69696e}.create-draft-flow__price-cell{display:inline-block;padding:2px .5rem;background:#e6f7f5;color:#0d3d38;border-radius:.25rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:.625rem}.create-draft-flow__period-label{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#161617}.create-draft-flow__period-range{display:block;font-size:.625rem;font-weight:400;text-transform:none;letter-spacing:0;color:#97979c}.create-draft-flow__empty{text-align:center;padding:1.5rem;color:#97979c;font-size:.875rem}.create-draft-flow__tmp-notice{margin:12px 0;padding:10px 14px;border-radius:8px;background:#faf4d3;color:#cfae00;border:1px solid #f2d749;font-size:13px;line-height:1.4}@keyframes create-draft-pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes create-draft-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pending-review-dashboard{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.pending-review-dashboard__banner{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:#fefbeb;border:1px solid rgba(242,215,73,.3);border-radius:.5rem;color:#cfae00}.pending-review-dashboard__banner-icon{flex-shrink:0;color:#f2d749}.pending-review-dashboard__banner-text{font-size:.875rem;font-weight:600}.pending-review-dashboard__toolbar{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0}.pending-review-dashboard__toolbar-left{display:flex;align-items:center;gap:1rem}.pending-review-dashboard__select-all{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#69696e;cursor:pointer}.pending-review-dashboard__select-all input{accent-color:#3b82f6}.pending-review-dashboard__selection-count{font-size:.75rem;color:#3b82f6;font-weight:500}.pending-review-dashboard__batch-validate-btn{width:auto;min-width:0;flex:0 0 auto;padding:.5rem 1rem}.pending-review-dashboard__group{border:1px solid #e1e1e1;border-radius:.5rem;overflow:hidden}.pending-review-dashboard__group-header{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#f9f9f9;border-bottom:1px solid #e1e1e1}.pending-review-dashboard__group-label{font-weight:600;color:#2b2b2d;font-size:.875rem}.pending-review-dashboard__group-ref{font-size:.625rem;color:#97979c;font-family:monospace}.pending-review-dashboard__group-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 .25rem;border-radius:12px;background:#3b82f6;color:#fff;font-size:.625rem;font-weight:700}.pending-review-dashboard__table{width:100%;border-collapse:collapse;font-size:.75rem}.pending-review-dashboard__th{padding:.5rem 1rem;font-weight:600;color:#69696e;text-align:left;white-space:nowrap;border-bottom:1px solid rgba(225,225,225,.5)}.pending-review-dashboard__row{border-bottom:1px solid #ededed;transition:background .15s}.pending-review-dashboard__row:last-child{border-bottom:none}.pending-review-dashboard__row--clickable{cursor:pointer}.pending-review-dashboard__row--clickable:hover{background:#f9f9f9}.pending-review-dashboard__td{padding:.5rem 1rem;color:#161617;vertical-align:middle}.pending-review-dashboard__td--editable{cursor:pointer}.pending-review-dashboard__owner-badge{display:inline-block;padding:2px .5rem;border-radius:.25rem;font-size:.625rem;font-weight:500}.pending-review-dashboard__owner-badge--organisation{background:color-mix(in srgb,#008573 10%,transparent);color:#006d5f}.pending-review-dashboard__owner-badge--prospect{background:color-mix(in srgb,#f2d749 10%,transparent);color:#cfae00}.pending-review-dashboard__editable-value{padding:2px .25rem;border-radius:.25rem;cursor:pointer;transition:background .15s ease}.pending-review-dashboard__editable-value:hover{background:rgba(59,130,246,.08)}.pending-review-dashboard__inline-input{width:80px;padding:2px .25rem;border:1px solid #3b82f6;border-radius:.25rem;font-size:.75rem;color:#161617}.pending-review-dashboard__inline-input:focus{outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.2)}.pending-review-dashboard__actions{display:flex;align-items:center;gap:.25rem}.pending-review-dashboard__action-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:.25rem;background:rgba(0,0,0,0);color:#69696e;cursor:pointer;transition:all .15s ease}.pending-review-dashboard__action-btn:hover{background:rgba(59,130,246,.08);color:#3b82f6}.pending-review-dashboard__action-btn--validate{color:#008573}.pending-review-dashboard__action-btn--validate:hover{background:rgba(0,133,115,.08)}.premium-calculator{background:#fff;border:1px solid #e1e1e1;border-radius:1rem;overflow:hidden}.premium-calculator__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #ededed}.premium-calculator__title{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:#161617;margin:0}.premium-calculator__add-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border:1px solid #008573;border-radius:.375rem;background:#fff;color:#008573;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.premium-calculator__add-btn:hover{background:#008573;color:#fff}.premium-calculator__empty{padding:2rem 1.5rem;text-align:center;color:#97979c;font-size:.875rem}.premium-calculator__table-wrap{overflow-x:auto}.premium-calculator__table{width:100%;border-collapse:collapse;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.premium-calculator__th{padding:.75rem .5rem;background:#f9f9f9;text-align:center;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#97979c;border-bottom:1px solid #e1e1e1}.premium-calculator__th--action{width:40px;padding:.75rem .5rem}.premium-calculator__row:hover td{background:#f9f9f9}.premium-calculator__td{padding:.75rem .5rem;text-align:center;border-bottom:1px solid #ededed;font-size:.75rem}.premium-calculator__td--action{width:40px;padding:.75rem .5rem}.premium-calculator__cell-value{font-size:.75rem;color:#161617}.premium-calculator__cell-value--mono{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600}.premium-calculator__remove-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;border-radius:.25rem;background:rgba(0,0,0,0);color:#97979c;cursor:pointer;transition:background .15s,color .15s}.premium-calculator__remove-btn:hover{background:#ffe9e0;color:#ff4d00}.premium-calculator__volume-input{width:72px;padding:.25rem .5rem;border:1px solid #e1e1e1;border-radius:.375rem;font-size:.75rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:center;color:#161617;background:#fff;transition:border-color .15s,box-shadow .15s;-moz-appearance:textfield}.premium-calculator__volume-input:focus{outline:none;border-color:#008573;box-shadow:0 0 0 3px #e6f7f5}.premium-calculator__volume-input::-webkit-inner-spin-button,.premium-calculator__volume-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.premium-calculator__actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:.75rem 1.5rem;border-top:1px solid #ededed}.premium-calculator__reset-btn{padding:.5rem 1.25rem;border:1px solid #e1e1e1;border-radius:.375rem;background:#fff;color:#69696e;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.premium-calculator__reset-btn:hover{background:#f9f9f9;color:#161617}.premium-calculator__calc-btn{padding:.5rem 1.25rem;border:none;border-radius:.375rem;background:#008573;color:#fff;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s}.premium-calculator__calc-btn:hover:not(:disabled){background:#0d3d38}.premium-calculator__calc-btn:disabled{opacity:.5;cursor:not-allowed}.premium-calculator__error{padding:.75rem 1.5rem;background:#ffe9e0;color:#e84904;font-size:.75rem;text-align:center}.premium-calculator__footer{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:#e6f7f5;border-top:1px solid #99dfd7}.premium-calculator__footer-label{font-size:.75rem;font-weight:700;color:#006d5f;text-transform:uppercase;letter-spacing:.04em}.premium-calculator__footer-stats{display:flex;align-items:center;gap:1.5rem}.premium-calculator__footer-stat{display:flex;align-items:center;gap:.25rem}.premium-calculator__footer-stat-label{font-size:.75rem;color:#006d5f;font-weight:600}.premium-calculator__footer-stat-value{font-size:.75rem;font-weight:700;color:#008573;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.sp-page{display:flex;flex-direction:column}.sp-page__layout{display:grid;grid-template-columns:200px 1fr;grid-gap:0;gap:0}.sp-page__sidebar{gap:2rem;padding:1.5rem 1rem 1.5rem 0;border-right:1px solid #ededed}.sp-page__nav,.sp-page__sidebar{display:flex;flex-direction:column}.sp-page__nav{gap:2px}.sp-page__nav-label{font-size:10px;font-weight:700;color:#97979c;text-transform:uppercase;letter-spacing:.08em;padding:0 .5rem;margin-bottom:.25rem}.sp-page__nav-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;border:none;background:rgba(0,0,0,0);border-radius:.375rem;font-size:.875rem;font-weight:500;font-family:var(--inter-font),sans-serif;color:#69696e;cursor:pointer;transition:all .15s;text-align:left}.sp-page__nav-item span{flex:1 1}.sp-page__nav-item:hover{background:#f9f9f9;color:#161617}.sp-page__nav-item--active{background:#ededed;color:#161617;font-weight:600}.sp-page__nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;font-size:11px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;background:#ededed;color:#69696e}.sp-page__nav-badge--warning{background:#faf4d3;color:#857002}.sp-page__filters{display:flex;flex-direction:column;gap:2px}.sp-page__filters-label{display:flex;align-items:center;gap:.25rem;font-size:10px;font-weight:700;color:#97979c;text-transform:uppercase;letter-spacing:.08em;padding:0 .5rem;margin-bottom:.25rem}.sp-page__filter-item{display:flex;align-items:center;gap:.5rem;padding:6px .5rem;border:none;background:rgba(0,0,0,0);border-radius:.375rem;font-size:.75rem;font-weight:400;font-family:var(--inter-font),sans-serif;color:#69696e;cursor:pointer;transition:all .15s;text-align:left}.sp-page__filter-item:hover{color:#161617}.sp-page__filter-item--active{color:#006d5f;font-weight:600}.sp-page__filter-item--active .sp-page__filter-dot{background:#008573;box-shadow:0 0 0 2px color-mix(in srgb,#008573 20%,transparent)}.sp-page__filter-dot{width:7px;height:7px;border-radius:50%;background:#d1d1d2;transition:all .15s;flex-shrink:0}.sp-page__filter-text{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sp-page__filter-count{font-size:10px;font-weight:700;color:#b8b8ba;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;flex-shrink:0}.sp-page__content{padding:1.5rem 0 1.5rem 2rem}.sp-page__loading{display:flex;align-items:center;justify-content:center;padding:4rem}.sp-page__error{padding:3rem;text-align:center;color:#ff4d00;font-size:.875rem}.spreadsheet-preview{display:flex;flex-direction:column;gap:1rem;contain:inline-size}.spreadsheet-preview,.spreadsheet-preview>*{min-width:0;width:100%;max-width:100%}.spreadsheet-preview__header{display:flex;flex-direction:column;gap:.5rem}.spreadsheet-preview__title-row{display:flex;align-items:center;gap:.75rem}.spreadsheet-preview__header-actions{margin-left:auto;display:inline-flex;align-items:center;gap:.5rem}.spreadsheet-preview__title{font-size:1.5rem;font-weight:700;color:#161617;margin:0}.spreadsheet-preview__draft-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:100px;font-size:.625rem;font-weight:600;background:#e0f2fe;color:#0284c7;text-transform:uppercase;letter-spacing:.04em}.spreadsheet-preview__draft-dot{width:6px;height:6px;border-radius:50%;background:#0ea5e9}.spreadsheet-preview__admin-bar{display:flex;align-items:center;gap:1.5rem;padding:.75rem 1.5rem;background:#e6f7f5;border:1px solid #99dfd7;border-radius:10px}.spreadsheet-preview__admin-badge{display:inline-flex;align-items:center;gap:.25rem;padding:3px 10px;border-radius:100px;font-size:.625rem;font-weight:700;background:#008573;color:#fff;text-transform:uppercase;letter-spacing:.04em}.spreadsheet-preview__admin-field{display:flex;align-items:center;gap:.5rem}.spreadsheet-preview__admin-label{font-size:.75rem;font-weight:600;color:#006d5f;white-space:nowrap}.spreadsheet-preview__admin-input{width:90px;padding:.25rem .5rem;border:1px solid #99dfd7;border-radius:.375rem;font-size:.875rem;color:#161617;background:#fff;-moz-appearance:textfield}.spreadsheet-preview__admin-input:focus{outline:none;border-color:#008573;box-shadow:0 0 0 3px #e6f7f5}.spreadsheet-preview__admin-input::-webkit-inner-spin-button,.spreadsheet-preview__admin-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.spreadsheet-preview__admin-suffix{font-size:.75rem;color:#006d5f}.spreadsheet-preview__admin-sep{width:1px;height:28px;background:#99dfd7;flex-shrink:0}.spreadsheet-preview__live-indicator{display:flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;color:#008573}.spreadsheet-preview__live-dot{width:8px;height:8px;border-radius:50%;background:#008573;animation:spreadsheet-preview-pulse 2s infinite}.spreadsheet-preview__autosave{font-size:.625rem;font-weight:600;color:#006d5f;min-height:1em;transition:color .15s ease}.spreadsheet-preview__autosave--idle{visibility:hidden}.spreadsheet-preview__autosave--saving{color:#006d5f;opacity:.7}.spreadsheet-preview__autosave--saved{color:#008573}.spreadsheet-preview__autosave--error{color:#ff4d00}.spreadsheet-preview__admin-right{margin-left:auto;display:flex;align-items:center;gap:.5rem}.spreadsheet-preview__admin-right .button{width:-moz-fit-content;width:fit-content;flex-shrink:0}.spreadsheet-preview__template-version{font-size:.75rem;color:#006d5f}.spreadsheet-preview__spin{animation:spreadsheet-preview-spin 1s linear infinite}.spreadsheet-preview__card{background:#fff;border:1px solid #e1e1e1;border-radius:1rem;overflow:hidden}.spreadsheet-preview__product-header{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-bottom:1px solid #ededed}.spreadsheet-preview__product-avatar{width:48px;height:48px;border-radius:.5rem;background:linear-gradient(135deg,#faf4d3,#fbf1bb);display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.spreadsheet-preview__product-name{font-size:1rem;font-weight:700;color:#161617}.spreadsheet-preview__info-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem;grid-column-gap:2rem;column-gap:2rem;padding:1.25rem 1.5rem}.spreadsheet-preview__info-field{display:flex;align-items:baseline;gap:.5rem}.spreadsheet-preview__info-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#97979c;white-space:nowrap}.spreadsheet-preview__info-value{font-size:13px;font-weight:600;color:#161617}.spreadsheet-preview__info-value--mono{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.spreadsheet-preview__config-bar{display:flex;align-items:flex-start;gap:1.5rem;padding:1.25rem 1.5rem}.spreadsheet-preview__config-section{display:flex;flex-direction:column;gap:.5rem}.spreadsheet-preview__config-label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#97979c}.spreadsheet-preview__config-sep{width:1px;height:36px;background:#e1e1e1;margin-top:1.25rem;flex-shrink:0}.spreadsheet-preview__strategy-pill{display:inline-flex;padding:.5rem 1.25rem;border-radius:.5rem;background:#008573;color:#fff;font-size:13px;font-weight:600}.spreadsheet-preview__toggle{display:inline-flex;border:1px solid #e1e1e1;border-radius:.5rem;overflow:hidden}.spreadsheet-preview__toggle-btn{padding:.5rem 1.25rem;font-size:13px;font-weight:600;border:none;background:#fff;color:#69696e;cursor:default}.spreadsheet-preview__toggle-btn--active{background:#008573;color:#fff}.spreadsheet-preview__toggle-btn+.spreadsheet-preview__toggle-btn{border-left:1px solid #e1e1e1}.spreadsheet-preview__toggle-btn+.spreadsheet-preview__toggle-btn--active,.spreadsheet-preview__toggle-btn--active+.spreadsheet-preview__toggle-btn{border-left-color:#008573}.spreadsheet-preview__grid-wrapper{position:relative}.spreadsheet-preview__grid-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:1;border-radius:1rem;background-color:hsla(0,0%,100%,.45);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);overflow:hidden;animation:spreadsheet-preview-overlay-fade .15s ease-out}.spreadsheet-preview__grid-overlay-sweep{position:absolute;inset:0;background-image:linear-gradient(90deg,transparent,rgba(0,133,115,0) 30%,rgba(0,133,115,.18) 50%,rgba(0,133,115,0) 70%,transparent);background-size:200% 100%;background-repeat:no-repeat;animation:spreadsheet-preview-overlay-sweep 1.6s ease-in-out infinite;pointer-events:none}.spreadsheet-preview__grid-overlay-pill{position:relative;display:inline-flex;align-items:center;gap:.5rem;padding:.25rem 1rem;background:#fff;border:1px solid #99dfd7;border-radius:100px;box-shadow:0 6px 20px rgba(0,0,0,.08);color:#006d5f;font-size:.75rem;font-weight:600;letter-spacing:.01em}.spreadsheet-preview__grid-overlay-dot{width:8px;height:8px;border-radius:50%;background:#008573;box-shadow:0 0 0 0 rgba(0,133,115,.55);animation:spreadsheet-preview-overlay-pulse 1.5s ease-out infinite;flex-shrink:0}.spreadsheet-preview__grid-overlay-label{white-space:nowrap}.spreadsheet-preview__grid-title{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:#161617;padding:1.25rem 1.5rem .75rem}.spreadsheet-preview__grid-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:auto;max-height:480px;-webkit-overflow-scrolling:touch}.spreadsheet-preview__grid{border-collapse:collapse;font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;width:max-content;min-width:100%}.spreadsheet-preview__grid-th{padding:.75rem .5rem;background:#f9f9f9;text-align:center;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#97979c;border-bottom:1px solid #e1e1e1;position:-webkit-sticky;position:sticky;top:0;z-index:1}.spreadsheet-preview__grid-th--trigger{text-align:left;padding-left:1.5rem}.spreadsheet-preview__grid-th--stop{text-align:left}.spreadsheet-preview__period-label{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#161617}.spreadsheet-preview__period-range{display:block;font-size:.625rem;font-weight:400;text-transform:none;letter-spacing:0;color:#97979c}.spreadsheet-preview__grid-row:hover td{background:#f9f9f9}.spreadsheet-preview__grid-td{padding:.75rem .5rem;text-align:center;border-bottom:1px solid #ededed}.spreadsheet-preview__grid-td--trigger{text-align:left;padding-left:1.5rem;font-weight:700;color:#161617}.spreadsheet-preview__grid-td--stop{text-align:left;color:#97979c}.spreadsheet-preview__price-cell{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .5rem;border-radius:.25rem;min-width:56px;font-weight:600;font-size:13px;color:#008573;background:#ededed;border:1px solid rgba(0,0,0,0);transition:background .15s;cursor:default}.spreadsheet-preview__price-cell:hover{background:#e0f2fe}.spreadsheet-preview__price-cell--clickable{cursor:pointer}.spreadsheet-preview__price-cell--clickable:hover{background:#e6f7f5;border-color:#99dfd7}.spreadsheet-preview__price-cell--clickable:active{background:#ccefeb}.spreadsheet-preview__price-cell--selected{background:#008573;color:#fff;border-color:#008573}.spreadsheet-preview__price-cell--selected:hover{background:#006d5f;border-color:#006d5f}.spreadsheet-preview__action-bar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem;background:#fff;border:1px solid #e1e1e1;border-radius:1rem}.spreadsheet-preview__action-text{display:flex;flex-direction:column;gap:.25rem;flex:1 1;min-width:0}.spreadsheet-preview__action-title{font-size:.875rem;font-weight:600}.spreadsheet-preview__action-desc{font-size:.75rem;color:#97979c}.spreadsheet-preview__action-buttons{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.spreadsheet-preview__loading{display:flex;justify-content:center;padding:3rem}.spreadsheet-preview__empty{text-align:center;padding:3rem;color:#69696e;font-size:.875rem}.spreadsheet-preview__valid-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:100px;font-size:.625rem;font-weight:600;background:#e6f7f5;color:#006d5f;text-transform:uppercase;letter-spacing:.04em}.spreadsheet-preview__valid-dot{width:6px;height:6px;border-radius:50%;background:#008573}.spreadsheet-preview__legacy-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:100px;font-size:.625rem;font-weight:600;background:#fefbeb;color:#cfae00;text-transform:uppercase;letter-spacing:.04em}.spreadsheet-preview__info-bar{display:flex;align-items:center;gap:1.5rem;padding:.75rem 1.5rem;background:#fff;border:1px solid #ededed;border-radius:1rem}.spreadsheet-preview__info-bar-item{display:flex;flex-direction:column;gap:2px}.spreadsheet-preview__info-bar-item:not(:last-child){padding-right:1.5rem;border-right:1px solid #ededed}.spreadsheet-preview__info-bar-label{font-size:.625rem;font-weight:500;color:#97979c;text-transform:uppercase;letter-spacing:.04em}.spreadsheet-preview__info-bar-value{font-size:.75rem;font-weight:600;color:#161617}@keyframes spreadsheet-preview-pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spreadsheet-preview-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spreadsheet-preview-overlay-fade{0%{opacity:0}to{opacity:1}}@keyframes spreadsheet-preview-overlay-sweep{0%{background-position:-50% 0}to{background-position:150% 0}}@keyframes spreadsheet-preview-overlay-pulse{0%{box-shadow:0 0 0 0 rgba(0,133,115,.55)}70%{box-shadow:0 0 0 10px rgba(0,133,115,0)}to{box-shadow:0 0 0 0 rgba(0,133,115,0)}}.spreadsheet-preview__tabs{margin-bottom:1rem}.spreadsheet-preview__history-header{display:flex;align-items:center;gap:.5rem;padding-bottom:1rem;border-bottom:1px solid #ededed;margin-bottom:1rem;color:#46464a}.spreadsheet-preview__history-title{font-size:1rem;font-weight:600;color:#161617;margin:0;display:flex;align-items:center;gap:.5rem}.spreadsheet-preview__history-count{display:inline-flex;align-items:center;justify-content:center;background:#ededed;color:#69696e;font-size:.625rem;font-weight:700;padding:2px 8px;border-radius:100px}.spreadsheet-preview__history-table{width:100%;border-collapse:collapse;font-size:.75rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.spreadsheet-preview__history-table th{padding:.5rem 1rem;text-align:left;font-weight:600;font-size:.625rem;text-transform:uppercase;letter-spacing:.04em;color:#97979c;border-bottom:1px solid #e1e1e1;background:#f9f9f9}.spreadsheet-preview__history-table td{padding:.5rem 1rem;border-bottom:1px solid #ededed;color:#161617}.spreadsheet-preview__history-row{transition:background .15s}.spreadsheet-preview__history-row--clickable{cursor:pointer}.spreadsheet-preview__history-row:hover{background:#f9f9f9}.spreadsheet-preview__history-version{display:inline-block;font-weight:700;color:#46464a;background:#ededed;padding:2px .5rem;border-radius:.25rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:.75rem}.spreadsheet-preview__history-view-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border:1px solid #e1e1e1;border-radius:.375rem;background:#fff;color:#161617;font-size:.75rem;font-family:inherit;font-weight:500;cursor:pointer;transition:all .15s}.spreadsheet-preview__history-view-btn:hover{background:#e6f7f5;border-color:#66cfc3;color:#0d3d38}.spreadsheet-preview__history-empty-state{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:3rem;color:#97979c;font-size:.875rem}.spreadsheet-preview__history-empty-icon{color:#e1e1e1}.spreadsheet-preview__history-loading{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:2rem;color:#97979c;font-size:.75rem}.spreadsheet-preview__archived-badge{padding:4px 12px;border-radius:100px;background:#ededed;color:#69696e}.depth-badge,.spreadsheet-preview__archived-badge{display:inline-flex;align-items:center;font-size:.75rem;font-weight:600}.depth-badge{justify-content:center;padding:.2rem .6rem;border-radius:20px;white-space:nowrap;line-height:1.2}.depth-badge--p1{background-color:#e6f7f5;color:#008573}.depth-badge--p2{background-color:#e0f2fe;color:#0ea5e9}.depth-badge--p3{background-color:#fef3c7;color:#92400e}.depth-badge--p4{background-color:#dde3ff;color:#18297e}.depth-badge--p5{background-color:#ededed;color:#46464a}.group-type-badge{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .6rem;border-radius:20px;font-size:.75rem;font-weight:500;white-space:nowrap;line-height:1.2}.group-type-badge--root{background-color:#e6f7f5;color:#008573;border:1px solid #99dfd7}.group-type-badge--group{background-color:#ededed;color:#46464a;border:1px solid #e1e1e1}.org-tag{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:20px;font-size:.75rem;font-weight:500;white-space:nowrap;line-height:1.2;background-color:#dde3ff;color:#18297e;text-decoration:none}.org-tag--clickable{cursor:pointer;transition:background-color .15s,color .15s}.org-tag--clickable:hover{background-color:#c4ceff;color:#091657}a:has(.org-tag){text-decoration:none}.group-tree-node__row{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;border-radius:.375rem;transition:background-color .15s}.group-tree-node__row:hover{background-color:#f9f9f9}.group-tree-node__toggle{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:none;color:#97979c;cursor:pointer;padding:0;border-radius:.25rem;flex-shrink:0}.group-tree-node__toggle:hover{color:#161617;background-color:#ededed}.group-tree-node__toggle-placeholder{width:20px;height:20px;flex-shrink:0}.group-tree-node__icon{color:#3b82f6;flex-shrink:0}.group-tree-node__icon--root{color:#008573}.group-tree-node__name{color:#161617;text-decoration:none;font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.group-tree-node__name:hover{color:#3b82f6;text-decoration:underline}.group-tree-node__members{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;color:#97979c;margin-left:auto;flex-shrink:0}.group-tree-node__children{border-left:1px solid #ededed;margin-left:22px}.org-section{border:1px solid #e1e1e1;border-radius:.5rem;background-color:#fff;margin-bottom:1rem}.org-section__header{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;cursor:pointer;background:none;border:none;width:100%;text-align:left;border-radius:.5rem;transition:background-color .15s}.org-section__header:hover{background-color:#f9f9f9}.org-section__toggle{display:flex;align-items:center;color:#97979c}.org-section__icon{color:#3b82f6;flex-shrink:0}.org-section__name{font-size:1rem;font-weight:600;color:#161617;flex:1 1}.org-section__count{font-size:.75rem;color:#97979c;background-color:#ededed;padding:.15rem .5rem;border-radius:20px}.org-section__tree{padding:0 1rem 1rem}.subtree-node{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #ededed;text-decoration:none;color:#161617;transition:background-color .15s}.subtree-node:last-child{border-bottom:none}.subtree-node:hover{background-color:#f9f9f9}.subtree-node__left{display:flex;align-items:center;gap:.5rem;min-width:0}.subtree-node__icon{color:#3b82f6;flex-shrink:0}.subtree-node__name{font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.subtree-node__right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.subtree-node__members{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;color:#97979c}.subtree-node__arrow{color:#97979c}.member-table-row--clickable{cursor:pointer}.member-table-row__cell{padding:.75rem 1rem;font-size:.875rem;color:#161617;vertical-align:middle}.member-table-row__cell--user{min-width:250px}.member-table-row__cell--email{color:#97979c;font-size:.75rem}.member-table-row__cell--admin{width:80px;text-align:center}.member-table-row__cell--actions{width:50px;text-align:center}.member-table-row__user{display:flex;align-items:center;gap:.5rem}.member-table-row__user-info{display:flex;flex-direction:column}.member-table-row__name{font-weight:500;font-size:.875rem}.member-table-row__email{font-size:.75rem;color:#97979c}.member-table-row__toggle{position:relative;display:inline-block;width:36px;height:20px;cursor:pointer}.member-table-row__toggle-input{opacity:0;width:0;height:0}.member-table-row__toggle-input:checked+.member-table-row__toggle-slider{background-color:#008573}.member-table-row__toggle-input:checked+.member-table-row__toggle-slider:before{transform:translateX(16px)}.member-table-row__toggle-input:disabled+.member-table-row__toggle-slider{opacity:.5;cursor:not-allowed}.member-table-row__toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#d1d1d2;border-radius:20px;transition:background-color .15s}.member-table-row__toggle-slider:before{content:"";position:absolute;width:16px;height:16px;left:2px;bottom:2px;background-color:#fff;border-radius:50%;transition:transform .15s}.member-table-row__menu{position:relative;display:inline-flex}.member-table-row__menu-trigger{display:flex;align-items:center;justify-content:center;padding:.25rem;border:none;background:none;color:#97979c;cursor:pointer;border-radius:.25rem}.member-table-row__menu-trigger:hover{color:#161617;background-color:#ededed}.member-table-row__dropdown{position:absolute;top:100%;right:0;z-index:50;min-width:220px;background:#fff;border:1px solid #e1e1e1;border-radius:.5rem;box-shadow:0 4px 16px rgba(0,0,0,.12);padding:.25rem 0;animation:dropdown-fade-in .15s ease-out}.member-table-row__dropdown-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem 1rem;border:none;background:none;font-size:.75rem;color:#161617;cursor:pointer;text-align:left}.member-table-row__dropdown-item:hover{background-color:#f9f9f9}.member-table-row__dropdown-item--warning{color:#92400e}.member-table-row__dropdown-item--warning:hover{background-color:rgba(245,158,11,.08)}.member-table-row__dropdown-item--danger{color:#ef4444}.member-table-row__dropdown-item--danger:hover{background-color:#fee2e2}.member-table-row__dropdown-divider{height:1px;background-color:#e1e1e1;margin:.25rem 0}.member-table-row__remove-btn{display:flex;align-items:center;justify-content:center;padding:.25rem;border:none;background:none;color:#97979c;cursor:pointer;border-radius:.25rem}.member-table-row__remove-btn:hover{color:#ef4444;background-color:#fee2e2}@keyframes dropdown-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.group-reparent{display:flex;flex-direction:column;gap:1rem}.group-reparent__current{font-size:.875rem;color:#69696e}.group-reparent__select-wrapper{display:flex;flex-direction:column;gap:.25rem}.group-reparent__label{font-size:.75rem;font-weight:500;color:#69696e}.group-reparent__select{padding:.5rem 1rem;border:1px solid #e1e1e1;border-radius:.375rem;font-size:.875rem;color:#161617;background-color:#fff;width:100%;max-width:400px}.group-reparent__select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #dbeafe}.group-reparent__warning{display:flex;align-items:flex-start;gap:.5rem;padding:1rem;background-color:#fef3c7;border:1px solid #f59e0b;border-radius:.375rem;font-size:.75rem;color:#92400e;line-height:1.5}.group-reparent__warning svg{flex-shrink:0;margin-top:2px}.group-danger-zone{border:1px solid #ef4444;border-radius:.5rem;padding:1.5rem;background-color:#fff}.group-danger-zone__title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#ef4444;margin:0 0 1rem}.group-danger-zone__content{display:flex;flex-direction:column;gap:1rem}.group-danger-zone__description{font-size:.875rem;color:#69696e;margin:0}.group-danger-zone__impact{background-color:#fee2e2;padding:1rem;border-radius:.375rem}.group-danger-zone__impact-title{font-size:.75rem;font-weight:600;color:#b91c1c;margin:0 0 .25rem}.group-danger-zone__impact-list{margin:0;padding-left:1.5rem;font-size:.75rem;color:#b91c1c}.group-danger-zone__impact-list li{margin-bottom:.25rem}.group-danger-zone__delete-btn{display:inline-flex;align-items:center;gap:.25rem;align-self:flex-start;padding:.5rem 1.5rem;border:1px solid #ef4444;background-color:rgba(0,0,0,0);color:#ef4444;font-size:.875rem;font-weight:500;border-radius:.375rem;cursor:pointer;transition:all .15s}.group-danger-zone__delete-btn:hover{background-color:#ef4444;color:#fff}.group-danger-zone__delete-btn:disabled{opacity:.5;cursor:not-allowed}.add-member-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.4)}.add-member-modal__content{background:#fff;border-radius:.75rem;width:520px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.15)}.add-member-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #ededed}.add-member-modal__title{font-size:1.25rem;font-weight:600;color:#161617;margin:0;line-height:1.3}.add-member-modal__subtitle{font-size:.875rem;color:#97979c;margin:.25rem 0 0}.add-member-modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:.5rem;background:none;color:#97979c;cursor:pointer;transition:all .15s;flex-shrink:0}.add-member-modal__close:hover{background:#ededed;color:#46464a}.add-member-modal__body{display:flex;flex-direction:column;flex:1 1;min-height:0}.add-member-modal__search{position:relative;padding:1rem 1.5rem}.add-member-modal__search-icon{position:absolute;left:calc(1.5rem + 12px);top:50%;transform:translateY(-50%);color:#b8b8ba;pointer-events:none}.add-member-modal__search-input{width:100%;padding:.5rem 1rem .5rem 38px;border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;color:#161617;background:#fff;transition:border-color .15s}.add-member-modal__search-input::placeholder{color:#b8b8ba}.add-member-modal__search-input:focus{outline:none;border-color:#008573}.add-member-modal__list{flex:1 1;overflow-y:auto;padding:0 1.5rem .5rem;max-height:340px;display:flex;flex-direction:column;gap:.25rem}.add-member-modal__member{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border:1px solid rgba(0,0,0,0);border-radius:.5rem;background:none;cursor:pointer;text-align:left;transition:all .15s}.add-member-modal__member:hover{background:#f9f9f9}.add-member-modal__member--selected{border-color:#008573;background:#e6f7f5}.add-member-modal__member--selected:hover{background:#e6f7f5}.add-member-modal__avatar{flex-shrink:0}.add-member-modal__member-info{display:flex;flex-direction:column;min-width:0;flex:1 1}.add-member-modal__member-name{font-size:.875rem;font-weight:500;color:#161617;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.add-member-modal__member-email{font-size:.75rem;color:#97979c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.add-member-modal__member-badges{display:flex;gap:.25rem;flex-shrink:0}.add-member-modal__footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid #ededed}.add-member-modal__btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s}.add-member-modal__btn--cancel{background:none;color:#69696e}.add-member-modal__btn--cancel:hover{background:#ededed}.add-member-modal__btn--confirm{background:#008573;color:#fff}.add-member-modal__btn--confirm:hover:not(:disabled){background:#0d3d38}.add-member-modal__btn--confirm:disabled{opacity:.5;cursor:not-allowed}.add-member-modal__error{margin:0 1.5rem;padding:.5rem 1rem;background:#ffe9e0;border:1px solid #ffa57e;border-radius:.5rem;color:#c53c01;font-size:.75rem}.add-member-modal__loading{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:2rem;color:#97979c;font-size:.875rem}.add-member-modal__empty{text-align:center;padding:2rem;color:#b8b8ba;font-size:.875rem}.add-member-modal__spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.invite-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.4)}.invite-modal__content{background:#fff;border-radius:.75rem;width:520px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.15)}.invite-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #ededed}.invite-modal__title{font-size:1.25rem;font-weight:600;color:#161617;margin:0;line-height:1.3}.invite-modal__subtitle{font-size:.875rem;color:#97979c;margin:.25rem 0 0}.invite-modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:.5rem;background:none;color:#97979c;cursor:pointer;transition:all .15s;flex-shrink:0}.invite-modal__close:hover{background:#ededed;color:#46464a}.invite-modal__body{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:1rem;overflow-y:auto}.invite-modal__field{display:flex;flex-direction:column;gap:.25rem}.invite-modal__label{font-size:.75rem;font-weight:500;color:#46464a}.invite-modal__required{color:#ff4d00}.invite-modal__input{width:100%;padding:.5rem 1rem;border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;color:#161617;background:#fff;transition:border-color .15s}.invite-modal__input::placeholder{color:#b8b8ba}.invite-modal__input:focus{outline:none;border-color:#008573}.invite-modal__helper{font-size:.75rem;color:#b8b8ba}.invite-modal__tree-selector{border:1px solid #e1e1e1;border-radius:.5rem;max-height:200px;overflow-y:auto;padding:.25rem 0}.invite-modal__tree-node{display:flex;flex-direction:column}.invite-modal__tree-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border:none;background:none;cursor:pointer;text-align:left;font-size:.875rem;color:#46464a;transition:background .15s}.invite-modal__tree-item:hover{background:#f9f9f9}.invite-modal__tree-item--selected{background:#e6f7f5;color:#0d3d38}.invite-modal__tree-item--selected:hover{background:#e6f7f5}.invite-modal__tree-name{flex:1 1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.invite-modal__tree-badge{font-size:.625rem;padding:2px .25rem;background:#ededed;border-radius:.25rem;color:#69696e}.invite-modal__radio-group{display:flex;gap:.5rem}.invite-modal__radio-option{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #e1e1e1;border-radius:.5rem;background:#fff;cursor:pointer;font-size:.875rem;color:#46464a;transition:all .15s;flex:1 1;justify-content:center}.invite-modal__radio-option:hover{border-color:#d1d1d2}.invite-modal__radio-option--selected{border-color:#008573;background:#e6f7f5;color:#0d3d38}.invite-modal__radio-dot{width:16px;height:16px;border:2px solid #d1d1d2;border-radius:50%;position:relative}.invite-modal__radio-option--selected .invite-modal__radio-dot{border-color:#008573}.invite-modal__radio-option--selected .invite-modal__radio-dot:after{content:"";position:absolute;top:3px;left:3px;width:6px;height:6px;background:#008573;border-radius:50%}.invite-modal__error{margin:0 1.5rem;padding:.5rem 1rem;background:#ffe9e0;border:1px solid #ffa57e;border-radius:.5rem;color:#c53c01;font-size:.75rem}.invite-modal__success{margin:1rem 1.5rem;padding:.5rem 1rem;background:#e6f7f5;border:1px solid #99dfd7;border-radius:.5rem;color:#0d3d38;font-size:.875rem}.invite-modal__footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid #ededed}.invite-modal__btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s}.invite-modal__btn--cancel{background:none;color:#69696e}.invite-modal__btn--cancel:hover{background:#ededed}.invite-modal__btn--confirm{background:#008573;color:#fff}.invite-modal__btn--confirm:hover:not(:disabled){background:#0d3d38}.invite-modal__btn--confirm:disabled{opacity:.5;cursor:not-allowed}.invite-modal__spinner{animation:spin 1s linear infinite}.move-member-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.4)}.move-member-modal__content{background:#fff;border-radius:.75rem;width:520px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.15)}.move-member-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #ededed}.move-member-modal__title{font-size:1.25rem;font-weight:600;color:#161617;margin:0;line-height:1.3}.move-member-modal__subtitle{font-size:.875rem;color:#97979c;margin:.25rem 0 0}.move-member-modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:.5rem;background:none;color:#97979c;cursor:pointer;transition:all .15s;flex-shrink:0}.move-member-modal__close:hover{background:#ededed;color:#46464a}.move-member-modal__body{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:1rem;overflow-y:auto}.move-member-modal__info{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#e0f2fe;border:1px solid #7dd3fc;border-radius:.5rem}.move-member-modal__info-label{font-size:.75rem;font-weight:500;color:#0369a1}.move-member-modal__info-badges{display:flex;flex-wrap:wrap;gap:.25rem}.move-member-modal__info-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#fff;border:1px solid #7dd3fc;border-radius:.25rem;font-size:.75rem;color:#0369a1}.move-member-modal__tree-selector{border:1px solid #e1e1e1;border-radius:.5rem;max-height:280px;overflow-y:auto;padding:.25rem 0}.move-member-modal__tree-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border:none;background:none;cursor:pointer;text-align:left;font-size:.875rem;color:#46464a;transition:background .15s}.move-member-modal__tree-item:hover:not(:disabled){background:#f9f9f9}.move-member-modal__tree-item--selected{background:#e6f7f5;color:#0d3d38}.move-member-modal__tree-item--selected:hover{background:#e6f7f5}.move-member-modal__tree-item--disabled{opacity:.4;cursor:not-allowed}.move-member-modal__tree-name{flex:1 1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.move-member-modal__tree-badge{font-size:.625rem;padding:2px .25rem;background:#ededed;border-radius:.25rem;color:#69696e}.move-member-modal__error{margin:0 1.5rem;padding:.5rem 1rem;background:#ffe9e0;border:1px solid #ffa57e;border-radius:.5rem;color:#c53c01;font-size:.75rem}.move-member-modal__success{margin:1rem 1.5rem;padding:.5rem 1rem;background:#e6f7f5;border:1px solid #99dfd7;border-radius:.5rem;color:#0d3d38;font-size:.875rem}.move-member-modal__footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid #ededed}.move-member-modal__btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s}.move-member-modal__btn--cancel{background:none;color:#69696e}.move-member-modal__btn--cancel:hover{background:#ededed}.move-member-modal__btn--confirm{background:#008573;color:#fff}.move-member-modal__btn--confirm:hover:not(:disabled){background:#0d3d38}.move-member-modal__btn--confirm:disabled{opacity:.5;cursor:not-allowed}.move-member-modal__spinner{animation:spin 1s linear infinite}.groups-table__wrapper{overflow-x:auto;border:1px solid #e1e1e1;border-radius:.5rem;background-color:#fff}.groups-table__table{width:100%;border-collapse:collapse}.groups-table__table thead th{padding:.75rem 1rem;font-size:.75rem;font-weight:600;color:#97979c;text-align:left;border-bottom:1px solid #e1e1e1;white-space:nowrap;text-transform:uppercase;letter-spacing:.05em}.groups-table__table tbody tr{border-bottom:1px solid #ededed;transition:background-color .15s;cursor:pointer}.groups-table__table tbody tr:last-child{border-bottom:none}.groups-table__table tbody tr:hover{background-color:#ededed}.groups-table__table tbody td{padding:.75rem 1rem;font-size:.875rem;color:#161617;vertical-align:middle}.groups-table__name{font-weight:500;color:#161617}.groups-table__org-name{color:#97979c;font-size:.875rem}.groups-table__cell--muted{color:#97979c}.groups-table__delete-btn{display:flex;align-items:center;justify-content:center;padding:.25rem;border:none;background:none;color:#97979c;cursor:pointer;border-radius:.25rem}.groups-table__delete-btn:hover:not(:disabled){color:#ef4444;background-color:#fee2e2}.groups-table__delete-btn--disabled,.groups-table__delete-btn:disabled{color:#d1d1d2;cursor:not-allowed;opacity:.5}.groups-table__footer{display:flex;align-items:center;justify-content:center;padding:1rem;font-size:.75rem;color:#97979c;border-top:1px solid #ededed}.groups-tree-view__empty,.groups-tree-view__error,.groups-tree-view__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;color:#97979c}.groups-tree-view__empty h3,.groups-tree-view__error h3,.groups-tree-view__loading h3{margin:1rem 0 .5rem;font-size:1.25rem;color:#161617}.groups-tree-view__empty p,.groups-tree-view__error p,.groups-tree-view__loading p{font-size:.875rem;margin:0}.group-info-card__parent-link{color:#3b82f6;text-decoration:none}.group-info-card__parent-link:hover{text-decoration:underline}.subtree-card__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;text-align:center;color:#97979c}.subtree-card__empty p{margin:.5rem 0 0;font-size:.875rem}.subtree-card__list{display:flex;flex-direction:column}.members-table__table{width:100%;border-collapse:collapse}.members-table__table thead th{padding:.75rem 1rem;font-size:.75rem;font-weight:600;color:#97979c;text-align:left;border-bottom:1px solid #e1e1e1;white-space:nowrap;text-transform:uppercase;letter-spacing:.05em}.members-table__table tbody tr{border-bottom:1px solid #ededed;transition:background-color .15s}.members-table__table tbody tr:last-child{border-bottom:none}.members-table__table tbody tr:hover{background-color:#f9f9f9}.members-table__add-dropdown{position:relative}.members-table__dropdown-menu{position:absolute;top:calc(100% + .25rem);right:0;z-index:50;min-width:280px;background:#fff;border:1px solid #e1e1e1;border-radius:.75rem;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:.25rem}.members-table__dropdown-item{display:flex;align-items:flex-start;gap:.5rem;width:100%;padding:.5rem 1rem;border:none;border-radius:.5rem;background:none;cursor:pointer;text-align:left;transition:background .15s;color:#161617}.members-table__dropdown-item:hover{background:#f9f9f9}.members-table__dropdown-item svg{flex-shrink:0;margin-top:2px;color:#97979c}.members-table__dropdown-title{display:block;font-size:.875rem;font-weight:600;color:#161617;line-height:1.3}.members-table__dropdown-desc{display:block;font-size:.75rem;color:#97979c;line-height:1.3;margin-top:2px}.members-table__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;text-align:center;color:#97979c}.members-table__empty p{margin:.5rem 0 0;font-size:.875rem}.group-edit-form{display:flex;flex-direction:column;gap:2rem}.group-edit-form__fields{display:flex;flex-direction:column;gap:1rem}.group-edit-form__field{display:flex;flex-direction:column;gap:.25rem}.group-edit-form__label{font-size:.75rem;font-weight:500;color:#69696e}.group-edit-form__input{padding:.5rem 1rem;border:1px solid #e1e1e1;border-radius:.375rem;font-size:.875rem;color:#161617;background-color:#fff;width:100%}.group-edit-form__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #dbeafe}.group-edit-form__textarea{padding:.5rem 1rem;border:1px solid #e1e1e1;border-radius:.375rem;font-size:.875rem;color:#161617;background-color:#fff;width:100%;resize:vertical;font-family:var(--inter-font),sans-serif}.group-edit-form__textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #dbeafe}.group-edit-form__readonly{border-top:1px solid #ededed;padding-top:1.5rem}.group-edit-form__readonly-title{font-size:.875rem;font-weight:600;color:#69696e;margin:0 0 1rem}.groups-controls{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.groups-controls__search{position:relative;flex:1 1;min-width:200px;max-width:360px}.groups-controls__search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#97979c;pointer-events:none}.groups-controls__search-input{width:100%;padding:.5rem 1rem .5rem 36px;border:1px solid #e1e1e1;border-radius:.375rem;font-size:.875rem;color:#161617;background-color:#fff}.groups-controls__search-input::placeholder{color:#97979c}.groups-controls__search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #dbeafe}.groups-controls__filter{padding:.5rem 1rem;border:1px solid #e1e1e1;border-radius:.375rem;font-size:.875rem;color:#161617;background-color:#fff;min-width:160px}.groups-controls__filter:focus{outline:none;border-color:#3b82f6}.groups-controls__view-toggle{display:flex;border:1px solid #e1e1e1;border-radius:.375rem;overflow:hidden;margin-left:auto}.groups-controls__view-btn{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border:none;background-color:#fff;color:#97979c;font-size:.75rem;cursor:pointer;transition:all .15s}.groups-controls__view-btn:not(:last-child){border-right:1px solid #e1e1e1}.groups-controls__view-btn:hover{background-color:#f9f9f9;color:#161617}.groups-controls__view-btn--active{background-color:#3b82f6;color:#fff}.groups-controls__view-btn--active:hover{background-color:#1d4ed8;color:#fff}.group-detail-content{display:flex;flex-direction:column;gap:2rem}.group-detail-content__columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}@media(max-width:768px){.group-detail-content__columns{grid-template-columns:1fr}}.group-detail-content__main,.group-detail-content__side{min-width:0}.group-detail-content__row{display:grid;grid-template-columns:1fr 2fr;grid-gap:2rem;gap:2rem;align-items:start}@media(max-width:768px){.group-detail-content__row{grid-template-columns:1fr}}.group-detail-content__col{min-width:0}.group-detail-content__subgroup-members{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;text-align:center;color:#97979c}.group-detail-content__subgroup-members p{margin:.5rem 0 0;font-size:.875rem}.group-edit-page__header{margin-bottom:2rem}.group-edit-page__title{font-family:var(--syne-font),sans-serif;font-size:1.5rem;font-weight:700;color:#161617;margin:0 0 .25rem}.group-edit-page__subtitle{font-size:.875rem;color:#97979c;margin:0}.group-edit-page__content{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.group-edit-page__save-bar{position:-webkit-sticky;position:sticky;bottom:0;display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding:1rem 1.5rem;background-color:#fff;border-top:1px solid #e1e1e1;border-radius:.5rem .5rem 0 0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);z-index:10}.kpi-card{background:#fff;border-radius:.75rem;box-shadow:0 4px 16px rgba(0,0,0,.08);padding:1.5rem}.kpi-card__icon{color:#97979c;margin-bottom:.5rem}.kpi-card__count{font-family:var(--syne-font),sans-serif;font-size:2.5rem;font-weight:700;color:#161617;line-height:1;margin-bottom:.25rem}.kpi-card__count--amber{color:#f2d749}.kpi-card__count--red{color:#ff4d00}.kpi-card__subtitle{font-size:13px;color:#69696e;margin-bottom:.5rem}.kpi-card__trend{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;padding:2px .5rem;border-radius:10px}.kpi-card__trend--up{color:#008573;background:#e6f7f5}.kpi-card__trend--down{color:#ff4d00;background:#ffe9e0}.kpi-card__trend svg{width:12px;height:12px}.kpi-card--skeleton{animation:pulse 1.5s ease-in-out infinite}.kpi-card__skeleton-count{width:60px;height:36px;background:#ededed;border-radius:.25rem;margin-bottom:.25rem}.kpi-card__skeleton-subtitle{width:120px;height:14px;background:#ededed;border-radius:.25rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.activity-feed{list-style:none;padding:0;margin:0}.activity-feed__empty{font-size:13px;color:#97979c;text-align:center;padding:1.5rem 0}.activity-item{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid #ededed}.activity-item:last-child{border-bottom:none}.activity-item--skeleton{animation:pulse 1.5s ease-in-out infinite}.activity-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:5px}.activity-dot--green{background:#008573}.activity-dot--blue{background:#0ea5e9}.activity-dot--purple{background:#8b5cf6}.activity-dot--red{background:#ff4d00}.activity-dot--skeleton{background:#e1e1e1}.activity-text{flex:1 1;font-size:13px;color:#46464a;line-height:1.5}.activity-text strong{font-weight:600;color:#161617}.activity-text--skeleton{width:80%;height:14px;background:#ededed;border-radius:.25rem}.activity-time{font-size:.75rem;color:#b8b8ba;white-space:nowrap;margin-top:2px}.kpi-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;margin-bottom:28px}@media(max-width:1200px){.kpi-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.kpi-row{grid-template-columns:1fr}}.card{background:#fff;border-radius:.75rem;box-shadow:0 4px 16px rgba(0,0,0,.08);overflow:hidden}.card__header{padding:20px 24px 16px;border-bottom:1px solid #ededed}.card__title{font-family:var(--syne-font),sans-serif;font-size:1rem;font-weight:700;color:#161617}.card__body{padding:20px 24px 24px}.kyc-bar{display:flex;height:12px;border-radius:6px;overflow:hidden;margin-bottom:.75rem;background:#ededed}.kyc-bar__segment--green{background:#008573}.kyc-bar__segment--red{background:#ff4d00}.kyc-bar--skeleton{background:#ededed;animation:pulse 1.5s ease-in-out infinite}.kyc-summary{font-size:13px;color:#69696e;font-weight:600;margin-bottom:1rem}.kyc-summary--skeleton{width:180px;height:14px;background:#ededed;border-radius:.25rem;animation:pulse 1.5s ease-in-out infinite}.kyc-list{font-size:.75rem;color:#69696e;line-height:1.8}.kyc-list__row{margin-top:6px}.kyc-list strong{color:#46464a;font-weight:600}.kyc-label--green{color:#008573;font-weight:600}.kyc-label--red{color:#ff4d00;font-weight:600}.cat-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #ededed;font-size:13px;color:#46464a}.cat-row:last-child{border-bottom:none}.cat-row--skeleton{height:36px;background:#ededed;border-radius:.25rem;animation:pulse 1.5s ease-in-out infinite;margin-bottom:.5rem}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:10px;font-size:.75rem;font-weight:600}.badge--success{background:#e6f7f5;color:#008573}.badge--info{background:#e0f2fe;color:#0ea5e9}.badge--neutral{background:#ededed;color:#46464a}.overview-page__two-col{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:20px;gap:20px;margin-bottom:28px}@media(max-width:1024px){.overview-page__two-col{grid-template-columns:1fr}}.overview-page__right-col{display:flex;flex-direction:column;gap:20px}.overview-page__quick-actions{display:flex;align-items:center;gap:.75rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:10px 20px;border-radius:.5rem;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s;border:none;text-decoration:none}.btn svg{width:16px;height:16px}.btn--primary{background:#008573;color:#fff}.btn--primary:hover{background:#006d5f}.btn--secondary{background:#fff;color:#46464a;border:1px solid #e1e1e1}.btn--secondary:hover{border-color:#b8b8ba}.admin-profile-header{display:flex;align-items:center;gap:1.5rem;padding:2rem 0;border-bottom:1px solid #ededed;margin-bottom:2rem}.admin-profile-header__info{display:flex;flex-direction:column;gap:.25rem}.admin-profile-header__name{font-family:var(--syne-font),sans-serif;font-size:1.5rem;font-weight:700;color:#161617;margin:0}.admin-profile-header__email{font-size:.875rem;color:#97979c;margin:0}.admin-profile-header__badges{display:flex;gap:.5rem;margin-top:.25rem}.admin-profile-header__role-badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:20px;font-size:.75rem;font-weight:600;background-color:#dbeafe;color:#3b82f6;letter-spacing:.05em}.admin-security{display:flex;flex-direction:column;gap:1rem}.admin-security__field{display:flex;flex-direction:column;gap:.25rem}.admin-security__label{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;color:#69696e}.admin-security__input-wrapper{position:relative}.admin-security__input{width:100%;padding:.5rem 1rem;border:1px solid #e1e1e1;border-radius:.375rem;font-size:.875rem;color:#161617;background-color:#fff}.admin-security__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #dbeafe}.admin-security__toggle-visibility{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:#97979c;font-size:.75rem;cursor:pointer;padding:0;align-self:flex-start}.admin-security__toggle-visibility:hover{color:#161617}.admin-security__error{padding:.5rem 1rem;background-color:#fee2e2;border:1px solid #ef4444;border-radius:.375rem;font-size:.75rem;color:#b91c1c}.admin-security__success{padding:.5rem 1rem;background-color:#e6f7f5;border:1px solid #008573;border-radius:.375rem;font-size:.75rem;color:#0d3d38}.admin-security__actions{margin-top:.5rem}.admin-profile-page__content{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}@media(max-width:768px){.admin-profile-page__content{grid-template-columns:1fr}}.admin-profile-page__left,.admin-profile-page__right{min-width:0}.config-viewer{border:1px solid #e1e1e1;border-radius:.5rem;overflow:hidden;background:#f9f9f9}.config-viewer__title{padding:.5rem 1rem;font-size:.75rem;font-weight:600;color:#46464a;background:#ededed;border-bottom:1px solid #e1e1e1;text-transform:uppercase;letter-spacing:.04em}.config-viewer__content{padding:1rem;margin:0;font-family:SF Mono,Fira Code,Cascadia Code,Consolas,monospace;font-size:.75rem;line-height:1.6;white-space:pre;overflow-x:auto;-moz-tab-size:2;tab-size:2}.config-viewer__content::-webkit-scrollbar{width:6px;height:6px}.config-viewer__content::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.config-viewer__content::-webkit-scrollbar-thumb{background:#d1d1d2;border-radius:3px}.config-viewer__content::-webkit-scrollbar-thumb:hover{background:#b8b8ba}.config-viewer__key{color:#0d7377;font-weight:500}.config-viewer__string{color:#16803c}.config-viewer__number{color:#d97706}.config-viewer__boolean{color:#7c3aed}.config-viewer__null{color:#b8b8ba;font-style:italic}.config-viewer__bracket{color:#69696e}.config-viewer__punctuation{color:#97979c}.config-editor{display:flex;flex-direction:column;gap:.5rem}.config-editor__wrapper{border:1px solid #e1e1e1;border-radius:.5rem;overflow:hidden;transition:border-color .15s ease}.config-editor__wrapper:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.config-editor__error{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#ffe9e0;color:#e84904;font-size:.75rem;border-radius:.25rem;line-height:1.4}.config-editor__error svg{flex-shrink:0}.config-editor--error .config-editor__wrapper{border-color:#ff6725}.config-editor--error .config-editor__wrapper:focus-within{border-color:#ff4d00;box-shadow:0 0 0 3px rgba(255,77,0,.1)}.version-compare{border:1px solid #e1e1e1;border-radius:.5rem;overflow:hidden;background:#fff}.version-compare__stats{display:flex;align-items:center;gap:1.5rem;padding:.5rem 1rem;background:#f9f9f9;border-bottom:1px solid #e1e1e1;font-size:.75rem;font-weight:600}.version-compare__stat{display:flex;align-items:center;gap:4px;color:#69696e}.version-compare__stat--removed{color:#ff4d00}.version-compare__stat--added{color:#008573}.version-compare__panels{display:grid;grid-template-columns:1fr 1fr}@media(max-width:768px){.version-compare__panels{grid-template-columns:1fr}}.version-compare__panel{min-width:0;overflow:hidden}.version-compare__panel:first-child{border-right:1px solid #e1e1e1}@media(max-width:768px){.version-compare__panel:first-child{border-right:none;border-bottom:1px solid #e1e1e1}}.version-compare__panel-header{padding:.5rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;background:#f9f9f9;border-bottom:1px solid #e1e1e1}.version-compare__panel-header--left{color:#ff4d00}.version-compare__panel-header--right{color:#008573}.version-compare__panel-body{margin:0;padding:0;max-height:500px;overflow-y:auto;font-family:var(--inter-font),sans-serif;font-size:.75rem;line-height:1;white-space:pre}.version-compare__panel-body::-webkit-scrollbar{width:6px}.version-compare__panel-body::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.version-compare__panel-body::-webkit-scrollbar-thumb{background:#d1d1d2;border-radius:3px}.version-compare__line{display:block;padding:1px 1rem;min-height:1.6em;line-height:1.6}.version-compare__line--added{background-color:rgba(153,223,215,.35);color:#0d3d38}.version-compare__line--removed{background-color:rgba(255,202,179,.5);color:#e84904;text-decoration:line-through}.version-compare__line--unchanged{color:#69696e}.version-compare__line--empty{background:#f9f9f9;min-height:1.6em}.pricing-model-search-form{background:#fff;border:1px solid #e1e1e1;border-radius:.75rem;padding:1rem;margin-bottom:1.5rem}.pricing-model-search-form__search-row{margin-bottom:1rem}.pricing-model-search-form__search-input{position:relative;width:100%;max-width:500px}.pricing-model-search-form__search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#97979c;pointer-events:none}.pricing-model-search-form__input{width:100%;padding:.75rem .75rem .75rem 44px;border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;transition:all .2s ease}.pricing-model-search-form__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.pricing-model-search-form__input::placeholder{color:#97979c}.pricing-model-search-form__filters-row{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}@media(max-width:768px){.pricing-model-search-form__filters-row{flex-direction:column;align-items:stretch}}.pricing-model-search-form__field{display:flex;flex-direction:column;gap:.25rem;min-width:200px;max-width:250px}@media(max-width:768px){.pricing-model-search-form__field{max-width:none;min-width:auto}}.pricing-model-search-form__label{font-size:.75rem;font-weight:500;color:#69696e;text-transform:uppercase;letter-spacing:.05em}.pricing-model-search-form__actions{display:flex;align-items:flex-end;gap:.5rem;margin-left:auto}@media(max-width:768px){.pricing-model-search-form__actions{margin-left:0;margin-top:.5rem}}.pricing-model-search-form__reset-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #d1d1d2;border-radius:.5rem;background:#fff;color:#69696e;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;height:42px}.pricing-model-search-form__reset-btn:hover{background:#f9f9f9;border-color:#b8b8ba;color:#2b2b2d}.history-timeline{border:1px solid #e1e1e1;border-radius:.5rem;overflow:hidden;background:#fff}.history-timeline__toolbar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#f9f9f9;border-bottom:1px solid #e1e1e1;gap:1rem}.history-timeline__toolbar-hint{font-size:.75rem;color:#97979c;font-style:italic}.history-timeline__compare-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:.375rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}.history-timeline__compare-btn:hover:not(:disabled){background:#1d4ed8}.history-timeline__compare-btn:disabled{background:#e1e1e1;color:#b8b8ba;cursor:not-allowed}.history-timeline__list{display:flex;flex-direction:column}.history-timeline__entry{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid #ededed;transition:background-color .15s ease;cursor:pointer}.history-timeline__entry:hover{background:#f9f9f9}.history-timeline__entry--selected,.history-timeline__entry--selected:hover{background:#dbeafe}.history-timeline__entry--expanded{border-bottom:none}.history-timeline__entry-chevron{flex-shrink:0;color:#97979c;display:flex;align-items:center;transition:color .15s ease}.history-timeline__entry--expanded .history-timeline__entry-chevron{color:#3b82f6}.history-timeline__entry-config{padding:0 1rem 1rem;margin-left:calc(30px + 1rem*2);border-bottom:1px solid #ededed}.history-timeline__entry-config .config-viewer{border:1px solid #e1e1e1;border-radius:.375rem;background:#f9f9f9}.history-timeline__checkbox-label{display:flex;align-items:center;cursor:pointer}.history-timeline__checkbox{width:16px;height:16px;accent-color:#3b82f6;cursor:pointer}.history-timeline__checkbox:disabled{cursor:not-allowed;opacity:.4}.history-timeline__entry-version{flex-shrink:0}.history-timeline__entry-info{display:flex;align-items:center;gap:.5rem;flex:1 1;min-width:0}@media(max-width:640px){.history-timeline__entry-info{flex-direction:column;align-items:flex-start;gap:.25rem}}.history-timeline__entry-date{font-size:.875rem;color:#2b2b2d;font-weight:500;white-space:nowrap}.history-timeline__entry-lifespan{font-size:.75rem;color:#3b82f6;font-weight:600;white-space:nowrap;padding:0 .5rem;border-left:1px solid #ededed;border-right:1px solid #ededed}.history-timeline__entry-author{font-size:.75rem;color:#97979c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-timeline__empty{padding:2rem;text-align:center;color:#97979c;font-size:.875rem;font-style:italic}.pricing-models-list__stats{display:flex;gap:1rem;margin-top:1.5rem}.pricing-models-list__stat{display:flex;align-items:center;gap:6px;padding:.25rem 1rem;font-size:.75rem;font-weight:600;border-radius:20px;background:#fff;border:1px solid #e1e1e1;color:#69696e}.pricing-models-list__stat-dot{width:8px;height:8px;border-radius:50%}.pricing-models-list__stat-dot--all{background:#3b82f6}.pricing-models-list__stat-dot--validated{background:#008573}.pricing-models-list__stat-dot--draft{background:#f59e0b}.pricing-models-list__active-version{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;font-weight:500;color:#008573}.pricing-models-list__no-active{font-size:.75rem;color:#97979c;font-style:italic}.pricing-models-list__table-wrapper{background:#fff;border-radius:.75rem;border:1px solid #e1e1e1;overflow:hidden;margin-top:1.5rem}.pricing-models-list__table{width:100%;border-collapse:collapse;font-size:.875rem}.pricing-models-list__th{padding:.75rem 1.5rem;text-align:left;font-weight:600;font-size:.75rem;color:#69696e;text-transform:uppercase;letter-spacing:.04em;background:#f9f9f9;border-bottom:1px solid #e1e1e1;white-space:nowrap}.pricing-models-list__th--actions{text-align:right;width:60px}.pricing-models-list__row{cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid #ededed}.pricing-models-list__row:last-child{border-bottom:none}.pricing-models-list__row:hover{background-color:#f9f9f9}.pricing-models-list__td{padding:1rem 1.5rem;vertical-align:middle}.pricing-models-list__td--date{color:#69696e;font-size:.75rem;white-space:nowrap}.pricing-models-list__td--actions{text-align:right}.pricing-models-list__ref{font-weight:600;color:#161617;font-family:var(--inter-font),sans-serif}.pricing-models-list__actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.pricing-models-list__action-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e1e1e1;border-radius:.375rem;background:#fff;color:#69696e;cursor:pointer;transition:all .15s ease}.pricing-models-list__action-btn:hover{background:#f9f9f9}.pricing-models-list__action-btn--delete:hover{color:#ef4444;border-color:#ef4444;background:#fee2e2}.pricing-models-list__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border-radius:.75rem;border:1px solid #e1e1e1;margin-top:1.5rem}.pricing-models-list__empty-icon{color:#d1d1d2;margin-bottom:1rem}.pricing-models-list__empty-title{font-size:1.25rem;font-weight:600;color:#161617;margin:0 0 .5rem}.pricing-models-list__empty-text{font-size:.875rem;color:#69696e;margin:0}.pricing-model-info-card{background:#fff;border-radius:.75rem;border:1px solid #e1e1e1;padding:1.5rem}.pricing-model-info-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #ededed;flex-wrap:wrap;gap:1rem}.pricing-model-info-card__title{font-size:1.25rem;font-weight:600;color:#161617;margin:0}.pricing-model-info-card__actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.pricing-model-info-card__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1.5rem;gap:1.5rem}@media(max-width:768px){.pricing-model-info-card__grid{grid-template-columns:1fr;gap:1rem}}.pricing-model-info-card__field{display:flex;flex-direction:column;gap:.25rem}.pricing-model-info-card__field-label{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;color:#69696e;text-transform:uppercase;letter-spacing:.03em}.pricing-model-info-card__field-value{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#161617;font-weight:500}.pricing-model-info-card__title--mono{font-family:var(--inter-font),sans-serif;font-size:20px;letter-spacing:-.3px}.pricing-model-info-card__active-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;font-size:.75rem;font-weight:600;border-radius:20px;background:#e6f7f5;color:#008573;border:1px solid #e6f7f5}.pricing-model-info-card__no-active{font-size:.75rem;color:#97979c;font-style:italic}.current-config-section{background:#fff;border-radius:.75rem;border:1px solid #e1e1e1;padding:1.5rem}.current-config-section__warning{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fefbeb;border:1px solid #fbf1bb;border-radius:.375rem;color:#857002;font-size:.75rem;font-weight:500;margin-bottom:1rem}.current-config-section__warning svg{flex-shrink:0;color:#e5c107}.current-config-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.current-config-section__title{font-size:1rem;font-weight:600;color:#161617;margin:0}.current-config-section__edit-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.75rem;font-weight:500;color:#3b82f6;background:rgba(0,0,0,0);border:1px solid #3b82f6;border-radius:.375rem;cursor:pointer;transition:all .15s ease}.current-config-section__edit-btn:hover{background:#dbeafe}.current-config-section__editor{display:flex;flex-direction:column;gap:1rem}.current-config-section__editor-actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.current-config-section__btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.75rem;font-weight:500;border-radius:.375rem;border:1px solid rgba(0,0,0,0);cursor:pointer;transition:all .15s ease}.current-config-section__btn:disabled{opacity:.6;cursor:not-allowed}.current-config-section__btn--cancel{color:#69696e;background:#fff;border-color:#e1e1e1}.current-config-section__btn--cancel:hover:not(:disabled){background:#f9f9f9}.current-config-section__btn--save{color:#fff;background:#008573;border-color:#008573}.current-config-section__btn--save:hover:not(:disabled){background:#0d3d38}.active-config-section{background:#fff;border-radius:.75rem;border:1px solid #e1e1e1;padding:1.5rem}.active-config-section__info{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#e0f2fe;border:1px solid #7dd3fc;border-radius:.375rem;color:#075985;font-size:.75rem;font-weight:500;margin-bottom:1rem}.active-config-section__info svg{flex-shrink:0;color:#0284c7}.active-config-section__header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.active-config-section__title{font-size:1rem;font-weight:600;color:#161617;margin:0}.active-config-section__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.active-config-section__empty-icon{color:#d1d1d2;margin-bottom:1rem}.active-config-section__empty-text{font-size:1rem;font-weight:600;color:#161617;margin:0 0 .25rem}.active-config-section__empty-hint{font-size:.75rem;color:#69696e;margin:0}.version-history-section{background:#fff;border-radius:.75rem;border:1px solid #e1e1e1;padding:1.5rem}.version-history-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:.5rem}.version-history-section__title{font-size:1rem;font-weight:600;color:#161617;margin:0}.version-history-section__compare-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.75rem;font-weight:500;color:#fff;background:#3b82f6;border:none;border-radius:.375rem;cursor:pointer;transition:all .15s ease}.version-history-section__compare-btn:hover:not(:disabled){background:#1d4ed8}.version-history-section__compare-btn:disabled{opacity:.6;cursor:not-allowed}.version-history-section__loading{display:flex;align-items:center;justify-content:center;padding:2rem}.version-history-section__empty{text-align:center;padding:2rem;color:#69696e;font-size:.875rem}.version-history-section__empty p{margin:0 0 .25rem}.version-history-section__empty-hint{font-size:.75rem;color:#97979c}.version-history-section__compare-result{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #ededed}.pricing-model-detail{display:flex;flex-direction:column;gap:1.5rem}.pricing-model-detail__tabs{display:flex;gap:0;border-bottom:2px solid #e1e1e1;margin-top:.5rem}.pricing-model-detail__tab{padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;color:#69696e;background:rgba(0,0,0,0);border:none;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-2px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.pricing-model-detail__tab:hover{color:#161617;background:#f9f9f9}.pricing-model-detail__tab--active{color:#3b82f6;border-bottom-color:#3b82f6;font-weight:600}.pricing-model-detail__tab--active:hover{color:#3b82f6}.pricing-model-detail__tab-content{margin-top:.5rem}.pricing-model-create{display:flex;flex-direction:column;gap:1.5rem}.pricing-model-create__form{display:flex;flex-direction:column;gap:2rem;background:#fff;border-radius:.75rem;border:1px solid #e1e1e1;padding:2rem}.pricing-model-create__field{display:flex;flex-direction:column;gap:.5rem}.pricing-model-create__label{font-size:.875rem;font-weight:600;color:#161617}.pricing-model-create__input{width:100%;padding:.75rem 1rem .75rem 2rem;font-size:.875rem;font-family:var(--inter-font),sans-serif;color:#161617;background:#fff;border:1px solid #e1e1e1;border-radius:.375rem;transition:border-color .15s ease;outline:none}.pricing-model-create__input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.pricing-model-create__input--error{border-color:#ef4444}.pricing-model-create__input--error:focus{box-shadow:0 0 0 3px rgba(239,68,68,.1)}.pricing-model-create__error{font-size:.75rem;color:#ef4444;font-weight:500}.pricing-model-create__selected{font-size:.75rem;color:#008573;font-weight:500}.pricing-model-create__product-selector,.pricing-model-create__search-wrapper{position:relative}.pricing-model-create__search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#97979c;pointer-events:none}.pricing-model-create__dropdown{position:absolute;top:100%;left:0;right:0;max-height:280px;overflow-y:auto;background:#fff;border:1px solid #e1e1e1;border-top:none;border-radius:0 0 .375rem .375rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);z-index:50}.pricing-model-create__dropdown-item{display:flex;align-items:center;gap:1rem;width:100%;padding:.75rem 1rem;background:rgba(0,0,0,0);border:none;border-bottom:1px solid #ededed;cursor:pointer;text-align:left;transition:background-color .15s ease}.pricing-model-create__dropdown-item:last-child{border-bottom:none}.pricing-model-create__dropdown-item:hover{background:#f9f9f9}.pricing-model-create__dropdown-ref{font-family:SF Mono,Fira Code,monospace;font-size:.75rem;font-weight:600;color:#1d4ed8;white-space:nowrap}.pricing-model-create__dropdown-label{font-size:.75rem;color:#69696e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pricing-model-create__dropdown-empty,.pricing-model-create__dropdown-loading{padding:1rem;text-align:center;font-size:.75rem;color:#97979c}.pricing-model-create__actions{display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #ededed}.pricing-model-create__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;border-radius:.375rem;border:1px solid rgba(0,0,0,0);cursor:pointer;transition:all .15s ease}.pricing-model-create__btn:disabled{opacity:.6;cursor:not-allowed}.pricing-model-create__btn--cancel{color:#69696e;background:#fff;border-color:#e1e1e1}.pricing-model-create__btn--cancel:hover{background:#f9f9f9}.pricing-model-create__btn--submit{color:#fff;background:#3b82f6;border-color:#3b82f6}.pricing-model-create__btn--submit:hover:not(:disabled){background:#1d4ed8}.product-pricing-search-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.product-pricing-search-form__search-row{display:flex;gap:1rem}.product-pricing-search-form__search-input{position:relative;flex:1 1;max-width:480px}.product-pricing-search-form__search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#69696e;pointer-events:none}.product-pricing-search-form__input{width:100%;padding:.75rem .75rem .75rem calc(.75rem + 28px);border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;color:#161617;background:#fff;transition:border-color .15s ease}.product-pricing-search-form__input::placeholder{color:#69696e}.product-pricing-search-form__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.product-pricing-search-form__filters-row{display:flex;align-items:flex-end;gap:1.5rem;flex-wrap:wrap}.product-pricing-search-form__field{display:flex;flex-direction:column;gap:.25rem;min-width:200px}.product-pricing-search-form__label{font-size:.75rem;font-weight:500;color:#69696e}.product-pricing-search-form__actions{display:flex;align-items:center}.product-pricing-search-form__reset-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border:1px solid #e1e1e1;border-radius:.5rem;background:#fff;color:#69696e;font-size:.75rem;cursor:pointer;transition:all .15s ease}.product-pricing-search-form__reset-btn:hover{color:#161617;border-color:#161617;background:#f9f9f9}.naked-premium-table{display:block;background:#fff;border:1px solid #e1e1e1;border-radius:.375rem;overflow:hidden}.naked-premium-table__toolbar{display:flex;align-items:center;gap:2rem;padding:0 1.5rem;border-bottom:1px solid #ededed}.naked-premium-table__tabs{display:inline-flex;gap:1.5rem}.naked-premium-table__tabs-label{font-size:.625rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#97979c;padding:.75rem 0;margin-right:.25rem}.naked-premium-table__tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:rgba(0,0,0,0);padding:.75rem 0;font-family:var(--inter-font),sans-serif;font-size:.875rem;color:#97979c;cursor:pointer;position:relative;transition:color .15s ease}.naked-premium-table__tab:hover{color:#161617}.naked-premium-table__tab[aria-pressed=true]{color:#161617;font-weight:600}.naked-premium-table__tab[aria-pressed=true]:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#008573}.naked-premium-table__tabs-sep{width:1px;align-self:stretch;background:#ededed;margin:.5rem 0}.naked-premium-table__count{margin-left:auto;font-size:.875rem;color:#97979c;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.naked-premium-table__count strong{color:#161617;font-weight:600}.naked-premium-table__wrap{max-height:520px;overflow:auto}.naked-premium-table__table{width:100%;border-collapse:separate;border-spacing:0;font-size:.875rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.naked-premium-table__th{top:0;z-index:2;font-weight:500;font-size:.625rem;letter-spacing:.08em;text-transform:uppercase;color:#69696e;text-align:right;padding:.5rem .75rem;border-bottom:1px solid #e1e1e1;white-space:nowrap}.naked-premium-table__th,.naked-premium-table__th--strike{position:-webkit-sticky;position:sticky;background:#f9f9f9}.naked-premium-table__th--strike{left:0;z-index:3;text-align:left;padding-left:1.5rem;padding-right:1.5rem}.naked-premium-table__row:hover .naked-premium-table__row__td{background:#fff}.naked-premium-table__row:hover .naked-premium-table__row__td--strike{background:#e6f7f5;box-shadow:inset 2px 0 0 #008573}.naked-premium-table__td{padding:.5rem .75rem;text-align:right;color:#161617;border-bottom:1px solid #ededed}.naked-premium-table__td--strike{position:-webkit-sticky;position:sticky;left:0;z-index:1;text-align:left;padding-left:1.5rem;padding-right:1.5rem;font-weight:600;color:#161617;background:#f9f9f9}.naked-premium-table__td--empty{color:#d1d1d2}.naked-premium-table__table tbody tr:last-child .naked-premium-table__td{border-bottom:0}.naked-premium-table__row:hover .naked-premium-table__td{background:#fff}.naked-premium-table__row:hover .naked-premium-table__td--strike{background:#e6f7f5;box-shadow:inset 2px 0 0 #008573}.naked-premium-table__footer{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1.5rem;background:#f9f9f9;border-top:1px solid #ededed;font-size:.75rem;color:#97979c;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.naked-premium-table__footer strong{color:#161617;font-weight:600}.naked-premium-table__empty{text-align:center;padding:2.5rem;color:#97979c;font-size:.875rem}.product-pricing-history-timeline{display:flex;flex-direction:column;gap:1rem}.product-pricing-history-timeline__toolbar{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0}.product-pricing-history-timeline__toolbar-hint{font-size:.75rem;color:#69696e}.product-pricing-history-timeline__compare-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border:1px solid #3b82f6;border-radius:.5rem;background:rgba(0,0,0,0);color:#3b82f6;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s ease}.product-pricing-history-timeline__compare-btn:hover:not(:disabled){background:#3b82f6;color:#fff}.product-pricing-history-timeline__compare-btn:disabled{opacity:.4;cursor:not-allowed}.product-pricing-history-timeline__list{display:flex;flex-direction:column;border:1px solid #e1e1e1;border-radius:.5rem;overflow:hidden}.product-pricing-history-timeline__entry{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid rgba(225,225,225,.5);cursor:pointer;transition:background .15s ease}.product-pricing-history-timeline__entry:last-child{border-bottom:none}.product-pricing-history-timeline__entry:hover{background:#f9f9f9}.product-pricing-history-timeline__entry--selected{background:rgba(59,130,246,.06);border-left:3px solid #3b82f6}.product-pricing-history-timeline__entry--expanded{background:#f9f9f9}.product-pricing-history-timeline__checkbox-label{display:flex;align-items:center;cursor:pointer}.product-pricing-history-timeline__checkbox{accent-color:#3b82f6;width:16px;height:16px}.product-pricing-history-timeline__entry-chevron{color:#69696e;flex-shrink:0}.product-pricing-history-timeline__entry-version{flex-shrink:0}.product-pricing-history-timeline__entry-info{display:flex;align-items:center;gap:1.5rem;flex:1 1}.product-pricing-history-timeline__entry-author,.product-pricing-history-timeline__entry-date{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#69696e}.product-pricing-history-timeline__entry-details{padding:1rem 1.5rem 1.5rem calc(1.5rem + 36px);background:#f9f9f9;border-bottom:1px solid rgba(225,225,225,.5)}.product-pricing-history-timeline__entry-params{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:.5rem 1.5rem;gap:.5rem 1.5rem}.product-pricing-history-timeline__param{display:flex;flex-direction:column;gap:2px}.product-pricing-history-timeline__param-label{font-size:.625rem;font-weight:500;color:#69696e;text-transform:uppercase;letter-spacing:.5px}.product-pricing-history-timeline__param-value{font-size:.75rem;color:#161617;font-weight:500}.product-pricing-history-timeline__empty{padding:2rem;text-align:center;color:#69696e;font-size:.875rem}.product-pricing-version-compare{display:flex;flex-direction:column;gap:1.5rem;border:1px solid #e1e1e1;border-radius:.5rem;padding:1.5rem;background:#fff}.product-pricing-version-compare__header{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;padding-left:140px}.product-pricing-version-compare__column-label{font-size:.875rem;font-weight:600;color:#2b2b2d;text-align:center;padding:.5rem;background:#f9f9f9;border-radius:.25rem}.product-pricing-version-compare__params{display:flex;flex-direction:column;gap:1px;background:rgba(225,225,225,.3);border-radius:.5rem;overflow:hidden}.product-pricing-version-compare__param-row{display:grid;grid-template-columns:140px 1fr 1fr;grid-gap:1.5rem;gap:1.5rem;padding:.5rem 1rem;background:#fff}.product-pricing-version-compare__param-row--changed{background:rgba(254,251,235,.5)}.product-pricing-version-compare__param-label{font-size:.75rem;font-weight:500;color:#69696e}.product-pricing-version-compare__param-left,.product-pricing-version-compare__param-right{font-size:.75rem;color:#161617;text-align:center}.product-pricing-version-compare__grids{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.product-pricing-version-compare__grid-column{min-width:0}.product-pricing-version-compare__grid-title{font-size:.75rem;font-weight:600;color:#46464a;margin:0 0 .5rem}.product-pricings-list__stats{display:flex;align-items:center;gap:1.5rem;padding:1rem 0;margin-bottom:1rem}.product-pricings-list__stat{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#69696e}.product-pricings-list__stat-dot{width:8px;height:8px;border-radius:50%}.product-pricings-list__stat-dot--all{background:#97979c}.product-pricings-list__stat-dot--validated{background:#008573}.product-pricings-list__stat-dot--pending{background:#f2d749}.product-pricings-list__table-wrapper{overflow-x:auto;border:1px solid #e1e1e1;border-radius:.75rem;background:#fff}.product-pricings-list__table{width:100%;border-collapse:collapse}.product-pricings-list__th{padding:1rem 1.5rem;font-size:.75rem;font-weight:600;color:#69696e;text-align:left;white-space:nowrap;background:#f9f9f9;border-bottom:1px solid #e1e1e1}.product-pricings-list__th--actions{width:100px}.product-pricings-list__row{cursor:pointer;transition:background .15s ease;border-bottom:1px solid rgba(225,225,225,.5)}.product-pricings-list__row:hover{background:rgba(59,130,246,.04)}.product-pricings-list__row:last-child{border-bottom:none}.product-pricings-list__td{padding:1rem 1.5rem;font-size:.75rem;color:#161617;vertical-align:middle}.product-pricings-list__td--date{white-space:nowrap;color:#69696e}.product-pricings-list__td--actions{text-align:right}.product-pricings-list__product{display:flex;flex-direction:column;gap:2px}.product-pricings-list__product-label{font-weight:500;color:#2b2b2d}.product-pricings-list__product-ref{font-size:.625rem;color:#69696e;font-family:monospace}.product-pricings-list__tag{display:inline-block;padding:2px .5rem;border-radius:.25rem;background:#f9f9f9;color:#46464a;font-size:.625rem;font-weight:500;letter-spacing:.5px}.product-pricings-list__action-buttons{display:flex;align-items:center;justify-content:flex-end;gap:.25rem}.product-pricings-list__action-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(0,0,0,0);border-radius:.25rem;background:rgba(0,0,0,0);cursor:pointer;transition:all .15s ease}.product-pricings-list__action-btn--view{color:#69696e}.product-pricings-list__action-btn--view:hover{color:#3b82f6;background:rgba(59,130,246,.08)}.product-pricings-list__action-btn--validate{color:#008573}.product-pricings-list__action-btn--validate:hover{background:rgba(0,133,115,.08)}.product-pricings-list__empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:3rem;text-align:center}.product-pricings-list__empty-icon{color:#69696e;opacity:.5}.product-pricings-list__empty-title{font-size:1.25rem;font-weight:600;color:#161617;margin:0}.product-pricings-list__empty-text{font-size:.875rem;color:#69696e;margin:0}.product-pricing-info-card{background:#fff;border:1px solid #e1e1e1;border-radius:.75rem;padding:2rem}.product-pricing-info-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem}.product-pricing-info-card__title-group{display:flex;flex-direction:column;gap:.25rem}.product-pricing-info-card__title{font-size:1.5rem;font-weight:700;color:#161617;margin:0}.product-pricing-info-card__ref{font-size:.75rem;color:#69696e;font-family:monospace}.product-pricing-info-card__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.product-pricing-info-card__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem}.product-pricing-info-card__field{display:flex;flex-direction:column;gap:.25rem}.product-pricing-info-card__field-label{display:inline-flex;align-items:center;gap:.25rem;font-size:.625rem;font-weight:500;color:#69696e;text-transform:uppercase;letter-spacing:.5px}.product-pricing-info-card__field-value{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#161617;font-weight:500}.product-pricing-version-history-section{display:flex;flex-direction:column;gap:1rem}.product-pricing-version-history-section__header{display:flex;align-items:center;justify-content:space-between}.product-pricing-version-history-section__title{font-size:1.25rem;font-weight:600;color:#2b2b2d;margin:0}.product-pricing-version-history-section__loading{display:flex;justify-content:center;padding:2rem}.product-pricing-version-history-section__empty{text-align:center;padding:2rem;color:#69696e}.product-pricing-version-history-section__empty-hint{font-size:.75rem;color:#69696e;margin-top:.25rem}.product-pricing-version-history-section__compare-result{margin-top:1.5rem}.product-pricing-detail{display:flex;flex-direction:column;gap:1.5rem}.product-pricing-detail__tabs{display:flex;gap:0;border-bottom:2px solid #e1e1e1;margin-top:.5rem}.product-pricing-detail__tab{padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;color:#69696e;background:rgba(0,0,0,0);border:none;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-2px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.product-pricing-detail__tab:hover{color:#161617;background:#f9f9f9}.product-pricing-detail__tab--active{color:#3b82f6;border-bottom-color:#3b82f6;font-weight:600}.product-pricing-detail__tab--active:hover{color:#3b82f6}.product-pricing-detail__tab-content{margin-top:.5rem}.product-pricing-tmp-search-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.product-pricing-tmp-search-form__search-row{display:flex;gap:1rem}.product-pricing-tmp-search-form__search-input{position:relative;flex:1 1;max-width:480px}.product-pricing-tmp-search-form__search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#69696e;pointer-events:none}.product-pricing-tmp-search-form__input{width:100%;padding:.75rem .75rem .75rem calc(.75rem + 28px);border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;background:#fff;color:#161617}.product-pricing-tmp-search-form__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(0,0,0,.04)}.product-pricing-tmp-search-form__input::placeholder{color:#69696e}.product-pricing-tmp-search-form__filters-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem}.product-pricing-tmp-search-form__field{display:flex;flex-direction:column;gap:.25rem;min-width:180px}.product-pricing-tmp-search-form__label{font-size:.625rem;font-weight:600;color:#69696e;text-transform:uppercase;letter-spacing:.04em}.product-pricing-tmp-search-form__actions{margin-left:auto}.product-pricing-tmp-search-form__reset-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem 1rem;background:rgba(0,0,0,0);border:1px solid #e1e1e1;border-radius:.5rem;font-size:.75rem;color:#69696e;cursor:pointer;transition:all .15s ease}.product-pricing-tmp-search-form__reset-btn:hover{color:#161617;border-color:#b8b8ba}.product-pricing-tmps-list__stats{display:flex;align-items:center;gap:1.5rem;padding:1rem 0;margin-bottom:1rem}.product-pricing-tmps-list__stat{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#69696e}.product-pricing-tmps-list__stat-dot{width:8px;height:8px;border-radius:50%}.product-pricing-tmps-list__stat-dot--all{background:#97979c}.product-pricing-tmps-list__stat-dot--validated{background:#008573}.product-pricing-tmps-list__stat-dot--pending{background:#f2d749}.product-pricing-tmps-list__table-wrapper{overflow-x:auto;border:1px solid #e1e1e1;border-radius:.75rem;background:#fff}.product-pricing-tmps-list__table{width:100%;border-collapse:collapse}.product-pricing-tmps-list__th{padding:1rem;text-align:left;font-size:.625rem;font-weight:600;color:#69696e;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e1e1e1;background:#f9f9f9}.product-pricing-tmps-list__th--actions{width:60px}.product-pricing-tmps-list__row{cursor:pointer;transition:background-color .15s ease}.product-pricing-tmps-list__row:hover{background:#f9f9f9}.product-pricing-tmps-list__row:not(:last-child){border-bottom:1px solid #e1e1e1}.product-pricing-tmps-list__td{padding:1rem;font-size:.75rem;color:#161617;vertical-align:middle}.product-pricing-tmps-list__td--date{color:#69696e;white-space:nowrap}.product-pricing-tmps-list__td--actions{width:60px}.product-pricing-tmps-list__td--dict-key{max-width:240px}.product-pricing-tmps-list__dict-key{font-family:var(--inter-font),sans-serif;font-size:.625rem;color:#46464a;background:#ededed;padding:2px .25rem;border-radius:.25rem}.product-pricing-tmps-list__action-buttons{display:inline-flex;gap:.25rem}.product-pricing-tmps-list__action-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #e1e1e1;border-radius:.25rem;background:rgba(0,0,0,0);color:#69696e;cursor:pointer;transition:all .15s ease}.product-pricing-tmps-list__action-btn:hover{color:#161617;border-color:#b8b8ba}.product-pricing-tmps-list__action-btn--view:hover{color:#1d4ed8;border-color:#3b82f6}.product-pricing-tmps-list__empty{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;text-align:center;background:#f9f9f9;border:1px dashed #e1e1e1;border-radius:.75rem}.product-pricing-tmps-list__empty-icon{color:#69696e;margin-bottom:1rem}.product-pricing-tmps-list__empty-title{margin:0 0 .25rem;font-size:1.25rem;color:#161617}.product-pricing-tmps-list__empty-text{margin:0;font-size:.75rem;color:#69696e}.product-pricing-tmp-info-card{background:#fff;border:1px solid #e1e1e1;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}.product-pricing-tmp-info-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e1e1e1}.product-pricing-tmp-info-card__title-group{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1 1}.product-pricing-tmp-info-card__title{margin:0;font-family:var(--syne-font),sans-serif;font-size:1.5rem;font-weight:700;color:#161617;line-height:1.3}.product-pricing-tmp-info-card__identity-row{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.5rem}.product-pricing-tmp-info-card__dict-key{font-family:var(--inter-font),sans-serif;font-size:.625rem;color:#46464a;background:#ededed;padding:2px .25rem;border-radius:.25rem;max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-pricing-tmp-info-card__actions{flex-shrink:0}.product-pricing-tmp-info-card__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.product-pricing-tmp-info-card__field{display:flex;flex-direction:column;gap:.25rem}.product-pricing-tmp-info-card__field-label{display:inline-flex;align-items:center;gap:.25rem;font-size:.625rem;font-weight:600;color:#69696e;text-transform:uppercase;letter-spacing:.04em}.product-pricing-tmp-info-card__field-value{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.25rem;font-size:.875rem;color:#161617}.product-pricing-tmp-info-card__banner{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;margin-bottom:1rem;font-size:.75rem;line-height:1.4}.product-pricing-tmp-info-card__banner--warning{background:#fefbeb;border:1px solid #fbf1bb;color:#cfae00}.product-pricing-tmp-info-card__banner--danger{background:#ffe9e0;border:1px solid #ffa57e;color:#c53c01}.product-pricing-tmp-validate-button{display:inline-block}.naked-premium-table-tmp{display:block;background:#fff;border:1px solid #e1e1e1;border-radius:.375rem;overflow:hidden}.naked-premium-table-tmp__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;padding:0 1.5rem;border-bottom:1px solid #ededed}.naked-premium-table-tmp__tabs{display:inline-flex;gap:1.5rem}.naked-premium-table-tmp__tabs-label{font-size:.625rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#97979c;padding:.75rem 0;margin-right:.25rem}.naked-premium-table-tmp__tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:rgba(0,0,0,0);padding:.75rem 0;font-family:var(--inter-font),sans-serif;font-size:.875rem;color:#97979c;cursor:pointer;position:relative;transition:color .15s ease}.naked-premium-table-tmp__tab:hover{color:#161617}.naked-premium-table-tmp__tab[aria-pressed=true]{color:#161617;font-weight:600}.naked-premium-table-tmp__tab[aria-pressed=true]:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#008573}.naked-premium-table-tmp__tabs-sep{width:1px;align-self:stretch;background:#ededed;margin:.5rem 0}.naked-premium-table-tmp__count{margin-left:auto;font-size:.875rem;color:#97979c;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.naked-premium-table-tmp__count strong{color:#161617;font-weight:600}.naked-premium-table-tmp__wrap{max-height:520px;overflow:auto}.naked-premium-table-tmp__table{width:100%;border-collapse:separate;border-spacing:0;font-size:.875rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.naked-premium-table-tmp__th{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:#f9f9f9;font-weight:500;font-size:.625rem;letter-spacing:.08em;text-transform:uppercase;color:#69696e;text-align:right;padding:.5rem .75rem;border-bottom:1px solid #e1e1e1;white-space:nowrap}.naked-premium-table-tmp__th--strike{position:-webkit-sticky;position:sticky;left:0;z-index:3;text-align:left;padding-left:1.5rem;padding-right:1.5rem;background:#f9f9f9}.naked-premium-table-tmp__row:hover .naked-premium-table-tmp__row__td{background:#fff}.naked-premium-table-tmp__row:hover .naked-premium-table-tmp__row__td--strike{background:#e6f7f5;box-shadow:inset 2px 0 0 #008573}.naked-premium-table-tmp__td{padding:.5rem .75rem;text-align:right;color:#161617;border-bottom:1px solid #ededed}.naked-premium-table-tmp__td--strike{position:-webkit-sticky;position:sticky;left:0;z-index:1;text-align:left;padding-left:1.5rem;padding-right:1.5rem;font-weight:600;color:#161617;background:#f9f9f9}.naked-premium-table-tmp__td--empty{color:#d1d1d2}.naked-premium-table-tmp__table tbody tr:last-child .naked-premium-table-tmp__td{border-bottom:0}.naked-premium-table-tmp__footer{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1.5rem;background:#f9f9f9;border-top:1px solid #ededed;font-size:.75rem;color:#97979c;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.naked-premium-table-tmp__footer strong{color:#161617;font-weight:600}.naked-premium-table-tmp__empty{text-align:center;padding:2.5rem;color:#97979c;font-size:.875rem}.product-pricing-tmp-history-section{background:#fff;border:1px solid #e1e1e1;border-radius:.75rem;padding:1.5rem}.product-pricing-tmp-history-section__header{margin-bottom:1rem}.product-pricing-tmp-history-section__title{margin:0;font-family:var(--syne-font),sans-serif;font-size:1.25rem;font-weight:600;color:#161617}.product-pricing-tmp-history-section__loading{display:flex;justify-content:center;padding:1.5rem}.product-pricing-tmp-history-section__empty{padding:1.5rem;text-align:center}.product-pricing-tmp-history-section__empty p{margin:0 0 .25rem;color:#69696e}.product-pricing-tmp-history-section__empty-hint{font-size:.75rem;color:#69696e}.product-pricing-tmp-history-section__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.product-pricing-tmp-history-section__entry{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;border:1px solid #e1e1e1;border-radius:.5rem;background:#f9f9f9}.product-pricing-tmp-history-section__entry-version{display:inline-flex;align-items:center;gap:.5rem}.product-pricing-tmp-history-section__entry-info{display:inline-flex;flex-wrap:wrap;align-items:center;gap:1rem;font-size:.75rem;color:#69696e}.product-pricing-tmp-history-section__entry-author,.product-pricing-tmp-history-section__entry-date,.product-pricing-tmp-history-section__entry-meta{display:inline-flex;align-items:center;gap:.25rem}.product-pricing-tmp-detail{display:flex;flex-direction:column;gap:1rem}.product-pricing-tmp-detail__tabs{display:flex;gap:.25rem;border-bottom:1px solid #e1e1e1;margin-top:1rem}.product-pricing-tmp-detail__tab{padding:.5rem 1rem;background:rgba(0,0,0,0);color:#69696e;font-size:.875rem;font-weight:500;cursor:pointer;border:none;border-bottom:2px solid rgba(0,0,0,0);transition:all .15s ease}.product-pricing-tmp-detail__tab:hover{color:#161617}.product-pricing-tmp-detail__tab--active{color:#1d4ed8;border-bottom-color:#3b82f6}.product-pricing-tmp-detail__tab-content{padding-top:1rem}.prospect-form-modal__overlay{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;padding:2rem}.prospect-form-modal__container{background:#fff;border-radius:.75rem;width:100%;max-width:680px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.15)}.prospect-form-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #e1e1e1}.prospect-form-modal__title{font-size:1.25rem;font-weight:600;color:#2b2b2d;margin:0}.prospect-form-modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:.25rem;background:rgba(0,0,0,0);color:#69696e;cursor:pointer}.prospect-form-modal__close:hover{background:#f9f9f9;color:#161617}.prospect-form-modal__form{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.prospect-form-modal__section{display:flex;flex-direction:column;gap:1rem}.prospect-form-modal__section-title{font-size:.875rem;font-weight:600;color:#46464a;margin:0;padding-bottom:.25rem;border-bottom:1px solid rgba(225,225,225,.5)}.prospect-form-modal__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}@media(max-width:480px){.prospect-form-modal__row{grid-template-columns:1fr}}.prospect-form-modal__field{display:flex;flex-direction:column;gap:.25rem}.prospect-form-modal__label{font-size:.75rem;font-weight:500;color:#69696e}.prospect-form-modal__required{color:#ff4d00}.prospect-form-modal__input{padding:.5rem 1rem;border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;color:#161617;transition:border-color .15s ease}.prospect-form-modal__input::placeholder{color:#69696e}.prospect-form-modal__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.prospect-form-modal__input--error{border-color:#ff4d00}.prospect-form-modal__input--error:focus{box-shadow:0 0 0 3px rgba(255,77,0,.1)}.prospect-form-modal__textarea{padding:.5rem 1rem;border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;color:#161617;resize:vertical;font-family:inherit}.prospect-form-modal__textarea:focus{outline:none;border-color:#3b82f6}.prospect-form-modal__error{font-size:.625rem;color:#ff4d00}.prospect-form-modal__actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding-top:1rem;border-top:1px solid #e1e1e1}.prospects-page__toolbar{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.prospects-page__search{position:relative;flex:1 1;max-width:400px}.prospects-page__search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#69696e;pointer-events:none}.prospects-page__search-input{width:100%;padding:.5rem .5rem .5rem calc(.75rem + 28px);border:1px solid #e1e1e1;border-radius:.5rem;font-size:.875rem;color:#161617}.prospects-page__search-input::placeholder{color:#69696e}.prospects-page__search-input:focus{outline:none;border-color:#3b82f6}.prospects-page__table-wrapper{overflow-x:auto;border:1px solid #e1e1e1;border-radius:.75rem;background:#fff}.prospects-page__table{width:100%;border-collapse:collapse}.prospects-page__th{padding:1rem 1.5rem;font-size:.75rem;font-weight:600;color:#69696e;text-align:left;white-space:nowrap;background:#f9f9f9;border-bottom:1px solid #e1e1e1}.prospects-page__th--actions{width:60px}.prospects-page__row{border-bottom:1px solid rgba(225,225,225,.5);transition:background .15s ease}.prospects-page__row:hover{background:rgba(59,130,246,.03)}.prospects-page__row:last-child{border-bottom:none}.prospects-page__td{padding:1rem 1.5rem;font-size:.75rem;color:#161617;vertical-align:middle}.prospects-page__td--email{color:#69696e}.prospects-page__td--date{white-space:nowrap;color:#69696e}.prospects-page__td--actions{text-align:right}.prospects-page__company{font-weight:500;color:#2b2b2d}.prospects-page__action-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:.25rem;background:rgba(0,0,0,0);color:#69696e;cursor:pointer;transition:all .15s ease}.prospects-page__action-btn:hover{background:rgba(59,130,246,.08);color:#3b82f6}.prospects-page__empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:3rem;text-align:center}.prospects-page__empty-icon{color:#69696e;opacity:.5}.prospects-page__empty-title{font-size:1.25rem;font-weight:600;color:#161617;margin:0}.prospects-page__empty-text{font-size:.875rem;color:#69696e;margin:0}