@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body,#root{height:100%}body{background:#0e0f12;color:#f3f4f1;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{color:#f5b800;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:#f3f4f1}h1,h2,h3{font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.02em;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}p{color:#f3f4f1}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:#aeb2b1}.muted{color:#aeb2b1;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{display:grid;grid-template-columns:240px 1fr;grid-template-rows:56px 1fr;grid-template-areas:"sidebar topbar" "sidebar content";height:100vh;height:100dvh;background:#0e0f12;color:#f3f4f1}.shell__sidebar{grid-area:sidebar;background:#131417;border-right:1px solid #3b3d43}.shell__topbar{grid-area:topbar;background:#131417;border-bottom:1px solid #3b3d43}.shell__content{grid-area:content;overflow-y:auto;padding:1.5rem 1.5rem 2rem}.shell__content>*{max-width:1180px;margin-inline:auto}.shell__backdrop{display:none}@media (max-width: 1024px){.shell{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:276px;max-width:84vw;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 #000000a6}.shell__backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;background:#0000008c;opacity:0;pointer-events:none;transition:opacity .26s ease}.shell.is-nav-open .shell__backdrop{opacity:1;pointer-events:auto}.shell__content{padding:1rem 1rem 1.5rem}}@media (max-width: 640px){.shell__content{padding:.75rem .75rem 1.25rem}}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 #3b3d43}.sidebar__brand-text{display:flex;flex-direction:column;line-height:1.15;font-family:Barlow,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-weight:700;letter-spacing:-.01em;font-size:1rem;color:#f3f4f1}.sidebar__brand-sub{font-family:Barlow,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-weight:500;font-size:.68rem;letter-spacing:.04em;text-transform:uppercase;color:#a5a6a5}.sidebar__nav{display:flex;flex-direction:column;gap:1.25rem;flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#63656c transparent}.sidebar__group{display:flex;flex-direction:column;gap:2px}.sidebar__group-title{padding:0 .75rem;margin-bottom:.5rem;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#a5a6a5}.sidebar__link{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:3px;border:1px solid transparent;color:#aeb2b1;font-size:.875rem;font-weight:500;text-decoration:none;position:relative;transition:background .12s ease,color .12s ease,border-color .12s ease}.sidebar__link:hover{background:#1f2026;border-color:#3b3d43;color:#f3f4f1;text-decoration:none}.sidebar__link:hover .sidebar__link-icon{color:#f3f4f1}.sidebar__link:focus-visible{outline:2px solid #f5b800;outline-offset:2px}.sidebar__link.is-active{background:#f5b8001f;border-color:#f5b8004d;color:#f5b800;font-weight:600}.sidebar__link.is-active:before{content:"";position:absolute;left:-1px;top:50%;transform:translateY(-50%);width:3px;height:60%;border-radius:4px;background:#f5b800}.sidebar__link.is-active .sidebar__link-icon{color:#f5b800}.sidebar__link-icon{display:inline-flex;color:#a5a6a5;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%;padding:.5rem .75rem;border-radius:3px;border:1px solid transparent;background:transparent;color:#aeb2b1;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:#e37379;border-color:#e0575f66;background:#e0575f1a}.sidebar__logout:focus-visible{outline:2px solid #f5b800;outline-offset:2px}.sidebar__account{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:4px;border:1px solid #3b3d43;background:#17181c;color:inherit;transition:border-color .12s ease,background .12s ease}.sidebar__account:hover{text-decoration:none;border-color:#63656c;background:#1f2026}.sidebar__account:focus-visible{outline:2px solid #f5b800;outline-offset:2px}.sidebar__account.is-active{border-color:#f5b8004d;background:#f5b8001f}.sidebar__account-avatar{display:grid;place-items:center;width:32px;height:32px;flex-shrink:0;border-radius:4px;background:#f5b8001f;border:1px solid rgba(245,184,0,.3);color:#f5b800;font-weight:600;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:500;color:#f3f4f1}.sidebar__account-role{font-size:.75rem;color:#a5a6a5}.topbar{display:flex;align-items:center;gap:1rem;height:100%;padding:0 1.25rem}.topbar__menu{display:none;place-items:center;width:38px;height:38px;flex-shrink:0;border-radius:3px;border:1px solid transparent;background:transparent;color:#f3f4f1;cursor:pointer;transition:background .12s ease,border-color .12s ease}.topbar__menu:hover{background:#131417;border-color:#3b3d43}.topbar__menu:focus-visible{outline:2px solid #f5b800;outline-offset:2px}.topbar__left{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.topbar__slot{display:flex;align-items:center;min-width:0}.topbar__pill{display:inline-flex;align-items:center;gap:.5rem;padding-left:.75rem;height:38px;border-radius:4px;border:1px solid #3b3d43;background:#131417;transition:border-color .12s ease,box-shadow .12s ease}.topbar__pill:hover{border-color:#63656c}.topbar__pill:focus-within{border-color:#f5b800;box-shadow:0 0 0 3px #f5b8001f}.topbar__pill-icon{color:#f5b800;flex-shrink:0}.topbar__pill-select.select{min-width:168px;height:36px;border:0;background-color:transparent;padding-top:0;padding-bottom:0;padding-left:.25rem;font-weight:600;color:#f3f4f1}.topbar__empty{color:#aeb2b1;font-size:.875rem}@media (max-width: 1024px){.topbar__menu{display:inline-grid}.topbar{gap:.75rem;padding:0 1rem}}@media (max-width: 768px){.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.25rem;border-radius:3px;border:1px solid transparent;font-family:Barlow,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:.875rem;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 #f5b800;outline-offset:2px;border-color:#f5b800;box-shadow:0 0 0 3px #f5b8001f}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.btn--primary{background:#f5b800;color:#101010;border-color:#f5b800;box-shadow:none}.btn--primary:hover:not(:disabled){background:#ffc516;border-color:#ffc516;box-shadow:0 4px 14px #f5b8004d}.btn--primary:active:not(:disabled){background:#bf9000;border-color:#bf9000}.btn--ghost{background:#232426;color:#f3f4f1;border-color:#757676}.btn--ghost:hover:not(:disabled){background:#1f2026;border-color:#979898;color:#f3f4f1}.btn--ghost:active:not(:disabled){border-color:#f5b800;color:#f5b800}.btn--ghost-danger{background:transparent;color:#e37379;border-color:#e0575f}.btn--ghost-danger:hover:not(:disabled){background:#e0575f1a;border-color:#e0575f}.btn--ghost-danger:focus-visible{outline:2px solid #e0575f;outline-offset:2px;border-color:#e0575f;box-shadow:0 0 0 3px #e0575f1a}.btn--danger{background:#e0575f;color:#101010;border-color:#e0575f}.btn--danger:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 4px 14px #e0575f66}.btn--danger:focus-visible{outline:2px solid #e0575f;outline-offset:2px;border-color:#e0575f;box-shadow:0 0 0 3px #e0575f1a}.btn--sm{padding:.25rem .75rem;min-height:1.75rem;font-size:.75rem}.btn--lg{padding:.75rem 1.25rem;min-height:2.75rem;font-size:1rem;border-radius:4px}.btn--block{width:100%}.btn__icon{display:inline-flex;width:1em;height:1em}@media (prefers-reduced-motion: reduce){.btn:active:not(:disabled){transform:none}}.card{background:#17181c;border:1px solid #3b3d43;border-radius:4px;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 #3b3d43}.card__title{font-size:1rem;font-weight:600;line-height:1.2;margin:0}.card__subtitle{color:#aeb2b1;font-size:.875rem;line-height:1.5;margin-top:.25rem}.card__body{color:#f3f4f1}.card__footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #3b3d43;display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.card--interactive{display:block;border-color:#63656c;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:#1f2026;border-color:#f5b8004d;box-shadow:none;text-decoration:none}.card--interactive:focus-visible{outline:2px solid #f5b800;outline-offset:2px;border-color:#f5b800}.input,.textarea,.select{width:100%;padding:.75rem;background-color:#232426;border:1px solid rgb(117,118,118);border-radius:3px;color:#f3f4f1;font-family:Barlow,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:.875rem;line-height:1.5;transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}.input::placeholder,.textarea::placeholder,.select::placeholder{color:#a5a6a5;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:#979898}.input:focus-visible,.input:focus,.textarea:focus-visible,.textarea:focus,.select:focus-visible,.select:focus{outline:2px solid #f5b800;outline-offset:2px;border-color:#f5b800}.input:disabled,.textarea:disabled,.select:disabled{opacity:.55;cursor:not-allowed;background-color:#131417;border-color:#3b3d43}.input[aria-invalid=true],.textarea[aria-invalid=true],.select[aria-invalid=true]{border-color:#e0575f}.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:#e0575f}.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 #e0575f;outline-offset:2px;border-color:#e0575f}.textarea{min-height:6rem;resize:vertical}.textarea--sm{min-height:3.25rem}.input[readonly],.textarea[readonly]{background-color:#131417;border-color:#3b3d43;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:.25rem .25rem,.25rem .25rem;background-position:right 1rem center,right .75rem center;background-repeat:no-repeat}.select:disabled{cursor:not-allowed}.select option{background:#232426;color:#f3f4f1}.field{display:flex;flex-direction:column;gap:.5rem}.field__label{color:#aeb2b1;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.field__hint{color:#a5a6a5;font-size:.75rem;line-height:1.5}.field__error{display:flex;align-items:baseline;gap:.25rem;color:#e37379;font-size:.75rem;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:4px;font-size:.85em;line-height:1}.field__label--required:after{content:" *";color:#e37379}input[type=checkbox],input[type=radio]{accent-color:#f5b800;cursor:pointer}input[type=checkbox]:focus-visible,input[type=radio]:focus-visible{outline:2px solid #f5b800;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 #3b3d43}.form-section__title{margin:0;color:#f3f4f1;font-size:.875rem;font-weight:600}.form-section__hint{flex:1 0 100%;margin:0;color:#9e9f9e;font-size:.75rem;line-height:1.5}.form-section__count{color:#9e9f9e;font-size:.75rem;font-weight:400;white-space:nowrap}.form-section__chevron{flex:none;color:#9e9f9e;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{padding-top:.5rem;border-radius:2px;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:#f5b800}summary.form-section__head:focus-visible{outline:2px solid #f5b800;outline-offset:2px}details.form-section[open] .form-section__chevron{transform:rotate(90deg)}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border:1px solid transparent;border-radius:4px;font-size:.75rem;font-weight:600;line-height:1.2;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.badge--neutral{background:#232426;border-color:#63656c;color:#aeb2b1}.badge--primary{background:#f5b8001f;border-color:#f5b8004d;color:#f5b800}.badge--success{background:#4fc47a1f;border-color:#4fc47a66;color:#4fc47a}.badge--warning{background:#f5b94124;border-color:#f5b94166;color:#f5b941}.badge--danger{background:#e0575f1a;border-color:#e0575f66;color:#e37379}.badge--live{background:#4fc47a1f;border-color:#4fc47a66;color:#4fc47a}.badge--live:before{content:"";width:.5rem;height:.5rem;border-radius:4px;background:currentColor;animation:badge-pulse 1.4s infinite}@keyframes badge-pulse{0%,to{opacity:1}50%{opacity:.35}}.modal{display:flex;flex-direction:column;background:#131417;border:1px solid #3b3d43;border-radius:4px;box-shadow:none;padding:1.5rem;max-width:32rem;width:90vw;max-height:calc(100vh - 3rem);max-height:calc(100dvh - 3rem)}.modal--lg{max-width:46rem}.modal__title{flex:none;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.modal__body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;color:#f3f4f1}.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:#0009;display:grid;place-items:center;z-index:50}.table{width:100%;border-collapse:separate;border-spacing:0;font-size:.875rem}.table thead th{text-align:left;padding:.75rem 1rem;color:#aeb2b1;font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.04em;background:#1f2026;border-bottom:1px solid #63656c}.table tbody td{padding:.75rem 1rem;border-bottom:1px solid #3b3d43;color:#f3f4f1;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:#1f2026}.table__row--link{cursor:pointer}.table tbody tr:focus-within{background:#1f2026}.table tbody tr:focus-within td:first-child{box-shadow:inset 2px 0 #f5b800}.table__actions{text-align:right;white-space:nowrap;width:1%}.table__actions a:not(.btn){display:inline-block;padding:.25rem .5rem;border-radius:2px;color:#f5b800;font-weight:600;text-decoration:none}.table__actions a:not(.btn):hover{color:#ffc516;background:#f5b8001f;text-decoration:underline}.table__actions a:not(.btn):focus-visible{outline:2px solid #f5b800;outline-offset:2px;text-decoration:underline}.table__empty{text-align:center;color:#a5a6a5;padding:2rem}@media (max-width: 768px){.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:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:.5rem;z-index:100;pointer-events:none}.toast{pointer-events:auto;background:#131417;border:1px solid #3b3d43;border-left-width:4px;border-radius:3px;padding:.75rem 1rem;box-shadow:none;min-width:18rem}.toast--info{border-left-color:#f5b800}.toast--success{border-left-color:#4fc47a}.toast--warning{border-left-color:#f5b941}.toast--danger{border-left-color:#e0575f}.toast__title{font-weight:600;margin-bottom:.25rem}.toast__body{color:#aeb2b1;font-size:.875rem}.toast__action{display:block;margin-top:.5rem;margin-left:auto;padding:.25rem .75rem;background:#f5b8001f;border:1px solid rgba(245,184,0,.3);border-radius:4px;color:#f5b800;font-family:inherit;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .12s ease,border-color .12s ease}.toast__action:hover{background:#f5b8001f;border-color:#f5b800}.toast__action:focus-visible{outline:2px solid #f5b800;outline-offset:2px}@media (prefers-reduced-motion: reduce){.toast__action{transition:none}}.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:3px;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:-1.5rem;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;margin:-.5rem 0 0;background:linear-gradient(to bottom,#0e0f12 72%,#0e0f1200)}.page-header__titles{display:flex;flex-direction:column;gap:.25rem;min-width:0}.page-header__title{margin:0;font-size:1.5rem}.page-header__subtitle{margin:0;color:#aeb2b1;font-size:.875rem;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:.875rem}.kv dt{color:#aeb2b1;font-weight:600}.kv dd{margin:0;color:#f3f4f1;min-width:0}.kv__badges{display:flex;flex-wrap:wrap;gap:.25rem}.empty{padding:2rem;text-align:center;color:#a5a6a5;border:1px dashed #63656c;border-radius:4px}.login{display:grid;place-items:center;height:100%;background:#0e0f12;padding:1.5rem}.login__form{display:flex;flex-direction:column;gap:1rem;background:#131417;border:1px solid #3b3d43;border-radius:4px;padding:2rem;width:100%;max-width:24rem;box-shadow:none}.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:#aeb2b1;font-size:.875rem;margin:0}.login__error{color:#e0575f;font-size:.875rem}.home{display:flex;flex-direction:column;gap:1.5rem}.home__shortcuts{display:grid;grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:.75rem}.home__shortcut{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#17181c;border:1px solid #63656c;border-radius:4px;color:#f3f4f1;font-weight:600;font-size:.875rem;transition:border-color .12s ease,background .12s ease}.home__shortcut:hover{background:#1f2026;border-color:#f5b8004d;text-decoration:none}.home__shortcut:focus-visible{outline:2px solid #f5b800;outline-offset:2px}.home__shortcut-icon{display:grid;place-items:center;width:36px;height:36px;flex-shrink:0;border-radius:3px;background:#f5b8001f;border:1px solid rgba(245,184,0,.3);color:#f5b800}.home__widgets{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:1rem;align-items:start}.home__empty{color:#aeb2b1;font-size:.875rem;line-height:1.75}.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:#aeb2b1;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:#f3f4f1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-home__value--alert{color:#e0575f}.crm-home__empty{margin:0;color:#aeb2b1;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 #3b3d43;border-radius:4px;background:#131417;flex-shrink:0}.crm-toolbar__view{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border:none;border-radius:4px;background:transparent;color:#aeb2b1;font-family:inherit;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .12s ease,color .12s ease}.crm-toolbar__view:hover{color:#f3f4f1}.crm-toolbar__view:focus-visible{outline:2px solid #f5b800;outline-offset:2px}.crm-toolbar__view.is-active{background:#f5b8001f;color:#f5b800}.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:#17181c;border:1px solid #3b3d43;border-radius:6px}.crm-stat__label{color:#aeb2b1;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:#f3f4f1}.crm-stat__hint{color:#9e9f9e;font-size:.75rem}.crm-stat--accent{border-color:#f5b8004d;background:linear-gradient(160deg,rgba(245,184,0,.12),transparent 70%),#17181c}.crm-stat--accent .crm-stat__value{color:#f5b800}.crm-board{display:flex;align-items:stretch;gap:1rem;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#63656c transparent;padding-bottom:.75rem}.crm-board__col{flex:0 0 17rem;min-width:17rem;display:flex;flex-direction:column;background:#131417;border:1px solid #3b3d43;border-radius:4px;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:#f5b800}.crm-board__col--over{border-style:solid;border-color:#f5b800}.crm-board__col--over .crm-board__cards{background:#453812;border-radius:0 0 4px 4px}.crm-board__col-head{position:sticky;top:0;z-index:1;display:flex;align-items:baseline;gap:.5rem;padding:.75rem .75rem .5rem;background:#131417;border-bottom:1px solid #3b3d43;border-radius:4px 4px 0 0}.crm-board__col-title{font-size:.875rem;font-weight:600;color:#f3f4f1;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:4px;background:#1f2026;color:#aeb2b1;font-size:.75rem;font-weight:600;font-variant-numeric:tabular-nums}.crm-board__col-sum{margin-left:auto;color:#9e9f9e;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:#a5a6a5;font-size:.75rem}.crm-card{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:#17181c;border:1px solid #3b3d43;border-left:3px solid #3b3d43;border-radius:3px;color:#f3f4f1;cursor:pointer;transition:border-color .12s ease,transform .12s ease,background .12s ease,box-shadow .12s ease,opacity .12s ease}.crm-card:hover{background:#1f2026;border-top-color:#63656c;border-right-color:#63656c;border-bottom-color:#63656c;transform:translateY(-1px);box-shadow:none}.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:#f3f4f1;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 #f5b800;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:#a5a6a5;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:#f3f4f1}.crm-card__sector{color:#9e9f9e;font-size:.75rem;white-space:nowrap}.crm-card__meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#aeb2b1}.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:#f3f4f1;white-space:nowrap}.crm-card__next{display:flex;align-items:center;gap:.5rem;padding-top:.5rem;border-top:1px solid #3b3d43;font-size:.75rem;color:#9e9f9e}.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:#aeb2b1}.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:#e0575f}.crm-card--overdue .crm-card__next{color:#e0575f}.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:#aeb2b1;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 #3b3d43}.crm-tabs__btn{padding:.5rem .75rem;border:none;border-bottom:2px solid transparent;background:transparent;color:#aeb2b1;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:#f3f4f1}.crm-tabs__btn:focus-visible{outline:2px solid #f5b800;outline-offset:2px}.crm-tabs__btn.is-active{color:#f3f4f1;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 #3b3d43;font-size:.875rem}.crm-def__row:last-child{border-bottom:none}.crm-def__label{color:#aeb2b1}.crm-def__value{margin:0;color:#f3f4f1;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:#aeb2b1}.crm-def__value--pre{white-space:pre-wrap}.crm-def__empty{color:#979898;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:#f3f4f1}.crm-section__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.crm-section__edit{flex-shrink:0;color:#aeb2b1}.crm-section__edit:hover:not(:disabled){color:#f3f4f1}.crm-edit{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#131417;border:1px solid #3b3d43;border-radius:4px}.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:#131417;border:1px solid #3b3d43;border-radius:4px}.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:#f3f4f1;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:#3b3d43}.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:4px;background:#979898}.crm-feed__dot--note{background:#f5b800}.crm-feed__dot--status{background:#f5b941}.crm-feed__dot--system{background:#9e9f9e}.crm-feed__content{display:flex;flex-direction:column;gap:.25rem;min-width:0}.crm-feed__body{margin:0;color:#f3f4f1;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:#f5b800;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 #f5b800;outline-offset:2px}.crm-feed__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin:0;color:#9e9f9e;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:#9e9f9e}.crm-agenda__item{display:grid;grid-template-columns:6rem minmax(0,1fr) auto auto;align-items:center;gap:.75rem;padding:.75rem;background:#17181c;border:1px solid #3b3d43;border-left:3px solid #3b3d43;border-radius:3px;color:#f3f4f1;transition:background .12s ease,border-color .12s ease}.crm-agenda__item:hover{background:#1f2026;border-color:#63656c}.crm-agenda__item--overdue{border-left-color:#e0575f}.crm-agenda__item--overdue .crm-agenda__when{color:#e0575f}.crm-agenda__when{font-size:.75rem;font-weight:600;font-variant-numeric:tabular-nums;color:#aeb2b1}.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:#9e9f9e;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:#f3f4f1}.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:#9e9f9e;font-size:.875rem}.crm-money{display:inline-block;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.crm-money--neg{color:#e0575f}.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:4px;border:1px solid rgba(245,184,0,.3);background:#f5b8001f;color:#f5b800;font-size:.75rem;font-weight:600;white-space:nowrap}.crm-chip--muted{border-color:#3b3d43;background:#1f2026;color:#aeb2b1}.crm-linkline{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.875rem;color:#aeb2b1}.crm-linkline a{color:#f5b800;font-weight:600;text-decoration:none}.crm-linkline a:hover{color:#ffc516;text-decoration:underline}.crm-linkline a:focus-visible{outline:2px solid #f5b800;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 #3b3d43;border-radius:4px;background:#1f2026;overflow:hidden}.crm-progress::-webkit-progress-bar{background:#1f2026;border-radius:4px}.crm-progress::-webkit-progress-value{background:#f5b800;border-radius:4px;transition:width .2s ease}.crm-progress::-moz-progress-bar{background:#f5b800;border-radius:4px}.crm-quick{display:grid;gap:.75rem}.crm-quick__hint{margin:.75rem 0 0;color:#aeb2b1;font-size:.875rem;line-height:1.5}.crm-quick__error{margin:0;padding:.5rem .75rem;background:#e0575f1a;border-radius:3px;color:#e37379;font-size:.875rem;line-height:1.5}.crm-extract{display:flex;flex-direction:column;gap:1rem}.crm-extract__intro{margin:0;color:#aeb2b1;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:#aeb2b1;font-size:.875rem}.crm-extract__summary{margin:0;padding:.75rem;background:#17181c;border:1px solid #3b3d43;border-radius:3px;color:#f3f4f1;font-size:.875rem;line-height:1.5}.crm-extract__usage{margin:0;color:#979898;font-size:.75rem;text-align:right}.crm-extract__empty{margin:0;padding:1.5rem .75rem;text-align:center;color:#9e9f9e;font-size:.875rem}.crm-extract__group{display:flex;flex-direction:column;border-top:1px solid #3b3d43}.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:#131417;border-bottom:1px solid #3b3d43}.crm-extract__group-title{margin:0;color:#9e9f9e;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:#aeb2b1;font-size:.75rem;font-weight:600;cursor:pointer;transition:color .12s ease}.crm-extract__group-toggle:hover{color:#f3f4f1}.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 #3b3d43;transition:background .12s ease}.crm-extract__row:last-child{border-bottom:none}.crm-extract__row:hover{background:#1f2026}.crm-extract__row--conflict{border-left-color:#f5b941;background:#f5b94124}.crm-extract__row--conflict:hover{background:#f5b94124}.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:#aeb2b1;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.crm-extract__value{color:#f3f4f1;font-size:.875rem;font-weight:500;overflow-wrap:anywhere}.crm-extract__detail{color:#aeb2b1;font-size:.75rem;overflow-wrap:anywhere}.crm-extract__current{color:#aeb2b1;font-size:.75rem;text-decoration:line-through;overflow-wrap:anywhere}.crm-extract__evidence{margin:.25rem 0 0;padding-left:.5rem;border-left:1px solid #3b3d43;color:#9e9f9e;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:#9e9f9e;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:#f3f4f1;font-weight:600}.guides-list__title:hover{color:#f5b800}.guides-list__desc{display:block;margin-top:.25rem;color:#a5a6a5;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:#a5a6a5;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 #3b3d43}.guides-recent__item:last-child{border-bottom:none}.guides-recent__link{display:flex;flex-direction:column;flex:1;min-width:0;color:#f3f4f1;line-height:1.5}.guides-recent__link:hover{text-decoration:none}.guides-recent__link:hover .guides-recent__title{color:#f5b800}.guides-recent__title{font-size:.875rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guides-recent__date{color:#a5a6a5;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:#17181c;border:1px solid #3b3d43;border-radius:4px}.guide-reader__toc-title{margin:0;color:#aeb2b1;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:3px;color:#aeb2b1;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:#1f2026;color:#f3f4f1}.guide-reader__toc-item:focus-visible{outline:2px solid #f5b800;outline-offset:2px}.guide-reader__toc-item.is-active{background:#f5b8001f;color:#f5b800;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 #63656c;border-radius:4px;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:#17181c;border:1px solid #3b3d43;border-radius:4px;scroll-margin-top:1rem}.guide-reader__eyebrow{margin:0;color:#aeb2b1;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 #3b3d43}.guide-reader__nav-count{color:#a5a6a5;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:#f3f4f1;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:#ffc516}.md strong{font-weight:700}.md code{padding:.1em .35em;background:#232426;border:1px solid #3b3d43;border-radius:2px;font-size:.9em}.md pre{padding:1rem;background:#232426;border:1px solid #3b3d43;border-radius:3px;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,.3);background:#f5b8001f;border-radius:0 3px 3px 0;color:#aeb2b1}.md blockquote>*+*{margin-top:.5rem}.md hr{border:0;border-top:1px solid #3b3d43}.md img,.md video{display:block;max-width:100%;height:auto;border-radius:3px;border:1px solid #3b3d43}.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 #3b3d43;text-align:left;vertical-align:top}.md table th{background:#1f2026;font-weight:600}.md--empty{color:#a5a6a5;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:#17181c;border:1px solid #3b3d43;border-radius:4px}.guide-editor__main{display:flex;flex-direction:column;gap:1rem;min-width:0;padding:1.25rem;background:#17181c;border:1px solid #3b3d43;border-radius:4px}.guide-editor__public{margin:0;color:#aeb2b1;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:3px}.guide-editor__step.is-active{background:#f5b8001f;border-color:#f5b8004d}.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:#f5b800;font-weight:600}.guide-editor__step-select{display:flex;align-items:center;flex:1;gap:.5rem;min-width:0;padding:.5rem;border-radius:3px;color:#aeb2b1;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:#f3f4f1}.guide-editor__step-select:focus-visible{outline:2px solid #f5b800;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 #63656c;border-radius:4px;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:2px;color:#a5a6a5;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.guide-editor__step-btn:hover:not(:disabled){background:#1f2026;color:#f3f4f1}.guide-editor__step-btn:focus-visible{outline:2px solid #f5b800;outline-offset:2px}.guide-editor__step-btn:disabled{opacity:.35;cursor:not-allowed}.guide-editor__step-btn--danger:hover:not(:disabled){background:#e0575f1a;color:#e37379}.guide-editor__revisions{display:flex;flex-direction:column;gap:.5rem}.guide-editor__revision{display:flex;align-items:center;gap:.5rem;color:#aeb2b1;font-size:.875rem}.guide-editor__danger{padding-top:.75rem;border-top:1px solid #3b3d43}.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:#aeb2b1;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:#131417;border:1px solid #3b3d43;border-radius:3px}.guide-public{display:flex;flex-direction:column;min-height:100%;background:#0e0f12;color:#f3f4f1}.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:#131417;border-bottom:1px solid #3b3d43}.guide-public__brand{display:inline-flex;align-items:center;gap:.75rem;color:#f3f4f1;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700}.guide-public__brand:hover{text-decoration:none;color:#f5b800}.guide-public__brand-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guide-public__login{color:#aeb2b1;font-size:.875rem;white-space:nowrap}.guide-public__login:hover{color:#f5b800}.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:#aeb2b1;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 #63656c;border-radius:4px}.guide-public__foot{padding:1rem 1.5rem;color:#a5a6a5;font-size:.75rem;text-align:center;border-top:1px solid #3b3d43}@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__nav{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.atelier-toolbar__period{margin:0 0 0 .5rem;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:600;text-transform:capitalize;color:#f3f4f1}.atelier-toolbar__spacer{flex:1 1 auto}.atelier-toolbar__search{flex:1 1 16rem;min-width:10rem;max-width:28rem}.atelier-toolbar__select{width:auto;min-width:11rem}.atelier-toolbar__count{color:#aeb2b1;font-size:.875rem;font-variant-numeric:tabular-nums;white-space:nowrap}.atelier-toolbar__views{display:inline-flex;padding:2px;gap:2px;border:1px solid #63656c;border-radius:4px;background:#131417;flex-shrink:0}.atelier-toolbar__view{display:inline-flex;align-items:center;padding:.25rem .75rem;border:none;border-radius:4px;background:transparent;color:#aeb2b1;font-family:inherit;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .12s ease,color .12s ease}.atelier-toolbar__view:hover{color:#f3f4f1}.atelier-toolbar__view:focus-visible{outline:2px solid #f5b800;outline-offset:2px}.atelier-toolbar__view.is-active{background:#f5b8001f;color:#f5b800}.atelier-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.75rem}.atelier-stat{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem;background:#17181c;border:1px solid #3b3d43;border-radius:4px;min-width:0}.atelier-stat__label{color:#aeb2b1;font-size:.75rem;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:600;line-height:1.2;font-variant-numeric:tabular-nums;color:#f3f4f1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.atelier-stat--accent{border-color:#f5b8004d;background:linear-gradient(160deg,rgba(245,184,0,.12),transparent 70%),#17181c}.atelier-stat--accent .atelier-stat__value{color:#f5b800}.atelier-stat--legend{grid-column:span 2}.atelier-legend{display:flex;flex-wrap:wrap;gap:.5rem .75rem;font-size:.875rem;color:#f3f4f1}.atelier-legend__item{display:inline-flex;align-items:center;gap:.5rem}.atelier-legend__item:before{content:"";width:.75rem;height:.75rem;border-radius:4px;background:var(--tech-color, #63656c);border:1px solid rgba(0,0,0,.25)}.atelier-tabs{display:flex;align-items:center;gap:.25rem;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid #3b3d43}.atelier-tabs__btn{padding:.5rem .75rem;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;background:transparent;color:#aeb2b1;font-family:inherit;font-size:.875rem;font-weight:500;white-space:nowrap;cursor:pointer;transition:color .12s ease,border-color .12s ease}.atelier-tabs__btn:hover{color:#f3f4f1}.atelier-tabs__btn:focus-visible{outline:2px solid #f5b800;outline-offset:2px}.atelier-tabs__btn.is-active{color:#f3f4f1;border-bottom-color:#f5b800}.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:#131417;border:1px solid #3b3d43;border-radius:4px}.agenda-week__day--today{border-color:#f5b800}.agenda-week__day--today .agenda-week__date{color:#f5b800}.agenda-week__head{display:flex;align-items:baseline;gap:.5rem;padding:.5rem .75rem;border:none;border-bottom:1px solid #3b3d43;border-radius:4px 4px 0 0;background:transparent;color:#f3f4f1;font-family:inherit;text-align:left;cursor:pointer;transition:background .12s ease}.agenda-week__head:hover{background:#1f2026}.agenda-week__head:focus-visible{outline:2px solid #f5b800;outline-offset:2px}.agenda-week__weekday{color:#aeb2b1;font-size:.75rem;font-weight:600;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:600;line-height:1.2}.agenda-week__count{margin-left:auto;min-width:1.25rem;padding:0 .25rem;border-radius:4px;background:#1f2026;color:#aeb2b1;font-size:.75rem;font-weight:600;text-align:center;font-variant-numeric:tabular-nums}.agenda-week__cards{display:flex;flex-direction:column;gap:.5rem;flex:1 1 auto;padding:.5rem;min-height:4rem}.agenda-week__placeholder{display:block;height:3rem;border-radius:3px;background:#1f2026}.agenda-week__empty{grid-column:1/-1;margin:0;padding:1rem;text-align:center;color:#a5a6a5;font-size:.875rem}.agenda-day{display:flex;flex-direction:column;gap:.5rem}.agenda-card{position:relative;display:flex;flex-direction:column;gap:.25rem;padding:.5rem .75rem .5rem 1rem;background:#17181c;border:1px solid #3b3d43;border-left:4px solid var(--tech-color, #63656c);border-radius:3px;color:#f3f4f1;text-decoration:none;min-width:0;transition:background .12s ease,border-color .12s ease}.agenda-card:hover{background:#1f2026;border-top-color:#63656c;border-right-color:#63656c;border-bottom-color:#63656c;text-decoration:none}.agenda-card:focus-visible{outline:2px solid #f5b800;outline-offset:2px}.agenda-card__time{color:#aeb2b1;font-size:.75rem;font-weight:600;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.2;overflow-wrap:anywhere}.agenda-card__client{color:#aeb2b1;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agenda-card__foot{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.25rem .5rem;margin-top:.25rem}.agenda-card__due{font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.agenda-card__due--paid{color:#4fc47a}.agenda-card__tech{color:#9e9f9e;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agenda-card--inactive{border-style:dashed}.agenda-card--inactive .agenda-card__title{text-decoration:line-through;color:#aeb2b1}.agenda-card--wide{display:grid;grid-template-columns:8rem minmax(0,1fr) auto;grid-template-areas:"time title foot" "time client foot" "time tech foot";align-items:center;column-gap:1rem;padding:.75rem 1rem .75rem 1.25rem}.agenda-card--wide .agenda-card__time{grid-area:time;font-size:.875rem}.agenda-card--wide .agenda-card__title{grid-area:title;font-size:1.125rem}.agenda-card--wide .agenda-card__client{grid-area:client}.agenda-card--wide .agenda-card__tech{grid-area:tech}.agenda-card--wide .agenda-card__foot{grid-area:foot;flex-direction:column;align-items:flex-end;margin:0}.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:#aeb2b1;font-size:.75rem;font-weight:600;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:#17181c;border:1px solid #3b3d43;border-radius:3px;color:#f3f4f1;font-family:inherit;text-align:left;cursor:pointer;transition:background .12s ease,border-color .12s ease}.agenda-month__day:hover{background:#1f2026;border-color:#63656c}.agenda-month__day:focus-visible{outline:2px solid #f5b800;outline-offset:2px}.agenda-month__day--outside{background:#0e0f12;color:#a5a6a5}.agenda-month__day--today{border-color:#f5b800}.agenda-month__day--today .agenda-month__num{color:#f5b800}.agenda-month__num{font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600}.agenda-month__count{font-size:.75rem;font-weight:600;color:#f5b800}.agenda-month__total{font-size:.75rem;color:#aeb2b1;font-variant-numeric:tabular-nums}.travaux__title{display:block;color:#f3f4f1;font-weight:600;text-decoration:none}.travaux__title:hover{text-decoration:underline}.travaux__sub{display:block;color:#aeb2b1;font-size:.75rem}.travaux__created,.travaux__date{white-space:nowrap;font-variant-numeric:tabular-nums}.travaux__muted{color:#a5a6a5}.atelier-backlink{margin:0;font-size:.875rem}.atelier-backlink a{color:#f5b800;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:.5rem;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:#aeb2b1;font-size:.875rem}.travail__sub a,.client__sub a{color:#f5b800;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__status,.client__status{width:auto;padding-top:.25rem;padding-bottom:.25rem;min-height:1.75rem;font-size:.75rem}.travail__grid,.client__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,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:1rem;font-weight:600}.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:#a5a6a5;font-size:.875rem;font-style:italic}.travail__notes,.client__notes{margin:0;white-space:pre-wrap;line-height:1.75;font-size:.875rem}.travail__link,.client__link{color:#f3f4f1;font-weight:600;text-decoration:none}.travail__link:hover,.client__link:hover{text-decoration:underline}.travail__amounts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin:0}.travail__amount{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#131417;border:1px solid #3b3d43;border-radius:3px}.travail__amount dt{color:#aeb2b1;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.travail__amount dd{margin:0;font-family:Barlow Condensed,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:600;font-variant-numeric:tabular-nums;line-height:1.2}.travail__amount--due{border-color:#f5b94166;background:#f5b94124}.travail__amount--due dd{color:#f5b941}.travail__amount--settled{border-color:#4fc47a66;background:#4fc47a1f}.travail__amount--settled dd{color:#4fc47a}.clients__name{color:#f3f4f1;font-weight:600;text-decoration:none}.clients__name:hover{text-decoration:underline}.client__vehicles{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none}.vehicle-card{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.75rem;background:#131417;border:1px solid #3b3d43;border-radius:3px}.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:1rem;font-weight:700}.vehicle-card__meta{color:#aeb2b1;font-size:.75rem;overflow-wrap:anywhere}.vehicle-card__notes{color:#9e9f9e;font-size:.75rem;white-space:pre-wrap}.vehicle-card__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.25rem;flex-shrink:0}.catalogue__list{display:flex;flex-direction:column;gap:1rem}.catalogue__category{padding:1rem 1.25rem;background:#17181c;border:1px solid #3b3d43;border-radius:4px}.catalogue__category+.catalogue__category{margin-top:0}.catalogue__category-actions{display:flex;flex-wrap:wrap;gap:.5rem}.catalogue__service{display:block;font-weight:600}.catalogue__description{display:block;color:#aeb2b1;font-size:.75rem;white-space:normal}.catalogue__num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.catalogue__row--inactive td{color:#a5a6a5}.catalogue__empty{margin:0;color:#a5a6a5;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:2px;background:var(--tech-color, #63656c);border:1px solid rgba(0,0,0,.25)}.equipe__num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.equipe__muted{color:#a5a6a5}.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:.5rem;color:#f3f4f1;font-size:.875rem;cursor:pointer;-webkit-user-select:none;user-select:none}.rdv-modal__problem{flex:1 1 100%;color:#aeb2b1;font-size:.75rem;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:14rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#63656c transparent}.rdv-modal__result{display:flex;flex-direction:column;gap:2px;width:100%;padding:.5rem .75rem;background:#131417;border:1px solid #63656c;border-radius:3px;color:#f3f4f1;font-family:inherit;text-align:left;cursor:pointer;transition:background .12s ease,border-color .12s ease}.rdv-modal__result:hover{background:#1f2026;border-color:#f5b8004d}.rdv-modal__result:focus-visible{outline:2px solid #f5b800;outline-offset:2px}.rdv-modal__result-name{font-weight:600;font-size:.875rem}.rdv-modal__result-meta{color:#aeb2b1;font-size:.75rem}.rdv-modal__hint{margin:0;color:#a5a6a5;font-size:.875rem}.rdv-modal__picked{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;padding:.75rem;background:#f5b8001f;border:1px solid rgba(245,184,0,.3);border-radius:3px}.rdv-modal__picked-name{font-weight:700;font-size:1rem}.rdv-modal__picked-meta{flex:1 1 auto;color:#aeb2b1;font-size:.875rem}.rdv-modal__quick{display:flex;flex-direction:column;gap:.75rem;padding:.75rem;background:#131417;border:1px dashed #63656c;border-radius:3px}.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(14rem,1fr));gap:.75rem}.lines-editor__category{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:.75rem;border:1px solid #3b3d43;border-radius:3px;min-width:0}.lines-editor__category-name{padding:0 .25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#aeb2b1}.lines-editor__services{display:flex;flex-direction:column;gap:.25rem}.lines-editor__service{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:.5rem;align-items:center;padding:.25rem;border-radius:2px;font-size:.875rem;cursor:pointer}.lines-editor__service:hover{background:#1f2026}.lines-editor__service input{grid-row:span 2}.lines-editor__service-name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lines-editor__service-meta{color:#9e9f9e;font-size:.75rem}.lines-editor__lines{display:flex;flex-direction:column;gap:.5rem}.lines-editor__head,.lines-editor__line{display:grid;grid-template-columns:minmax(0,2fr) 6rem 6rem 4rem auto;gap:.5rem;align-items:center}.lines-editor__head{color:#aeb2b1;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.lines-editor__head-remove{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.lines-editor__empty{margin:0;color:#a5a6a5;font-size:.875rem;font-style:italic}.lines-editor__foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.lines-editor__totals{color:#aeb2b1;font-size:.875rem;font-variant-numeric:tabular-nums}.lines-editor__totals strong{color:#f3f4f1}.atelier-widget__empty{margin:0;color:#aeb2b1;font-size:.875rem}.atelier-widget__list{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none}.atelier-widget__item{display:grid;grid-template-columns:4rem minmax(0,1fr) auto auto;align-items:center;gap:.5rem;font-size:.875rem}.atelier-widget__time{color:#aeb2b1;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.atelier-widget__title{color:#f3f4f1;font-weight:600;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.atelier-widget__title:hover{text-decoration:underline}.atelier-widget__tech{display:inline-flex;align-items:center;gap:.25rem;color:#9e9f9e;font-size:.75rem;white-space:nowrap}.atelier-widget__dot{width:.5rem;height:.5rem;border-radius:4px;background:var(--tech-color, #63656c)}.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:#aeb2b1;font-size:.75rem;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:600;line-height:1.2;font-variant-numeric:tabular-nums;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 1024px){.agenda-week{display:flex;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#63656c transparent;padding-bottom:.75rem}.agenda-week__day{flex:0 0 15rem}.agenda-week__empty{flex:0 0 100%}}@media (max-width: 768px){.atelier-toolbar{flex-direction:column;align-items:stretch}.atelier-toolbar__search{max-width:none}.atelier-toolbar__select{width:100%}.atelier-toolbar__views{align-self:flex-start}.atelier-toolbar__period{flex:1 0 100%;margin:.25rem 0 0}.atelier-stat--legend{grid-column:1/-1}.agenda-card--wide{grid-template-columns:minmax(0,1fr);grid-template-areas:"time" "title" "client" "tech" "foot";row-gap:.25rem}.agenda-card--wide .agenda-card__foot{flex-direction:row;align-items:center;justify-content:space-between;margin-top:.25rem}.agenda-month__day{min-height:4rem;padding:.25rem}.agenda-month__total{display:none}.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}.vehicle-card{flex-direction:column}.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 #3b3d43}.lines-editor__line>:first-child{grid-column:1/-1}.atelier-widget__item{grid-template-columns:4rem minmax(0,1fr)}.atelier-widget__item .atelier-widget__tech,.atelier-widget__item .badge{grid-column:2}.atelier-widget__stats{grid-template-columns:1fr}}@media (max-width: 640px){.travail__amounts{grid-template-columns:1fr}}
