:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.form-title[data-v-d09c109b]{font-weight:700;font-size:18px}.form-fields[data-v-d09c109b]{padding-top:1rem}.input-wrapper[data-v-d09c109b]{margin-bottom:.5rem;display:grid;gap:.5rem}.input-wrapper label[data-v-d09c109b]{color:rgb(var(--v-theme-subtitle));font-weight:700}.form-actions[data-v-d09c109b]{padding-top:1.5rem;display:flex;justify-content:end;gap:2rem}.login[data-v-d358fec1]{display:grid;min-height:100%}.first[data-v-d358fec1]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem}.second[data-v-d358fec1]{display:flex;align-items:center;justify-content:center;background-color:#fff}.headline[data-v-d358fec1]{font-size:2rem;font-weight:700;margin-bottom:1rem}.description[data-v-d358fec1]{font-size:1rem;color:#555;line-height:1.5;text-align:center;max-width:700px}.login-form[data-v-d358fec1]{width:100%;padding:1rem}.callback-container[data-v-4c92160f]{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;text-align:center}.auth-text[data-v-4c92160f]{font-size:1.4rem;font-weight:500;color:#374151;margin-top:-1rem;letter-spacing:.02em}.auth-sub[data-v-4c92160f]{font-size:.85rem;color:#9ca3af;margin-top:.5rem;letter-spacing:.01em}.dot[data-v-4c92160f]{opacity:0;animation:appear-4c92160f 1.2s infinite}.dot[data-v-4c92160f]:nth-child(2){animation-delay:.2s}.dot[data-v-4c92160f]:nth-child(3){animation-delay:.4s}@keyframes appear-4c92160f{0%,60%,to{opacity:0}30%{opacity:1}}.spinner-square[data-v-0d23da8e]{display:flex;flex-direction:row;width:70px;height:80px}.spinner-square>.square[data-v-0d23da8e]{width:12px;height:80px;margin:auto;border-radius:4px}.square-1[data-v-0d23da8e]{animation:square-anim-0d23da8e 1.2s cubic-bezier(.445,.05,.55,.95) 0s infinite}.square-2[data-v-0d23da8e]{animation:square-anim-0d23da8e 1.2s cubic-bezier(.445,.05,.55,.95) .2s infinite}.square-3[data-v-0d23da8e]{animation:square-anim-0d23da8e 1.2s cubic-bezier(.445,.05,.55,.95) .4s infinite}@keyframes square-anim-0d23da8e{0%{height:50px;background-color:#00a04b}20%{height:50px}40%{height:80px;background-color:#50dc78}80%{height:50px}to{height:50px;background-color:#00be5a}}.time-sheet-view[data-v-e973a831]{padding:1rem}.board-header[data-v-e973a831]{display:grid}.title[data-v-e973a831]{font-weight:600;font-size:24px;line-height:1.4}.subtitle[data-v-e973a831]{font-size:16px;color:#6e7681;line-height:1.2}.board-header-pill[data-v-e973a831]{display:flex;align-items:center;border-radius:4px;line-height:normal;color:#6e7681;border:1px solid rgba(0,0,0,.3);min-height:40px;padding:0 .8rem}.year[data-v-e973a831]{font-size:14px;font-weight:700;text-align:center}.calendar[data-v-e973a831]{width:100%;--gap: clamp(2px, .6vw, 8px);--weekday-width: clamp(36px, 5vw, 60px);margin-top:1rem;display:grid;grid-template-rows:auto 1fr;gap:8px;overflow-x:auto}.months-row[data-v-e973a831]{display:grid;gap:var(--gap);margin-left:calc(var(--weekday-width) + var(--gap))}.month-label[data-v-e973a831]{font-size:clamp(12px,1vw,14px);color:#5e5e5e;text-align:left}.calendar-body[data-v-e973a831]{display:flex;gap:var(--gap)}.calendar-body-wrapper[data-v-e973a831]{position:relative}.calendar-loading-overlay[data-v-e973a831]{position:absolute;inset:0;background:#ffffffb3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:10}.weekday-labels[data-v-e973a831]{width:var(--weekday-width);display:grid;grid-template-rows:repeat(7,auto);gap:var(--gap)}.weekday[data-v-e973a831]{font-size:12px;color:#5e5e5e;line-height:1.2}.calendar-grid[data-v-e973a831]{display:grid;gap:var(--gap);width:100%}.week-column[data-v-e973a831]{display:grid;grid-template-rows:repeat(7,auto);gap:var(--gap)}.day[data-v-e973a831]{width:100%;aspect-ratio:1 / 1;border:2px solid transparent;border-radius:clamp(2px,.5vw,4px);background:#ebedf0;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.day-number[data-v-e973a831]{font-size:clamp(8px,1.2vw,12px);color:#333}.day--today[data-v-e973a831]{border-color:#333}.day--out-year[data-v-e973a831]{opacity:.45}.day--selected[data-v-e973a831]{border-color:#00c3ff;box-shadow:0 0 0 2px #00c3ff40}.day--complete[data-v-e973a831]{background:#4ade80}.day--incomplete[data-v-e973a831]{background:#5fa5fa}.day--missing[data-v-e973a831]{background:#f77171}.timesheet[data-v-e973a831]{margin:16px 0;display:flex;align-items:center;justify-content:center}.timesheet-table[data-v-e973a831]{border:1px solid #e0e0e0;border-radius:4px}.board-footer[data-v-e973a831]{padding:8px 0;display:flex;align-items:center;justify-content:end;flex-wrap:wrap}.box[data-v-e973a831]{width:16px;height:16px;border-radius:4px}.subtitle-text[data-v-e973a831]{font-size:14px;color:#5e5e5e}.table-header[data-v-99dce082]{border-top-left-radius:4px;border-top-right-radius:4px;display:grid;padding:0 0 1rem;position:relative}.list-title[data-v-99dce082],.form-title[data-v-66ffcb0f]{font-weight:700;font-size:18px}.form>div:focus-within span[data-v-66ffcb0f]{color:rgb(var(--v-theme-primary))}.form>div[data-v-66ffcb0f]:focus-within .v-icon{color:rgb(var(--v-theme-primary))}.form-fields[data-v-66ffcb0f]{padding-top:1rem}.input-wrapper[data-v-66ffcb0f]{margin-bottom:.5rem;display:grid;gap:.5rem}.input-wrapper label[data-v-66ffcb0f]{color:rgb(var(--v-theme-subtitle));font-weight:700}.input-wrapper:focus-within label[data-v-66ffcb0f]{color:rgb(var(--v-theme-primary));font-weight:600}.input-wrapper[data-v-66ffcb0f]:focus-within .v-icon{color:rgb(var(--v-theme-primary))}.form-actions[data-v-66ffcb0f]{padding-top:1.5rem;display:flex;justify-content:end;gap:2rem}.double[data-v-66ffcb0f]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.form-title[data-v-c6e67388]{font-weight:700;font-size:18px}.form-actions[data-v-c6e67388]{padding-top:1.5rem;display:flex;justify-content:end;gap:2rem}.root[data-v-b3acab72]{padding:1rem;display:flex;flex-direction:column}.time-sheet-data[data-v-b3acab72]{background-color:#fff}.time-sheet-data-table[data-v-b3acab72],.data-table[data-v-b3acab72]{flex:1;display:flex;flex-direction:column;min-height:0}[data-v-b3acab72] .v-data-table thead tr{background-color:#f9fafb;border-radius:8px}[data-v-b3acab72] .v-data-table thead th:first-child{border-top-left-radius:8px}[data-v-b3acab72] .v-data-table thead th:last-child{border-top-right-radius:8px}[data-v-b3acab72] .v-data-table thead th{color:#6e7681;text-transform:uppercase;background-color:#f9fafb;font-size:.8rem;font-weight:bolder}[data-v-b3acab72] .v-data-table-header__content span{font-weight:800}.custom-color-picker[data-v-0771c05e]{position:relative;width:100%}.color-picker-button[data-v-0771c05e]{position:relative;display:flex;align-items:center;width:100%;min-height:56px;padding:8px 16px;background-color:#fafafa;cursor:pointer;transition:all .2s ease;gap:12px;border-radius:6px}.color-picker-button[data-v-0771c05e]:hover:not(.disabled){background-color:#f5f5f5}.color-picker-button[data-v-0771c05e]:focus-within{border:2px solid rgb(var(--v-theme-primary, 33, 150, 243));outline:none}.color-picker-button.disabled[data-v-0771c05e]{cursor:not-allowed;opacity:.6;background-color:#f5f5f5}.hidden-color-input[data-v-0771c05e]{position:absolute;inset:0;opacity:0;cursor:pointer}.color-preview[data-v-0771c05e]{width:32px;height:32px;border-radius:4px;border:1px solid rgba(0,0,0,.12);flex-shrink:0}.color-info[data-v-0771c05e]{flex:1;display:flex;flex-direction:column;align-items:flex-start}.color-value[data-v-0771c05e]{font-family:monospace;font-size:14px;font-weight:600;color:#000000de;line-height:1.2}.color-placeholder[data-v-0771c05e]{font-size:12px;color:#0009;line-height:1.2}.picker-icon[data-v-0771c05e]{color:#0000008a;flex-shrink:0}.color-picker-button:hover:not(.disabled) .picker-icon[data-v-0771c05e]{color:#000000de}.color-picker-button:focus-within .picker-icon[data-v-0771c05e]{color:rgb(var(--v-theme-primary, 33, 150, 243))}.form-title[data-v-d052021b]{font-weight:700;font-size:18px}.form>div:focus-within span[data-v-d052021b]{color:rgb(var(--v-theme-primary))}.form>div[data-v-d052021b]:focus-within .v-icon{color:rgb(var(--v-theme-primary))}.form-fields[data-v-d052021b]{padding-top:1rem}.input-wrapper[data-v-d052021b]{margin-bottom:.5rem;display:grid;gap:.5rem}.input-wrapper label[data-v-d052021b]{color:rgb(var(--v-theme-subtitle));font-weight:700}.input-wrapper:focus-within label[data-v-d052021b]{color:rgb(var(--v-theme-primary));font-weight:600}.input-wrapper[data-v-d052021b]:focus-within .v-icon{color:rgb(var(--v-theme-primary))}.form-actions[data-v-d052021b]{padding-top:1.5rem;display:flex;justify-content:end;gap:2rem}.root[data-v-26ed618c]{height:calc(100vh - 4rem);padding:1rem;display:flex;flex-direction:column}.sheet-container[data-v-26ed618c],.data-table[data-v-26ed618c]{flex:1;display:flex;flex-direction:column;min-height:0}[data-v-26ed618c] .v-data-table thead tr{background-color:#f9fafb;border-radius:8px}[data-v-26ed618c] .v-data-table thead th:first-child{border-top-left-radius:8px}[data-v-26ed618c] .v-data-table thead th:last-child{border-top-right-radius:8px}[data-v-26ed618c] .v-data-table thead th{color:#6e7681;text-transform:uppercase;background-color:#f9fafb;font-size:.8rem;font-weight:bolder}[data-v-26ed618c] .v-data-table-header__content span{font-weight:800}.form-title[data-v-520fc659]{font-weight:700;font-size:18px}.form>div:focus-within span[data-v-520fc659]{color:rgb(var(--v-theme-primary))}.form>div[data-v-520fc659]:focus-within .v-icon{color:rgb(var(--v-theme-primary))}.form-fields[data-v-520fc659]{padding-top:1rem}.input-wrapper[data-v-520fc659]{margin-bottom:.5rem;display:grid;gap:.5rem}.input-wrapper label[data-v-520fc659]{color:rgb(var(--v-theme-subtitle));font-weight:700}.input-wrapper:focus-within label[data-v-520fc659]{color:rgb(var(--v-theme-primary));font-weight:600}.input-wrapper[data-v-520fc659]:focus-within .v-icon{color:rgb(var(--v-theme-primary))}.form-actions[data-v-520fc659]{padding-top:1.5rem;display:flex;justify-content:end;gap:2rem}.root[data-v-d8671bd6]{height:calc(100vh - 4rem);padding:1rem;display:flex;flex-direction:column}.sheet-container[data-v-d8671bd6],.data-table[data-v-d8671bd6]{flex:1;display:flex;flex-direction:column;min-height:0}[data-v-d8671bd6] .v-data-table thead tr{background-color:#f9fafb;border-radius:8px}[data-v-d8671bd6] .v-data-table thead th:first-child{border-top-left-radius:8px}[data-v-d8671bd6] .v-data-table thead th:last-child{border-top-right-radius:8px}[data-v-d8671bd6] .v-data-table thead th{color:#6e7681;text-transform:uppercase;background-color:#f9fafb;font-size:.8rem;font-weight:bolder}[data-v-d8671bd6] .v-data-table-header__content span{font-weight:800}.form-title[data-v-5e30d053]{font-weight:700;font-size:18px}.form>div:focus-within span[data-v-5e30d053]{color:rgb(var(--v-theme-primary))}.form>div[data-v-5e30d053]:focus-within .v-icon{color:rgb(var(--v-theme-primary))}.form-fields[data-v-5e30d053]{padding-top:1rem}.input-wrapper[data-v-5e30d053]{margin-bottom:.5rem;display:grid;gap:.5rem}.input-wrapper label[data-v-5e30d053]{color:rgb(var(--v-theme-subtitle));font-weight:700}.input-wrapper:focus-within label[data-v-5e30d053]{color:rgb(var(--v-theme-primary));font-weight:600}.input-wrapper[data-v-5e30d053]:focus-within .v-icon{color:rgb(var(--v-theme-primary))}.form-actions[data-v-5e30d053]{padding-top:1.5rem;display:flex;justify-content:end;gap:2rem}.root[data-v-544507a8]{height:calc(100vh - 4rem);padding:1rem;display:flex;flex-direction:column}.sheet-container[data-v-544507a8],.data-table[data-v-544507a8]{flex:1;display:flex;flex-direction:column;min-height:0}[data-v-544507a8] .v-data-table thead tr{background-color:#f9fafb;border-radius:8px}[data-v-544507a8] .v-data-table thead th:first-child{border-top-left-radius:8px}[data-v-544507a8] .v-data-table thead th:last-child{border-top-right-radius:8px}[data-v-544507a8] .v-data-table thead th{color:#6e7681;text-transform:uppercase;background-color:#f9fafb;font-size:.8rem;font-weight:bolder}[data-v-544507a8] .v-data-table-header__content span{font-weight:800}.form-title[data-v-b741e659]{font-weight:700;font-size:18px}.form>div:focus-within span[data-v-b741e659]{color:rgb(var(--v-theme-primary))}.form>div[data-v-b741e659]:focus-within .v-icon{color:rgb(var(--v-theme-primary))}.form-fields[data-v-b741e659]{padding-top:1rem}.input-wrapper[data-v-b741e659]{margin-bottom:.5rem;display:grid;gap:.5rem}.input-wrapper label[data-v-b741e659]{color:rgb(var(--v-theme-subtitle));font-weight:700}.input-wrapper:focus-within label[data-v-b741e659]{color:rgb(var(--v-theme-primary));font-weight:600}.input-wrapper[data-v-b741e659]:focus-within .v-icon{color:rgb(var(--v-theme-primary))}.form-actions[data-v-b741e659]{padding-top:1.5rem;display:flex;justify-content:end;gap:2rem}.root[data-v-23fe79ee]{height:calc(100vh - 4rem);padding:1rem;display:flex;flex-direction:column}.sheet-container[data-v-23fe79ee],.data-table[data-v-23fe79ee]{flex:1;display:flex;flex-direction:column;min-height:0}[data-v-23fe79ee] .v-data-table thead tr{background-color:#f9fafb;border-radius:8px}[data-v-23fe79ee] .v-data-table thead th:first-child{border-top-left-radius:8px}[data-v-23fe79ee] .v-data-table thead th:last-child{border-top-right-radius:8px}[data-v-23fe79ee] .v-data-table thead th{color:#6e7681;text-transform:uppercase;background-color:#f9fafb;font-size:.8rem;font-weight:bolder}[data-v-23fe79ee] .v-data-table-header__content span{font-weight:800}.form-title[data-v-b32054c0]{font-weight:700;font-size:18px}.form>div:focus-within span[data-v-b32054c0]{color:rgb(var(--v-theme-primary))}.form-fields[data-v-b32054c0]{padding-top:1rem}.input-wrapper[data-v-b32054c0]{margin-bottom:.5rem;display:grid;gap:.5rem}.input-wrapper label[data-v-b32054c0]{color:rgb(var(--v-theme-subtitle));font-weight:700}.input-wrapper:focus-within label[data-v-b32054c0]{color:rgb(var(--v-theme-primary));font-weight:600}.input-wrapper[data-v-b32054c0]:focus-within .v-icon{color:rgb(var(--v-theme-primary))}.date-group[data-v-b32054c0]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.form-actions[data-v-b32054c0]{padding-top:1.5rem;display:flex;justify-content:end;gap:2rem}.name-wrapper[data-v-b32054c0]{display:grid;grid-template-columns:3fr 1fr;gap:2rem}.root[data-v-8da4df17]{height:calc(100vh - 4rem);padding:1rem;display:flex;flex-direction:column}.sheet-container[data-v-8da4df17],.data-table[data-v-8da4df17]{flex:1;display:flex;flex-direction:column;min-height:0}.legend-container[data-v-8da4df17]{display:flex;align-items:center;gap:4px}.legend-title[data-v-8da4df17]{font-weight:500;margin-right:8px;color:#0009}.custom-table-bottom[data-v-8da4df17]{display:grid;align-items:center}[data-v-8da4df17] .v-data-table thead tr{background-color:#f9fafb;border-radius:8px}[data-v-8da4df17] .v-data-table thead th:first-child{border-top-left-radius:8px}[data-v-8da4df17] .v-data-table thead th:last-child{border-top-right-radius:8px}[data-v-8da4df17] .v-data-table thead th{color:#6e7681;text-transform:uppercase;background-color:#f9fafb;font-size:.8rem;font-weight:bolder}[data-v-8da4df17] .v-data-table-header__content span{font-weight:800}.form-title[data-v-2c80f770]{font-weight:600;font-size:18px}.form-header[data-v-2c80f770]{padding-bottom:1rem}.form-fields[data-v-2c80f770]{padding-top:1rem}.input-wrapper[data-v-2c80f770]{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.input-wrapper label[data-v-2c80f770]{color:rgb(var(--v-theme-subtitle));font-weight:600;font-size:.875rem}.field-value[data-v-2c80f770]{font-size:.95rem;line-height:1.4}.input-wrapper:focus-within label[data-v-2c80f770]{color:rgb(var(--v-theme-primary))}.name-wrapper[data-v-2c80f770]{display:grid;grid-template-columns:3fr 1fr;gap:2rem}.role-wrapper[data-v-2c80f770]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.name-wrapper.mobile[data-v-2c80f770],.role-wrapper.mobile[data-v-2c80f770]{grid-template-columns:1fr}.form-actions[data-v-2c80f770]{padding-top:1.5rem;display:flex;justify-content:flex-end;gap:2rem}.root[data-v-3518843c]{height:calc(100vh - 4rem);padding:1rem;display:flex;flex-direction:column}.sheet-container[data-v-3518843c],.data-table[data-v-3518843c]{flex:1;display:flex;flex-direction:column;min-height:0}[data-v-3518843c] .v-data-table thead tr{background-color:#f9fafb;border-radius:8px}[data-v-3518843c] .v-data-table thead th:first-child{border-top-left-radius:8px}[data-v-3518843c] .v-data-table thead th:last-child{border-top-right-radius:8px}[data-v-3518843c] .v-data-table thead th{color:#6e7681;text-transform:uppercase;background-color:#f9fafb;font-size:.8rem;font-weight:bolder}[data-v-3518843c] .v-data-table-header__content span{font-weight:800}.form-title[data-v-cda2af94]{font-weight:700;font-size:18px}.form>div:focus-within span[data-v-cda2af94]{color:rgb(var(--v-theme-primary))}.form-fields[data-v-cda2af94]{padding-top:1rem}.input-wrapper[data-v-cda2af94]{margin-bottom:.5rem;display:grid;gap:.5rem}.input-wrapper label[data-v-cda2af94]{color:rgb(var(--v-theme-subtitle));font-weight:700}.input-wrapper:focus-within label[data-v-cda2af94]{color:rgb(var(--v-theme-primary));font-weight:600}.input-wrapper[data-v-cda2af94]:focus-within .v-icon{color:rgb(var(--v-theme-primary))}.double[data-v-cda2af94]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.form-actions[data-v-cda2af94]{padding-top:1.5rem;display:flex;justify-content:end;gap:2rem}.root[data-v-5e10167a]{height:calc(100vh - 4rem);padding:1rem;display:flex;flex-direction:column}.sheet-container[data-v-5e10167a],.data-table[data-v-5e10167a]{flex:1;display:flex;flex-direction:column;min-height:0}.legend-container[data-v-5e10167a]{display:flex;align-items:center;gap:4px}.legend-title[data-v-5e10167a]{font-weight:500;margin-right:8px;color:#0009}.custom-table-bottom[data-v-5e10167a]{display:grid;align-items:center}[data-v-5e10167a] .v-data-table thead tr{background-color:#f9fafb;border-radius:8px}[data-v-5e10167a] .v-data-table thead th:first-child{border-top-left-radius:8px}[data-v-5e10167a] .v-data-table thead th:last-child{border-top-right-radius:8px}[data-v-5e10167a] .v-data-table thead th{color:#6e7681;text-transform:uppercase;background-color:#f9fafb;font-size:.8rem;font-weight:bolder}[data-v-5e10167a] .v-data-table-header__content span{font-weight:800}.form-fields[data-v-526657d5]{display:grid;grid-template-columns:repeat(3,1fr) repeat(3,.6fr);gap:2rem;align-items:bottom}.input-wrapper[data-v-526657d5]{margin-bottom:.5rem;display:grid;gap:.5rem}.input-wrapper label[data-v-526657d5]{color:rgb(var(--v-theme-subtitle));font-weight:700}.input-wrapper:focus-within label[data-v-526657d5]{color:rgb(var(--v-theme-primary));font-weight:600}.input-wrapper[data-v-526657d5]:focus-within .v-icon{color:rgb(var(--v-theme-primary))}.tooltip-list[data-v-526657d5]{max-width:320px;white-space:normal}@media(max-width:768px){.form-fields[data-v-526657d5]{grid-template-columns:1fr;gap:1rem}.input-wrapper[data-v-526657d5]{margin-bottom:0}}.apexcharts-tooltip{overflow:visible!important;white-space:normal!important}.chart-title[data-v-9e4af612]{font-size:1.2rem;font-weight:700;line-height:1.2rem}.chart-subtitle[data-v-9e4af612]{font-size:.9rem;color:#888;margin-bottom:1rem;line-height:.9rem;padding-top:.25rem}.timeline-chart-container[data-v-9e4af612]{width:100%;height:100%;background-color:#fff;padding:1rem;border-radius:12px;display:flex;flex-direction:column}.timeline-chart-wrapper[data-v-9e4af612]{position:relative;display:flex;flex-direction:column;align-items:stretch;flex:1;min-height:0;width:100%}.timeline-chart[data-v-9e4af612]{width:100%;height:100%}.flex-1[data-v-9e4af612]{flex:1;min-height:0}.no-data-message[data-v-9e4af612]{margin:auto;text-align:center;color:#bdbdbd;font-size:1rem}.no-data-container[data-v-9e4af612]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:12px;border:1px dashed #bdbdbd}.loader-overlay[data-v-9e4af612]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#ffffff26;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.card[data-v-c273034b]{border-radius:12px;padding:1.5rem 2rem;display:flex;align-items:center;position:relative;cursor:default}.card-header[data-v-c273034b]{display:flex;align-items:center;justify-content:center;width:100%}.info-icon[data-v-c273034b]{position:absolute;top:6px;left:8px;opacity:.65;cursor:pointer}.card-content[data-v-c273034b]{display:flex;flex-direction:column;align-items:center;width:100%}.card-name[data-v-c273034b]{font-weight:400;font-size:.8rem;margin:.5rem 0;text-align:center}.card-value[data-v-c273034b]{font-weight:600;font-size:1rem}.menu-content[data-v-c273034b]{padding:8px 12px;max-height:260px;overflow-y:auto}.menu-item[data-v-c273034b]{font-size:.8rem;padding:2px 0}.loader-overlay[data-v-c273034b]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#ffffff26;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.dashboard[data-v-94fa6d25]{padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;display:flex;flex-direction:column;gap:2rem}.section-1[data-v-94fa6d25]{background-color:#fff;padding:1.5rem 2rem .5rem;border-radius:12px;display:grid}.section-2[data-v-94fa6d25]{border-radius:12px;display:grid;grid-template-columns:2fr 1fr;gap:2rem}.kpi-container[data-v-94fa6d25]{background-color:#fff;border-radius:12px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);gap:1.5rem;padding:2rem;min-height:400px}.kpi-container[data-v-94fa6d25]>*{width:100%;height:100%}.timeline-chart-container[data-v-94fa6d25]{width:100%;background-color:#fff;padding:1rem;border-radius:12px}.card-section .card[data-v-94fa6d25]{max-width:none}@media(max-width:768px){.dashboard[data-v-94fa6d25]{padding:1rem;gap:1rem}.section-1[data-v-94fa6d25]{grid-template-columns:1fr;padding:1rem}.section-2[data-v-94fa6d25]{grid-template-columns:1fr;gap:1rem}.kpi-container[data-v-94fa6d25]{grid-template-columns:1fr;padding:1rem;gap:1rem}}.form-title[data-v-880b1117]{font-weight:700;font-size:18px}.form>div:focus-within span[data-v-880b1117]{color:rgb(var(--v-theme-primary))}.form>div[data-v-880b1117]:focus-within .v-icon{color:rgb(var(--v-theme-primary))}.form-fields[data-v-880b1117]{padding-top:1rem}.input-wrapper[data-v-880b1117]{margin-bottom:.5rem;display:grid;gap:.5rem}.input-wrapper label[data-v-880b1117]{color:rgb(var(--v-theme-subtitle));font-weight:700}.input-wrapper:focus-within label[data-v-880b1117]{color:rgb(var(--v-theme-primary));font-weight:600}.input-wrapper[data-v-880b1117]:focus-within .v-icon{color:rgb(var(--v-theme-primary))}.form-actions[data-v-880b1117]{padding-top:1.5rem;display:flex;justify-content:end;gap:2rem}.root[data-v-98859f28]{height:calc(100vh - 4rem);padding:1rem;display:flex;flex-direction:column}.sheet-container[data-v-98859f28],.data-table[data-v-98859f28]{flex:1;display:flex;flex-direction:column;min-height:0}[data-v-98859f28] .v-data-table thead tr{background-color:#f9fafb;border-radius:8px}[data-v-98859f28] .v-data-table thead th:first-child{border-top-left-radius:8px}[data-v-98859f28] .v-data-table thead th:last-child{border-top-right-radius:8px}[data-v-98859f28] .v-data-table thead th{color:#6e7681;text-transform:uppercase;background-color:#f9fafb;font-size:.8rem;font-weight:bolder}[data-v-98859f28] .v-data-table-header__content span{font-weight:800}.not-found[data-v-3d4c3d15]{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100vh;background-color:#fff}.not-found h1[data-v-3d4c3d15]{font-size:2rem}.not-found p[data-v-3d4c3d15]{margin:.5rem 0 1.5rem;color:#666}.user-details[data-v-1bd42b64]{display:flex}.part-1[data-v-1bd42b64]{position:relative;display:flex;align-items:center;justify-content:center}.avatar-container[data-v-1bd42b64]{position:relative;cursor:pointer}.avatar[data-v-1bd42b64]{width:76px;height:76px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:rgb(var(--v-theme-background));color:rgb(var(--v-theme-primary));font-size:1.5rem;transition:all .3s ease}.edit-icon[data-v-1bd42b64]{position:absolute;top:-2px;right:-2px;width:24px;height:24px;background-color:rgb(var(--v-theme-primary));border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.8);transition:all .3s ease;border:2px solid white}.avatar-container:hover .avatar[data-v-1bd42b64]{filter:brightness(.7);transform:scale(1.05)}.avatar-container:hover .edit-icon[data-v-1bd42b64]{opacity:1;transform:scale(1)}.part-2[data-v-1bd42b64]{padding-left:1rem;display:flex;flex-direction:column;justify-content:center}.title[data-v-1bd42b64]{font-size:17px;font-weight:600;line-height:22px}.subtitle[data-v-1bd42b64]{font-size:14px;line-height:normal;color:rgb(var(--v-theme-subtitle))}[data-v-0b1fb112] .v-snackbar__wrapper{background-color:rgb(var(--v-theme-white))}.title[data-v-0b1fb112]{font-size:16px;font-style:normal;font-weight:700;line-height:normal;padding-left:1rem}.message[data-v-0b1fb112]{font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding-left:.65rem}html[data-v-496aa9db],body[data-v-496aa9db],#app[data-v-496aa9db],.v-application[data-v-496aa9db]{height:100%;margin:0}.list[data-v-496aa9db]{padding:1rem}.list-title[data-v-496aa9db]{font-weight:700;font-size:14px}
