.Auth-module__XmhAJG__authContainer{background-color:var(--bg-primary);z-index:1000;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0;overflow:hidden}.Auth-module__XmhAJG__authBg{z-index:1;position:absolute;inset:0}.Auth-module__XmhAJG__glowCircle1{filter:blur(40px);background:radial-gradient(circle,#2563eb26 0%,#2563eb00 70%);border-radius:50%;width:50%;height:50%;position:absolute;top:-10%;left:-10%}.Auth-module__XmhAJG__glowCircle2{filter:blur(40px);background:radial-gradient(circle,#a855f71f 0%,#a855f700 70%);border-radius:50%;width:50%;height:50%;position:absolute;bottom:-10%;right:-10%}.Auth-module__XmhAJG__authCard{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:100%;max-width:440px;box-shadow:var(--shadow-lg);z-index:10;flex-direction:column;gap:1.5rem;padding:2.25rem 2rem;animation:.3s cubic-bezier(.16,1,.3,1) Auth-module__XmhAJG__scaleUp;display:flex}.Auth-module__XmhAJG__header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.Auth-module__XmhAJG__logoIcon{border-radius:var(--radius-md);color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.5rem;font-size:1.6rem;font-weight:800;display:flex;box-shadow:0 0 15px #3b82f666}.Auth-module__XmhAJG__logoText{letter-spacing:-.025em;background:linear-gradient(90deg,#fff,#d1d5db);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.35rem;font-weight:800}.Auth-module__XmhAJG__subtitle{color:var(--text-secondary);font-size:.825rem}.Auth-module__XmhAJG__alert{border-radius:var(--radius-md);background-color:#f59e0b14;border:1px solid #f59e0b33;flex-direction:column;gap:.75rem;padding:1.15rem;display:flex}.Auth-module__XmhAJG__alertHeader{color:var(--warning-color);align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.Auth-module__XmhAJG__alertIcon{width:18px;height:18px}.Auth-module__XmhAJG__alertBody{color:var(--text-secondary);font-size:.75rem;line-height:1.45}.Auth-module__XmhAJG__alertBody code{background-color:#0000004d;border-radius:4px;padding:.1rem .3rem;font-family:monospace}.Auth-module__XmhAJG__offlineBtn{justify-content:center;margin-top:.25rem}.Auth-module__XmhAJG__form{flex-direction:column;gap:1.25rem;display:flex}.Auth-module__XmhAJG__field{flex-direction:column;gap:.35rem;display:flex}.Auth-module__XmhAJG__label{color:var(--text-secondary);font-size:.75rem;font-weight:600}.Auth-module__XmhAJG__input{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-primary);outline:none;padding:.65rem .875rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.Auth-module__XmhAJG__input:focus{border-color:var(--accent-color)}.Auth-module__XmhAJG__submitBtn{justify-content:center;margin-top:.5rem;padding:.65rem;font-size:.9rem;font-weight:600}.Auth-module__XmhAJG__error{background-color:var(--danger-bg);color:#f87171;border-radius:var(--radius-sm);text-align:center;border:1px solid #ef444433;padding:.65rem;font-size:.775rem}.Auth-module__XmhAJG__success{background-color:var(--success-bg);color:#34d399;border-radius:var(--radius-sm);text-align:center;border:1px solid #10b98133;padding:.65rem;font-size:.775rem}.Auth-module__XmhAJG__toggleRow{color:var(--text-muted);justify-content:center;align-items:center;gap:.35rem;margin-top:.25rem;font-size:.775rem;display:flex}.Auth-module__XmhAJG__toggleBtn{color:var(--accent-color);cursor:pointer;background:0 0;border:none;outline:none;font-weight:600}.Auth-module__XmhAJG__toggleBtn:hover{text-decoration:underline}.Auth-module__XmhAJG__offlineFooter{border-top:1px solid var(--border-color);text-align:center;padding-top:1rem}.Auth-module__XmhAJG__offlineLink{color:var(--text-muted);cursor:pointer;background:0 0;border:none;outline:none;font-size:.75rem}.Auth-module__XmhAJG__offlineLink:hover{color:var(--text-secondary);text-decoration:underline}.Auth-module__XmhAJG__fullWidth{width:100%}@keyframes Auth-module__XmhAJG__scaleUp{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}
.Sidebar-module__5-k5AW__nav{flex-direction:column;gap:1rem;display:flex}.Sidebar-module__5-k5AW__sectionHeader{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-top:1rem;padding:0 .5rem;font-size:.725rem;font-weight:700}.Sidebar-module__5-k5AW__navBtn{text-align:left;cursor:pointer;background:0 0;border:none;outline:none;width:100%}.Sidebar-module__5-k5AW__footer{border-top:1px solid var(--border-color);flex-direction:column;gap:.875rem;margin-top:auto;padding-top:1.25rem;display:flex}.Sidebar-module__5-k5AW__statusRow{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.Sidebar-module__5-k5AW__statusBadgeOnline,.Sidebar-module__5-k5AW__statusBadgeOffline{border-radius:12px;align-items:center;gap:.35rem;padding:.2rem .5rem;font-size:.725rem;font-weight:600;display:inline-flex}.Sidebar-module__5-k5AW__statusBadgeOnline{color:var(--success-color);background-color:#10b9811a}.Sidebar-module__5-k5AW__statusBadgeOffline{color:var(--warning-color);background-color:#f59e0b1a}.Sidebar-module__5-k5AW__dotOnline,.Sidebar-module__5-k5AW__dotOffline{border-radius:50%;width:6px;height:6px}.Sidebar-module__5-k5AW__dotOnline{background-color:var(--success-color)}.Sidebar-module__5-k5AW__dotOffline{background-color:var(--warning-color)}.Sidebar-module__5-k5AW__goOnlineBtn{color:var(--accent-color);cursor:pointer;background:0 0;border:none;outline:none;font-size:.725rem;font-weight:700}.Sidebar-module__5-k5AW__goOnlineBtn:hover{text-decoration:underline}.Sidebar-module__5-k5AW__profileRow{align-items:center;gap:.75rem;display:flex}.Sidebar-module__5-k5AW__avatar{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:600;display:flex}.Sidebar-module__5-k5AW__userInfo{flex-direction:column;min-width:0;display:flex}.Sidebar-module__5-k5AW__userName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.Sidebar-module__5-k5AW__userRole{color:var(--text-muted);font-size:.725rem}.Sidebar-module__5-k5AW__signOutBtn{border:1px solid var(--border-color);width:100%;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;background-color:#0000;justify-content:center;align-items:center;gap:.35rem;padding:.45rem;font-size:.75rem;font-weight:600;transition:all .15s;display:flex}.Sidebar-module__5-k5AW__signOutBtn:hover{background-color:var(--danger-bg);color:#f87171;border-color:#ef444433}.Sidebar-module__5-k5AW__signOutIcon{width:14px;height:14px}.Sidebar-module__5-k5AW__simulationContainer{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:#ffffff08;flex-direction:column;gap:.35rem;margin-top:.25rem;padding:.65rem;display:flex}.Sidebar-module__5-k5AW__simulationLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.675rem;font-weight:700}.Sidebar-module__5-k5AW__simulationSelect{border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;background:#0000004d;border-radius:4px;outline:none;width:100%;padding:.35rem .5rem;font-size:.75rem}.Sidebar-module__5-k5AW__simulationSelect:focus{border-color:var(--accent-color)}
.DashboardMetrics-module__O8BRxa__container{border-bottom:1px solid var(--border-color);background-color:#11182733;flex-shrink:0;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;padding:1.5rem 2rem;display:grid}.DashboardMetrics-module__O8BRxa__card{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);flex-direction:column;gap:.5rem;padding:1.25rem;transition:transform .2s,border-color .2s;display:flex}.DashboardMetrics-module__O8BRxa__card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.DashboardMetrics-module__O8BRxa__cardHeader{justify-content:space-between;align-items:center;display:flex}.DashboardMetrics-module__O8BRxa__cardTitle{color:var(--text-secondary);letter-spacing:.01em;font-size:.8rem;font-weight:600}.DashboardMetrics-module__O8BRxa__iconBg{border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.DashboardMetrics-module__O8BRxa__icon{width:16px;height:16px}.DashboardMetrics-module__O8BRxa__blue{color:#60a5fa;background-color:#3b82f626}.DashboardMetrics-module__O8BRxa__green{color:#34d399;background-color:#10b98126}.DashboardMetrics-module__O8BRxa__red{color:#f87171;background-color:#ef444426}.DashboardMetrics-module__O8BRxa__purple{color:#c084fc;background-color:#a855f726}.DashboardMetrics-module__O8BRxa__cardValue{color:var(--text-primary);letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.DashboardMetrics-module__O8BRxa__cardSubtext{color:var(--text-muted);font-size:.75rem}
.DealCard-module__Cazpha__card{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:grab;-webkit-user-select:none;user-select:none;box-shadow:var(--shadow-sm);flex-direction:column;gap:.75rem;padding:.875rem;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex}.DealCard-module__Cazpha__card:active{cursor:grabbing}.DealCard-module__Cazpha__card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.DealCard-module__Cazpha__dragging{opacity:.4;border:1px dashed var(--accent-color);box-shadow:none;transform:scale(.96)}.DealCard-module__Cazpha__title{color:var(--text-primary);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.DealCard-module__Cazpha__meta{flex-direction:column;gap:.35rem;display:flex}.DealCard-module__Cazpha__org,.DealCard-module__Cazpha__contact{color:var(--text-secondary);align-items:center;gap:.35rem;font-size:.75rem;display:flex}.DealCard-module__Cazpha__icon{opacity:.6;flex-shrink:0;width:14px;height:14px}.DealCard-module__Cazpha__footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:.25rem;padding-top:.65rem;display:flex}.DealCard-module__Cazpha__value{color:var(--text-primary);font-size:.95rem;font-weight:700}.DealCard-module__Cazpha__statusBadge{text-transform:uppercase;border-radius:4px;padding:.15rem .45rem;font-size:.65rem;font-weight:600}.DealCard-module__Cazpha__open{color:var(--text-secondary);border:1px solid var(--border-color);background-color:#ffffff0d}.DealCard-module__Cazpha__won{background-color:var(--success-bg);color:var(--success-color);border:1px solid #10b98133}.DealCard-module__Cazpha__lost{background-color:var(--danger-bg);color:var(--danger-color);border:1px solid #ef444433}@keyframes DealCard-module__Cazpha__pulse-red{0%{border-color:#ef444480;box-shadow:0 0 #ef444466}70%{border-color:#ef4444cc;box-shadow:0 0 0 6px #ef444400}to{border-color:#ef444480;box-shadow:0 0 #ef444400}}.DealCard-module__Cazpha__rotting{animation:2s infinite DealCard-module__Cazpha__pulse-red;border-color:#ef444499!important}.DealCard-module__Cazpha__activityIndicator{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin:0 .5rem;transition:transform .2s;display:flex}.DealCard-module__Cazpha__activityIndicator:hover{transform:scale(1.15)}.DealCard-module__Cazpha__overdue{color:#ef4444;background-color:#ef444426;border:1px solid #ef4444}.DealCard-module__Cazpha__future{color:#10b981;background-color:#10b98126;border:1px solid #10b981}.DealCard-module__Cazpha__none{color:#f59e0b;background-color:#f59e0b26;border:1px solid #f59e0b}.DealCard-module__Cazpha__indicatorIcon{width:10px;height:10px}.DealCard-module__Cazpha__mobileStageSelector{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:8px;margin-top:10px;padding-top:10px;display:none}.DealCard-module__Cazpha__mobileStageLabel{color:#9ca3af;font-size:11px;font-weight:600}.DealCard-module__Cazpha__mobileSelect{border:1px solid var(--border-color,#ffffff1f);color:#fff;background:#0003;border-radius:4px;outline:none;flex:1;padding:4px 8px;font-size:11px}@media (max-width:768px){.DealCard-module__Cazpha__mobileStageSelector{display:flex}}
.Pipeline-module__4QHuxW__board{flex-grow:1;align-items:stretch;gap:1rem;padding:1.5rem 2rem;display:flex;overflow:auto hidden}.Pipeline-module__4QHuxW__column{border:1px solid var(--border-color);border-radius:var(--radius-md);background-color:#11182766;flex-direction:column;width:280px;min-width:280px;padding:1rem;transition:border-color .2s,background-color .2s;display:flex}.Pipeline-module__4QHuxW__columnDragOver{background-color:#2563eb0d;border-color:#2563eb66}.Pipeline-module__4QHuxW__columnHeader{flex-direction:column;flex-shrink:0;gap:.25rem;margin-bottom:1rem;display:flex}.Pipeline-module__4QHuxW__headerInfo{align-items:center;gap:.5rem;display:flex}.Pipeline-module__4QHuxW__columnIndicator{border-radius:50%;flex-shrink:0;width:8px;height:8px}.Pipeline-module__4QHuxW__columnTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.Pipeline-module__4QHuxW__columnCount{color:var(--text-muted);background-color:#ffffff0d;border-radius:4px;padding:.05rem .35rem;font-size:.75rem;font-weight:500}.Pipeline-module__4QHuxW__columnValue{color:var(--text-primary);padding-left:.9rem;font-size:1.1rem;font-weight:700}.Pipeline-module__4QHuxW__addBtn{border:1px dashed var(--border-color);width:100%;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;background-color:#0000;flex-shrink:0;justify-content:center;align-items:center;gap:.35rem;margin-bottom:1rem;padding:.5rem;font-size:.8rem;font-weight:500;transition:all .15s;display:flex}.Pipeline-module__4QHuxW__addBtn:hover{background-color:var(--bg-tertiary);border-color:var(--border-hover);color:var(--text-primary)}.Pipeline-module__4QHuxW__addIcon{width:14px;height:14px}.Pipeline-module__4QHuxW__cardList{flex-direction:column;flex-grow:1;gap:.75rem;padding-bottom:1rem;display:flex;overflow-y:auto}.Pipeline-module__4QHuxW__emptyState{color:var(--text-muted);text-align:center;border-radius:var(--radius-sm);border:1px dashed #ffffff08;padding:2rem 1rem;font-size:.75rem}.Pipeline-module__4QHuxW__pipelineContainer{flex-direction:column;flex-grow:1;display:flex;overflow:hidden}.Pipeline-module__4QHuxW__filterBar{border-bottom:1px solid var(--border-color);background-color:#090d1633;flex-shrink:0;align-items:center;gap:1rem;padding:.75rem 2rem;display:flex}.Pipeline-module__4QHuxW__filterLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.725rem;font-weight:700}.Pipeline-module__4QHuxW__filterGroup{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);gap:.2rem;padding:.2rem;display:flex}.Pipeline-module__4QHuxW__filterBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.35rem .875rem;font-size:.8rem;font-weight:600;transition:all .15s}.Pipeline-module__4QHuxW__filterBtn:hover{color:var(--text-primary)}.Pipeline-module__4QHuxW__activeFilter{background-color:var(--bg-tertiary);color:var(--text-primary)}
.DealModal-module__k07A0G__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0009;justify-content:center;align-items:center;animation:.2s ease-out DealModal-module__k07A0G__fadeIn;display:flex;position:fixed;inset:0}.DealModal-module__k07A0G__modal{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:100%;max-width:600px;box-shadow:var(--shadow-lg);flex-direction:column;gap:1.5rem;max-height:90vh;padding:1.75rem;animation:.2s cubic-bezier(.16,1,.3,1) DealModal-module__k07A0G__scaleUp;display:flex;overflow-y:auto}.DealModal-module__k07A0G__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.DealModal-module__k07A0G__title{color:var(--text-primary);font-size:1.25rem;font-weight:700}.DealModal-module__k07A0G__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.25rem;transition:all .15s;display:flex}.DealModal-module__k07A0G__closeBtn:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.DealModal-module__k07A0G__closeIcon{width:20px;height:20px}.DealModal-module__k07A0G__form{flex-direction:column;gap:1.5rem;display:flex}.DealModal-module__k07A0G__section{flex-direction:column;gap:1rem;display:flex}.DealModal-module__k07A0G__sectionTitle{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;border-bottom:1px dashed var(--border-color);padding-bottom:.25rem;font-size:.8rem;font-weight:700}.DealModal-module__k07A0G__row{gap:1rem;display:flex}.DealModal-module__k07A0G__row>div{flex:1}.DealModal-module__k07A0G__field{flex-direction:column;gap:.35rem;display:flex}.DealModal-module__k07A0G__label{color:var(--text-secondary);font-size:.775rem;font-weight:600}.DealModal-module__k07A0G__input,.DealModal-module__k07A0G__select{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-primary);outline:none;padding:.6rem .875rem;font-family:inherit;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.DealModal-module__k07A0G__input:focus,.DealModal-module__k07A0G__select:focus{border-color:var(--accent-color);box-shadow:0 0 0 2px #2563eb40}.DealModal-module__k07A0G__select option{background-color:var(--bg-secondary);color:var(--text-primary)}.DealModal-module__k07A0G__actions{border-top:1px solid var(--border-color);justify-content:flex-end;gap:.75rem;margin-top:.5rem;padding-top:1.25rem;display:flex}@keyframes DealModal-module__k07A0G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes DealModal-module__k07A0G__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.DealDrawer-module__EtBmwG__wrapper{z-index:100;justify-content:flex-end;display:flex;position:fixed;inset:0}.DealDrawer-module__EtBmwG__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0006;animation:.2s ease-out DealDrawer-module__EtBmwG__fadeIn;position:absolute;inset:0}.DealDrawer-module__EtBmwG__drawer{background-color:var(--bg-secondary);border-left:1px solid var(--border-color);width:95%;max-width:1150px;height:100%;box-shadow:var(--shadow-lg);z-index:10;flex-direction:column;animation:.2s cubic-bezier(.16,1,.3,1) DealDrawer-module__EtBmwG__slideIn;display:flex;position:relative;overflow:hidden}.DealDrawer-module__EtBmwG__header{border-bottom:1px solid var(--border-color);background-color:#11182733;flex-direction:column;gap:1rem;padding:1.5rem 2rem;display:flex}.DealDrawer-module__EtBmwG__headerTitleRow{justify-content:space-between;align-items:flex-start;display:flex}.DealDrawer-module__EtBmwG__badge{text-transform:uppercase;color:var(--accent-color);letter-spacing:.05em;font-size:.725rem;font-weight:700}.DealDrawer-module__EtBmwG__dealTitle{color:var(--text-primary);letter-spacing:-.02em;margin-top:.25rem;font-size:1.5rem;font-weight:700}.DealDrawer-module__EtBmwG__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.35rem;transition:all .15s;display:flex}.DealDrawer-module__EtBmwG__closeBtn:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.DealDrawer-module__EtBmwG__closeIcon{width:22px;height:22px}.DealDrawer-module__EtBmwG__statusSection{justify-content:space-between;align-items:center;display:flex}.DealDrawer-module__EtBmwG__statusButtons{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);gap:.2rem;padding:.2rem;display:flex}.DealDrawer-module__EtBmwG__statusBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.35rem .875rem;font-size:.8rem;font-weight:600;transition:all .15s}.DealDrawer-module__EtBmwG__statusBtn:hover{color:var(--text-primary)}.DealDrawer-module__EtBmwG__statusOpen{background-color:var(--bg-tertiary);color:var(--text-primary)}.DealDrawer-module__EtBmwG__statusWon{background-color:var(--success-color);color:#fff}.DealDrawer-module__EtBmwG__statusLost{background-color:var(--danger-color);color:#fff}.DealDrawer-module__EtBmwG__dealVal{color:var(--text-primary);font-size:1.65rem;font-weight:800}.DealDrawer-module__EtBmwG__body{flex-grow:1;grid-template-columns:1.1fr 1.3fr;display:grid;overflow:hidden}.DealDrawer-module__EtBmwG__detailsCol{border-right:1px solid var(--border-color);min-height:0;padding:1.5rem 2rem;overflow-y:auto}.DealDrawer-module__EtBmwG__form{flex-direction:column;gap:1.5rem;display:flex}.DealDrawer-module__EtBmwG__section{flex-direction:column;gap:.875rem;display:flex}.DealDrawer-module__EtBmwG__sectionHeader{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;border-bottom:1px solid var(--border-color);padding-bottom:.35rem;font-size:.775rem;font-weight:700}.DealDrawer-module__EtBmwG__field{flex-direction:column;gap:.35rem;display:flex}.DealDrawer-module__EtBmwG__label{color:var(--text-secondary);font-size:.75rem;font-weight:600}.DealDrawer-module__EtBmwG__input,.DealDrawer-module__EtBmwG__select{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-primary);outline:none;padding:.55rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.DealDrawer-module__EtBmwG__input:focus,.DealDrawer-module__EtBmwG__select:focus{border-color:var(--accent-color)}.DealDrawer-module__EtBmwG__select option{background-color:var(--bg-secondary)}.DealDrawer-module__EtBmwG__row{gap:1rem;display:flex}.DealDrawer-module__EtBmwG__row>div{flex:1}.DealDrawer-module__EtBmwG__formActions{border-top:1px solid var(--border-color);gap:.75rem;margin-top:1rem;padding-top:1.25rem;display:flex}.DealDrawer-module__EtBmwG__formActions button{flex:1;justify-content:center}.DealDrawer-module__EtBmwG__timelineCol{background-color:#090d164d;flex-direction:column;min-height:0;display:flex;overflow:hidden}.DealDrawer-module__EtBmwG__tabs{border-bottom:1px solid var(--border-color);background-color:#11182733;flex-shrink:0;display:flex}.DealDrawer-module__EtBmwG__tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:1rem;font-size:.85rem;font-weight:600;transition:all .15s}.DealDrawer-module__EtBmwG__tab:hover{color:var(--text-primary);background-color:#ffffff03}.DealDrawer-module__EtBmwG__activeTab{color:var(--accent-color);border-bottom-color:var(--accent-color)}.DealDrawer-module__EtBmwG__panel{flex-direction:column;flex-grow:1;min-height:0;padding:1.5rem;display:flex;overflow:hidden}.DealDrawer-module__EtBmwG__timelineForm{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);flex-direction:column;flex-shrink:0;gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:flex}.DealDrawer-module__EtBmwG__textarea{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);resize:vertical;outline:none;padding:.6rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.DealDrawer-module__EtBmwG__textarea:focus{border-color:var(--accent-color)}.DealDrawer-module__EtBmwG__list{flex-direction:column;flex-grow:1;gap:1rem;display:flex;overflow-y:auto}.DealDrawer-module__EtBmwG__timelineItem{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);flex-direction:column;gap:.5rem;padding:1rem;display:flex;position:relative}.DealDrawer-module__EtBmwG__timelineItemHeader{justify-content:space-between;font-size:.725rem;display:flex}.DealDrawer-module__EtBmwG__author{color:var(--text-secondary);font-weight:600}.DealDrawer-module__EtBmwG__time{color:var(--text-muted)}.DealDrawer-module__EtBmwG__timelineItemContent{color:var(--text-primary);word-break:break-word;font-size:.875rem;line-height:1.45}.DealDrawer-module__EtBmwG__deleteLink{color:var(--danger-color);cursor:pointer;opacity:.7;background:0 0;border:none;align-self:flex-end;font-size:.725rem;text-decoration:underline}.DealDrawer-module__EtBmwG__deleteLink:hover{opacity:1}.DealDrawer-module__EtBmwG__emptyTimeline{text-align:center;color:var(--text-muted);padding:3rem 1rem;font-size:.8rem}.DealDrawer-module__EtBmwG__activityItem{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);align-items:center;gap:.875rem;padding:.875rem 1rem;transition:all .15s;display:flex}.DealDrawer-module__EtBmwG__activityCompleted{opacity:.5;border-color:#ffffff08}.DealDrawer-module__EtBmwG__checkbox{width:16px;height:16px;accent-color:var(--success-color);cursor:pointer}.DealDrawer-module__EtBmwG__activityInfo{flex-direction:column;flex-grow:1;gap:.15rem;display:flex}.DealDrawer-module__EtBmwG__activityTitleRow{align-items:center;gap:.35rem;display:flex}.DealDrawer-module__EtBmwG__activityType{font-size:.875rem}.DealDrawer-module__EtBmwG__activityTitle{font-size:.85rem;font-weight:600}.DealDrawer-module__EtBmwG__activityCompleted .DealDrawer-module__EtBmwG__activityTitle{text-decoration:line-through}.DealDrawer-module__EtBmwG__activityDate{color:var(--text-muted);font-size:.725rem}.DealDrawer-module__EtBmwG__deleteActivityBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .15s;display:flex}.DealDrawer-module__EtBmwG__deleteActivityBtn:hover{color:var(--danger-color);background-color:var(--danger-bg)}.DealDrawer-module__EtBmwG__trashIcon{width:16px;height:16px}@keyframes DealDrawer-module__EtBmwG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes DealDrawer-module__EtBmwG__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.DealDrawer-module__EtBmwG__toast{border:1px solid var(--success-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-md);z-index:100;background:#10b98126;align-items:center;gap:.5rem;padding:.75rem 1.25rem;animation:.25s ease-out DealDrawer-module__EtBmwG__slideUpFade;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000004d}@keyframes DealDrawer-module__EtBmwG__slideUpFade{0%{opacity:0;transform:translate(-50%,1rem)}to{opacity:1;transform:translate(-50%)}}.DealDrawer-module__EtBmwG__toastIcon{font-size:1.1rem}.DealDrawer-module__EtBmwG__toastText{color:var(--text-primary);font-size:.85rem;font-weight:600}.DealDrawer-module__EtBmwG__emailComposer{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);flex-direction:column;flex-shrink:0;gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:flex}.DealDrawer-module__EtBmwG__emailItem{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);flex-direction:column;gap:.5rem;padding:1rem;display:flex;position:relative}.DealDrawer-module__EtBmwG__emailHeader{border-bottom:1px solid #ffffff0d;justify-content:space-between;padding-bottom:.5rem;font-size:.725rem;display:flex}.DealDrawer-module__EtBmwG__emailMeta,.DealDrawer-module__EtBmwG__emailTime{color:var(--text-muted)}.DealDrawer-module__EtBmwG__emailSubject{color:var(--text-primary);font-size:.9rem;font-weight:700}.DealDrawer-module__EtBmwG__emailBody{color:var(--text-secondary);word-break:break-word;border-radius:var(--radius-sm);background-color:#00000026;margin-top:.25rem;padding:.75rem;font-size:.85rem;line-height:1.45}.DealDrawer-module__EtBmwG__emailBody ul,.DealDrawer-module__EtBmwG__emailBody ol{margin-bottom:.5rem;margin-left:1.25rem}.DealDrawer-module__EtBmwG__emailBody a{color:#3b82f6;text-decoration:underline}.DealDrawer-module__EtBmwG__emailHeaderRight{align-items:center;gap:10px;display:flex}.DealDrawer-module__EtBmwG__statusBadge{letter-spacing:.02em;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:600}.DealDrawer-module__EtBmwG__statusBadge.DealDrawer-module__EtBmwG__sent{color:#4ade80;background-color:#22c55e1f;border:1px solid #22c55e40}.DealDrawer-module__EtBmwG__statusBadge.DealDrawer-module__EtBmwG__failed{color:#f87171;background-color:#ef44441f;border:1px solid #ef444440}.DealDrawer-module__EtBmwG__statusBadge.DealDrawer-module__EtBmwG__pending{color:#facc15;background-color:#eab3081f;border:1px solid #eab30840}.DealDrawer-module__EtBmwG__emailErrorDetails{color:#f87171;word-break:break-word;text-align:left;background-color:#ef444414;border-left:3px solid #ef4444;border-radius:4px;margin-top:6px;padding:6px 10px;font-size:.75rem}.DealDrawer-module__EtBmwG__docSection{flex-direction:column;flex-grow:1;gap:1rem;min-height:0;display:flex;overflow-y:auto}.DealDrawer-module__EtBmwG__docActions{flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.DealDrawer-module__EtBmwG__docTitle{color:var(--text-primary);font-size:.95rem;font-weight:700}.DealDrawer-module__EtBmwG__docPreviewContainer{border:1px solid var(--border-color);border-radius:var(--radius-md);background-color:var(--bg-primary);flex-grow:1;padding:1.5rem;overflow-y:auto}.DealDrawer-module__EtBmwG__printableQuote{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-primary);box-shadow:var(--shadow-sm);padding:2rem;font-family:Inter,sans-serif}.DealDrawer-module__EtBmwG__quoteHeader{justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}.DealDrawer-module__EtBmwG__quoteCompany{color:var(--text-primary);letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.DealDrawer-module__EtBmwG__quoteSub{color:var(--text-muted);margin-top:.15rem;font-size:.75rem}.DealDrawer-module__EtBmwG__quoteMeta{text-align:right;flex-direction:column;gap:.25rem;font-size:.8rem;display:flex}.DealDrawer-module__EtBmwG__quoteMeta h2{color:var(--accent-color);letter-spacing:.05em;margin-bottom:.25rem;font-size:1.25rem;font-weight:800}.DealDrawer-module__EtBmwG__quoteMeta p{color:var(--text-secondary)}.DealDrawer-module__EtBmwG__quoteDivider{background-color:var(--border-color);height:1px;margin:1.5rem 0}.DealDrawer-module__EtBmwG__quoteClients{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.DealDrawer-module__EtBmwG__quoteClientCol h3{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.7rem;font-weight:700}.DealDrawer-module__EtBmwG__quoteClientCol p{color:var(--text-secondary);margin-bottom:.25rem;font-size:.8rem}.DealDrawer-module__EtBmwG__quoteClientCol .DealDrawer-module__EtBmwG__clientName{color:var(--text-primary);font-size:.9rem}.DealDrawer-module__EtBmwG__quoteTable{border-collapse:collapse;width:100%;margin-bottom:2rem}.DealDrawer-module__EtBmwG__quoteTable th{text-align:left;color:var(--text-muted);text-transform:uppercase;border-bottom:2px solid var(--border-color);padding:.5rem .25rem;font-size:.75rem;font-weight:700}.DealDrawer-module__EtBmwG__quoteTable td{border-bottom:1px solid var(--border-color);color:var(--text-primary);vertical-align:top;padding:1rem .25rem;font-size:.8rem}.DealDrawer-module__EtBmwG__itemDesc{color:var(--text-muted);margin-top:.25rem;font-size:.725rem;font-weight:400;display:block}.DealDrawer-module__EtBmwG__alignRight{text-align:right!important}.DealDrawer-module__EtBmwG__quoteSummary{flex-direction:column;align-items:flex-end;gap:.5rem;margin-bottom:2rem;padding-right:.25rem;display:flex}.DealDrawer-module__EtBmwG__summaryRow{width:250px;color:var(--text-secondary);justify-content:space-between;font-size:.8rem;display:flex}.DealDrawer-module__EtBmwG__summaryTotal{border-top:2px solid var(--border-color);color:var(--text-primary);padding-top:.75rem;font-size:1rem;font-weight:800}.DealDrawer-module__EtBmwG__quoteTerms{border-top:1px solid var(--border-color);padding-top:1rem}.DealDrawer-module__EtBmwG__quoteTerms h3{color:var(--text-secondary);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.DealDrawer-module__EtBmwG__quoteTerms p{color:var(--text-muted);margin-bottom:.2rem;font-size:.7rem;line-height:1.4}.DealDrawer-module__EtBmwG__itemsEditor{border:1px solid var(--border-color);border-radius:var(--radius-md);background-color:#ffffff05;flex-direction:column;flex-shrink:0;gap:.75rem;margin-bottom:1.5rem;padding:1.25rem;display:flex}.DealDrawer-module__EtBmwG__editorTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.85rem;font-weight:700}.DealDrawer-module__EtBmwG__editorRow{align-items:flex-end;gap:.75rem;display:flex}.DealDrawer-module__EtBmwG__editorRow>.DealDrawer-module__EtBmwG__selectField{flex:3}.DealDrawer-module__EtBmwG__editorRow>.DealDrawer-module__EtBmwG__qtyField{flex:1.2}.DealDrawer-module__EtBmwG__editorRow>button{flex:1.8;justify-content:center;align-items:center;height:38px;padding:0 .5rem;font-size:.8rem;display:flex}.DealDrawer-module__EtBmwG__itemsList{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.DealDrawer-module__EtBmwG__editorItem{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:.6rem .75rem;font-size:.8rem;display:flex}.DealDrawer-module__EtBmwG__editorItemInfo{flex-direction:column;gap:.15rem;display:flex}.DealDrawer-module__EtBmwG__editorItemActions{align-items:center;gap:.75rem;display:flex}.DealDrawer-module__EtBmwG__removeItemBtn{color:var(--danger-color);cursor:pointer;background:0 0;border:none;align-items:center;padding:.2rem;display:flex}.DealDrawer-module__EtBmwG__removeItemBtn:hover{opacity:.8}.DealDrawer-module__EtBmwG__warningMsg{color:#fef08a;border-radius:var(--radius-sm);background-color:#eab30814;border:1px solid #eab30866;margin-bottom:1rem;padding:.75rem 1rem;font-size:.8rem;line-height:1.4}.DealDrawer-module__EtBmwG__templateField{margin-bottom:1.25rem}@media print{:is(html,body,.app-container){color:#000!important;background:#fff!important;width:100%!important;height:auto!important;overflow:visible!important}:is(.sidebar,aside,.main-content>:not(.dealdrawer-print-root),.DealDrawer-module__EtBmwG__itemsEditor,.DealDrawer-module__EtBmwG__templateField,.DealDrawer-module__EtBmwG__docManagerCard){display:none!important}.main-content{width:100%!important;height:auto!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.dealdrawer-print-root{z-index:auto!important;width:100%!important;height:auto!important;display:block!important;position:relative!important}.DealDrawer-module__EtBmwG__overlay,.DealDrawer-module__EtBmwG__header,.DealDrawer-module__EtBmwG__detailsCol,.DealDrawer-module__EtBmwG__tabs,.DealDrawer-module__EtBmwG__docActions,.DealDrawer-module__EtBmwG__docTitle{display:none!important}.DealDrawer-module__EtBmwG__wrapper{z-index:auto!important;display:block!important;position:relative!important}.DealDrawer-module__EtBmwG__drawer{width:100%!important;max-width:none!important;height:auto!important;box-shadow:none!important;background:#fff!important;border:none!important;margin:0!important;padding:0!important;animation:none!important;display:block!important;position:relative!important}.DealDrawer-module__EtBmwG__body{height:auto!important;display:block!important;overflow:visible!important}.DealDrawer-module__EtBmwG__timelineCol{background:0 0!important;height:auto!important;display:block!important;overflow:visible!important}.DealDrawer-module__EtBmwG__panel{height:auto!important;padding:0!important;display:block!important;overflow:visible!important}.DealDrawer-module__EtBmwG__docSection{height:auto!important;display:block!important;overflow:visible!important}.DealDrawer-module__EtBmwG__docPreviewContainer{background:#fff!important;border:none!important;margin:0!important;padding:0!important;overflow:visible!important}.DealDrawer-module__EtBmwG__printableQuote{color:#000!important;box-shadow:none!important;background:#fff!important;border:none!important;width:100%!important;margin:0!important;padding:0!important;display:block!important}.DealDrawer-module__EtBmwG__quoteCompany{color:#000!important}.DealDrawer-module__EtBmwG__quoteSub{color:#555!important}.DealDrawer-module__EtBmwG__quoteMeta h2{color:#000!important}.DealDrawer-module__EtBmwG__quoteMeta p{color:#333!important}.DealDrawer-module__EtBmwG__quoteDivider{background-color:#333!important;border-bottom:1px solid #333!important}.DealDrawer-module__EtBmwG__quoteClientCol h3{color:#555!important}.DealDrawer-module__EtBmwG__quoteClientCol p{color:#333!important}.DealDrawer-module__EtBmwG__quoteClientCol .DealDrawer-module__EtBmwG__clientName{color:#000!important}.DealDrawer-module__EtBmwG__quoteTable th{color:#000!important;border-bottom:2px solid #000!important}.DealDrawer-module__EtBmwG__quoteTable td{color:#000!important;border-bottom:1px solid #ccc!important}.DealDrawer-module__EtBmwG__itemDesc{color:#555!important}.DealDrawer-module__EtBmwG__summaryRow{color:#333!important}.DealDrawer-module__EtBmwG__summaryTotal{color:#000!important;border-top:2px solid #000!important}.DealDrawer-module__EtBmwG__quoteTerms{border-top:1px solid #000!important}.DealDrawer-module__EtBmwG__quoteTerms h3{color:#333!important}.DealDrawer-module__EtBmwG__quoteTerms p{color:#555!important}}.DealDrawer-module__EtBmwG__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.DealDrawer-module__EtBmwG__modalCard{background:#111827;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:1rem;width:90%;max-width:600px;padding:2rem;display:flex;box-shadow:0 20px 25px -5px #00000080}.DealDrawer-module__EtBmwG__modalHeader{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.DealDrawer-module__EtBmwG__modalSubtitle{color:var(--text-muted);margin:0;font-size:.75rem}.DealDrawer-module__EtBmwG__modalDocView{border:1px solid var(--border-color);background:#0000004d;border-radius:8px;height:250px;padding:1rem;overflow-y:auto}.DealDrawer-module__EtBmwG__modalDocContent{color:var(--text-secondary);white-space:pre-wrap;margin:0;font-family:inherit;font-size:.8125rem}.DealDrawer-module__EtBmwG__signatureBox{border-top:1px solid var(--border-color);flex-direction:column;gap:.75rem;padding-top:1rem;display:flex}.DealDrawer-module__EtBmwG__docManagerCard{border:1px solid var(--border-color);background:#ffffff05;border-radius:8px;flex-direction:column;gap:1rem;margin-top:1.5rem;padding:1.25rem;display:flex}.DealDrawer-module__EtBmwG__templateRow{align-items:center;gap:.5rem;display:flex}.DealDrawer-module__EtBmwG__activeDocsList{border-top:1px solid var(--border-color);flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.DealDrawer-module__EtBmwG__activeDocItem{border:1px solid var(--border-color);background:#ffffff08;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1.25rem;display:flex}.DealDrawer-module__EtBmwG__docBadge{text-transform:uppercase;border-radius:4px;padding:.15rem .45rem;font-size:.65rem;font-weight:700;display:inline-block}.DealDrawer-module__EtBmwG__draftBadge{color:#9ca3af;background-color:#9ca3af26;border:1px solid #9ca3af4d}.DealDrawer-module__EtBmwG__sentBadge{color:#3b82f6;background-color:#3b82f626;border:1px solid #3b82f64d}.DealDrawer-module__EtBmwG__signedBadge{color:#10b981;background-color:#10b98126;border:1px solid #10b9814d}.DealDrawer-module__EtBmwG__aiContainer{flex-direction:column;flex-grow:1;gap:1.5rem;min-height:0;display:flex;overflow-y:auto}.DealDrawer-module__EtBmwG__aiDashboardGrid{flex-direction:column;gap:1.5rem;display:flex}@media (max-width:768px){.DealDrawer-module__EtBmwG__aiDashboardGrid{flex-direction:column}}.DealDrawer-module__EtBmwG__aiCard{-webkit-backdrop-filter:blur(12px);background:#1e293b40;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:1rem;min-height:0;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 8px 32px #0003}.DealDrawer-module__EtBmwG__aiCard:hover{border-color:#a855f74d;box-shadow:0 8px 32px #a855f70d}.DealDrawer-module__EtBmwG__aiTitle{background:linear-gradient(135deg,#a855f7,#6366f1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;align-items:center;gap:.5rem;margin:0;font-size:.95rem;font-weight:800;display:flex}.DealDrawer-module__EtBmwG__aiDraftView{color:#e2e8f0;white-space:pre-wrap;background:#0f172a99;border:1px solid #ffffff0f;border-radius:8px;max-height:180px;padding:1rem;font-family:inherit;font-size:.8125rem;line-height:1.5;overflow-y:auto}.DealDrawer-module__EtBmwG__aiChat{background:#0f172a99;border:1px solid #ffffff0f;border-radius:8px;flex-direction:column;flex-grow:1;gap:.875rem;min-height:200px;padding:1rem;display:flex;overflow-y:auto;box-shadow:inset 0 2px 8px #00000080}.DealDrawer-module__EtBmwG__aiChatBubble{white-space:pre-wrap;border-radius:12px;max-width:85%;padding:.6rem .9rem;font-size:.8125rem;line-height:1.45;position:relative}.DealDrawer-module__EtBmwG__aiChatBubbleAi{color:#f1f5f9;background:#a855f714;border:1px solid #a855f726;border-left-width:3px;border-bottom-left-radius:3px;align-self:flex-start}.DealDrawer-module__EtBmwG__aiChatBubbleUser{color:#fff;align-self:en-US;background:linear-gradient(135deg,#6366f1,#4f46e5);border-bottom-right-radius:3px;align-self:flex-end;box-shadow:0 2px 8px #6366f140}.DealDrawer-module__EtBmwG__aiSuggestionsRow{flex-wrap:wrap;gap:.5rem;display:flex}.DealDrawer-module__EtBmwG__aiSuggestBtn{color:#94a3b8;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;padding:.35rem .875rem;font-size:.75rem;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1)}.DealDrawer-module__EtBmwG__aiSuggestBtn:hover{color:#fff;background:#a855f71a;border-color:#a855f766;transform:translateY(-1px);box-shadow:0 0 12px #a855f726}.DealDrawer-module__EtBmwG__docSection::-webkit-scrollbar{width:6px}.DealDrawer-module__EtBmwG__aiChat::-webkit-scrollbar{width:6px}.DealDrawer-module__EtBmwG__aiDraftView::-webkit-scrollbar{width:6px}.DealDrawer-module__EtBmwG__docSection::-webkit-scrollbar-track{background:#ffffff03;border-radius:3px}.DealDrawer-module__EtBmwG__aiChat::-webkit-scrollbar-track{background:#ffffff03;border-radius:3px}.DealDrawer-module__EtBmwG__aiDraftView::-webkit-scrollbar-track{background:#ffffff03;border-radius:3px}.DealDrawer-module__EtBmwG__docSection::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.DealDrawer-module__EtBmwG__aiChat::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.DealDrawer-module__EtBmwG__aiDraftView::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.DealDrawer-module__EtBmwG__docSection::-webkit-scrollbar-thumb:hover{background:#a855f74d}.DealDrawer-module__EtBmwG__aiChat::-webkit-scrollbar-thumb:hover{background:#a855f74d}.DealDrawer-module__EtBmwG__aiDraftView::-webkit-scrollbar-thumb:hover{background:#a855f74d}
.DocuSignModal-module__m236yq__overlay{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#111827d9;justify-content:center;align-items:center;animation:.25s ease-out DocuSignModal-module__m236yq__fadeIn;display:flex;position:fixed;inset:0}@keyframes DocuSignModal-module__m236yq__fadeIn{0%{opacity:0}to{opacity:1}}.DocuSignModal-module__m236yq__modal{background:#f4f5f8;border-radius:12px;flex-direction:column;width:95vw;max-width:1200px;height:92vh;animation:.3s cubic-bezier(.16,1,.3,1) DocuSignModal-module__m236yq__scaleUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@keyframes DocuSignModal-module__m236yq__scaleUp{0%{opacity:0;transform:scale(.96)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.DocuSignModal-module__m236yq__header{color:#fff;background:#1e1e1e;flex-shrink:0;justify-content:space-between;align-items:center;height:60px;padding:0 24px;display:flex}.DocuSignModal-module__m236yq__logoArea{align-items:center;gap:10px;display:flex}.DocuSignModal-module__m236yq__docusignLogo{color:#1e1e1e;letter-spacing:.5px;background:#ffd600;border-radius:3px;padding:4px 8px;font-size:14px;font-weight:900}.DocuSignModal-module__m236yq__logoText{letter-spacing:.5px;color:#fff;font-size:16px;font-weight:600}.DocuSignModal-module__m236yq__docTitle{color:#9ca3af;border-left:1px solid #4b5563;margin-left:15px;padding-left:15px;font-size:14px;font-weight:400}.DocuSignModal-module__m236yq__actions{align-items:center;gap:16px;display:flex}.DocuSignModal-module__m236yq__btnFinish{color:#1e1e1e;cursor:pointer;background:#ffd600;border:none;border-radius:4px;padding:8px 24px;font-size:13px;font-weight:700;transition:background .2s;box-shadow:0 2px 4px #0000001a}.DocuSignModal-module__m236yq__btnFinish:hover:not(:disabled){background:#e6c000}.DocuSignModal-module__m236yq__btnFinish:disabled{color:#9ca3af;cursor:not-allowed;box-shadow:none;background:#374151}.DocuSignModal-module__m236yq__btnCancel{color:#d1d5db;cursor:pointer;background:0 0;border:1px solid #4b5563;border-radius:4px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.DocuSignModal-module__m236yq__btnCancel:hover{color:#fff;background:#ffffff0d}.DocuSignModal-module__m236yq__body{flex:1;display:flex;overflow:hidden}.DocuSignModal-module__m236yq__sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;gap:16px;width:240px;padding:20px;display:flex}.DocuSignModal-module__m236yq__sidebarSectionTitle{text-transform:uppercase;letter-spacing:.8px;color:#6b7280;font-size:11px;font-weight:700}.DocuSignModal-module__m236yq__recipientCard{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:12px;font-size:13px}.DocuSignModal-module__m236yq__recipientName{color:#111827;margin-bottom:2px;font-weight:600}.DocuSignModal-module__m236yq__recipientEmail{color:#6b7280;font-size:11.5px}.DocuSignModal-module__m236yq__instructionCard{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;padding:12px;font-size:12.5px;line-height:1.5}.DocuSignModal-module__m236yq__docViewer{flex-direction:column;flex:1;align-items:center;padding:40px;display:flex;overflow-y:auto}.DocuSignModal-module__m236yq__page{color:#2b2b2b;background:#fff;border:1px solid #d1d5db;width:100%;max-width:800px;min-height:1000px;padding:60px 80px;font-family:Georgia,serif;font-size:15px;line-height:1.6;position:relative;box-shadow:0 4px 20px #00000014}.DocuSignModal-module__m236yq__envelopeCode{color:#9ca3af;font-family:monospace;font-size:9px;position:absolute;top:15px;left:20px}.DocuSignModal-module__m236yq__docusignHeader{border-bottom:2px solid #111827;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:15px;display:flex}.DocuSignModal-module__m236yq__docTitleA4{color:#111827;margin:0;font-family:Outfit,Inter,sans-serif;font-size:22px;font-weight:800}.DocuSignModal-module__m236yq__docContent{white-space:pre-wrap;margin-bottom:80px}.DocuSignModal-module__m236yq__signingArea{border-top:1px dashed #d1d5db;grid-template-columns:1fr 1fr;gap:40px;margin-top:50px;padding-top:30px;font-family:Outfit,Inter,sans-serif;display:grid}.DocuSignModal-module__m236yq__signColumn{flex-direction:column;gap:8px;display:flex}.DocuSignModal-module__m236yq__signLabel{text-transform:uppercase;color:#6b7280;letter-spacing:.5px;font-size:12px;font-weight:700}.DocuSignModal-module__m236yq__signLine{background:#111827;height:1px;margin-top:40px}.DocuSignModal-module__m236yq__signedBlock{flex-direction:column;justify-content:flex-end;height:50px;display:flex;position:relative}.DocuSignModal-module__m236yq__signatureFont{color:#0c2340;font-family:Dancing Script,Caveat,Brush Script MT,cursive;font-size:32px;line-height:1;position:absolute;bottom:5px;left:10px}.DocuSignModal-module__m236yq__certifiedText{color:#10b981;margin-top:4px;font-family:monospace;font-size:8px}.DocuSignModal-module__m236yq__signTrigger{cursor:pointer;background:#3b82f60d;border:2px dashed #3b82f6;border-radius:6px;justify-content:center;align-items:center;height:60px;transition:all .2s;display:flex;position:relative;overflow:hidden}.DocuSignModal-module__m236yq__signTrigger:hover{background:#3b82f61a;border-color:#2563eb}.DocuSignModal-module__m236yq__yellowTab{color:#1e1e1e;background:#ffd600;justify-content:center;align-items:center;width:40px;font-size:11px;font-weight:900;display:flex;position:absolute;top:0;bottom:0;left:0;box-shadow:2px 0 5px #0000001a}.DocuSignModal-module__m236yq__tabText{white-space:nowrap;transform:rotate(-90deg)}.DocuSignModal-module__m236yq__triggerLabel{color:#3b82f6;margin-left:30px;font-size:13px;font-weight:700}.DocuSignModal-module__m236yq__adoptDialogOverlay{z-index:3000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.DocuSignModal-module__m236yq__adoptDialog{background:#fff;border-radius:8px;width:500px;animation:.2s ease-out DocuSignModal-module__m236yq__scaleUp;overflow:hidden;box-shadow:0 20px 25px -5px #00000026}.DocuSignModal-module__m236yq__adoptHeader{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.DocuSignModal-module__m236yq__adoptHeader h3{color:#111827;margin:0;font-size:16px;font-weight:700}.DocuSignModal-module__m236yq__adoptClose{cursor:pointer;color:#9ca3af;background:0 0;border:none;font-size:20px}.DocuSignModal-module__m236yq__adoptBody{flex-direction:column;gap:20px;padding:24px;display:flex}.DocuSignModal-module__m236yq__inputGroup{flex-direction:column;gap:6px;display:flex}.DocuSignModal-module__m236yq__inputGroup label{color:#4b5563;font-size:12px;font-weight:700}.DocuSignModal-module__m236yq__inputField{border:1px solid #d1d5db;border-radius:6px;width:100%;padding:10px 12px;font-size:14px}.DocuSignModal-module__m236yq__previewBox{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;height:120px;display:flex;position:relative;overflow:hidden}.DocuSignModal-module__m236yq__previewLabel{color:#9ca3af;text-transform:uppercase;font-size:10px;font-weight:700;position:absolute;top:8px;left:8px}.DocuSignModal-module__m236yq__adoptFooter{background:#f9fafb;border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.DocuSignModal-module__m236yq__btnAdopt{color:#1e1e1e;cursor:pointer;background:#ffd600;border:none;border-radius:4px;padding:10px 24px;font-size:13px;font-weight:700}.DocuSignModal-module__m236yq__btnAdopt:hover{background:#e6c000}.DocuSignModal-module__m236yq__btnAdoptCancel{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;padding:10px 18px;font-size:13px;font-weight:600}.DocuSignModal-module__m236yq__btnAdoptCancel:hover{background:#f9fafb}
.RichTextEditor-module__cKrm1W__container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e2866;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;width:100%;margin-bottom:1rem;display:flex;overflow:hidden}.RichTextEditor-module__cKrm1W__toolbar{background:#0f0f1999;border-bottom:1px solid #ffffff14;flex-wrap:wrap;align-items:center;gap:4px;padding:8px;display:flex}.RichTextEditor-module__cKrm1W__toolBtn{color:#ffffffb3;cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:6px 10px;font-size:.85rem;font-weight:500;transition:all .2s;display:inline-flex}.RichTextEditor-module__cKrm1W__toolBtn:hover{color:#fff;background:#ffffff1a}.RichTextEditor-module__cKrm1W__toolBtn:active{background:#ffffff26}.RichTextEditor-module__cKrm1W__divider{background:#ffffff26;width:1px;height:18px;margin:0 4px}.RichTextEditor-module__cKrm1W__editorArea{color:#fffffff2;text-align:left;background:0 0;outline:none;min-height:150px;max-height:400px;padding:12px;font-family:inherit;font-size:.95rem;line-height:1.6;overflow-y:auto}.RichTextEditor-module__cKrm1W__editorArea ul,.RichTextEditor-module__cKrm1W__editorArea ol{margin:0 0 1rem 1.5rem;padding:0}.RichTextEditor-module__cKrm1W__editorArea ul{list-style-type:disc}.RichTextEditor-module__cKrm1W__editorArea ol{list-style-type:decimal}.RichTextEditor-module__cKrm1W__editorArea a{color:#3b82f6;cursor:pointer;text-decoration:underline}.RichTextEditor-module__cKrm1W__editorArea img{border-radius:6px;max-width:100%;height:auto;margin:8px 0}.RichTextEditor-module__cKrm1W__editorArea::-webkit-scrollbar{width:6px}.RichTextEditor-module__cKrm1W__editorArea::-webkit-scrollbar-track{background:0 0}.RichTextEditor-module__cKrm1W__editorArea::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.RichTextEditor-module__cKrm1W__editorArea::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.RichTextEditor-module__cKrm1W__editorArea:empty:before{content:attr(data-placeholder);color:#ffffff59;pointer-events:none;display:block}
.Automations-module__TOm0KW__container{flex-direction:column;flex-grow:1;gap:2rem;padding:2rem;display:flex;overflow-y:auto}.Automations-module__TOm0KW__header h2{color:var(--text-primary);letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.Automations-module__TOm0KW__header p{color:var(--text-secondary);margin-top:.25rem;font-size:.875rem}.Automations-module__TOm0KW__layout{grid-template-columns:1fr 1.5fr;align-items:start;gap:2rem;display:grid}@media (max-width:900px){.Automations-module__TOm0KW__layout{grid-template-columns:1fr}}.Automations-module__TOm0KW__card{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);flex-direction:column;gap:1.25rem;padding:1.75rem;display:flex}.Automations-module__TOm0KW__card h3,.Automations-module__TOm0KW__listSection h3{color:var(--text-primary);border-bottom:1px solid var(--border-color);margin-bottom:.25rem;padding-bottom:.5rem;font-size:.95rem;font-weight:700}.Automations-module__TOm0KW__form{flex-direction:column;gap:1.25rem;display:flex}.Automations-module__TOm0KW__divider{text-transform:uppercase;color:var(--accent-color);letter-spacing:.1em;justify-content:center;align-items:center;margin:.25rem 0;font-size:.725rem;font-weight:700;display:flex;position:relative}.Automations-module__TOm0KW__divider:before,.Automations-module__TOm0KW__divider:after{content:"";background-color:var(--border-color);flex-grow:1;height:1px}.Automations-module__TOm0KW__divider:before{margin-right:1rem}.Automations-module__TOm0KW__divider:after{margin-left:1rem}.Automations-module__TOm0KW__field{flex-direction:column;gap:.35rem;display:flex}.Automations-module__TOm0KW__label{color:var(--text-secondary);font-size:.75rem;font-weight:600}.Automations-module__TOm0KW__input,.Automations-module__TOm0KW__select{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-primary);outline:none;padding:.6rem .875rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.Automations-module__TOm0KW__input:focus,.Automations-module__TOm0KW__select:focus{border-color:var(--accent-color)}.Automations-module__TOm0KW__select option{background-color:var(--bg-secondary)}.Automations-module__TOm0KW__listSection,.Automations-module__TOm0KW__list{flex-direction:column;gap:1rem;display:flex}.Automations-module__TOm0KW__ruleItem{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem;transition:border-color .15s;display:flex}.Automations-module__TOm0KW__ruleItem:hover{border-color:var(--border-hover)}.Automations-module__TOm0KW__ruleDetails{flex-direction:column;gap:.75rem;min-width:0;font-size:.875rem;display:flex}.Automations-module__TOm0KW__ruleTrigger,.Automations-module__TOm0KW__ruleAction{align-items:center;gap:.75rem;display:flex}.Automations-module__TOm0KW__badgeTrigger,.Automations-module__TOm0KW__badgeAction{text-transform:uppercase;letter-spacing:.02em;border-radius:4px;flex-shrink:0;padding:.15rem .45rem;font-size:.65rem;font-weight:700}.Automations-module__TOm0KW__badgeTrigger{color:#c084fc;background-color:#a855f71f}.Automations-module__TOm0KW__badgeAction{color:#60a5fa;background-color:#3b82f61f}.Automations-module__TOm0KW__deleteBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:.35rem;transition:all .15s;display:flex}.Automations-module__TOm0KW__deleteBtn:hover{color:var(--danger-color);background-color:var(--danger-bg)}.Automations-module__TOm0KW__trashIcon{width:18px;height:18px}.Automations-module__TOm0KW__emptyState{text-align:center;background-color:var(--bg-secondary);border:1px dashed var(--border-color);border-radius:var(--radius-lg);color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.Automations-module__TOm0KW__emptyIcon{opacity:.4;width:48px;height:48px;color:var(--accent-color)}.Automations-module__TOm0KW__emptyState p{max-width:320px;font-size:.85rem;line-height:1.5}.Automations-module__TOm0KW__tabBar{gap:.5rem;display:flex}.Automations-module__TOm0KW__tabBtn{border:1px solid var(--border-color);color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;background:#ffffff08;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.Automations-module__TOm0KW__tabBtn:hover{color:#fff;background:#ffffff14}.Automations-module__TOm0KW__activeTabBtn{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.Automations-module__TOm0KW__textarea{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);resize:vertical;outline:none;padding:.6rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.Automations-module__TOm0KW__textarea:focus{border-color:var(--accent-color)}
.BookingCalendar-module__C-ksDW__container{flex-direction:column;gap:1.5rem;height:calc(100vh - 120px);padding:.5rem 0;display:flex;overflow:hidden}.BookingCalendar-module__C-ksDW__header{flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.BookingCalendar-module__C-ksDW__controls{align-items:center;gap:1rem;display:flex}.BookingCalendar-module__C-ksDW__title{color:#fff;min-width:180px;font-size:1.25rem;font-weight:700}.BookingCalendar-module__C-ksDW__navBtn{border:1px solid var(--border-color);color:#fff;cursor:pointer;background:#ffffff0d;border-radius:6px;padding:.4rem .8rem;font-size:.875rem;transition:all .2s}.BookingCalendar-module__C-ksDW__navBtn:hover{background:#ffffff1a;border-color:#fff3}.BookingCalendar-module__C-ksDW__viewSwitcher{border:1px solid var(--border-color);background:#ffffff08;border-radius:6px;padding:.2rem;display:flex}.BookingCalendar-module__C-ksDW__switchBtn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.35rem .875rem;font-size:.8rem;font-weight:600;transition:all .2s}.BookingCalendar-module__C-ksDW__activeView{color:#fff;background:#ffffff14}.BookingCalendar-module__C-ksDW__calendarView{flex-direction:column;flex-grow:1;display:flex;overflow:hidden}.BookingCalendar-module__C-ksDW__monthGrid{flex-direction:column;height:100%;display:flex}.BookingCalendar-module__C-ksDW__weekdaysHeader{text-align:center;border-bottom:1px solid var(--border-color);flex-shrink:0;grid-template-columns:repeat(7,1fr);padding-bottom:.5rem;display:grid}.BookingCalendar-module__C-ksDW__weekday{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.BookingCalendar-module__C-ksDW__daysGrid{border-left:1px solid var(--border-color);border-top:1px solid var(--border-color);flex-grow:1;grid-template-rows:repeat(6,1fr);grid-template-columns:repeat(7,1fr);display:grid}.BookingCalendar-module__C-ksDW__dayCell{border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background:#ffffff01;flex-direction:column;gap:.25rem;min-height:80px;padding:.5rem;transition:background-color .2s;display:flex;overflow-y:auto}.BookingCalendar-module__C-ksDW__dayCell:hover{background:#ffffff04}.BookingCalendar-module__C-ksDW__outsideMonth{opacity:.25}.BookingCalendar-module__C-ksDW__todayCell{background:#3b82f60a}.BookingCalendar-module__C-ksDW__todayCell .BookingCalendar-module__C-ksDW__dayNumber{color:#fff;background:#3b82f6;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.BookingCalendar-module__C-ksDW__dayNumber{color:var(--color-text-muted);margin-bottom:.25rem;font-size:.75rem;font-weight:600}.BookingCalendar-module__C-ksDW__eventBadge{color:#fff;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border:1px solid #0000;border-radius:4px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.725rem;font-weight:500;transition:opacity .15s;display:flex;overflow:hidden}.BookingCalendar-module__C-ksDW__eventBadge:hover{opacity:.85}.BookingCalendar-module__C-ksDW__meetingBadge{color:#d8b4fe;background:#a855f726;border-color:#a855f74d}.BookingCalendar-module__C-ksDW__callBadge{color:#93c5fd;background:#3b82f626;border-color:#3b82f64d}.BookingCalendar-module__C-ksDW__taskBadge{color:#fef08a;background:#eab30826;border-color:#eab3084d}.BookingCalendar-module__C-ksDW__emailBadge{color:#a5f3fc;background:#06b6d426;border-color:#06b6d44d}.BookingCalendar-module__C-ksDW__dealCloseBadge{color:#6ee7b7;background:#10b98126;border-color:#10b9814d;font-weight:600}.BookingCalendar-module__C-ksDW__weekGrid{flex-direction:column;height:100%;display:flex}.BookingCalendar-module__C-ksDW__weekHeader{text-align:center;border-bottom:1px solid var(--border-color);flex-shrink:0;grid-template-columns:repeat(7,1fr);padding-bottom:.5rem;display:grid}.BookingCalendar-module__C-ksDW__weekHeaderDay{flex-direction:column;gap:.15rem;font-size:.75rem;font-weight:700;display:flex}.BookingCalendar-module__C-ksDW__weekHeaderDayName{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.BookingCalendar-module__C-ksDW__weekHeaderDayNum{color:#fff;font-size:.95rem}.BookingCalendar-module__C-ksDW__weekDaysGrid{border-left:1px solid var(--border-color);flex-grow:1;grid-template-columns:repeat(7,1fr);height:100%;display:grid}.BookingCalendar-module__C-ksDW__weekDayColumn{border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background:#ffffff01;flex-direction:column;gap:.35rem;padding:.75rem .5rem;display:flex;overflow-y:auto}.BookingCalendar-module__C-ksDW__legend{color:var(--color-text-muted);flex-wrap:wrap;flex-shrink:0;gap:1.25rem;margin-top:1rem;font-size:.75rem;display:flex}.BookingCalendar-module__C-ksDW__legendItem{align-items:center;gap:.375rem;display:flex}.BookingCalendar-module__C-ksDW__legendDot{border-radius:50%;width:10px;height:10px}.BookingCalendar-module__C-ksDW__meetingDot{background-color:#a855f7}.BookingCalendar-module__C-ksDW__callDot{background-color:#3b82f6}.BookingCalendar-module__C-ksDW__taskDot{background-color:#eab308}.BookingCalendar-module__C-ksDW__emailDot{background-color:#06b6d4}.BookingCalendar-module__C-ksDW__dealCloseDot{background-color:#10b981}
.ProductCatalog-module__oHIiLq__container{flex-direction:column;gap:1.5rem;height:calc(100vh - 120px);padding:.5rem 0;display:flex;overflow-y:auto}.ProductCatalog-module__oHIiLq__header{justify-content:space-between;align-items:center;display:flex}.ProductCatalog-module__oHIiLq__header h2{color:var(--color-foreground);font-size:1.5rem;font-weight:600}.ProductCatalog-module__oHIiLq__header p{color:var(--color-text-muted);margin-top:.25rem;font-size:.875rem}.ProductCatalog-module__oHIiLq__catalogGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}.ProductCatalog-module__oHIiLq__productCard{flex-direction:column;min-height:160px;padding:1.25rem;transition:transform .2s,border-color .2s;display:flex;position:relative}.ProductCatalog-module__oHIiLq__productCard:hover{border-color:#ffffff26;transform:translateY(-2px)}.ProductCatalog-module__oHIiLq__cardHeader{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;display:flex}.ProductCatalog-module__oHIiLq__name{color:#fff;margin:0;font-size:1.125rem;font-weight:600}.ProductCatalog-module__oHIiLq__price{color:#10b981;font-size:1.25rem;font-weight:700}.ProductCatalog-module__oHIiLq__desc{color:var(--color-text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.875rem;line-height:1.4}.ProductCatalog-module__oHIiLq__actions{gap:.75rem;margin-top:auto;display:flex}.ProductCatalog-module__oHIiLq__editBtn,.ProductCatalog-module__oHIiLq__deleteBtn{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.375rem;transition:background-color .2s;display:flex}.ProductCatalog-module__oHIiLq__editBtn{color:#3b82f6}.ProductCatalog-module__oHIiLq__editBtn:hover{background:#3b82f61a}.ProductCatalog-module__oHIiLq__deleteBtn{color:#ef4444}.ProductCatalog-module__oHIiLq__deleteBtn:hover{background:#ef44441a}.ProductCatalog-module__oHIiLq__trashIcon,.ProductCatalog-module__oHIiLq__editIcon{width:1.125rem;height:1.125rem}.ProductCatalog-module__oHIiLq__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ProductCatalog-module__oHIiLq__modal{flex-direction:column;gap:1.25rem;width:100%;max-width:480px;padding:1.5rem;display:flex;box-shadow:0 20px 25px -5px #00000080}.ProductCatalog-module__oHIiLq__modalHeader{justify-content:space-between;align-items:center;display:flex}.ProductCatalog-module__oHIiLq__modalHeader h3{color:#fff;font-size:1.25rem;font-weight:600}.ProductCatalog-module__oHIiLq__closeBtn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none}.ProductCatalog-module__oHIiLq__closeIcon{width:1.25rem;height:1.25rem}.ProductCatalog-module__oHIiLq__form{flex-direction:column;gap:1rem;display:flex}.ProductCatalog-module__oHIiLq__field{flex-direction:column;gap:.375rem;display:flex}.ProductCatalog-module__oHIiLq__label{color:var(--color-text-muted);font-size:.8125rem;font-weight:500}.ProductCatalog-module__oHIiLq__input,.ProductCatalog-module__oHIiLq__textarea{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;outline:none;padding:.625rem;font-size:.875rem;transition:border-color .2s}.ProductCatalog-module__oHIiLq__input:focus,.ProductCatalog-module__oHIiLq__textarea:focus{border-color:#3b82f6}.ProductCatalog-module__oHIiLq__modalActions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.ProductCatalog-module__oHIiLq__emptyState{text-align:center;background:#ffffff03;border:2px dashed #ffffff0d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.ProductCatalog-module__oHIiLq__emptyIcon{color:#ffffff1a;width:3.5rem;height:3.5rem;margin-bottom:1rem}.ProductCatalog-module__oHIiLq__emptyState p{color:var(--color-text-muted);font-size:.9375rem}
.LeadboosterFormGenerator-module__vBE-za__container{flex-direction:column;gap:1.5rem;height:calc(100vh - 120px);padding:.5rem 0;display:flex;overflow-y:auto}.LeadboosterFormGenerator-module__vBE-za__layout{grid-template-columns:1.1fr 1fr;align-items:start;gap:2rem;display:grid}@media (max-width:1024px){.LeadboosterFormGenerator-module__vBE-za__layout{grid-template-columns:1fr}}.LeadboosterFormGenerator-module__vBE-za__panel{flex-direction:column;gap:1.5rem;display:flex}.LeadboosterFormGenerator-module__vBE-za__card{padding:1.5rem}.LeadboosterFormGenerator-module__vBE-za__card h3{color:#fff;border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.05rem;font-weight:700}.LeadboosterFormGenerator-module__vBE-za__formGroup{flex-direction:column;gap:1rem;display:flex}.LeadboosterFormGenerator-module__vBE-za__field{flex-direction:column;gap:.375rem;display:flex}.LeadboosterFormGenerator-module__vBE-za__label{color:var(--color-text-muted);font-size:.8125rem;font-weight:600}.LeadboosterFormGenerator-module__vBE-za__checkboxLabel{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.5rem;padding:.25rem 0;font-size:.875rem;display:flex}.LeadboosterFormGenerator-module__vBE-za__checkbox{width:16px;height:16px;accent-color:var(--accent-color)}.LeadboosterFormGenerator-module__vBE-za__input,.LeadboosterFormGenerator-module__vBE-za__textarea,.LeadboosterFormGenerator-module__vBE-za__select{border:1px solid var(--border-color);color:#fff;background:#ffffff0d;border-radius:6px;outline:none;padding:.6rem .75rem;font-size:.875rem;transition:border-color .2s}.LeadboosterFormGenerator-module__vBE-za__input:focus,.LeadboosterFormGenerator-module__vBE-za__textarea:focus,.LeadboosterFormGenerator-module__vBE-za__select:focus{border-color:var(--accent-color)}.LeadboosterFormGenerator-module__vBE-za__colorPickerRow{gap:.5rem;margin-top:.25rem;display:flex}.LeadboosterFormGenerator-module__vBE-za__colorOption{cursor:pointer;border:2px solid #0000;border-radius:50%;width:24px;height:24px;transition:border-color .2s}.LeadboosterFormGenerator-module__vBE-za__colorOptionActive{border-color:#fff}.LeadboosterFormGenerator-module__vBE-za__codeBox{border:1px solid var(--border-color);color:#a5f3fc;resize:none;background:#06090e;border-radius:6px;width:100%;height:160px;padding:.75rem;font-family:monospace;font-size:.775rem}.LeadboosterFormGenerator-module__vBE-za__copyRow{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.LeadboosterFormGenerator-module__vBE-za__copySuccess{color:#10b981;font-size:.75rem;font-weight:600}.LeadboosterFormGenerator-module__vBE-za__previewContainer{border:1px solid var(--border-color);background:#0003;border-radius:12px;justify-content:center;align-items:center;min-height:400px;padding:2rem;display:flex}.LeadboosterFormGenerator-module__vBE-za__previewForm{background:#111827;border:1px solid #ffffff14;border-radius:10px;width:100%;max-width:380px;padding:1.5rem;box-shadow:0 10px 15px -3px #0000004d}.LeadboosterFormGenerator-module__vBE-za__previewFormTitle{color:#fff;text-align:center;margin-bottom:1.25rem;font-size:1.15rem;font-weight:700}.LeadboosterFormGenerator-module__vBE-za__previewField{flex-direction:column;gap:.25rem;margin-bottom:.875rem;display:flex}.LeadboosterFormGenerator-module__vBE-za__previewLabel{color:#9ca3af;font-size:.75rem;font-weight:600}.LeadboosterFormGenerator-module__vBE-za__previewInput{color:#fff;pointer-events:none;background:#1f2937;border:1px solid #374151;border-radius:6px;padding:.5rem .75rem;font-size:.85rem}.LeadboosterFormGenerator-module__vBE-za__previewSubmitBtn{color:#fff;cursor:pointer;text-align:center;border:none;border-radius:6px;width:100%;padding:.625rem;font-size:.875rem;font-weight:700}.LeadboosterFormGenerator-module__vBE-za__tableCard{padding:1.5rem;overflow:hidden}.LeadboosterFormGenerator-module__vBE-za__tableWrapper{max-height:250px;overflow-x:auto}.LeadboosterFormGenerator-module__vBE-za__table{border-collapse:collapse;width:100%;font-size:.825rem}.LeadboosterFormGenerator-module__vBE-za__table th{text-align:left;border-bottom:2px solid var(--border-color);color:var(--color-text-muted);padding:.5rem .75rem}.LeadboosterFormGenerator-module__vBE-za__table td{border-bottom:1px solid var(--border-color);color:var(--text-secondary);padding:.75rem}.LeadboosterFormGenerator-module__vBE-za__noData{text-align:center;color:var(--color-text-muted);padding:2rem!important}.LeadboosterFormGenerator-module__vBE-za__tabsRow{border-bottom:1px solid var(--border-color);gap:1rem;margin-bottom:.5rem;padding-bottom:1rem;display:flex}.LeadboosterFormGenerator-module__vBE-za__tabBtn{border:1px solid var(--border-color);color:#9ca3af;cursor:pointer;background:#ffffff0d;border-radius:8px;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s}.LeadboosterFormGenerator-module__vBE-za__tabBtn:hover{color:#fff;background:#ffffff14}.LeadboosterFormGenerator-module__vBE-za__tabBtnActive{box-shadow:0 0 12px #3b82f666;background:var(--accent-color)!important;border-color:var(--accent-color)!important;color:#fff!important}.LeadboosterFormGenerator-module__vBE-za__chatbotContainer{border:1px solid var(--border-color);background:#0d121f;border-radius:12px;flex-direction:column;width:100%;max-width:380px;height:100%;display:flex;overflow:hidden;box-shadow:0 10px 25px #0006}.LeadboosterFormGenerator-module__vBE-za__chatbotHeader{color:#fff;border-bottom:1px solid #ffffff0d;align-items:center;gap:.75rem;padding:1rem;display:flex}.LeadboosterFormGenerator-module__vBE-za__chatbotAvatar{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;display:flex;position:relative}.LeadboosterFormGenerator-module__vBE-za__chatbotStatusDot{background-color:#10b981;border:2px solid #0d121f;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.LeadboosterFormGenerator-module__vBE-za__chatbotHeaderInfo{flex-direction:column;display:flex}.LeadboosterFormGenerator-module__vBE-za__chatbotHeaderName{font-size:.875rem;font-weight:700}.LeadboosterFormGenerator-module__vBE-za__chatbotHeaderSub{color:#fff9;font-size:.75rem}.LeadboosterFormGenerator-module__vBE-za__chatbotBody{background:#0000001a;flex-direction:column;flex:1;gap:.75rem;min-height:280px;max-height:320px;padding:1rem;display:flex;overflow-y:auto}.LeadboosterFormGenerator-module__vBE-za__chatBubble{border-radius:12px;max-width:85%;padding:.6rem .875rem;font-size:.825rem;line-height:1.4;animation:.25s ease-out LeadboosterFormGenerator-module__vBE-za__fadeInBubble}@keyframes LeadboosterFormGenerator-module__vBE-za__fadeInBubble{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.LeadboosterFormGenerator-module__vBE-za__chatBubbleBot{color:#e5e7eb;background:#ffffff12;border-bottom-left-radius:4px;align-self:flex-start}.LeadboosterFormGenerator-module__vBE-za__chatBubbleUser{color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.LeadboosterFormGenerator-module__vBE-za__chatbotFooter{background:#0003;border-top:1px solid #ffffff0d;padding:.75rem}.LeadboosterFormGenerator-module__vBE-za__chatbotForm{gap:.5rem;display:flex}.LeadboosterFormGenerator-module__vBE-za__chatbotInput{border:1px solid var(--border-color);color:#fff;background:#ffffff0d;border-radius:8px;outline:none;flex:1;padding:.5rem .75rem;font-size:.85rem}.LeadboosterFormGenerator-module__vBE-za__chatbotInput:focus{border-color:var(--accent-color)}.LeadboosterFormGenerator-module__vBE-za__chatbotSendBtn{color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:opacity .2s}.LeadboosterFormGenerator-module__vBE-za__chatbotSendBtn:hover{opacity:.9}
.AnalyticsDashboard-module__QAlW3G__dashboard{flex-direction:column;flex-grow:1;gap:1.5rem;height:100%;padding:1.5rem 2rem;display:flex;overflow-y:auto}.AnalyticsDashboard-module__QAlW3G__filterPanel{border-radius:var(--radius-md);flex-wrap:wrap;align-items:center;gap:2rem;padding:1rem 1.5rem;display:flex}.AnalyticsDashboard-module__QAlW3G__filterGroup{flex-direction:column;gap:.35rem;display:flex}.AnalyticsDashboard-module__QAlW3G__filterLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.675rem;font-weight:700}.AnalyticsDashboard-module__QAlW3G__segmentedControl{border:1px solid var(--border-color);border-radius:var(--radius-sm);background-color:#0000004d;padding:.2rem;display:flex}.AnalyticsDashboard-module__QAlW3G__segmentBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;outline:none;padding:.35rem .75rem;font-size:.75rem;font-weight:600;transition:all .15s}.AnalyticsDashboard-module__QAlW3G__segmentBtn:hover{color:var(--text-primary)}.AnalyticsDashboard-module__QAlW3G__activeSegment{background-color:var(--accent-color);color:#fff!important}.AnalyticsDashboard-module__QAlW3G__filterSelect{border:1px solid var(--border-color);color:var(--text-primary);border-radius:var(--radius-sm);cursor:pointer;background:#0000004d;outline:none;min-width:150px;padding:.35rem .75rem;font-size:.75rem}.AnalyticsDashboard-module__QAlW3G__filterSelect:focus{border-color:var(--accent-color)}.AnalyticsDashboard-module__QAlW3G__kpiGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;display:grid}.AnalyticsDashboard-module__QAlW3G__kpiCard{border-radius:var(--radius-md);flex-direction:column;gap:.5rem;padding:1.25rem;transition:transform .2s,border-color .2s;display:flex}.AnalyticsDashboard-module__QAlW3G__kpiCard:hover{border-color:var(--border-hover);transform:translateY(-2px)}.AnalyticsDashboard-module__QAlW3G__kpiHeader{justify-content:space-between;align-items:center;display:flex}.AnalyticsDashboard-module__QAlW3G__kpiTitle{color:var(--text-secondary);letter-spacing:.01em;font-size:.8rem;font-weight:600}.AnalyticsDashboard-module__QAlW3G__kpiIcon{border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;display:flex}.AnalyticsDashboard-module__QAlW3G__greenBg{color:var(--success-color);background-color:#10b98126}.AnalyticsDashboard-module__QAlW3G__blueBg{color:#60a5fa;background-color:#3b82f626}.AnalyticsDashboard-module__QAlW3G__purpleBg{color:#c084fc;background-color:#a855f726}.AnalyticsDashboard-module__QAlW3G__yellowBg{color:var(--warning-color);background-color:#f59e0b26}.AnalyticsDashboard-module__QAlW3G__kpiVal{color:var(--text-primary);letter-spacing:-.02em;font-size:1.625rem;font-weight:700}.AnalyticsDashboard-module__QAlW3G__kpiSub{color:var(--text-muted);font-size:.725rem}.AnalyticsDashboard-module__QAlW3G__chartsGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:1024px){.AnalyticsDashboard-module__QAlW3G__chartsGrid{grid-template-columns:1fr}}.AnalyticsDashboard-module__QAlW3G__chartCard{border-radius:var(--radius-lg);flex-direction:column;padding:1.5rem;display:flex}.AnalyticsDashboard-module__QAlW3G__chartTitle{color:var(--text-primary);margin-bottom:.25rem;font-size:1.05rem;font-weight:600}.AnalyticsDashboard-module__QAlW3G__chartSubtitle{color:var(--text-muted);margin-bottom:1.5rem;font-size:.75rem}.AnalyticsDashboard-module__QAlW3G__funnelContainer{flex-grow:1;align-items:center;gap:1.5rem;min-height:240px;display:flex}.AnalyticsDashboard-module__QAlW3G__funnelSvgWrapper{flex:3;justify-content:center;align-items:center;display:flex}.AnalyticsDashboard-module__QAlW3G__funnelSvg{width:100%;max-width:320px;height:auto}.AnalyticsDashboard-module__QAlW3G__funnelLegend{flex-direction:column;flex:2;gap:.75rem;display:flex}.AnalyticsDashboard-module__QAlW3G__legendItem{border-radius:var(--radius-sm);border:1px solid #0000;align-items:center;gap:.65rem;padding:.5rem;transition:all .2s;display:flex}.AnalyticsDashboard-module__QAlW3G__legendItemActive{border-color:var(--border-color);background-color:#ffffff08}.AnalyticsDashboard-module__QAlW3G__legendDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.AnalyticsDashboard-module__QAlW3G__legendText{flex-direction:column;display:flex}.AnalyticsDashboard-module__QAlW3G__legendStageName{color:var(--text-primary);font-size:.8rem;font-weight:600}.AnalyticsDashboard-module__QAlW3G__legendStageSub{color:var(--text-muted);font-size:.7rem}.AnalyticsDashboard-module__QAlW3G__trendContainer{flex-grow:1;justify-content:center;align-items:center;min-height:240px;padding-bottom:1rem;display:flex}.AnalyticsDashboard-module__QAlW3G__trendSvgWrapper{width:100%}.AnalyticsDashboard-module__QAlW3G__trendSvg{width:100%;height:auto;overflow:visible}.AnalyticsDashboard-module__QAlW3G__activitiesPanel{border-radius:var(--radius-lg);padding:1.5rem}.AnalyticsDashboard-module__QAlW3G__activitiesGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-top:1rem;display:grid}.AnalyticsDashboard-module__QAlW3G__activityStatCard{border:1px solid var(--border-color);border-radius:var(--radius-md);background:#0003;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.AnalyticsDashboard-module__QAlW3G__activityHeader{justify-content:space-between;align-items:center;display:flex}.AnalyticsDashboard-module__QAlW3G__activityTitleRow{align-items:center;gap:.4rem;display:flex}.AnalyticsDashboard-module__QAlW3G__activityIcon{font-size:.9rem}.AnalyticsDashboard-module__QAlW3G__activityLabel{color:var(--text-secondary);font-size:.775rem;font-weight:600}.AnalyticsDashboard-module__QAlW3G__activityRateText{color:var(--text-primary);font-size:.75rem;font-weight:700}.AnalyticsDashboard-module__QAlW3G__progressContainer{background-color:#ffffff0d;border-radius:3px;height:6px;position:relative;overflow:hidden}.AnalyticsDashboard-module__QAlW3G__progressBar{border-radius:3px;height:100%;transition:width .4s}.AnalyticsDashboard-module__QAlW3G__blueBar{background-color:var(--accent-color);box-shadow:0 0 8px #2563eb80}.AnalyticsDashboard-module__QAlW3G__greenBar{background-color:var(--success-color);box-shadow:0 0 8px #10b98180}.AnalyticsDashboard-module__QAlW3G__purpleBar{background-color:#a855f7;box-shadow:0 0 8px #a855f780}.AnalyticsDashboard-module__QAlW3G__yellowBar{background-color:var(--warning-color);box-shadow:0 0 8px #f59e0b80}.AnalyticsDashboard-module__QAlW3G__activityDetailsRow{color:var(--text-muted);justify-content:space-between;font-size:.7rem;display:flex}.AnalyticsDashboard-module__QAlW3G__goalsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-top:1rem;display:grid}.AnalyticsDashboard-module__QAlW3G__goalProgressCard{border:1px solid var(--border-color);border-radius:var(--radius-md);background:#ffffff05;flex-direction:column;gap:.5rem;padding:1.25rem;transition:transform .2s,border-color .2s;display:flex;position:relative}.AnalyticsDashboard-module__QAlW3G__goalProgressCard:hover{border-color:#ffffff26;transform:translateY(-2px)}.AnalyticsDashboard-module__QAlW3G__goalProgressHeader{justify-content:space-between;align-items:flex-start;display:flex}.AnalyticsDashboard-module__QAlW3G__goalProgressTitle{color:#fff;margin:0;font-size:.875rem;font-weight:700}.AnalyticsDashboard-module__QAlW3G__goalProgressUser{color:var(--text-muted);font-size:.725rem}.AnalyticsDashboard-module__QAlW3G__goalProgressBadge{color:var(--text-secondary);border:1px solid var(--border-color);background-color:#ffffff0d;border-radius:6px;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.AnalyticsDashboard-module__QAlW3G__goalMet{box-shadow:0 0 8px #10b98133;color:var(--success-color)!important;background-color:#10b98126!important;border-color:#10b98166!important}.AnalyticsDashboard-module__QAlW3G__goalProgressFooter{color:var(--text-secondary);justify-content:space-between;font-size:.75rem;display:flex}
.TeamSettings-module__P4yz_a__container{flex-direction:column;flex-grow:1;gap:1.5rem;height:100%;padding:1.5rem 2rem;display:flex;overflow-y:auto}.TeamSettings-module__P4yz_a__successBanner,.TeamSettings-module__P4yz_a__errorBanner{border-radius:var(--radius-sm);border:1px solid #0000;padding:.75rem 1rem;font-size:.825rem;font-weight:600}.TeamSettings-module__P4yz_a__successBanner{background-color:var(--success-bg);color:var(--success-color);border-color:#10b98133}.TeamSettings-module__P4yz_a__errorBanner{background-color:var(--danger-bg);color:var(--danger-color);border-color:#ef444433}.TeamSettings-module__P4yz_a__grid{grid-template-columns:320px 1fr;align-items:start;gap:1.5rem;display:grid}@media (max-width:900px){.TeamSettings-module__P4yz_a__grid{grid-template-columns:1fr}}.TeamSettings-module__P4yz_a__leftColumn{flex-direction:column;gap:1.5rem;display:flex}.TeamSettings-module__P4yz_a__rightColumn{flex-direction:column;display:flex}.TeamSettings-module__P4yz_a__card{border-radius:var(--radius-lg);flex-direction:column;padding:1.25rem;display:flex}.TeamSettings-module__P4yz_a__cardTitle{color:var(--text-primary);margin-bottom:.25rem;font-size:.95rem;font-weight:600}.TeamSettings-module__P4yz_a__cardSubtitle{color:var(--text-muted);margin-bottom:1rem;font-size:.725rem}.TeamSettings-module__P4yz_a__form{flex-direction:column;gap:.85rem;display:flex}.TeamSettings-module__P4yz_a__formRow{gap:.75rem;display:flex}.TeamSettings-module__P4yz_a__formGroup{flex-direction:column;gap:.35rem;display:flex}.TeamSettings-module__P4yz_a__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em;font-size:.675rem;font-weight:600}.TeamSettings-module__P4yz_a__input,.TeamSettings-module__P4yz_a__select{border:1px solid var(--border-color);color:var(--text-primary);border-radius:var(--radius-sm);background-color:#0000004d;outline:none;width:100%;padding:.5rem;font-size:.775rem}.TeamSettings-module__P4yz_a__input:focus,.TeamSettings-module__P4yz_a__select:focus{border-color:var(--accent-color)}.TeamSettings-module__P4yz_a__teamsListContainer{border-top:1px solid var(--border-color);margin-top:1.25rem;padding-top:1rem}.TeamSettings-module__P4yz_a__listHeader{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;margin-bottom:.5rem;font-size:.725rem;font-weight:700}.TeamSettings-module__P4yz_a__teamBadges{flex-wrap:wrap;gap:.5rem;display:flex}.TeamSettings-module__P4yz_a__teamBadge{border:1px solid var(--border-color);background-color:#ffffff08;border-radius:12px;align-items:center;gap:.35rem;padding:.25rem .5rem;display:flex}.TeamSettings-module__P4yz_a__teamBadgeDot{background-color:var(--accent-color);border-radius:50%;width:6px;height:6px}.TeamSettings-module__P4yz_a__teamBadgeText{color:var(--text-secondary);font-size:.725rem}.TeamSettings-module__P4yz_a__noDataText{color:var(--text-muted);font-size:.725rem;font-style:italic}.TeamSettings-module__P4yz_a__tableCard{border-radius:var(--radius-lg);padding:1.5rem}.TeamSettings-module__P4yz_a__tableWrapper{margin-top:.5rem;overflow-x:auto}.TeamSettings-module__P4yz_a__table{border-collapse:collapse;text-align:left;width:100%}.TeamSettings-module__P4yz_a__table th{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;border-bottom:1px solid var(--border-color);padding:.75rem 1rem;font-size:.725rem;font-weight:700}.TeamSettings-module__P4yz_a__tableRow{border-bottom:1px solid var(--border-color);transition:background-color .15s}.TeamSettings-module__P4yz_a__tableRow:hover{background-color:#ffffff03}.TeamSettings-module__P4yz_a__tableRow td{padding:.85rem 1rem;font-size:.825rem}.TeamSettings-module__P4yz_a__profileCell{align-items:center;gap:.65rem;display:flex}.TeamSettings-module__P4yz_a__avatar{background:linear-gradient(135deg, var(--accent-color), #3b82f6);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.725rem;font-weight:700;display:flex}.TeamSettings-module__P4yz_a__profileName{color:var(--text-primary);font-weight:600}.TeamSettings-module__P4yz_a__emailCell{color:var(--text-secondary)}.TeamSettings-module__P4yz_a__tableSelect{border:1px solid var(--border-color);color:var(--text-primary);border-radius:var(--radius-sm);cursor:pointer;background-color:#0000004d;outline:none;max-width:180px;padding:.35rem .5rem;font-size:.775rem}.TeamSettings-module__P4yz_a__tableSelect:focus{border-color:var(--accent-color)}.TeamSettings-module__P4yz_a__noData{text-align:center;color:var(--text-muted);padding:2rem;font-style:italic}.TeamSettings-module__P4yz_a__tabsRow{border-bottom:1px solid var(--border-color);gap:1rem;margin-bottom:.5rem;padding-bottom:1rem;display:flex}.TeamSettings-module__P4yz_a__tabBtn{border:1px solid var(--border-color);color:#9ca3af;cursor:pointer;background:#ffffff0d;border-radius:8px;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s}.TeamSettings-module__P4yz_a__tabBtn:hover{color:#fff;background:#ffffff14}.TeamSettings-module__P4yz_a__tabBtnActive{box-shadow:0 0 12px #3b82f666;background:var(--accent-color)!important;border-color:var(--accent-color)!important;color:#fff!important}.TeamSettings-module__P4yz_a__goalRow{align-items:center;gap:.5rem;display:flex}.TeamSettings-module__P4yz_a__goalTypeIcon{font-size:1.1rem}.TeamSettings-module__P4yz_a__actionCell{text-align:right}.TeamSettings-module__P4yz_a__placeholdersContainer{border-top:1px solid #ffffff14;margin-top:1.5rem;padding-top:1.25rem}.TeamSettings-module__P4yz_a__placeholderHeader{color:var(--text-primary);margin-bottom:.35rem;font-size:.85rem;font-weight:600}.TeamSettings-module__P4yz_a__placeholderDesc{color:var(--text-muted);margin-bottom:.75rem;font-size:.725rem;line-height:1.4}.TeamSettings-module__P4yz_a__tagWrapper{flex-wrap:wrap;gap:6px;display:flex}.TeamSettings-module__P4yz_a__placeholderTag{color:#60a5fa;cursor:help;-webkit-user-select:all;user-select:all;background:#3b82f61f;border:1px solid #3b82f640;border-radius:4px;padding:3px 6px;font-family:monospace;font-size:.7rem;transition:all .2s}.TeamSettings-module__P4yz_a__placeholderTag:hover{background:#3b82f633;border-color:#3b82f666}.TeamSettings-module__P4yz_a__templatesList{flex-direction:column;gap:1rem;padding:.25rem;display:flex}.TeamSettings-module__P4yz_a__templateCardItem{border:1px solid var(--border-color);background:#ffffff08;border-radius:12px;flex-direction:column;gap:.75rem;padding:1.25rem;transition:border-color .25s,background-color .25s;display:flex}.TeamSettings-module__P4yz_a__templateCardItem:hover{background:#ffffff0d;border-color:#ffffff26}.TeamSettings-module__P4yz_a__templateCardHeader{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:.75rem;display:flex}.TeamSettings-module__P4yz_a__templateItemName{color:var(--text-primary);margin-bottom:.2rem;font-size:.95rem;font-weight:600}.TeamSettings-module__P4yz_a__templateItemSubject{color:var(--text-secondary);font-size:.775rem;display:block}.TeamSettings-module__P4yz_a__templateActions{flex-shrink:0;gap:6px;display:flex}.TeamSettings-module__P4yz_a__templateBodyPreview{color:var(--text-muted);word-break:break-word;background:#0003;border-radius:8px;max-height:150px;padding:10px 12px;font-size:.825rem;line-height:1.5;overflow-y:auto}.TeamSettings-module__P4yz_a__templateBodyPreview ul,.TeamSettings-module__P4yz_a__templateBodyPreview ol{margin-left:1.25rem}.TeamSettings-module__P4yz_a__templateBodyPreview::-webkit-scrollbar{width:4px}.TeamSettings-module__P4yz_a__templateBodyPreview::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}
.ProjectsModule-module__N3_rRG__container{flex-direction:column;flex-grow:1;gap:1.5rem;height:100%;padding:1.5rem 2rem;display:flex;overflow-y:auto}.ProjectsModule-module__N3_rRG__metricsBanner{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;display:grid}.ProjectsModule-module__N3_rRG__metricCard{border-radius:var(--radius-md);border-left:3px solid var(--accent-color);flex-direction:column;gap:.25rem;padding:1rem 1.25rem;display:flex}.ProjectsModule-module__N3_rRG__metricCard:nth-child(2){border-left-color:var(--warning-color)}.ProjectsModule-module__N3_rRG__metricCard:nth-child(3){border-left-color:var(--success-color)}.ProjectsModule-module__N3_rRG__metricLabel{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;font-size:.725rem;font-weight:700}.ProjectsModule-module__N3_rRG__metricValue{color:var(--text-primary);font-size:1.5rem;font-weight:700}.ProjectsModule-module__N3_rRG__controlsRow{justify-content:space-between;align-items:center;display:flex}.ProjectsModule-module__N3_rRG__viewTabs{border:1px solid var(--border-color);border-radius:var(--radius-sm);background-color:#0000004d;padding:.2rem;display:flex}.ProjectsModule-module__N3_rRG__viewTabBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;outline:none;padding:.35rem .75rem;font-size:.75rem;font-weight:600;transition:all .15s}.ProjectsModule-module__N3_rRG__viewTabBtn:hover{color:var(--text-primary)}.ProjectsModule-module__N3_rRG__viewTabBtnActive{background-color:var(--accent-color);color:#fff!important}.ProjectsModule-module__N3_rRG__boardGrid{flex-grow:1;grid-template-columns:repeat(4,1fr);align-items:start;gap:1.25rem;min-height:400px;display:grid}@media (max-width:1024px){.ProjectsModule-module__N3_rRG__boardGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.ProjectsModule-module__N3_rRG__boardGrid{grid-template-columns:1fr}}.ProjectsModule-module__N3_rRG__boardColumn{border:1px solid var(--border-color);border-radius:var(--radius-md);background-color:#1118274d;flex-direction:column;gap:1rem;max-height:600px;padding:1rem;display:flex}.ProjectsModule-module__N3_rRG__columnHeader{border-top:3px solid #0000;flex-direction:column;gap:.15rem;padding-top:.25rem;display:flex}.ProjectsModule-module__N3_rRG__columnTitleRow{align-items:center;gap:.4rem;display:flex}.ProjectsModule-module__N3_rRG__columnDot{border-radius:50%;width:6px;height:6px}.ProjectsModule-module__N3_rRG__columnTitle{color:var(--text-primary);font-size:.85rem;font-weight:700}.ProjectsModule-module__N3_rRG__columnCount{color:var(--text-muted);background-color:#ffffff0d;border-radius:10px;padding:.05rem .35rem;font-size:.725rem;font-weight:600}.ProjectsModule-module__N3_rRG__columnValue{color:var(--text-muted);font-size:.725rem;font-weight:600}.ProjectsModule-module__N3_rRG__columnBody{flex-direction:column;gap:.75rem;padding-right:.15rem;display:flex;overflow-y:auto}.ProjectsModule-module__N3_rRG__projectCard{border-radius:var(--radius-sm);cursor:pointer;border:1px solid #ffffff0a;flex-direction:column;gap:.5rem;padding:.85rem;transition:all .2s;display:flex}.ProjectsModule-module__N3_rRG__projectCard:hover{border-color:var(--border-hover);background:#ffffff05;transform:translateY(-2px)}.ProjectsModule-module__N3_rRG__cardHeader{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.ProjectsModule-module__N3_rRG__projectTitle{color:var(--text-primary);font-size:.8rem;font-weight:600;line-height:1.3}.ProjectsModule-module__N3_rRG__avatarMini{background:linear-gradient(135deg, var(--accent-color), #3b82f6);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.6rem;font-weight:700;display:flex}.ProjectsModule-module__N3_rRG__projectDesc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.725rem;line-height:1.4;display:-webkit-box;overflow:hidden}.ProjectsModule-module__N3_rRG__cardFooter{border-top:1px solid #ffffff08;justify-content:space-between;align-items:center;margin-top:.25rem;padding-top:.5rem;font-size:.7rem;display:flex}.ProjectsModule-module__N3_rRG__projectBudget{color:var(--text-primary);font-weight:700}.ProjectsModule-module__N3_rRG__projectDeadline{color:var(--text-muted)}.ProjectsModule-module__N3_rRG__dealLinkBtn{color:var(--accent-color);text-align:left;cursor:pointer;background:0 0;border:none;outline:none;width:fit-content;margin-top:.25rem;padding:0;font-size:.7rem;font-weight:600;display:inline-block}.ProjectsModule-module__N3_rRG__dealLinkBtn:hover{color:var(--text-primary);text-decoration:underline}.ProjectsModule-module__N3_rRG__emptyColumn{text-align:center;color:var(--text-muted);border:1px dashed var(--border-color);border-radius:var(--radius-sm);padding:2rem 0;font-size:.725rem}.ProjectsModule-module__N3_rRG__tableCard{border-radius:var(--radius-lg);padding:1.5rem}.ProjectsModule-module__N3_rRG__tableWrapper{overflow-x:auto}.ProjectsModule-module__N3_rRG__table{border-collapse:collapse;text-align:left;width:100%}.ProjectsModule-module__N3_rRG__table th{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;border-bottom:1px solid var(--border-color);padding:.75rem 1rem;font-size:.725rem;font-weight:700}.ProjectsModule-module__N3_rRG__tableRow{border-bottom:1px solid var(--border-color);cursor:pointer;transition:background-color .15s}.ProjectsModule-module__N3_rRG__tableRow:hover{background-color:#ffffff03}.ProjectsModule-module__N3_rRG__tableRow td{padding:.85rem 1rem;font-size:.825rem}.ProjectsModule-module__N3_rRG__tableNameCell{max-width:250px}.ProjectsModule-module__N3_rRG__nameHeader{color:var(--text-primary);margin-bottom:.15rem;font-weight:600}.ProjectsModule-module__N3_rRG__descSub{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;overflow:hidden}.ProjectsModule-module__N3_rRG__dealNameLink{color:var(--accent-color);cursor:pointer;background:0 0;border:none;outline:none;padding:0;font-size:.825rem;font-weight:600}.ProjectsModule-module__N3_rRG__dealNameLink:hover{text-decoration:underline}.ProjectsModule-module__N3_rRG__noDealText{color:var(--text-muted);font-size:.775rem;font-style:italic}.ProjectsModule-module__N3_rRG__budgetCell{color:var(--text-primary);font-weight:700}.ProjectsModule-module__N3_rRG__statusBadge{border:1px solid #0000;border-radius:12px;align-items:center;padding:.15rem .5rem;font-size:.725rem;font-weight:600;display:inline-flex}.ProjectsModule-module__N3_rRG__noData{text-align:center;color:var(--text-muted);padding:2rem;font-style:italic}.ProjectsModule-module__N3_rRG__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ProjectsModule-module__N3_rRG__modalCard{border-radius:var(--radius-lg);width:100%;max-width:520px;box-shadow:var(--shadow-lg);flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.ProjectsModule-module__N3_rRG__modalHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.ProjectsModule-module__N3_rRG__modalHeader h3{font-size:1.1rem;font-weight:600}.ProjectsModule-module__N3_rRG__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;outline:none;font-size:1.5rem}.ProjectsModule-module__N3_rRG__closeBtn:hover{color:var(--text-primary)}.ProjectsModule-module__N3_rRG__form{flex-direction:column;gap:1rem;display:flex}.ProjectsModule-module__N3_rRG__formRow{gap:1rem;display:flex}@media (max-width:480px){.ProjectsModule-module__N3_rRG__formRow{flex-direction:column;gap:1rem}}.ProjectsModule-module__N3_rRG__formGroup{flex-direction:column;gap:.35rem;display:flex}.ProjectsModule-module__N3_rRG__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em;font-size:.675rem;font-weight:600}.ProjectsModule-module__N3_rRG__input,.ProjectsModule-module__N3_rRG__textarea,.ProjectsModule-module__N3_rRG__select{border:1px solid var(--border-color);color:var(--text-primary);border-radius:var(--radius-sm);background-color:#0000004d;outline:none;width:100%;padding:.55rem;font-size:.8rem}.ProjectsModule-module__N3_rRG__textarea{resize:vertical;min-height:80px;font-family:inherit}.ProjectsModule-module__N3_rRG__input:focus,.ProjectsModule-module__N3_rRG__textarea:focus,.ProjectsModule-module__N3_rRG__select:focus{border-color:var(--accent-color)}.ProjectsModule-module__N3_rRG__modalActions{border-top:1px solid var(--border-color);justify-content:flex-end;gap:.75rem;margin-top:.5rem;padding-top:1rem;display:flex}
.NotificationCenter-module__YUqlLa__container{display:inline-block;position:relative}.NotificationCenter-module__YUqlLa__bellButton{color:var(--text-color,#374151);cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.NotificationCenter-module__YUqlLa__bellButton:hover{background:#ffffff26;border-color:#fff3;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.NotificationCenter-module__YUqlLa__bellIcon{color:#4b5563;width:20px;height:20px}.dark-mode .NotificationCenter-module__YUqlLa__bellIcon{color:#f3f4f6}.NotificationCenter-module__YUqlLa__badge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;animation:2s infinite NotificationCenter-module__YUqlLa__pulse;display:flex;position:absolute;top:-2px;right:-2px}.dark-mode .NotificationCenter-module__YUqlLa__badge{border-color:#1f2937}@keyframes NotificationCenter-module__YUqlLa__pulse{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 5px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.NotificationCenter-module__YUqlLa__dropdown{-webkit-backdrop-filter:blur(16px);z-index:1000;transform-origin:100% 0;background:#ffffffd9;border:1px solid #fff6;border-radius:12px;flex-direction:column;width:340px;animation:.25s cubic-bezier(.16,1,.3,1) NotificationCenter-module__YUqlLa__slideDown;display:flex;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000000d}.dark-mode .NotificationCenter-module__YUqlLa__dropdown{background:#1f2937d9;border-color:#ffffff14}@keyframes NotificationCenter-module__YUqlLa__slideDown{0%{opacity:0;transform:scale(.95)translateY(-8px)}to{opacity:1;transform:scale(1)translateY(0)}}.NotificationCenter-module__YUqlLa__header{background:#ffffff80;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.dark-mode .NotificationCenter-module__YUqlLa__header{background:#11182766;border-bottom-color:#ffffff0f}.NotificationCenter-module__YUqlLa__header h4{color:#111827;margin:0;font-size:14px;font-weight:600}.dark-mode .NotificationCenter-module__YUqlLa__header h4{color:#f9fafb}.NotificationCenter-module__YUqlLa__clearBtn{color:#3b82f6;cursor:pointer;background:0 0;border:none;font-size:11px;font-weight:500;transition:opacity .2s}.NotificationCenter-module__YUqlLa__clearBtn:hover{opacity:.8;text-decoration:underline}.NotificationCenter-module__YUqlLa__list{max-height:280px;padding:4px 0;overflow-y:auto}.NotificationCenter-module__YUqlLa__list::-webkit-scrollbar{width:6px}.NotificationCenter-module__YUqlLa__list::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.dark-mode .NotificationCenter-module__YUqlLa__list::-webkit-scrollbar-thumb{background:#ffffff1a}.NotificationCenter-module__YUqlLa__item{cursor:pointer;border-bottom:1px solid #00000008;gap:12px;padding:12px 16px;transition:background .15s;display:flex;position:relative}.dark-mode .NotificationCenter-module__YUqlLa__item{border-bottom-color:#ffffff08}.NotificationCenter-module__YUqlLa__item:hover{background:#00000005}.dark-mode .NotificationCenter-module__YUqlLa__item:hover{background:#ffffff05}.NotificationCenter-module__YUqlLa__unread{background:#3b82f60a}.dark-mode .NotificationCenter-module__YUqlLa__unread{background:#3b82f614}.NotificationCenter-module__YUqlLa__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px}.NotificationCenter-module__YUqlLa__success{background-color:#10b981;box-shadow:0 0 8px #10b98166}.NotificationCenter-module__YUqlLa__warning{background-color:#f59e0b;box-shadow:0 0 8px #f59e0b66}.NotificationCenter-module__YUqlLa__info{background-color:#3b82f6;box-shadow:0 0 8px #3b82f666}.NotificationCenter-module__YUqlLa__content{flex:1;min-width:0}.NotificationCenter-module__YUqlLa__itemTitle{color:#1f2937;margin:0 0 2px;font-size:13px;font-weight:600;line-height:1.4}.dark-mode .NotificationCenter-module__YUqlLa__itemTitle{color:#f3f4f6}.NotificationCenter-module__YUqlLa__message{color:#6b7280;word-wrap:break-word;margin:0 0 4px;font-size:11.5px;line-height:1.4}.dark-mode .NotificationCenter-module__YUqlLa__message{color:#9ca3af}.NotificationCenter-module__YUqlLa__time{color:#9ca3af;font-size:10px}.NotificationCenter-module__YUqlLa__readBtn{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:4px;align-self:flex-start;margin-top:-2px;padding:4px;transition:color .15s}.NotificationCenter-module__YUqlLa__readBtn:hover{color:#4b5563;background:#0000000a}.dark-mode .NotificationCenter-module__YUqlLa__readBtn:hover{color:#f3f4f6;background:#ffffff0a}.NotificationCenter-module__YUqlLa__readIcon{width:14px;height:14px}.NotificationCenter-module__YUqlLa__emptyState{text-align:center;color:#9ca3af;padding:24px 16px;font-size:12px}.NotificationCenter-module__YUqlLa__footer{text-align:center;background:#ffffff4d;border-top:1px solid #0000000f;padding:10px 16px}.dark-mode .NotificationCenter-module__YUqlLa__footer{background:#1118274d;border-top-color:#ffffff0f}
