@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:Inter,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:#3358d4;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:Inter,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;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;min-height:0;min-width:0;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:Inter,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:Inter,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(51,88,212);outline-offset:2px}.sidebar__link.is-active{background:#3358d424;border-color:#3358d473;color:#3358d4;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:#3358d4}.sidebar__link.is-active .sidebar__link-icon{color:#3358d4}.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:Inter,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(51,88,212);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(51,88,212);outline-offset:2px}.sidebar__account.is-active{border-color:#3358d473;background:#3358d424}.sidebar__account-avatar{display:grid;place-items:center;width:34px;height:34px;flex-shrink:0;border-radius:9999px;background:#3358d4;color:#fff;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(51,88,212);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:#3358d4;box-shadow:0 0 0 3px #3358d424}.topbar__pill-icon{color:#3358d4;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:Inter,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(51,88,212);outline-offset:2px;border-color:#3358d4;box-shadow:0 0 0 3px #3358d424}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.btn--primary{background:#3358d4;color:#fff;border-color:#3358d4;box-shadow:0 1px 2px #1018280f}.btn--primary:hover:not(:disabled){background:#294dc3;border-color:#294dc3;box-shadow:0 4px 14px #3358d473}.btn--primary:active:not(:disabled){background:#2442a9;border-color:#2442a9}.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:#3358d4;color:#3358d4}.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:#3358d473;box-shadow:0 4px 12px #10182814;text-decoration:none}.card--interactive:focus-visible{outline:2px solid rgb(51,88,212);outline-offset:2px;border-color:#3358d4}@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:Inter,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(51,88,212);outline-offset:2px;border-color:#3358d4}.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:#3358d4;cursor:pointer}input[type=checkbox]:focus-visible,input[type=radio]:focus-visible{outline:2px solid rgb(51,88,212);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:#3358d4}summary.form-section__head:focus-visible{outline:2px solid rgb(51,88,212);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:#3358d424;border-color:#3358d473;color:#3358d4}.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 #3358d4}.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:#3358d4;font-weight:600;text-decoration:none}.table__actions a:not(.btn):hover{color:#2749bb;background:#3358d424;text-decoration:underline}.table__actions a:not(.btn):focus-visible{outline:2px solid rgb(51,88,212);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:#3358d4}.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:#3358d424;border:1px solid rgba(51,88,212,.45);border-radius:9999px;color:#3358d4;font-family:inherit;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .12s ease,border-color .12s ease}.toast__action:hover{background:#3358d424;border-color:#3358d4}.toast__action:focus-visible{outline:2px solid rgb(51,88,212);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(51,88,212);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:#3358d4;color:#fff;font-family:Inter,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:Inter,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:#3358d473;text-decoration:none}.home__shortcut:focus-visible{outline:2px solid rgb(51,88,212);outline-offset:2px}.home__shortcut-icon{display:grid;place-items:center;width:38px;height:38px;flex-shrink:0;border-radius:10px;background:#3358d424;border:1px solid rgba(51,88,212,.45);color:#3358d4}.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}}.member-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.member-list__item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border:1px solid #dfe3ea;border-radius:10px;background:#fff}.member-list__who{display:flex;flex-direction:column;flex:1;min-width:0;line-height:1.3}.member-list__name{font-size:.875rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-list__email{font-size:.75rem;color:#606269;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-list__add{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr) auto;gap:.5rem;align-items:center}@media (max-width: 640px){.member-list__add{grid-template-columns:1fr}}.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:Inter,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(51,88,212);outline-offset:2px}.crm-toolbar__view.is-active{background:#3358d424;color:#3358d4}.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:Inter,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:#3358d473;background:linear-gradient(160deg,rgba(51,88,212,.14),transparent 70%),#fff}.crm-stat--accent .crm-stat__value{color:#3358d4}.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:#3358d4}.crm-board__col--target .crm-board__empty{color:#3358d4}.crm-board__col--over{border-style:solid;border-color:#3358d4}.crm-board__col--over .crm-board__cards{background:#d2daf6;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(51,88,212);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:#3358d4}.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:Inter,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(51,88,212);outline-offset:2px}.crm-tabs__btn.is-active{color:#14171f;border-bottom-color:#3358d4}.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:#3358d4}.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:#3358d4;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(51,88,212);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(51,88,212,.45);background:#3358d424;color:#3358d4;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:#3358d4;font-weight:600;text-decoration:none}.crm-linkline a:hover{color:#2749bb;text-decoration:underline}.crm-linkline a:focus-visible{outline:2px solid rgb(51,88,212);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:#3358d4;border-radius:9999px;transition:width .2s ease}.crm-progress::-moz-progress-bar{background:#3358d4;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:#3358d4}.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:#3358d4}.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(51,88,212);outline-offset:2px}.guide-reader__toc-item.is-active{background:#3358d424;color:#3358d4;font-weight:600}.guide-reader__toc-item.is-active .guide-reader__toc-num{background:#3358d4;border-color:#3358d4;color:#fff}.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:#2749bb}.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(51,88,212,.45);background:#3358d424;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:#3358d424;border-color:#3358d473}.guide-editor__step.is-active .guide-editor__step-num{background:#3358d4;border-color:#3358d4;color:#fff}.guide-editor__step.is-active .guide-editor__step-title{color:#3358d4;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(51,88,212);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(51,88,212);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:Inter,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700}.guide-public__brand:hover{text-decoration:none;color:#3358d4}.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:#3358d4}.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}}
