@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;color:#f1f5f9;background:#111;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#141414}::-webkit-scrollbar-thumb{background:#282828;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#383838}.tr-login{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;background-color:#f7f9fc!important}.tr-login__brand-mark{color:#fff;background:#c0392b;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.tr-login__brand-name{letter-spacing:-.02em;font-size:18px;font-weight:700;color:#1e293b!important}.tr-login__card{border-radius:12px;overflow:hidden;box-shadow:0 4px 14px #1e293b0f;background-color:#fff!important;border:1px solid #e8edf3!important}.tr-login__card .tr-inputform-panel{box-sizing:border-box;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:20px;width:100%;display:flex;background-color:#fff!important;padding:28px!important}.tr-login__card .tr-inputform-panel__headers{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px;display:flex;background:0 0!important;border:none!important;padding:0!important}.tr-login__card .tr-inputform-panel__title{letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:700;color:#1e293b!important}.tr-login__card .tr-inputform-panel__subtitle{margin:0;font-size:.875rem;color:#64748b!important}.tr-login__card .tr-inputform{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;width:100%;display:flex;background:0 0!important;border:none!important;padding:0!important}.tr-login__card input{color:#0f172a!important;background-color:#f8fafc!important;border:1px solid #e2e8f0!important}.tr-login__card input::placeholder{color:#94a3b8!important}.tr-login__card .tr-login__btn{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;margin-top:6px;padding:12px 24px;font-weight:600;transition:background-color .18s;display:flex;color:#fff!important;background-color:#c0392b!important;border:none!important;width:100%!important}.tr-login__card .tr-login__btn:hover{background-color:#a02e22!important}.tr-login__form-error{box-sizing:border-box;border-radius:8px;width:100%;margin:0;padding:12px 14px;font-size:13px;color:#dc2626!important;background:#fef2f2!important;border:1px solid #fecaca!important}.tr-login__row{justify-content:flex-end;align-items:center;width:100%;font-size:13px;display:flex}.tr-login__forgot{font-weight:500;text-decoration:none;color:#c0392b!important}.tr-login__forgot:hover{text-decoration:underline;color:#a02e22!important}.tr-login__signup-hint{text-align:center;margin-top:18px;font-size:13px;color:#64748b!important}.tr-login__signup-hint a{font-weight:500;text-decoration:none;color:#c0392b!important}.tr-login__signup-hint a:hover{text-decoration:underline;color:#a02e22!important}.tr-inputform-panel{box-sizing:border-box;background-color:#0000;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:24px;width:100%;padding:24px;display:flex}.tr-inputform-panel__headers{border:1px solid #e8edf3;border-radius:10px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px;padding:16px;display:flex}.tr-inputform-panel__title{color:#1e293b;letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:700}.tr-inputform-panel__subtitle{color:#64748b;margin:0;font-size:.875rem}.tr-inputform{box-sizing:border-box;border:1px solid #e8edf3;border-radius:10px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;width:100%;padding:24px;display:flex;overflow:auto}.tr-inputform__actions{align-self:flex-end;gap:10px;display:flex}.tr-inputform__cancel-btn{color:#64748b;cursor:pointer;white-space:nowrap;background-color:#0000;border:1px solid #e8edf3;border-radius:8px;padding:10px 24px;font-size:.875rem;font-weight:600;transition:background .18s,color .18s}.tr-inputform__cancel-btn:hover{color:#1e293b;background-color:#eef2f7}.tr-inputform__submit-btn{color:#fff;cursor:pointer;white-space:nowrap;background-color:#2563eb;border:none;border-radius:8px;align-self:flex-end;padding:10px 24px;font-size:.875rem;font-weight:600;transition:background .18s}.tr-inputform__submit-btn:hover{background-color:#1d4ed8}.tr-inputrow{box-sizing:border-box;flex-wrap:wrap;justify-content:flex-start;width:100%;display:flex}.tr-inputrow__field{flex-direction:column;flex:1 1 0;justify-content:flex-start;align-items:stretch;gap:6px;min-width:120px;display:flex}.tr-inputrow__title{color:#64748b;margin:0;font-size:.8rem;font-weight:500;line-height:1.2}.tr-inputrow__title-spacer{height:.96rem;display:block}@media (width<=768px){.tr-inputform-panel{gap:16px;padding:16px}.tr-inputform-panel__title{font-size:1.25rem}.tr-inputform{padding:16px}.tr-inputform__submit-btn{text-align:center;align-self:stretch;width:100%}.tr-inputrow{flex-direction:column;gap:12px}.tr-inputrow__field{flex:unset;width:100%}.tr-inputrow__title-spacer{display:none}}@media (width<=480px){.tr-inputform-panel{gap:12px;padding:12px}.tr-inputform-panel__title{font-size:1.1rem}.tr-inputform-panel__subtitle{font-size:.8rem}.tr-inputform-panel__headers{padding:12px}.tr-inputform{gap:12px;padding:12px}}.tr-button{color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;height:44px}.tr-button:active{opacity:.5}.tr-button:hover:not(.tr-button--disabled){transform:scale(1.02)}.tr-button--disabled{opacity:.5;cursor:not-allowed}.tr-input__wrapper{width:100%;height:50px;position:relative}.tr-input__wrapper input[type=text],.tr-input__wrapper input[type=password],.tr-input__wrapper input[type=email]{color:#1e293b;box-sizing:border-box;background-color:#f1f5fb;border:1px solid #e2e8f0;border-radius:6px;outline:none;width:100%;height:50px;padding:22px 16px 8px;font-family:sans-serif;font-size:15px}.tr-input__wrapper input[type=password],.tr-input__wrapper input[type=email]{padding-right:40px}.tr-input__wrapper input[type=text]:focus,.tr-input__wrapper input[type=password]:focus,.tr-input__wrapper input[type=email]:focus{background-color:#fff;border-color:#93b4f5}.tr-input__wrapper .tr-input__label{color:#94a3b8;pointer-events:none;transform-origin:0 0;font-family:sans-serif;font-size:15px;transition:transform .2s cubic-bezier(.2,0,0,1),color .2s;position:absolute;top:14px;left:16px}.tr-input__wrapper input[type=text]:focus+.tr-input__label,.tr-input__wrapper input[type=text]:not(:placeholder-shown)+.tr-input__label,.tr-input__wrapper input[type=password]:focus+.tr-input__label,.tr-input__wrapper input[type=password]:not(:placeholder-shown)+.tr-input__label,.tr-input__wrapper input[type=email]:focus+.tr-input__label,.tr-input__wrapper input[type=email]:not(:placeholder-shown)+.tr-input__label{color:#64748b;transform:translateY(-8px)scale(.72)}.tr-input__wrapper input.tr-input__search-field{padding:22px 16px 8px 38px}.tr-input__wrapper input.tr-input__search-field+.tr-input__label{left:38px}.tr-input__wrapper input.tr-input__search-field:focus+.tr-input__label,.tr-input__wrapper input.tr-input__search-field:not(:placeholder-shown)+.tr-input__label{transform:translate(-22px,-8px)scale(.72)}.tr-input__wrapper .tr-input__eye-icon{color:#94a3b8;cursor:pointer;align-items:center;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.tr-input__wrapper--error input[type=text],.tr-input__wrapper--error input[type=password],.tr-input__wrapper--error input[type=email]{outline:1px solid #ef4444}.tr-input__error-message{color:#ef4444;margin:0 0 4px;font-size:13px}.tr-input__search-icon{color:#94a3b8;pointer-events:none;align-items:center;transition:color .2s;display:flex;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.tr-input__wrapper input.tr-input__search-field:focus~.tr-input__search-icon{color:#2563eb}.tr-login{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.tr-login__shell{width:100%;max-width:400px}.tr-login__brand{justify-content:center;align-items:center;gap:10px;margin-bottom:28px;display:flex}.tr-login__brand-mark{background:#c0392b;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.tr-login__brand-name{color:#fff;letter-spacing:-.02em;font-size:18px;font-weight:700}.tr-login__card{background-color:#1c1c1e;border-radius:12px;box-shadow:0 8px 30px #00000059}.tr-login__card .tr-inputform-panel{background-color:#0000}.tr-login__card .tr-inputform{gap:16px}.tr-login__btn{background:#c0392b;margin-top:4px;font-weight:600}.tr-login__signup-hint{text-align:center;color:#686869;margin-top:18px;font-size:13px}.tr-login__signup-hint a{color:#d85a30;text-decoration:none}.tr-login__signup-hint a:hover{text-decoration:underline}body{height:100vh;margin:0;overflow:hidden}#root{height:100vh;overflow:hidden}.sidebar{flex-direction:row;justify-content:flex-start;align-items:stretch;height:100vh;display:flex;overflow:hidden}.sidebar__aside{background-color:#fff;border-right:1px solid #e8edf3;flex-direction:column;flex-shrink:0;justify-content:flex-start;align-items:stretch;width:240px;min-width:240px;height:100vh;transition:width .25s cubic-bezier(.4,0,.2,1),min-width .25s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.sidebar__aside--collapsed{width:60px;min-width:60px}.sidebar__top{box-sizing:border-box;border-bottom:1px solid #e8edf3;flex-direction:row;flex-shrink:0;justify-content:space-between;align-items:center;height:64px;min-height:64px;padding:0 16px;display:flex}.sidebar__aside--collapsed .sidebar__top{justify-content:center;padding:0}.sidebar__logo-area{white-space:nowrap;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;display:flex;overflow:hidden}.sidebar__logo-img{object-fit:contain;border-radius:6px;width:30px;min-width:30px;height:30px}.sidebar__logo-text{color:#1e293b;letter-spacing:-.2px;font-size:15px;font-weight:600}.sidebar__burger{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:7px;flex-shrink:0;align-items:center;padding:6px;transition:color .15s,background .15s;display:flex}.sidebar__burger:hover{color:#2563eb;background:#eff6ff}.sidebar__nav{scrollbar-width:none;flex:1;padding:20px 0;overflow-y:auto}.sidebar__nav::-webkit-scrollbar{display:none}.sidebar__nav{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:20px;display:flex}.sidebar__section{flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex}.sidebar__section-label{text-transform:uppercase;color:#a3b0c2;letter-spacing:.06em;white-space:nowrap;margin:0 0 8px;padding:0 16px;font-size:11px;font-weight:700;transition:opacity .15s,height .15s,margin .15s}.sidebar__aside--collapsed .sidebar__section-label{opacity:0;pointer-events:none;height:0;margin:0;padding:0}.sidebar__list{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px;margin:0;padding:0 10px;list-style:none;display:flex}.sidebar__row{border-radius:8px;position:relative;overflow:visible}.sidebar__row a{color:#64748b;white-space:nowrap;border-radius:8px;align-items:center;gap:12px;padding:11px 12px;font-size:15px;text-decoration:none;transition:background .15s,color .15s;display:flex;overflow:hidden}.sidebar__row:hover>a{color:#1e293b;background:#f1f5fb}.sidebar__row--active>a{color:#2563eb;background:#eaf1fd;font-weight:500}.sidebar__row--active .sidebar__icon-wrap:before{content:"";background:#2563eb;border-radius:0 3px 3px 0;width:3px;height:22px;position:absolute;top:50%;left:-12px;transform:translateY(-50%)}.sidebar__row:hover .sidebar__tooltip{display:block}.sidebar__row:hover .sidebar__chevron,.sidebar__row--parent-active>a{color:#2563eb}.sidebar__icon-wrap{flex-direction:row;justify-content:center;align-items:center;width:22px;min-width:22px;display:flex;position:relative}.sidebar__title{text-overflow:ellipsis;transition:opacity .15s;overflow:hidden}.sidebar__aside--collapsed .sidebar__title{opacity:0;pointer-events:none;width:0}.sidebar__tooltip{color:#fff;white-space:nowrap;pointer-events:none;z-index:100;background:#1e293b;border-radius:7px;padding:6px 12px;font-size:13px;display:none;position:absolute;top:50%;left:56px;transform:translateY(-50%);box-shadow:0 4px 14px #1e293b2e}.sidebar__dropdown-trigger{box-sizing:border-box;justify-content:space-between;width:100%}.sidebar__trigger-left{align-items:center;gap:12px;display:flex}.sidebar__chevron{color:#b0bcd0;flex-shrink:0;transition:transform .2s cubic-bezier(.4,0,.2,1),color .15s}.sidebar__chevron--rotated{color:#2563eb;transform:rotate(180deg)}.sidebar__submenu-list{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:3px;max-height:0;margin:0;padding:0 0 0 16px;list-style:none;transition:max-height .25s cubic-bezier(.4,0,.2,1),margin .25s;display:flex;overflow:hidden}.sidebar__aside--collapsed .sidebar__submenu-list{padding:0;max-height:0!important;margin:0!important}.sidebar__row--expanded .sidebar__submenu-list{max-height:160px;margin-top:6px;margin-bottom:6px}.sidebar__sub-row a{background:0 0;border-radius:6px;align-items:center;gap:10px;padding:9px 12px;display:flex}.sidebar__sub-row:hover a .sidebar__sub-title{color:#1e293b}.sidebar__sub-row:hover .sidebar__sub-dot{background-color:#60a5fa}.sidebar__sub-row--active a{background:#eff6ff}.sidebar__sub-row--active a .sidebar__sub-title{color:#2563eb;font-weight:500}.sidebar__sub-row--active .sidebar__sub-dot{background-color:#2563eb;transform:scale(1.2)}.sidebar__sub-title{color:#94a3b8;font-size:13px;transition:color .15s}.sidebar__sub-dot{background-color:#cbd5e1;border-radius:50%;flex-shrink:0;width:5px;height:5px;transition:background-color .15s,transform .15s}.sidebar__user-panel{border-top:1px solid #e8edf3;flex-direction:column;flex-shrink:0;justify-content:flex-start;align-items:stretch;gap:10px;padding:16px 10px;display:flex}.sidebar__clock-in{color:#64748b;border:1px solid #e8edf3;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;display:flex}.sidebar__clock-icon{flex-shrink:0}.sidebar__clock-in-texts{flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex}.sidebar__clock-label{color:#94a3b8;margin:0;font-size:11px}.sidebar__clock-value{color:#16a34a;margin:0;font-size:13px;font-weight:500}.sidebar__user-row{align-items:center;gap:12px;display:flex;overflow:hidden}.sidebar__avatar{color:#fff;background:linear-gradient(135deg,#4f7cf6,#2563eb);border-radius:50%;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:12px;font-weight:500;display:flex}.sidebar__user-info{flex-direction:column;flex:1;justify-content:flex-start;align-items:stretch;gap:2px;min-width:0;display:flex;overflow:hidden}.sidebar__user-name{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;font-weight:500;overflow:hidden}.sidebar__user-role{color:#94a3b8;margin:0;font-size:12px}.sidebar__change-password{color:#b0bcd0;cursor:pointer;margin-top:2px;font-size:11px;text-decoration:none;transition:color .15s}.sidebar__change-password:hover{color:#2563eb}.sidebar__logout-btn{cursor:pointer;color:#a3b0c2;background:0 0;border:none;border-radius:7px;flex-shrink:0;align-items:center;padding:6px;transition:color .15s,background .15s;display:flex}.sidebar__logout-btn:hover{color:#dc6a6a;background:#fdf1f1}.sidebar__content{background-color:#f7f9fc;flex:1;width:100%;height:100vh;overflow-y:auto}.sidebar__avatar-loading{flex-direction:row;justify-content:center;align-items:center;padding:0;display:flex}.sidebar__avatar-loading .spinner{flex:none;width:auto}.sidebar__skeleton{background-color:#e8edf3;border-radius:4px;animation:1.4s ease-in-out infinite sb-skeleton-pulse}.sidebar__skeleton-avatar{border-radius:50%;flex-shrink:0;width:36px;height:36px}.sidebar__skeleton-line{height:10px;margin:6px 0}.sidebar__skeleton-line--name{width:70%}.sidebar__skeleton-line--email{width:90%}@keyframes sb-skeleton-pulse{0%,to{opacity:.6}50%{opacity:1}}.tr-panel-page{color:#1e293b;background:#f7f9fc;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;height:100vh;display:flex;overflow:hidden}.tr-panel-page__topbar{box-sizing:border-box;background-color:#fff;border-bottom:1px solid #e8edf3;flex-direction:row;justify-content:space-between;align-items:center;height:64px;min-height:64px;padding:0 24px;display:flex}.tr-panel-page__header{align-items:baseline;gap:12px;display:flex}.tr-panel-page__title{color:#1e293b;letter-spacing:-.02em;margin:0;font-size:20px;font-weight:600}.tr-panel-page__subtitle{color:#94a3b8;margin:0;font-size:12px;font-weight:400}.tr-panel-page__top-right{align-items:center;display:flex}.tr-panel-page__branch-dropdown{align-items:center;gap:10px;display:flex}.tr-panel-page__branch-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.tr-panel-page__branch-select{min-width:180px;max-width:240px}.tr-panel-page__body{flex-direction:row;flex:1;display:flex;overflow:hidden}.tr-panel-page__main{box-sizing:border-box;flex:1;min-width:0;padding:24px;overflow-y:auto}.tr-panel-page__right-wrapper{box-sizing:border-box;background:0 0;border-left:1px solid #e8edf3;flex-direction:column;flex-shrink:0;justify-content:flex-start;align-items:stretch;gap:15px;width:300px;height:100%;padding:24px;display:flex;overflow-y:auto}.tr-panel-page__stepper{box-sizing:border-box;background-color:#fff;border-top:1px solid #e8edf3;align-items:center;width:100%;min-height:86px;padding:16px 24px;display:flex}.tr-panel-page__stepper-inner{flex-direction:row;justify-content:flex-end;align-items:center;gap:12px;width:100%;display:flex}.tr-panel-page__stepper-inner .tr-button{min-width:120px}.tr-panel-card{box-sizing:border-box;background-color:#fff;border:1px solid #e8edf3;border-radius:12px;width:100%;padding:20px;box-shadow:0 4px 14px #1e293b0f}.tr-panel-card__step{color:#94a3b8;letter-spacing:.05em;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:600}.tr-panel-card__title{color:#1e293b;margin:4px 0 16px;font-size:18px;font-weight:600;line-height:1.2}.tr-dropdown{width:100%;display:inline-block;position:relative}.tr-dropdown__button{color:#1e293b;cursor:pointer;background-color:#f1f5fb;border:1px solid #e2e8f0;border-radius:6px;outline:none;align-items:center;gap:12px;width:100%;height:50px;padding:0 16px;font-family:sans-serif;transition:background-color .2s;display:flex}.tr-dropdown__button:hover:not(.tr-dropdown__button--disabled),.tr-dropdown__button--active{background-color:#e6ecf5}.tr-dropdown__button--disabled{color:#94a3b8;cursor:not-allowed;background-color:#f1f5f9}.tr-dropdown__button--loading{color:#1e293b;cursor:wait;background-color:#f1f5fb}.tr-dropdown__icon{color:#94a3b8;flex-shrink:0;width:16px;height:16px}.tr-dropdown__text{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:15px;overflow:hidden}.tr-dropdown__chevron{color:#94a3b8;flex-shrink:0;width:16px;height:16px;transition:transform .2s cubic-bezier(.2,0,0,1)}.tr-dropdown__chevron--open{transform:rotate(180deg)}.tr-dropdown__spinner{color:#2563eb;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite tr-dropdown-spin}.tr-dropdown__list{box-sizing:border-box;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;max-height:240px;margin:0;padding:6px 0;font-family:sans-serif;list-style:none;overflow-y:auto;box-shadow:0 10px 25px -5px #1e293b1f,0 8px 10px -6px #1e293b14;z-index:99999!important;position:absolute!important}.tr-dropdown__list::-webkit-scrollbar{width:6px}.tr-dropdown__list::-webkit-scrollbar-track{background:0 0}.tr-dropdown__list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.tr-dropdown__list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.tr-dropdown__item{color:#334155;cursor:pointer;background-color:#0000;padding:12px 16px;font-size:14px;line-height:1.4;transition:background-color .15s,color .15s}.tr-dropdown__item:hover{color:#1e293b;background-color:#f1f5fb}.tr-dropdown__item--active{color:#2563eb;background-color:#eaf1fd;font-weight:600}.tr-dropdown__item--all{color:#94a3b8;border-bottom:1px solid #eef2f7;margin-bottom:4px;padding-bottom:12px}@keyframes tr-dropdown-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tr-table{box-sizing:border-box;background-color:#fff;border:1px solid #e8edf3;border-radius:12px;width:100%;padding:20px;box-shadow:0 4px 14px #1e293b0f}.tr-table__header{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.tr-table__header--isolated{margin-bottom:12px}.tr-table__title-area{flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex}.tr-table__eyebrow{color:#94a3b8;letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:11px;font-weight:600}.tr-table__title{color:#1e293b;margin:4px 0 0;font-size:18px;font-weight:600;line-height:1.2}.tr-table__header-actions{align-items:center;gap:12px;display:flex}.tr-table__scroll{background-color:#0000;border:1px solid #e8edf3;border-radius:8px;width:100%;overflow-x:auto}.tr-table__table{border-collapse:collapse;border-spacing:0;color:#1e293b;text-align:left;width:100%;font-size:13px}.tr-table__head-row{border-bottom:1px solid #e2e8f0}.tr-table__th{text-align:left;color:#94a3b8;letter-spacing:.03em;white-space:nowrap;background-color:#f5f8fc;padding:12px 16px;font-size:11px;font-weight:600}.tr-table__th--check{text-align:center;width:50px;padding-right:0}.tr-table__th--action{text-align:center;width:90px}.tr-table__th--sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.tr-table__th--sortable:hover{color:#1e293b}.tr-table__th-content{align-items:center;gap:6px;display:inline-flex}.tr-table__sort-icon{color:#2563eb;align-items:center;display:flex}.tr-table__sort-icon--inactive{color:#cbd5e1}.tr-table__row{border-bottom:1px solid #eef2f7;transition:background-color .15s}.tr-table__row:last-child{border-bottom:none}.tr-table__row:hover{background-color:#f7f9fc}.tr-table__row--selected{background-color:#eff6ff}.tr-table__td{text-align:left;color:#334155;white-space:nowrap;vertical-align:middle;padding:12px 16px}.tr-table__td--check{text-align:center;padding-right:0}.tr-table__td--action{text-align:center}.tr-table__td--nodata{padding:0}.tr-table__id-link{cursor:pointer;color:#1e293b;font-weight:600;transition:color .1s}.tr-table__id-link:hover{color:#2563eb}.tr-table__checkbox{appearance:none;cursor:pointer;vertical-align:middle;background-color:#0000;border:1.5px solid #cbd5e1;border-radius:4px;width:16px;height:16px;margin:0;transition:border-color .15s,background-color .15s;display:inline-block;position:relative}.tr-table__checkbox:hover{border-color:#2563eb}.tr-table__checkbox:checked{background-color:#2563eb;border-color:#2563eb}.tr-table__checkbox:checked:after{content:"";border:2px solid #fff;border-top:none;border-left:none;width:4px;height:7px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.tr-table__action-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:background-color .15s,color .15s;display:inline-flex}.tr-table__action-btn--delete{color:#a3b0c2}.tr-table__action-btn--delete:hover{color:#dc6a6a;background-color:#fdf1f1}.tr-table__action-btn--edit{color:#a3b0c2}.tr-table__action-btn--edit:hover{color:#2563eb;background-color:#eff6ff}.tr-table__pagination{flex-direction:row;justify-content:space-between;align-items:center;margin-top:12px;padding:14px 4px 0;display:flex}.tr-table__pagination-info{color:#94a3b8;font-size:12px}.tr-table__pagination-controls{align-items:center;gap:6px;display:flex}.tr-table__pagination-btn,.tr-table__pagination-page{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;transition:border-color .15s,color .15s,background-color .15s;display:flex}.tr-table__pagination-btn:hover:not(:disabled){color:#1e293b;border-color:#94a3b8}.tr-table__pagination-btn:disabled{opacity:.35;cursor:not-allowed}.tr-table__pagination-page:hover{color:#1e293b;border-color:#94a3b8}.tr-table__pagination-page--active{color:#fff;background-color:#2563eb;border-color:#2563eb;font-weight:600}.tr-table__pagination-page--active:hover{background-color:#2563eb;border-color:#2563eb}.tr-table__pagination-dots{color:#cbd5e1;-webkit-user-select:none;user-select:none;padding:0 4px;font-size:18px;line-height:1}.tr-table__empty{flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 24px;display:flex}.tr-table__empty-icon{color:#cbd5e1}.tr-table__empty-title{color:#94a3b8;margin:0;font-size:13px;font-weight:500}.tr-table__spinner{border:2.5px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;width:24px;height:24px;animation:.7s cubic-bezier(.4,0,.2,1) infinite spinner-rotate}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.dashboard__stats-row{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.dashboard__stat-card{background-color:#fff;border:1px solid #e8edf3;border-radius:10px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px;padding:16px;display:flex;box-shadow:0 4px 14px #1e293b0a}.dashboard__stat-label{letter-spacing:.05em;text-transform:uppercase;color:#94a3b8;font-size:11px;font-weight:600}.dashboard__stat-value{color:#1e293b;margin:0;font-size:1.6rem;font-weight:700}.dashboard__stat-value--accent{color:#e0574a}.dashboard__table-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.dashboard__table-hint{color:#94a3b8;margin:0;font-size:.8rem}.dashboard__new-project-btn,.dashboard__new-task-btn{background:#c0392b;flex-shrink:0;font-weight:600}.new-project-form{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:22px;display:flex}.new-project-form__error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:0;padding:12px 14px;font-size:13px}.new-project-form__field{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;display:flex}.new-project-form__label{color:#475569;font-size:.8rem;font-weight:600}.new-project-form__required{color:#2563eb;margin-left:2px}.new-project-form__note{color:#94a3b8;margin-top:-4px;font-size:.7rem}.new-project-form__textarea{color:#1e293b;box-sizing:border-box;resize:vertical;background-color:#fff;border:1px solid #e8edf3;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.new-project-form__textarea::placeholder{color:#94a3b8}.new-project-form__textarea:focus{background-color:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #2563eb26}.new-project-form__member-row{align-items:flex-start;gap:10px;display:flex}.new-project-form__member-row .tr-input{flex:1}.new-project-form__member-row .tr-button{color:#1e293b;background:#fff;border:1px solid #e8edf3;font-weight:600;transition:background-color .15s,border-color .15s}.new-project-form__member-row .tr-button:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.new-project-form__member-chips{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.new-project-form__chip{color:#1d4ed8;background-color:#eff6ff;border:1px solid #dbeafe;border-radius:999px;align-items:center;gap:6px;padding:5px 6px 5px 12px;font-size:.78rem;font-weight:500;display:inline-flex}.new-project-form__chip-remove{color:#2563eb;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:2px 4px;font-size:1rem;line-height:1;transition:color .15s,background-color .15s;display:inline-flex}.new-project-form__chip-remove:hover{color:#1e40af;background-color:#dbeafe}.new-project-form__actions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.new-project-form__actions .tr-button{width:auto;padding:0 20px}.new-project-form__submit-btn{font-weight:600;transition:background-color .15s;color:#fff!important;background:#2563eb!important;border:none!important}.new-project-form__submit-btn:hover{background:#1d4ed8!important}.projects-page__header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.projects-page__header .tr-input{flex:1;max-width:280px}.projects-page__new-btn{background:#c0392b;flex-shrink:0;font-weight:600}.spinner{background-color:#0000!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;min-height:150px!important;display:flex!important}.spinner__ring{border:4px solid #e0e7ff!important;border-top-color:#2563eb!important;border-radius:50%!important;width:40px!important;height:40px!important;animation:1s linear infinite spin!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.view-project__action-row{align-items:center;gap:10px;display:flex}.view-project__action-spacer{margin-left:auto}.view-project__action-btn{background:#2563eb;flex-shrink:0;width:auto;padding:0 16px;font-weight:600}.view-project__action-btn:hover{background:#1d4ed8}.view-project__add-member-row{align-items:flex-start;gap:8px;margin-bottom:16px;display:flex}.view-project__add-member-row .tr-input{flex:1}.view-project__add-member-error{color:#ef4444;margin:-10px 0 16px;font-size:.78rem}.tr-panel-page__main .tr-panel-card+.tr-panel-card,.tr-panel-card .tr-inputrow{margin-top:16px}.kb-board{box-sizing:border-box;grid-template-columns:repeat(5,1fr);gap:14px;width:100%;display:grid}.kb-board__column{box-sizing:border-box;background-color:#f7f9fc;border:1px solid #e8edf3;border-radius:10px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;min-height:200px;padding:12px;transition:background-color .15s,border-color .15s;display:flex}.kb-board__column--dragover{background-color:#eff6ff;border-color:#93b4f5}.kb-board__column--blue .kb-board__column-title{color:#2563eb}.kb-board__column--green .kb-board__column-title{color:#16a34a}.kb-board__column-header{justify-content:space-between;align-items:center;display:flex}.kb-board__column-title{letter-spacing:.04em;color:#64748b;font-size:.72rem;font-weight:700}.kb-board__column-count{color:#94a3b8;background-color:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:1px 7px;font-size:.7rem;font-weight:600}.kb-board__column-body{flex-direction:column;flex:1;gap:8px;display:flex}.kb-board__empty{text-align:center;color:#cbd5e1;margin:0;padding:12px 0;font-size:.75rem}.kb-board__card{cursor:grab;background-color:#fff;border:1px solid #e8edf3;border-radius:8px;padding:10px 12px;transition:box-shadow .15s,transform .15s,opacity .15s;box-shadow:0 1px 3px #1e293b0a}.kb-board__card:hover{box-shadow:0 4px 10px #1e293b14}.kb-board__card:active{cursor:grabbing}.kb-board__card--dragging{opacity:.4}.kb-board__card-title{color:#1e293b;margin:0 0 6px;font-size:.82rem;font-weight:600;line-height:1.3}.kb-board__card-meta{color:#94a3b8;align-items:center;font-size:.72rem;display:flex}@media (width<=1100px){.kb-board{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.kb-board{grid-template-columns:1fr}}@keyframes kb-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.kb-board__spinner{animation:.8s linear infinite kb-spin}.tasks-page__header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.tasks-page__header .tr-input{flex:1;max-width:280px}.tasks-page__new-btn{background:#c0392b;flex-shrink:0;font-weight:600}.view-task__overview-header{margin-top:10px;margin-bottom:8px}.view-task__title{color:#1e293b;margin:0;font-size:1.1rem;font-weight:600}.view-task__header-dropdowns{flex-direction:row;align-items:center;gap:8px;margin-top:8px;margin-bottom:20px;display:flex}.view-task__status-dropdown,.view-task__priority-dropdown{flex-shrink:0;width:160px}.view-task__status-dropdown .tr-dropdown__icon,.view-task__priority-dropdown .tr-dropdown__icon{display:none}.view-task__status-dropdown .tr-dropdown__button,.view-task__priority-dropdown .tr-dropdown__button{height:32px;padding:0 12px;font-size:12px;font-weight:600}.view-task__status-dropdown .tr-dropdown__text,.view-task__priority-dropdown .tr-dropdown__text{font-size:12px}.view-task__status-dropdown .tr-dropdown__chevron,.view-task__priority-dropdown .tr-dropdown__chevron{width:13px;height:13px}.view-task__status-dropdown--blue .tr-dropdown__button{color:#2563eb;background-color:#eff6ff;border:1px solid #bfdbfe}.view-task__status-dropdown--blue .tr-dropdown__button:hover:not(.tr-dropdown__button--disabled){background-color:#dbeafe}.view-task__status-dropdown--blue .tr-dropdown__chevron{color:#2563eb}.view-task__status-dropdown--green .tr-dropdown__button{color:#16a34a;background-color:#f0fdf4;border:1px solid #bbf7d0}.view-task__status-dropdown--green .tr-dropdown__button:hover:not(.tr-dropdown__button--disabled){background-color:#dcfce7}.view-task__status-dropdown--green .tr-dropdown__chevron{color:#16a34a}.view-task__priority-dropdown--red .tr-dropdown__button{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca}.view-task__priority-dropdown--red .tr-dropdown__button:hover:not(.tr-dropdown__button--disabled){background-color:#fee2e2}.view-task__priority-dropdown--red .tr-dropdown__chevron{color:#dc2626}.view-task__priority-dropdown--amber .tr-dropdown__button{color:#d97706;background-color:#fffbeb;border:1px solid #fde68a}.view-task__priority-dropdown--amber .tr-dropdown__button:hover:not(.tr-dropdown__button--disabled){background-color:#fef3c7}.view-task__priority-dropdown--amber .tr-dropdown__chevron{color:#d97706}.view-task__priority-dropdown--blue .tr-dropdown__button{color:#2563eb;background-color:#eff6ff;border:1px solid #bfdbfe}.view-task__priority-dropdown--blue .tr-dropdown__button:hover:not(.tr-dropdown__button--disabled){background-color:#dbeafe}.view-task__priority-dropdown--blue .tr-dropdown__chevron{color:#2563eb}.view-task__priority-dropdown--gray .tr-dropdown__button{color:#475569;background-color:#f8fafc;border:1px solid #e2e8f0}.view-task__priority-dropdown--gray .tr-dropdown__button:hover:not(.tr-dropdown__button--disabled){background-color:#f1f5f9}.view-task__priority-dropdown--gray .tr-dropdown__chevron{color:#64748b}.view-task__description{color:#64748b;margin:0;font-size:.9rem;line-height:1.5}.view-task__details-grid{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:10px;display:flex}.view-task__assignee-row{align-items:center;gap:8px;display:flex}.view-task__assignee-key{color:#94a3b8;font-size:.85rem}.view-task__assignee-badge{color:#fff;background-color:#c0392b;border-radius:999px;padding:3px 10px;font-size:.78rem;font-weight:700}.view-task__user-hover{display:inline-block;position:relative}.view-task__user-hover:hover .view-task__user-tooltip{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.view-task__user-tooltip{white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:20;background-color:#fff;border:1px solid #e8edf3;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;transition:opacity .15s,transform .15s;display:flex;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 8px 20px #1e293b1f}.view-task__user-tooltip-avatar{color:#fff;background:#c0392b;border-radius:50%;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;font-size:.65rem;font-weight:700;display:flex}.view-task__user-tooltip-email{color:#475569;font-size:.78rem}.view-task__member-chips{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.view-task__member-chip{color:#c0392b;background-color:#c0392b14;border-radius:999px;padding:5px 12px;font-size:.78rem;font-weight:500}.view-task__view-project-link{color:#c0392b;cursor:pointer;background:0 0;border:none;margin-top:16px;padding:0;font-size:.8rem;font-weight:600}.view-task__view-project-link:hover{color:#a02e22;text-decoration:underline}.tr-inputrow__field{display:flex}.tr-inputrow__field .tr-panel-card{flex:1}.tr-panel-page__main .tr-panel-card+.tr-panel-card,.tr-panel-page__main .tr-panel-card+.tr-inputrow,.tr-panel-page__main .tr-inputrow+.tr-panel-card{margin-top:16px}.task-comments{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:14px;display:flex}.task-comments__count{color:#94a3b8;margin:0;font-size:.78rem}.task-comments__composer{align-items:flex-start;gap:12px;display:flex}.task-comments__composer .task-comments__textarea{flex:1}.task-comments__post-btn{background:#2563eb;flex-shrink:0;margin-top:0;font-weight:600}.task-comments__textarea{color:#1e293b;box-sizing:border-box;resize:vertical;background-color:#f1f5fb;border:1px solid #e2e8f0;border-radius:6px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:14px}.task-comments__textarea:focus{background-color:#fff;border-color:#93b4f5}.task-comments__empty{color:#94a3b8;margin:0;font-size:.85rem}.task-comments__list{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;max-height:250px;padding-right:4px;display:flex;overflow-y:auto}.task-comments__list::-webkit-scrollbar{width:6px}.task-comments__list::-webkit-scrollbar-track{background:0 0}.task-comments__list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.task-comments__list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.task-comments__item{border-bottom:1px solid #eef2f7;gap:12px;padding-bottom:16px;display:flex}.task-comments__item:last-child{border-bottom:none;padding-bottom:0}.task-comments__avatar{color:#fff;background:#2563eb;border-radius:50%;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:.7rem;font-weight:600;display:flex}.task-comments__body{flex:1;min-width:0}.task-comments__meta{align-items:center;gap:8px;margin-bottom:4px;display:flex}.task-comments__username{color:#1e293b;font-size:.85rem;font-weight:600}.task-comments__text{color:#334155;margin:0 0 6px;font-size:.85rem;line-height:1.5}.task-comments__like-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:0;font-size:.75rem;display:flex}.task-comments__like-btn:hover{color:#2563eb}.task-comments__loading{color:#94a3b8;justify-content:center;align-items:center;gap:10px;padding:20px 0;font-size:.85rem;display:flex}.task-comments__loading .spinner{flex:none;width:auto}.task-reports{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:14px;display:flex}.task-reports__count{color:#94a3b8;margin:0;font-size:.78rem}.task-reports__loading{color:#94a3b8;justify-content:center;align-items:center;gap:10px;padding:20px 0;font-size:.85rem;display:flex}.task-reports__loading .spinner{flex:none;width:auto}.task-reports__empty{color:#94a3b8;margin:0;font-size:.85rem}.task-reports__list{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:14px;max-height:300px;padding-right:4px;display:flex;overflow-y:auto}.task-reports__list::-webkit-scrollbar{width:6px}.task-reports__list::-webkit-scrollbar-track{background:0 0}.task-reports__list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.task-reports__list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.task-reports__item{border-bottom:1px solid #e8edf3;gap:12px;padding-bottom:14px;display:flex}.task-reports__item:last-child{border-bottom:none;padding-bottom:0}.task-reports__icon{color:#c0392b;background-color:#c0392b14;border-radius:50%;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.task-reports__body{flex:1;min-width:0}.task-reports__description{color:#1e293b;margin:0 0 4px;font-size:.85rem;line-height:1.4}.task-reports__meta{color:#94a3b8;font-size:.75rem}.new-task-form{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:22px;display:flex}.new-task-form__error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:0;padding:12px 14px;font-size:13px}.new-task-form__field{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;display:flex}.new-task-form__label{color:#475569;font-size:.8rem;font-weight:600}.new-task-form__required{color:#2563eb;margin-left:2px}.new-task-form__status-dropdown{width:200px}.new-task-form__textarea{color:#1e293b;box-sizing:border-box;resize:vertical;background-color:#fff;border:1px solid #e8edf3;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.new-task-form__textarea::placeholder{color:#94a3b8}.new-task-form__textarea:focus{background-color:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #2563eb26}.new-task-form__actions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.new-task-form__actions .tr-button{width:auto;padding:0 20px}.new-task-form__submit-btn{font-weight:600;transition:background-color .15s;color:#fff!important;background:#2563eb!important;border:none!important}.new-task-form__submit-btn:hover{background:#1d4ed8!important}.user-projects-page__header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.user-projects-page__header .tr-input{flex:1;max-width:280px}.user-projects-page__new-btn{background:#c0392b;flex-shrink:0;font-weight:600}
