.Sidebar-module__WZVnLW__sidebar{background:var(--card);border-left:1px solid var(--border);z-index:100;flex-direction:column;width:260px;height:100vh;padding:1.5rem;transition:all .3s;display:flex;position:sticky;top:0}.Sidebar-module__WZVnLW__logo{align-items:center;gap:.75rem;margin-bottom:2.5rem;display:flex}.Sidebar-module__WZVnLW__logoIcon{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;font-weight:700;display:flex}.Sidebar-module__WZVnLW__logoText{letter-spacing:-.5px;color:var(--primary);font-size:1.25rem;font-weight:800}.Sidebar-module__WZVnLW__nav{flex-direction:column;flex:1;gap:.5rem;display:flex}.Sidebar-module__WZVnLW__navItem{border-radius:var(--radius);color:var(--muted);background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.Sidebar-module__WZVnLW__navItem:hover{background:var(--secondary);color:var(--foreground)}.Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active{background:var(--primary);color:#fff;box-shadow:0 4px 12px #41644a33}.Sidebar-module__WZVnLW__footer{border-top:1px solid var(--border);margin-top:auto;padding-top:1.5rem}.Sidebar-module__WZVnLW__addButton{background:var(--primary);color:#fff;border-radius:var(--radius);border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.Sidebar-module__WZVnLW__addButton:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #41644a4d}@media (max-width:768px){.Sidebar-module__WZVnLW__sidebar{border-left:none;border-top:1px solid var(--border);background:var(--background);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:row;justify-content:space-around;width:100%;height:auto;padding:.5rem 1rem;position:fixed;inset:auto 0 0}.Sidebar-module__WZVnLW__logo{display:none}.Sidebar-module__WZVnLW__nav{flex-direction:row;justify-content:space-around;gap:.25rem;width:100%}.Sidebar-module__WZVnLW__navItem{border-radius:8px;flex-direction:column;flex:1;gap:.2rem;padding:.5rem;font-size:.7rem}.Sidebar-module__WZVnLW__navItem span{display:block}.Sidebar-module__WZVnLW__footer{display:none}.Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active{color:var(--primary);box-shadow:none;background:0 0}.Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active .lucide{color:var(--primary);transform:scale(1.1)}}
.Header-module__hBw1pG__header{background-color:var(--card);border-bottom:1px solid var(--border);z-index:999;justify-content:space-between;align-items:center;height:70px;padding:0 30px;display:flex;position:sticky;top:0}.Header-module__hBw1pG__leftSection{align-items:center;gap:20px;display:flex}.Header-module__hBw1pG__title{color:var(--foreground);font-size:1.5rem;font-weight:700}.Header-module__hBw1pG__logo{align-items:center;gap:.5rem;display:flex}.Header-module__hBw1pG__logoIcon{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;font-weight:700;display:flex}.Header-module__hBw1pG__logoText{color:var(--primary);font-size:1rem;font-weight:800}.Header-module__hBw1pG__actions{align-items:center;gap:15px;display:flex}.Header-module__hBw1pG__notificationBtn{border:1px solid var(--border);background:var(--background);width:40px;height:40px;color:var(--muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.Header-module__hBw1pG__notificationBtn:hover{background:var(--secondary);color:var(--primary)}.Header-module__hBw1pG__badge{color:#fff;border:2px solid var(--card);background-color:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.Header-module__hBw1pG__mobileAddBtn{background:var(--primary);color:#fff;border-radius:var(--radius);border:none;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.85rem;font-weight:600;display:none;box-shadow:0 4px 6px -1px #41644a33}.Header-module__hBw1pG__notificationDropdown{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);width:350px;box-shadow:var(--shadow);z-index:1000;max-height:400px;padding:10px;animation:.2s Header-module__hBw1pG__slideDown;position:absolute;top:75px;left:30px;overflow-y:auto}.Header-module__hBw1pG__dropdownHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:10px;display:flex}.Header-module__hBw1pG__dropdownHeader h3{font-size:1rem;font-weight:700}.Header-module__hBw1pG__markReadBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:.8rem}.Header-module__hBw1pG__notificationList{flex-direction:column;gap:10px;display:flex}.Header-module__hBw1pG__notificationItem{background:var(--secondary);cursor:pointer;text-align:right;border:1px solid #0000;border-radius:8px;padding:10px;transition:all .2s}.Header-module__hBw1pG__notificationItem.Header-module__hBw1pG__unread{background:#ecfdf5;border-color:#d1fae5}.Header-module__hBw1pG__notificationTitle{color:var(--foreground);margin-bottom:4px;font-size:.9rem;font-weight:700}.Header-module__hBw1pG__notificationMessage{color:var(--muted);font-size:.8rem;line-height:1.4}.Header-module__hBw1pG__notificationTime{color:#9ca3af;margin-top:6px;font-size:.7rem;display:block}.Header-module__hBw1pG__emptyState{text-align:center;color:var(--muted);padding:20px;font-size:.9rem}@keyframes Header-module__hBw1pG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Header-module__hBw1pG__header{padding:1rem;display:flex}.Header-module__hBw1pG__title{display:none}.Header-module__hBw1pG__mobileAddBtn{display:flex}.Header-module__hBw1pG__notificationDropdown{width:auto;top:70px;left:10px;right:10px}}
.Dashboard-module__DB7hEa__container{padding:1rem 0}.Dashboard-module__DB7hEa__header{margin-bottom:2.5rem}.Dashboard-module__DB7hEa__header h1{margin-bottom:.5rem;font-size:2rem;font-weight:800}.Dashboard-module__DB7hEa__header p{color:var(--muted);font-size:1rem}.Dashboard-module__DB7hEa__statsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.Dashboard-module__DB7hEa__statCard{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);align-items:center;gap:1.25rem;padding:1.5rem;transition:all .2s;display:flex}.Dashboard-module__DB7hEa__statCard:hover{box-shadow:var(--shadow);border-color:var(--accent-color);transform:translateY(-2px)}.Dashboard-module__DB7hEa__statIcon{background:color-mix(in srgb,var(--accent-color),transparent 85%);width:50px;height:50px;color:var(--accent-color);border-radius:12px;justify-content:center;align-items:center;display:flex}.Dashboard-module__DB7hEa__statInfo{flex-direction:column;display:flex}.Dashboard-module__DB7hEa__statLabel{color:var(--muted);font-size:.85rem;font-weight:500}.Dashboard-module__DB7hEa__statValue{color:var(--foreground);font-size:1.5rem;font-weight:800}.Dashboard-module__DB7hEa__mainContent{grid-template-columns:2fr 1fr;gap:2rem;display:grid}.Dashboard-module__DB7hEa__chartPlaceholder{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);min-height:300px;padding:2rem}.Dashboard-module__DB7hEa__chartPlaceholder h3{margin-bottom:2rem;font-size:1.1rem;font-weight:700}.Dashboard-module__DB7hEa__barContainer{justify-content:space-around;align-items:flex-end;height:200px;padding-top:2rem;display:flex}.Dashboard-module__DB7hEa__barWrapper{flex-direction:column;align-items:center;gap:1rem;width:50px;height:100%;display:flex}.Dashboard-module__DB7hEa__bar{background:linear-gradient(to top,var(--primary),#60a5fa);border-radius:6px 6px 0 0;width:100%;transition:all .3s;position:relative}.Dashboard-module__DB7hEa__bar:hover{filter:brightness(1.1)}.Dashboard-module__DB7hEa__barTooltip{background:var(--foreground);color:var(--background);opacity:0;white-space:nowrap;border-radius:4px;padding:2px 8px;font-size:.7rem;transition:opacity .2s;position:absolute;top:-30px;left:50%;transform:translate(-50%)}.Dashboard-module__DB7hEa__bar:hover .Dashboard-module__DB7hEa__barTooltip{opacity:1}.Dashboard-module__DB7hEa__sourceBreakdown{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);margin-top:2rem;padding:2rem}.Dashboard-module__DB7hEa__sourceBreakdown h3{margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.Dashboard-module__DB7hEa__sourceList{flex-direction:column;gap:1.25rem;display:flex}.Dashboard-module__DB7hEa__sourceItem{flex-direction:column;gap:.5rem;display:flex}.Dashboard-module__DB7hEa__sourceInfo{justify-content:space-between;font-size:.9rem;font-weight:500;display:flex}.Dashboard-module__DB7hEa__sourceLabel{color:var(--muted)}.Dashboard-module__DB7hEa__sourceValue{color:var(--foreground)}.Dashboard-module__DB7hEa__progressBg{background:var(--secondary);border-radius:4px;height:8px;overflow:hidden}.Dashboard-module__DB7hEa__progressFill{border-radius:4px;height:100%;transition:width 1s ease-out}.Dashboard-module__DB7hEa__recentActivity{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);padding:2rem}.Dashboard-module__DB7hEa__recentActivity h3{margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.Dashboard-module__DB7hEa__activityList{flex-direction:column;gap:1.25rem;display:flex}.Dashboard-module__DB7hEa__activityItem{align-items:flex-start;gap:.75rem;display:flex;position:relative}.Dashboard-module__DB7hEa__activityDot{background:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.Dashboard-module__DB7hEa__activityText{flex:1;font-size:.9rem;line-height:1.4}.Dashboard-module__DB7hEa__activityTime{color:var(--muted-foreground);font-size:.75rem}.Dashboard-module__DB7hEa__scheduleCard{background:var(--card);border:1px solid var(--border);border-radius:24px;grid-column:1/-1;padding:1.5rem;box-shadow:0 4px 20px #00000005}.Dashboard-module__DB7hEa__scheduleHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Dashboard-module__DB7hEa__scheduleHeader h3{color:var(--foreground);font-size:1.25rem;font-weight:700}.Dashboard-module__DB7hEa__monthNav{align-items:center;gap:1rem;display:flex}.Dashboard-module__DB7hEa__monthTitle{text-align:center;min-width:120px;font-size:1rem;font-weight:600}.Dashboard-module__DB7hEa__navBtn{border:1px solid var(--border);background:var(--background);cursor:pointer;width:32px;height:32px;color:var(--muted);border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.Dashboard-module__DB7hEa__navBtn:hover{background:var(--secondary);color:var(--foreground)}.Dashboard-module__DB7hEa__weekStrip{justify-content:space-between;gap:.5rem;margin-bottom:2rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.Dashboard-module__DB7hEa__dayItem{cursor:pointer;border:1px solid #0000;border-radius:16px;flex-direction:column;align-items:center;gap:.5rem;min-width:60px;padding:.75rem 1rem;transition:all .2s;display:flex}.Dashboard-module__DB7hEa__dayItem:hover{background:var(--secondary)}.Dashboard-module__DB7hEa__dayItem.Dashboard-module__DB7hEa__selected{color:#7e22ce;background:#f3e8ff}.Dashboard-module__DB7hEa__dayItem.Dashboard-module__DB7hEa__selected .Dashboard-module__DB7hEa__dayNumber{color:#fff;background:#d8b4fe}.Dashboard-module__DB7hEa__dayName{color:var(--muted);font-size:.8rem;font-weight:500}.Dashboard-module__DB7hEa__dayNumber{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;font-weight:700;transition:all .2s;display:flex}.Dashboard-module__DB7hEa__timelineArea{flex-direction:column;gap:1.5rem;display:flex}.Dashboard-module__DB7hEa__timelineLabel{color:var(--muted);font-size:.9rem;font-weight:500}.Dashboard-module__DB7hEa__eventList{flex-direction:column;gap:1rem;display:flex}.Dashboard-module__DB7hEa__eventCard{border-radius:20px;align-items:center;gap:1rem;padding:1.25rem;transition:transform .2s;display:flex;position:relative}.Dashboard-module__DB7hEa__eventCard:hover{transform:translateY(-2px)}.Dashboard-module__DB7hEa__eventCard.Dashboard-module__DB7hEa__yellow{background:#fef08a}.Dashboard-module__DB7hEa__eventCard.Dashboard-module__DB7hEa__purple{background:#e9d5ff}.Dashboard-module__DB7hEa__eventCard.Dashboard-module__DB7hEa__green{background:#bbf7d0}.Dashboard-module__DB7hEa__eventCard.Dashboard-module__DB7hEa__blue{background:#bfdbfe}.Dashboard-module__DB7hEa__eventCard.Dashboard-module__DB7hEa__pink{background:#fbcfe8}.Dashboard-module__DB7hEa__eventIconBox{color:#000000b3;background:#fff9;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;display:flex}.Dashboard-module__DB7hEa__eventContent{flex:1}.Dashboard-module__DB7hEa__eventTitle{color:#1e1b4b;margin-bottom:.25rem;font-size:1rem;font-weight:700}.Dashboard-module__DB7hEa__eventTime{color:#0009;font-size:.85rem;font-weight:500}.Dashboard-module__DB7hEa__eventAction{cursor:pointer;opacity:.6;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Dashboard-module__DB7hEa__eventAction:hover{opacity:1}.Dashboard-module__DB7hEa__emptyState{text-align:center;color:var(--muted);background:var(--background);border:1px dashed var(--border);border-radius:16px;padding:2rem}@media (max-width:1100px){.Dashboard-module__DB7hEa__mainContent{grid-template-columns:1fr}}
.LeadList-module__Xv8OWa__container{padding:1rem 0}.LeadList-module__Xv8OWa__header{margin-bottom:1.5rem}.LeadList-module__Xv8OWa__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}@media (max-width:480px){.LeadList-module__Xv8OWa__grid{grid-template-columns:1fr}}.LeadList-module__Xv8OWa__card{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;padding:1.5rem;transition:all .2s;position:relative}.LeadList-module__Xv8OWa__card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.LeadList-module__Xv8OWa__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.LeadList-module__Xv8OWa__info{flex-direction:column;gap:.25rem;display:flex}.LeadList-module__Xv8OWa__name{font-size:1.1rem;font-weight:700}.LeadList-module__Xv8OWa__status{border-radius:20px;width:fit-content;padding:.25rem .6rem;font-size:.75rem}.LeadList-module__Xv8OWa__status[data-status="در حال پیگیری"]{color:#0369a1;background:#e0f2fe}.LeadList-module__Xv8OWa__status[data-status=بازدید]{color:#854d0e;background:#fef9c3}.LeadList-module__Xv8OWa__status[data-status=نشست]{color:#15803d;background:#f0fdf4}.LeadList-module__Xv8OWa__status[data-status=تماس\ اول]{color:#374151;background:#f3f4f6}.LeadList-module__Xv8OWa__status[data-status=منصرف\ شده]{color:#b91c1c;background:#fee2e2}.LeadList-module__Xv8OWa__cardActions{align-items:center;gap:.5rem;display:flex}.LeadList-module__Xv8OWa__whatsappIcon{color:#25d366;background:#25d3661a;border-radius:50%;justify-content:center;align-items:center;padding:.4rem;transition:all .2s;display:flex}.LeadList-module__Xv8OWa__whatsappIcon:hover{color:#fff;background:#25d366;transform:scale(1.1)}.LeadList-module__Xv8OWa__moreBtn{color:var(--muted);background:0 0;border:none;border-radius:4px;padding:.25rem}.LeadList-module__Xv8OWa__moreBtn:hover{background:var(--secondary)}.LeadList-module__Xv8OWa__deleteBtn{color:#ef4444;background:#ef44441a;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.4rem;transition:all .2s;display:flex}.LeadList-module__Xv8OWa__deleteBtn:hover{color:#fff;background:#ef4444;transform:scale(1.1)}.LeadList-module__Xv8OWa__request{color:var(--muted-foreground);margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.LeadList-module__Xv8OWa__cardFooter{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1rem;margin-top:auto;padding-top:1rem;display:flex}.LeadList-module__Xv8OWa__detail{color:var(--muted);white-space:nowrap;align-items:center;gap:.4rem;font-size:.8rem;display:flex}.LeadList-module__Xv8OWa__sourceTag{color:var(--primary);background:rgba(var(--primary-rgb),.1);border-radius:4px;align-items:center;gap:.3rem;margin-right:auto;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:flex}@media (max-width:480px){.LeadList-module__Xv8OWa__sourceTag{margin-right:0}}
.LeadForm-module__XoDmrG__container{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);max-width:800px;box-shadow:var(--shadow-lg);margin:0 auto;padding:1.5rem}@media (max-width:600px){.LeadForm-module__XoDmrG__container{box-shadow:none;background:0 0;border:none;padding:1rem}}.LeadForm-module__XoDmrG__header{color:var(--primary);align-items:center;gap:1.25rem;margin-bottom:2.5rem;display:flex}.LeadForm-module__XoDmrG__header h2{color:var(--foreground);font-size:1.5rem;font-weight:800}.LeadForm-module__XoDmrG__header p{color:var(--muted);font-size:.9rem}.LeadForm-module__XoDmrG__form{flex-direction:column;gap:1.5rem;display:flex}.LeadForm-module__XoDmrG__row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.LeadForm-module__XoDmrG__field{flex-direction:column;gap:.5rem;display:flex}.LeadForm-module__XoDmrG__field label{color:var(--foreground);font-size:.9rem;font-weight:600}.LeadForm-module__XoDmrG__inputWrapper{align-items:center;display:flex;position:relative}.LeadForm-module__XoDmrG__inputWrapper input,.LeadForm-module__XoDmrG__inputWrapper textarea,.LeadForm-module__XoDmrG__selectWrapper select{border-radius:var(--radius);border:1px solid var(--border);background:var(--secondary);width:100%;padding:.875rem 2.75rem .875rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.LeadForm-module__XoDmrG__inputWrapper textarea{resize:vertical;min-height:120px}.LeadForm-module__XoDmrG__inputWrapper input:focus,.LeadForm-module__XoDmrG__inputWrapper textarea:focus,.LeadForm-module__XoDmrG__selectWrapper select:focus{border-color:var(--primary);background:var(--card);outline:none;box-shadow:0 0 0 3px #2563eb1a}.LeadForm-module__XoDmrG__inputIcon{color:var(--muted);position:absolute;right:1rem}.LeadForm-module__XoDmrG__inputIconTop{color:var(--muted);position:absolute;top:1rem;right:1rem}.LeadForm-module__XoDmrG__selectWrapper{align-items:center;display:flex;position:relative}.LeadForm-module__XoDmrG__selectWrapper select{appearance:none}.LeadForm-module__XoDmrG__formFooter{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}.LeadForm-module__XoDmrG__cancelBtn{background:var(--secondary);color:var(--muted);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .2s}.LeadForm-module__XoDmrG__cancelBtn:hover{background:var(--border);color:var(--foreground)}.LeadForm-module__XoDmrG__submitBtn{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:all .2s}.LeadForm-module__XoDmrG__submitBtn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 10px 15px -3px #2563eb66}@media (max-width:600px){.LeadForm-module__XoDmrG__row{grid-template-columns:1fr}}.LeadForm-module__XoDmrG__divider{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--secondary);margin-bottom:1rem;padding:1rem 0 .5rem;font-size:.8rem;font-weight:700}.LeadForm-module__XoDmrG__budgetRow{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.LeadForm-module__XoDmrG__checkboxGroup{background:var(--secondary);border-radius:var(--radius);border:1px solid var(--border);flex-wrap:wrap;gap:.75rem;padding:1rem;display:flex}.LeadForm-module__XoDmrG__checkboxLabel{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.LeadForm-module__XoDmrG__checkboxLabel input{width:18px;height:18px;accent-color:var(--primary)}.LeadForm-module__XoDmrG__tagCloud{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.LeadForm-module__XoDmrG__tag{background:var(--primary);color:#fff;border-radius:20px;align-items:center;gap:.5rem;padding:.25rem .75rem;font-size:.85rem;font-weight:500;display:flex}.LeadForm-module__XoDmrG__tag button{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;padding:0;font-size:1.1rem;line-height:1}.LeadForm-module__XoDmrG__tag button:hover{opacity:1}
.LeadDetails-module__Zy2Yda__container{padding:1rem 0}.LeadDetails-module__Zy2Yda__backBtn{color:var(--muted);background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:2rem;font-weight:500;transition:color .2s;display:flex}.LeadDetails-module__Zy2Yda__backBtn:hover{color:var(--primary)}.LeadDetails-module__Zy2Yda__topActions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.LeadDetails-module__Zy2Yda__backBtn{margin-bottom:0!important}.LeadDetails-module__Zy2Yda__leadActions{gap:.75rem;display:flex}.LeadDetails-module__Zy2Yda__editBtn,.LeadDetails-module__Zy2Yda__deleteLeadBtn{border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.LeadDetails-module__Zy2Yda__editBtn{background:var(--card);color:var(--primary)}.LeadDetails-module__Zy2Yda__editBtn:hover{background:var(--secondary);border-color:var(--primary)}.LeadDetails-module__Zy2Yda__deleteLeadBtn{color:#b91c1c;background:#fee2e2;border-color:#fecaca}.LeadDetails-module__Zy2Yda__deleteLeadBtn:hover{background:#fecaca}.LeadDetails-module__Zy2Yda__noteHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.LeadDetails-module__Zy2Yda__noteMeta{color:var(--muted);align-items:center;gap:.5rem;font-size:.75rem;display:flex}.LeadDetails-module__Zy2Yda__noteActions{gap:.25rem;display:flex}.LeadDetails-module__Zy2Yda__noteActions button{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem;transition:all .2s}.LeadDetails-module__Zy2Yda__editNoteBtn:hover,.LeadDetails-module__Zy2Yda__saveNoteBtn:hover{color:#15803d;background:#dcfce7}.LeadDetails-module__Zy2Yda__deleteNoteBtn:hover,.LeadDetails-module__Zy2Yda__cancelNoteBtn:hover{color:#b91c1c;background:#fee2e2}.LeadDetails-module__Zy2Yda__editNoteTextarea{border:1px solid var(--primary);background:var(--card);resize:vertical;border-radius:4px;width:100%;min-height:80px;padding:.5rem;font-family:inherit;font-size:.95rem}.LeadDetails-module__Zy2Yda__layout{grid-template-columns:320px 1fr;align-items:start;gap:2rem;display:grid}.LeadDetails-module__Zy2Yda__profileCard{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);text-align:center;box-shadow:var(--shadow);flex-direction:column;align-items:center;padding:2rem;display:flex}.LeadDetails-module__Zy2Yda__avatar{background:var(--secondary);width:100px;height:100px;color:var(--primary);border:4px solid var(--background);box-shadow:var(--shadow);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.LeadDetails-module__Zy2Yda__name{margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.LeadDetails-module__Zy2Yda__sourceBadge{background:var(--secondary);color:var(--muted);border:1px solid var(--border);border-radius:12px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.LeadDetails-module__Zy2Yda__sourceBadge[data-source=Instagram]{color:#be185d;background:#fdf2f8;border-color:#fbcfe8}.LeadDetails-module__Zy2Yda__sourceBadge[data-source=Website]{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.LeadDetails-module__Zy2Yda__sourceBadge[data-source=WhatsApp]{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.LeadDetails-module__Zy2Yda__sourceBadge[data-source=AKT]{color:#7e22ce;background:#faf5ff;border-color:#e9d5ff}.LeadDetails-module__Zy2Yda__sourceBadge[data-source=Friend]{color:#854d0e;background:#fffbe6;border-color:#fff1b8}.LeadDetails-module__Zy2Yda__phoneInfo{color:var(--muted);align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.LeadDetails-module__Zy2Yda__whatsappBtn{color:#fff;background:#25d366;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px -1px #25d3664d}.LeadDetails-module__Zy2Yda__whatsappBtn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 10px 15px -3px #25d36666}.LeadDetails-module__Zy2Yda__statusSelectWrapper{flex-direction:column;gap:.5rem;width:100%;margin-bottom:1.5rem;display:flex}.LeadDetails-module__Zy2Yda__statusLabel{color:var(--muted);text-align:right;font-size:.75rem;font-weight:500}.LeadDetails-module__Zy2Yda__statusSelect{appearance:none;cursor:pointer;text-align:center;border:2px solid #0000;border-radius:20px;width:100%;padding:.6rem 1rem;font-size:.85rem;font-weight:700;transition:all .2s}.LeadDetails-module__Zy2Yda__statusSelect[data-status="در حال پیگیری"]{color:#0369a1;background:#e0f2fe}.LeadDetails-module__Zy2Yda__statusSelect[data-status=بازدید]{color:#854d0e;background:#fef9c3}.LeadDetails-module__Zy2Yda__statusSelect[data-status=نشست]{color:#15803d;background:#f0fdf4}.LeadDetails-module__Zy2Yda__statusSelect[data-status=تماس\ اول]{color:#41644a;background:#41644a1a}.LeadDetails-module__Zy2Yda__statusSelect[data-status=منصرف\ شده]{color:#b91c1c;background:#fee2e2}.LeadDetails-module__Zy2Yda__statusSelect:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #41644a33}.LeadDetails-module__Zy2Yda__divider{background:var(--border);width:100%;height:1px;margin:1.5rem 0}.LeadDetails-module__Zy2Yda__infoSection{text-align:right;width:100%;margin-bottom:1rem}.LeadDetails-module__Zy2Yda__infoSection label{color:var(--muted);margin-bottom:.25rem;font-size:.8rem;display:block}.LeadDetails-module__Zy2Yda__infoSection p{font-size:.95rem;font-weight:500;line-height:1.6}.LeadDetails-module__Zy2Yda__notesSection{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);padding:2rem}.LeadDetails-module__Zy2Yda__sectionHeader{color:var(--foreground);align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.LeadDetails-module__Zy2Yda__sectionHeader h3{font-size:1.25rem;font-weight:700}.LeadDetails-module__Zy2Yda__addNote{flex-direction:column;gap:1rem;margin-bottom:2.5rem;display:flex}.LeadDetails-module__Zy2Yda__addNote textarea{border-radius:var(--radius);border:1px solid var(--border);background:var(--secondary);resize:vertical;width:100%;min-height:120px;padding:1rem;font-family:inherit;font-size:1rem;transition:all .2s}.LeadDetails-module__Zy2Yda__addNote textarea:focus{border-color:var(--primary);background:var(--card);outline:none;box-shadow:0 0 0 3px #2563eb1a}.LeadDetails-module__Zy2Yda__addNote button{background:var(--primary);color:#fff;border-radius:var(--radius);border:none;align-self:flex-start;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:flex}.LeadDetails-module__Zy2Yda__addNote button:hover{filter:brightness(1.1);transform:translateY(-1px)}.LeadDetails-module__Zy2Yda__timeline{flex-direction:column;gap:1.5rem;display:flex}.LeadDetails-module__Zy2Yda__noteItem{background:var(--secondary);border-radius:var(--radius);border-right:4px solid var(--primary);padding:1.25rem}.LeadDetails-module__Zy2Yda__noteHeader{color:var(--muted);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.75rem;display:flex}.LeadDetails-module__Zy2Yda__noteBody{white-space:pre-wrap;font-size:.95rem;line-height:1.6}.LeadDetails-module__Zy2Yda__empty{text-align:center;color:var(--muted);padding:2rem}@media (max-width:900px){.LeadDetails-module__Zy2Yda__layout{grid-template-columns:1fr}}.LeadDetails-module__Zy2Yda__propertyGrid{grid-template-columns:1fr 1fr;gap:1rem;width:100%;display:grid}.LeadDetails-module__Zy2Yda__tagCloud{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.LeadDetails-module__Zy2Yda__tag{background:var(--secondary);color:var(--primary);border:1px solid var(--border);border-radius:4px;padding:.2rem .6rem;font-size:.8rem;font-weight:600}
.LoginPage-module__hWXBjW__container{background:linear-gradient(135deg,#0d4715 0%,#41644a 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex;position:relative;overflow:hidden}.LoginPage-module__hWXBjW__overlay{opacity:.1;pointer-events:none;background:url(https://www.transparenttextures.com/patterns/cubes.png);position:absolute;inset:0}.LoginPage-module__hWXBjW__loginCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#ffffffe6;border:1px solid #ffffff4d;border-radius:2rem;width:100%;max-width:450px;padding:3rem;animation:.6s cubic-bezier(.16,1,.3,1) LoginPage-module__hWXBjW__slideUp;box-shadow:0 25px 50px -12px #00000080}@keyframes LoginPage-module__hWXBjW__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.LoginPage-module__hWXBjW__header{text-align:center;margin-bottom:2.5rem}.LoginPage-module__hWXBjW__logoWrapper{background:var(--primary);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;transition:transform .3s;display:flex;transform:rotate(-10deg);box-shadow:0 10px 20px #41644a4d}.LoginPage-module__hWXBjW__logoWrapper:hover{transform:rotate(0)}.LoginPage-module__hWXBjW__logoIcon{color:#fff}.LoginPage-module__hWXBjW__header h1{color:#0d4715;margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.LoginPage-module__hWXBjW__header p{color:#666;font-size:1rem}.LoginPage-module__hWXBjW__form{flex-direction:column;gap:1.5rem;display:flex}.LoginPage-module__hWXBjW__inputGroup{flex-direction:column;gap:.5rem;display:flex}.LoginPage-module__hWXBjW__inputGroup label{color:#0d4715;margin-right:.5rem;font-size:.9rem;font-weight:600}.LoginPage-module__hWXBjW__inputWrapper{align-items:center;display:flex;position:relative}.LoginPage-module__hWXBjW__icon{color:#999;position:absolute;right:1rem}.LoginPage-module__hWXBjW__inputWrapper input{background:#f9f9f9;border:2px solid #eee;border-radius:1rem;outline:none;width:100%;padding:1rem 3rem 1rem 1rem;font-size:1rem;transition:all .3s}.LoginPage-module__hWXBjW__inputWrapper input:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #41644a1a}.LoginPage-module__hWXBjW__togglePassword{color:#999;background:0 0;border:none;justify-content:center;align-items:center;transition:color .2s;display:flex;position:absolute;left:1rem}.LoginPage-module__hWXBjW__togglePassword:hover{color:var(--primary)}.LoginPage-module__hWXBjW__error{color:#e53e3e;text-align:center;background:#fff5f5;border:1px solid #fed7d7;border-radius:.75rem;padding:.75rem 1rem;font-size:.85rem;font-weight:600;animation:.4s ease-in-out LoginPage-module__hWXBjW__shake}@keyframes LoginPage-module__hWXBjW__shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.LoginPage-module__hWXBjW__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:1rem;justify-content:center;align-items:center;margin-top:1rem;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 10px 15px -3px #41644a4d}.LoginPage-module__hWXBjW__submitBtn:hover:not(:disabled){background:#2d4533;transform:translateY(-2px);box-shadow:0 20px 25px -5px #41644a66}.LoginPage-module__hWXBjW__submitBtn:active:not(:disabled){transform:translateY(0)}.LoginPage-module__hWXBjW__submitBtn:disabled{opacity:.7;cursor:not-allowed}.LoginPage-module__hWXBjW__loader{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite LoginPage-module__hWXBjW__spin}@keyframes LoginPage-module__hWXBjW__spin{to{transform:rotate(360deg)}}.LoginPage-module__hWXBjW__footer{text-align:center;color:#888;margin-top:2.5rem;font-size:.8rem}
.page-module___8aEwW__container{background:var(--background);min-height:100vh;display:flex}.page-module___8aEwW__contentWrapper{flex-direction:column;flex:1;height:100vh;display:flex;overflow:hidden}.page-module___8aEwW__main{flex:1;padding:2rem 3rem;overflow-y:auto}.page-module___8aEwW__searchPage{flex-direction:column;gap:2rem;display:flex}.page-module___8aEwW__searchBar{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);padding:1rem}.page-module___8aEwW__searchBar input{background:var(--secondary);border-radius:calc(var(--radius) - 4px);border:none;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1.1rem}.page-module___8aEwW__searchBar input:focus{background:var(--card);box-shadow:0 0 0 2px var(--primary)}@media (max-width:768px){.page-module___8aEwW__container{flex-direction:column}.page-module___8aEwW__main{padding:1rem 1rem 80px}}.page-module___8aEwW__settingsPage{max-width:600px;margin:0 auto}.page-module___8aEwW__settingsPage h2{margin-bottom:2rem;font-weight:800}.page-module___8aEwW__settingsCard{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);padding:2.5rem}.page-module___8aEwW__settingsCard h3{margin-bottom:1rem;font-size:1.25rem}.page-module___8aEwW__settingsCard p{color:var(--muted);margin-bottom:2rem}.page-module___8aEwW__logoutBtn{color:#b91c1c;border-radius:var(--radius);cursor:pointer;background:#fee2e2;border:1px solid #fecaca;padding:.75rem 1.5rem;font-weight:700;transition:all .2s}.page-module___8aEwW__logoutBtn:hover{background:#fecaca;transform:translateY(-1px)}.page-module___8aEwW__syncIndicator{z-index:9999;opacity:0;pointer-events:none;border:1px solid var(--border);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:2rem;left:2rem;transform:scale(.8);box-shadow:0 4px 12px #0000001a}.page-module___8aEwW__syncIndicator[data-status=syncing]{opacity:1;color:var(--primary);transform:scale(1)}.page-module___8aEwW__syncIndicator[data-status=synced]{opacity:0;color:#15803d;background:#f0fdf4;border-color:#bbf7d0;transition-delay:1s;transform:scale(.8)}.page-module___8aEwW__syncIndicator[data-status=synced].page-module___8aEwW__visible{opacity:1;transition-delay:0s;transform:scale(1)}.page-module___8aEwW__syncIndicator[data-status=error]{opacity:1;color:#b91c1c;background:#fee2e2;border-color:#fecaca;transform:scale(1)}.page-module___8aEwW__spinAnimation{animation:1s linear infinite page-module___8aEwW__spin;display:block}@keyframes page-module___8aEwW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.page-module___8aEwW__syncIndicator{top:auto;bottom:80px;left:1rem}}
