.Header-module__hBw1pG__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;width:100%;margin-bottom:40px;display:flex}.Header-module__hBw1pG__logoLink{order:1;text-decoration:none}.Header-module__hBw1pG__title{color:var(--text-primary);flex-shrink:0;margin:0;font-size:32px;font-weight:700}.Header-module__hBw1pG__searchContainer{flex:1;order:2;align-items:center;max-width:400px;margin:0 auto;display:flex;position:relative}.Header-module__hBw1pG__searchIcon{width:20px;height:20px;color:var(--text-secondary);position:absolute;left:16px}.Header-module__hBw1pG__searchInput{background:var(--card-bg-white);border-radius:var(--border-radius-full);color:var(--text-primary);width:100%;transition:var(--transition-smooth);border:none;outline:none;padding:12px 20px 12px 44px;font-family:inherit;font-size:14px;box-shadow:0 4px 20px #7090b00d}.Header-module__hBw1pG__searchInput::placeholder{color:var(--text-secondary)}.Header-module__hBw1pG__searchInput:focus{box-shadow:0 8px 30px #7090b01a}.Header-module__hBw1pG__authGroup{order:3;align-items:center;gap:16px;display:flex}.Header-module__hBw1pG__signInBtn{color:var(--text-secondary);font-size:15px;font-weight:600;text-decoration:none;transition:color .2s}.Header-module__hBw1pG__signInBtn:hover{color:var(--text-primary)}.Header-module__hBw1pG__signUpBtn{color:#fff;background-color:var(--text-primary);border-radius:24px;padding:10px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;box-shadow:0 4px 12px #0000001a}.Header-module__hBw1pG__signUpBtn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}@media (max-width:1024px){.Header-module__hBw1pG__searchContainer{max-width:300px}}@media (max-width:768px){.Header-module__hBw1pG__header{margin-bottom:24px}.Header-module__hBw1pG__title{font-size:24px}.Header-module__hBw1pG__logoLink{order:1}.Header-module__hBw1pG__authGroup{order:2}.Header-module__hBw1pG__searchContainer{flex:100%;order:3;width:100%;max-width:100%;margin:16px 0 0}}
.Dashboard-module__w7WZ1G__dashboardContainer{gap:32px;width:100%;display:flex}.Dashboard-module__w7WZ1G__leftColumn{background:var(--card-bg-white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-soft);flex:1;padding:32px}.Dashboard-module__w7WZ1G__rightColumn{flex-direction:column;flex-shrink:0;width:350px;display:flex}.Dashboard-module__w7WZ1G__statHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.Dashboard-module__w7WZ1G__sectionTitle{margin:0;font-size:24px}.Dashboard-module__w7WZ1G__dateText{color:var(--text-secondary);font-size:14px;font-weight:500}.Dashboard-module__w7WZ1G__statsRow{flex-wrap:wrap;align-items:center;gap:40px;margin-bottom:40px;display:flex}@media (max-width:768px){.Dashboard-module__w7WZ1G__statsRow{gap:20px;margin-bottom:24px}.Dashboard-module__w7WZ1G__statItem{width:calc(50% - 10px)}.Dashboard-module__w7WZ1G__viewToggles{justify-content:flex-end;width:100%;margin-top:10px}}.Dashboard-module__w7WZ1G__statItem{flex-direction:column;gap:4px;display:flex}.Dashboard-module__w7WZ1G__statValue{color:var(--text-primary);font-size:24px;font-weight:700}.Dashboard-module__w7WZ1G__statLabel{color:var(--text-secondary);font-size:12px;font-weight:500}.Dashboard-module__w7WZ1G__viewToggles{gap:12px;margin-left:auto;display:flex}.Dashboard-module__w7WZ1G__toggleIcon{width:24px;height:24px;color:var(--text-secondary);cursor:pointer;transition:var(--transition-smooth)}.Dashboard-module__w7WZ1G__toggleIcon:hover,.Dashboard-module__w7WZ1G__toggleIcon.Dashboard-module__w7WZ1G__active{color:var(--text-primary)}.Dashboard-module__w7WZ1G__projectGrid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.Dashboard-module__w7WZ1G__card{background-image:linear-gradient(135deg,#fff6 0%,#fff0 100%);border:1px solid #fff9;border-radius:24px;flex-direction:column;padding:28px 24px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;box-shadow:0 4px 6px #00000005,0 1px 3px #0000000a}.Dashboard-module__w7WZ1G__card:hover{z-index:10;border:1px solid #ffffffe6;transform:translateY(-5px)scale(1.02);box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005}.Dashboard-module__w7WZ1G__cardHeader{justify-content:space-between;margin-bottom:16px;display:flex}.Dashboard-module__w7WZ1G__cardDate{color:var(--text-secondary);font-size:12px;font-weight:500}.Dashboard-module__w7WZ1G__moreIcon{width:20px;height:20px;color:var(--text-primary);cursor:pointer}.Dashboard-module__w7WZ1G__cardTitle{margin:0 0 4px;font-size:18px;font-weight:600}.Dashboard-module__w7WZ1G__cardSubtitle{color:var(--text-secondary);margin-bottom:24px;font-size:14px}.Dashboard-module__w7WZ1G__progressSection{margin-bottom:24px}.Dashboard-module__w7WZ1G__progressHeader{justify-content:space-between;margin-bottom:8px;font-size:13px;font-weight:600;display:flex}.Dashboard-module__w7WZ1G__progressBarBg{border-radius:var(--border-radius-full);background:#0000000d;width:100%;height:6px;overflow:hidden}.Dashboard-module__w7WZ1G__progressBarFill{border-radius:var(--border-radius-full);height:100%}.Dashboard-module__w7WZ1G__cardFooter{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.Dashboard-module__w7WZ1G__avatars{display:flex}.Dashboard-module__w7WZ1G__avatarSmall{border:2px solid #fff;border-radius:50%;width:32px;height:32px;margin-left:-10px}.Dashboard-module__w7WZ1G__avatarSmall:first-child{margin-left:0}.Dashboard-module__w7WZ1G__addAvatar{background:var(--accent-blue);color:#fff;cursor:pointer;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-left:-10px;font-size:18px;display:flex}.Dashboard-module__w7WZ1G__timeLeft{border-radius:var(--border-radius-full);background:#fff9;padding:6px 12px;font-size:12px;font-weight:600}@media (max-width:1200px){.Dashboard-module__w7WZ1G__dashboardContainer{flex-direction:column}.Dashboard-module__w7WZ1G__rightColumn{width:100%}}@media (max-width:768px){.Dashboard-module__w7WZ1G__projectGrid{grid-template-columns:1fr}.Dashboard-module__w7WZ1G__leftColumn{padding:20px}}
.circulars-module__lQs94q__container{max-width:1200px;margin:0 auto;padding:40px 24px}.circulars-module__lQs94q__header{text-align:center;margin-bottom:40px}.circulars-module__lQs94q__title{background:linear-gradient(90deg, var(--accent-blue) 0%, var(--accent-purple) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:16px;font-size:36px}.circulars-module__lQs94q__description{color:var(--text-secondary);max-width:800px;margin:0 auto;font-size:16px;line-height:1.6}.circulars-module__lQs94q__searchContainer{justify-content:center;width:100%;margin-bottom:40px;display:flex}.circulars-module__lQs94q__searchWrapper{width:100%;max-width:600px;position:relative}.circulars-module__lQs94q__searchIcon{color:var(--text-secondary);pointer-events:none;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.circulars-module__lQs94q__searchInput{border-radius:var(--border-radius-full);width:100%;color:var(--text-primary);background:var(--card-bg-white);box-shadow:var(--shadow-soft);transition:var(--transition-smooth);border:1px solid #64748b33;outline:none;padding:16px 24px 16px 52px;font-size:16px}.circulars-module__lQs94q__searchInput:focus{border-color:var(--accent-blue);box-shadow:0 0 0 4px #4318ff1a}.circulars-module__lQs94q__list{flex-direction:column;gap:16px;display:flex}.circulars-module__lQs94q__card{background:var(--card-bg-white);border-radius:var(--border-radius-md);box-shadow:var(--shadow-soft);transition:var(--transition-smooth);border:1px solid #0000;justify-content:space-between;align-items:center;padding:24px;text-decoration:none;display:flex}.circulars-module__lQs94q__card:hover{box-shadow:var(--shadow-hover);border-color:#4318ff1a;transform:translateY(-2px)}.circulars-module__lQs94q__cardContent{flex:1;padding-right:24px}.circulars-module__lQs94q__cardTitle{color:var(--text-primary);margin-bottom:8px;font-size:18px;font-weight:600;line-height:1.4}.circulars-module__lQs94q__cardDate{color:var(--text-secondary);background:var(--background-color);border-radius:var(--border-radius-full);padding:4px 12px;font-size:14px;display:inline-block}.circulars-module__lQs94q__cardAction{background:var(--background-color);width:48px;height:48px;color:var(--accent-blue);transition:var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;display:flex}.circulars-module__lQs94q__card:hover .circulars-module__lQs94q__cardAction{background:var(--accent-blue);color:#fff}.circulars-module__lQs94q__emptyState{text-align:center;color:var(--text-secondary);background:var(--card-bg-white);border-radius:var(--border-radius-md);padding:60px 20px}@media (max-width:768px){.circulars-module__lQs94q__container{padding:20px 16px}.circulars-module__lQs94q__title{font-size:28px}.circulars-module__lQs94q__description{font-size:14px}.circulars-module__lQs94q__searchContainer{margin-bottom:24px}.circulars-module__lQs94q__searchInput{padding:14px 20px 14px 44px;font-size:15px}.circulars-module__lQs94q__searchIcon{width:18px;height:18px;left:16px}.circulars-module__lQs94q__card{padding:16px}.circulars-module__lQs94q__cardTitle{font-size:16px}.circulars-module__lQs94q__cardDate{padding:4px 10px;font-size:13px}.circulars-module__lQs94q__cardAction{width:40px;height:40px}}
.RightSidebar-module__eRAeUq__sidebar{flex-direction:column;height:100%;display:flex}.RightSidebar-module__eRAeUq__header{justify-content:space-between;align-items:center;padding:0 16px 24px;display:flex}.RightSidebar-module__eRAeUq__title{color:var(--text-primary);margin:0;font-size:20px;font-weight:700}.RightSidebar-module__eRAeUq__actions{color:var(--text-secondary);gap:12px;display:flex}.RightSidebar-module__eRAeUq__icon{cursor:pointer;width:20px;height:20px;transition:var(--transition-smooth)}.RightSidebar-module__eRAeUq__icon:hover{color:var(--text-primary)}.RightSidebar-module__eRAeUq__messageList{flex-direction:column;display:flex}.RightSidebar-module__eRAeUq__item{border-radius:var(--border-radius-md);transition:var(--transition-smooth);cursor:pointer;border-bottom:1px solid #0000000d;gap:16px;padding:16px;display:flex;position:relative}.RightSidebar-module__eRAeUq__item:last-child{border-bottom:none}.RightSidebar-module__eRAeUq__item:hover{background:var(--card-bg-white);transform:translate(4px)}.RightSidebar-module__eRAeUq__item.RightSidebar-module__eRAeUq__active{background:var(--card-bg-white);z-index:10;border-bottom:none;transform:scale(1.02);box-shadow:0 10px 30px #7090b026}.RightSidebar-module__eRAeUq__avatarContainer{flex-shrink:0;width:48px;height:48px;position:relative}.RightSidebar-module__eRAeUq__avatar{object-fit:cover;border-radius:50%;width:100%;height:100%}.RightSidebar-module__eRAeUq__content{flex:1;min-width:0}.RightSidebar-module__eRAeUq__topRow{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.RightSidebar-module__eRAeUq__name{color:var(--text-primary);font-size:16px;font-weight:600}.RightSidebar-module__eRAeUq__starIcon{width:16px;height:16px;color:var(--text-secondary)}.RightSidebar-module__eRAeUq__item.RightSidebar-module__eRAeUq__active .RightSidebar-module__eRAeUq__starIcon{color:var(--text-primary);fill:var(--text-primary)}.RightSidebar-module__eRAeUq__messageText{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.RightSidebar-module__eRAeUq__date{color:var(--text-secondary);text-align:right;font-size:11px;display:block}
