.page-module__Z6Lvrq__container{flex-direction:column;gap:2rem;padding-bottom:2rem;display:flex}.page-module__Z6Lvrq__header{justify-content:space-between;align-items:center;display:flex}.page-module__Z6Lvrq__title{letter-spacing:-.02em;margin-bottom:.25rem;font-size:2.25rem;font-weight:800}.page-module__Z6Lvrq__subtitle{color:var(--text-secondary);font-size:1rem}.page-module__Z6Lvrq__actions{gap:1rem;display:flex}.page-module__Z6Lvrq__metrics{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.page-module__Z6Lvrq__tableCard{padding:1.5rem;overflow:visible}.page-module__Z6Lvrq__tableCard [class*=content]{padding:0!important}.page-module__Z6Lvrq__tableHeader{justify-content:space-between;align-items:center;padding:0 0 1.5rem;display:flex}.page-module__Z6Lvrq__tableTitle{font-size:1.1rem;font-weight:700}.page-module__Z6Lvrq__dealCell{flex-direction:column;gap:.15rem;display:flex}.page-module__Z6Lvrq__dealTitle{color:var(--text-primary);font-weight:600}.page-module__Z6Lvrq__dealClient{color:var(--text-secondary);font-size:.8rem}.page-module__Z6Lvrq__dateCell{color:var(--text-secondary);font-size:.9rem}.page-module__Z6Lvrq__probContainer{align-items:center;gap:.75rem;width:150px;display:flex}.page-module__Z6Lvrq__probBar{background:var(--surface-light);border-radius:3px;flex:1;height:6px;overflow:hidden}.page-module__Z6Lvrq__probFill{background:linear-gradient(90deg,var(--blue-pure),var(--blue-vibrant));height:100%;box-shadow:0 0 10px var(--blue-glow);border-radius:3px}.page-module__Z6Lvrq__probText{color:var(--text-secondary);min-width:35px;font-size:.8rem;font-weight:600}.page-module__Z6Lvrq__valueText{color:var(--blue-pure);font-weight:700}.page-module__Z6Lvrq__tableCard [class*=tableWrapper]{box-shadow:none!important;background:0 0!important;border:none!important}.page-module__Z6Lvrq__tableCard table th:first-child,.page-module__Z6Lvrq__tableCard table td:first-child{padding-left:0!important}.page-module__Z6Lvrq__tableCard table th:last-child,.page-module__Z6Lvrq__tableCard table td:last-child{padding-right:0!important}.page-module__Z6Lvrq__filterWrap{align-items:center;display:flex;position:relative}.page-module__Z6Lvrq__filterIcon{color:var(--text-secondary);pointer-events:none;position:absolute;left:10px}.page-module__Z6Lvrq__filterSelect{appearance:none;border:1px solid var(--border-color,#ffffff1a);background:var(--surface-light,#ffffff0d);color:var(--text-primary);cursor:pointer;border-radius:8px;outline:none;padding:6px 12px 6px 30px;font-size:.85rem;transition:border-color .2s}.page-module__Z6Lvrq__filterSelect:hover{border-color:var(--blue-pure)}.page-module__Z6Lvrq__emptyState{text-align:center;color:var(--text-secondary);flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.page-module__Z6Lvrq__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0009;justify-content:center;align-items:center;animation:.15s page-module__Z6Lvrq__fadeIn;display:flex;position:fixed;inset:0}@keyframes page-module__Z6Lvrq__fadeIn{0%{opacity:0}to{opacity:1}}.page-module__Z6Lvrq__modal{background:var(--surface-card,#1a1f2e);border:1px solid var(--border-color,#ffffff1a);border-radius:16px;width:100%;max-width:620px;max-height:90vh;animation:.2s page-module__Z6Lvrq__slideUp;overflow-y:auto;box-shadow:0 25px 80px #00000080}@keyframes page-module__Z6Lvrq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-module__Z6Lvrq__modalHeader{border-bottom:1px solid var(--border-color,#ffffff14);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.page-module__Z6Lvrq__modalTitle{font-size:1.1rem;font-weight:700}.page-module__Z6Lvrq__modalClose{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:color .2s,background .2s;display:flex}.page-module__Z6Lvrq__modalClose:hover{color:var(--text-primary);background:var(--surface-light,#ffffff0f)}.page-module__Z6Lvrq__modalBody{padding:1.5rem}.page-module__Z6Lvrq__modalFooter{border-top:1px solid var(--border-color,#ffffff14);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.page-module__Z6Lvrq__formGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.page-module__Z6Lvrq__formGroup{flex-direction:column;gap:.4rem;display:flex}.page-module__Z6Lvrq__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:600}.page-module__Z6Lvrq__input,.page-module__Z6Lvrq__select{border:1px solid var(--border-color,#ffffff1a);background:var(--surface-light,#ffffff0a);color:var(--text-primary);box-sizing:border-box;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.page-module__Z6Lvrq__input:focus,.page-module__Z6Lvrq__select:focus{border-color:var(--blue-pure);box-shadow:0 0 0 3px var(--blue-glow,#60a5fa26)}.page-module__Z6Lvrq__formError{color:#f87171;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;margin-bottom:1rem;padding:10px 14px;font-size:.85rem}@keyframes page-module__Z6Lvrq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-module__Z6Lvrq__spin{animation:.8s linear infinite page-module__Z6Lvrq__spin}
.Card-module__QRy0Sa__card{background-color:var(--surface);border-radius:var(--radius-2xl);box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:all var(--transition);flex-direction:column;display:flex;position:relative;overflow:hidden}.Card-module__QRy0Sa__card:hover{box-shadow:0 12px 30px -10px var(--blue-glow);border-color:var(--blue-vibrant)}.Card-module__QRy0Sa__header{padding:var(--spacing-lg)var(--spacing-lg)var(--spacing-sm);justify-content:space-between;align-items:center;display:flex}.Card-module__QRy0Sa__title{color:var(--text-primary);font-size:1.1rem;font-weight:600}.Card-module__QRy0Sa__content{padding:var(--spacing-lg);flex:1}
.MetricCard-module__Tg2O7W__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-2xl);transition:all var(--transition);flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.MetricCard-module__Tg2O7W__card:hover{box-shadow:0 20px 40px -15px var(--blue-glow),0 8px 16px -8px #0000001a;border-color:var(--blue-vibrant)}.MetricCard-module__Tg2O7W__glowOrb{filter:blur(40px);pointer-events:none;opacity:.5;border-radius:50%;width:160px;height:160px;transition:opacity .3s;position:absolute;top:50%;right:-40px;transform:translateY(-50%)}.MetricCard-module__Tg2O7W__card:hover .MetricCard-module__Tg2O7W__glowOrb{opacity:.85}.MetricCard-module__Tg2O7W__orb_primary{background:#3b82f68c}.MetricCard-module__Tg2O7W__orb_success{background:#16a34a8c}.MetricCard-module__Tg2O7W__orb_warning{background:#d977068c}.MetricCard-module__Tg2O7W__orb_danger{background:#dc26268c}.MetricCard-module__Tg2O7W__orb_info{background:#6366f173}.MetricCard-module__Tg2O7W__header{justify-content:space-between;align-items:center;display:flex}.MetricCard-module__Tg2O7W__iconWrapper{border-radius:var(--radius-xl);justify-content:center;align-items:center;width:44px;height:44px;transition:transform .3s;display:flex}.MetricCard-module__Tg2O7W__card:hover .MetricCard-module__Tg2O7W__iconWrapper{transform:scale(1.1)rotate(5deg)}.MetricCard-module__Tg2O7W__primary{background:var(--blue-glow);color:var(--blue-pure)}.MetricCard-module__Tg2O7W__success{color:var(--success);background:#16a34a1f}.MetricCard-module__Tg2O7W__warning{color:var(--warning);background:#d977061f}.MetricCard-module__Tg2O7W__danger{color:var(--error);background:#dc26261f}.MetricCard-module__Tg2O7W__info{background:var(--bg-muted);color:var(--info)}.MetricCard-module__Tg2O7W__trend{border-radius:var(--radius-sm);padding:4px 8px;font-size:.8rem;font-weight:700}.MetricCard-module__Tg2O7W__positive{color:var(--success);background:#16a34a1a}.MetricCard-module__Tg2O7W__negative{color:var(--error);background:#dc26261a}.MetricCard-module__Tg2O7W__body{flex-direction:column;gap:.35rem;display:flex}.MetricCard-module__Tg2O7W__label{color:var(--text-secondary);margin:0;font-size:.9rem;font-weight:500}.MetricCard-module__Tg2O7W__value{color:var(--text-primary);letter-spacing:-.02em;font-size:1.75rem;font-weight:800}.MetricCard-module__Tg2O7W__subtext{color:var(--text-tertiary);margin:0;font-size:.75rem}.MetricCard-module__Tg2O7W__footer{padding-top:.5rem}.MetricCard-module__Tg2O7W__progress{background:var(--bg-subtle);border-radius:2px;height:4px;overflow:hidden}.MetricCard-module__Tg2O7W__progressBar{opacity:.8;background:currentColor;border-radius:2px;height:100%}
.RevenueChart-module__Ewfb_q__chartCard{box-sizing:border-box;flex-direction:column;height:100%;margin-top:0;padding:1.5rem 1.5rem .75rem;display:flex}.RevenueChart-module__Ewfb_q__chartCard:hover{box-shadow:0 20px 40px -15px var(--blue-glow),0 8px 16px -8px #0000001a;border-color:var(--blue-vibrant)}.RevenueChart-module__Ewfb_q__header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.RevenueChart-module__Ewfb_q__title{margin:0;font-size:1.1rem;font-weight:700}.RevenueChart-module__Ewfb_q__legend{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;gap:1.5rem;font-size:.8rem;font-weight:600;display:flex}.RevenueChart-module__Ewfb_q__legendItem{align-items:center;gap:.5rem;display:flex}.RevenueChart-module__Ewfb_q__dot{border-radius:50%;width:10px;height:10px}.RevenueChart-module__Ewfb_q__revenueDot{background-color:var(--blue-pure)}.RevenueChart-module__Ewfb_q__expenseDot{background-color:var(--error)}.RevenueChart-module__Ewfb_q__chartContainer{background-image:linear-gradient(var(--border)1px,transparent 1px);background-size:100% 40px;flex:1;gap:1rem;min-height:200px;padding-left:2rem;display:flex;position:relative}.RevenueChart-module__Ewfb_q__yAxis{color:var(--text-tertiary);text-align:right;flex-direction:column;justify-content:space-between;width:3rem;font-size:.75rem;display:flex;position:absolute;top:0;bottom:25px;left:0}.RevenueChart-module__Ewfb_q__barsContainer{border-bottom:1px solid var(--border);flex:1;justify-content:space-around;align-items:flex-end;padding-bottom:20px;display:flex}.RevenueChart-module__Ewfb_q__barGroup{flex-direction:column;align-items:center;width:60px;height:100%;display:flex;position:relative}.RevenueChart-module__Ewfb_q__bars{justify-content:center;align-items:flex-end;gap:4px;width:100%;height:100%;display:flex}.RevenueChart-module__Ewfb_q__revenueBar,.RevenueChart-module__Ewfb_q__expenseBar{width:12px;transition:all .5s var(--transition);cursor:pointer;border-radius:4px 4px 0 0;position:relative}.RevenueChart-module__Ewfb_q__revenueBar{background:linear-gradient(to top,var(--blue-pure)0%,var(--blue-vibrant)100%);box-shadow:0 4px 12px var(--blue-glow)}.RevenueChart-module__Ewfb_q__expenseBar{background:var(--bg-muted);border:1px solid var(--border);opacity:.8}.RevenueChart-module__Ewfb_q__revenueBar:hover,.RevenueChart-module__Ewfb_q__expenseBar:hover{filter:brightness(1.2);transform:scaleX(1.1)}.RevenueChart-module__Ewfb_q__xLabel{color:var(--text-secondary);white-space:nowrap;font-size:.75rem;position:absolute;bottom:-20px}.RevenueChart-module__Ewfb_q__tooltip{background:var(--sidebar-bg);color:#fff;opacity:0;visibility:hidden;white-space:nowrap;z-index:10;border-radius:4px;padding:4px 8px;font-size:.7rem;transition:all .2s;position:absolute;top:-35px;left:50%;transform:translate(-50%)}.RevenueChart-module__Ewfb_q__revenueBar:hover .RevenueChart-module__Ewfb_q__tooltip,.RevenueChart-module__Ewfb_q__expenseBar:hover .RevenueChart-module__Ewfb_q__tooltip{opacity:1;visibility:visible;top:-45px}
.Badge-module__yqYDGW__badge{text-transform:uppercase;letter-spacing:.05em;transition:all var(--transition);border:1px solid #0000;border-radius:999px;align-items:center;gap:.5rem;padding:.25rem .75rem;font-size:.7rem;font-weight:700;display:inline-flex}.Badge-module__yqYDGW__dot{background-color:currentColor;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px}.Badge-module__yqYDGW__success{color:#10b981;background:#10b9811a;border-color:#10b98133}.Badge-module__yqYDGW__warning{color:#f59e0b;background:#f59e0b1a;border-color:#f59e0b33}.Badge-module__yqYDGW__danger{color:#ef4444;background:#ef44441a;border-color:#ef444433}.Badge-module__yqYDGW__info{color:var(--blue-vibrant);box-shadow:0 0 15px -5px var(--blue-glow);background:#2563eb1a;border-color:#2563eb33}.Badge-module__yqYDGW__neutral{background:var(--bg-muted);color:var(--text-secondary);border-color:var(--border)}[data-theme=dark] .Badge-module__yqYDGW__badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}[data-theme=dark] .Badge-module__yqYDGW__info{background:#2563eb26;border-color:#2563eb4d}
.payments-client-module__35VQBG__container{gap:var(--spacing-lg);padding:var(--spacing-lg)0;flex-direction:column;display:flex}.payments-client-module__35VQBG__header{margin-bottom:var(--spacing-md);justify-content:space-between;align-items:flex-end;display:flex}.payments-client-module__35VQBG__title{color:var(--text-primary);margin-bottom:var(--spacing-xs);font-size:2rem;font-weight:700}.payments-client-module__35VQBG__subtitle{color:var(--text-secondary)}.payments-client-module__35VQBG__controls{gap:var(--spacing-md);align-items:center;display:flex}.payments-client-module__35VQBG__monthPicker{background:var(--bg-muted);border:1px solid var(--border);color:var(--text-primary);transition:all var(--transition);border-radius:8px;outline:none;padding:8px 12px;font-size:.9rem}.payments-client-module__35VQBG__monthPicker:focus{border-color:var(--blue-vibrant);box-shadow:0 0 0 2px var(--blue-glow)}.payments-client-module__35VQBG__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;padding:var(--spacing-md);background:#020617cc;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.payments-client-module__35VQBG__modal{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;width:100%;max-width:600px;max-height:90vh;animation:.3s ease-out payments-client-module__35VQBG__scaleUp;display:flex;overflow-y:auto;box-shadow:0 20px 25px -5px #0000004d}.payments-client-module__35VQBG__modalHeader{padding:var(--spacing-lg);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;display:flex}.payments-client-module__35VQBG__modalTitle{color:var(--text-primary);font-size:1.25rem;font-weight:600}.payments-client-module__35VQBG__form{padding:var(--spacing-lg);gap:var(--spacing-md);flex-direction:column;display:flex}.payments-client-module__35VQBG__grid{gap:var(--spacing-md);grid-template-columns:1fr 1fr;display:grid}.payments-client-module__35VQBG__field{flex-direction:column;gap:6px;display:flex}.payments-client-module__35VQBG__label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.payments-client-module__35VQBG__input,.payments-client-module__35VQBG__select,.payments-client-module__35VQBG__textarea{background:var(--bg-muted);border:1px solid var(--border);color:var(--text-primary);transition:all var(--transition);border-radius:8px;outline:none;padding:10px 14px;font-size:.9rem}.payments-client-module__35VQBG__input:focus,.payments-client-module__35VQBG__select:focus,.payments-client-module__35VQBG__textarea:focus{border-color:var(--blue-vibrant);box-shadow:0 0 0 2px var(--blue-glow)}.payments-client-module__35VQBG__footer{padding:var(--spacing-lg);border-top:1px solid var(--border);justify-content:flex-end;gap:var(--spacing-sm);display:flex}.payments-client-module__35VQBG__totalBanner{padding:var(--spacing-md);border-top:1px solid var(--border);background:#ffffff03;justify-content:flex-end;display:flex}.payments-client-module__35VQBG__totalLabel{color:var(--text-secondary);margin-right:12px;font-size:1rem}.payments-client-module__35VQBG__totalValue{color:var(--blue-vibrant);font-size:1.25rem;font-weight:700}@keyframes payments-client-module__35VQBG__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.RecentActivity-module__zJEyJG__activityCard{margin-top:0;padding:1.5rem 1.5rem .75rem}.RecentActivity-module__zJEyJG__activityCard:hover{box-shadow:0 20px 40px -15px var(--blue-glow),0 8px 16px -8px #0000001a;border-color:var(--blue-vibrant);transform:translateY(-5px)}.RecentActivity-module__zJEyJG__list{flex-direction:column;display:flex}.RecentActivity-module__zJEyJG__item{border-bottom:1px solid var(--border);transition:all var(--transition);align-items:center;gap:1rem;padding:1rem 0;display:flex}.RecentActivity-module__zJEyJG__item:last-child{border-bottom:none}.RecentActivity-module__zJEyJG__item:hover{padding-left:.5rem}.RecentActivity-module__zJEyJG__iconWrapper{width:42px;height:42px;box-shadow:var(--shadow-sm);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.RecentActivity-module__zJEyJG__invoice{color:var(--blue-pure);background:linear-gradient(135deg,#2563eb1a,#2563eb33);border:1px solid #2563eb1a}.RecentActivity-module__zJEyJG__project{color:#8b5cf6;background:linear-gradient(135deg,#8b5cf61a,#8b5cf633);border:1px solid #8b5cf61a}.RecentActivity-module__zJEyJG__lead{color:#10b981;background:linear-gradient(135deg,#10b9811a,#10b98133);border:1px solid #10b9811a}.RecentActivity-module__zJEyJG__content{flex-direction:column;flex:1;gap:.25rem;display:flex}.RecentActivity-module__zJEyJG__mainInfo{justify-content:space-between;align-items:center;display:flex}.RecentActivity-module__zJEyJG__titleText{color:var(--text-primary);font-size:.95rem;font-weight:600}.RecentActivity-module__zJEyJG__valueText{font-size:.9rem;font-weight:700}.RecentActivity-module__zJEyJG__subInfo{align-items:center;gap:.5rem;font-size:.8rem;display:flex}.RecentActivity-module__zJEyJG__subtitle{color:var(--text-secondary)}.RecentActivity-module__zJEyJG__dot{background:var(--text-tertiary);border-radius:50%;width:3px;height:3px}.RecentActivity-module__zJEyJG__status{text-transform:uppercase;letter-spacing:.02em;font-size:.75rem;font-weight:700}.RecentActivity-module__zJEyJG__status[data-status=Paid],.RecentActivity-module__zJEyJG__status[data-status=Won],.RecentActivity-module__zJEyJG__status[data-status=Completed]{color:var(--success)}.RecentActivity-module__zJEyJG__status[data-status=Overdue],.RecentActivity-module__zJEyJG__status[data-status=Lost]{color:var(--error)}.RecentActivity-module__zJEyJG__status[data-status=Sent],.RecentActivity-module__zJEyJG__status[data-status=In\ Progress],.RecentActivity-module__zJEyJG__status[data-status=Pending]{color:var(--blue-vibrant)}.RecentActivity-module__zJEyJG__date{color:var(--text-tertiary);text-align:right;min-width:60px;font-size:.75rem}.RecentActivity-module__zJEyJG__footer{justify-content:center;padding-top:1.25rem;display:flex}.RecentActivity-module__zJEyJG__viewAll{color:var(--blue-pure);border-radius:var(--radius-md);background:var(--bg-muted);transition:all var(--transition);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:flex}.RecentActivity-module__zJEyJG__viewAll:hover{background:var(--blue-glow);color:var(--blue-pure);gap:.75rem}
.Button-module__VMVMAW__button{cursor:pointer;border:1px solid #0000;border-radius:10px;outline:none;justify-content:center;align-items:center;font-family:inherit;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.Button-module__VMVMAW__button:disabled{opacity:.6;cursor:not-allowed}.Button-module__VMVMAW__primary{background:linear-gradient(135deg,var(--blue-pure),var(--blue-vibrant));color:#fff;box-shadow:0 4px 12px var(--blue-glow);border:none}.Button-module__VMVMAW__primary:hover:not(:disabled){box-shadow:0 8px 20px -4px var(--blue-glow);filter:brightness(1.1);transform:translateY(-2px)scale(1.02)}.Button-module__VMVMAW__primary:active:not(:disabled){transform:translateY(0)scale(.98)}.Button-module__VMVMAW__secondary{background-color:var(--secondary);color:#fff}.Button-module__VMVMAW__outline{border-color:var(--border);color:var(--text-primary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffff08}.Button-module__VMVMAW__outline:hover:not(:disabled){border-color:var(--blue-vibrant);color:var(--blue-pure);background-color:#2563eb14;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb1a}.Button-module__VMVMAW__ghost{color:var(--text-secondary);background-color:#0000}.Button-module__VMVMAW__ghost:hover:not(:disabled){background-color:var(--bg-muted);color:var(--blue-pure);border-radius:10px}.Button-module__VMVMAW__sm{height:32px;padding:0 12px;font-size:.85rem}.Button-module__VMVMAW__md{height:40px;padding:0 20px;font-size:.95rem}.Button-module__VMVMAW__lg{height:48px;padding:0 24px;font-size:1rem}
.Table-module__IK6qEq__tableWrapper{background:var(--surface);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-sm);border:1px solid var(--border);overflow-x:auto}.Table-module__IK6qEq__table{border-collapse:collapse;text-align:left;width:100%}.Table-module__IK6qEq__table th{padding:var(--spacing-md)var(--spacing-lg);border-bottom:1px solid var(--border);color:var(--text-secondary);font-size:.9rem;font-weight:500}.Table-module__IK6qEq__table td{padding:var(--spacing-md)var(--spacing-lg);border-bottom:1px solid var(--border);color:var(--text-primary);font-size:.95rem}.Table-module__IK6qEq__table tr:last-child td{border-bottom:none}.Table-module__IK6qEq__clickable{cursor:pointer;transition:background-color .4s cubic-bezier(.4,0,.2,1)}.Table-module__IK6qEq__clickable:hover{background-color:var(--accent)}
.page-module__I50PcG__container{flex-direction:column;gap:24px;animation:.4s ease-out page-module__I50PcG__fadeIn;display:flex}@keyframes page-module__I50PcG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-module__I50PcG__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.page-module__I50PcG__titleGroup{align-items:center;gap:16px;display:flex}.page-module__I50PcG__backButton{color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;padding:8px;transition:all .2s;display:flex}.page-module__I50PcG__backButton:hover{color:#fff;background:#ffffff1a}.page-module__I50PcG__mainGrid{grid-template-columns:350px 1fr;gap:24px;display:grid}.page-module__I50PcG__sidePanel{flex-direction:column;gap:20px;display:flex}.page-module__I50PcG__contactInfo{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.page-module__I50PcG__contactItem{color:var(--text-secondary);align-items:center;gap:12px;font-size:.9rem;display:flex}.page-module__I50PcG__contactItem svg{color:var(--primary-color)}.page-module__I50PcG__timeline{flex-direction:column;gap:16px;padding-left:20px;display:flex;position:relative}.page-module__I50PcG__timeline:before{content:"";background:#ffffff0d;width:2px;position:absolute;top:0;bottom:0;left:5px}.page-module__I50PcG__activityCard{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;padding:16px;position:relative}.page-module__I50PcG__activityCard:after{content:"";background:var(--primary-color);width:10px;height:10px;box-shadow:0 0 10px var(--primary-color);border-radius:50%;position:absolute;top:20px;left:-19px}.page-module__I50PcG__activityHeader{justify-content:space-between;margin-bottom:8px;display:flex}.page-module__I50PcG__activityTitle{font-size:.9rem;font-weight:600}.page-module__I50PcG__activityDate{color:var(--text-secondary);font-size:.75rem}.page-module__I50PcG__activityDesc{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.page-module__I50PcG__statsRow{grid-template-columns:1fr 1fr;gap:12px;display:grid}.page-module__I50PcG__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.page-module__I50PcG__modalContent{background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-xl);width:500px;max-width:90vw;box-shadow:var(--shadow-xl);padding:2rem}.page-module__I50PcG__modalTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.page-module__I50PcG__modalForm{flex-direction:column;gap:1.25rem;display:flex}.page-module__I50PcG__formGroup{flex-direction:column;gap:.5rem;display:flex}.page-module__I50PcG__formGroup label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.page-module__I50PcG__formGroup input,.page-module__I50PcG__formGroup select{background:var(--surface-light);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);transition:all var(--transition);outline:none;padding:.6rem 1rem;font-size:.9rem}.page-module__I50PcG__formGroup input:focus,.page-module__I50PcG__formGroup select:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb33}.page-module__I50PcG__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.page-module__I50PcG__modalActions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}
