@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}*{margin:0}html{color-scheme:light;-webkit-text-size-adjust:100%;text-size-adjust:100%}html,body,#root{height:100%}body{background:#f3f4f8;color:#14171f;font-family:Barlow,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}button{background:none;border:0;padding:0}a,button,label,summary,[role=button]{-webkit-tap-highlight-color:transparent;touch-action:manipulation}a{color:#967100;text-decoration:none}a:hover{text-decoration:underline}ul,ol{list-style:none;padding:0}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:#14171f}h1,h2,h3{font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.01em;line-height:1.08}h1{font-size:2rem;font-weight:800}h2{font-size:1.5rem;font-weight:800}h3{font-size:1.125rem;font-weight:700}h4{font-size:1rem;font-weight:700}p{color:#14171f}code,pre,kbd{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.95em}.boot{display:grid;place-items:center;height:100%;color:#4b5266}.muted{color:#4b5266;font-size:.875rem}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.shell{--content-pad: 1.5rem;--content-pad-x: 1.5rem;display:grid;grid-template-columns:248px 1fr;grid-template-rows:60px 1fr;grid-template-areas:"sidebar topbar" "sidebar content";height:100vh;height:100dvh;background:#f3f4f8;color:#14171f}.shell__sidebar{grid-area:sidebar;background:#fff;border-right:1px solid #dfe3ea;padding-left:env(safe-area-inset-left)}.shell__topbar{grid-area:topbar;background:#fff;border-bottom:1px solid #dfe3ea}.shell__content{grid-area:content;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;padding:var(--content-pad) var(--content-pad-x) calc(2.5rem + env(safe-area-inset-bottom))}.shell__content>*{max-width:1240px;margin-inline:auto}.shell__backdrop{display:none}@media (min-width: 768px) and (max-width: 1279px){.shell{--content-pad: 1.25rem;--content-pad-x: 1.25rem;grid-template-columns:92px 1fr}}@media (max-width: 767px){.shell{--content-pad: 1rem;--content-pad-x: 1rem;grid-template-columns:1fr;grid-template-rows:56px 1fr;grid-template-areas:"topbar" "content"}.shell__sidebar{position:fixed;top:0;left:0;bottom:0;width:292px;max-width:86vw;z-index:60;overflow-y:auto;transform:translate(-100%);transition:transform .26s cubic-bezier(.4,0,.2,1);will-change:transform}.shell.is-nav-open .shell__sidebar{transform:translate(0);box-shadow:0 24px 70px -12px #00000073}.shell__backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;background:#10182873;opacity:0;pointer-events:none;transition:opacity .26s ease}.shell.is-nav-open .shell__backdrop{opacity:1;pointer-events:auto}}@media (max-width: 640px){.shell{--content-pad: .75rem;--content-pad-x: .75rem}}body.is-nav-locked{overflow:hidden}@media (prefers-reduced-motion: reduce){.shell__sidebar,.shell__backdrop{transition:none}}.sidebar{display:flex;flex-direction:column;height:100%;padding:1.25rem 1rem;gap:1.25rem}.sidebar__brand{display:flex;align-items:center;gap:.75rem;padding:0 .5rem 1rem;border-bottom:1px solid #dfe3ea}.sidebar__brand-text{display:flex;flex-direction:column;line-height:1.15;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;letter-spacing:.01em;font-size:1.125rem;color:#14171f}.sidebar__brand-sub{font-family:Barlow,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-weight:600;font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;color:#606269}.sidebar__nav{display:flex;flex-direction:column;gap:1.25rem;flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#a9b3c2 transparent}.sidebar__group{display:flex;flex-direction:column;gap:2px}.sidebar__group-title{padding:0 .75rem;margin-bottom:.5rem;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#606269}.sidebar__link{display:flex;align-items:center;gap:.75rem;min-height:2.75rem;padding:.5rem .75rem;border-radius:10px;border:1px solid transparent;color:#4b5266;font-size:1rem;font-weight:500;text-decoration:none;position:relative;transition:background .12s ease,color .12s ease,border-color .12s ease}.sidebar__link:hover{background:#eef0f5;border-color:#dfe3ea;color:#14171f;text-decoration:none}.sidebar__link:hover .sidebar__link-icon{color:#14171f}.sidebar__link:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.sidebar__link.is-active{background:#f5b80024;border-color:#f5b80073;color:#967100;font-weight:700}.sidebar__link.is-active:before{content:"";position:absolute;left:-1px;top:50%;transform:translateY(-50%);width:3px;height:60%;border-radius:9999px;background:#f5b800}.sidebar__link.is-active .sidebar__link-icon{color:#967100}.sidebar__link-icon{display:inline-flex;color:#606269;flex-shrink:0;transition:color .12s ease}.sidebar__link-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__foot{display:flex;flex-direction:column;gap:.5rem}.sidebar__logout{display:flex;align-items:center;gap:.5rem;width:100%;min-height:2.25rem;padding:.5rem .75rem;border-radius:10px;border:1px solid transparent;background:transparent;color:#4b5266;font-family:Barlow,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.sidebar__logout:hover{color:#c62828;border-color:#c6282866;background:#c6282814}.sidebar__logout:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.sidebar__account{display:flex;align-items:center;gap:.75rem;min-height:2.75rem;padding:.5rem .75rem;border-radius:14px;border:1px solid #dfe3ea;background:#fff;color:inherit;transition:border-color .12s ease,background .12s ease}.sidebar__account:hover{text-decoration:none;border-color:#a9b3c2;background:#eef0f5}.sidebar__account:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.sidebar__account.is-active{border-color:#f5b80073;background:#f5b80024}.sidebar__account-avatar{display:grid;place-items:center;width:34px;height:34px;flex-shrink:0;border-radius:9999px;background:#f5b800;color:#101010;font-weight:700;font-size:.875rem}.sidebar__account-info{display:flex;flex-direction:column;min-width:0;line-height:1.3}.sidebar__account-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600;color:#14171f}.sidebar__account-role{font-size:.75rem;color:#606269}@media (min-width: 768px) and (max-width: 1279px){.sidebar{padding:1rem .5rem;gap:.75rem}.sidebar__brand{justify-content:center;padding:0 0 .75rem}.sidebar__brand-text{display:none}.sidebar__nav{gap:.5rem}.sidebar__group{gap:.25rem;padding-top:.5rem;border-top:1px solid #dfe3ea}.sidebar__group:first-child{padding-top:0;border-top:0}.sidebar__group-title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.sidebar__link{flex-direction:column;justify-content:center;gap:3px;min-height:3.5rem;padding:.5rem 2px;font-size:.72rem;font-weight:600;text-align:center;line-height:1.1}.sidebar__link.is-active:before{left:-.5rem;top:12%;height:76%;transform:none}.sidebar__link-label{white-space:normal;overflow:visible;text-overflow:clip;max-width:100%}.sidebar__account{justify-content:center;padding:.5rem 0}.sidebar__account-info{display:none}.sidebar__logout{justify-content:center;padding:.5rem}.sidebar__logout span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}}.topbar{display:flex;align-items:center;gap:1rem;height:100%;padding:0 1.25rem;padding-right:calc(1.25rem + env(safe-area-inset-right))}.topbar__menu{display:none;place-items:center;width:2.75rem;height:2.75rem;flex-shrink:0;border-radius:10px;border:1px solid transparent;background:transparent;color:#14171f;cursor:pointer;transition:background .12s ease,border-color .12s ease}.topbar__menu:hover{background:#eef0f5;border-color:#dfe3ea}.topbar__menu:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.topbar__left{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.topbar__slot{display:flex;align-items:center;flex:1 1 auto;min-width:0}.topbar__pill{display:inline-flex;align-items:center;gap:.5rem;padding-left:.75rem;height:2.75rem;border-radius:9999px;border:1px solid #dfe3ea;background:#fff;transition:border-color .12s ease,box-shadow .12s ease}.topbar__pill:hover{border-color:#a9b3c2}.topbar__pill:focus-within{border-color:#b88a00;box-shadow:0 0 0 3px #f5b80024}.topbar__pill-icon{color:#967100;flex-shrink:0}.topbar__pill-select.select{min-width:168px;height:36px;min-height:0;border:0;background-color:transparent;padding-top:0;padding-bottom:0;padding-left:.25rem;font-weight:600;color:#14171f}.topbar__empty{color:#4b5266;font-size:.875rem}@media (max-width: 1279px){.topbar{gap:.75rem;padding:0 1rem}}@media (max-width: 767px){.topbar__menu{display:inline-grid}.topbar{padding:0 .75rem}.topbar__pill-select.select{min-width:110px}}@media (max-width: 640px){.topbar__pill{padding-left:.5rem}.topbar__pill-select.select{min-width:0;max-width:38vw}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;min-height:2.75rem;border-radius:10px;border:1px solid transparent;font-family:Barlow,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:1rem;font-weight:600;line-height:1.2;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .12s ease,border-color .12s ease,color .12s ease,box-shadow .12s ease,transform .12s ease;white-space:nowrap}.btn:active:not(:disabled){transform:translateY(1px)}.btn:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px;border-color:#b88a00;box-shadow:0 0 0 3px #f5b80024}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.btn--primary{background:#f5b800;color:#101010;border-color:#f5b800;box-shadow:0 1px 2px #1018280f}.btn--primary:hover:not(:disabled){background:#dda600;border-color:#dda600;box-shadow:0 4px 14px #f5b80073}.btn--primary:active:not(:disabled){background:#bf9000;border-color:#bf9000}.btn--ghost{background:#fff;color:#14171f;border-color:#acadb3}.btn--ghost:hover:not(:disabled){background:#eef0f5;border-color:#888a90;color:#14171f}.btn--ghost:active:not(:disabled){border-color:#b88a00;color:#967100}.btn--ghost-danger{background:transparent;color:#c62828;border-color:#c62828}.btn--ghost-danger:hover:not(:disabled){background:#c6282814;border-color:#c62828}.btn--ghost-danger:focus-visible{outline:2px solid #c62828;outline-offset:2px;border-color:#c62828;box-shadow:0 0 0 3px #c6282814}.btn--danger{background:#c62828;color:#fff;border-color:#c62828}.btn--danger:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 4px 14px #c6282866}.btn--danger:focus-visible{outline:2px solid #c62828;outline-offset:2px;border-color:#c62828;box-shadow:0 0 0 3px #c6282814}.btn--success{background:#1a7f4b;color:#fff;border-color:#1a7f4b}.btn--success:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 4px 14px #1a7f4b66}.btn--success:focus-visible{outline:2px solid #1a7f4b;outline-offset:2px;border-color:#1a7f4b;box-shadow:0 0 0 3px #1a7f4b1a}.btn--sm{padding:.25rem .75rem;min-height:2.25rem;font-size:.875rem}.btn--lg{padding:.75rem 1.5rem;min-height:3.25rem;font-size:1.125rem;border-radius:14px}.btn--block{width:100%}.btn--icon{padding:0;width:2.75rem;min-width:2.75rem}.btn--icon.btn--sm{width:2.25rem;min-width:2.25rem}.btn__icon{display:inline-flex;width:1.1em;height:1.1em;flex-shrink:0}.btn__icon svg{width:100%;height:100%}@media (prefers-reduced-motion: reduce){.btn:active:not(:disabled){transform:none}}.card{background:#fff;border:1px solid #dfe3ea;border-radius:14px;box-shadow:0 1px 2px #1018280f;padding:1.25rem}.card__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #dfe3ea}.card__title{font-size:1.125rem;font-weight:700;line-height:1.2;margin:0}.card__subtitle{color:#4b5266;font-size:.875rem;line-height:1.5;margin-top:.25rem}.card__body{color:#14171f}.card__footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #dfe3ea;display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.card--interactive{display:block;border-color:#a9b3c2;color:inherit;text-align:left;width:100%;cursor:pointer;transition:border-color .12s ease,background .12s ease,box-shadow .12s ease}.card--interactive:hover{background:#eef0f5;border-color:#f5b80073;box-shadow:0 4px 12px #10182814;text-decoration:none}.card--interactive:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px;border-color:#b88a00}@media (max-width: 640px){.card{padding:1rem}}.input,.textarea,.select{width:100%;min-height:2.75rem;padding:.5rem .75rem;background-color:#fff;border:1px solid rgb(172,173,179);border-radius:10px;color:#14171f;font-family:Barlow,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5;transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}.input::placeholder,.textarea::placeholder,.select::placeholder{color:#606269;font-style:italic;opacity:1}.input:hover:not(:disabled):not(:focus),.textarea:hover:not(:disabled):not(:focus),.select:hover:not(:disabled):not(:focus){border-color:#888a90}.input:focus-visible,.input:focus,.textarea:focus-visible,.textarea:focus,.select:focus-visible,.select:focus{outline:2px solid rgb(184,138,0);outline-offset:2px;border-color:#b88a00}.input:disabled,.textarea:disabled,.select:disabled{opacity:.55;cursor:not-allowed;background-color:#f7f8fb;border-color:#dfe3ea}.input[aria-invalid=true],.textarea[aria-invalid=true],.select[aria-invalid=true]{border-color:#c62828}.input[aria-invalid=true]:hover:not(:disabled):not(:focus),.textarea[aria-invalid=true]:hover:not(:disabled):not(:focus),.select[aria-invalid=true]:hover:not(:disabled):not(:focus){border-color:#c62828}.input[aria-invalid=true]:focus-visible,.input[aria-invalid=true]:focus,.textarea[aria-invalid=true]:focus-visible,.textarea[aria-invalid=true]:focus,.select[aria-invalid=true]:focus-visible,.select[aria-invalid=true]:focus{outline:2px solid #c62828;outline-offset:2px;border-color:#c62828}.textarea{min-height:6rem;resize:vertical}.textarea--sm{min-height:3.25rem}.input[readonly],.textarea[readonly]{background-color:#f7f8fb;border-color:#dfe3ea;cursor:default}.select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:2rem;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-size:6px 6px,6px 6px;background-position:right calc(.75rem + 6px) center,right .75rem center;background-repeat:no-repeat}.select:disabled{cursor:not-allowed}.select option{background:#fff;color:#14171f}.field{display:flex;flex-direction:column;gap:.5rem}.field__label{color:#4b5266;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.field__hint{color:#606269;font-size:.875rem;line-height:1.5}.field__error{display:flex;align-items:baseline;gap:.25rem;color:#c62828;font-size:.875rem;font-weight:600;line-height:1.5}.field__error:before{content:"!";display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.05em;height:1.05em;border:1px solid currentColor;border-radius:9999px;font-size:.85em;line-height:1}.field__label--required:after{content:" *";color:#c62828}input[type=checkbox],input[type=radio]{width:1.25rem;height:1.25rem;flex-shrink:0;accent-color:#f5b800;cursor:pointer}input[type=checkbox]:focus-visible,input[type=radio]:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}input[type=checkbox]:disabled,input[type=radio]:disabled{opacity:.55;cursor:not-allowed}.form-section{display:flex;flex-direction:column;gap:.75rem}.form-section+.form-section{margin-top:.75rem}.form-section__head{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding-bottom:.5rem;border-bottom:1px solid #dfe3ea}.form-section__title{margin:0;color:#14171f;font-size:1rem;font-weight:700}.form-section__hint{flex:1 0 100%;margin:0;color:#67696f;font-size:.75rem;line-height:1.5}.form-section__count{color:#67696f;font-size:.75rem;font-weight:400;white-space:nowrap}.form-section__chevron{flex:none;color:#67696f;transition:transform .2s ease,color .12s ease}.form-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:.75rem}.form-section__grid--full{grid-template-columns:minmax(0,1fr)}@media (max-width: 640px){.form-section__grid{grid-template-columns:minmax(0,1fr)}}details.form-section{display:block}details.form-section>*+*{margin-top:.75rem}summary.form-section__head{min-height:2.75rem;padding-top:.5rem;border-radius:6px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .12s ease;list-style:none}summary.form-section__head::-webkit-details-marker{display:none}summary.form-section__head:hover .form-section__title,summary.form-section__head:hover .form-section__chevron{color:#967100}summary.form-section__head:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}details.form-section[open] .form-section__chevron{transform:rotate(90deg)}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .6rem;border:1px solid transparent;border-radius:9999px;font-size:.75rem;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.badge--neutral{background:#f7f8fb;border-color:#a9b3c2;color:#4b5266}.badge--primary{background:#f5b80024;border-color:#f5b80073;color:#967100}.badge--success{background:#1a7f4b1a;border-color:#1a7f4b66;color:#1a7f4b}.badge--warning{background:#f0a50024;border-color:#d99a0080;color:#8a5a00}.badge--info{background:#1d5bbf1a;border-color:#1d5bbf66;color:#1d5bbf}.badge--danger{background:#c6282814;border-color:#c6282866;color:#c62828}.badge--live{background:#1a7f4b1a;border-color:#1a7f4b66;color:#1a7f4b}.badge--live:before{content:"";width:.5rem;height:.5rem;border-radius:9999px;background:currentColor;animation:badge-pulse 1.4s infinite}.badge--lg{padding:.45rem .85rem;font-size:.875rem}@keyframes badge-pulse{0%,to{opacity:1}50%{opacity:.35}}.modal{display:flex;flex-direction:column;background:#fff;border:1px solid #dfe3ea;border-radius:18px;box-shadow:0 12px 32px #10182824;padding:1.5rem;max-width:34rem;width:92vw;max-height:calc(100vh - 3rem);max-height:calc(100dvh - 3rem)}.modal--lg{max-width:54rem}.modal__title{flex:none;font-size:1.5rem;font-weight:700;margin:0 0 1rem}.modal__body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;color:#14171f}.modal__footer{flex:none;margin-top:1.5rem;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;padding:1.5rem;background:#10182880;display:grid;place-items:center;z-index:50}@media (max-width: 767px){.backdrop{padding:0;align-items:end;justify-items:stretch}.modal{width:100%;max-width:none;max-height:calc(100dvh - 2rem);border-radius:22px 22px 0 0;border-bottom:0;padding:1.25rem 1rem calc(1.25rem + env(safe-area-inset-bottom))}.modal--lg{max-width:none}.modal__footer .btn{flex:1 1 auto}}.table{width:100%;border-collapse:separate;border-spacing:0;font-size:1rem}.table thead th{text-align:left;padding:.75rem 1rem;color:#4b5266;font-weight:700;text-transform:uppercase;font-size:.75rem;letter-spacing:.04em;background:#f7f8fb;border-bottom:1px solid #a9b3c2;white-space:nowrap}.table tbody td{height:3rem;padding:.75rem 1rem;border-bottom:1px solid #dfe3ea;color:#14171f;vertical-align:middle;line-height:1.5}.table tbody tr:last-child td{border-bottom:none}.table tbody tr{transition:background .12s ease}.table tbody tr:hover{background:#eef0f5}.table__row--link{cursor:pointer}.table tbody tr:focus-within{background:#eef0f5}.table tbody tr:focus-within td:first-child{box-shadow:inset 3px 0 #f5b800}.table__actions{text-align:right;white-space:nowrap;width:1%}.table__actions a:not(.btn){display:inline-flex;align-items:center;min-height:2.25rem;padding:.25rem .75rem;border-radius:6px;color:#967100;font-weight:600;text-decoration:none}.table__actions a:not(.btn):hover{color:#816100;background:#f5b80024;text-decoration:underline}.table__actions a:not(.btn):focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px;text-decoration:underline}.table__empty{text-align:center;color:#606269;padding:2rem}@media (max-width: 1023px){.table__col--wide{display:none}}@media (max-width: 767px){.table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}.table thead th,.table tbody td{padding:.5rem .75rem}}.toast-container{position:fixed;bottom:calc(1.5rem + env(safe-area-inset-bottom));right:calc(1.5rem + env(safe-area-inset-right));max-width:min(24rem,100vw - 2rem);display:flex;flex-direction:column;gap:.5rem;z-index:100;pointer-events:none}.toast{pointer-events:auto;background:#fff;border:1px solid #dfe3ea;border-left-width:4px;border-radius:10px;padding:.75rem 1rem;box-shadow:0 4px 12px #10182814;min-width:min(18rem,100%)}.toast--info{border-left-color:#f5b800}.toast--success{border-left-color:#1a7f4b}.toast--warning{border-left-color:#8a5a00}.toast--danger{border-left-color:#c62828}.toast__title{font-weight:600;margin-bottom:.25rem}.toast__body{color:#4b5266;font-size:.875rem}.toast__action{display:block;margin-top:.5rem;margin-left:auto;min-height:2.25rem;padding:.25rem .75rem;background:#f5b80024;border:1px solid rgba(245,184,0,.45);border-radius:9999px;color:#967100;font-family:inherit;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .12s ease,border-color .12s ease}.toast__action:hover{background:#f5b80024;border-color:#f5b800}.toast__action:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}@media (prefers-reduced-motion: reduce){.toast__action{transition:none}}.toggle{display:flex;align-items:flex-start;gap:.75rem;min-height:2.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}.toggle input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.toggle__track{position:relative;flex-shrink:0;width:3rem;height:1.75rem;margin-top:2px;border-radius:9999px;background:#a9b3c2;transition:background .12s ease}.toggle__thumb{position:absolute;top:3px;left:3px;width:calc(1.75rem - 6px);height:calc(1.75rem - 6px);border-radius:9999px;background:#fff;box-shadow:0 1px 3px #0000004d;transition:transform .12s ease}.toggle.is-on .toggle__track{background:#1a7f4b}.toggle.is-on .toggle__thumb{transform:translate(1.25rem)}input:focus-visible+.toggle__track{outline:2px solid rgb(184,138,0);outline-offset:2px}.toggle__text{display:flex;flex-direction:column;gap:2px}.toggle__label{font-weight:700}.toggle__hint{color:#4b5266;font-size:.875rem;line-height:1.5}.hours{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none}.hours__day{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;min-height:2.75rem;padding:.25rem 0;border-bottom:1px solid #dfe3ea}.hours__day:last-child{border-bottom:0}.hours__day--closed{color:#606269}.hours__toggle{display:inline-flex;align-items:center;gap:.75rem;flex:0 0 9rem;font-weight:600;cursor:pointer}.hours__range{display:inline-flex;align-items:center;gap:.5rem}.hours__time{width:auto;min-width:7rem}.hours__sep{color:#4b5266}.hours__closed{font-style:italic}@media (max-width: 767px){.hours__toggle{flex-basis:100%}}.brand-mark{display:grid;place-items:center;width:34px;height:34px;flex-shrink:0}.brand-mark img{width:100%;height:100%;object-fit:contain}.brand-mark--mono{border-radius:10px;background:#f5b800;color:#101010;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:1.05rem;letter-spacing:-.02em}.page{display:flex;flex-direction:column;gap:1.25rem}.page-header{position:sticky;top:calc(var(--content-pad, 1.5rem) * -1);z-index:5;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:var(--content-pad, 1.5rem) 0 .75rem;margin:calc(var(--content-pad, 1.5rem) * -1) 0 0;background:linear-gradient(to bottom,#f3f4f8 80%,#f3f4f800)}.page-header__titles{display:flex;flex-direction:column;gap:.25rem;min-width:0}.page-header__title{margin:0;font-size:2rem}.page-header__subtitle{margin:0;color:#4b5266;font-size:1rem;line-height:1.5}.page-header__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:1rem}.form-grid__full{grid-column:1/-1}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:1rem;align-items:start}.kv{display:grid;grid-template-columns:max-content 1fr;gap:.5rem 1rem;font-size:1rem}.kv dt{color:#4b5266;font-weight:600}.kv dd{margin:0;color:#14171f;min-width:0;overflow-wrap:anywhere}.kv__badges{display:flex;flex-wrap:wrap;gap:.25rem}.empty{padding:2rem;text-align:center;color:#606269;border:1px dashed #a9b3c2;border-radius:14px;background:#fff}@media (max-width: 767px){.page-header{flex-direction:column;align-items:stretch;gap:.75rem}.page-header__title{font-size:1.5rem}.page-header__subtitle{font-size:.875rem}.page-header__actions{justify-content:stretch}.page-header__actions>.btn:only-child{flex:1 1 auto}.kv{grid-template-columns:1fr;gap:.25rem 0}.kv dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.kv dd+dt{margin-top:.5rem}}.login{display:grid;place-items:center;height:100%;background:#f3f4f8;padding:1.5rem}.login__form{display:flex;flex-direction:column;gap:1rem;background:#fff;border:1px solid #dfe3ea;border-radius:18px;padding:2rem;width:100%;max-width:26rem;box-shadow:0 4px 12px #10182814}.login__head{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.login__title{font-size:1.5rem;font-weight:800;margin:0}.login__subtitle{color:#4b5266;font-size:.875rem;margin:0}.login__error{color:#c62828;font-size:.875rem;font-weight:600}@media (max-width: 640px){.login{padding:2.5rem 1rem 1rem;align-items:start}.login__form{padding:1.5rem 1.25rem}}.home{display:flex;flex-direction:column;gap:1.5rem}.home__shortcuts-block{display:flex;flex-direction:column;gap:.75rem}.home__shortcuts-title{margin:0;font-family:Barlow,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#4b5266}.home__shortcuts{display:grid;grid-template-columns:repeat(auto-fill,minmax(11.5rem,1fr));gap:.75rem}.home__shortcut{display:flex;align-items:center;gap:.75rem;min-height:3.25rem;padding:.5rem .75rem;background:#fff;border:1px solid #a9b3c2;border-radius:14px;box-shadow:0 1px 2px #1018280f;color:#14171f;font-weight:600;font-size:1rem;transition:border-color .12s ease,background .12s ease}.home__shortcut:hover{background:#eef0f5;border-color:#f5b80073;text-decoration:none}.home__shortcut:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.home__shortcut-icon{display:grid;place-items:center;width:38px;height:38px;flex-shrink:0;border-radius:10px;background:#f5b80024;border:1px solid rgba(245,184,0,.45);color:#967100}.home__widgets{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:1rem;align-items:start}.home__widget--wide{grid-column:1/-1}.home__empty{color:#4b5266;font-size:.875rem;line-height:1.75}@media (max-width: 640px){.home__shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}.home__shortcut{flex-direction:column;align-items:flex-start;gap:.5rem;font-size:.875rem}}.crm-home{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:0}.crm-home__stat{display:flex;flex-direction:column;gap:.25rem;min-width:0}.crm-home__label{color:#4b5266;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.crm-home__value{margin:0;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.2;font-variant-numeric:tabular-nums;color:#14171f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-home__value--alert{color:#c62828}.crm-home__empty{margin:0;color:#4b5266;font-size:.875rem}@media (max-width: 640px){.crm-home{grid-template-columns:1fr}}.crm-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.crm-toolbar__filters{display:flex;align-items:flex-end;flex-wrap:wrap;gap:.5rem}.crm-toolbar__filters .select{width:auto;min-width:9rem}.crm-toolbar__search{flex:1 1 16rem;min-width:10rem;max-width:26rem}.crm-toolbar__spacer{flex:1 1 auto}.crm-toolbar__views{display:inline-flex;padding:2px;gap:2px;border:1px solid #dfe3ea;border-radius:9999px;background:#fff;flex-shrink:0}.crm-toolbar__view{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border:none;border-radius:9999px;background:transparent;color:#4b5266;font-family:inherit;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .12s ease,color .12s ease}.crm-toolbar__view:hover{color:#14171f}.crm-toolbar__view:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.crm-toolbar__view.is-active{background:#f5b80024;color:#967100}.crm-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:.75rem}.crm-stat{display:flex;flex-direction:column;gap:.25rem;padding:1rem;background:#fff;border:1px solid #dfe3ea;border-radius:18px}.crm-stat__label{color:#4b5266;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.crm-stat__value{font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:1.5rem;line-height:1.2;letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:#14171f}.crm-stat__hint{color:#67696f;font-size:.75rem}.crm-stat--accent{border-color:#f5b80073;background:linear-gradient(160deg,rgba(245,184,0,.14),transparent 70%),#fff}.crm-stat--accent .crm-stat__value{color:#967100}.crm-board{display:flex;align-items:stretch;gap:1rem;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#a9b3c2 transparent;padding-bottom:.75rem}.crm-board__col{flex:0 0 17rem;min-width:17rem;display:flex;flex-direction:column;background:#fff;border:1px solid #dfe3ea;border-radius:14px;transition:border-color .12s ease,background .12s ease}.crm-board__col--target{border-style:dashed;border-color:#f5b800}.crm-board__col--target .crm-board__empty{color:#967100}.crm-board__col--over{border-style:solid;border-color:#f5b800}.crm-board__col--over .crm-board__cards{background:#fdefc7;border-radius:0 0 14px 14px}.crm-board__col-head{position:sticky;top:0;z-index:1;display:flex;align-items:baseline;gap:.5rem;padding:.75rem .75rem .5rem;background:#fff;border-bottom:1px solid #dfe3ea;border-radius:14px 14px 0 0}.crm-board__col-title{font-size:.875rem;font-weight:600;color:#14171f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-board__col-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;padding:0 .25rem;border-radius:9999px;background:#eef0f5;color:#4b5266;font-size:.75rem;font-weight:600;font-variant-numeric:tabular-nums}.crm-board__col-sum{margin-left:auto;color:#67696f;font-size:.75rem;font-variant-numeric:tabular-nums;white-space:nowrap}.crm-board__cards{display:flex;flex-direction:column;flex:1 1 auto;gap:.5rem;min-height:2rem;padding:.75rem}.crm-board__empty{padding:1.5rem .75rem;text-align:center;color:#606269;font-size:.75rem}.crm-card{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:#fff;border:1px solid #dfe3ea;border-left:3px solid #dfe3ea;border-radius:10px;color:#14171f;cursor:pointer;transition:border-color .12s ease,transform .12s ease,background .12s ease,box-shadow .12s ease,opacity .12s ease}.crm-card:hover{background:#eef0f5;border-top-color:#a9b3c2;border-right-color:#a9b3c2;border-bottom-color:#a9b3c2;transform:translateY(-1px);box-shadow:0 1px 2px #1018280f}.crm-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.crm-card__name{font-size:.875rem;font-weight:600;line-height:1.2;color:#14171f;text-decoration:none;min-width:0;flex:1 1 auto}.crm-card__name:hover{text-decoration:underline}.crm-card__name:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.crm-card__grip{flex:none;align-self:stretch;width:1.5rem;min-height:1.5rem;background-image:repeating-linear-gradient(to bottom,currentColor 0,currentColor 2px,transparent 2px,transparent 5px);background-repeat:no-repeat;background-position:center;background-size:12px 12px;color:#606269;cursor:grab;-webkit-user-select:none;user-select:none;transition:color .12s ease}.crm-card__grip:active{cursor:grabbing}.crm-card:hover .crm-card__grip{color:#14171f}.crm-card__sector{color:#67696f;font-size:.75rem;white-space:nowrap}.crm-card__meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#4b5266}.crm-card__owner{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-card__mrr{margin-left:auto;font-weight:600;font-variant-numeric:tabular-nums;color:#14171f;white-space:nowrap}.crm-card__next{display:flex;align-items:center;gap:.5rem;padding-top:.5rem;border-top:1px solid #dfe3ea;font-size:.75rem;color:#67696f}.crm-card__move{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.crm-card__move-select{flex:1 1 auto;min-width:0;padding:.25rem 1.5rem .25rem .5rem;background-position:right .5rem center;font-size:.75rem;color:#4b5266}.crm-card__move-btn{flex:none}.crm-card--dragging{opacity:.45;cursor:grabbing;border-style:dashed;border-left-style:solid}.crm-card--dragging .crm-card__grip{cursor:grabbing}.crm-card--dragging:hover{transform:none;box-shadow:none}.crm-card--overdue{border-left-color:#c62828}.crm-card--overdue .crm-card__next{color:#c62828}.crm-card--linked{border-left-color:#f5b800}.crm-live{position:absolute;width:.25rem;height:.25rem;margin:-.25rem;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.crm-detail{display:flex;flex-direction:column;gap:1.25rem}.crm-detail__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.crm-detail__titles{display:flex;flex-direction:column;gap:.5rem;min-width:0}.crm-detail__name{margin:0;font-size:1.5rem;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;letter-spacing:-.02em;line-height:1.2}.crm-detail__sub{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin:0;color:#4b5266;font-size:.875rem}.crm-detail__actions{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;flex-shrink:0}.crm-detail__status{width:auto}.crm-detail__body{display:grid;grid-template-columns:minmax(0,1fr) 20rem;gap:1rem;align-items:start}.crm-detail__main,.crm-detail__side{display:flex;flex-direction:column;gap:1rem;min-width:0}.crm-tabs{display:flex;align-items:center;gap:.25rem;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid #dfe3ea}.crm-tabs__btn{padding:.5rem .75rem;border:none;border-bottom:2px solid transparent;background:transparent;color:#4b5266;font-family:inherit;font-size:.875rem;font-weight:500;white-space:nowrap;cursor:pointer;margin-bottom:-1px;transition:color .12s ease,border-color .12s ease}.crm-tabs__btn:hover{color:#14171f}.crm-tabs__btn:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.crm-tabs__btn.is-active{color:#14171f;border-bottom-color:#f5b800}.crm-def{display:flex;flex-direction:column;margin:0}.crm-def__row{display:grid;grid-template-columns:9rem minmax(0,1fr);gap:.75rem;padding:.5rem 0;border-bottom:1px solid #dfe3ea;font-size:.875rem}.crm-def__row:last-child{border-bottom:none}.crm-def__label{color:#4b5266}.crm-def__value{margin:0;color:#14171f;min-width:0;overflow-wrap:anywhere}.crm-def__value--mono{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;color:#4b5266}.crm-def__value--pre{white-space:pre-wrap}.crm-def__empty{color:#6d6f76;font-style:italic}@media (max-width: 640px){.crm-def__row{grid-template-columns:1fr;gap:.25rem}}.crm-section{display:flex;flex-direction:column;gap:.75rem}.crm-section__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.crm-section__title{margin:0;font-size:1rem;font-weight:600;color:#14171f}.crm-section__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.crm-section__edit{flex-shrink:0;color:#4b5266}.crm-section__edit:hover:not(:disabled){color:#14171f}.crm-edit{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#fff;border:1px solid #dfe3ea;border-radius:14px}.crm-edit__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:.75rem}.crm-edit__cell{min-width:0}.crm-edit__cell--wide{grid-column:1/-1}.crm-edit__actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}@media (max-width: 640px){.crm-edit__grid{grid-template-columns:minmax(0,1fr)}}.crm-form{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#fff;border:1px solid #dfe3ea;border-radius:14px}.crm-form__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.75rem}.crm-form__row{display:flex;align-items:flex-end;flex-wrap:wrap;gap:.75rem}.crm-form__actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.crm-form--inline{flex-direction:row;align-items:flex-end;flex-wrap:wrap;padding:0;background:none;border:none}.crm-form--inline .input,.crm-form--inline .select{width:auto;flex:1 1 10rem;min-width:7rem}.crm-form--inline .crm-form__actions{margin-left:auto}.crm-form--plain{padding:0;background:none;border:none}.crm-check{display:inline-flex;align-items:center;gap:.5rem;color:#14171f;font-size:.875rem;cursor:pointer;-webkit-user-select:none;user-select:none}.crm-feed{position:relative;display:flex;flex-direction:column;gap:1rem;margin:0;padding:0 0 0 1.25rem;list-style:none}.crm-feed:before{content:"";position:absolute;top:.25rem;bottom:.25rem;left:4px;width:1px;background:#dfe3ea}.crm-feed__item{position:relative;display:flex;min-width:0}.crm-feed__dot{position:absolute;left:-1.25rem;top:5px;width:9px;height:9px;border-radius:9999px;background:#6d6f76}.crm-feed__dot--note{background:#f5b800}.crm-feed__dot--status{background:#8a5a00}.crm-feed__dot--system{background:#67696f}.crm-feed__content{display:flex;flex-direction:column;gap:.25rem;min-width:0}.crm-feed__body{margin:0;color:#14171f;font-size:.875rem;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.crm-feed__body--clamp{max-height:9rem;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,#000 60%,transparent 100%);mask-image:linear-gradient(to bottom,#000 60%,transparent 100%)}.crm-feed__long{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;min-width:0}.crm-feed__more{padding:0;background:none;border:none;color:#967100;font-family:inherit;font-size:.75rem;font-weight:600;cursor:pointer}.crm-feed__more:hover{text-decoration:underline}.crm-feed__more:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.crm-feed__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin:0;color:#67696f;font-size:.75rem}.crm-agenda{display:flex;flex-direction:column;gap:1.5rem}.crm-agenda__group{display:flex;flex-direction:column;gap:.5rem}.crm-agenda__group-title{margin:0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#67696f}.crm-agenda__item{display:grid;grid-template-columns:6rem minmax(0,1fr) auto auto;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border:1px solid #dfe3ea;border-left:3px solid #dfe3ea;border-radius:10px;color:#14171f;transition:background .12s ease,border-color .12s ease}.crm-agenda__item:hover{background:#eef0f5;border-color:#a9b3c2}.crm-agenda__item--overdue{border-left-color:#c62828}.crm-agenda__item--overdue .crm-agenda__when{color:#c62828}.crm-agenda__when{font-size:.75rem;font-weight:600;font-variant-numeric:tabular-nums;color:#4b5266}.crm-agenda__what{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:.5rem;min-width:0;font-size:.875rem}.crm-agenda__who{color:#67696f;font-size:.75rem;white-space:nowrap}.crm-agenda__action{justify-self:end}@media (max-width: 640px){.crm-agenda__item{grid-template-columns:minmax(0,1fr);align-items:flex-start}.crm-agenda__who,.crm-agenda__action{justify-self:start}}.crm-chart{display:block;color:#14171f}.crm-chart__axis{stroke:currentColor;stroke-width:1;opacity:.18}.crm-chart__amount{fill:currentColor;opacity:.26}.crm-chart__commission{fill:currentColor;opacity:.72}.crm-chart__label{fill:currentColor;font-size:11px;opacity:.55}.crm-empty{margin:0;padding:2rem 1rem;text-align:center;color:#67696f;font-size:.875rem}.crm-money{display:inline-block;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.crm-money--neg{color:#c62828}.crm-mono{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem}.crm-chip{display:inline-flex;align-items:center;gap:.25rem;padding:2px .5rem;border-radius:9999px;border:1px solid rgba(245,184,0,.45);background:#f5b80024;color:#967100;font-size:.75rem;font-weight:600;white-space:nowrap}.crm-chip--muted{border-color:#dfe3ea;background:#eef0f5;color:#4b5266}.crm-linkline{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.875rem;color:#4b5266}.crm-linkline a{color:#967100;font-weight:600;text-decoration:none}.crm-linkline a:hover{color:#816100;text-decoration:underline}.crm-linkline a:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.crm-progress{display:block;width:100%;height:6px;margin-top:.25rem;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:1px solid #dfe3ea;border-radius:9999px;background:#eef0f5;overflow:hidden}.crm-progress::-webkit-progress-bar{background:#eef0f5;border-radius:9999px}.crm-progress::-webkit-progress-value{background:#f5b800;border-radius:9999px;transition:width .2s ease}.crm-progress::-moz-progress-bar{background:#f5b800;border-radius:9999px}.crm-quick{display:grid;gap:.75rem}.crm-quick__hint{margin:.75rem 0 0;color:#4b5266;font-size:.875rem;line-height:1.5}.crm-quick__error{margin:0;padding:.5rem .75rem;background:#c6282814;border-radius:10px;color:#c62828;font-size:.875rem;line-height:1.5}.crm-extract{display:flex;flex-direction:column;gap:1rem}.crm-extract__intro{margin:0;color:#4b5266;font-size:.875rem;line-height:1.5}.crm-extract__field{min-height:14rem;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;line-height:1.75}.crm-extract__status{display:flex;align-items:center;gap:.5rem;margin:0;color:#4b5266;font-size:.875rem}.crm-extract__summary{margin:0;padding:.75rem;background:#fff;border:1px solid #dfe3ea;border-radius:10px;color:#14171f;font-size:.875rem;line-height:1.5}.crm-extract__usage{margin:0;color:#6d6f76;font-size:.75rem;text-align:right}.crm-extract__empty{margin:0;padding:1.5rem .75rem;text-align:center;color:#67696f;font-size:.875rem}.crm-extract__group{display:flex;flex-direction:column;border-top:1px solid #dfe3ea}.crm-extract__group:first-child{border-top:none}.crm-extract__group-head{position:sticky;top:0;z-index:1;display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#fff;border-bottom:1px solid #dfe3ea}.crm-extract__group-title{margin:0;color:#67696f;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.crm-extract__group-toggle{display:inline-flex;align-items:center;gap:.5rem;margin-left:auto;color:#4b5266;font-size:.75rem;font-weight:600;cursor:pointer;transition:color .12s ease}.crm-extract__group-toggle:hover{color:#14171f}.crm-extract__row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;padding:.75rem .5rem;border-left:2px solid transparent;border-bottom:1px solid #dfe3ea;transition:background .12s ease}.crm-extract__row:last-child{border-bottom:none}.crm-extract__row:hover{background:#eef0f5}.crm-extract__row--conflict{border-left-color:#8a5a00;background:#f0a50024}.crm-extract__row--conflict:hover{background:#f0a50024}.crm-extract__check{width:1.05rem;height:1.05rem;margin-top:2px}.crm-extract__main{display:flex;flex-direction:column;gap:.25rem;min-width:0}.crm-extract__label{color:#4b5266;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.crm-extract__value{color:#14171f;font-size:.875rem;font-weight:500;overflow-wrap:anywhere}.crm-extract__detail{color:#4b5266;font-size:.75rem;overflow-wrap:anywhere}.crm-extract__current{color:#4b5266;font-size:.75rem;text-decoration:line-through;overflow-wrap:anywhere}.crm-extract__evidence{margin:.25rem 0 0;padding-left:.5rem;border-left:1px solid #dfe3ea;color:#67696f;font-size:.75rem;font-style:italic;line-height:1.5;overflow-wrap:anywhere}.crm-extract__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-top:.25rem;color:#67696f;font-size:.75rem}@media (max-width: 640px){.crm-extract__row{grid-template-columns:minmax(0,1fr);gap:.5rem}}@media (max-width: 1100px){.crm-detail__body{grid-template-columns:minmax(0,1fr)}}@media (max-width: 820px){.crm-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-toolbar{flex-direction:column;align-items:stretch}.crm-toolbar__search{max-width:none}.crm-toolbar__filters .select{flex:1 1 8rem}.crm-toolbar__views{align-self:flex-start}.crm-form--inline{flex-direction:column;align-items:stretch}.crm-form--inline .input,.crm-form--inline .select{width:100%;flex:none}}@media (prefers-reduced-motion: reduce){.crm-board__col,.crm-card,.crm-card__grip,.crm-card__move-select{transition:none}.crm-card:hover{transform:none}}.guide-meta{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.25rem}.guide-meta__public{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;white-space:nowrap}.guides-list__title{display:block;color:#14171f;font-weight:600}.guides-list__title:hover{color:#967100}.guides-list__desc{display:block;margin-top:.25rem;color:#606269;font-size:.75rem;line-height:1.5;white-space:normal}.guides-list__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));gap:1rem}.guides-list__card{display:flex;flex-direction:column;gap:.5rem}.guides-list__card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.guides-list__card-foot{margin-top:auto;padding-top:.5rem;color:#606269;font-size:.75rem}.guides-recent{display:flex;flex-direction:column;gap:.25rem}.guides-recent__item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid #dfe3ea}.guides-recent__item:last-child{border-bottom:none}.guides-recent__link{display:flex;flex-direction:column;flex:1;min-width:0;color:#14171f;line-height:1.5}.guides-recent__link:hover{text-decoration:none}.guides-recent__link:hover .guides-recent__title{color:#967100}.guides-recent__title{font-size:.875rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guides-recent__date{color:#606269;font-size:.75rem}.guide-reader{display:grid;grid-template-columns:minmax(14rem,17rem) minmax(0,1fr);gap:1.5rem;align-items:start}.guide-reader__toc{position:sticky;top:1rem;display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#fff;border:1px solid #dfe3ea;border-radius:14px}.guide-reader__toc-title{margin:0;color:#4b5266;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.guide-reader__toc-list{display:flex;flex-direction:column;gap:.25rem}.guide-reader__toc-item{display:flex;align-items:flex-start;gap:.5rem;width:100%;padding:.5rem .75rem;border-radius:10px;color:#4b5266;font-size:.875rem;text-align:left;line-height:1.5;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.guide-reader__toc-item:hover{background:#eef0f5;color:#14171f}.guide-reader__toc-item:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.guide-reader__toc-item.is-active{background:#f5b80024;color:#967100;font-weight:600}.guide-reader__toc-item.is-active .guide-reader__toc-num{background:#f5b800;border-color:#f5b800;color:#101010}.guide-reader__toc-num{display:inline-grid;place-items:center;flex-shrink:0;width:1.5rem;height:1.5rem;border:1px solid #a9b3c2;border-radius:9999px;font-size:.75rem;font-weight:600;font-variant-numeric:tabular-nums}.guide-reader__toc-label{min-width:0;overflow-wrap:anywhere}.guide-reader__content{display:flex;flex-direction:column;gap:1rem;min-width:0;padding:1.5rem;background:#fff;border:1px solid #dfe3ea;border-radius:14px;scroll-margin-top:1rem}.guide-reader__eyebrow{margin:0;color:#4b5266;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.guide-reader__step-title{margin:0;font-size:1.5rem}.guide-reader__nav{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.5rem;padding-top:1rem;border-top:1px solid #dfe3ea}.guide-reader__nav-count{color:#606269;font-size:.875rem;font-variant-numeric:tabular-nums}@media (max-width: 768px){.guide-reader{grid-template-columns:minmax(0,1fr);gap:1rem}.guide-reader__toc{position:static;padding:.75rem}.guide-reader__toc-list{flex-direction:row;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:thin}.guide-reader__toc-item{width:auto;white-space:nowrap}.guide-reader__toc-label{overflow-wrap:normal}.guide-reader__content{padding:1rem}}.md{color:#14171f;font-size:1rem;line-height:1.75;overflow-wrap:anywhere}.md>*+*{margin-top:1rem}.md h1,.md h2,.md h3,.md h4,.md h5,.md h6{margin-top:1.5rem;line-height:1.2}.md h1:first-child,.md h2:first-child,.md h3:first-child,.md h4:first-child,.md h5:first-child,.md h6:first-child{margin-top:0}.md h1{font-size:1.5rem}.md h2{font-size:1.125rem}.md h3,.md h4{font-size:1rem}.md ul,.md ol{padding-left:1.5rem}.md ul li+li,.md ol li+li{margin-top:.25rem}.md ul{list-style:disc}.md ol{list-style:decimal}.md li:has(>input[type=checkbox]){list-style:none;margin-left:-1.25rem}.md li:has(>input[type=checkbox]) input{margin-right:.5rem}.md a{text-decoration:underline;text-underline-offset:.15em}.md a:hover{color:#816100}.md strong{font-weight:700}.md code{padding:.1em .35em;background:#fff;border:1px solid #dfe3ea;border-radius:6px;font-size:.9em}.md pre{padding:1rem;background:#fff;border:1px solid #dfe3ea;border-radius:10px;overflow-x:auto;line-height:1.5}.md pre code{padding:0;background:none;border:0;font-size:.875rem}.md blockquote{padding:.5rem 1rem;border-left:3px solid rgba(245,184,0,.45);background:#f5b80024;border-radius:0 10px 10px 0;color:#4b5266}.md blockquote>*+*{margin-top:.5rem}.md hr{border:0;border-top:1px solid #dfe3ea}.md img,.md video{display:block;max-width:100%;height:auto;border-radius:10px;border:1px solid #dfe3ea}.md table{display:block;width:100%;max-width:100%;overflow-x:auto;border-collapse:collapse;font-size:.875rem}.md table th,.md table td{padding:.5rem .75rem;border:1px solid #dfe3ea;text-align:left;vertical-align:top}.md table th{background:#eef0f5;font-weight:600}.md--empty{color:#606269;font-style:italic}.guide-editor__layout{display:grid;grid-template-columns:minmax(18rem,22rem) minmax(0,1fr);gap:1.25rem;align-items:start}@media (max-width: 1024px){.guide-editor__layout{grid-template-columns:minmax(0,1fr)}}.guide-editor__side{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#fff;border:1px solid #dfe3ea;border-radius:14px}.guide-editor__main{display:flex;flex-direction:column;gap:1rem;min-width:0;padding:1.25rem;background:#fff;border:1px solid #dfe3ea;border-radius:14px}.guide-editor__public{margin:0;color:#4b5266;font-size:.75rem;line-height:1.5;overflow-wrap:anywhere}.guide-editor__steps{display:flex;flex-direction:column;gap:.25rem}.guide-editor__step{display:flex;align-items:center;gap:.25rem;border:1px solid transparent;border-radius:10px}.guide-editor__step.is-active{background:#f5b80024;border-color:#f5b80073}.guide-editor__step.is-active .guide-editor__step-num{background:#f5b800;border-color:#f5b800;color:#101010}.guide-editor__step.is-active .guide-editor__step-title{color:#967100;font-weight:600}.guide-editor__step-select{display:flex;align-items:center;flex:1;gap:.5rem;min-width:0;padding:.5rem;border-radius:10px;color:#4b5266;font-size:.875rem;text-align:left;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.guide-editor__step-select:hover{color:#14171f}.guide-editor__step-select:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.guide-editor__step-num{display:inline-grid;place-items:center;flex-shrink:0;width:1.5rem;height:1.5rem;border:1px solid #a9b3c2;border-radius:9999px;font-size:.75rem;font-weight:600;font-variant-numeric:tabular-nums}.guide-editor__step-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guide-editor__step-actions{display:inline-flex;flex-shrink:0;gap:2px;padding-right:.25rem}.guide-editor__step-btn{display:inline-grid;place-items:center;width:1.75rem;height:1.75rem;border-radius:6px;color:#606269;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.guide-editor__step-btn:hover:not(:disabled){background:#eef0f5;color:#14171f}.guide-editor__step-btn:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.guide-editor__step-btn:disabled{opacity:.35;cursor:not-allowed}.guide-editor__step-btn--danger:hover:not(:disabled){background:#c6282814;color:#c62828}.guide-editor__revisions{display:flex;flex-direction:column;gap:.5rem}.guide-editor__revision{display:flex;align-items:center;gap:.5rem;color:#4b5266;font-size:.875rem}.guide-editor__danger{padding-top:.75rem;border-top:1px solid #dfe3ea}.guide-editor__split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:stretch}@media (max-width: 768px){.guide-editor__split{grid-template-columns:minmax(0,1fr)}}.guide-editor__source{min-height:28rem;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.875rem;line-height:1.75;-moz-tab-size:2;tab-size:2;resize:vertical}.guide-editor__preview{display:flex;flex-direction:column;gap:.5rem;min-width:0}.guide-editor__preview-label{color:#4b5266;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.guide-editor__preview-body{display:flex;flex-direction:column;flex:1;gap:1rem;min-height:28rem;max-height:40rem;padding:1rem;overflow-y:auto;background:#fff;border:1px solid #dfe3ea;border-radius:10px}.guide-public{display:flex;flex-direction:column;min-height:100%;background:#f3f4f8;color:#14171f}.guide-public__header{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.5rem;background:#fff;border-bottom:1px solid #dfe3ea}.guide-public__brand{display:inline-flex;align-items:center;gap:.75rem;color:#14171f;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700}.guide-public__brand:hover{text-decoration:none;color:#967100}.guide-public__brand-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guide-public__login{color:#4b5266;font-size:.875rem;white-space:nowrap}.guide-public__login:hover{color:#967100}.guide-public__main{display:flex;flex-direction:column;flex:1;gap:1.5rem;width:100%;max-width:1180px;margin-inline:auto;padding:2rem 1.5rem 2.5rem}.guide-public__head{display:flex;flex-direction:column;gap:.5rem}.guide-public__title{margin:0;font-size:2rem}.guide-public__desc{margin:0;max-width:60ch;color:#4b5266;font-size:1rem;line-height:1.5}.guide-public__missing{display:flex;flex-direction:column;gap:.75rem;padding:2rem;text-align:center;border:1px dashed #a9b3c2;border-radius:14px}.guide-public__foot{padding:1rem 1.5rem;color:#606269;font-size:.75rem;text-align:center;border-top:1px solid #dfe3ea}@media (max-width: 768px){.guide-public__header{padding:.75rem 1rem}.guide-public__main{padding:1.25rem 1rem 2rem}.guide-public__title{font-size:1.5rem}}.atelier-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.atelier-toolbar__spacer{flex:1 1 auto}.atelier-toolbar__search{flex:1 1 18rem;min-width:12rem;max-width:32rem}.atelier-toolbar__select{width:auto;min-width:11rem}.atelier-toolbar__count{color:#4b5266;font-size:.875rem;font-variant-numeric:tabular-nums;white-space:nowrap}.segmented{display:inline-flex;padding:3px;gap:2px;border:1px solid #a9b3c2;border-radius:9999px;background:#fff;flex-shrink:0}.segmented__btn{display:inline-flex;align-items:center;min-height:calc(2.75rem - 8px);padding:.25rem 1rem;border:none;border-radius:9999px;background:transparent;color:#4b5266;font-family:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .12s ease,color .12s ease}.segmented__btn:hover{color:#14171f}.segmented__btn:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.segmented__btn.is-active{background:#f5b800;color:#101010}.chips{display:flex;align-items:center;gap:.5rem;overflow-x:auto;scrollbar-width:none;padding:2px;margin:-2px;-webkit-overflow-scrolling:touch}.chips::-webkit-scrollbar{display:none}.chips__chip{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;min-height:2.25rem;padding:.25rem 1rem;border:1px solid #a9b3c2;border-radius:9999px;background:#fff;color:#4b5266;font-family:inherit;font-size:.875rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.chips__chip:hover{color:#14171f;border-color:#606269}.chips__chip:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.chips__chip.is-active{background:#14171f;border-color:#14171f;color:#fff}.chips__chip--tech.is-active{background:#f5b80024;border-color:var(--tech-color, rgba(245, 184, 0, .45));color:#14171f}.chips__dot{width:.75rem;height:.75rem;border-radius:9999px;background:var(--tech-color, #a9b3c2);border:1px solid rgba(0,0,0,.2)}.atelier-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.atelier-stat{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem;background:#fff;border:1px solid #dfe3ea;border-radius:14px;box-shadow:0 1px 2px #1018280f;min-width:0}.atelier-stat__label{color:#4b5266;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.atelier-stat__value{font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2;font-variant-numeric:tabular-nums;color:#14171f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.atelier-stat--accent{border-color:#f5b80073;background:linear-gradient(160deg,rgba(245,184,0,.14),transparent 70%),#fff}.atelier-stat--accent .atelier-stat__value{color:#967100}.agenda-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.agenda-bar__nav{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.agenda-bar__period{margin:0 0 0 .5rem;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:700;text-transform:capitalize;color:#14171f}.day-strip{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.5rem}.day-strip__day{display:flex;flex-direction:column;align-items:center;gap:2px;min-height:4.5rem;padding:.5rem .25rem;background:#fff;border:1px solid #dfe3ea;border-radius:14px;color:#14171f;font-family:inherit;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.day-strip__day:hover{background:#eef0f5;border-color:#a9b3c2}.day-strip__day:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.day-strip__day.is-weekend{background:#f7f8fb}.day-strip__day.is-today .day-strip__date{color:#967100}.day-strip__day.is-selected{background:#14171f;border-color:#14171f;color:#fff}.day-strip__day.is-selected .day-strip__weekday,.day-strip__day.is-selected .day-strip__count{color:inherit;opacity:.85}.day-strip__day.is-selected .day-strip__date{color:inherit}.day-strip__weekday{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#4b5266}.day-strip__date{font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:700;line-height:1}.day-strip__count{min-width:1.5rem;padding:0 .25rem;border-radius:9999px;font-size:.75rem;font-weight:700;font-variant-numeric:tabular-nums;color:#967100;background:#f5b80024}.day-strip__count.is-empty{background:transparent;color:#6d6f76}.agenda-week{position:relative;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.5rem;align-items:stretch}.agenda-week__day{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #dfe3ea;border-radius:14px}.agenda-week__day--today{border-color:#f5b800}.agenda-week__day--today .agenda-week__date{color:#967100}.agenda-week__head{display:flex;align-items:baseline;gap:.5rem;min-height:2.75rem;padding:.5rem .75rem;border:none;border-bottom:1px solid #dfe3ea;border-radius:14px 14px 0 0;background:transparent;color:#14171f;font-family:inherit;text-align:left;cursor:pointer;transition:background .12s ease}.agenda-week__head:hover{background:#eef0f5}.agenda-week__head:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.agenda-week__weekday{color:#4b5266;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.agenda-week__date{font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.2}.agenda-week__count{margin-left:auto;min-width:1.25rem;padding:0 .25rem;border-radius:9999px;background:#eef0f5;color:#4b5266;font-size:.75rem;font-weight:700;text-align:center;font-variant-numeric:tabular-nums}.agenda-week__cards{display:flex;flex-direction:column;gap:.5rem;flex:1 1 auto;padding:.5rem .25rem;min-height:4rem}.agenda-week__placeholder{display:block;height:3rem;border-radius:10px;background:#eef0f5}.agenda-week__empty{grid-column:1/-1;margin:0;padding:1rem;text-align:center;color:#606269;font-size:.875rem}.agenda-day{display:flex;flex-direction:column;gap:.5rem}.agenda-card{position:relative;display:flex;flex-direction:column;gap:2px;padding:.5rem .5rem .5rem .75rem;background:#fff;border:1px solid #dfe3ea;border-left:4px solid var(--tech-color, #a9b3c2);border-radius:10px;box-shadow:0 1px 2px #1018280f;color:#14171f;text-decoration:none;min-width:0;transition:background .12s ease,border-color .12s ease}.agenda-card--compact:hover{background:#eef0f5;text-decoration:none}.agenda-card--compact:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.agenda-card__row{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;min-width:0}.agenda-card__time{color:#4b5266;font-size:.75rem;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.agenda-card__title{font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:700;line-height:1.15;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.agenda-card__client{color:#4b5266;font-size:.75rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agenda-card__due{font-size:.75rem;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0}.agenda-card__due--paid{color:#1a7f4b}.agenda-card__tech{color:#67696f;font-size:.75rem;white-space:nowrap;flex-shrink:0}.agenda-card--inactive{border-style:dashed;border-left-style:solid}.agenda-card--inactive .agenda-card__title{text-decoration:line-through;color:#4b5266}.agenda-card--wide{flex-direction:row;align-items:center;gap:.75rem;padding:.5rem .75rem .5rem 0;border-left-width:5px}.agenda-card--wide .agenda-card__link{flex:1 1 auto;display:grid;grid-template-columns:8.5rem minmax(0,1fr) auto;grid-template-areas:"time title foot" "time client foot" "time tech foot";align-items:center;column-gap:1rem;min-width:0;min-height:2.75rem;padding:.5rem .5rem .5rem 1rem;border-radius:10px;color:inherit;text-decoration:none}.agenda-card--wide .agenda-card__link:hover{background:#eef0f5;text-decoration:none}.agenda-card--wide .agenda-card__link:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.agenda-card--wide .agenda-card__time{grid-area:time;font-size:1rem}.agenda-card--wide .agenda-card__title{grid-area:title;font-size:1.5rem;display:block;line-height:1.2}.agenda-card--wide .agenda-card__client{grid-area:client;font-size:1rem}.agenda-card--wide .agenda-card__tech{grid-area:tech;font-size:.875rem}.agenda-card--wide .agenda-card__foot{grid-area:foot;display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;margin:0}.agenda-card--wide .agenda-card__due{font-size:1rem}.status-dot{display:inline-flex;align-items:center;gap:6px;color:#4b5266;font-size:.75rem;font-weight:600;white-space:nowrap}.status-dot:before{content:"";width:8px;height:8px;flex-shrink:0;border-radius:9999px;background:#a9b3c2}.status-dot--primary:before{background:#f5b800}.status-dot--warning:before{background:#f0a500}.status-dot--success:before{background:#1a7f4b}.status-dot--danger:before{background:#c62828}.agenda-month{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.25rem}.agenda-month--loading{opacity:.6}.agenda-month__weekday{padding:.25rem .5rem;color:#4b5266;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.agenda-month__day{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;min-height:5.5rem;padding:.5rem;background:#fff;border:1px solid #dfe3ea;border-radius:10px;color:#14171f;font-family:inherit;text-align:left;cursor:pointer;transition:background .12s ease,border-color .12s ease}.agenda-month__day:hover{background:#eef0f5;border-color:#a9b3c2}.agenda-month__day:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.agenda-month__day--outside{background:#f3f4f8;color:#606269}.agenda-month__day--today{border-color:#f5b800}.agenda-month__day--today .agenda-month__num{color:#967100}.agenda-month__num{font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:700}.agenda-month__count{font-size:.75rem;font-weight:700;color:#967100}.agenda-month__total{font-size:.75rem;color:#4b5266;font-variant-numeric:tabular-nums}.quick-actions{display:flex;flex-wrap:wrap;gap:.5rem}.quick-actions__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.75rem;padding:.5rem 1rem;border:1px solid #a9b3c2;border-radius:9999px;background:#fff;color:#14171f;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .12s ease,border-color .12s ease}.quick-actions__btn:hover{background:#f5b80024;border-color:#f5b80073;text-decoration:none}.quick-actions__btn:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.quick-actions--sm{gap:.25rem}.quick-actions--sm .quick-actions__btn{min-height:2.5rem;width:2.5rem;padding:0}.quick-actions--sm .quick-actions__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.atelier-topbar{display:flex;align-items:center;gap:.75rem;flex:1 1 auto;min-width:0}.atelier-topbar__search{position:relative;flex:1 1 auto;max-width:30rem;min-width:0}.atelier-topbar__search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#606269;pointer-events:none}.atelier-topbar__input{width:100%;min-height:2.25rem;padding:.25rem .75rem .25rem 2.5rem;background:#f7f8fb;border:1px solid #dfe3ea;border-radius:9999px;font-size:1rem;color:#14171f;transition:border-color .12s ease,background .12s ease}.atelier-topbar__input::placeholder{color:#606269}.atelier-topbar__input:hover{border-color:#a9b3c2}.atelier-topbar__input:focus{outline:2px solid rgb(184,138,0);outline-offset:2px;background:#fff;border-color:#b88a00}.atelier-topbar .btn{margin-left:auto;flex-shrink:0}.job-list{display:flex;flex-direction:column;gap:.5rem}.job-row{display:grid;grid-template-columns:6rem minmax(0,1fr) auto auto auto;align-items:center;column-gap:.75rem;min-height:4rem;padding:.5rem .5rem .5rem 1rem;background:#fff;border:1px solid #dfe3ea;border-left:5px solid var(--tech-color, #a9b3c2);border-radius:10px;box-shadow:0 1px 2px #1018280f;color:#14171f;text-decoration:none;transition:background .12s ease,border-color .12s ease}.job-row:hover{background:#eef0f5;text-decoration:none}.job-row:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.job-row__when{display:flex;flex-direction:column;gap:0;line-height:1.2}.job-row__date{color:#4b5266;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.job-row__time{font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.job-row__main{display:flex;flex-direction:column;gap:2px;min-width:0}.job-row__title{font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.job-row__sub{color:#4b5266;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.job-row__amount{font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap;text-align:right}.job-row__amount small{font-size:.75rem;font-weight:600;color:#4b5266;text-transform:uppercase}.job-row__amount.is-paid{color:#1a7f4b}.job-row__chevron{display:inline-flex;color:#6d6f76}.job-row--inactive{border-style:dashed;border-left-style:solid}.job-row--inactive .job-row__title{text-decoration:line-through;color:#4b5266}.client-list{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none}.client-row{display:flex;align-items:center;gap:.5rem;min-height:4rem;padding:.5rem .5rem .5rem .75rem;background:#fff;border:1px solid #dfe3ea;border-radius:10px;box-shadow:0 1px 2px #1018280f}.client-row__main{display:flex;align-items:center;gap:.75rem;flex:1 1 auto;min-width:0;min-height:2.75rem;padding:.25rem .5rem;border-radius:10px;color:#14171f;text-decoration:none}.client-row__main:hover{background:#eef0f5;text-decoration:none}.client-row__main:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.client-row__avatar{display:grid;place-items:center;width:2.5rem;height:2.5rem;flex-shrink:0;border-radius:9999px;background:#f7f8fb;border:1px solid #a9b3c2;color:#4b5266;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:800;letter-spacing:.02em}.client-row__avatar--concessionnaire,.client-row__avatar--flotte{background:#f5b80024;border-color:#f5b80073;color:#967100}.client-row__text{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1 auto}.client-row__name{font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.client-row__sub{color:#4b5266;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.client-row__type{flex-shrink:0}.client-row__actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.atelier-backlink{margin:0;font-size:.875rem}.atelier-backlink a{display:inline-flex;align-items:center;min-height:2.25rem;color:#967100;font-weight:600;text-decoration:none}.atelier-backlink a:hover{text-decoration:underline}.travail__head,.client__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.travail__titles,.client__titles{display:flex;flex-direction:column;gap:.75rem;min-width:0}.travail__title,.travail__name,.client__title,.client__name{margin:0;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2rem;font-weight:700;line-height:1.2;letter-spacing:-.01em}.travail__sub,.client__sub{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin:0;color:#4b5266;font-size:1rem}.travail__sub a,.client__sub a{color:#967100;font-weight:600;text-decoration:none}.travail__sub a:hover,.client__sub a:hover{text-decoration:underline}.travail__actions,.client__actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;flex-shrink:0}.travail__grid,.client__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));gap:1rem;align-items:start}.travail__block,.client__block{display:flex;flex-direction:column;gap:.75rem;min-width:0}.travail__block-head,.client__block-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.travail__block-actions,.client__block-actions{display:flex;align-items:center;gap:.5rem}.travail__block-title,.client__block-title{margin:0;font-size:1.125rem;font-weight:700}.travail__num,.client__num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.travail__empty,.travail__empty-block,.client__empty,.client__empty-block{margin:0;color:#606269;font-size:.875rem;font-style:italic}.travail__notes,.client__notes{margin:0;white-space:pre-wrap;line-height:1.75;font-size:1rem}.travail__link,.client__link{color:#14171f;font-weight:600;text-decoration:none}.travail__link:hover,.client__link:hover{text-decoration:underline}.travail__hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(16rem,1fr);gap:1.25rem;padding:1.25rem;background:#fff;border:1px solid #dfe3ea;border-left:6px solid var(--tech-color, #a9b3c2);border-radius:14px;box-shadow:0 1px 2px #1018280f}.travail__hero-main{display:flex;flex-direction:column;gap:.5rem;min-width:0}.travail__eyebrow{display:flex;flex-wrap:wrap;gap:.5rem;margin:0}.travail__title{display:flex;align-items:center;gap:.75rem;margin:0;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.75rem;font-weight:800;line-height:1.05;letter-spacing:-.01em;overflow-wrap:anywhere}.travail__title svg{flex-shrink:0;color:#606269}.travail__facts{margin:0;color:#4b5266;font-size:1rem;font-variant-numeric:tabular-nums}.travail__when{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin:.25rem 0 0;font-size:1rem;font-weight:600}.travail__when-item{display:inline-flex;align-items:center;gap:.5rem}.travail__when-item svg{color:#606269}.travail__tech-dot{width:.75rem;height:.75rem;border-radius:9999px;background:var(--tech-color, #a9b3c2);border:1px solid rgba(0,0,0,.2)}.travail__hero-client{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#f7f8fb;border:1px solid #dfe3ea;border-radius:10px;min-width:0}.travail__client-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#606269}.travail__client-name{font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:700;color:#14171f;line-height:1.2}.travail__client-name:hover{color:#967100}.travail__client-meta{color:#4b5266;font-size:1rem;margin-bottom:.25rem}.travail__notice{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#c6282814;border:1px solid rgba(198,40,40,.4);border-radius:10px;color:#c62828}.travail__notice span{flex:1 1 auto}.travail__cta{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.travail__next{flex:1 1 22rem;max-width:34rem}.travail__actions{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-left:auto}.travail__status{width:auto;min-width:12rem}.stepper{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.25rem;margin:0;padding:.75rem;background:#fff;border:1px solid #dfe3ea;border-radius:14px;box-shadow:0 1px 2px #1018280f}.stepper__step{position:relative;min-width:0}.stepper__step:not(:last-child):after{content:"";position:absolute;top:1.4rem;left:50%;width:100%;height:3px;background:#dfe3ea;z-index:0}.stepper__step--done:not(:last-child):after{background:#1a7f4b}.stepper__btn{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%;min-height:4rem;padding:.5rem 2px;border:0;border-radius:10px;background:transparent;color:#4b5266;font-family:inherit;font-size:.75rem;font-weight:600;line-height:1.15;text-align:center;cursor:pointer;transition:background .12s ease,color .12s ease}.stepper__btn:hover:not(:disabled){background:#eef0f5;color:#14171f}.stepper__btn:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.stepper__btn:disabled{cursor:default}.stepper__dot{display:grid;place-items:center;width:1.8rem;height:1.8rem;border-radius:9999px;background:#fff;border:2px solid #a9b3c2;color:#4b5266;font-size:.75rem;font-weight:800;font-variant-numeric:tabular-nums}.stepper__label{max-width:100%;overflow-wrap:anywhere}.stepper__step--done .stepper__dot{background:#1a7f4b;border-color:#1a7f4b;color:#fff}.stepper__step--done .stepper__btn{color:#14171f}.stepper__step--current .stepper__dot{background:#f5b800;border-color:#f5b800;color:#101010;box-shadow:0 0 0 4px #f5b80024}.stepper__step--current .stepper__btn{color:#14171f;font-weight:800}.service-lines{display:flex;flex-direction:column;gap:0;margin:0;padding:0;list-style:none}.service-lines__item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:3rem;padding:.5rem 0;border-bottom:1px solid #dfe3ea}.service-lines__main{display:flex;flex-direction:column;gap:2px;min-width:0}.service-lines__label{font-weight:600}.service-lines__meta{color:#4b5266;font-size:.875rem}.service-lines__price{font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.service-lines__total{display:flex;justify-content:space-between;padding-top:.75rem;font-weight:700;font-variant-numeric:tabular-nums}.travail__vehicle-notes{margin:0;padding-top:.5rem;border-top:1px dashed #dfe3ea;color:#4b5266;font-size:.875rem;white-space:pre-wrap}.payments__totals{display:flex;flex-direction:column;gap:.25rem;margin:0}.payments__line,.payments__due{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin:0}.payments__line dt,.payments__due dt{color:#4b5266;font-size:1rem}.payments__line dd,.payments__due dd{margin:0;font-variant-numeric:tabular-nums;white-space:nowrap}.payments__line--strong{padding-top:.5rem;border-top:1px solid #dfe3ea}.payments__line--strong dt{color:#14171f;font-weight:700}.payments__line--strong dd{font-weight:700}.payments__line--muted dt,.payments__line--muted dd{color:#606269}.payments__due{margin-top:.5rem;padding:.75rem 1rem;background:#f0a50024;border:1px solid rgba(217,154,0,.5);border-radius:10px}.payments__due dt{color:#14171f;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.payments__due dd{font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2rem;font-weight:700;line-height:1.2;color:#8a5a00}.payments__due--settled{background:#1a7f4b1a;border-color:#1a7f4b66}.payments__due--settled dd{color:#1a7f4b}.payments__table{font-size:.875rem}.payments__ref{color:#4b5266;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem}.payments__refund td{color:#c62828}.payments__actions{text-align:right;white-space:nowrap}.payments__date{white-space:nowrap}.payment-modal__due{margin:0 0 .75rem;color:#4b5266;font-size:1rem}.payment-modal__due strong{color:#14171f;font-variant-numeric:tabular-nums}.client__vehicles{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none}.vehicle-card{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;background:#f7f8fb;border:1px solid #dfe3ea;border-radius:10px}.vehicle-card__main{display:flex;flex-direction:column;gap:.25rem;min-width:0}.vehicle-card__label{font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:700}.vehicle-card__meta{color:#4b5266;font-size:.875rem;overflow-wrap:anywhere}.vehicle-card__notes{color:#67696f;font-size:.875rem;white-space:pre-wrap}.vehicle-card__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;flex-shrink:0}.catalogue__list{display:flex;flex-direction:column;gap:1rem}.catalogue__category{padding:1rem 1.25rem;background:#fff;border:1px solid #dfe3ea;border-radius:14px;box-shadow:0 1px 2px #1018280f}.catalogue__category+.catalogue__category{margin-top:0}.catalogue__category-actions{display:flex;flex-wrap:wrap;gap:.5rem}.catalogue__category>.table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.catalogue__service{display:block;font-weight:600}.catalogue__description{display:block;color:#4b5266;font-size:.875rem;white-space:normal}.catalogue__num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.catalogue__row--inactive td{color:#606269}.catalogue__empty{margin:0;color:#606269;font-size:.875rem;font-style:italic}.equipe__name{display:inline-flex;align-items:center;gap:.5rem;font-weight:600}.equipe__swatch{width:1rem;height:1rem;flex-shrink:0;border-radius:6px;background:var(--tech-color, #a9b3c2);border:1px solid rgba(0,0,0,.25)}.equipe__num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.equipe__muted{color:#606269}.equipe__days{display:inline-flex;gap:2px}.equipe__day{display:grid;place-items:center;width:1.4rem;height:1.4rem;border-radius:6px;background:#f7f8fb;border:1px solid #dfe3ea;color:#6d6f76;font-size:.75rem;font-weight:700}.equipe__day.is-on{background:#f5b80024;border-color:#f5b80073;color:#967100}.equipe__workdays{display:flex;flex-wrap:wrap;gap:.5rem}.equipe__workdays .chips__chip{cursor:pointer}.equipe__workday-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.equipe__absences{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none}.equipe__absence{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;background:#f7f8fb;border:1px solid #dfe3ea;border-radius:10px}.equipe__absence-submit{display:flex;align-items:flex-end}.equipe__color{height:2.75rem;padding:.25rem;cursor:pointer}.atelier-form{display:flex;flex-direction:column;gap:1rem}.atelier-checks{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:.5rem 1rem}.atelier-check{display:inline-flex;align-items:center;gap:.75rem;min-height:2.75rem;color:#14171f;font-size:1rem;cursor:pointer;-webkit-user-select:none;user-select:none}.rdv-modal__problem{flex:1 1 100%;color:#4b5266;font-size:.875rem;text-align:right}.rdv-modal__search{display:flex;flex-direction:column;gap:.75rem}.rdv-modal__results{display:flex;flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;max-height:16rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#a9b3c2 transparent}.rdv-modal__result{display:flex;flex-direction:column;gap:2px;width:100%;min-height:2.75rem;padding:.5rem .75rem;background:#fff;border:1px solid #a9b3c2;border-radius:10px;color:#14171f;font-family:inherit;text-align:left;cursor:pointer;transition:background .12s ease,border-color .12s ease}.rdv-modal__result:hover{background:#eef0f5;border-color:#f5b80073}.rdv-modal__result:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.rdv-modal__result-name{font-weight:600;font-size:1rem}.rdv-modal__result-meta{color:#4b5266;font-size:.875rem}.rdv-modal__hint{margin:0;color:#606269;font-size:.875rem}.rdv-modal__picked{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;padding:.75rem;background:#f5b80024;border:1px solid rgba(245,184,0,.45);border-radius:10px}.rdv-modal__picked-name{font-weight:700;font-size:1.125rem}.rdv-modal__picked-meta{flex:1 1 auto;color:#4b5266;font-size:1rem}.rdv-modal__quick{display:flex;flex-direction:column;gap:.75rem;padding:.75rem;background:#f7f8fb;border:1px dashed #a9b3c2;border-radius:10px}.rdv-modal__quick-actions{display:flex;justify-content:flex-end;gap:.5rem}.lines-editor{display:flex;flex-direction:column;gap:.75rem}.lines-editor__catalogue{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:.75rem}.lines-editor__category{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:.75rem;border:1px solid #dfe3ea;border-radius:10px;min-width:0}.lines-editor__category-name{padding:0 .25rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#4b5266}.lines-editor__services{display:flex;flex-direction:column;gap:.25rem}.lines-editor__service{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:.75rem;align-items:center;min-height:2.75rem;padding:.25rem .5rem;border-radius:6px;font-size:1rem;cursor:pointer}.lines-editor__service:hover{background:#eef0f5}.lines-editor__service input{grid-row:span 2}.lines-editor__service-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lines-editor__service-meta{color:#67696f;font-size:.875rem}.lines-editor__lines{display:flex;flex-direction:column;gap:.5rem}.lines-editor__head,.lines-editor__line{display:grid;grid-template-columns:minmax(0,2fr) 7rem 7rem 5rem 5.5rem auto;gap:.5rem;align-items:center}.lines-editor__cell--label{display:flex;flex-direction:column;gap:2px;min-width:0}.lines-editor__discount-note{color:#1a7f4b;font-size:.75rem;font-weight:700}.lines-editor__auto{background-color:#1a7f4b1a;border-color:#1a7f4b66}.lines-editor__bundle-tag{margin-left:.5rem;padding:0 .5rem;border-radius:9999px;background:#f5b80024;color:#967100;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.lines-editor__head{color:#4b5266;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.lines-editor__head-remove{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.lines-editor__empty{margin:0;color:#606269;font-size:.875rem;font-style:italic}.lines-editor__foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.lines-editor__totals{color:#4b5266;font-size:1rem;font-variant-numeric:tabular-nums}.lines-editor__totals strong{color:#14171f}.bundle-hint{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;padding:.75rem 1rem;background:#f5b80024;border:1px solid rgba(245,184,0,.45);border-radius:10px}.bundle-hint__icon{display:grid;place-items:center;width:2.25rem;height:2.25rem;flex-shrink:0;border-radius:9999px;background:#f5b800;color:#101010}.bundle-hint__text{flex:1 1 18rem;font-size:1rem;line-height:1.5}.bundle-hint__savings{color:#1a7f4b;font-weight:700}.service-lines__hint{padding-bottom:.75rem}.service-lines__discount{margin-left:.5rem;color:#1a7f4b;font-weight:700}.service-lines__was{margin-right:.5rem;color:#606269;font-weight:400}.catalogue__bundle{display:block;color:#967100;font-size:.75rem;font-weight:700;white-space:normal}.atelier-subsection__hint{margin:0;color:#4b5266;font-size:.875rem}.rules{display:flex;flex-direction:column;gap:.75rem}.rules__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid #dfe3ea}.rules__title{margin:0;font-size:1.125rem}.rules__sub{margin:.25rem 0 0;color:#4b5266;font-size:.875rem}.rules__empty{margin:0;color:#606269;font-size:.875rem;font-style:italic}.rules__list{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none}.rule{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#f7f8fb;border:1px solid #dfe3ea;border-radius:10px}.rule--off{opacity:.65}.rule__pct{display:grid;place-items:center;min-width:4rem;padding:.5rem;border-radius:10px;background:#1a7f4b1a;border:1px solid rgba(26,127,75,.4);color:#1a7f4b;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:800;font-variant-numeric:tabular-nums}.rule__text{display:flex;flex-direction:column;gap:2px;min-width:0}.rule__name{font-weight:700}.rule__sentence{color:#4b5266;font-size:.875rem}.rule__actions{display:flex;gap:.25rem}.rule-pickers{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:.75rem}.rule-picker{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:.75rem;border:1px solid #dfe3ea;border-radius:10px;max-height:22rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#a9b3c2 transparent}.rule-picker__legend{padding:0 .25rem;font-size:.875rem;font-weight:700;color:#14171f}.rule-picker__group{display:flex;flex-direction:column;gap:0}.rule-picker__category{margin-top:.25rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#606269}.rule-picker__item{min-height:2.25rem;font-size:.875rem}.today{display:flex;flex-direction:column;gap:1rem}.today__head{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1.25rem;padding-bottom:.75rem;border-bottom:1px solid #dfe3ea}.today__title{margin:0;font-size:1.5rem}.today__date{margin:0;color:#4b5266;font-size:1rem;text-transform:capitalize}.today__kpis{display:flex;flex-wrap:wrap;gap:.5rem;margin-left:auto}.today__kpi{display:inline-flex;align-items:baseline;gap:.25rem;padding:.25rem .75rem;border-radius:9999px;background:#f7f8fb;border:1px solid #dfe3ea;color:#4b5266;font-size:.875rem;white-space:nowrap}.today__kpi strong{color:#14171f;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-variant-numeric:tabular-nums}.today__groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(19rem,1fr));gap:1rem;align-items:start}.today__group{display:flex;flex-direction:column;gap:.5rem;min-width:0}.today__group-title{display:flex;align-items:center;gap:.5rem;margin:0;font-family:Barlow,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#4b5266}.today__group-title svg{color:#967100}.today__group-count{margin-left:auto;min-width:1.5rem;padding:0 .5rem;border-radius:9999px;background:#f7f8fb;border:1px solid #dfe3ea;text-align:center;font-variant-numeric:tabular-nums;color:#14171f}.today__empty{margin:0;padding:.75rem;color:#606269;font-size:.875rem;border:1px dashed #dfe3ea;border-radius:10px}.today__list{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none}.today__item{display:flex;flex-direction:column;gap:.5rem;padding:.5rem .5rem .5rem .75rem;background:#f7f8fb;border:1px solid #dfe3ea;border-left:4px solid var(--tech-color, #a9b3c2);border-radius:10px}.today__item-main{display:flex;align-items:center;gap:.75rem;min-height:2.25rem;color:#14171f;text-decoration:none}.today__item-main:hover{text-decoration:none}.today__item-main:hover .today__item-title{color:#967100}.today__item-main:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.today__item-time{flex-shrink:0;min-width:3.6rem;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.today__item-text{display:flex;flex-direction:column;gap:2px;flex:1 1 auto;min-width:0}.today__item-title{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.today__item-sub{color:#4b5266;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.today__item-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.5rem}.atelier-widget__empty{margin:0;color:#4b5266;font-size:.875rem}.atelier-widget__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:0}.atelier-widget__stat{display:flex;flex-direction:column;gap:.25rem;min-width:0}.atelier-widget__label{color:#4b5266;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.atelier-widget__value{margin:0;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2;font-variant-numeric:tabular-nums;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.produits__name{font-weight:600}.produits__num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.produits__muted,.produits__row--inactive td{color:#606269}.atelier-subsection{display:flex;flex-direction:column;gap:.75rem;margin:0;padding:.75rem 1rem;border:1px solid #dfe3ea;border-radius:10px;min-width:0}.atelier-subsection__title{padding:0 .25rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#4b5266}.atelier-subsection__empty{margin:0;color:#606269;font-size:.875rem;font-style:italic}.atelier-subsection__empty a{color:#967100;font-weight:600;text-decoration:none}.atelier-subsection__empty a:hover{text-decoration:underline}.service-products{display:flex;flex-direction:column;gap:.5rem}.service-products__line{display:grid;grid-template-columns:minmax(0,2fr) 7rem 4rem 6rem auto;gap:.5rem;align-items:center}.service-products__unit{color:#4b5266;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.service-products__cost{color:#4b5266;font-size:.875rem;font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}.service-products__foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.service-products__total{color:#4b5266;font-size:.875rem;font-variant-numeric:tabular-nums}.service-products__total strong{color:#14171f}.service-guides{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none}.service-guides__picker{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:.25rem 1rem}.service-guides__orphan{color:#4b5266}.service-guides__link{display:flex;align-items:center;gap:.75rem;min-height:3.25rem;padding:.5rem 1rem;background:#f7f8fb;border:1px solid #a9b3c2;border-radius:10px;color:#14171f;font-size:1rem;font-weight:600;text-decoration:none;transition:background .12s ease,border-color .12s ease}.service-guides__link:before{content:"";width:.5rem;height:.5rem;border-radius:9999px;background:#f5b800;flex-shrink:0}.service-guides__link:hover{background:#f5b80024;border-color:#f5b80073;text-decoration:none}.service-guides__link:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}@media (max-width: 1279px){.agenda-week{display:flex;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#a9b3c2 transparent;padding-bottom:.75rem}.agenda-week__day{flex:0 0 16rem}.agenda-week__empty{flex:0 0 100%}.travail__hero{grid-template-columns:1fr}}@media (max-width: 1023px){.stepper{grid-template-columns:repeat(7,minmax(4.2rem,1fr));overflow-x:auto;scrollbar-width:none}.job-row{grid-template-columns:5rem minmax(0,1fr) auto;grid-template-areas:"when main status" "when main amount";row-gap:2px}.job-row__when{grid-area:when}.job-row__main{grid-area:main}.job-row__amount{grid-area:amount;font-size:.875rem}.job-row__status{grid-area:status;justify-self:end}.job-row__chevron{display:none}}@media (max-width: 767px){.atelier-toolbar{flex-direction:column;align-items:stretch}.atelier-toolbar__search{flex:0 0 auto;max-width:none}.atelier-toolbar__select{width:100%}.atelier-toolbar__spacer{display:none}.atelier-toolbar__count{text-align:right}.agenda-bar{flex-direction:column;align-items:stretch}.agenda-bar__period{flex:1 0 100%;margin:.25rem 0 0;font-size:1.125rem}.agenda-bar .segmented{align-self:flex-start}.atelier-stats{gap:.5rem}.atelier-stat{padding:.5rem .75rem}.atelier-stat__value{font-size:1.125rem}.atelier-topbar__search{flex:1 1 auto}.atelier-topbar__btn-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.atelier-topbar .btn{padding:0;width:2.75rem;min-width:2.75rem}.agenda-card--wide{flex-direction:column;align-items:stretch;padding:.5rem}.agenda-card--wide .agenda-card__link{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"time foot" "title foot" "client foot" "tech foot";row-gap:2px;padding-left:.75rem}.agenda-card--wide .quick-actions{justify-content:flex-end}.agenda-month__day{min-height:4rem;padding:.25rem}.agenda-month__total{display:none}.day-strip{gap:.25rem}.day-strip__day{min-height:4rem;border-radius:10px}.day-strip__date{font-size:1.125rem}.travail__head,.client__head{flex-direction:column;align-items:stretch}.travail__head .travail__actions,.travail__head .client__actions,.client__head .travail__actions,.client__head .client__actions{justify-content:flex-start}.travail__title{font-size:2rem}.travail__cta{flex-direction:column;align-items:stretch}.travail__next{max-width:none}.travail__actions{margin-left:0}.travail__status{flex:1 1 100%;min-width:0}.client-row{flex-wrap:wrap}.client-row__actions{width:100%;justify-content:flex-end}.client-row__type{display:none}.vehicle-card{flex-direction:column;align-items:stretch}.vehicle-card__actions{justify-content:flex-start}.lines-editor__head{display:none}.lines-editor__line{grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:.5rem;border-bottom:1px solid #dfe3ea}.lines-editor__line>:first-child{grid-column:1/-1}.rule{grid-template-columns:auto minmax(0,1fr)}.rule__state,.rule__actions{grid-column:2}.service-products__line{grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:.5rem;border-bottom:1px solid #dfe3ea}.service-products__line>:first-child{grid-column:1/-1}.today__head{align-items:flex-start}.today__kpis{margin-left:0;width:100%}.atelier-widget__stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 640px){.atelier-stats{grid-template-columns:1fr 1fr}.atelier-stats .atelier-stat--accent{grid-column:1/-1}.job-row{padding-left:.75rem}.job-row__when{min-width:0}}.garantie-backlink{margin:0;font-size:.875rem}.garantie-backlink a{color:#967100;font-weight:600;text-decoration:none}.garantie-backlink a:hover{text-decoration:underline}.garanties-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.garanties-toolbar__search{flex:1 1 16rem;min-width:10rem;max-width:28rem}.garanties-toolbar__select{width:auto;min-width:11rem}.garanties-toolbar__spacer{flex:1 1 auto}.garanties-toolbar__count{color:#4b5266;font-size:.875rem;font-variant-numeric:tabular-nums;white-space:nowrap}.garanties__number{color:#14171f;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:700;letter-spacing:.04em;text-decoration:none;white-space:nowrap}.garanties__number:hover{text-decoration:underline}.garanties__client{display:block;font-weight:600}.garanties__sub{display:block;color:#4b5266;font-size:.75rem}.garanties__vin{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.06em}.garanties__missing{color:#8a5a00;font-weight:600}.garanties__date{white-space:nowrap;font-variant-numeric:tabular-nums}.garantie__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.garantie__titles{display:flex;flex-direction:column;gap:.5rem;min-width:0}.garantie__title{margin:0;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:2rem;font-weight:700;line-height:1.2;letter-spacing:.04em}.garantie__sub{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin:0;color:#4b5266;font-size:.875rem}.garantie__sub a{color:#967100;font-weight:600;text-decoration:none}.garantie__sub a:hover{text-decoration:underline}.garantie__actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;flex-shrink:0}.garantie__notice{margin:0;padding:.75rem 1rem;background:#f0a50024;border:1px solid rgba(217,154,0,.5);border-radius:10px;color:#14171f;font-size:.875rem}.garantie__notice a{margin-left:.5rem;color:#967100;font-weight:600}.garantie__dates{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:0}.garantie__date{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem;background:#fff;border:1px solid #dfe3ea;border-top:3px solid #f5b800;border-radius:14px;min-width:0}.garantie__date dt{color:#4b5266;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.garantie__date dd{margin:0;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.garantie__date--maintenance{border-top-color:#1a7f4b}.garantie__date--overdue{border-top-color:#8a5a00}.garantie__date--overdue dd{color:#8a5a00}.garantie__date-hint{color:#67696f;font-size:.75rem}.garantie__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:1rem;align-items:start}.garantie__block{display:flex;flex-direction:column;gap:.75rem;min-width:0}.garantie__block-title{margin:0;font-size:1rem;font-weight:600}.garantie__vin{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:700;letter-spacing:.08em}.garantie__missing{color:#8a5a00;font-weight:600}.garantie__notes{margin:0;white-space:pre-wrap;line-height:1.75;font-size:.875rem}.garantie__empty{margin:0;color:#606269;font-size:.875rem;font-style:italic}.garantie-form__body{display:flex;flex-direction:column;gap:1.25rem}.garantie-form__vin{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1.125rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.garantie-form__split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:stretch}@media (max-width: 768px){.garantie-form__split{grid-template-columns:minmax(0,1fr)}}.garantie-form__source{min-height:24rem;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.875rem;line-height:1.75;-moz-tab-size:2;tab-size:2;resize:vertical}.garantie-form__preview{display:flex;flex-direction:column;gap:.5rem;min-width:0}.garantie-form__preview-label{color:#4b5266;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.garantie-form__preview-body{flex:1;min-height:24rem;max-height:36rem;padding:1rem;background:#fff;border:1px solid #dfe3ea;border-radius:10px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#a9b3c2 transparent}.garantie-form__actions{display:flex;justify-content:flex-end;gap:.5rem;padding-top:.75rem;border-top:1px solid #dfe3ea}.garantie-picker{display:flex;flex-direction:column;gap:.75rem;max-width:40rem}.garantie-picker__results{display:flex;flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;max-height:18rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#a9b3c2 transparent}.garantie-picker__result{display:flex;flex-direction:column;gap:2px;width:100%;padding:.5rem .75rem;background:#fff;border:1px solid #a9b3c2;border-radius:10px;color:#14171f;font-family:inherit;text-align:left;cursor:pointer;transition:background .12s ease,border-color .12s ease}.garantie-picker__result:hover{background:#eef0f5;border-color:#f5b80073}.garantie-picker__result:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.garantie-picker__result-name{font-weight:600;font-size:.875rem}.garantie-picker__result-meta{color:#4b5266;font-size:.75rem}.garantie-picker__vehicles{display:flex;flex-direction:column;gap:.5rem}.garantie-picker__picked{margin:0;font-size:.875rem}.garantie-picker__hint{margin:0;color:#606269;font-size:.875rem}.garantie-md{color:#14171f;font-size:.875rem;line-height:1.75;overflow-wrap:anywhere}.garantie-md>*+*{margin-top:.75rem}.garantie-md h1,.garantie-md h2,.garantie-md h3,.garantie-md h4{margin-top:1.25rem;line-height:1.2}.garantie-md h1:first-child,.garantie-md h2:first-child,.garantie-md h3:first-child,.garantie-md h4:first-child{margin-top:0}.garantie-md h1{font-size:1.125rem}.garantie-md h2{font-size:1rem}.garantie-md h3,.garantie-md h4{font-size:.875rem}.garantie-md ul,.garantie-md ol{padding-left:1.5rem}.garantie-md ul li+li,.garantie-md ol li+li{margin-top:.25rem}.garantie-md ul{list-style:disc}.garantie-md ol{list-style:decimal}.garantie-md strong{font-weight:700}.garantie-md blockquote{padding:.5rem 1rem;border-left:3px solid rgba(245,184,0,.45);background:#f5b80024;border-radius:0 10px 10px 0;color:#4b5266}.garantie-md hr{border:0;border-top:1px solid #dfe3ea}.garantie-md--empty{color:#606269;font-style:italic}.garanties-widget__empty{margin:0;color:#4b5266;font-size:.875rem}.garanties-widget__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0}.garanties-widget__stat{display:flex;flex-direction:column;gap:.25rem;min-width:0}.garanties-widget__label{color:#4b5266;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.garanties-widget__value{margin:0;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.2;font-variant-numeric:tabular-nums}@media (max-width: 768px){.garanties-toolbar{flex-direction:column;align-items:stretch}.garanties-toolbar__search{max-width:none}.garanties-toolbar__select{width:100%}.garantie__head{flex-direction:column;align-items:stretch}.garantie__head .garantie__actions{justify-content:flex-start}.garantie__dates,.garanties-widget__stats{grid-template-columns:1fr}}.messagerie-tabs{display:flex;align-items:center;gap:.25rem;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid #dfe3ea}.messagerie-tabs__btn{padding:.5rem .75rem;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;background:transparent;color:#4b5266;font-family:inherit;font-size:.875rem;font-weight:500;white-space:nowrap;cursor:pointer;transition:color .12s ease,border-color .12s ease}.messagerie-tabs__btn:hover{color:#14171f}.messagerie-tabs__btn:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.messagerie-tabs__btn.is-active{color:#967100;border-bottom-color:#f5b800}.messagerie-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.messagerie-toolbar__search{flex:1 1 16rem;min-width:10rem;max-width:28rem}.messagerie-toolbar__select{width:auto;min-width:11rem;max-width:100%}.messagerie-toolbar__label{color:#4b5266;font-size:.875rem;font-weight:600;white-space:nowrap}.messagerie-toolbar__spacer{flex:1 1 auto}.messagerie-toolbar__count{color:#4b5266;font-size:.875rem;font-variant-numeric:tabular-nums;white-space:nowrap}.messages__date{white-space:nowrap;color:#4b5266;font-variant-numeric:tabular-nums}.messages__to{white-space:nowrap;font-variant-numeric:tabular-nums}.messages__preview{min-width:14rem;max-width:32rem;white-space:normal}.messages__subject{display:block;font-weight:600;color:#14171f}.messages__body{display:block;margin-top:2px;color:#4b5266;line-height:1.5}.messages__template{display:block;margin-top:.25rem;color:#67696f;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.messages__related{color:#967100;font-weight:600;white-space:nowrap}.messages__muted{color:#67696f}.messages__error{display:block;margin-top:.25rem;max-width:14rem;color:#c62828;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modeles__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(28rem,1fr));gap:1rem;align-items:start}@media (max-width: 768px){.modeles__list{grid-template-columns:minmax(0,1fr)}}.modele{display:flex;flex-direction:column;gap:1rem}.modele--off{opacity:.7}.modele__toggle{display:inline-flex;align-items:center;gap:.5rem;color:#14171f;font-size:.875rem;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none}.modele__footer{display:flex;justify-content:flex-end;gap:.5rem}.modele__help{border:1px solid #dfe3ea;border-radius:10px;padding:.5rem .75rem}.modele__help-summary{color:#4b5266;font-size:.875rem;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none}.modele__help-summary:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.modele__vars{display:flex;flex-direction:column;gap:.25rem;margin:.75rem 0 0}.modele__var{display:grid;grid-template-columns:minmax(9rem,max-content) 1fr;gap:.75rem;align-items:baseline;font-size:.875rem}.modele__var dt{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;color:#967100}.modele__var dd{margin:0;color:#4b5266}.modele__preview{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem;background:#fff;border:1px solid rgba(245,184,0,.45);border-radius:10px}.modele__preview-head{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.modele__preview-to{color:#4b5266;font-size:.875rem;font-variant-numeric:tabular-nums}.modele__preview-subject{font-weight:600;color:#14171f}.modele__preview-body{margin:0;font-family:Barlow,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:.875rem;line-height:1.75;color:#14171f;white-space:pre-wrap;word-break:break-word}.reglages__note{margin:.75rem 0 0;color:#4b5266;font-size:.875rem;line-height:1.5}.nouveau-message{display:flex;flex-direction:column;gap:1rem}.nouveau-message__search{display:flex;flex-direction:column;gap:.5rem}.nouveau-message__results{display:flex;flex-direction:column;gap:2px;margin:0;padding:.25rem;list-style:none;border:1px solid #a9b3c2;border-radius:10px;background:#fff;max-height:16rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#a9b3c2 transparent}.nouveau-message__result{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:.5rem .75rem;border:none;border-radius:6px;background:transparent;color:#14171f;font-family:inherit;text-align:left;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.nouveau-message__result:hover{background:#eef0f5}.nouveau-message__result:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.nouveau-message__result-name{font-weight:600;font-size:.875rem}.nouveau-message__result-meta{color:#4b5266;font-size:.75rem}.nouveau-message__picked{display:flex;align-items:center;gap:.75rem;justify-content:space-between;padding:.75rem 1rem;border:1px solid rgba(245,184,0,.45);border-radius:10px;background:#f5b80024}.nouveau-message__picked-name{font-weight:600;color:#14171f}.nouveau-message__picked-meta{color:#4b5266;font-size:.875rem}.messagerie-widget__empty{margin:0;color:#4b5266;font-size:.875rem}.messagerie-widget__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:0}.messagerie-widget__stat{display:flex;flex-direction:column;gap:.25rem;min-width:0}.messagerie-widget__stat--alert .messagerie-widget__value{color:#c62828}.messagerie-widget__label{color:#4b5266;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.messagerie-widget__value{margin:0;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.2;font-variant-numeric:tabular-nums}.messagerie-widget__note{margin:.75rem 0 0;color:#4b5266;font-size:.75rem;line-height:1.5}.appels-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}.appels-kpi{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem;background:#fff;border:1px solid #dfe3ea;border-radius:14px;box-shadow:0 1px 2px #1018280f;min-width:0}.appels-kpi__label{color:#4b5266;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.appels-kpi__value{font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2;font-variant-numeric:tabular-nums}.appels-kpi--live{border-color:#1a7f4b66;background:linear-gradient(160deg,rgba(26,127,75,.1),transparent 70%),#fff}.appels-kpi--live .appels-kpi__value,.appels-kpi--good .appels-kpi__value{color:#1a7f4b}.appels-kpi--alert{border-color:#d99a0080}.appels-kpi--alert .appels-kpi__value{color:#8a5a00}.appels-live{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;background:#fff;border:1px solid #dfe3ea;border-radius:14px;box-shadow:0 1px 2px #1018280f}.appels-live__title{display:flex;align-items:center;gap:.5rem;margin:0;font-size:1.125rem}.appels-live__dot{width:.75rem;height:.75rem;border-radius:9999px;background:#a9b3c2}.appels-live__dot.is-on{background:#1a7f4b;box-shadow:0 0 #1a7f4b1a;animation:appels-pulse 1.6s infinite}.appels-live__count{padding:0 .5rem;border-radius:9999px;background:#1a7f4b1a;color:#1a7f4b;font-size:.875rem;font-variant-numeric:tabular-nums}.appels-live__empty{margin:0;color:#606269;font-size:1rem}.appels-live__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));gap:.75rem}@keyframes appels-pulse{0%{box-shadow:0 0 #1a7f4b73}70%{box-shadow:0 0 0 10px #1a7f4b00}to{box-shadow:0 0 #1a7f4b00}}.live-call{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#f7f8fb;border:1px solid rgba(26,127,75,.4);border-left:5px solid #1a7f4b;border-radius:10px}.live-call__head{display:flex;align-items:center;gap:.75rem}.live-call__pulse{display:grid;place-items:center;width:2.75rem;height:2.75rem;flex-shrink:0;border-radius:9999px;background:#1a7f4b;color:#fff;animation:appels-pulse 1.6s infinite}.live-call__who{display:flex;flex-direction:column;gap:2px;flex:1 1 auto;min-width:0}.live-call__name{font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-call__meta{color:#4b5266;font-size:.875rem}.live-call__timer{font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.live-call__intent{margin:0;font-size:1rem}.live-call__intent--waiting{color:#606269;font-style:italic}.live-call__more{display:inline-flex;align-items:center;gap:.25rem;align-self:flex-end;min-height:2.25rem;font-weight:600}.transcript{display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none}.transcript--compact{gap:.5rem}.transcript__empty{margin:0;color:#606269;font-style:italic}.transcript__line{display:flex;flex-direction:column;gap:2px;max-width:78%}.transcript__line--ia{align-self:flex-start}.transcript__line--client{align-self:flex-end;align-items:flex-end}.transcript__line--typing{align-self:flex-start}.transcript__meta{display:flex;gap:.5rem;padding:0 .5rem;font-size:.75rem;color:#606269}.transcript__who{font-weight:700;text-transform:uppercase;letter-spacing:.04em}.transcript__bubble{padding:.5rem .75rem;border-radius:14px;font-size:1rem;line-height:1.5;overflow-wrap:anywhere}.transcript__line--ia .transcript__bubble{background:#f5b80024;border:1px solid rgba(245,184,0,.45);border-bottom-left-radius:6px}.transcript__line--client .transcript__bubble{background:#eef0f5;border:1px solid #dfe3ea;border-bottom-right-radius:6px}.transcript__bubble--typing{display:inline-flex;gap:4px;background:#f5b80024;border:1px solid rgba(245,184,0,.45)}.transcript__bubble--typing span{width:7px;height:7px;border-radius:9999px;background:#967100;animation:appels-typing 1.2s infinite}.transcript__bubble--typing span:nth-child(2){animation-delay:.2s}.transcript__bubble--typing span:nth-child(3){animation-delay:.4s}@keyframes appels-typing{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.transcript--compact .transcript__bubble{font-size:.875rem;padding:.25rem .75rem}.call-list{display:flex;flex-direction:column;gap:.5rem}.call-row{display:grid;grid-template-columns:auto 5.5rem minmax(0,1fr) auto auto auto;align-items:center;column-gap:.75rem;min-height:4rem;padding:.5rem .5rem .5rem .75rem;background:#fff;border:1px solid #dfe3ea;border-radius:10px;box-shadow:0 1px 2px #1018280f;color:#14171f;text-decoration:none;transition:background .12s ease}.call-row:hover{background:#eef0f5;text-decoration:none}.call-row:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.call-row__icon{display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:9999px;background:#f7f8fb;border:1px solid #a9b3c2;color:#4b5266}.call-row__icon--manque{background:#c6282814;border-color:#c6282866;color:#c62828}.call-row__icon--transfere{background:#f5b80024;border-color:#f5b80073;color:#967100}.call-row__when{display:flex;flex-direction:column;gap:0;line-height:1.2}.call-row__day{color:#4b5266;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.call-row__time{font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.call-row__main{display:flex;flex-direction:column;gap:2px;min-width:0}.call-row__name{display:inline-flex;align-items:center;gap:.5rem;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.call-row__todo{width:.5rem;height:.5rem;flex-shrink:0;border-radius:9999px;background:#8a5a00}.call-row__sub{color:#4b5266;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.call-row__duration{color:#4b5266;font-variant-numeric:tabular-nums;white-space:nowrap}.call-row__chevron{display:inline-flex;color:#6d6f76}.call-row--missed .call-row__name{color:#c62828}.appel__hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(14rem,auto);gap:1.25rem;padding:1.25rem;background:#fff;border:1px solid #dfe3ea;border-left:6px solid #a9b3c2;border-radius:14px;box-shadow:0 1px 2px #1018280f}.appel__hero--live{border-left-color:#1a7f4b}.appel__hero-main{display:flex;flex-direction:column;gap:.5rem;min-width:0}.appel__hero-side{display:flex;flex-direction:column;gap:.5rem;align-items:stretch;justify-content:center}.appel__hero-side .btn{justify-content:flex-start}.appel__eyebrow{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin:0;color:#4b5266;font-size:.875rem}.appel__handled{color:#1a7f4b;font-weight:700}.appel__title{display:flex;align-items:center;gap:.75rem;margin:0;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.75rem;font-weight:800;line-height:1.05;overflow-wrap:anywhere}.appel__title svg{flex-shrink:0;color:#606269}.appel__facts{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin:0;color:#4b5266;font-size:1rem}.appel__facts span{display:inline-flex;align-items:center;gap:.25rem}.appel__intent{margin:.25rem 0 0;font-size:1.125rem;font-weight:600}.appel__todo{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;padding:.75rem 1rem;background:#f0a50024;border:1px solid rgba(217,154,0,.5);border-radius:10px;color:#8a5a00;font-weight:600}.appel__todo span{flex:1 1 auto}.appel__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));gap:1rem;align-items:start}.appel__block{display:flex;flex-direction:column;gap:.75rem;min-width:0}.appel__block--wide{grid-column:1/-1}.appel__block-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.appel__block-actions{display:flex;align-items:center;gap:.5rem}.appel__block-title{margin:0;font-size:1.125rem;font-weight:700}.appel__block-subtitle{margin:0;font-family:Barlow,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#4b5266}.appel__summary{margin:0;font-size:1rem;line-height:1.75}.appel__outcome{display:flex;flex-direction:column;gap:.5rem;max-width:22rem}.appel__notes{margin:0;white-space:pre-wrap;line-height:1.75}.appel__empty{margin:0;color:#606269;font-size:.875rem;font-style:italic}.appel__live-hint{color:#1a7f4b;font-size:.875rem;font-weight:700}.appel__audio{width:100%;max-width:24rem}.phone-links{display:flex;flex-wrap:wrap;gap:.5rem}.phone-links__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.75rem;padding:.5rem 1rem;border:1px solid #a9b3c2;border-radius:9999px;background:#fff;color:#14171f;font-size:.875rem;font-weight:600;text-decoration:none}.phone-links__btn:hover{background:#f5b80024;border-color:#f5b80073;text-decoration:none}.phone-links__btn:focus-visible{outline:2px solid rgb(184,138,0);outline-offset:2px}.phone-links--sm .phone-links__btn{min-height:2.5rem;width:2.5rem;padding:0}.phone-links--sm .phone-links__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.repondeur__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(24rem,1fr));gap:1rem;align-items:start}.repondeur__stack{display:flex;flex-direction:column;gap:1rem}.repondeur__preview{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem;background:#f5b80024;border:1px solid rgba(245,184,0,.45);border-radius:14px 14px 14px 6px}.repondeur__preview p{margin:0;line-height:1.75}.repondeur__preview-who{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#967100}.repondeur__note{margin:.75rem 0 0;color:#4b5266;font-size:.875rem;line-height:1.5}.repondeur__test{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #dfe3ea}.repondeur__foot{display:flex;justify-content:flex-end}.appels-widget__empty{margin:0;color:#4b5266;font-size:.875rem}.appels-widget__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin:0}.appels-widget__stat{display:flex;flex-direction:column;gap:.25rem;min-width:0}.appels-widget__stat--alert .appels-widget__value{color:#8a5a00}.appels-widget__stat--good .appels-widget__value{color:#1a7f4b}.appels-widget__label{color:#4b5266;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.appels-widget__value{margin:0;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2;font-variant-numeric:tabular-nums}.appels__simulate{display:flex;align-items:center;gap:.5rem}.appels__simulate .select{width:auto;min-width:14rem}@media (max-width: 1279px){.appel__hero{grid-template-columns:1fr}.appel__hero-side{flex-direction:row;flex-wrap:wrap}}@media (max-width: 1023px){.appels-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.call-row{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"icon main badge" "icon when duration";row-gap:2px}.call-row__icon{grid-area:icon}.call-row__when{grid-area:when;flex-direction:row;gap:.5rem;align-items:baseline}.call-row__time{font-size:.875rem}.call-row__main{grid-area:main}.call-row__badge{grid-area:badge;justify-self:end}.call-row__duration{grid-area:duration;justify-self:end;font-size:.875rem}.call-row__chevron{display:none}}@media (max-width: 767px){.appels-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.appels__simulate{flex-direction:column;align-items:stretch}.appels__simulate .select{width:100%}.transcript__line{max-width:92%}.appel__title{font-size:2rem}.appels-widget__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.site-admin__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(24rem,1fr));gap:1rem;align-items:start}.site-admin__stack{display:flex;flex-direction:column;gap:1rem}.site-admin__actions{display:flex;gap:.5rem}.site-admin__note{margin:0;color:#4b5266;font-size:.875rem;line-height:1.5}.site-admin__foot{display:flex;justify-content:flex-end}
