.login__wrapper[data-v-9d3ed727]{background:var(--color-bg-primary)}.login[data-v-9d3ed727]{display:flex;align-items:center;max-width:380px;height:100vh;margin:0 auto}.login__container[data-v-9d3ed727]{width:100%;padding:48px 24px}.login__title[data-v-9d3ed727]{margin-bottom:24px}.login__form[data-v-9d3ed727]{display:flex;flex-direction:column}.input-group[data-v-9d3ed727]{position:relative;margin-bottom:12px}.login__input[data-v-9d3ed727]{width:100%;padding:24px 16px 8px;border:none;border-radius:8px;line-height:20px;outline:none;background:var(--color-bg-secondary);box-shadow:none;transition:box-shadow .15s ease}.login__input[data-v-9d3ed727]:focus{box-shadow:0 0 0 2px var(--color-primary)}.input-group.error .login__input[data-v-9d3ed727]{box-shadow:0 0 0 2px var(--color-danger)}.login__label[data-v-9d3ed727]{position:absolute;top:16px;right:16px;left:16px;color:var(--color-text-secondary);font-size:14px;line-height:20px;transition:top .15s ease,font-size .15s ease}.input-group .login__input:focus+.login__label[data-v-9d3ed727],.input-group .login__input:not(:placeholder-shown)+.login__label[data-v-9d3ed727]{top:8px;font-size:12px}.error-space[data-v-9d3ed727]{display:flex;align-items:center;gap:4px;min-height:13px;font-size:13px;line-height:1;color:var(--color-danger);margin-top:4px}.login__btn-submit[data-v-9d3ed727]{height:40px}.popup-mini[data-v-5672c149]{position:fixed;top:0;left:0;width:180px;padding:12px;border-radius:8px;background:var(--color-bg-secondary);box-shadow:var(--shadow-big);z-index:1001}.popup__delete-header[data-v-5672c149]{font-weight:500;line-height:20px;margin-bottom:12px}.popup__delete-main[data-v-5672c149]{display:flex;gap:8px}.projects[data-v-0216c05f]{background:var(--color-bg-primary)}.projects__container[data-v-0216c05f]{display:flex;height:100vh;min-height:0}.projects__sidebar[data-v-0216c05f]{display:flex;justify-content:center;align-items:center;flex-direction:column;width:320px;padding:8px}.projects__sidebar-main[data-v-0216c05f]{display:flex;flex-direction:column;gap:4px;width:100%;border-radius:12px}.project__sidebar-item[data-v-0216c05f]{display:flex;gap:12px;padding:8px;border-radius:8px;font-weight:500;line-height:20px;cursor:pointer;transition:background-color .15s ease,color .15s ease,fill .15s ease}.project__sidebar-item[data-v-0216c05f]:not(.active):hover{background:#ffffff1a}.project__sidebar-item svg[data-v-0216c05f]{width:20px;height:20px;fill:var(--color-text-primary)}.project__sidebar-item.active[data-v-0216c05f]{color:var(--color-primary);background:#9460dc40}.project__sidebar-item.active svg[data-v-0216c05f]{fill:var(--color-primary)}.test[data-v-0216c05f]{flex:1;display:flex;flex-direction:column;min-height:0}.project__list-header[data-v-0216c05f]{display:flex;justify-content:flex-end;align-items:center;padding:8px}.project__list-wrapper[data-v-0216c05f]{flex:1;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--color-text-secondary) transparent}.projects__list[data-v-0216c05f]{display:flex;flex-direction:column;gap:8px;padding:8px}.project__item-wrapper[data-v-0216c05f]{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;border-radius:8px;cursor:pointer;overflow:hidden;background:var(--color-bg-secondary)}.project__item-detail[data-v-0216c05f]{overflow:hidden}.project__item-title[data-v-0216c05f]{flex:1 1 auto;min-width:0;font-weight:500;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project__item-update[data-v-0216c05f]{flex:1 1 auto;min-width:0;font-size:12px;line-height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--color-text-secondary)}.project__item-panel[data-v-0216c05f]{display:flex;justify-content:space-between;align-items:center;gap:12px}.project__item-panel button svg[data-v-0216c05f]{width:20px;height:20px}.btn__project-favorite svg[data-v-0216c05f]{fill:var(--color-primary)}.project-enter-from[data-v-0216c05f]{opacity:0;transform:scale(.95)}.project-enter-to[data-v-0216c05f]{opacity:1;transform:scale(1)}.project-enter-active[data-v-0216c05f]{transition:all .3s ease}.project-leave-from[data-v-0216c05f]{opacity:1;transform:scale(1)}.project-leave-to[data-v-0216c05f]{opacity:0;transform:scale(.95)}.project-leave-active[data-v-0216c05f]{transition:all .3s ease}.project-move[data-v-0216c05f]{transition:transform .3s ease}.projects__list-empty[data-v-0216c05f]{display:flex;justify-content:center;align-items:center;height:100%;padding:8px;line-height:20px;color:var(--color-text-secondary)}.btn__project-new[data-v-0216c05f]{width:160px}.task__item-wrapper[data-v-7a7834f9]{padding:8px 12px;margin:4px 8px;border:none;border-radius:8px;background:var(--color-bg-secondary);cursor:pointer;box-shadow:0 0 0 2px transparent;transition:box-shadow .15s ease}.task__item-wrapper[data-v-7a7834f9]:hover{box-shadow:0 0 0 2px var(--color-primary)}.task__item-header[data-v-7a7834f9]{display:flex;justify-content:space-between;align-items:center}.task__item-progress[data-v-7a7834f9]{width:20%;height:8px;border-radius:4px}.task__item-main[data-v-7a7834f9]{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:4px}.btn__task-delete[data-v-7a7834f9]{margin:2px 0}.task__item-wrapper:hover .task__item-header .btn__task-delete[data-v-7a7834f9],.task__item-wrapper:hover .task__item-main .btn__task-delete[data-v-7a7834f9]{opacity:1}.task__item-title[data-v-7a7834f9]{line-height:20px;word-break:break-word}.task__item-footer[data-v-7a7834f9]{display:flex;align-items:center;gap:16px}.task__item-description[data-v-7a7834f9]{display:flex;align-items:center}.task__item-subtasks[data-v-7a7834f9]{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500;line-height:16px;color:var(--color-text-secondary)}.task--search-active[data-v-7a7834f9]{box-shadow:0 0 0 2px var(--color-primary)}.stage__item-wrapper[data-v-aad5e93e]{display:block;flex-shrink:0;align-self:flex-start;height:100%;padding:0 8px}.stage__item[data-v-aad5e93e]{display:flex;flex-direction:column;width:280px;max-height:100%;border-radius:12px;background:var(--color-bg-primary);box-shadow:var(--shadow-small)}.stage__item-header[data-v-aad5e93e]{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;padding:8px}.stage__item-title[data-v-aad5e93e]{width:100%;padding:8px 12px;font-size:14px;line-height:20px;font-weight:500;word-break:break-word;cursor:pointer}.stage__item-title--edit[data-v-aad5e93e]{width:100%}.textarea__stage-name[data-v-aad5e93e]{min-height:36px;max-height:136px;font-weight:500;line-height:20px}.stage__item:hover .stage__item-header .btn-delete[data-v-aad5e93e]{opacity:1}.stage__item-cards[data-v-aad5e93e]{flex:1;display:flex;flex-direction:column;overflow-y:auto;min-height:0;scrollbar-width:thin;scrollbar-color:var(--color-text-secondary) transparent}.textarea__task-name[data-v-aad5e93e]{min-height:36px;max-height:156px;line-height:20px}.stage__item-footer[data-v-aad5e93e]{padding:8px}.task--form[data-v-aad5e93e]{background:var(--color-bg-primary);border-radius:8px}.btn__task-add[data-v-aad5e93e]{justify-content:flex-start;width:100%;background:transparent}.stage--search-active[data-v-aad5e93e]{box-shadow:0 0 0 2px var(--color-primary)}.subtask__item[data-v-4eb5942e]{display:flex;align-items:flex-start;gap:8px;border-radius:8px}.check-box[data-v-4eb5942e]{display:flex;justify-content:center;align-items:center;padding:8px 0;cursor:pointer}.task__main-title[data-v-4eb5942e]{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;width:100%;padding:8px 12px;line-height:20px;cursor:pointer;word-break:break-word;transition:background-color .15s ease}.subtask__title[data-v-4eb5942e]{display:flex;justify-content:space-between;align-items:flex-start;width:100%;border-radius:8px;transition:background-color .15s ease}.subtask__title[data-v-4eb5942e]:hover{background:#ffffff1a}.subtask__main-title--edit[data-v-4eb5942e]{width:100%;line-height:20px}.subtask__name-textarea[data-v-4eb5942e]{min-height:36px;max-height:76px;line-height:20px}.subtask__panel[data-v-4eb5942e]{display:flex;justify-content:center;align-items:center}.subtask__btn-delete[data-v-4eb5942e]{margin:2px 0}.subtask__btn-delete svg[data-v-4eb5942e]{width:16px;height:16px;margin:0}.subtask__item:hover .subtask__title .subtask__panel .subtask__btn-delete[data-v-4eb5942e]{opacity:1}svg[data-v-4eb5942e]{width:20px;height:20px;fill:#fff}.subtask__btn-delete svg[data-v-4eb5942e]{fill:var(--color-text-secondary)}.stage--search-active[data-v-4eb5942e]{box-shadow:0 0 0 2px var(--color-primary)}.popup-content[data-v-6f962586]{width:620px}.task__header[data-v-6f962586]{display:flex;justify-content:flex-end;align-items:center;padding:10px 20px;font-weight:500;line-height:20px;border-bottom:1px solid rgba(255,255,255,.1)}.task__header-panel[data-v-6f962586]{display:flex;gap:8px}.task__main[data-v-6f962586]{padding:0 48px 0 20px;max-height:564px;overflow:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--color-text-secondary) transparent}.task__main-title[data-v-6f962586]{width:100%;padding:8px 12px;word-break:break-word;font-size:20px;font-weight:600;line-height:26px;cursor:pointer}.task__main-title--edit[data-v-6f962586]{width:100%}.task__name-textarea[data-v-6f962586]{min-height:36px;max-height:120px;font-size:20px;font-weight:600;line-height:26px}.btn__task-cancel[data-v-6f962586]{padding:8px}.popup-close[data-v-6f962586]{display:inline-flex;justify-content:center;align-items:center;padding:8px 12px;border:none;border-radius:8px;background:transparent}.task__section[data-v-6f962586]{display:flex;flex-direction:column;gap:8px;margin-bottom:32px}.task__section.title[data-v-6f962586]{padding:24px 0 0 28px}.task__section-header[data-v-6f962586]{display:flex;justify-content:space-between;align-items:center;padding:0 12px 0 0}.task__header-left[data-v-6f962586]{display:flex;align-items:center;gap:20px;font-weight:500;line-height:20px}.task__section-main.description[data-v-6f962586]{margin-left:28px}.subtask__progress[data-v-6f962586]{display:flex;justify-content:center;align-items:center;gap:20px;height:16px;margin:0 12px 8px 0}.task-percent[data-v-6f962586]{width:20px;text-align:center;font-size:11px}.task__description[data-v-6f962586]{word-break:break-word;min-height:56px;padding:8px 12px;margin-left:28px;line-height:20px;cursor:pointer}.task__description.empty[data-v-6f962586]{color:var(--color-text-secondary);border-radius:8px;box-shadow:0 0 0 1px var(--color-text-secondary);cursor:text}.task__description-textarea[data-v-6f962586]{min-height:36px;max-height:196px;line-height:20px}.task__progress-bar[data-v-6f962586]{position:relative;width:100%;height:8px;border-radius:4px;background:var(--color-text-secondary);overflow:hidden}.task__progress-fill[data-v-6f962586]{position:absolute;top:0;left:0;width:50%;height:100%;border-radius:inherit;transition:width .15s ease}.subtask__btn[data-v-6f962586]{margin:8px 0 0}.subtask__btn-new[data-v-6f962586]{margin:0 12px 0 40px}.subtask__form[data-v-6f962586]{margin:0 0 0 28px}.form-panel[data-v-6f962586]{margin:8px 12px 0}svg[data-v-6f962586]{width:20px;height:20px;fill:#fff}.board__containter[data-v-60f6e4fe]{display:flex;flex-direction:column;height:100vh;z-index:1}.board__background[data-v-60f6e4fe]{position:absolute;inset:0;background-image:url(/assets/Background-CKwgpBcK.png);background-size:cover;background-position:center;overflow:hidden;z-index:0}.board__background[data-v-60f6e4fe]:before{content:"";position:absolute;inset:0;background:#0003;z-index:1}.board__header[data-v-60f6e4fe]{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:8px;background:var(--color-bg-overlay);z-index:999}.board__header-left[data-v-60f6e4fe]{display:flex;justify-content:flex-start;align-items:center;gap:8px;min-width:320px}.board__logo[data-v-60f6e4fe]{display:flex;justify-content:center;align-items:center;cursor:pointer}.board__logo svg[data-v-60f6e4fe]{width:36px;height:36px;fill:var(--color-primary)}.project__item-title[data-v-60f6e4fe]{width:276px;padding:8px 12px;border-radius:8px;font-weight:500;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.input__project-name[data-v-60f6e4fe]{width:276px;min-height:36px;max-height:36px;font-weight:500;line-height:20px}.board__search-wrapper[data-v-60f6e4fe]{position:relative;display:flex;align-items:center;gap:8px;width:420px;padding:8px 12px;border-radius:8px;background:var(--color-bg-primary)}.board__search-wrapper svg[data-v-60f6e4fe]{width:20px;height:20px}.board__search[data-v-60f6e4fe]{width:100%;outline:none;border:none;line-height:20px;background:inherit;box-shadow:none}.board__search[data-v-60f6e4fe]::placeholder{color:var(--color-text-secondary)}.board__search[data-v-60f6e4fe]::-webkit-scrollbar{display:none}.board__search-clear[data-v-60f6e4fe]{flex-shrink:0;width:20px;height:20px;border-radius:4px;cursor:pointer}.board__search-results[data-v-60f6e4fe]{position:absolute;top:36px;left:0;right:0;display:flex;flex-direction:column;max-height:560px;margin:8px 0 0;border-radius:8px;overflow-y:auto;background:var(--color-bg-secondary);box-shadow:var(--shadow-big);scrollbar-width:thin;scrollbar-color:var(--color-text-secondary) transparent;z-index:999}.search__card[data-v-60f6e4fe]{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;background:transparent}.search__card[data-v-60f6e4fe]:hover{background-color:#ffffff1a}.search__card-icon[data-v-60f6e4fe]{display:flex;justify-content:center;align-items:center}.search__card-icon svg[data-v-60f6e4fe]{width:28px;height:28px}.search__card-detail[data-v-60f6e4fe]{overflow:hidden}.search__card-title[data-v-60f6e4fe]{font-weight:500;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search__card-info[data-v-60f6e4fe]{line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--color-text-secondary)}.board__header-right[data-v-60f6e4fe]{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:320px}.board__header-project--new[data-v-60f6e4fe]{width:160px}.board__canvas[data-v-60f6e4fe]{flex-grow:1;min-height:0;z-index:1;scrollbar-width:thin;scrollbar-color:var(--color-text-secondary) transparent}.stage__list[data-v-60f6e4fe]{display:flex;height:100%;padding:12px 0;overflow-x:auto;overflow-y:hidden;min-height:0}.list__wrapper[data-v-60f6e4fe]{display:block;flex-shrink:0;align-self:flex-start;height:100%;padding:0 8px}.list[data-v-60f6e4fe]{width:280px;padding:8px 8px 0;background:#e2b4b4}.list__title[data-v-60f6e4fe]{font-size:16px;font-weight:500}.list__wrapper--new[data-v-60f6e4fe]{flex-grow:1}.btn__stage-add[data-v-60f6e4fe]{width:280px;background:var(--color-bg-overlay)}.stage__form-input[data-v-60f6e4fe]{padding:8px;border-radius:8px;background:var(--color-bg-primary)}.textarea__stage-name[data-v-60f6e4fe]{min-height:36px;max-height:116px;line-height:20px}.overlay__loading[data-v-60f6e4fe]{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;background:#000}.spinner[data-v-60f6e4fe]{width:36px;height:36px;border:4px solid transparent;border-color:var(--color-primary) var(--color-primary) var(--color-primary) transparent;border-radius:50%;animation:spin-60f6e4fe 1s linear infinite}@keyframes spin-60f6e4fe{to{transform:rotate(360deg)}}:root{--color-primary: #9460dc;--color-bg-primary: #000;--color-bg-secondary: #1c1c1c;--color-bg-overlay: rgba(0, 0, 0, .8);--color-text-primary: #fff;--color-text-secondary: #747474;--color-danger: #b94c45;--shadow-big: 0 4px 12px rgba(0, 0, 0, .5);--shadow-medium: 0 4px 12px rgba(0, 0, 0, .25);--shadow-small: 0 4px 12px rgba(0, 0, 0, .05)}*{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:14px;margin:0;padding:0;box-sizing:border-box;color:var(--color-text-primary);-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%}html,body{touch-action:manipulation}h1{font-size:32px;font-weight:700}a{text-decoration:none}img{display:block;pointer-events:none}.btn{display:inline-flex;justify-content:center;align-items:center;outline:none;border:none;border-radius:8px;color:var(--color-text-primary);font-weight:500;line-height:20px;-webkit-user-select:none;user-select:none;cursor:pointer}.btn-primary{background:var(--color-primary)}.btn-big{padding:8px 12px}.btn--danger{background:var(--color-danger)}.btn-cancel{background:#ffffff1a}.btn-transparent{background:transparent}.btn-delete{margin:10px 12px;opacity:0;transition:opacity .15s ease}.btn-after{position:relative;overflow:hidden}.btn-after:after{position:absolute;content:"";inset:0;opacity:0;border-radius:inherit;pointer-events:none;background:#ffffff1a;transition:all .15s ease}.btn-after:hover:after{opacity:1}.btn-hover:hover svg{fill:var(--color-text-primary)}.input,.textarea{display:block;outline:none;touch-action:manipulation;width:100%;padding:8px 12px;border:none;border-radius:8px;resize:none;overflow-y:auto;scrollbar-width:none;background:var(--color-bg-secondary);box-shadow:0 0 0 1px var(--color-text-secondary);isolation:isolate;transition:box-shadow .15s ease}.input::placeholder,.textarea::placeholder{color:var(--color-text-secondary)!important}.input::-webkit-scrollbar,.textarea::-webkit-scrollbar{display:none!important}.input:focus,.textarea:focus{box-shadow:0 0 0 2px var(--color-primary)!important}label{pointer-events:none}ol{list-style-type:none}svg{flex-shrink:0;width:16px;height:16px;fill:var(--color-text-secondary);transition:fill .15s ease}.btn-cancel svg{width:20px;height:20px}.form-panel{display:flex;justify-content:flex-start;align-items:center;gap:8px;margin-top:8px}.popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--color-bg-overlay);display:flex;justify-content:center;align-items:center;z-index:1000}.popup-content{background:var(--color-bg-secondary);border-radius:12px;box-shadow:var(--shadow-medium)}
