.Header-module__HmnIjW__header{z-index:1000;-webkit-backdrop-filter:blur(24px)saturate(180%);backdrop-filter:blur(24px)saturate(180%);background:#020617a6;border-bottom:1px solid #ffffff14;transition:all .4s cubic-bezier(.4,0,.2,1);position:sticky;top:0}.Header-module__HmnIjW__container{max-width:1440px;height:var(--navbar-height-desktop);justify-content:space-between;align-items:center;margin:0 auto;padding:0 3rem;display:flex}.Header-module__HmnIjW__left{align-items:center;gap:3rem;display:flex}.Header-module__HmnIjW__logo{color:#fff;letter-spacing:-.05em;background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;background-clip:text;align-items:center;gap:1rem;font-size:1.5rem;font-weight:900;text-decoration:none;transition:all .3s;display:flex}.Header-module__HmnIjW__logo:hover{filter:brightness(1.1);transform:scale(1.02)}.Header-module__HmnIjW__logo svg{color:#3b82f6;filter:drop-shadow(0 0 12px #3b82f699);-webkit-text-fill-color:initial}.Header-module__HmnIjW__nav{align-items:center;gap:.5rem;display:flex}.Header-module__HmnIjW__navLink{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:14px;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:.8125rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Header-module__HmnIjW__navLink:after{content:"";background:#3b82f6;border-radius:3px 3px 0 0;width:0;height:3px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Header-module__HmnIjW__navLink.Header-module__HmnIjW__active:after{width:40%}.Header-module__HmnIjW__navLink:hover{color:#fff;background:#ffffff0d}.Header-module__HmnIjW__navLink.Header-module__HmnIjW__active{color:#60a5fa;background:#3b82f61a}.Header-module__HmnIjW__navBadge{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:.5rem;padding:0 5px;font-size:10px;font-weight:800;display:flex;box-shadow:0 0 10px #ef444466}.Header-module__HmnIjW__right{align-items:center;gap:1.25rem;display:flex}.Header-module__HmnIjW__notificationBtn{color:#94a3b8;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.Header-module__HmnIjW__notificationBtn:hover{color:#60a5fa;background:#3b82f61a;border-color:#3b82f64d;transform:translateY(-2px)}.Header-module__HmnIjW__badge{color:#fff;background:#ef4444;border:2px solid #020617;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:900;display:flex;position:absolute;top:-5px;right:-5px;box-shadow:0 4px 10px #ef444466}.Header-module__HmnIjW__userMenu{position:relative}.Header-module__HmnIjW__userBtn{color:#f1f5f9;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:.75rem;padding:.4rem 1rem .4rem .4rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Header-module__HmnIjW__userBtn:hover{background:#ffffff0f;border-color:#fff3}.Header-module__HmnIjW__avatar{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:800;display:flex;overflow:hidden}.Header-module__HmnIjW__avatarImg{object-fit:cover;width:100%;height:100%}.Header-module__HmnIjW__userName{white-space:nowrap;font-size:.875rem;font-weight:700}.Header-module__HmnIjW__dropdown{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);opacity:0;visibility:hidden;z-index:1001;background:#0f172ae6;border:1px solid #ffffff1a;border-radius:20px;min-width:260px;margin-top:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;right:0;overflow:hidden;transform:translateY(10px);box-shadow:0 20px 50px #0009}.Header-module__HmnIjW__userMenu:hover .Header-module__HmnIjW__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__HmnIjW__dropdownHeader{background:#ffffff08;padding:1.5rem}.Header-module__HmnIjW__dropdownName{color:#fff;white-space:nowrap;font-size:1rem;font-weight:800;display:block}.Header-module__HmnIjW__dropdownEmail{color:#94a3b8;margin-top:.25rem;font-size:.75rem;display:block}.Header-module__HmnIjW__dropdownRole{color:#60a5fa;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;margin-top:.75rem;padding:.25rem .75rem;font-size:.6rem;font-weight:900;display:inline-block}.Header-module__HmnIjW__dropdownDivider{background:#ffffff0d;height:1px}.Header-module__HmnIjW__dropdownItem{color:#cbd5e1;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:1rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.Header-module__HmnIjW__dropdownItem:hover{color:#fff;background:#ffffff0d}.Header-module__HmnIjW__dropdownBadge{color:#fff;background:#ef4444;border-radius:10px;margin-left:auto;padding:2px 8px;font-size:.7rem;font-weight:800;box-shadow:0 2px 8px #ef44444d}.Header-module__HmnIjW__mobileMenuBtn{display:none}@media (min-width:768px) and (max-width:1024px){.Header-module__HmnIjW__header{top:var(--navbar-floating-offset);bottom:var(--navbar-floating-offset);right:var(--navbar-floating-offset);width:var(--navbar-width-tablet);-webkit-backdrop-filter:blur(24px)saturate(180%);backdrop-filter:blur(24px)saturate(180%);background:#020617bf;border:1px solid #ffffff1f;border-radius:28px;height:auto;padding:1.5rem 0;position:fixed;left:auto;box-shadow:0 20px 40px #0006}.Header-module__HmnIjW__container{flex-direction:column;gap:2rem;height:100%;padding:0}.Header-module__HmnIjW__left{flex-direction:column;gap:3rem;height:100%}.Header-module__HmnIjW__logo{padding:0}.Header-module__HmnIjW__logo span{display:none}.Header-module__HmnIjW__nav{flex-direction:column;gap:1.5rem}.Header-module__HmnIjW__navLink{border-radius:16px;padding:.875rem}.Header-module__HmnIjW__navLink span{display:none}.Header-module__HmnIjW__navLink svg{opacity:.9;width:24px;height:24px}.Header-module__HmnIjW__navBadge{margin:0;position:absolute;top:-4px;right:-4px}.Header-module__HmnIjW__right{flex-direction:column;gap:1.5rem;margin-top:auto;padding-bottom:.5rem}.Header-module__HmnIjW__userName,.Header-module__HmnIjW__userBtn span:last-child{display:none}.Header-module__HmnIjW__userBtn{padding:.5rem}.Header-module__HmnIjW__dropdown{margin-top:0;margin-right:1rem;top:auto;bottom:0;right:100%}}@media (max-width:767px){.Header-module__HmnIjW__header{bottom:var(--navbar-floating-offset);left:var(--navbar-floating-offset);right:var(--navbar-floating-offset);height:var(--navbar-height-mobile);-webkit-backdrop-filter:blur(32px)saturate(180%);backdrop-filter:blur(32px)saturate(180%);background:#020617cc;border:1px solid #ffffff1f;border-radius:24px;position:fixed;top:auto;box-shadow:0 10px 40px #00000080}.Header-module__HmnIjW__container{justify-content:space-around;gap:0;height:100%;padding:0 .75rem}.Header-module__HmnIjW__left,.Header-module__HmnIjW__right,.Header-module__HmnIjW__nav{display:contents}.Header-module__HmnIjW__logo,.Header-module__HmnIjW__notificationBtn{display:none}.Header-module__HmnIjW__navLink{flex-direction:column;gap:.4rem;padding:.5rem;font-size:.6rem}.Header-module__HmnIjW__navLink span{text-transform:none;letter-spacing:normal}.Header-module__HmnIjW__navLink svg{width:20px;height:20px}.Header-module__HmnIjW__navBadge{min-width:14px;height:14px;margin:0;font-size:8px;position:absolute;top:2px;right:50%;transform:translate(18px)}.Header-module__HmnIjW__right{gap:.75rem}.Header-module__HmnIjW__userName{display:none}.Header-module__HmnIjW__userBtn{padding:.4rem}.Header-module__HmnIjW__userBtn span:last-child{display:none}.Header-module__HmnIjW__dropdown{margin-bottom:1rem;top:auto;bottom:100%;right:-1rem}.Header-module__HmnIjW__manageWrapper{display:none}}@keyframes Header-module__HmnIjW__slideUp{0%{opacity:0;transform:translateY(12px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.Header-module__HmnIjW__manageWrapper{padding:.5rem 0;position:relative}.Header-module__HmnIjW__manageWrapper .Header-module__HmnIjW__chevron{opacity:.5;transition:transform .3s}.Header-module__HmnIjW__manageWrapper:hover .Header-module__HmnIjW__chevron{opacity:1;transform:rotate(180deg)}.Header-module__HmnIjW__manageDropdown{-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);opacity:0;visibility:hidden;z-index:10;background:#0f172af2;border:1px solid #ffffff1a;border-radius:20px;min-width:280px;padding:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px)scale(.95);box-shadow:0 25px 60px #00000080}.Header-module__HmnIjW__manageWrapper:hover .Header-module__HmnIjW__manageDropdown{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)scale(1)}.Header-module__HmnIjW__dropdownActive{color:#60a5fa!important;background:#3b82f61a!important}.Header-module__HmnIjW__mobileAdminSection{border-top:1px solid #ffffff14;margin-top:1rem;padding-top:1rem}.Header-module__HmnIjW__mobileSectionTitle{text-transform:uppercase;letter-spacing:.1em;color:#475569;padding:.75rem 1.25rem;font-size:.7rem;font-weight:800}.Header-module__HmnIjW__mobileOnly{display:none!important}@media (max-width:1024px){.Header-module__HmnIjW__mobileOnly{display:flex!important}}
.TaskCard-module__TOGuuq__card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.TaskCard-module__TOGuuq__taskBadge{z-index:10;background:#ef4444;border-radius:50%;width:12px;height:12px;position:absolute;top:12px;right:12px;box-shadow:0 0 8px #ef444499}.TaskCard-module__TOGuuq__card:hover{background:#ffffff0d;border-color:#3b82f64d;transform:translateY(-6px);box-shadow:0 12px 30px #0000004d}.TaskCard-module__TOGuuq__card:after{content:"";background:0 0;height:3px;transition:all .3s;position:absolute;bottom:0;left:0;right:0}.TaskCard-module__TOGuuq__card:hover:after{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.TaskCard-module__TOGuuq__header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.TaskCard-module__TOGuuq__badges{align-items:center;gap:.625rem;display:flex}.TaskCard-module__TOGuuq__editBtn{color:#94a3b8;cursor:pointer;background:#0003;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.TaskCard-module__TOGuuq__editBtn:hover{color:#fff;background:#3b82f6;border-color:#3b82f6;transform:rotate(15deg)}.TaskCard-module__TOGuuq__title{letter-spacing:-.01em;margin:0;font-size:1.125rem;font-weight:800;line-height:1.4}.TaskCard-module__TOGuuq__description{color:#94a3b8;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.TaskCard-module__TOGuuq__meta{flex-direction:column;gap:.75rem;margin-top:auto;display:flex}.TaskCard-module__TOGuuq__deadline,.TaskCard-module__TOGuuq__assignees{color:#94a3b8;background:#0003;border:1px solid #ffffff0d;border-radius:10px;align-items:center;gap:.75rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;display:flex}.TaskCard-module__TOGuuq__deadline svg,.TaskCard-module__TOGuuq__assignees svg{color:#60a5fa}.TaskCard-module__TOGuuq__deadline.TaskCard-module__TOGuuq__overdue{color:#f87171;background:#ef44441a;border-color:#ef444433}.TaskCard-module__TOGuuq__deadline.TaskCard-module__TOGuuq__overdue svg{color:#f87171}.TaskCard-module__TOGuuq__footer{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.TaskCard-module__TOGuuq__creator{color:#64748b;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;display:flex}.TaskCard-module__TOGuuq__creator span{color:#94a3b8}
.JobCard-module__D0kBPG__cardLink{color:inherit;height:100%;text-decoration:none;display:block}.JobCard-module__D0kBPG__card{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;height:100%;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.JobCard-module__D0kBPG__alertBadge{color:#fff;z-index:10;background:#ef4444;border:2px solid #0f172a;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 0 10px #ef444466}.JobCard-module__D0kBPG__card:hover{background:#ffffff0d;border-color:#3b82f666;transform:translateY(-6px);box-shadow:0 20px 40px #0006}.JobCard-module__D0kBPG__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.JobCard-module__D0kBPG__badgeRow{align-items:center;gap:.5rem;display:flex}.JobCard-module__D0kBPG__title{color:#fff;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:1.25rem;font-weight:800;line-height:1.3;transition:color .3s;display:-webkit-box;overflow:hidden}.JobCard-module__D0kBPG__card:hover .JobCard-module__D0kBPG__title{color:#3b82f6}.JobCard-module__D0kBPG__description{color:#94a3b8;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.JobCard-module__D0kBPG__badge{text-transform:uppercase;letter-spacing:.05em;border:1px solid;border-radius:8px;padding:.25rem .625rem;font-size:.625rem;font-weight:800}.JobCard-module__D0kBPG__priorityHIGH{color:#f87171;background:#f871711a;border-color:#f8717133}.JobCard-module__D0kBPG__priorityMEDIUM{color:#fbbf24;background:#fbbf241a;border-color:#fbbf2433}.JobCard-module__D0kBPG__priorityLOW{color:#38bdf8;background:#38bdf81a;border-color:#38bdf833}.JobCard-module__D0kBPG__statusBadge{text-transform:uppercase;letter-spacing:.05em;border:1px solid;border-radius:8px;padding:.25rem .625rem;font-size:.625rem;font-weight:800}.JobCard-module__D0kBPG__statusNEW{color:#3b82f6;background:#3b82f61a;border-color:#3b82f633}.JobCard-module__D0kBPG__statusPROGRESS{color:#fbbf24;background:#fbbf241a;border-color:#fbbf2433}.JobCard-module__D0kBPG__statusREVIEW{color:#f97316;background:#f973161a;border-color:#f9731633}.JobCard-module__D0kBPG__statusCOMPLETED{color:#10b981;background:#10b9811a;border-color:#10b98133}.JobCard-module__D0kBPG__statusREJECTED{color:#ef4444;background:#ef44441a;border-color:#ef444433}.JobCard-module__D0kBPG__grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:auto;margin-bottom:1.5rem;display:grid}.JobCard-module__D0kBPG__infoItem{background:#0003;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:.5rem;padding:.625rem .75rem;display:flex}.JobCard-module__D0kBPG__infoLabel{color:#94a3b8;font-size:.75rem;font-weight:600}.JobCard-module__D0kBPG__infoValue{color:#fff;font-size:.75rem;font-weight:700}.JobCard-module__D0kBPG__pointsPlus{color:#10b981;background:#10b9810d;border-color:#10b9811a}.JobCard-module__D0kBPG__pointsMinus{color:#ef4444;background:#ef44440d;border-color:#ef44441a}.JobCard-module__D0kBPG__footer{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.JobCard-module__D0kBPG__author{align-items:center;gap:.75rem;display:flex}.JobCard-module__D0kBPG__avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.625rem;font-weight:900;display:flex;box-shadow:0 4px 12px #3b82f64d}.JobCard-module__D0kBPG__authorInfo{flex-direction:column;display:flex}.JobCard-module__D0kBPG__authorLabel{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.625rem;font-weight:800}.JobCard-module__D0kBPG__authorName{color:#fff;font-size:.75rem;font-weight:700}.JobCard-module__D0kBPG__progressInfo{flex-direction:column;align-items:flex-end;display:flex}.JobCard-module__D0kBPG__progressLabel{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.625rem;font-weight:800}.JobCard-module__D0kBPG__progressValue{color:#fff;font-size:.875rem;font-weight:900}.JobCard-module__D0kBPG__progressValue span{color:#64748b;margin:0 2px}.JobCard-module__D0kBPG__actionButtons{align-items:center;display:flex}.JobCard-module__D0kBPG__editBtn{color:#60a5fa;cursor:pointer;background:#3b82f61a;border:1px solid #3b82f633;border-radius:10px;padding:.5rem;transition:all .2s}.JobCard-module__D0kBPG__editBtn:hover{color:#fff;background:#3b82f6}.JobCard-module__D0kBPG__deleteBtn{color:#f87171;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:10px;margin-left:.5rem;padding:.5rem;transition:all .2s}.JobCard-module__D0kBPG__deleteBtn:hover{color:#fff;background:#ef4444}.JobCard-module__D0kBPG__glow{opacity:0;background:linear-gradient(90deg,#0000,#3b82f6,#0000);height:2px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.JobCard-module__D0kBPG__card:hover .JobCard-module__D0kBPG__glow{opacity:1}.JobCard-module__D0kBPG__performersSection{background:#0003;border:1px solid #ffffff0d;border-radius:12px;margin-bottom:1.25rem;padding:.875rem}.JobCard-module__D0kBPG__performersHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.JobCard-module__D0kBPG__performersLabel{color:#94a3b8;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:flex}.JobCard-module__D0kBPG__positionCount{color:#64748b;font-size:.7rem}.JobCard-module__D0kBPG__showMoreBtn{color:#60a5fa;cursor:pointer;background:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;align-items:center;gap:.25rem;padding:.35rem .625rem;font-size:.625rem;font-weight:700;transition:all .2s;display:flex}.JobCard-module__D0kBPG__showMoreBtn:hover{background:#3b82f633}.JobCard-module__D0kBPG__positionsList{flex-wrap:wrap;gap:.375rem;display:flex}.JobCard-module__D0kBPG__positionBadge{color:#a78bfa;background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:6px;padding:.25rem .5rem;font-size:.625rem;font-weight:700}.JobCard-module__D0kBPG__morePositions{color:#64748b;background:#ffffff0d;border-radius:6px;padding:.25rem .5rem;font-size:.625rem;font-weight:700}.JobCard-module__D0kBPG__groupsList{flex-wrap:wrap;gap:.375rem;margin-top:.5rem;display:flex}.JobCard-module__D0kBPG__groupBadge{color:#60a5fa;background:#3b82f61a;border:1px solid #3b82f633;border-radius:6px;padding:.25rem .5rem;font-size:.625rem;font-weight:700}.JobCard-module__D0kBPG__performersList{border-top:1px solid #ffffff0d;flex-direction:column;gap:.5rem;max-height:180px;margin-top:.75rem;padding-top:.75rem;display:flex;overflow-y:auto}.JobCard-module__D0kBPG__performerItem{background:#0003;border-radius:8px;align-items:center;gap:.625rem;padding:.375rem .5rem;display:flex}.JobCard-module__D0kBPG__performerAvatar{color:#fff;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.5rem;font-weight:900;display:flex}.JobCard-module__D0kBPG__performerInfo{flex-direction:column;min-width:0;display:flex}.JobCard-module__D0kBPG__performerName{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:600;overflow:hidden}.JobCard-module__D0kBPG__performerStatus{text-transform:uppercase;font-size:.625rem;font-weight:700}.JobCard-module__D0kBPG__noPerformers{text-align:center;color:#64748b;padding:.75rem;font-size:.75rem}.JobCard-module__D0kBPG__childBadge{color:#10b981;background:#10b9811a;border-color:#10b98133}.JobCard-module__D0kBPG__spinner{animation:1s linear infinite JobCard-module__D0kBPG__spin}@keyframes JobCard-module__D0kBPG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.ImagePreviewModal-module__ZB6ZJG__overlay{z-index:10000;background:#000000d9;justify-content:center;align-items:center;padding:2rem;animation:.2s ease-out ImagePreviewModal-module__ZB6ZJG__fadeIn;display:flex;position:fixed;inset:0}@keyframes ImagePreviewModal-module__ZB6ZJG__fadeIn{0%{opacity:0}to{opacity:1}}.ImagePreviewModal-module__ZB6ZJG__modal{background:var(--surface);border-radius:16px;flex-direction:column;max-width:90vw;max-height:90vh;animation:.3s ease-out ImagePreviewModal-module__ZB6ZJG__slideUp;display:flex;box-shadow:0 25px 50px -12px #00000080}@keyframes ImagePreviewModal-module__ZB6ZJG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ImagePreviewModal-module__ZB6ZJG__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.ImagePreviewModal-module__ZB6ZJG__title{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1rem;font-weight:500;overflow:hidden}.ImagePreviewModal-module__ZB6ZJG__actions{align-items:center;gap:.5rem;display:flex}.ImagePreviewModal-module__ZB6ZJG__downloadBtn{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .2s;display:flex}.ImagePreviewModal-module__ZB6ZJG__downloadBtn:hover{background:var(--primary-dark);transform:scale(1.05)}.ImagePreviewModal-module__ZB6ZJG__closeBtn{width:40px;height:40px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.ImagePreviewModal-module__ZB6ZJG__closeBtn:hover{background:var(--surface-hover);color:var(--text-primary)}.ImagePreviewModal-module__ZB6ZJG__imageContainer{flex:1;justify-content:center;align-items:center;padding:1rem;display:flex;overflow:auto}.ImagePreviewModal-module__ZB6ZJG__image{object-fit:contain;border-radius:8px;max-width:100%;max-height:calc(90vh - 80px)}
.MultiSelectDropdown-module__B6gfUq__container{width:100%;position:relative}.MultiSelectDropdown-module__B6gfUq__trigger{color:#fff;cursor:pointer;background:#0006;border:1px solid #ffffff1a;border-radius:14px;justify-content:space-between;align-items:center;gap:.5rem;width:100%;min-height:48px;padding:.875rem 1rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.MultiSelectDropdown-module__B6gfUq__trigger:hover,.MultiSelectDropdown-module__B6gfUq__trigger.MultiSelectDropdown-module__B6gfUq__open{background:#00000080;border-color:#3b82f6}.MultiSelectDropdown-module__B6gfUq__triggerContent{flex-wrap:wrap;flex:1;gap:.375rem;min-width:0;display:flex}.MultiSelectDropdown-module__B6gfUq__placeholder{color:#64748b;font-weight:500}.MultiSelectDropdown-module__B6gfUq__selectedBadge{color:#93c5fd;white-space:nowrap;text-overflow:ellipsis;background:#3b82f633;border:1px solid #3b82f64d;border-radius:8px;align-items:center;gap:.25rem;max-width:120px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex;overflow:hidden}.MultiSelectDropdown-module__B6gfUq__selectedBadge button{color:#93c5fd;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-left:.125rem;padding:0;transition:color .15s;display:flex}.MultiSelectDropdown-module__B6gfUq__selectedBadge button:hover{color:#f87171}.MultiSelectDropdown-module__B6gfUq__moreCount{color:#94a3b8;background:#ffffff1a;border-radius:8px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.MultiSelectDropdown-module__B6gfUq__chevron{color:#64748b;flex-shrink:0;transition:transform .2s}.MultiSelectDropdown-module__B6gfUq__chevron.MultiSelectDropdown-module__B6gfUq__open{transform:rotate(180deg)}.MultiSelectDropdown-module__B6gfUq__dropdown{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172afa;border:1px solid #ffffff1a;border-radius:16px;animation:.2s ease-out MultiSelectDropdown-module__B6gfUq__dropdownIn;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 20px 50px #00000080}@keyframes MultiSelectDropdown-module__B6gfUq__dropdownIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.MultiSelectDropdown-module__B6gfUq__searchWrapper{background:#0003;border-bottom:1px solid #ffffff14;align-items:center;gap:.5rem;padding:.875rem 1rem;display:flex}.MultiSelectDropdown-module__B6gfUq__searchWrapper svg{color:#64748b;flex-shrink:0}.MultiSelectDropdown-module__B6gfUq__searchInput{color:#fff;background:0 0;border:none;outline:none;flex:1;font-size:.875rem;font-weight:500}.MultiSelectDropdown-module__B6gfUq__searchInput::placeholder{color:#475569}.MultiSelectDropdown-module__B6gfUq__optionsList{max-height:280px;padding:.5rem;overflow-y:auto}.MultiSelectDropdown-module__B6gfUq__optionsList::-webkit-scrollbar{width:6px}.MultiSelectDropdown-module__B6gfUq__optionsList::-webkit-scrollbar-track{background:0 0}.MultiSelectDropdown-module__B6gfUq__optionsList::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.MultiSelectDropdown-module__B6gfUq__optionsList::-webkit-scrollbar-thumb:hover{background:#fff3}.MultiSelectDropdown-module__B6gfUq__optionItem{cursor:pointer;color:#cbd5e1;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem .875rem;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.MultiSelectDropdown-module__B6gfUq__optionItem:hover{color:#fff;background:#ffffff0d}.MultiSelectDropdown-module__B6gfUq__optionItem.MultiSelectDropdown-module__B6gfUq__selected{color:#93c5fd;background:#3b82f61a}.MultiSelectDropdown-module__B6gfUq__optionItem.MultiSelectDropdown-module__B6gfUq__selected:hover{background:#3b82f626}.MultiSelectDropdown-module__B6gfUq__checkbox{border:2px solid #fff3;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .15s;display:flex}.MultiSelectDropdown-module__B6gfUq__optionItem.MultiSelectDropdown-module__B6gfUq__selected .MultiSelectDropdown-module__B6gfUq__checkbox{background:#3b82f6;border-color:#3b82f6}.MultiSelectDropdown-module__B6gfUq__optionLabel{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.MultiSelectDropdown-module__B6gfUq__emptyState{text-align:center;color:#475569;padding:2rem 1rem;font-size:.875rem}.MultiSelectDropdown-module__B6gfUq__divider{background:#ffffff14;height:1px;margin:.5rem 0}
.MultiSelectFilter-module__13S-IW__container{flex-direction:column;gap:.75rem;width:100%;display:flex}.MultiSelectFilter-module__13S-IW__searchWrapper{color:#94a3b8;background:#0000004d;border:1px solid #ffffff14;border-radius:12px;align-items:center;padding:0 .875rem;transition:all .2s;display:flex;position:relative}.MultiSelectFilter-module__13S-IW__searchWrapper:focus-within{background:#0006;border-color:#3b82f6}.MultiSelectFilter-module__13S-IW__searchIcon{color:#64748b;flex-shrink:0}.MultiSelectFilter-module__13S-IW__searchInput{color:#fff;background:0 0;border:none;outline:none;width:100%;padding:.625rem .5rem;font-size:.875rem}.MultiSelectFilter-module__13S-IW__searchInput::placeholder{color:#475569}.MultiSelectFilter-module__13S-IW__optionsList{flex-direction:column;gap:.25rem;max-height:200px;padding-right:4px;display:flex;overflow-y:auto}.MultiSelectFilter-module__13S-IW__optionsList::-webkit-scrollbar{width:4px}.MultiSelectFilter-module__13S-IW__optionsList::-webkit-scrollbar-track{background:0 0}.MultiSelectFilter-module__13S-IW__optionsList::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.MultiSelectFilter-module__13S-IW__optionsList::-webkit-scrollbar-thumb:hover{background:#fff3}.MultiSelectFilter-module__13S-IW__optionItem{cursor:pointer;color:#cbd5e1;border-radius:8px;align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.MultiSelectFilter-module__13S-IW__optionItem:hover{color:#fff;background:#ffffff0d}.MultiSelectFilter-module__13S-IW__optionItem.MultiSelectFilter-module__13S-IW__selected{color:#93c5fd;background:#3b82f61a}.MultiSelectFilter-module__13S-IW__checkbox{border:2px solid #fff3;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .15s;display:flex}.MultiSelectFilter-module__13S-IW__optionItem.MultiSelectFilter-module__13S-IW__selected .MultiSelectFilter-module__13S-IW__checkbox{background:#3b82f6;border-color:#3b82f6}.MultiSelectFilter-module__13S-IW__optionLabel{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.MultiSelectFilter-module__13S-IW__optionCount{color:#475569;margin-left:auto;font-size:.75rem;font-weight:500}.MultiSelectFilter-module__13S-IW__emptyState{text-align:center;color:#475569;padding:1rem;font-size:.8125rem;font-style:italic}.MultiSelectFilter-module__13S-IW__divider{background:#ffffff14;height:1px;margin:.25rem 0}
:root{--card-bg:#171717b3;--card-border:#ffffff1a;--glass-bg:#ffffff08;--glass-border:#ffffff14;--primary-gradient:linear-gradient(135deg, #3b82f6 0%, #2563eb 100%)}.user-detail-module__Wmer0W__page{color:#fff;background:radial-gradient(circle at 100% 0,#1e3a8a26,#0000),radial-gradient(circle at 0 100%,#0f172a,#020617);min-height:100vh}.user-detail-module__Wmer0W__main{max-width:1400px;margin:0 auto;padding:2rem}.user-detail-module__Wmer0W__backBtn{border:1px solid var(--glass-border);color:#94a3b8;cursor:pointer;background:#ffffff0d;border-radius:12px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.user-detail-module__Wmer0W__backBtn:hover{color:#fff;background:#ffffff1a;transform:translate(-4px)}.user-detail-module__Wmer0W__layout{grid-template-columns:380px 1fr;align-items:start;gap:2rem;display:grid}.user-detail-module__Wmer0W__sidebar,.user-detail-module__Wmer0W__content{flex-direction:column;gap:1.5rem;display:flex}.user-detail-module__Wmer0W__card{background:var(--card-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--card-border);border-radius:24px;padding:2rem;animation:.5s ease-out user-detail-module__Wmer0W__fadeIn;box-shadow:0 10px 40px #0006}@keyframes user-detail-module__Wmer0W__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.user-detail-module__Wmer0W__profileHeader{text-align:center;flex-direction:column;align-items:center;display:flex}.user-detail-module__Wmer0W__avatarLarge{background:var(--primary-gradient);color:#fff;border:4px solid #ffffff1a;border-radius:30px;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:1.5rem;font-size:3rem;font-weight:800;display:flex;overflow:hidden;box-shadow:0 8px 32px #3b82f64d}.user-detail-module__Wmer0W__avatarImg{object-fit:cover;width:100%;height:100%}.user-detail-module__Wmer0W__userName{background:linear-gradient(90deg,#fff,#cbd5e1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.user-detail-module__Wmer0W__roleWrapper{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.user-detail-module__Wmer0W__positionBadge{color:#60a5fa;background:#3b82f633;border:1px solid #3b82f64d;border-radius:8px;padding:.35rem 1rem;font-size:.8rem;font-weight:600}.user-detail-module__Wmer0W__roleBadge{color:#94a3b8;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.35rem 1rem;font-size:.8rem;font-weight:600}.user-detail-module__Wmer0W__groupBadges{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.75rem;display:flex}.user-detail-module__Wmer0W__groupBadge{color:#a78bfa;background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:6px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.user-detail-module__Wmer0W__divider{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);height:1px;margin:2rem 0}.user-detail-module__Wmer0W__infoForm{flex-direction:column;gap:1.25rem;display:flex}.user-detail-module__Wmer0W__formGroup{flex-direction:column;gap:.5rem;display:flex}.user-detail-module__Wmer0W__formGroup label{color:#94a3b8;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;display:flex}.user-detail-module__Wmer0W__formGroup input{border:1px solid var(--glass-border);color:#fff;background:#0003;border-radius:12px;outline:none;padding:.875rem 1rem;font-size:.95rem;transition:all .2s}.user-detail-module__Wmer0W__formGroup input[readOnly]{opacity:.8;background:#ffffff05;border-color:#ffffff0d}.user-detail-module__Wmer0W__formGroup input:focus:not([readOnly]){background:#0000004d;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.user-detail-module__Wmer0W__readOnlyInput{cursor:default!important}.user-detail-module__Wmer0W__statsCard{background:var(--card-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--card-border);border-radius:24px;padding:1.5rem}.user-detail-module__Wmer0W__cardTitle{color:#fff;margin:0 0 1.25rem;font-size:1.1rem;font-weight:700}.user-detail-module__Wmer0W__statsGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.user-detail-module__Wmer0W__statItem{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;gap:.25rem;padding:1rem;transition:transform .2s;display:flex}.user-detail-module__Wmer0W__statItem:hover{background:#ffffff0d;transform:translateY(-2px)}.user-detail-module__Wmer0W__statLabel{color:#94a3b8;font-size:.75rem;font-weight:600}.user-detail-module__Wmer0W__statValue{color:#fff;font-family:JetBrains Mono,monospace;font-size:1.5rem;font-weight:800}.user-detail-module__Wmer0W__overdue{color:#f87171}.user-detail-module__Wmer0W__tabs{border:1px solid var(--glass-border);background:#0003;border-radius:16px;gap:.5rem;margin-bottom:2rem;padding:.5rem;display:flex}.user-detail-module__Wmer0W__tab{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.75rem;padding:1rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.user-detail-module__Wmer0W__tab:hover{color:#fff;background:#ffffff0d}.user-detail-module__Wmer0W__activeTab{border:1px solid #3b82f633;color:#60a5fa!important;background:#3b82f61a!important}.user-detail-module__Wmer0W__taskContainer{min-height:400px}.user-detail-module__Wmer0W__emptyTasks{color:#64748b;background:#0000001a;border:2px dashed #ffffff0d;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;height:400px;display:flex}.user-detail-module__Wmer0W__taskGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.user-detail-module__Wmer0W__loading{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;height:60vh;display:flex}@media (max-width:1024px){.user-detail-module__Wmer0W__layout{grid-template-columns:1fr}}.user-detail-module__Wmer0W__periodSelector{background:var(--card-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--card-border);border-radius:20px;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem 1.5rem;display:flex}.user-detail-module__Wmer0W__periodLabel{color:#94a3b8;white-space:nowrap;font-size:.875rem;font-weight:600}.user-detail-module__Wmer0W__periodTabs{flex:1;gap:.5rem;display:flex}.user-detail-module__Wmer0W__periodTab{color:#94a3b8;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s}.user-detail-module__Wmer0W__periodTab:hover{color:#fff;background:#ffffff14}.user-detail-module__Wmer0W__periodTabActive{color:#60a5fa!important;background:#3b82f626!important;border-color:#3b82f64d!important}.user-detail-module__Wmer0W__dateInputs{align-items:center;gap:.75rem;display:flex}.user-detail-module__Wmer0W__dateInput{color:#fff;background:#0003;border:1px solid #ffffff14;border-radius:12px;outline:none;padding:.625rem 1rem;font-size:.875rem;transition:all .2s}.user-detail-module__Wmer0W__dateInput:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.user-detail-module__Wmer0W__statsDashboard{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.user-detail-module__Wmer0W__clickableStatCard{background:var(--card-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--card-border);cursor:pointer;border-radius:24px;padding:1.5rem;text-decoration:none;transition:all .3s;display:block}.user-detail-module__Wmer0W__clickableStatCard:hover{border-color:#3b82f64d;transform:translateY(-4px);box-shadow:0 20px 40px -15px #3b82f633}.user-detail-module__Wmer0W__statCardHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.user-detail-module__Wmer0W__statCardTitle{color:#94a3b8;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.user-detail-module__Wmer0W__statCardIcon{border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.user-detail-module__Wmer0W__statCardIcon.user-detail-module__Wmer0W__points{color:#34d399;background:linear-gradient(135deg,#10b98133,#34d3991a)}.user-detail-module__Wmer0W__statCardIcon.user-detail-module__Wmer0W__tasks{color:#60a5fa;background:linear-gradient(135deg,#3b82f633,#60a5fa1a)}.user-detail-module__Wmer0W__statCardIcon.user-detail-module__Wmer0W__jobs{color:#c084fc;background:linear-gradient(135deg,#a855f733,#c084fc1a)}.user-detail-module__Wmer0W__statCardValue{margin-bottom:.5rem;font-family:JetBrains Mono,monospace;font-size:2.5rem;font-weight:800}.user-detail-module__Wmer0W__statCardValue.user-detail-module__Wmer0W__points{background:linear-gradient(90deg,#10b981,#34d399);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.user-detail-module__Wmer0W__statCardValue.user-detail-module__Wmer0W__tasks{background:linear-gradient(90deg,#3b82f6,#60a5fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.user-detail-module__Wmer0W__statCardValue.user-detail-module__Wmer0W__jobs{background:linear-gradient(90deg,#a855f7,#c084fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.user-detail-module__Wmer0W__statCardDetails{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.user-detail-module__Wmer0W__statDetail{flex-direction:column;gap:.125rem;display:flex}.user-detail-module__Wmer0W__detailLabel{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}.user-detail-module__Wmer0W__detailValue{color:#fff;font-family:JetBrains Mono,monospace;font-size:1.125rem;font-weight:700}.user-detail-module__Wmer0W__detailValue.user-detail-module__Wmer0W__success{color:#34d399}.user-detail-module__Wmer0W__detailValue.user-detail-module__Wmer0W__warning{color:#fbbf24}.user-detail-module__Wmer0W__detailValue.user-detail-module__Wmer0W__error{color:#f87171}.user-detail-module__Wmer0W__viewMore{color:#60a5fa;border-top:1px solid #ffffff0d;align-items:center;gap:.5rem;margin-top:1rem;padding-top:1rem;font-size:.8rem;font-weight:600;display:flex}@media (max-width:768px){.user-detail-module__Wmer0W__statsDashboard{grid-template-columns:1fr}.user-detail-module__Wmer0W__periodSelector{flex-direction:column;align-items:stretch}.user-detail-module__Wmer0W__periodTabs,.user-detail-module__Wmer0W__dateInputs{flex-wrap:wrap}}.user-detail-module__Wmer0W__hierarchySection{background:var(--card-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--card-border);border-radius:24px;margin-top:1.5rem;padding:2.5rem;animation:.5s ease-out user-detail-module__Wmer0W__fadeIn;box-shadow:0 10px 40px #0006}.user-detail-module__Wmer0W__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.user-detail-module__Wmer0W__sectionTitle{color:#fff;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;display:flex}.user-detail-module__Wmer0W__hierarchyContent{flex-direction:column;min-height:200px;display:flex}.user-detail-module__Wmer0W__emptyStateText{color:#64748b;background:#0000001a;border:2px dashed #ffffff0d;border-radius:16px;justify-content:center;align-items:center;height:200px;font-weight:500;display:flex}.user-detail-module__Wmer0W__managementSection{border:1px solid var(--glass-border);background:#0003;border-radius:20px;margin-bottom:2rem;padding:1.5rem}.user-detail-module__Wmer0W__managementLabel{color:#94a3b8;margin-bottom:1rem;font-size:.85rem;font-weight:600;display:block}.user-detail-module__Wmer0W__modernSelect{border:1px solid var(--glass-border);color:#fff;cursor:pointer;appearance:none;background:#0f172a99 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 1rem center/1.2rem no-repeat;border-radius:12px;outline:none;width:100%;padding:.875rem 1rem;font-size:.95rem;transition:all .2s}.user-detail-module__Wmer0W__modernSelect:focus{background-color:#0f172acc;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.user-detail-module__Wmer0W__modernSelect option{color:#fff;background-color:#0f172a}.user-detail-module__Wmer0W__saveBtn{background:var(--primary-gradient);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin:1.25rem 0;padding:.875rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #2563eb33}.user-detail-module__Wmer0W__saveBtn:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.user-detail-module__Wmer0W__saveBtn:disabled{opacity:.5;cursor:not-allowed;background:#475569}.user-detail-module__Wmer0W__reportsTitle{color:#fff;align-items:center;gap:.625rem;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:flex}.user-detail-module__Wmer0W__modernReporteesList{grid-template-columns:1fr;gap:.75rem;display:grid}.user-detail-module__Wmer0W__modernReporteeItem{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:1rem;padding:.75rem 1rem;transition:all .2s;display:flex}.user-detail-module__Wmer0W__modernReporteeItem:hover{background:#ffffff0f;border-color:#ffffff1a;transform:translate(4px)}.user-detail-module__Wmer0W__reporteeAvatarMini{color:#60a5fa;background:#3b82f626;border:1px solid #3b82f633;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.user-detail-module__Wmer0W__reporteeInfoMini{flex-direction:column;gap:.125rem;display:flex}.user-detail-module__Wmer0W__reporteeNameMini{color:#fff;font-size:.9rem;font-weight:600}.user-detail-module__Wmer0W__reporteePosMini{color:#94a3b8;font-size:.75rem}.user-detail-module__Wmer0W__searchableSelectContainer{width:100%;position:relative}.user-detail-module__Wmer0W__modernSelectTrigger{border:1px solid var(--glass-border);color:#fff;cursor:pointer;background:#0f172a99;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:.875rem 1rem;font-size:.95rem;transition:all .2s;display:flex}.user-detail-module__Wmer0W__modernSelectTrigger:hover{background:#0f172acc;border-color:#3b82f666}.user-detail-module__Wmer0W__searchableDropdown{border:1px solid var(--glass-border);z-index:100;background:#0f172a;border-radius:16px;animation:.2s ease-out user-detail-module__Wmer0W__slideDown;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden;box-shadow:0 20px 50px #00000080}@keyframes user-detail-module__Wmer0W__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-detail-module__Wmer0W__dropdownSearch{border-bottom:1px solid var(--glass-border);background:#0003;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.user-detail-module__Wmer0W__dropdownSearch input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:.9rem}.user-detail-module__Wmer0W__dropdownOptions{max-height:250px;overflow-y:auto}.user-detail-module__Wmer0W__dropdownOption{cursor:pointer;border-bottom:1px solid #ffffff08;padding:.75rem 1rem;transition:all .2s}.user-detail-module__Wmer0W__dropdownOption:hover{background:#3b82f61a}.user-detail-module__Wmer0W__optionInfo{flex-direction:column;gap:.125rem;display:flex}.user-detail-module__Wmer0W__optionName{font-size:.9rem;font-weight:600}.user-detail-module__Wmer0W__optionPos{color:#94a3b8;font-size:.75rem}.user-detail-module__Wmer0W__noResults{text-align:center;color:#64748b;padding:2rem;font-size:.875rem}.user-detail-module__Wmer0W__addReporteeBtn{color:#60a5fa;cursor:pointer;background:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.user-detail-module__Wmer0W__addReporteeBtn:hover{background:#3b82f633;border-color:#3b82f666;transform:translateY(-1px)}.user-detail-module__Wmer0W__reporteeSelectionList{flex-direction:column;gap:.5rem;max-height:400px;display:flex;overflow-y:auto}.user-detail-module__Wmer0W__selectionItem{cursor:pointer;background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.user-detail-module__Wmer0W__selectionItem:hover{background:#3b82f61a;border-color:#3b82f64d;transform:scale(1.02)}.user-detail-module__Wmer0W__pointActionContainer{justify-content:center;margin-top:1rem;display:flex}.user-detail-module__Wmer0W__pointActionBtn{color:#34d399;cursor:pointer;background:#10b9811a;border:1px solid #10b98133;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.user-detail-module__Wmer0W__pointActionBtn:hover{background:#10b98133;border-color:#10b98166;transform:translateY(-2px)}.user-detail-module__Wmer0W__pointModal{flex-direction:column;gap:1.5rem;padding:.5rem 0;display:flex}.user-detail-module__Wmer0W__typeSelector{border:1px solid var(--glass-border);background:#0003;border-radius:14px;gap:.75rem;padding:.4rem;display:flex}.user-detail-module__Wmer0W__typeBtn{cursor:pointer;color:#94a3b8;background:0 0;border:1px solid #0000;border-radius:10px;flex:1;padding:.75rem;font-size:.875rem;font-weight:600;transition:all .2s}.user-detail-module__Wmer0W__typeBtnGive{color:#34d399!important;background:#10b98126!important;border-color:#10b9814d!important}.user-detail-module__Wmer0W__typeBtnRemove{color:#f87171!important;background:#ef444426!important;border-color:#ef44444d!important}.user-detail-module__Wmer0W__typeBtn:hover:not(.user-detail-module__Wmer0W__typeBtnGive):not(.user-detail-module__Wmer0W__typeBtnRemove){color:#fff;background:#ffffff0d}.user-detail-module__Wmer0W__modalFormGroup{flex-direction:column;gap:.5rem;display:flex}.user-detail-module__Wmer0W__modalLabel{color:#94a3b8;font-size:.85rem;font-weight:600}.user-detail-module__Wmer0W__modalInput,.user-detail-module__Wmer0W__modalTextarea{border:1px solid var(--glass-border);color:#fff;background:#0000004d;border-radius:12px;outline:none;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .2s}.user-detail-module__Wmer0W__modalInput:focus,.user-detail-module__Wmer0W__modalTextarea:focus{background:#0006;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.user-detail-module__Wmer0W__modalActions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}
:root{--card-bg:#171717b3;--card-border:#ffffff1a;--glass-bg:#ffffff08;--glass-border:#ffffff14}.dashboard-module__1ek8hW__page{min-height:100vh;color:var(--color-text);background:radial-gradient(circle at 100% 0,#1e3a8a26,#0000),radial-gradient(circle at 0 100%,#0f172a,#020617)}.dashboard-module__1ek8hW__main{max-width:1400px;margin:0 auto;padding:3rem 2rem}.dashboard-module__1ek8hW__welcome{justify-content:space-between;align-items:center;margin-bottom:3rem;animation:.6s ease-out dashboard-module__1ek8hW__slideDown;display:flex}@keyframes dashboard-module__1ek8hW__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__1ek8hW__welcomeTitle{letter-spacing:-.04em;background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:3rem;font-weight:800}.dashboard-module__1ek8hW__welcomeSubtitle{color:var(--color-text-muted);margin-top:.5rem;font-size:1.125rem}.dashboard-module__1ek8hW__userCard{background:var(--card-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--card-border);border-radius:32px;gap:3rem;margin-bottom:3rem;padding:3rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #0006}.dashboard-module__1ek8hW__userCard:before{content:"";background:linear-gradient(90deg,#3b82f6,#60a5fa,#3b82f6);height:4px;position:absolute;top:0;left:0;right:0}.dashboard-module__1ek8hW__userAvatar{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:3px solid #ffffff1a;border-radius:24px;justify-content:center;align-items:center;width:120px;min-width:120px;height:120px;font-size:3rem;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #3b82f666}.dashboard-module__1ek8hW__userAvatar:hover{border-color:#ffffff4d;transform:scale(1.05)rotate(-2deg);box-shadow:0 15px 40px #3b82f699}.dashboard-module__1ek8hW__userAvatar:after{content:"📷";opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;justify-content:center;align-items:center;font-size:2.5rem;transition:all .3s;display:flex;position:absolute;inset:0}.dashboard-module__1ek8hW__userAvatar:hover:after{opacity:1}.dashboard-module__1ek8hW__avatarImg{object-fit:cover;width:100%;height:100%}.dashboard-module__1ek8hW__userInfo{flex:1}.dashboard-module__1ek8hW__userName{letter-spacing:-.02em;margin:0 0 1.25rem;font-size:2.25rem;font-weight:800}.dashboard-module__1ek8hW__userDetails{flex-wrap:wrap;gap:1.5rem 3rem;display:flex}.dashboard-module__1ek8hW__userDetail{color:var(--color-text-muted);align-items:center;gap:.875rem;font-size:1rem;font-weight:500;display:flex}.dashboard-module__1ek8hW__userDetail svg{color:#60a5fa}.dashboard-module__1ek8hW__stats{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.dashboard-module__1ek8hW__statCard{background:var(--card-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--card-border);border-radius:24px;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 30px #0003}.dashboard-module__1ek8hW__statCard:hover{border-color:#3b82f64d;transform:translateY(-8px);box-shadow:0 20px 40px #0006}.dashboard-module__1ek8hW__statIcon{border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;box-shadow:inset 0 0 20px #ffffff0d}.dashboard-module__1ek8hW__statNew{color:#60a5fa;background:#3b82f61a;border:1px solid #3b82f61a}.dashboard-module__1ek8hW__statProgress{color:#fbbf24;background:#f59e0b1a;border:1px solid #f59e0b1a}.dashboard-module__1ek8hW__statCompleted{color:#4ade80;background:#22c55e1a;border:1px solid #22c55e1a}.dashboard-module__1ek8hW__statOverdue{color:#f87171;background:#ef44441a;border:1px solid #ef44441a}.dashboard-module__1ek8hW__statInfo{flex-direction:column;gap:.25rem;display:flex}.dashboard-module__1ek8hW__statValue{font-family:JetBrains Mono,monospace;font-size:2.25rem;font-weight:800;line-height:1}.dashboard-module__1ek8hW__overdueValue{color:#f87171}.dashboard-module__1ek8hW__statLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.8125rem;font-weight:700}.dashboard-module__1ek8hW__quickActions{background:var(--card-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--card-border);border-radius:32px;padding:2.5rem;box-shadow:0 20px 50px #0006}.dashboard-module__1ek8hW__sectionTitle{align-items:center;gap:1rem;margin:0 0 2rem;font-size:1.5rem;font-weight:800;display:flex}.dashboard-module__1ek8hW__actionsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.dashboard-module__1ek8hW__actionCard{color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;align-items:center;gap:1.25rem;padding:1.5rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.dashboard-module__1ek8hW__actionCard:hover{color:#60a5fa;background:#3b82f61a;border-color:#3b82f64d;transform:translate(8px)}.dashboard-module__1ek8hW__actionCard svg{color:#60a5fa}.dashboard-module__1ek8hW__loading{color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:10rem;display:flex}.dashboard-module__1ek8hW__spinner{color:var(--color-primary);animation:1s linear infinite dashboard-module__1ek8hW__spin}@keyframes dashboard-module__1ek8hW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1200px){.dashboard-module__1ek8hW__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.dashboard-module__1ek8hW__welcomeTitle{font-size:2.5rem}.dashboard-module__1ek8hW__userCard{gap:2rem;padding:2rem}.dashboard-module__1ek8hW__userName{font-size:1.75rem}.dashboard-module__1ek8hW__stats{gap:1rem}.dashboard-module__1ek8hW__statCard{gap:1rem;padding:1.25rem}.dashboard-module__1ek8hW__statValue{font-size:1.75rem}}@media (max-width:768px){.dashboard-module__1ek8hW__main{padding:1.5rem 1rem}.dashboard-module__1ek8hW__welcome{flex-direction:column;align-items:stretch;gap:1.5rem;margin-bottom:2rem}.dashboard-module__1ek8hW__welcome .btn{width:100%}.dashboard-module__1ek8hW__userCard{text-align:center;border-radius:24px;flex-direction:column;align-items:center;gap:1.5rem}.dashboard-module__1ek8hW__userDetails{justify-content:center;gap:1rem}.dashboard-module__1ek8hW__userDetail{font-size:.875rem}.dashboard-module__1ek8hW__statCard{border-radius:20px}.dashboard-module__1ek8hW__quickActions{border-radius:24px;padding:1.5rem}.dashboard-module__1ek8hW__actionsGrid{grid-template-columns:1fr}.dashboard-module__1ek8hW__actionCard{padding:1.25rem}}@media (max-width:480px){.dashboard-module__1ek8hW__welcomeTitle{font-size:2rem}.dashboard-module__1ek8hW__stats{grid-template-columns:1fr}.dashboard-module__1ek8hW__userAvatar{width:100px;min-width:100px;height:100px;font-size:2.5rem}}
.hierarchy-module__X4gnsG__teamsWrapper{flex-direction:column;align-items:center;width:100%;padding:1.5rem 1rem 2rem;display:flex;overflow-x:auto}.hierarchy-module__X4gnsG__chain{flex-direction:column;align-items:center;width:100%;max-width:560px;display:flex}.hierarchy-module__X4gnsG__chainCard{cursor:pointer;box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:.875rem;width:100%;padding:.875rem 1.125rem;transition:background .18s,border-color .18s,transform .18s;display:flex}.hierarchy-module__X4gnsG__chainCard:hover{background:#ffffff14;border-color:#6399ff59;transform:translate(3px)}.hierarchy-module__X4gnsG__currentCard{cursor:default;background:#3b82f61f;border:2px solid #3b82f6}.hierarchy-module__X4gnsG__currentCard:hover{background:#3b82f629;border-color:#3b82f6;transform:none}.hierarchy-module__X4gnsG__cardAvatar{color:#60a5fa;background:#3b82f626;border-radius:50%;justify-content:center;align-items:center;width:46px;min-width:46px;height:46px;display:flex;overflow:hidden}.hierarchy-module__X4gnsG__cardAvatar img{object-fit:cover;width:100%;height:100%}.hierarchy-module__X4gnsG__cardInfo{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.hierarchy-module__X4gnsG__cardName{color:#f1f5f9;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.hierarchy-module__X4gnsG__cardPosition{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.hierarchy-module__X4gnsG__currentChevron{color:#3b82f6;flex-shrink:0}.hierarchy-module__X4gnsG__connector{background:#ffffff1f;flex-shrink:0;width:2px;height:24px}.hierarchy-module__X4gnsG__reportsSection{flex-direction:column;align-items:center;width:100%;display:flex}.hierarchy-module__X4gnsG__reportsSectionConnector{background:#ffffff1f;width:2px;height:24px}.hierarchy-module__X4gnsG__reportsBox{box-sizing:border-box;background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;width:100%;padding:1.25rem}.hierarchy-module__X4gnsG__reportsHeader{color:#64748b;margin:0 0 1rem;font-size:.8rem;font-weight:500}.hierarchy-module__X4gnsG__reportsGrid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}@media (max-width:680px){.hierarchy-module__X4gnsG__reportsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:420px){.hierarchy-module__X4gnsG__reportsGrid{grid-template-columns:1fr}}.hierarchy-module__X4gnsG__reportCard{cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;align-items:center;gap:.6rem;min-width:0;padding:.625rem .75rem;transition:background .15s,border-color .15s;display:flex}.hierarchy-module__X4gnsG__reportCard:hover{background:#ffffff12;border-color:#6399ff4d}.hierarchy-module__X4gnsG__reportAvatar{color:#60a5fa;background:#3b82f61f;border-radius:50%;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;display:flex;overflow:hidden}.hierarchy-module__X4gnsG__reportAvatar img{object-fit:cover;width:100%;height:100%}.hierarchy-module__X4gnsG__reportInfo{flex-direction:column;gap:.1rem;min-width:0;display:flex}.hierarchy-module__X4gnsG__reportName{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.hierarchy-module__X4gnsG__reportPosition{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.73rem;overflow:hidden}
:root{--card-bg:#171717b3;--card-border:#ffffff1a;--glass-bg:#ffffff08;--glass-border:#ffffff14}.tasks-module__QgL8OW__page{min-height:100vh;color:var(--color-text);background:radial-gradient(circle at 100% 0,#1e3a8a26,#0000),radial-gradient(circle at 0 100%,#0f172a,#020617);overflow-x:hidden}.tasks-module__QgL8OW__main{max-width:1400px;margin:0 auto;padding:3rem 2rem}.tasks-module__QgL8OW__header{justify-content:space-between;align-items:center;margin-bottom:3rem;animation:.6s ease-out tasks-module__QgL8OW__fadeIn;display:flex}@keyframes tasks-module__QgL8OW__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tasks-module__QgL8OW__title{letter-spacing:-.04em;background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;gap:1.25rem;margin:0;font-size:3rem;font-weight:800;display:flex}.tasks-module__QgL8OW__subtitle{color:var(--color-text-muted);margin-top:.5rem;font-size:1.125rem}.tasks-module__QgL8OW__tabs{border:1px solid var(--glass-border);background:#ffffff08;border-radius:20px;gap:.75rem;width:fit-content;margin-bottom:2.5rem;padding:.5rem;display:flex}.tasks-module__QgL8OW__floatingFilterBtn,.tasks-module__QgL8OW__closeSidebarBtn{display:none}.tasks-module__QgL8OW__tab{color:var(--color-text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:14px;align-items:center;gap:.75rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.tasks-module__QgL8OW__tab:hover{color:#fff;background:#ffffff0d}.tasks-module__QgL8OW__tab.tasks-module__QgL8OW__activeTab{color:#fff;background:#3b82f6;box-shadow:0 4px 15px #3b82f64d}.tasks-module__QgL8OW__badge{color:#fff;background:#ffffff1a;border-radius:8px;padding:.25rem .625rem;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:800}.tasks-module__QgL8OW__activeTab .tasks-module__QgL8OW__badge{background:#fff3}.tasks-module__QgL8OW__notificationBadge{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:.5rem;padding:0 5px;font-size:10px;font-weight:800;display:flex;box-shadow:0 0 10px #ef444466}.tasks-module__QgL8OW__notificationBadge:empty{min-width:12px;height:12px;padding:0}.tasks-module__QgL8OW__section{background:var(--card-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--card-border);border-radius:32px;padding:2.5rem;box-shadow:0 20px 50px #0006}.tasks-module__QgL8OW__sectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2.5rem;display:flex}.tasks-module__QgL8OW__sectionTitle{align-items:center;gap:1rem;margin:0;font-size:1.5rem;font-weight:800;display:flex}.tasks-module__QgL8OW__filters{align-items:center;gap:1.25rem;display:flex}.tasks-module__QgL8OW__searchWrapper{border:1px solid var(--glass-border);color:var(--color-text-muted);background:#0000004d;border-radius:14px;align-items:center;gap:.875rem;padding:.75rem 1.25rem;transition:all .2s;display:flex}.tasks-module__QgL8OW__searchWrapper:focus-within{border-color:var(--color-primary);background:#0006}.tasks-module__QgL8OW__searchInput{color:#fff;background:0 0;border:none;outline:none;width:200px;font-size:.9375rem}.tasks-module__QgL8OW__searchInput::placeholder{color:var(--color-text-muted)}.tasks-module__QgL8OW__filterWrapper{border:1px solid var(--glass-border);color:var(--color-text-muted);background:#0000004d;border-radius:14px;align-items:center;gap:.75rem;padding:.75rem 1.25rem;display:flex}.tasks-module__QgL8OW__filterSelect{color:#fff;cursor:pointer;background:0 0;border:none;outline:none;font-size:.9375rem;font-weight:600}.tasks-module__QgL8OW__taskGrid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1.5rem;display:grid}.tasks-module__QgL8OW__loading,.tasks-module__QgL8OW__empty{color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:8rem;display:flex}.tasks-module__QgL8OW__spinner{color:var(--color-primary);animation:1s linear infinite tasks-module__QgL8OW__spin}@keyframes tasks-module__QgL8OW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1024px){.tasks-module__QgL8OW__taskGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.tasks-module__QgL8OW__section{padding:1.5rem}.tasks-module__QgL8OW__sectionHeader{flex-direction:column;align-items:stretch}.tasks-module__QgL8OW__filters{flex-direction:column}.tasks-module__QgL8OW__searchWrapper,.tasks-module__QgL8OW__filterWrapper,.tasks-module__QgL8OW__searchInput{width:100%}.tasks-module__QgL8OW__title{font-size:2.25rem}}.tasks-module__QgL8OW__contentLayout{align-items:flex-start;gap:2.5rem;display:flex}.tasks-module__QgL8OW__sidebar{flex-shrink:0;width:320px;position:sticky;top:2rem}.tasks-module__QgL8OW__filterCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;padding:2rem;box-shadow:0 20px 50px #0000004d}.tasks-module__QgL8OW__filterCardHeader{border-bottom:1px solid #ffffff0d;align-items:center;gap:.75rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.tasks-module__QgL8OW__filterCardHeader h3{color:#fff;margin:0;font-size:1.25rem;font-weight:800}.tasks-module__QgL8OW__filterGroup{flex-direction:column;gap:.875rem;margin-bottom:2rem;display:flex}.tasks-module__QgL8OW__filterGroup label{text-transform:uppercase;letter-spacing:.1em;color:#475569;font-size:.75rem;font-weight:900}.tasks-module__QgL8OW__filterOptions{flex-wrap:wrap;gap:.5rem;display:flex}.tasks-module__QgL8OW__filterOption{color:#94a3b8;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;padding:.625rem 1rem;font-size:.8125rem;font-weight:700;transition:all .2s}.tasks-module__QgL8OW__filterOption:hover{color:#fff;background:#ffffff0f;border-color:#fff3}.tasks-module__QgL8OW__filterOption.tasks-module__QgL8OW__activeOption{color:#fff;background:#3b82f6;border-color:#3b82f6;box-shadow:0 4px 12px #3b82f64d}.tasks-module__QgL8OW__resetBtn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:16px;width:100%;margin-top:1rem;padding:1rem;font-size:.875rem;font-weight:800;transition:all .2s}.tasks-module__QgL8OW__resetBtn:hover{color:#f87171;background:#ef44440d;border-color:#ef444433}.tasks-module__QgL8OW__filterGroupLabel{text-transform:uppercase;letter-spacing:.1em;color:#475569;margin-bottom:.5rem;font-size:.75rem;font-weight:900;display:block}.tasks-module__QgL8OW__checkboxLabel{cursor:pointer;color:#cbd5e1;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.9375rem;font-weight:600;display:flex}.tasks-module__QgL8OW__checkboxLabel input[type=checkbox]{cursor:pointer;accent-color:#3b82f6;background:#0000004d;border:2px solid #fff3;border-radius:6px;width:18px;height:18px}.tasks-module__QgL8OW__checkboxLabel input[type=checkbox]:checked{background:#3b82f6;border-color:#3b82f6}.tasks-module__QgL8OW__subFilters{border-left:2px solid #3b82f64d;flex-direction:column;gap:.25rem;margin-top:.5rem;margin-left:1.5rem;padding-left:1rem;display:flex}.tasks-module__QgL8OW__subFilters .tasks-module__QgL8OW__checkboxLabel{color:#94a3b8;padding:.375rem 0;font-size:.875rem}.tasks-module__QgL8OW__subFilters .tasks-module__QgL8OW__checkboxLabel:hover{color:#fff}.tasks-module__QgL8OW__tasksSection{flex:1;min-width:0}@media (max-width:1200px){.tasks-module__QgL8OW__contentLayout{flex-direction:column}.tasks-module__QgL8OW__sidebar{width:100%;position:static}.tasks-module__QgL8OW__filterCard{padding:1.5rem}.tasks-module__QgL8OW__filterGroup{flex-flow:wrap;gap:1.5rem}}@media (max-width:1024px){.tasks-module__QgL8OW__title{font-size:2.5rem}.tasks-module__QgL8OW__taskGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.tasks-module__QgL8OW__section{padding:1.75rem}}@media (max-width:768px){.tasks-module__QgL8OW__main{padding:1.5rem 1rem}.tasks-module__QgL8OW__main.tasks-module__QgL8OW__withFloatingTabs{padding-top:5rem}.tasks-module__QgL8OW__header{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.tasks-module__QgL8OW__title{font-size:2rem}.tasks-module__QgL8OW__tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;padding:.25rem;overflow-x:auto}.tasks-module__QgL8OW__tabs::-webkit-scrollbar{display:none}.tasks-module__QgL8OW__tab{padding:.75rem 1.25rem;font-size:.8125rem}.tasks-module__QgL8OW__taskGrid{grid-template-columns:1fr;gap:1.25rem}.tasks-module__QgL8OW__floatingTabs{z-index:1010;-webkit-backdrop-filter:blur(32px)saturate(180%);backdrop-filter:blur(32px)saturate(180%);background:#020617cc;border:1px solid #ffffff1f;border-radius:20px;margin:0;animation:.4s cubic-bezier(.4,0,.2,1) tasks-module__QgL8OW__slideDown;position:fixed;top:1rem;left:.75rem;right:.75rem;box-shadow:0 10px 40px #0009}.tasks-module__QgL8OW__simpleTabTitle{color:#fff;margin-bottom:2rem;font-size:1.5rem;font-weight:800;display:block}.tasks-module__QgL8OW__floatingFilterBtn{z-index:1005;color:#fff;cursor:pointer;background:#3b82f6;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:6rem;right:1.25rem;box-shadow:0 8px 25px #3b82f666}.tasks-module__QgL8OW__floatingFilterBtn:active{transform:scale(.9)}.tasks-module__QgL8OW__closeSidebarBtn{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:2rem;display:flex}.tasks-module__QgL8OW__sidebar{z-index:2000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#020617fa;height:100vh;margin:0;padding:2rem 1.5rem;display:none;position:fixed;inset:0;overflow-y:auto}.tasks-module__QgL8OW__sidebar.tasks-module__QgL8OW__mobileSidebarActive{animation:.3s ease-out tasks-module__QgL8OW__slideUp;display:block}.tasks-module__QgL8OW__filterCard{box-shadow:none;background:0 0;border:none;padding:0}.tasks-module__QgL8OW__sectionHeader{gap:1.25rem}.tasks-module__QgL8OW__filters{flex-direction:column;width:100%}.tasks-module__QgL8OW__searchWrapper,.tasks-module__QgL8OW__filterWrapper{width:100%}.tasks-module__QgL8OW__filterGroup{flex-direction:column;gap:1rem}}@media (max-width:480px){.tasks-module__QgL8OW__title{font-size:1.75rem}.tasks-module__QgL8OW__subtitle{font-size:1rem}.tasks-module__QgL8OW__sectionTitle{font-size:1.25rem}}.tasks-module__QgL8OW__viewToggle{background:#0006;border:1px solid #ffffff0d;border-radius:14px;gap:.375rem;padding:.375rem;display:flex}.tasks-module__QgL8OW__viewModeBtn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.tasks-module__QgL8OW__viewModeBtn:hover{color:#fff;background:#ffffff0d}.tasks-module__QgL8OW__viewModeBtn.tasks-module__QgL8OW__activeView{color:#fff;background:#3b82f6;box-shadow:0 4px 12px #3b82f666}.tasks-module__QgL8OW__tableWrapper{background:#0000004d;border:1px solid #ffffff14;border-radius:24px;margin-top:1rem;overflow-x:auto}.tasks-module__QgL8OW__table{border-collapse:collapse;width:100%}.tasks-module__QgL8OW__table th{text-align:left;text-transform:uppercase;letter-spacing:.15em;color:#475569;background:#ffffff0a;border-bottom:2px solid #ffffff14;padding:1.5rem;font-size:.8125rem;font-weight:900}.tasks-module__QgL8OW__table td{color:#cbd5e1;vertical-align:middle;border-bottom:1px solid #ffffff0d;padding:1.75rem 1.5rem}.tasks-module__QgL8OW__clickableRow{cursor:pointer;transition:all .2s}.tasks-module__QgL8OW__clickableRow:hover td{background:#3b82f60f}.tasks-module__QgL8OW__taskTitle{color:#fff;font-size:1.125rem;font-weight:800;line-height:1.3}.tasks-module__QgL8OW__taskStatus{text-transform:uppercase;letter-spacing:.1em;font-size:.625rem;font-weight:900}.tasks-module__QgL8OW__priorityBadge{text-transform:uppercase;letter-spacing:.05em;border:1px solid;border-radius:12px;padding:.5rem 1rem;font-size:.625rem;font-weight:900;display:inline-flex}.tasks-module__QgL8OW__priority_HIGH{color:#f87171;background:#f871711a}.tasks-module__QgL8OW__priority_MEDIUM{color:#fbbf24;background:#fbbf241a}.tasks-module__QgL8OW__priority_LOW{color:#38bdf8;background:#38bdf81a}.tasks-module__QgL8OW__pointsCell{flex-direction:column;gap:.25rem;display:flex}.tasks-module__QgL8OW__pointsPlus{color:#10b981;font-weight:800}.tasks-module__QgL8OW__pointsMinus{color:#ef4444;font-weight:800}.tasks-module__QgL8OW__actionsCell{justify-content:flex-end;display:flex}.tasks-module__QgL8OW__openBtn{color:#60a5fa;background:#3b82f61a;border:1px solid #3b82f633;border-radius:10px;padding:.5rem 1rem;font-size:.75rem;font-weight:800;transition:all .2s}.tasks-module__QgL8OW__openBtn:hover{color:#fff;background:#3b82f6}
.admin-module__zxHRvW__page{color:#fff;background:radial-gradient(circle at 100% 0,#1e3a8a26,#0000),radial-gradient(circle at 0 100%,#0f172a,#020617);min-height:100vh}.admin-module__zxHRvW__main{max-width:1200px;margin:0 auto;padding:3rem 2rem}.admin-module__zxHRvW__header{margin-bottom:3.5rem}.admin-module__zxHRvW__title{letter-spacing:-.04em;background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;gap:1.25rem;margin:.5rem 0 .75rem;font-size:3rem;font-weight:900;display:flex}.admin-module__zxHRvW__subtitle{color:#94a3b8;max-width:600px;font-size:1.25rem;line-height:1.6}.admin-module__zxHRvW__grid{flex-direction:column;gap:1.5rem;max-width:800px;display:flex}.admin-module__zxHRvW__card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff14;border-radius:28px;align-items:center;gap:2rem;padding:2.5rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.admin-module__zxHRvW__card:hover{background:#ffffff0f;border-color:#3b82f64d;transform:translate(10px)}.admin-module__zxHRvW__iconWrapper{z-index:2;background:#0000004d;border-radius:22px;justify-content:center;align-items:center;width:80px;height:80px;transition:all .4s;display:flex;position:relative}.admin-module__zxHRvW__card:hover .admin-module__zxHRvW__iconWrapper{transform:scale(1.1)rotate(-5deg)}.admin-module__zxHRvW__blue{color:#3b82f6}.admin-module__zxHRvW__purple{color:#a855f7}.admin-module__zxHRvW__emerald{color:#10b981}.admin-module__zxHRvW__cardContent{z-index:2;flex:1;position:relative}.admin-module__zxHRvW__cardTitle{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.admin-module__zxHRvW__cardDescription{color:#94a3b8;font-size:1.05rem;line-height:1.5}.admin-module__zxHRvW__cardArrow{color:#fff3;transition:all .4s}.admin-module__zxHRvW__card:hover .admin-module__zxHRvW__cardArrow{color:#3b82f6;transform:translate(5px)}.admin-module__zxHRvW__cardGlow{opacity:0;pointer-events:none;background:radial-gradient(circle,#3b82f633 0%,#0000 70%);width:150px;height:150px;transition:opacity .4s;position:absolute;top:50%;left:0}.admin-module__zxHRvW__card:hover .admin-module__zxHRvW__cardGlow{opacity:1}@media (max-width:768px){.admin-module__zxHRvW__title{font-size:2.25rem}.admin-module__zxHRvW__card{gap:1.5rem;padding:1.5rem}.admin-module__zxHRvW__iconWrapper{width:60px;height:60px}.admin-module__zxHRvW__cardArrow{display:none}}
.groups-module__Y3n2Aq__page{background:radial-gradient(circle at 100% 0,#3b82f60d,#0000),radial-gradient(circle at 0 100%,#2563eb0d,#0000);min-height:100vh}.groups-module__Y3n2Aq__main{max-width:1200px;margin:0 auto;padding:3rem 2rem}.groups-module__Y3n2Aq__header{margin-bottom:3rem}.groups-module__Y3n2Aq__headerRow{justify-content:space-between;align-items:flex-end;margin-top:1rem;display:flex}.groups-module__Y3n2Aq__title{color:#fff;align-items:center;gap:1rem;margin:0;font-size:2.5rem;font-weight:800;display:flex}.groups-module__Y3n2Aq__title svg{color:var(--color-primary)}.groups-module__Y3n2Aq__subtitle{color:var(--color-text-secondary);margin-top:.5rem;font-size:1.1rem}.groups-module__Y3n2Aq__searchWrapper{max-width:400px;margin-bottom:2rem;position:relative}.groups-module__Y3n2Aq__searchIcon{color:var(--color-text-muted);pointer-events:none;position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.groups-module__Y3n2Aq__searchInput{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1.25rem;width:100%;padding:1rem 1rem 1rem 3.5rem;font-size:1rem;transition:all .3s}.groups-module__Y3n2Aq__searchInput:focus{border-color:var(--color-primary);background:#ffffff14;outline:none;box-shadow:0 0 0 4px #3b82f61a}.groups-module__Y3n2Aq__card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e293b80;border:1px solid #ffffff14;border-radius:2rem;overflow:hidden;box-shadow:0 20px 50px #0000004d}.groups-module__Y3n2Aq__tableWrapper{overflow-x:auto}.groups-module__Y3n2Aq__table{border-collapse:collapse;width:100%}.groups-module__Y3n2Aq__table th{text-align:left;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-secondary);background:#ffffff05;border-bottom:1px solid #ffffff0d;padding:1.25rem 2rem;font-size:.75rem;font-weight:700}.groups-module__Y3n2Aq__table td{vertical-align:middle;border-bottom:1px solid #ffffff08;padding:1.5rem 2rem}.groups-module__Y3n2Aq__table tr:last-child td{border-bottom:none}.groups-module__Y3n2Aq__table tr:hover td{background:#ffffff05}.groups-module__Y3n2Aq__groupName{color:#fff;font-size:1.1rem;font-weight:600}.groups-module__Y3n2Aq__groupDate{color:var(--color-text-muted);font-size:.9rem}.groups-module__Y3n2Aq__actions{gap:.5rem;display:flex}.groups-module__Y3n2Aq__actionBtn{width:38px;height:38px;color:var(--color-text-secondary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;justify-content:center;align-items:center;transition:all .2s;display:flex}.groups-module__Y3n2Aq__actionBtn:hover{color:#fff;background:#ffffff1a;transform:translateY(-2px)}.groups-module__Y3n2Aq__deleteBtn:hover{color:#ef4444;background:#ef44441a;border-color:#ef444433}.groups-module__Y3n2Aq__loading{color:var(--color-text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:10rem 2rem;display:flex}.groups-module__Y3n2Aq__spinner{color:var(--color-primary);animation:1s linear infinite groups-module__Y3n2Aq__spin}@keyframes groups-module__Y3n2Aq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.groups-module__Y3n2Aq__modalOverlay{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000c;justify-content:center;align-items:center;padding:1rem;animation:.3s ease-out groups-module__Y3n2Aq__fadeIn;display:flex;position:fixed;inset:0}.groups-module__Y3n2Aq__modalContent{background:#0f172a;border:1px solid #ffffff1a;border-radius:2rem;width:100%;max-width:32rem;animation:.3s cubic-bezier(.16,1,.3,1) groups-module__Y3n2Aq__zoomIn;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.groups-module__Y3n2Aq__modalHeader{border-bottom:1px solid #ffffff0d;padding:2rem}.groups-module__Y3n2Aq__modalTitle{color:#fff;margin-top:0;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.groups-module__Y3n2Aq__modalSubtitle{color:var(--color-text-secondary);margin:0;font-size:.875rem}.groups-module__Y3n2Aq__modalBody{padding:2rem}.groups-module__Y3n2Aq__formGroup{flex-direction:column;gap:.5rem;display:flex}.groups-module__Y3n2Aq__label{color:var(--color-text-secondary);padding:0 .25rem;font-size:.875rem;font-weight:600}.groups-module__Y3n2Aq__modalInputWrapper{position:relative}.groups-module__Y3n2Aq__modalInput{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;width:100%;padding:1rem 1.25rem;font-size:1rem;transition:all .2s}.groups-module__Y3n2Aq__modalInput:focus{border-color:var(--color-primary);background:#ffffff14;outline:none}.groups-module__Y3n2Aq__searchIconInside{color:var(--color-text-muted);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.groups-module__Y3n2Aq__inputWithIcon{padding-left:3rem}.groups-module__Y3n2Aq__modalFooter{gap:1rem;margin-top:2rem;display:flex}.groups-module__Y3n2Aq__membersList{grid-template-columns:1fr;gap:.5rem;max-height:400px;margin-top:1rem;padding-right:.5rem;display:grid;overflow-y:auto}.groups-module__Y3n2Aq__userCard{cursor:pointer;background:#ffffff08;border:1px solid #0000;border-radius:1rem;align-items:center;gap:.75rem;padding:.75rem;transition:all .2s;display:flex}.groups-module__Y3n2Aq__userCard:hover{background:#ffffff0f;border-color:#ffffff1a}.groups-module__Y3n2Aq__userCardSelected{background:#3b82f61a;border-color:#3b82f64d}.groups-module__Y3n2Aq__userAvatar{color:#fff;background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:.75rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.75rem;font-weight:700;display:flex}.groups-module__Y3n2Aq__userInfo{flex:1;min-width:0}.groups-module__Y3n2Aq__userNameText{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.groups-module__Y3n2Aq__userRoleText{color:var(--color-text-secondary);font-size:.75rem}.groups-module__Y3n2Aq__checkIcon{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:flex}@keyframes groups-module__Y3n2Aq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes groups-module__Y3n2Aq__zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.groups-module__Y3n2Aq__membersList::-webkit-scrollbar{width:5px}.groups-module__Y3n2Aq__membersList::-webkit-scrollbar-track{background:0 0}.groups-module__Y3n2Aq__membersList::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}@media (max-width:768px){.groups-module__Y3n2Aq__header{flex-direction:column;align-items:flex-start;gap:2rem}.groups-module__Y3n2Aq__headerRow{flex-direction:column;align-items:flex-start;gap:1.5rem}.groups-module__Y3n2Aq__title{font-size:2rem}.groups-module__Y3n2Aq__main{padding:1rem}}
.adminJobs-module__PadDPa__page{color:#fff;background:radial-gradient(circle at 100% 0,#1e3a8a26,#0000),radial-gradient(circle at 0 100%,#0f172a,#020617);min-height:100vh;overflow-x:hidden}.adminJobs-module__PadDPa__main{max-width:1400px;margin:0 auto;padding:3rem 2rem}.adminJobs-module__PadDPa__header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.adminJobs-module__PadDPa__title{letter-spacing:-.04em;background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;gap:1.25rem;margin:.5rem 0;font-size:3rem;font-weight:800;display:flex}.adminJobs-module__PadDPa__subtitle{color:#94a3b8;font-size:1.125rem}.adminJobs-module__PadDPa__contentLayout{align-items:flex-start;gap:2.5rem;display:flex}.adminJobs-module__PadDPa__sidebar{flex-shrink:0;width:320px;position:sticky;top:2rem}.adminJobs-module__PadDPa__filterCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;padding:2rem;box-shadow:0 20px 50px #0000004d}.adminJobs-module__PadDPa__filterCardHeader{border-bottom:1px solid #ffffff0d;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.adminJobs-module__PadDPa__filterCardHeader h3{color:#fff;margin:0;font-size:1.25rem;font-weight:800}.adminJobs-module__PadDPa__filterGroup{flex-direction:column;gap:.875rem;margin-bottom:1.5rem;display:flex}.adminJobs-module__PadDPa__filterGroupLabel{text-transform:uppercase;letter-spacing:.1em;color:#475569;font-size:.75rem;font-weight:900}.adminJobs-module__PadDPa__checkboxLabel{cursor:pointer;color:#cbd5e1;align-items:center;gap:.75rem;font-size:.875rem;font-weight:600;display:flex}.adminJobs-module__PadDPa__checkboxLabel input[type=checkbox]{cursor:pointer;border:1px solid #fff3;border-radius:6px;width:18px;height:18px}.adminJobs-module__PadDPa__sidebarSelect{color:#fff;cursor:pointer;background:#0006;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:.75rem 1rem;font-size:.875rem}.adminJobs-module__PadDPa__dateInput{color:#fff;background:#0006;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:.75rem;font-size:.875rem}.adminJobs-module__PadDPa__resetBtn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:14px;width:100%;padding:.875rem;font-size:.875rem;font-weight:800;transition:all .2s}.adminJobs-module__PadDPa__resetBtn:hover{color:#f87171;background:#ef44440d;border-color:#ef444433}.adminJobs-module__PadDPa__jobsSection{flex:1;min-width:0}.adminJobs-module__PadDPa__section{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#ffffff05;border:1px solid #ffffff1a;border-radius:32px;padding:2.5rem;box-shadow:0 40px 100px #0009}.adminJobs-module__PadDPa__sectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2.5rem;display:flex}.adminJobs-module__PadDPa__sectionTitle{color:#fff;align-items:center;gap:1rem;margin:0;font-size:1.75rem;font-weight:800;display:flex}.adminJobs-module__PadDPa__searchWrapper{color:#94a3b8;background:#0000004d;border:1px solid #ffffff14;border-radius:14px;align-items:center;padding:0 1.25rem;transition:all .2s;display:flex;position:relative}.adminJobs-module__PadDPa__searchInput{color:#fff;background:0 0;border:none;outline:none;width:300px;padding:.75rem .5rem;font-size:.9375rem}.adminJobs-module__PadDPa__tableWrapper{background:#0003;border:1px solid #ffffff0d;border-radius:20px;overflow-x:auto}.adminJobs-module__PadDPa__table{border-collapse:collapse;width:100%}.adminJobs-module__PadDPa__table th{text-align:left;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;background:#ffffff05;border-bottom:1px solid #ffffff14;padding:1.25rem 1.5rem;font-size:.7rem;font-weight:800}.adminJobs-module__PadDPa__table td{border-bottom:1px solid #ffffff0d;padding:1.25rem 1.5rem;font-size:.875rem}.adminJobs-module__PadDPa__clickableRow{cursor:pointer;transition:all .2s}.adminJobs-module__PadDPa__clickableRow:hover td{background:#3b82f60d}.adminJobs-module__PadDPa__jobCell{flex-direction:column;gap:.25rem;display:flex}.adminJobs-module__PadDPa__jobTitle{color:#fff;font-weight:700}.adminJobs-module__PadDPa__jobType{color:#3b82f6;text-transform:uppercase;font-size:.7rem;font-weight:800}.adminJobs-module__PadDPa__badge{text-transform:uppercase;border:1px solid;border-radius:8px;padding:.25rem .75rem;font-size:.65rem;font-weight:800}.adminJobs-module__PadDPa__priority_HIGH{color:#f87171;background:#f871711a}.adminJobs-module__PadDPa__priority_MEDIUM{color:#fbbf24;background:#fbbf241a}.adminJobs-module__PadDPa__priority_LOW{color:#60a5fa;background:#60a5fa1a}.adminJobs-module__PadDPa__progressContainer{background:#ffffff0d;border-radius:3px;width:100px;height:6px;margin-top:.5rem;overflow:hidden}.adminJobs-module__PadDPa__progressBar{background:#3b82f6;border-radius:3px;height:100%}.adminJobs-module__PadDPa__performerStats{color:#94a3b8;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.adminJobs-module__PadDPa__points{flex-direction:column;font-size:.75rem;font-weight:700;display:flex}.adminJobs-module__PadDPa__pointPlus{color:#10b981}.adminJobs-module__PadDPa__pointMinus{color:#f87171}.adminJobs-module__PadDPa__pagination{justify-content:center;align-items:center;gap:2rem;padding-top:2rem;display:flex}.adminJobs-module__PadDPa__pageBtn{color:#fff;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.adminJobs-module__PadDPa__pageBtn:hover:not(:disabled){background:#3b82f6;transform:translateY(-2px)}.adminJobs-module__PadDPa__pageBtn:disabled{opacity:.3;cursor:not-allowed}.adminJobs-module__PadDPa__floatingFilterBtn{display:none}.adminJobs-module__PadDPa__loading,.adminJobs-module__PadDPa__empty{color:#475569;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:6rem 0;display:flex}.adminJobs-module__PadDPa__spinner{color:#3b82f6;animation:1s linear infinite adminJobs-module__PadDPa__spin}@keyframes adminJobs-module__PadDPa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1200px){.adminJobs-module__PadDPa__contentLayout{flex-direction:column}.adminJobs-module__PadDPa__sidebar{width:100%;position:static}.adminJobs-module__PadDPa__filterGroup{flex-flow:wrap;gap:1.5rem}}@media (max-width:768px){.adminJobs-module__PadDPa__floatingFilterBtn{z-index:1005;color:#fff;cursor:pointer;background:#3b82f6;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex;position:fixed;bottom:5rem;right:1.25rem;box-shadow:0 8px 25px #3b82f666}.adminJobs-module__PadDPa__sidebar{z-index:2000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#020617fa;height:100vh;padding:2rem 1.5rem;display:none;position:fixed;inset:0;overflow-y:auto}.adminJobs-module__PadDPa__sidebar.adminJobs-module__PadDPa__mobileSidebarActive{display:block}.adminJobs-module__PadDPa__closeSidebarBtn{color:#fff;background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:2rem;display:flex}.adminJobs-module__PadDPa__filterCard{box-shadow:none;background:0 0;border:none;padding:0}.adminJobs-module__PadDPa__filterGroup{flex-direction:column}}.adminJobs-module__PadDPa__viewToggle{background:#0006;border:1px solid #ffffff0d;border-radius:14px;gap:.375rem;padding:.375rem;display:flex}.adminJobs-module__PadDPa__viewModeBtn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.adminJobs-module__PadDPa__viewModeBtn:hover{color:#fff;background:#ffffff0d}.adminJobs-module__PadDPa__viewModeBtn.adminJobs-module__PadDPa__activeView{color:#fff;background:#3b82f6;box-shadow:0 4px 12px #3b82f666}.adminJobs-module__PadDPa__jobGrid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1.5rem;display:grid}@media (max-width:768px){.adminJobs-module__PadDPa__jobGrid{grid-template-columns:1fr}}
.periods-module__CEQXta__page{color:#fff;background:radial-gradient(circle at 100% 0,#001a33 0%,#000 100%);min-height:100vh}.periods-module__CEQXta__main{max-width:1200px;margin:0 auto;padding:2rem 2rem 5rem}.periods-module__CEQXta__loadingFull{color:#94a3b8;background:#0a0a0a;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100vh;display:flex}.periods-module__CEQXta__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.periods-module__CEQXta__title{background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;gap:1rem;margin-top:.5rem;font-size:2.5rem;font-weight:800;display:flex}.periods-module__CEQXta__subtitle{color:#94a3b8;margin-top:.5rem}.periods-module__CEQXta__loading,.periods-module__CEQXta__empty{border:1px border #ffffff0d;color:#94a3b8;background:#ffffff08;border-radius:2rem;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:4rem;display:flex}.periods-module__CEQXta__spinner{color:#3b82f6;animation:1s linear infinite periods-module__CEQXta__spin}@keyframes periods-module__CEQXta__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.periods-module__CEQXta__periodList{flex-direction:column;gap:2rem;display:flex}.periods-module__CEQXta__periodCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:1.5rem;overflow:hidden}.periods-module__CEQXta__periodHeader{background:#ffffff05;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.periods-module__CEQXta__periodName{margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.periods-module__CEQXta__periodDates{color:#94a3b8;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.periods-module__CEQXta__deleteBtn{color:#ef4444;cursor:pointer;background:#ef44441a;border:none;border-radius:.75rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .2s;display:flex}.periods-module__CEQXta__deleteBtn:hover{color:#fff;background:#ef4444}.periods-module__CEQXta__actionButtons{gap:.5rem;display:flex}.periods-module__CEQXta__editBtn{color:#3b82f6;cursor:pointer;background:#3b82f61a;border:none;border-radius:.75rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .2s;display:flex}.periods-module__CEQXta__editBtn:hover{color:#fff;background:#3b82f6}.periods-module__CEQXta__subPeriods{grid-template-columns:1fr 1fr;gap:2rem;padding:2rem;display:grid}.periods-module__CEQXta__semesterBox{background:#ffffff08;border:1px solid #ffffff0d;border-radius:1rem;padding:1.5rem}.periods-module__CEQXta__semesterHeader{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.periods-module__CEQXta__semesterHeader h4{color:#3b82f6;font-weight:700}.periods-module__CEQXta__semesterHeader span{color:#94a3b8;font-size:.75rem}.periods-module__CEQXta__quartersRow{gap:1rem;display:flex}.periods-module__CEQXta__quarterTag{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem}.periods-module__CEQXta__formContainer{flex-direction:column;gap:2rem;max-height:70vh;padding-right:.5rem;display:flex;overflow-y:auto}.periods-module__CEQXta__formSection{background:#ffffff05;border:1px solid #ffffff0d;border-radius:1rem;padding:1.5rem}.periods-module__CEQXta__formSection h5{color:#3b82f6;text-transform:uppercase;letter-spacing:.05em;background-clip:padding-box;margin-bottom:1rem;font-size:.75rem;font-weight:700}@media (max-width:768px){.periods-module__CEQXta__subPeriods{grid-template-columns:1fr}}.periods-module__CEQXta__timelineWrapper{background:#0003;border-radius:1.5rem;flex-direction:column;gap:4.5rem;margin-top:1.5rem;padding:3.5rem 5rem;display:flex;position:relative}.periods-module__CEQXta__timelineRow{align-items:center;display:grid;position:relative}.periods-module__CEQXta__timelineBar{color:#fff9;letter-spacing:.02em;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#3b82f608;border:1px solid #3b82f64d;border-radius:12px;justify-content:center;align-items:center;height:36px;font-size:.8rem;font-weight:600;display:flex;position:relative}.periods-module__CEQXta__timelineNode{cursor:pointer;z-index:10;background:#3b82f6;border:3px solid #1a1a1a;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 15px #3b82f666}.periods-module__CEQXta__timelineNode:hover{background:#60a5fa;transform:translate(-50%,-50%)scale(1.3);box-shadow:0 0 20px #3b82f699}.periods-module__CEQXta__nodeLabel{pointer-events:none;z-index:20;white-space:nowrap;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#3b82f6e6;border-radius:8px;padding:4px 10px;font-size:.65rem;font-weight:600;transition:all .2s;position:absolute;box-shadow:0 4px 12px #0000004d}.periods-module__CEQXta__nodeLabel:hover{background:#3b82f6;transform:translateY(-2px)}.periods-module__CEQXta__timelineNode[style*="left: 0%"] .periods-module__CEQXta__nodeLabel:hover,.periods-module__CEQXta__timelineNode[style*="left: 100%"] .periods-module__CEQXta__nodeLabel:hover{transform:translateY(-2px)}.periods-module__CEQXta__labelTop{top:auto;bottom:calc(100% + 20px)}.periods-module__CEQXta__labelBottom{background:#2563ebe6;top:calc(100% + 20px);bottom:auto}.periods-module__CEQXta__timelineNode[style*="left: 0%"] .periods-module__CEQXta__nodeLabel{left:0;transform:none}.periods-module__CEQXta__timelineNode[style*="left: 100%"] .periods-module__CEQXta__nodeLabel{left:auto;right:0;transform:none}.periods-module__CEQXta__timelineNode:not([style*="left: 0%"]):not([style*="left: 100%"]) .periods-module__CEQXta__nodeLabel{left:50%;transform:translate(-50%)}.periods-module__CEQXta__dateTop{top:auto;bottom:calc(100% + 5px)}.periods-module__CEQXta__dateBottom{top:calc(100% + 5px);bottom:auto}.periods-module__CEQXta__nodeDate{color:#60a5fa;white-space:nowrap;pointer-events:none;background:#0f172acc;border:1px solid #3b82f633;border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:700;position:absolute;left:50%;transform:translate(-50%)}.periods-module__CEQXta__vLine{pointer-events:none;background:linear-gradient(#3b82f61a,#3b82f699 20% 80%,#3b82f61a);width:2px;position:absolute;box-shadow:0 0 15px #3b82f626}.periods-module__CEQXta__hiddenInput{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute}.periods-module__CEQXta__yearRow{grid-template-columns:repeat(4,1fr);gap:1.5rem}.periods-module__CEQXta__semesterRow{grid-template-columns:repeat(4,1fr);gap:3rem}.periods-module__CEQXta__quarterRow{grid-template-columns:repeat(4,1fr);gap:2.5rem}.periods-module__CEQXta__yearBar{grid-column:span 4}.periods-module__CEQXta__semesterBar{grid-column:span 2}.periods-module__CEQXta__quarterBar{grid-column:span 1}@media (max-width:600px){.periods-module__CEQXta__timelineWrapper{gap:2.5rem;padding:2rem 1rem}.periods-module__CEQXta__semesterRow,.periods-module__CEQXta__quarterRow{grid-template-columns:1fr;gap:2.5rem}.periods-module__CEQXta__vLine{display:none}}.periods-module__CEQXta__manageHeader{margin-bottom:3rem}.periods-module__CEQXta__backLink{color:#94a3b8;align-items:center;gap:.5rem;width:fit-content;font-size:.9375rem;transition:color .2s;display:flex}.periods-module__CEQXta__backLink:hover{color:#3b82f6}.periods-module__CEQXta__manageContent{flex-direction:column;gap:2rem;display:flex}.periods-module__CEQXta__timelineBigCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e293b66;border:1px solid #ffffff0d;border-radius:2rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.periods-module__CEQXta__cardHeader{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:2.5rem;display:flex}.periods-module__CEQXta__timelineContainer{background:radial-gradient(circle,#3b82f60d 0%,#0000 70%);padding:5rem 4rem}.periods-module__CEQXta__timelineFooter{background:#0f172a4d;border-top:1px solid #ffffff0d;padding:2.5rem}.periods-module__CEQXta__hintItem{color:#94a3b8;align-items:center;gap:1rem;font-size:.875rem;display:flex}.periods-module__CEQXta__hintIcon{color:#3b82f6;background:#3b82f61a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.periods-module__CEQXta__simpleFormCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e293b66;border:1px solid #ffffff0d;border-radius:2rem;padding:3rem}
:root{--card-bg:#171717b3;--card-border:#ffffff1a;--glass-bg:#ffffff08;--glass-border:#ffffff14}.positions-module__ZJWfPa__page{min-height:100vh;color:var(--color-text);background:radial-gradient(circle at 100% 0,#1e3a8a26,#0000),radial-gradient(circle at 0 100%,#0f172a,#020617)}.positions-module__ZJWfPa__main{max-width:1400px;margin:0 auto;padding:3rem 2rem}.positions-module__ZJWfPa__header{justify-content:space-between;align-items:center;margin-bottom:4rem;display:flex}.positions-module__ZJWfPa__title{letter-spacing:-.04em;background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;gap:1.25rem;margin:0;font-size:3rem;font-weight:800;display:flex}.positions-module__ZJWfPa__subtitle{color:var(--color-text-muted);margin-top:.5rem;font-size:1.125rem}.positions-module__ZJWfPa__card{background:var(--card-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--card-border);border-radius:32px;animation:.6s ease-out positions-module__ZJWfPa__fadeIn;overflow:hidden;box-shadow:0 10px 40px #0006}@keyframes positions-module__ZJWfPa__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.positions-module__ZJWfPa__tableWrapper{overflow-x:auto}.positions-module__ZJWfPa__table{border-collapse:collapse;width:100%}.positions-module__ZJWfPa__table th{text-align:left;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);background:#ffffff08;border-bottom:1px solid #ffffff1a;padding:1.5rem 2rem;font-size:.7rem;font-weight:800}.positions-module__ZJWfPa__table td{vertical-align:middle;border-bottom:1px solid #ffffff0d;padding:2rem;font-size:1rem}.positions-module__ZJWfPa__table tr:hover td{background:#3b82f608}.positions-module__ZJWfPa__positionName{color:#fff;font-size:1.125rem;font-weight:700}.positions-module__ZJWfPa__positionCode{color:#93c5fd;background:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;padding:.4rem .75rem;font-family:JetBrains Mono,monospace;font-size:.8125rem;font-weight:600}.positions-module__ZJWfPa__roleBadge{color:#e2e8f0;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:.75rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-flex}.positions-module__ZJWfPa__actions{gap:.75rem;display:flex}.positions-module__ZJWfPa__actionBtn{background:var(--glass-bg);border:1px solid var(--glass-border);width:44px;height:44px;color:var(--color-text-muted);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;transition:all .2s;display:flex}.positions-module__ZJWfPa__actionBtn:hover{color:#fff;background:#ffffff14;transform:translateY(-2px)}.positions-module__ZJWfPa__loading,.positions-module__ZJWfPa__empty{color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:8rem;display:flex}.positions-module__ZJWfPa__spinner{color:var(--color-primary);animation:1s linear infinite positions-module__ZJWfPa__spin}@keyframes positions-module__ZJWfPa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
:root{--card-bg:#171717b3;--card-border:#ffffff1a;--glass-bg:#ffffff08;--glass-border:#ffffff14;--accent-glow:#3b82f626}.manage-module__aFe9Da__page{min-height:100vh;color:var(--color-text);background:radial-gradient(circle at 100% 0,#1e3a8a1a,#0000),radial-gradient(circle at 0 100%,#0f172a,#020617)}.manage-module__aFe9Da__main{max-width:1400px;margin:0 auto;padding:2rem}.manage-module__aFe9Da__headerArea{flex-direction:column;margin-bottom:2.5rem;display:flex}.manage-module__aFe9Da__backButton{color:var(--color-text-muted);cursor:pointer;border-radius:var(--radius-lg);background:0 0;border:none;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.manage-module__aFe9Da__backButton:hover{color:var(--color-text);background:var(--glass-bg)}.manage-module__aFe9Da__titleArea{justify-content:space-between;align-items:flex-end;display:flex}.manage-module__aFe9Da__title{letter-spacing:-.02em;background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.25rem;font-weight:800}.manage-module__aFe9Da__subtitle{color:var(--color-text-muted);margin-top:.25rem;font-size:.9375rem}.manage-module__aFe9Da__layout{grid-template-columns:320px 1fr;gap:2rem;display:grid}.manage-module__aFe9Da__sidebar{flex-direction:column;gap:1.5rem;display:flex}.manage-module__aFe9Da__card{background:var(--card-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--card-border);border-radius:20px;padding:1.75rem;box-shadow:0 4px 20px #0000004d}.manage-module__aFe9Da__sectionTitle{color:#fff;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:1rem;font-weight:700;display:flex}.manage-module__aFe9Da__label{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:block}.manage-module__aFe9Da__inputGroup{margin-bottom:1.25rem}.manage-module__aFe9Da__inputField{background:var(--glass-bg);border:1px solid var(--glass-border);color:#fff;border-radius:12px;outline:none;width:100%;padding:.875rem 1rem;font-size:.9375rem;transition:all .2s}.manage-module__aFe9Da__inputField:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px var(--accent-glow)}.manage-module__aFe9Da__infoBox{color:#93c5fd;background:#3b82f60d;border:1px solid #3b82f61a;border-radius:12px;gap:.75rem;padding:1rem;font-size:.8125rem;line-height:1.4;display:flex}.manage-module__aFe9Da__contentArea{flex-direction:column;gap:1.5rem;display:flex}.manage-module__aFe9Da__permNav{background:var(--glass-bg);border-radius:12px;gap:.75rem;width:fit-content;padding:.375rem;display:flex}.manage-module__aFe9Da__navItem{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.625rem 1.25rem;font-size:.8125rem;font-weight:600;transition:all .2s}.manage-module__aFe9Da__navItem:hover{color:#fff}.manage-module__aFe9Da__navItemActive{background:var(--color-primary);color:#fff}.manage-module__aFe9Da__categorySection{margin-bottom:5rem}.manage-module__aFe9Da__categoryGrid{grid-template-columns:1fr;gap:1rem;display:grid}.manage-module__aFe9Da__permItem{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;transition:all .2s;overflow:hidden}.manage-module__aFe9Da__permItem:hover{border-color:#ffffff26}.manage-module__aFe9Da__permItemActive{border-color:#3b82f680;box-shadow:0 0 20px #3b82f60d}.manage-module__aFe9Da__permHeader{justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.manage-module__aFe9Da__permInfo{cursor:pointer;flex:1;gap:1rem;display:flex}.manage-module__aFe9Da__permCheckbox{border:2px solid var(--glass-border);border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.manage-module__aFe9Da__permCheckboxChecked{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.manage-module__aFe9Da__permLabels{flex-direction:column;display:flex}.manage-module__aFe9Da__permCode{color:#fff;letter-spacing:.02em;font-size:1rem;font-weight:700}.manage-module__aFe9Da__permDesc{color:var(--color-text-muted);margin-top:.125rem;font-size:.8125rem}.manage-module__aFe9Da__expandBtn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:all .2s}.manage-module__aFe9Da__expandBtn:hover{color:#fff;background:#ffffff0d}.manage-module__aFe9Da__paramsArea{border-top:1px solid var(--card-border);background:#0003;padding:1.25rem}.manage-module__aFe9Da__roleSelectionGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;display:grid}.manage-module__aFe9Da__roleTag{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--color-text-muted);cursor:pointer;text-align:left;border-radius:10px;align-items:center;gap:.625rem;padding:.625rem 1rem;font-size:.8125rem;font-weight:500;transition:all .2s;display:flex}.manage-module__aFe9Da__roleTag:hover:not(:disabled){color:#fff;background:#ffffff0d;border-color:#fff3}.manage-module__aFe9Da__roleTagActive{border-color:var(--color-primary);color:#93c5fd;background:#3b82f61a}.manage-module__aFe9Da__roleTagActive svg{color:var(--color-primary)}.manage-module__aFe9Da__roleTagDisabled{opacity:.3;cursor:not-allowed;background:#0003}.manage-module__aFe9Da__dependencyNotice{color:#f87171;margin-top:1rem;font-size:.7rem;font-style:italic;font-weight:600}.manage-module__aFe9Da__actionBar{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:100;background:#0f172acc;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:2.5rem;min-width:450px;padding:.75rem 1rem;display:flex;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #00000080}.manage-module__aFe9Da__summaryInfo{gap:1.5rem;padding-left:.5rem;display:flex}.manage-module__aFe9Da__summaryItem{flex-direction:column;display:flex}.manage-module__aFe9Da__summaryValue{color:#fff;font-size:1.125rem;font-weight:700;line-height:1}.manage-module__aFe9Da__summaryLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.65rem;font-weight:700}.manage-module__aFe9Da__actionBtns{gap:.75rem;display:flex}.manage-module__aFe9Da__saveBtn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;transition:all .2s;display:flex}.manage-module__aFe9Da__saveBtn:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 15px #3b82f666}.manage-module__aFe9Da__saveBtn:disabled{opacity:.5;cursor:not-allowed}.manage-module__aFe9Da__cancelBtn{color:#fff;border:1px solid var(--glass-border);cursor:pointer;background:0 0;border-radius:12px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.manage-module__aFe9Da__cancelBtn:hover{background:#ffffff0d}.manage-module__aFe9Da__loadingPage{height:100vh;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.manage-module__aFe9Da__spinner{animation:1s linear infinite manage-module__aFe9Da__spin}@keyframes manage-module__aFe9Da__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1024px){.manage-module__aFe9Da__layout{grid-template-columns:1fr}}
:root{--card-bg:#171717b3;--card-border:#ffffff1a;--glass-bg:#ffffff08;--glass-border:#ffffff14}.roles-module__CxvhAG__page{min-height:100vh;color:var(--color-text);background:radial-gradient(circle at 100% 0,#1e3a8a26,#0000),radial-gradient(circle at 0 100%,#0f172a,#020617)}.roles-module__CxvhAG__main{max-width:1400px;margin:0 auto;padding:3rem 2rem}.roles-module__CxvhAG__header{justify-content:space-between;align-items:center;margin-bottom:4rem;display:flex}.roles-module__CxvhAG__titleArea{flex-direction:column;gap:.5rem;display:flex}.roles-module__CxvhAG__title{letter-spacing:-.04em;background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;gap:1.25rem;margin:0;font-size:3rem;font-weight:800;display:flex}.roles-module__CxvhAG__subtitle{color:var(--color-text-muted);font-size:1.125rem}.roles-module__CxvhAG__card{background:var(--card-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--card-border);border-radius:32px;animation:.6s ease-out roles-module__CxvhAG__fadeIn;overflow:hidden;box-shadow:0 10px 40px #0006}@keyframes roles-module__CxvhAG__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.roles-module__CxvhAG__tableWrapper{overflow-x:auto}.roles-module__CxvhAG__table{border-collapse:collapse;width:100%}.roles-module__CxvhAG__table th{text-align:left;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);background:#ffffff08;border-bottom:1px solid #ffffff1a;padding:1.5rem 2rem;font-size:.7rem;font-weight:800}.roles-module__CxvhAG__table td{vertical-align:middle;border-bottom:1px solid #ffffff0d;padding:2rem;font-size:1rem;transition:all .2s}.roles-module__CxvhAG__table tr:last-child td{border-bottom:none}.roles-module__CxvhAG__table tr:hover td{background:#3b82f608}.roles-module__CxvhAG__roleId{color:var(--color-text-muted);background:#0006;border:1px solid #ffffff0d;border-radius:6px;width:fit-content;padding:.25rem .5rem;font-family:JetBrains Mono,monospace;font-size:.65rem}.roles-module__CxvhAG__roleCode{color:#93c5fd;background:#3b82f61a;border:1px solid #3b82f633;border-radius:10px;padding:.5rem .875rem;font-family:JetBrains Mono,monospace;font-size:.875rem;font-weight:600}.roles-module__CxvhAG__permissionsList{flex-wrap:wrap;gap:.625rem;max-width:600px;display:flex}.roles-module__CxvhAG__permissionBadge{color:#ffffffd9;cursor:default;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;padding:.4rem 1rem;font-size:.8125rem;font-weight:600;transition:all .2s}.roles-module__CxvhAG__permissionBadge:hover{color:#fff;background:#ffffff14;border-color:#fff3;transform:translateY(-1px)}.roles-module__CxvhAG__permissionBadge span{color:var(--color-primary)}.roles-module__CxvhAG__actions{gap:.75rem;display:flex}.roles-module__CxvhAG__actionBtn{background:var(--glass-bg);border:1px solid var(--glass-border);width:44px;height:44px;color:var(--color-text-muted);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;transition:all .2s;display:flex}.roles-module__CxvhAG__actionBtn:hover{color:#fff;background:#ffffff14;transform:scale(1.05)}.roles-module__CxvhAG__deleteBtn:hover{color:#f87171;background:#ef44441a;border-color:#ef444433}.roles-module__CxvhAG__loading{color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:8rem;display:flex}.roles-module__CxvhAG__spinner{color:var(--color-primary);animation:1s linear infinite roles-module__CxvhAG__spin}@keyframes roles-module__CxvhAG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.roles-module__CxvhAG__emptyState{text-align:center;color:var(--color-text-muted);padding:8rem 2rem}.roles-module__CxvhAG__emptyState p{margin-top:1.5rem;font-size:1.25rem;font-weight:500}
