.AuthLayout-module__VWZfwq__page{background:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.AuthLayout-module__VWZfwq__page:before{content:"";background:radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);pointer-events:none;width:600px;height:600px;position:absolute;top:-40%;right:-20%}.AuthLayout-module__VWZfwq__page:after{content:"";pointer-events:none;background:radial-gradient(circle,#a78bfa1f 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:-30%;left:-15%}.AuthLayout-module__VWZfwq__card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-xl);width:100%;max-width:440px;box-shadow:var(--shadow-lg);z-index:1;animation:AuthLayout-module__VWZfwq__fadeIn var(--transition-slow) ease-out;padding:2.25rem;position:relative}.AuthLayout-module__VWZfwq__logo{background:linear-gradient(135deg, var(--accent-hover), #a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:1.75rem;font-weight:800}.AuthLayout-module__VWZfwq__subtitle{color:var(--text-muted);margin-bottom:1.75rem;font-size:.9rem}.AuthLayout-module__VWZfwq__form{flex-direction:column;gap:1rem;display:flex}.AuthLayout-module__VWZfwq__footer{text-align:center;color:var(--text-muted);margin-top:1.75rem;font-size:.85rem}.AuthLayout-module__VWZfwq__link{color:var(--accent-hover);transition:color var(--transition-fast);font-weight:500}.AuthLayout-module__VWZfwq__link:hover{color:var(--accent)}
.ui-module__Hi2WXW__button{border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.125rem;font-size:.875rem;font-weight:600;display:inline-flex}.ui-module__Hi2WXW__button:disabled{opacity:.5;cursor:not-allowed}.ui-module__Hi2WXW__primary{background:var(--accent);color:#fff;box-shadow:0 2px 12px var(--accent-glow)}.ui-module__Hi2WXW__primary:hover:not(:disabled){background:var(--accent-hover);box-shadow:0 4px 20px var(--accent-glow);transform:translateY(-1px)}.ui-module__Hi2WXW__secondary{background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border-strong)}.ui-module__Hi2WXW__secondary:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent)}.ui-module__Hi2WXW__ghost{color:var(--text-secondary);background:0 0}.ui-module__Hi2WXW__ghost:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.ui-module__Hi2WXW__danger{color:var(--danger);background:#ef444426;border:1px solid #ef44444d}.ui-module__Hi2WXW__danger:hover:not(:disabled){background:#ef444440}.ui-module__Hi2WXW__sm{padding:.4rem .75rem;font-size:.8rem}.ui-module__Hi2WXW__input,.ui-module__Hi2WXW__select,.ui-module__Hi2WXW__textarea{background:var(--bg-secondary);border:1px solid var(--border-strong);border-radius:var(--radius-md);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);padding:.625rem .875rem;font-size:.875rem}.ui-module__Hi2WXW__input:focus,.ui-module__Hi2WXW__select:focus,.ui-module__Hi2WXW__textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow);outline:none}.ui-module__Hi2WXW__input::placeholder,.ui-module__Hi2WXW__textarea::placeholder{color:var(--text-muted)}.ui-module__Hi2WXW__textarea{resize:vertical;min-height:80px}.ui-module__Hi2WXW__label{color:var(--text-secondary);margin-bottom:.4rem;font-size:.8rem;font-weight:500;display:block}.ui-module__Hi2WXW__field{flex-direction:column;display:flex}.ui-module__Hi2WXW__card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color var(--transition-base), box-shadow var(--transition-base);padding:1.5rem}.ui-module__Hi2WXW__card:hover{border-color:var(--border-strong)}.ui-module__Hi2WXW__cardTitle{color:var(--text-primary);margin-bottom:.25rem;font-size:1rem;font-weight:600}.ui-module__Hi2WXW__cardDesc{color:var(--text-muted);margin-bottom:1.25rem;font-size:.8rem}.ui-module__Hi2WXW__badge{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;align-items:center;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-flex}.ui-module__Hi2WXW__badgeAccent{background:var(--accent-glow);color:var(--accent-hover)}.ui-module__Hi2WXW__badgeSuccess{color:var(--success);background:#22c55e26}.ui-module__Hi2WXW__badgeWarning{color:var(--warning);background:#f59e0b26}.ui-module__Hi2WXW__badgeDanger{color:var(--danger);background:#ef444426}.ui-module__Hi2WXW__badgeMuted{background:var(--bg-elevated);color:var(--text-muted)}.ui-module__Hi2WXW__alert{border-radius:var(--radius-md);animation:ui-module__Hi2WXW__fadeIn var(--transition-base) ease-out;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.ui-module__Hi2WXW__alertError{color:#fca5a5;background:#ef44441a;border:1px solid #ef444440}.ui-module__Hi2WXW__alertSuccess{color:#86efac;background:#22c55e1a;border:1px solid #22c55e40}.ui-module__Hi2WXW__avatar{background:var(--bg-elevated);width:40px;height:40px;color:var(--accent-hover);border:2px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex;overflow:hidden}.ui-module__Hi2WXW__avatar img{object-fit:cover;width:100%;height:100%}.ui-module__Hi2WXW__avatarLg{width:80px;height:80px;font-size:1.5rem}
.activity-module__kDb79q__timeline{margin-top:1.25rem}.activity-module__kDb79q__loading,.activity-module__kDb79q__empty{color:var(--text-muted);font-size:.875rem}.activity-module__kDb79q__list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.activity-module__kDb79q__item{background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px solid var(--border);animation:activity-module__kDb79q__fadeIn var(--transition-base) ease-out;gap:.75rem;padding:.75rem;display:flex}.activity-module__kDb79q__content{flex:1;min-width:0}.activity-module__kDb79q__text{color:var(--text-secondary);font-size:.85rem;line-height:1.4}.activity-module__kDb79q__target{color:var(--text-primary);font-weight:500}.activity-module__kDb79q__time{color:var(--text-muted);margin-top:.25rem;font-size:.7rem;display:block}
.kanban-module__3ub80G__board{gap:1rem;min-height:calc(100vh - 220px);padding-bottom:1rem;display:flex;overflow-x:auto}.kanban-module__3ub80G__column{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-lg);max-height:calc(100vh - 200px);transition:border-color var(--transition-fast), background var(--transition-fast);flex-direction:column;flex:0 0 280px;display:flex}.kanban-module__3ub80G__columnOver{border-color:var(--accent);background:#6366f10f}.kanban-module__3ub80G__columnHeader{border-bottom:1px solid var(--border);background:var(--bg-tertiary);border-radius:var(--radius-lg) var(--radius-lg) 0 0;justify-content:space-between;align-items:center;padding:.875rem 1rem;display:flex;position:sticky;top:0}.kanban-module__3ub80G__columnTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-size:.8rem;font-weight:600}.kanban-module__3ub80G__columnCount{color:var(--text-muted);background:var(--bg-elevated);border-radius:999px;padding:.15rem .5rem;font-size:.75rem}.kanban-module__3ub80G__columnBody{flex-direction:column;flex:1;gap:.5rem;min-height:120px;padding:.75rem;display:flex;overflow-y:auto}.kanban-module__3ub80G__card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);cursor:grab;transition:all var(--transition-fast);touch-action:none;padding:.875rem}.kanban-module__3ub80G__card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.kanban-module__3ub80G__cardDragging{opacity:.4}.kanban-module__3ub80G__cardOverlay{box-shadow:var(--shadow-lg);border-color:var(--accent);transform:rotate(2deg)}.kanban-module__3ub80G__cardTitle{margin-bottom:.5rem;font-size:.875rem;font-weight:600;line-height:1.3}.kanban-module__3ub80G__cardMeta{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.kanban-module__3ub80G__priority{text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:.15rem .4rem;font-size:.65rem;font-weight:700}.kanban-module__3ub80G__priorityLOW{color:var(--text-muted);background:#94a3b833}.kanban-module__3ub80G__priorityMEDIUM{color:#93c5fd;background:#3b82f626}.kanban-module__3ub80G__priorityHIGH{color:var(--warning);background:#f59e0b26}.kanban-module__3ub80G__priorityCRITICAL{color:var(--danger);background:#ef444426}.kanban-module__3ub80G__dueDate{color:var(--text-muted);font-size:.7rem}.kanban-module__3ub80G__dueDateOverdue{color:var(--danger)}.kanban-module__3ub80G__addTaskBtn{margin:.5rem .75rem .75rem}.kanban-module__3ub80G__toolbar{flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem;display:flex}
.notifications-module__IhuV_a__bellWrap{position:relative}.notifications-module__IhuV_a__bellBtn{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);padding:.5rem .65rem;position:relative}.notifications-module__IhuV_a__bellBtn:hover{border-color:var(--accent);background:var(--bg-hover)}.notifications-module__IhuV_a__bellIcon{font-size:1.1rem;line-height:1}.notifications-module__IhuV_a__badge{background:var(--danger);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.notifications-module__IhuV_a__panel{background:var(--bg-secondary);border:1px solid var(--border-strong);border-radius:var(--radius-lg);width:360px;max-height:420px;box-shadow:var(--shadow-lg);z-index:50;animation:.2s ease-out notifications-module__IhuV_a__fadeIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.notifications-module__IhuV_a__panelHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.875rem 1rem;font-size:.9rem;font-weight:600;display:flex}.notifications-module__IhuV_a__list{max-height:360px;list-style:none;overflow-y:auto}.notifications-module__IhuV_a__item{border-bottom:1px solid var(--border);cursor:pointer;transition:background var(--transition-fast);padding:.875rem 1rem}.notifications-module__IhuV_a__item:hover{background:var(--bg-hover)}.notifications-module__IhuV_a__unread{border-left:3px solid var(--accent);background:#6366f10f}.notifications-module__IhuV_a__itemTitle{margin-bottom:.2rem;font-size:.85rem;font-weight:600}.notifications-module__IhuV_a__itemMessage{color:var(--text-secondary);font-size:.8rem;line-height:1.4}.notifications-module__IhuV_a__itemTime{color:var(--text-muted);margin-top:.35rem;font-size:.7rem}.notifications-module__IhuV_a__empty{text-align:center;color:var(--text-muted);padding:2rem 1rem;font-size:.875rem}
.AppShell-module__cB5iMW__shell{min-height:100vh;display:flex}.AppShell-module__cB5iMW__sidebar{width:var(--sidebar-width);background:var(--bg-secondary);border-right:1px solid var(--border);z-index:40;animation:AppShell-module__cB5iMW__slideIn var(--transition-slow) ease-out;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}.AppShell-module__cB5iMW__brand{border-bottom:1px solid var(--border);padding:1.5rem 1.25rem}.AppShell-module__cB5iMW__brandName{background:linear-gradient(135deg, var(--accent-hover), #a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.35rem;font-weight:800}.AppShell-module__cB5iMW__brandSub{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-top:.15rem;font-size:.7rem}.AppShell-module__cB5iMW__nav{flex-direction:column;flex:1;gap:.25rem;padding:1rem .75rem;display:flex}.AppShell-module__cB5iMW__navSection{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);padding:.75rem .75rem .35rem;font-size:.65rem;font-weight:600}.AppShell-module__cB5iMW__navLink{border-radius:var(--radius-md);color:var(--text-secondary);transition:all var(--transition-fast);align-items:center;gap:.75rem;padding:.625rem .75rem;font-size:.875rem;display:flex}.AppShell-module__cB5iMW__navLink:hover{background:var(--bg-hover);color:var(--text-primary)}.AppShell-module__cB5iMW__navLinkActive{background:var(--accent-glow);color:var(--accent-hover);font-weight:500}.AppShell-module__cB5iMW__navIcon{text-align:center;opacity:.7;width:18px}.AppShell-module__cB5iMW__userPanel{border-top:1px solid var(--border);align-items:center;gap:.75rem;padding:1rem;display:flex}.AppShell-module__cB5iMW__userInfo{flex:1;min-width:0}.AppShell-module__cB5iMW__userName{white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;overflow:hidden}.AppShell-module__cB5iMW__userRole{color:var(--text-muted);font-size:.7rem}.AppShell-module__cB5iMW__main{margin-left:var(--sidebar-width);flex:1;min-height:100vh}.AppShell-module__cB5iMW__header{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:30;background:#11182799;padding:1.5rem 2rem;position:sticky;top:0}.AppShell-module__cB5iMW__headerRow{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.AppShell-module__cB5iMW__headerTitle{font-size:1.5rem;font-weight:700}.AppShell-module__cB5iMW__headerDesc{color:var(--text-muted);margin-top:.2rem;font-size:.875rem}.AppShell-module__cB5iMW__content{animation:AppShell-module__cB5iMW__fadeIn var(--transition-slow) ease-out;padding:2rem}.AppShell-module__cB5iMW__loading{min-height:100vh;color:var(--text-muted);justify-content:center;align-items:center;gap:.75rem;display:flex}.AppShell-module__cB5iMW__spinner{border:2px solid var(--border-strong);border-top-color:var(--accent);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite AppShell-module__cB5iMW__spin}@keyframes AppShell-module__cB5iMW__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.AppShell-module__cB5iMW__sidebar{display:none}.AppShell-module__cB5iMW__main{margin-left:0}}
.calendar-module__G3YYmW__layout{grid-template-columns:1fr 280px;align-items:start;gap:1.25rem;display:grid}.calendar-module__G3YYmW__calendarCard{overflow:hidden}.calendar-module__G3YYmW__calendarCard .rbc-calendar{color:var(--text-primary);font-family:inherit}.calendar-module__G3YYmW__calendarCard .rbc-toolbar{margin-bottom:1rem}.calendar-module__G3YYmW__calendarCard .rbc-toolbar button{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-secondary);border-radius:var(--radius-md);padding:.35rem .75rem}:is(.calendar-module__G3YYmW__calendarCard .rbc-toolbar button:hover,.calendar-module__G3YYmW__calendarCard .rbc-toolbar button.rbc-active){background:var(--accent-glow);color:var(--accent-hover)}.calendar-module__G3YYmW__calendarCard .rbc-header{color:var(--text-muted);border-color:var(--border);padding:.5rem;font-size:.75rem}:is(.calendar-module__G3YYmW__calendarCard .rbc-month-view,.calendar-module__G3YYmW__calendarCard .rbc-day-bg){border-color:var(--border)}.calendar-module__G3YYmW__calendarCard .rbc-off-range-bg{background:var(--bg-tertiary)}.calendar-module__G3YYmW__calendarCard .rbc-today{background:#6366f114}.calendar-module__G3YYmW__eventProject .rbc-event-content{background:#6366f1!important;border-color:#6366f1!important}.calendar-module__G3YYmW__eventTask .rbc-event-content{background:#22c55e!important;border-color:#22c55e!important}.calendar-module__G3YYmW__detail{color:var(--text-secondary);margin-top:.35rem;font-size:.85rem}@media (max-width:900px){.calendar-module__G3YYmW__layout{grid-template-columns:1fr}}
.dashboard-charts-module__aUdAhG__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem;margin-top:1.25rem;display:grid}.dashboard-charts-module__aUdAhG__chart{margin-top:.5rem}.dashboard-charts-module__aUdAhG__legend{color:var(--text-muted);flex-wrap:wrap;gap:.75rem;margin-top:.5rem;font-size:.75rem;display:flex}.dashboard-charts-module__aUdAhG__empty{color:var(--text-muted);text-align:center;padding:2rem 0;font-size:.875rem}.dashboard-charts-module__aUdAhG__rateCard{flex-direction:column;display:flex}.dashboard-charts-module__aUdAhG__rateValue{color:var(--accent-hover);margin:.75rem 0;font-size:2.5rem;font-weight:800}.dashboard-charts-module__aUdAhG__rateBar{background:var(--bg-tertiary);border-radius:999px;height:8px;margin-top:auto;overflow:hidden}.dashboard-charts-module__aUdAhG__rateFill{background:linear-gradient(90deg, var(--accent), #a78bfa);border-radius:999px;height:100%;transition:width .6s ease-out}
.taskModal-module__2mRJOq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#000000a6;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out taskModal-module__2mRJOq__fadeIn;display:flex;position:fixed;inset:0}.taskModal-module__2mRJOq__modal{background:var(--bg-secondary);border:1px solid var(--border-strong);border-radius:var(--radius-xl);width:100%;max-width:640px;max-height:90vh;box-shadow:var(--shadow-lg);padding:1.5rem;animation:.25s ease-out taskModal-module__2mRJOq__fadeIn;overflow-y:auto}.taskModal-module__2mRJOq__modalHeader{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.taskModal-module__2mRJOq__modalHeader h2{font-size:1.25rem;font-weight:700}.taskModal-module__2mRJOq__form{flex-direction:column;gap:1rem;display:flex}.taskModal-module__2mRJOq__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.taskModal-module__2mRJOq__formActions{gap:.75rem;margin-top:.5rem;display:flex}.taskModal-module__2mRJOq__commentsSection{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.5rem}.taskModal-module__2mRJOq__commentsSection h3{margin-bottom:1rem;font-size:.95rem}.taskModal-module__2mRJOq__comment{background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px solid var(--border);margin-bottom:1rem;padding:.75rem}.taskModal-module__2mRJOq__commentHeader{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.taskModal-module__2mRJOq__commentAuthor{font-size:.85rem;font-weight:600}.taskModal-module__2mRJOq__commentTime{color:var(--text-muted);margin-left:auto;font-size:.7rem}.taskModal-module__2mRJOq__commentBody{color:var(--text-secondary);white-space:pre-wrap;font-size:.875rem;line-height:1.5}.taskModal-module__2mRJOq__commentActions{gap:.35rem;margin-top:.5rem;display:flex}.taskModal-module__2mRJOq__attachments{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.taskModal-module__2mRJOq__attachment{color:var(--accent-hover);background:var(--bg-elevated);border-radius:var(--radius-sm);transition:color var(--transition-fast);padding:.25rem .5rem;font-size:.8rem}.taskModal-module__2mRJOq__attachment:hover{color:var(--accent)}.taskModal-module__2mRJOq__commentForm{margin-top:1rem}.taskModal-module__2mRJOq__commentFormActions{align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.taskModal-module__2mRJOq__fileCount{color:var(--text-muted);font-size:.8rem}.taskModal-module__2mRJOq__replyingTo{color:var(--accent-hover);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.8rem;display:flex}.taskModal-module__2mRJOq__replyingTo button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:.75rem}.taskModal-module__2mRJOq__editRow{flex-direction:column;gap:.5rem;display:flex}.taskModal-module__2mRJOq__mentionWrap{position:relative}.taskModal-module__2mRJOq__mentionList{background:var(--bg-elevated);border:1px solid var(--border-strong);border-radius:var(--radius-md);z-index:10;max-height:180px;box-shadow:var(--shadow-md);list-style:none;position:absolute;bottom:100%;left:0;right:0;overflow-y:auto}.taskModal-module__2mRJOq__mentionItem{width:100%;color:var(--text-primary);cursor:pointer;text-align:left;transition:background var(--transition-fast);background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.85rem;display:flex}.taskModal-module__2mRJOq__mentionItem:hover{background:var(--bg-hover)}.taskModal-module__2mRJOq__mentionEmail{color:var(--text-muted);margin-left:auto;font-size:.7rem}@media (max-width:600px){.taskModal-module__2mRJOq__formRow{grid-template-columns:1fr}}
.admin-module__4WpgRW__tableCard{overflow-x:auto}.admin-module__4WpgRW__table{border-collapse:collapse;width:100%;margin-top:1rem;font-size:.85rem}.admin-module__4WpgRW__table th{text-align:left;border-bottom:1px solid var(--border-strong);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;padding:.75rem;font-size:.7rem;font-weight:600}.admin-module__4WpgRW__table td{border-bottom:1px solid var(--border);color:var(--text-secondary);padding:.75rem}.admin-module__4WpgRW__muted{color:var(--text-muted)}.admin-module__4WpgRW__loading{color:var(--text-muted);padding:2rem 0}
.dashboard-module__XABe8G__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;display:grid}.dashboard-module__XABe8G__welcome{grid-column:1/-1}.dashboard-module__XABe8G__welcomeTitle{margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.dashboard-module__XABe8G__welcomeText{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem}.dashboard-module__XABe8G__statValue{color:var(--text-primary);font-size:1.75rem;font-weight:700}.dashboard-module__XABe8G__statMeta{color:var(--text-muted);margin-top:.25rem;font-size:.8rem}
.project-module__TzasvW__toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.project-module__TzasvW__settingsGrid{animation:project-module__TzasvW__fadeIn var(--transition-base) ease-out;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:1.25rem;display:grid}.project-module__TzasvW__memberPicker{flex-wrap:wrap;gap:.5rem;display:flex}.project-module__TzasvW__memberChip{background:var(--bg-tertiary);border:1px solid var(--border);cursor:pointer;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.8rem;display:flex}.project-module__TzasvW__memberChip:has(input:checked){border-color:var(--accent);background:var(--accent-glow)}.project-module__TzasvW__loading{color:var(--text-muted)}
.projects-module__D-cxOq__toolbar{margin-bottom:1.25rem}.projects-module__D-cxOq__createForm{animation:projects-module__D-cxOq__fadeIn var(--transition-base) ease-out;margin-bottom:1.5rem}.projects-module__D-cxOq__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.projects-module__D-cxOq__memberPicker{flex-wrap:wrap;gap:.5rem;display:flex}.projects-module__D-cxOq__memberChip{background:var(--bg-tertiary);border:1px solid var(--border);cursor:pointer;transition:border-color var(--transition-fast);border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.8rem;display:flex}.projects-module__D-cxOq__memberChip:has(input:checked){border-color:var(--accent);background:var(--accent-glow)}.projects-module__D-cxOq__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.projects-module__D-cxOq__projectCard{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition-fast);padding:1.25rem;display:block}.projects-module__D-cxOq__projectCard:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.projects-module__D-cxOq__projectHeader{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.5rem;display:flex}.projects-module__D-cxOq__projectHeader h3{font-size:1rem;font-weight:700}.projects-module__D-cxOq__projectDesc{color:var(--text-muted);margin-bottom:.75rem;font-size:.85rem;line-height:1.4}.projects-module__D-cxOq__projectMeta{color:var(--text-muted);gap:1rem;font-size:.75rem;display:flex}.projects-module__D-cxOq__empty{color:var(--text-muted);grid-column:1/-1;font-style:italic}@media (max-width:600px){.projects-module__D-cxOq__formGrid{grid-template-columns:1fr}}
.organization-module__IZTIlW__layout{gap:1.25rem;max-width:720px;display:grid}.organization-module__IZTIlW__logoSection{align-items:center;gap:1.25rem;display:flex}.organization-module__IZTIlW__logoPreview{border-radius:var(--radius-lg);background:var(--bg-elevated);border:1px solid var(--border);width:72px;height:72px;color:var(--accent-hover);justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex;overflow:hidden}.organization-module__IZTIlW__logoPreview img{object-fit:cover;width:100%;height:100%}.organization-module__IZTIlW__formGrid{gap:1rem;display:grid}.organization-module__IZTIlW__loading{color:var(--text-muted)}
.profile-module__aJ1JOq__layout{gap:1.25rem;max-width:640px;display:grid}.profile-module__aJ1JOq__avatarSection{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.profile-module__aJ1JOq__name{font-size:1.15rem;font-weight:700}.profile-module__aJ1JOq__email{color:var(--text-muted);margin:.15rem 0 .5rem;font-size:.85rem}.profile-module__aJ1JOq__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.profile-module__aJ1JOq__loading{color:var(--text-muted)}@media (max-width:600px){.profile-module__aJ1JOq__formGrid{grid-template-columns:1fr}}
.team-module__HMSN6W__inviteCard{margin-bottom:1.25rem}.team-module__HMSN6W__inviteRow{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.team-module__HMSN6W__section{margin-bottom:1.25rem}.team-module__HMSN6W__list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.team-module__HMSN6W__listItem{background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px solid var(--border);transition:border-color var(--transition-fast);justify-content:space-between;align-items:center;padding:.875rem 1rem;display:flex}.team-module__HMSN6W__listItem:hover{border-color:var(--border-strong)}.team-module__HMSN6W__memberInfo{align-items:center;gap:.75rem;display:flex}.team-module__HMSN6W__itemName{align-items:center;font-size:.9rem;font-weight:600;display:flex}.team-module__HMSN6W__itemMeta{color:var(--text-muted);margin-top:.1rem;font-size:.8rem}.team-module__HMSN6W__memberActions{align-items:center;gap:.75rem;display:flex}.team-module__HMSN6W__roleSelect{width:auto;min-width:160px;padding:.4rem .6rem;font-size:.8rem}
