.Map3DView-module___8cMla__map3DContainer{background:#f5f5f5;border:2px solid #e6077e33;border-radius:12px;width:100%;height:400px;position:relative;overflow:hidden}.Map3DView-module___8cMla__map3D{width:100%;height:100%}.Map3DView-module___8cMla__loadingOverlay{z-index:10;color:var(--panel-black);background:#ffffffe6;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex;position:absolute;inset:0}.Map3DView-module___8cMla__spinner{border:4px solid #e6077e33;border-top-color:var(--power-pink);border-radius:50%;width:40px;height:40px;animation:1s linear infinite Map3DView-module___8cMla__spin}@keyframes Map3DView-module___8cMla__spin{to{transform:rotate(360deg)}}.Map3DView-module___8cMla__controls{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5;background:#fffffff2;border-radius:12px;flex-direction:column;gap:.75rem;min-width:140px;padding:1rem;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 4px 12px #00000026}.Map3DView-module___8cMla__controlGroup{flex-direction:column;gap:.5rem;display:flex}.Map3DView-module___8cMla__controlGroup label{color:var(--panel-black);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.Map3DView-module___8cMla__buttonGroup{gap:.5rem;display:flex}.Map3DView-module___8cMla__controlButton{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;min-width:40px;height:40px;padding:.5rem;font-size:1.25rem;transition:all .2s;display:flex}.Map3DView-module___8cMla__controlButton:hover{transform:translateY(-2px);box-shadow:0 4px 8px #e6077e66}.Map3DView-module___8cMla__controlButton:active{transform:translateY(0)}.Map3DView-module___8cMla__resetButton{color:var(--power-pink);cursor:pointer;background:#e6077e1a;border:2px solid #e6077e4d;border-radius:8px;margin-top:.25rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.Map3DView-module___8cMla__resetButton:hover{border-color:var(--power-pink);background:#e6077e26}.Map3DView-module___8cMla__instructions{z-index:5;display:inline-block;position:absolute;bottom:10px;left:10px}.Map3DView-module___8cMla__instructions p{-webkit-backdrop-filter:blur(20px);color:#fff;text-align:center;white-space:nowrap;background:linear-gradient(135deg,#e6077e26 0%,#e6077e40 100%);border:1px solid #e6077e33;border-radius:20px;margin:0;padding:.5rem 1rem;font-size:.9rem;font-weight:500;display:inline-block;box-shadow:0 4px 12px #e6077e33,inset 0 0 0 1px #e6077e1a}.Map3DView-module___8cMla__errorContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:300px;padding:2rem;display:flex}.Map3DView-module___8cMla__errorIcon{opacity:.5;margin-bottom:1rem;font-size:3rem}.Map3DView-module___8cMla__errorText{color:var(--panel-black)}.Map3DView-module___8cMla__errorText strong{color:var(--panel-black);margin-bottom:.5rem;font-size:1.1rem;display:block}.Map3DView-module___8cMla__errorText p{color:#666;margin:0;font-size:.9rem;line-height:1.5}.Map3DView-module___8cMla__infoIconWrapper{z-index:5;justify-content:flex-end;align-items:flex-start;display:flex;position:absolute;top:50px;right:10px}.Map3DView-module___8cMla__infoIcon{-webkit-backdrop-filter:blur(20px);cursor:pointer;background:linear-gradient(135deg,#e6077e26 0%,#e6077e40 100%);border:1px solid #e6077e4d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin:0;padding:0;font-size:1.2rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #e6077e33,inset 0 0 0 1px #ffffff1a}.Map3DView-module___8cMla__infoIcon:hover{border-color:var(--power-pink);background:linear-gradient(135deg,#e6077e40 0%,#e6077e59 100%);transform:scale(1.1);box-shadow:0 6px 20px #e6077e66,inset 0 0 0 1px #fff3}.Map3DView-module___8cMla__infoIconWrapper:hover .Map3DView-module___8cMla__infoTooltip,.Map3DView-module___8cMla__infoTooltip:hover{opacity:1;visibility:visible;transform:translateY(0)}.Map3DView-module___8cMla__infoTooltip{-webkit-backdrop-filter:blur(20px);color:#fff;opacity:0;visibility:hidden;z-index:10;pointer-events:none;background:linear-gradient(135deg,#e6077e40 0%,#e6077e59 100%);border:1px solid #e6077e4d;border-radius:12px;width:max-content;max-width:300px;padding:.75rem 1rem;font-size:.9rem;font-weight:600;line-height:1.5;transition:all .3s;position:absolute;top:calc(100% + 10px);right:0;transform:translateY(-5px);box-shadow:0 8px 24px #e6077e4d,inset 0 0 0 1px #ffffff1a}.Map3DView-module___8cMla__infoTooltip:before{content:"";border:6px solid #0000;border-bottom-color:#e6077e59;position:absolute;bottom:100%;right:20px}.Map3DView-module___8cMla__infoTooltip:after{content:"";border:7px solid #0000;border-bottom-color:#e6077e4d;position:absolute;bottom:100%;right:20px;transform:translateY(1px)}@media (max-width:768px){.Map3DView-module___8cMla__map3DContainer{height:350px}.Map3DView-module___8cMla__controls{min-width:120px;padding:.75rem}.Map3DView-module___8cMla__controlButton{min-width:35px;height:35px;font-size:1rem}.Map3DView-module___8cMla__instructions p{padding:.4rem .75rem;font-size:.7rem}.Map3DView-module___8cMla__infoIcon{width:28px;height:28px;font-size:1rem}.Map3DView-module___8cMla__infoTooltip{max-width:250px;padding:.6rem .8rem;font-size:.75rem}}
.CustomSelect-module__nvuioG__customSelect{width:100%;position:relative}.CustomSelect-module__nvuioG__selectButton{cursor:pointer;text-align:left;width:100%;color:var(--panel-black);background:#fff;border:2px solid #e0e0e0;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .3s;display:flex;position:relative}.CustomSelect-module__nvuioG__selectButton:hover{background-color:#e6077e05;border-color:#e6077e66}.CustomSelect-module__nvuioG__selectButton:focus{border-color:var(--power-pink);background-color:#fff;outline:none;box-shadow:0 0 0 3px #e6077e1a}.CustomSelect-module__nvuioG__selectValue{text-overflow:ellipsis;white-space:nowrap;flex:1;align-items:center;gap:.75rem;padding-right:2.5rem;display:flex;overflow:hidden}.CustomSelect-module__nvuioG__optionLogo{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:32px;height:32px}.CustomSelect-module__nvuioG__arrow{flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s;display:flex;position:absolute;right:1.25rem}.CustomSelect-module__nvuioG__arrowOpen{transform:rotate(180deg)}.CustomSelect-module__nvuioG__optionsList{z-index:1000;background:#fff;border:2px solid #e6077e33;border-radius:12px;max-height:300px;margin:0;padding:.5rem 0;list-style:none;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #00000026}.CustomSelect-module__nvuioG__option{color:var(--panel-black);cursor:pointer;background:#fff;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:1rem;transition:all .2s;display:flex}.CustomSelect-module__nvuioG__option:hover{color:var(--power-pink)!important;background:#e6077e1a!important}.CustomSelect-module__nvuioG__option:active{background:#e6077e26!important}.CustomSelect-module__nvuioG__optionSelected{font-weight:600;background:var(--gradient-primary)!important;color:#fff!important}.CustomSelect-module__nvuioG__optionSelected:hover{opacity:.9;background:var(--gradient-primary)!important;color:#fff!important}.CustomSelect-module__nvuioG__optionsList::-webkit-scrollbar{width:8px}.CustomSelect-module__nvuioG__optionsList::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.CustomSelect-module__nvuioG__optionsList::-webkit-scrollbar-thumb{background:#e6077e4d;border-radius:4px}.CustomSelect-module__nvuioG__optionsList::-webkit-scrollbar-thumb:hover{background:#e6077e80}
.ExpandableCard-module__IFdbYG__card{-webkit-backdrop-filter:blur(30px);background:#ffffffd9;border:1px solid #00000014;border-radius:20px;margin-bottom:1.5rem;padding:2rem;transition:all .3s;box-shadow:0 10px 40px #00000014,inset 0 0 0 1px #fffc}.ExpandableCard-module__IFdbYG__cardCollapsed{padding:1.25rem 2rem}.ExpandableCard-module__IFdbYG__card:hover{transform:translateY(-2px);box-shadow:0 15px 50px #00000029,inset 0 0 0 1px #ffffffe6}.ExpandableCard-module__IFdbYG__cardHeader{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:flex-start;padding-bottom:1rem;display:flex}.ExpandableCard-module__IFdbYG__cardHeaderCollapsed{border-bottom:none;padding-bottom:0}.ExpandableCard-module__IFdbYG__headerActions{align-items:center;gap:.75rem;display:flex}.ExpandableCard-module__IFdbYG__cardBody{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex;overflow:hidden}.ExpandableCard-module__IFdbYG__expandButton{cursor:pointer;color:var(--panel-black);background:#0000000d;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;min-width:36px;height:36px;padding:.5rem .75rem;font-size:.9rem;transition:all .2s;display:flex;position:relative}.ExpandableCard-module__IFdbYG__expandButton:hover{background:#0000001a;transform:translateY(-1px)}.ExpandableCard-module__IFdbYG__expandButton:active{transform:translateY(0)}.ExpandableCard-module__IFdbYG__expandButton[data-tooltip]{position:relative}.ExpandableCard-module__IFdbYG__expandButton[data-tooltip]:hover:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;z-index:1000;pointer-events:none;background:#000000e6;border-radius:6px;margin-bottom:.5rem;padding:.5rem .75rem;font-size:.75rem;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}@media (max-width:768px){.ExpandableCard-module__IFdbYG__cardHeader{flex-direction:column;align-items:stretch;min-width:0;overflow:hidden}.ExpandableCard-module__IFdbYG__headerActions{flex-wrap:wrap;justify-content:flex-start;width:100%;min-width:0}.ExpandableCard-module__IFdbYG__card{overflow-x:hidden}}
.DeleteConfirmationModal-module__qkDzSG__modalBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;position:fixed;inset:0}.DeleteConfirmationModal-module__qkDzSG__modal{z-index:1001;background:#fff;border-radius:20px;flex-direction:column;align-items:stretch;width:90%;max-width:500px;margin:0;padding:2rem;display:flex;position:fixed;box-shadow:0 20px 60px #0000004d;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.DeleteConfirmationModal-module__qkDzSG__modalTitle{color:var(--panel-black);margin:0 0 1rem;font-size:1.5rem;font-weight:700}.DeleteConfirmationModal-module__qkDzSG__modalMessage{color:var(--panel-black);opacity:.8;margin:0 0 2rem;font-size:1rem;line-height:1.6}.DeleteConfirmationModal-module__qkDzSG__modalMessage strong{color:var(--power-pink);font-weight:600}.DeleteConfirmationModal-module__qkDzSG__modalActions{justify-content:flex-end;gap:1rem;display:flex}.DeleteConfirmationModal-module__qkDzSG__modalCancelButton,.DeleteConfirmationModal-module__qkDzSG__modalDeleteButton{cursor:pointer;border:none;border-radius:10px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.DeleteConfirmationModal-module__qkDzSG__modalCancelButton{color:var(--panel-black);background:#0000000d}.DeleteConfirmationModal-module__qkDzSG__modalCancelButton:hover:not(:disabled){background:#0000001a}.DeleteConfirmationModal-module__qkDzSG__modalDeleteButton{color:#fff;background:#dc3545}.DeleteConfirmationModal-module__qkDzSG__modalDeleteButton:hover:not(:disabled){background:#c82333;transform:translateY(-1px);box-shadow:0 4px 12px #dc35454d}.DeleteConfirmationModal-module__qkDzSG__modalCancelButton:disabled,.DeleteConfirmationModal-module__qkDzSG__modalDeleteButton:disabled{opacity:.6;cursor:wait}
.PowerAppsResultModal-module__El6Ydq__modalBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#0009;position:fixed;inset:0}.PowerAppsResultModal-module__El6Ydq__modalContainer{z-index:10001;pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.PowerAppsResultModal-module__El6Ydq__modal{pointer-events:auto;background:#fff;border-radius:20px;width:90%;max-width:500px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.PowerAppsResultModal-module__El6Ydq__modalHeader{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.PowerAppsResultModal-module__El6Ydq__successIcon,.PowerAppsResultModal-module__El6Ydq__errorIcon{font-size:2.5rem;line-height:1}.PowerAppsResultModal-module__El6Ydq__modalTitle{color:var(--panel-black);margin:0;font-size:1.5rem;font-weight:700}.PowerAppsResultModal-module__El6Ydq__modalContent{margin-bottom:1.5rem}.PowerAppsResultModal-module__El6Ydq__modalMessage{color:var(--panel-black);opacity:.8;margin:0 0 1rem;font-size:1rem;line-height:1.6}.PowerAppsResultModal-module__El6Ydq__modalMessage strong{color:var(--panel-black);opacity:1;font-weight:600}.PowerAppsResultModal-module__El6Ydq__proposalNumberBox{background:#e6077e1a;border:2px solid #e6077e33;border-radius:12px;align-items:center;gap:.75rem;margin:1rem 0;padding:1rem;display:flex}.PowerAppsResultModal-module__El6Ydq__proposalLabel{color:var(--panel-black);opacity:.7;font-size:.9rem;font-weight:600}.PowerAppsResultModal-module__El6Ydq__proposalNumber{font-size:1.1rem;font-weight:700;font-family:var(--font-work-sans),"Work Sans",sans-serif;color:var(--power-pink);background:#fff;border:1px solid #e6077e4d;border-radius:8px;padding:.5rem 1rem}.PowerAppsResultModal-module__El6Ydq__warningBox{background:#ffa5001a;border:2px solid #ffa5004d;border-radius:12px;margin-top:1rem;padding:1rem}.PowerAppsResultModal-module__El6Ydq__warningText{color:var(--panel-black);opacity:.8;margin:0 0 .5rem;font-size:.9rem;line-height:1.5}.PowerAppsResultModal-module__El6Ydq__errorDetails{color:var(--panel-black);opacity:.6;font-size:.85rem;font-family:var(--font-work-sans),"Work Sans",sans-serif;word-break:break-word;margin:0}.PowerAppsResultModal-module__El6Ydq__modalActions{justify-content:flex-end;gap:1rem;display:flex}.PowerAppsResultModal-module__El6Ydq__modalSuccessButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e6077e 0%,#ff6b9d 100%);border:none;border-radius:12px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.PowerAppsResultModal-module__El6Ydq__modalSuccessButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #e6077e66}.PowerAppsResultModal-module__El6Ydq__modalErrorButton{color:#dc3545;cursor:pointer;background:#dc35451a;border:2px solid #dc35454d;border-radius:12px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.PowerAppsResultModal-module__El6Ydq__modalErrorButton:hover{background:#dc354533;border-color:#dc354580;transform:translateY(-2px)}@media (max-width:768px){.PowerAppsResultModal-module__El6Ydq__modal{max-width:95%;padding:1.5rem}.PowerAppsResultModal-module__El6Ydq__modalTitle{font-size:1.25rem}.PowerAppsResultModal-module__El6Ydq__proposalNumberBox{flex-direction:column;align-items:flex-start}}
.ImageViewerModal-module__ZzPiRa__modalBackdrop{z-index:10000;cursor:pointer;background-color:#000000d9;position:fixed;inset:0}.ImageViewerModal-module__ZzPiRa__modalContainer{z-index:10001;pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ImageViewerModal-module__ZzPiRa__modal{pointer-events:auto;background-color:#fff;border-radius:12px;flex-direction:column;max-width:90vw;max-height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d}.ImageViewerModal-module__ZzPiRa__modalHeader{background-color:#f9f9f9;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.ImageViewerModal-module__ZzPiRa__modalTitle{color:#333;margin:0;font-size:1.1rem;font-weight:600}.ImageViewerModal-module__ZzPiRa__closeButton{color:#666;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.5rem;transition:background-color .2s,color .2s;display:flex}.ImageViewerModal-module__ZzPiRa__closeButton:hover{color:#333;background-color:#e0e0e0}.ImageViewerModal-module__ZzPiRa__modalContent{background-color:#f5f5f5;flex:1;justify-content:center;align-items:center;min-height:200px;padding:1.5rem;display:flex;overflow:auto}.ImageViewerModal-module__ZzPiRa__image{-o-object-fit:contain;object-fit:contain;cursor:default;border-radius:8px;max-width:100%;max-height:70vh;box-shadow:0 4px 12px #00000026}.ImageViewerModal-module__ZzPiRa__modalActions{background-color:#f9f9f9;border-top:1px solid #e0e0e0;justify-content:flex-end;gap:1rem;padding:1rem 1.5rem;display:flex}.ImageViewerModal-module__ZzPiRa__downloadButton{color:#fff;background-color:#1a73e8;border-radius:6px;padding:.6rem 1.2rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:inline-block}.ImageViewerModal-module__ZzPiRa__downloadButton:hover{background-color:#1557b0}.ImageViewerModal-module__ZzPiRa__closeButtonBottom{color:#333;cursor:pointer;background-color:#f0f0f0;border:1px solid #d0d0d0;border-radius:6px;padding:.6rem 1.2rem;font-weight:500;transition:background-color .2s,border-color .2s}.ImageViewerModal-module__ZzPiRa__closeButtonBottom:hover{background-color:#e0e0e0;border-color:silver}@keyframes ImageViewerModal-module__ZzPiRa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.ImageViewerModal-module__ZzPiRa__modal{max-width:95vw;max-height:95vh}.ImageViewerModal-module__ZzPiRa__modalHeader{padding:.75rem 1rem}.ImageViewerModal-module__ZzPiRa__modalTitle{font-size:1rem}.ImageViewerModal-module__ZzPiRa__modalContent{padding:1rem}.ImageViewerModal-module__ZzPiRa__image{max-height:60vh}.ImageViewerModal-module__ZzPiRa__modalActions{flex-direction:column;padding:.75rem 1rem}.ImageViewerModal-module__ZzPiRa__downloadButton,.ImageViewerModal-module__ZzPiRa__closeButtonBottom{text-align:center;width:100%}}
.LoadingModal-module__2fjaGW__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#00000080;position:fixed;inset:0}.LoadingModal-module__2fjaGW__modalWrapper{z-index:9999;pointer-events:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.LoadingModal-module__2fjaGW__modal{pointer-events:auto;background:#fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-width:200px;padding:3rem 2.5rem;display:flex;box-shadow:0 20px 60px #0000004d}.LoadingModal-module__2fjaGW__spinner{border:4px solid #e6077e33;border-top-color:var(--power-pink);border-radius:50%;width:50px;height:50px;animation:1s linear infinite LoadingModal-module__2fjaGW__spin}@keyframes LoadingModal-module__2fjaGW__spin{to{transform:rotate(360deg)}}.LoadingModal-module__2fjaGW__message{color:var(--panel-black);text-align:center;margin:0;font-size:1rem;font-weight:500}
.DuplicateConfirmationModal-module__RZ9NjW__modalBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#00000080;position:fixed;inset:0}.DuplicateConfirmationModal-module__RZ9NjW__modalContainer{z-index:10001;pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.DuplicateConfirmationModal-module__RZ9NjW__modal{pointer-events:auto;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#fffffff2;border:1px solid #0000001a;border-radius:20px;min-width:400px;max-width:500px;padding:2rem;position:relative;box-shadow:0 20px 60px #0000004d,inset 0 0 0 1px #fffc}.DuplicateConfirmationModal-module__RZ9NjW__modalHeader{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.DuplicateConfirmationModal-module__RZ9NjW__warningIcon{font-size:2rem}.DuplicateConfirmationModal-module__RZ9NjW__modalTitle{color:var(--panel-black);margin:0;font-size:1.5rem;font-weight:600}.DuplicateConfirmationModal-module__RZ9NjW__modalContent{margin-bottom:2rem}.DuplicateConfirmationModal-module__RZ9NjW__modalMessage{color:var(--panel-black);opacity:.8;margin-bottom:1rem;font-size:1rem;line-height:1.6}.DuplicateConfirmationModal-module__RZ9NjW__proposalNumberBox{background:#e6077e1a;border:1px solid #e6077e33;border-radius:12px;flex-direction:column;gap:.5rem;margin:1rem 0;padding:1rem;display:flex}.DuplicateConfirmationModal-module__RZ9NjW__proposalLabel{color:var(--panel-black);opacity:.6;font-size:.875rem;font-weight:500}.DuplicateConfirmationModal-module__RZ9NjW__proposalNumber{color:var(--power-pink);font-size:1.25rem;font-weight:600;font-family:var(--font-work-sans),"Work Sans",sans-serif}.DuplicateConfirmationModal-module__RZ9NjW__warningText{color:var(--panel-black);opacity:.7;margin-top:1rem;font-size:.95rem;line-height:1.6}.DuplicateConfirmationModal-module__RZ9NjW__modalActions{justify-content:flex-end;gap:1rem;display:flex}.DuplicateConfirmationModal-module__RZ9NjW__modalCancelButton,.DuplicateConfirmationModal-module__RZ9NjW__modalConfirmButton{cursor:pointer;border:none;border-radius:12px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.DuplicateConfirmationModal-module__RZ9NjW__modalCancelButton{color:var(--panel-black);background:#0000000d}.DuplicateConfirmationModal-module__RZ9NjW__modalCancelButton:hover{background:#0000001a}.DuplicateConfirmationModal-module__RZ9NjW__modalConfirmButton{background:var(--power-pink);color:#fff}.DuplicateConfirmationModal-module__RZ9NjW__modalConfirmButton:hover{background:#c4066a;transform:translateY(-1px);box-shadow:0 4px 12px #e6077e4d}.DuplicateConfirmationModal-module__RZ9NjW__modalConfirmButton:active{transform:translateY(0)}
.installer-onboarding-module__ghFnIW__page{max-width:1400px;margin:0 auto}.installer-onboarding-module__ghFnIW__header{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.installer-onboarding-module__ghFnIW__title{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:600}.installer-onboarding-module__ghFnIW__subtitle{color:var(--panel-black);opacity:.7;font-size:1.05rem;font-weight:400}.installer-onboarding-module__ghFnIW__filterDropdownWrapper{align-items:center;gap:.75rem;display:flex}.installer-onboarding-module__ghFnIW__filterLabel{color:var(--panel-black);opacity:.7;white-space:nowrap;font-size:.95rem;font-weight:500}.installer-onboarding-module__ghFnIW__filterDropdown{min-width:150px}.installer-onboarding-module__ghFnIW__loading,.installer-onboarding-module__ghFnIW__empty{text-align:center;color:var(--panel-black);opacity:.6;padding:4rem 2rem;font-size:1.1rem}.installer-onboarding-module__ghFnIW__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:400px;padding:4rem 2rem;display:flex}.installer-onboarding-module__ghFnIW__spinner{border:4px solid #e6077e1a;border-top:4px solid var(--power-pink);border-radius:50%;width:50px;height:50px;animation:1s linear infinite installer-onboarding-module__ghFnIW__spin}.installer-onboarding-module__ghFnIW__loadingText{color:var(--panel-black);opacity:.7;margin:0;font-size:1.1rem;font-weight:500}@keyframes installer-onboarding-module__ghFnIW__spin{to{transform:rotate(360deg)}}.installer-onboarding-module__ghFnIW__submissionsList{flex-direction:column;gap:1.5rem;display:flex}.installer-onboarding-module__ghFnIW__companyName{color:var(--panel-black);margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.installer-onboarding-module__ghFnIW__contactEmail{color:var(--panel-black);opacity:.7;margin:0;font-size:1rem;font-weight:500}.installer-onboarding-module__ghFnIW__badges{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.installer-onboarding-module__ghFnIW__infoRow{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.installer-onboarding-module__ghFnIW__fieldGroup{align-items:center;gap:.5rem;display:flex}.installer-onboarding-module__ghFnIW__fieldSeparator{color:var(--panel-black);opacity:.3;margin:0 .5rem;font-size:1.2rem}.installer-onboarding-module__ghFnIW__label{color:var(--panel-black);opacity:.8;white-space:nowrap;font-size:.875rem;font-weight:700}.installer-onboarding-module__ghFnIW__value{color:var(--panel-black);font-size:.875rem;font-weight:600}.installer-onboarding-module__ghFnIW__sectionTitle{color:var(--power-pink);border-bottom:1px solid #e6077e33;margin:1rem 0 .75rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700}.installer-onboarding-module__ghFnIW__infoGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.installer-onboarding-module__ghFnIW__infoItem{flex-direction:column;gap:.25rem;display:flex}.installer-onboarding-module__ghFnIW__infoLabel{color:var(--panel-black);opacity:.7;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:700}.installer-onboarding-module__ghFnIW__infoValue{color:var(--panel-black);font-size:.95rem;font-weight:600}.installer-onboarding-module__ghFnIW__infoValueWithArrow{color:var(--panel-black);align-items:center;gap:.35rem;font-size:.95rem;font-weight:600;display:inline-flex}.installer-onboarding-module__ghFnIW__arrowDown{color:#4caf50;font-size:1rem}.installer-onboarding-module__ghFnIW__arrowUp{color:#dc2626;font-size:1rem}.installer-onboarding-module__ghFnIW__insuranceLinks{flex-wrap:wrap;gap:1rem;display:flex}.installer-onboarding-module__ghFnIW__insuranceLink{color:var(--power-pink);cursor:pointer;background:#e6077e1a;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:inherit;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}button.installer-onboarding-module__ghFnIW__insuranceLink,div[role=button].installer-onboarding-module__ghFnIW__insuranceLink{color:var(--power-pink);cursor:pointer;background:#e6077e1a;border:none;border-radius:8px;outline:none;align-items:center;gap:.5rem;width:auto;padding:.5rem 1rem;font-family:inherit;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}div[role=button].installer-onboarding-module__ghFnIW__insuranceLink:focus{outline:2px solid var(--power-pink);outline-offset:2px}.installer-onboarding-module__ghFnIW__insuranceLink:hover,button.installer-onboarding-module__ghFnIW__insuranceLink:hover,div[role=button].installer-onboarding-module__ghFnIW__insuranceLink:hover{background:#e6077e33;transform:translateY(-1px)}.installer-onboarding-module__ghFnIW__cardFooter{border-top:1px solid #e6077e1a;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;display:flex}.installer-onboarding-module__ghFnIW__date{color:var(--panel-black);opacity:.6;font-size:.9rem;font-weight:500}.installer-onboarding-module__ghFnIW__contractSection{border-top:1px solid var(--border-color);margin-top:.75rem;margin-bottom:0;padding-top:.75rem;padding-bottom:0}.installer-onboarding-module__ghFnIW__generateContractButtonContainer{justify-content:flex-end;margin-top:1rem;display:flex}.installer-onboarding-module__ghFnIW__contractFileName{background:var(--panel-bg);border:1px solid var(--border-color);border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;margin:.25rem 0;padding:.5rem .75rem;display:flex}.installer-onboarding-module__ghFnIW__contractFileNameButton{color:var(--power-pink);cursor:pointer;text-align:left;background:#e6077e14;border:1px solid #e6077e33;border-radius:6px;flex:1;padding:.5rem .75rem;font-size:.95rem;font-weight:500;transition:all .2s}.installer-onboarding-module__ghFnIW__contractFileNameButton:hover{background:#e6077e1f;border-color:#e6077e4d;text-decoration:none}.installer-onboarding-module__ghFnIW__contractFileNameActions{gap:.5rem;display:flex}.installer-onboarding-module__ghFnIW__contractViewer{margin:.5rem 0;position:relative}.installer-onboarding-module__ghFnIW__contractHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.5rem;display:flex}.installer-onboarding-module__ghFnIW__contractTitle{color:var(--panel-black);font-size:1rem;font-weight:600}.installer-onboarding-module__ghFnIW__closeContractButton{color:var(--panel-black);border:1px solid var(--border-color);cursor:pointer;background:#0000000d;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.installer-onboarding-module__ghFnIW__closeContractButton:hover{border-color:var(--panel-black);background:#0000001a}.installer-onboarding-module__ghFnIW__contractTopActions{justify-content:flex-end;margin-bottom:.5rem;display:flex}.installer-onboarding-module__ghFnIW__contractBottomActions{justify-content:flex-end;margin-top:.5rem;display:flex}.installer-onboarding-module__ghFnIW__pdfViewer{border:1px solid var(--border-color);border-radius:8px;width:100%;height:600px}.installer-onboarding-module__ghFnIW__generateContractButton,.installer-onboarding-module__ghFnIW__sendContractButton{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.installer-onboarding-module__ghFnIW__generateContractButton{margin-top:0}.installer-onboarding-module__ghFnIW__generateContractButton:hover:not(:disabled),.installer-onboarding-module__ghFnIW__sendContractButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #e6077e4d}.installer-onboarding-module__ghFnIW__generateContractButton:disabled,.installer-onboarding-module__ghFnIW__sendContractButton:disabled{opacity:.6;cursor:not-allowed}.installer-onboarding-module__ghFnIW__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite installer-onboarding-module__ghFnIW__spin}.installer-onboarding-module__ghFnIW__contractActions{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.installer-onboarding-module__ghFnIW__deleteContractButton{color:#dc3545;cursor:pointer;background:#dc35451a;border:1px solid #dc35454d;border-radius:8px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s}.installer-onboarding-module__ghFnIW__deleteContractButton:hover:not(:disabled){background:#dc354526;border-color:#dc3545;transform:translateY(-1px);box-shadow:0 4px 12px #dc354533}.installer-onboarding-module__ghFnIW__deleteContractButton:disabled{opacity:.6;cursor:not-allowed}.installer-onboarding-module__ghFnIW__contractStatus{background:var(--panel-bg);border:1px solid var(--border-color);border-radius:8px;margin-top:.5rem;margin-bottom:0;padding:1rem}.installer-onboarding-module__ghFnIW__statusBadge{color:#856404;background:#fff3cd;border-radius:6px;margin-bottom:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-block}.installer-onboarding-module__ghFnIW__statusBadgeSigned{color:#155724;background:#d4edda;border-radius:6px;margin-bottom:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-block}.installer-onboarding-module__ghFnIW__statusText{color:var(--panel-black);opacity:.7;margin:.5rem 0 0;font-size:.9rem}.installer-onboarding-module__ghFnIW__signedContractLink{color:var(--gradient-primary-end);margin-top:.5rem;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-block}.installer-onboarding-module__ghFnIW__signedContractLink:hover{text-decoration:underline}.installer-onboarding-module__ghFnIW__approveButton{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s}.installer-onboarding-module__ghFnIW__approveButton:hover{background:#15803d}.installer-onboarding-module__ghFnIW__editButton{cursor:pointer;background:#e6077e1a;border:1px solid #e6077e4d;border-radius:8px;justify-content:center;align-items:center;min-width:40px;height:40px;margin-right:.25rem;padding:.5rem .75rem;font-size:1rem;transition:all .3s;display:flex;position:relative}.installer-onboarding-module__ghFnIW__editButton[data-tooltip]:hover:not(:disabled):before{content:attr(data-tooltip);color:#fff;white-space:nowrap;z-index:1000;pointer-events:none;opacity:0;background:linear-gradient(135deg,#e6077e 0%,#ff6b9d 100%);border-radius:8px;padding:.5rem .75rem;font-size:.8rem;font-weight:500;animation:.2s forwards installer-onboarding-module__ghFnIW__tooltipFadeIn;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000040}.installer-onboarding-module__ghFnIW__editButton:hover{border-color:var(--power-pink);background:#e6077e33}.installer-onboarding-module__ghFnIW__modalBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#0009;position:fixed;inset:0}.installer-onboarding-module__ghFnIW__editModal{z-index:10001;background:#fff;border-radius:20px;flex-direction:column;width:90%;max-width:1000px;max-height:90vh;margin:0;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d;position:fixed!important;top:50%!important;left:50%!important}.installer-onboarding-module__ghFnIW__modalCloseButton{color:#666;cursor:pointer;z-index:10002;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;line-height:1;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.installer-onboarding-module__ghFnIW__modalCloseButton:hover:not(:disabled){color:#000;background:#0000001a;transform:rotate(90deg)}.installer-onboarding-module__ghFnIW__modalContent{max-height:calc(90vh - 2rem);padding:2.5rem;overflow-y:auto}.installer-onboarding-module__ghFnIW__modalContent::-webkit-scrollbar{width:10px}.installer-onboarding-module__ghFnIW__modalContent::-webkit-scrollbar-track{background:#e6077e0d;border-radius:10px}.installer-onboarding-module__ghFnIW__modalContent::-webkit-scrollbar-thumb{background:#e6077e33;border-radius:10px}.installer-onboarding-module__ghFnIW__modalContent::-webkit-scrollbar-thumb:hover{background:#e6077e4d}.installer-onboarding-module__ghFnIW__editFormContainer{background:#fff;border:1px solid #00000014;border-radius:16px;margin-bottom:2rem;padding:2rem;overflow:hidden;box-shadow:0 4px 20px #0000001a}.installer-onboarding-module__ghFnIW__editForm{flex-direction:column;gap:2rem;display:flex}.installer-onboarding-module__ghFnIW__editFormTitle{color:var(--panel-black);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.installer-onboarding-module__ghFnIW__editFormSection{background:#f9f9f9;border:1px solid #0000000d;border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.installer-onboarding-module__ghFnIW__editSectionTitle{color:var(--panel-black);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.installer-onboarding-module__ghFnIW__editFormNote{color:#666;margin-bottom:.5rem;font-size:.9rem}.installer-onboarding-module__ghFnIW__editFormRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.installer-onboarding-module__ghFnIW__editFormGroup{flex-direction:column;gap:.5rem;display:flex}.installer-onboarding-module__ghFnIW__editFormGroup label{color:var(--panel-black);font-size:.9rem;font-weight:500}.installer-onboarding-module__ghFnIW__editInput,.installer-onboarding-module__ghFnIW__editSelect,.installer-onboarding-module__ghFnIW__editTextarea{background:#fff;border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.installer-onboarding-module__ghFnIW__editTextarea{resize:vertical;min-height:80px}.installer-onboarding-module__ghFnIW__editInput:focus,.installer-onboarding-module__ghFnIW__editSelect:focus,.installer-onboarding-module__ghFnIW__editTextarea:focus{border-color:var(--power-pink);outline:none;box-shadow:0 0 0 3px #e6077e1a}.installer-onboarding-module__ghFnIW__editFormActions{border-top:1px solid #0000001a;justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:1.5rem;display:flex}.installer-onboarding-module__ghFnIW__editSaveButton{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:.75rem 2rem;font-size:1rem;font-weight:500;transition:all .3s;box-shadow:0 4px 15px #0000002e}.installer-onboarding-module__ghFnIW__editSaveButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.installer-onboarding-module__ghFnIW__editSaveButton:disabled{opacity:.6;cursor:not-allowed}.installer-onboarding-module__ghFnIW__editCancelButton{color:var(--power-pink);cursor:pointer;background:0 0;border:2px solid #e6077e4d;border-radius:12px;padding:.75rem 2rem;font-size:1rem;font-weight:500;transition:all .3s}.installer-onboarding-module__ghFnIW__editCancelButton:hover{border-color:var(--power-pink);background:#e6077e0d}@keyframes installer-onboarding-module__ghFnIW__tooltipFadeIn{to{opacity:1}}.installer-onboarding-module__ghFnIW__deleteButton{cursor:pointer;background:#dc35451a;border:1px solid #dc35454d;border-radius:8px;justify-content:center;align-items:center;min-width:40px;height:40px;margin-left:.25rem;padding:.5rem .75rem;font-size:1rem;transition:all .3s;display:flex;position:relative}.installer-onboarding-module__ghFnIW__deleteButton[data-tooltip]:hover:not(:disabled):before{content:attr(data-tooltip);color:#fff;white-space:nowrap;z-index:1000;pointer-events:none;opacity:0;background:linear-gradient(135deg,#e6077e 0%,#ff6b9d 100%);border-radius:8px;padding:.5rem .75rem;font-size:.8rem;font-weight:500;animation:.2s forwards installer-onboarding-module__ghFnIW__tooltipFadeIn;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000040}.installer-onboarding-module__ghFnIW__deleteButton[data-tooltip]:hover:not(:disabled):after{content:"";z-index:1000;pointer-events:none;opacity:0;border:5px solid #0000;border-top-color:#e6077e;animation:.2s forwards installer-onboarding-module__ghFnIW__tooltipFadeIn;position:absolute;bottom:calc(100% + .25rem);left:50%;transform:translate(-50%)}.installer-onboarding-module__ghFnIW__deleteButton:hover:not(:disabled){background:#dc354533;border-color:#dc354580;transform:translateY(-1px);box-shadow:0 2px 8px #dc354533}.installer-onboarding-module__ghFnIW__deleteButton:disabled{opacity:.5;cursor:wait}@media (max-width:768px){.installer-onboarding-module__ghFnIW__header{flex-direction:column;gap:1rem}.installer-onboarding-module__ghFnIW__filterDropdownWrapper{width:100%}.installer-onboarding-module__ghFnIW__filterDropdown{flex:1}.installer-onboarding-module__ghFnIW__title{font-size:2rem}.installer-onboarding-module__ghFnIW__infoGrid{grid-template-columns:1fr}.installer-onboarding-module__ghFnIW__infoRow{flex-direction:column;gap:.25rem}.installer-onboarding-module__ghFnIW__insuranceLinks{flex-direction:column}}
.StatusSelect-module__xiZclG__statusSelectWrapper{min-width:150px;position:relative}.StatusSelect-module__xiZclG__statusSelect{min-width:120px}.StatusSelect-module__xiZclG__statusSelect .selectButton{text-transform:capitalize;cursor:pointer;border:none;border-radius:50px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;background:var(--status-color,#9e9e9e)!important;color:#fff!important}.StatusSelect-module__xiZclG__statusSelect .selectButton:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 2px 8px #0003}.StatusSelect-module__xiZclG__statusSelect .selectValue{gap:.5rem;color:#fff!important}.StatusSelect-module__xiZclG__statusSelect .selectValue span{color:#fff!important}.StatusSelect-module__xiZclG__statusSelect .arrow{filter:brightness(0)invert()}.StatusSelect-module__xiZclG__statusLoading{justify-content:center;align-items:center;padding:.5rem;display:flex}.StatusSelect-module__xiZclG__smallSpinner{border:2px solid #e6077e33;border-top-color:var(--power-pink);border-radius:50%;width:16px;height:16px;animation:.8s linear infinite StatusSelect-module__xiZclG__spin}@keyframes StatusSelect-module__xiZclG__spin{to{transform:rotate(360deg)}}
.quote-requests-module__Cta8Ca__page{max-width:1400px;margin:0 auto}.quote-requests-module__Cta8Ca__header{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.quote-requests-module__Cta8Ca__title{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:600}.quote-requests-module__Cta8Ca__subtitle{color:var(--panel-black);opacity:.7;font-size:1.05rem;font-weight:400}.quote-requests-module__Cta8Ca__filterDropdownWrapper{align-items:center;display:flex}.quote-requests-module__Cta8Ca__filterDropdown{min-width:180px}.quote-requests-module__Cta8Ca__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:400px;padding:4rem 2rem;display:flex}.quote-requests-module__Cta8Ca__spinner{border:4px solid #e6077e1a;border-top:4px solid var(--power-pink);border-radius:50%;width:50px;height:50px;animation:1s linear infinite quote-requests-module__Cta8Ca__spin}.quote-requests-module__Cta8Ca__loadingText{color:var(--panel-black);opacity:.7;margin:0;font-size:1.1rem;font-weight:500}@keyframes quote-requests-module__Cta8Ca__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.quote-requests-module__Cta8Ca__empty{text-align:center;color:var(--panel-black);opacity:.6;padding:4rem 2rem;font-size:1.1rem}.quote-requests-module__Cta8Ca__requestsList{flex-direction:column;gap:1.5rem;display:flex}.quote-requests-module__Cta8Ca__requestCard{-webkit-backdrop-filter:blur(30px);background:#ffffffd9;border:1px solid #00000014;border-radius:20px;padding:2rem;transition:all .3s;box-shadow:0 10px 40px #00000014,inset 0 0 0 1px #fffc}.quote-requests-module__Cta8Ca__requestCardCollapsed{padding:1.25rem 2rem}.quote-requests-module__Cta8Ca__requestCard:hover{transform:translateY(-2px);box-shadow:0 15px 50px #00000029,inset 0 0 0 1px #ffffffe6}.quote-requests-module__Cta8Ca__cardHeader{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1rem;display:flex}.quote-requests-module__Cta8Ca__cardHeaderCollapsed{border-bottom:none;padding-bottom:0}.quote-requests-module__Cta8Ca__headerActions{align-items:center;gap:1rem;display:flex}.quote-requests-module__Cta8Ca__requestName{color:var(--panel-black);margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.quote-requests-module__Cta8Ca__requestEmail{color:var(--panel-black);opacity:.7;margin:0;font-size:1rem;font-weight:500}.quote-requests-module__Cta8Ca__statusContainer{flex-wrap:nowrap;align-items:center;gap:1.25rem;display:flex}.quote-requests-module__Cta8Ca__expandButton{cursor:pointer;color:var(--power-pink);background:#e6077e1a;border:1px solid #0000002e;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;min-width:2.5rem;height:2.5rem;padding:.5rem .75rem;font-size:.9rem;transition:all .2s;display:flex;position:relative}.quote-requests-module__Cta8Ca__expandButton[data-tooltip]:hover:before{content:attr(data-tooltip);color:#fff;white-space:nowrap;z-index:1000;pointer-events:none;opacity:0;background:linear-gradient(135deg,#e6077e 0%,#ff6b9d 100%);border-radius:8px;padding:.5rem .75rem;font-size:.8rem;font-weight:500;animation:.2s forwards quote-requests-module__Cta8Ca__tooltipFadeIn;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000040}.quote-requests-module__Cta8Ca__expandButton[data-tooltip]:hover:after{content:"";z-index:1000;pointer-events:none;opacity:0;border:5px solid #0000;border-top-color:#e6077e;animation:.2s forwards quote-requests-module__Cta8Ca__tooltipFadeIn;position:absolute;bottom:calc(100% + .25rem);left:50%;transform:translate(-50%)}.quote-requests-module__Cta8Ca__expandButton:hover{background:#e6077e33;border-color:#0000004d;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}@keyframes quote-requests-module__Cta8Ca__tooltipFadeIn{to{opacity:1}}.quote-requests-module__Cta8Ca__statusBadgeWrapper{align-items:center;height:40px;margin-right:.25rem;display:flex;position:relative}.quote-requests-module__Cta8Ca__statusSelectWrapper{--status-color:#9e9e9e}.quote-requests-module__Cta8Ca__statusSelect{min-width:150px}.quote-requests-module__Cta8Ca__statusSelect .selectButton{text-transform:capitalize;cursor:pointer;box-sizing:border-box;border:none;border-radius:50px;align-items:center;height:40px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex;background:var(--status-color,#9e9e9e)!important;color:#fff!important}.quote-requests-module__Cta8Ca__statusSelect .selectButton:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 2px 8px #0003}.quote-requests-module__Cta8Ca__statusSelect .selectValue{gap:.5rem;color:#fff!important}.quote-requests-module__Cta8Ca__statusSelect .selectValue span{color:#fff!important}.quote-requests-module__Cta8Ca__statusSelect .arrow{filter:brightness(0)invert()}.quote-requests-module__Cta8Ca__statusLoading{box-sizing:border-box;background:#e6077e1a;border-radius:50px;justify-content:center;align-items:center;min-width:150px;height:40px;padding:.5rem 1rem;display:flex}.quote-requests-module__Cta8Ca__smallSpinner{border:2px solid #e6077e4d;border-top:2px solid var(--power-pink);border-radius:50%;width:1rem;height:1rem;animation:.8s linear infinite quote-requests-module__Cta8Ca__spin}.quote-requests-module__Cta8Ca__powerAppsButton{cursor:pointer;background:#2196f31a;border:1px solid #2196f34d;border-radius:8px;justify-content:center;align-items:center;min-width:40px;height:40px;margin-left:.25rem;padding:.5rem .75rem;font-size:1rem;transition:all .3s;display:flex;position:relative}.quote-requests-module__Cta8Ca__powerAppsButton[data-tooltip]:hover:not(:disabled):before{content:attr(data-tooltip);color:#fff;white-space:nowrap;z-index:1000;pointer-events:none;opacity:0;background:linear-gradient(135deg,#2196f3 0%,#64b5f6 100%);border-radius:8px;padding:.5rem .75rem;font-size:.8rem;font-weight:500;animation:.2s forwards quote-requests-module__Cta8Ca__tooltipFadeIn;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #2196f34d}.quote-requests-module__Cta8Ca__powerAppsButton[data-tooltip]:hover:not(:disabled):after{content:"";z-index:1000;pointer-events:none;opacity:0;border:5px solid #0000;border-top-color:#2196f3;animation:.2s forwards quote-requests-module__Cta8Ca__tooltipFadeIn;position:absolute;bottom:calc(100% + .25rem);left:50%;transform:translate(-50%)}.quote-requests-module__Cta8Ca__powerAppsButton:hover:not(:disabled){background:#2196f333;border-color:#2196f380;transform:translateY(-1px);box-shadow:0 2px 8px #2196f333}.quote-requests-module__Cta8Ca__powerAppsButton:disabled{opacity:.5;cursor:wait}.quote-requests-module__Cta8Ca__deleteButton{cursor:pointer;background:#dc35451a;border:1px solid #dc35454d;border-radius:8px;justify-content:center;align-items:center;min-width:40px;height:40px;margin-left:.25rem;padding:.5rem .75rem;font-size:1rem;transition:all .3s;display:flex;position:relative}.quote-requests-module__Cta8Ca__deleteButton[data-tooltip]:hover:not(:disabled):before{content:attr(data-tooltip);color:#fff;white-space:nowrap;z-index:1000;pointer-events:none;opacity:0;background:linear-gradient(135deg,#e6077e 0%,#ff6b9d 100%);border-radius:8px;padding:.5rem .75rem;font-size:.8rem;font-weight:500;animation:.2s forwards quote-requests-module__Cta8Ca__tooltipFadeIn;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000040}.quote-requests-module__Cta8Ca__deleteButton[data-tooltip]:hover:not(:disabled):after{content:"";z-index:1000;pointer-events:none;opacity:0;border:5px solid #0000;border-top-color:#e6077e;animation:.2s forwards quote-requests-module__Cta8Ca__tooltipFadeIn;position:absolute;bottom:calc(100% + .25rem);left:50%;transform:translate(-50%)}.quote-requests-module__Cta8Ca__deleteButton:hover:not(:disabled){background:#dc354533;border-color:#dc354580;transform:translateY(-1px);box-shadow:0 2px 8px #dc354533}.quote-requests-module__Cta8Ca__deleteButton:disabled{opacity:.5;cursor:wait}.quote-requests-module__Cta8Ca__statusBadge{color:#fff;text-transform:capitalize;border-radius:50px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.quote-requests-module__Cta8Ca__cardBody{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex;overflow:hidden}.quote-requests-module__Cta8Ca__infoGrid{flex-direction:column;gap:.75rem;display:flex}.quote-requests-module__Cta8Ca__infoRow{gap:1rem;display:flex}.quote-requests-module__Cta8Ca__label{color:var(--panel-black);opacity:.7;min-width:150px;font-weight:700}.quote-requests-module__Cta8Ca__value{color:var(--panel-black);word-break:break-word;flex:1;font-weight:600}.quote-requests-module__Cta8Ca__productCode{font-family:var(--font-work-sans),"Work Sans",sans-serif;font-weight:600}.quote-requests-module__Cta8Ca__filesSection{background:#e6077e0d;border-radius:12px;margin-top:1rem;padding:1rem}.quote-requests-module__Cta8Ca__filesTitle{color:var(--panel-black);margin:0 0 .75rem;font-size:1rem;font-weight:600}.quote-requests-module__Cta8Ca__filesList{flex-direction:column;gap:.75rem;display:flex}.quote-requests-module__Cta8Ca__fileGroup{flex-direction:column;gap:.5rem;display:flex}.quote-requests-module__Cta8Ca__fileGroupLabel{color:var(--panel-black);opacity:.8;font-size:.9rem;font-weight:700}.quote-requests-module__Cta8Ca__fileLink{color:var(--power-pink);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem .5rem;font-family:inherit;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.quote-requests-module__Cta8Ca__fileLink:hover{background:#e6077e1a;text-decoration:underline}button.quote-requests-module__Cta8Ca__fileLink{color:var(--power-pink);cursor:pointer;background:0 0;border:none;border-radius:6px;margin:0;padding:.25rem .5rem;font-family:inherit;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}button.quote-requests-module__Cta8Ca__fileLink:hover{background:#e6077e1a;text-decoration:underline}.quote-requests-module__Cta8Ca__commentsSection{margin-top:.5rem}.quote-requests-module__Cta8Ca__comments{color:var(--panel-black);white-space:pre-wrap;background:#e6077e0d;border-radius:12px;margin-top:.5rem;padding:1rem;font-weight:500;line-height:1.6}.quote-requests-module__Cta8Ca__cardFooter{border-top:1px solid #e6077e1a;margin-top:1rem;padding-top:1rem}.quote-requests-module__Cta8Ca__date{color:var(--panel-black);opacity:.6;font-size:.9rem;font-weight:500}.quote-requests-module__Cta8Ca__headerTop{justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;display:flex}.quote-requests-module__Cta8Ca__powerAppsStatus{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.quote-requests-module__Cta8Ca__statusBadge{color:#4caf50;background:#4caf501a;border:1px solid #4caf5033;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.quote-requests-module__Cta8Ca__proposalNumber{color:var(--power-pink);font-size:.875rem;font-weight:600;font-family:var(--font-work-sans),"Work Sans",sans-serif;background:#e6077e1a;border:1px solid #e6077e33;border-radius:8px;padding:.5rem 1rem}.quote-requests-module__Cta8Ca__sharepointStatus{cursor:help;opacity:.8;font-size:1.25rem}.quote-requests-module__Cta8Ca__sharepointStatusError{cursor:help;opacity:.8;color:#ff9800;font-size:1.25rem}@media (max-width:768px){.quote-requests-module__Cta8Ca__header{flex-direction:column;align-items:stretch;gap:1.5rem}.quote-requests-module__Cta8Ca__headerActions{flex-direction:column;align-items:stretch;width:100%}.quote-requests-module__Cta8Ca__configButton{justify-content:center;width:100%}.quote-requests-module__Cta8Ca__filterDropdownWrapper{width:100%}.quote-requests-module__Cta8Ca__filterDropdown{width:100%;min-width:0}.quote-requests-module__Cta8Ca__title{font-size:2rem}.quote-requests-module__Cta8Ca__cardHeader{flex-direction:column;align-items:stretch;gap:1rem}.quote-requests-module__Cta8Ca__headerTop{flex-direction:column;align-items:flex-start;gap:.5rem}.quote-requests-module__Cta8Ca__headerActions{width:100%}.quote-requests-module__Cta8Ca__statusContainer{flex-wrap:wrap;justify-content:flex-start;gap:.75rem;width:100%}.quote-requests-module__Cta8Ca__statusBadgeWrapper{justify-content:space-between;width:100%;padding-bottom:.25rem;overflow-x:auto}.quote-requests-module__Cta8Ca__statusSelect{flex:1;min-width:120px}.quote-requests-module__Cta8Ca__infoRow{flex-direction:column;gap:.25rem}.quote-requests-module__Cta8Ca__label{min-width:auto;font-size:.9rem}.quote-requests-module__Cta8Ca__value{font-size:1rem}.quote-requests-module__Cta8Ca__emailConfigModal{width:95%;max-height:90vh;padding:1.5rem;overflow-y:auto}.quote-requests-module__Cta8Ca__emailInputRow{flex-direction:column;align-items:stretch}.quote-requests-module__Cta8Ca__addEmailButton,.quote-requests-module__Cta8Ca__removeEmailButton{width:100%;height:36px;margin-top:.25rem}}.quote-requests-module__Cta8Ca__emailConfigBackdrop{-webkit-backdrop-filter:blur(4px);z-index:1000;background:#00000080;position:fixed;inset:0}.quote-requests-module__Cta8Ca__emailConfigModal{z-index:1001;background:#fff;border-radius:20px;flex-direction:column;align-items:stretch;width:90%;max-width:500px;margin:0;padding:2rem;display:flex;position:fixed;box-shadow:0 20px 60px #0000004d;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.quote-requests-module__Cta8Ca__emailConfigTitle{color:var(--panel-black);margin:0 0 1rem;font-size:1.5rem;font-weight:700}.quote-requests-module__Cta8Ca__emailConfigDescription{color:var(--panel-black);opacity:.7;margin:0 0 1.5rem;font-size:.95rem;line-height:1.6}.quote-requests-module__Cta8Ca__currentEmailDisplay{background:#e6077e0d;border:1px solid #e6077e33;border-radius:8px;flex-direction:column;gap:.25rem;margin-bottom:1.5rem;padding:.75rem 1rem;display:flex}.quote-requests-module__Cta8Ca__currentEmailLabel{color:var(--panel-black);opacity:.6;font-size:.85rem;font-weight:600}.quote-requests-module__Cta8Ca__currentEmailValue{color:var(--power-pink);word-break:break-all;font-size:1rem;font-weight:600}.quote-requests-module__Cta8Ca__emailConfigForm{margin-bottom:2rem}.quote-requests-module__Cta8Ca__emailConfigLabel{color:var(--panel-black);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.quote-requests-module__Cta8Ca__emailListContainer{flex-direction:column;gap:.75rem;margin-bottom:.5rem;display:flex}.quote-requests-module__Cta8Ca__emailInputRow{align-items:center;gap:.5rem;display:flex}.quote-requests-module__Cta8Ca__emailConfigInput{color:var(--panel-black);box-sizing:border-box;border:2px solid #0000001a;border-radius:8px;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.quote-requests-module__Cta8Ca__emailConfigInput:focus{border-color:var(--power-pink);outline:none;box-shadow:0 0 0 3px #e6077e1a}.quote-requests-module__Cta8Ca__emailConfigInput:disabled{opacity:.6;cursor:not-allowed}.quote-requests-module__Cta8Ca__addEmailButton,.quote-requests-module__Cta8Ca__removeEmailButton{width:40px;height:40px;color:var(--panel-black);cursor:pointer;background:#fff;border:2px solid #0000001a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;font-weight:600;transition:all .3s;display:flex}.quote-requests-module__Cta8Ca__addEmailButton{border-color:var(--power-pink);color:var(--power-pink)}.quote-requests-module__Cta8Ca__addEmailButton:hover:not(:disabled){background:#e6077e1a}.quote-requests-module__Cta8Ca__removeEmailButton{color:#dc3545;border-color:#dc35454d}.quote-requests-module__Cta8Ca__removeEmailButton:hover:not(:disabled){background:#dc35451a}.quote-requests-module__Cta8Ca__addEmailButton:disabled,.quote-requests-module__Cta8Ca__removeEmailButton:disabled{opacity:.5;cursor:not-allowed}.quote-requests-module__Cta8Ca__emailConfigHint{color:var(--panel-black);opacity:.6;margin:.5rem 0 0;font-size:.85rem}.quote-requests-module__Cta8Ca__emailConfigActions{justify-content:flex-end;gap:1rem;display:flex}.quote-requests-module__Cta8Ca__emailConfigCancelButton,.quote-requests-module__Cta8Ca__emailConfigSaveButton{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s}.quote-requests-module__Cta8Ca__emailConfigCancelButton{color:var(--panel-black);background:#0000000d}.quote-requests-module__Cta8Ca__emailConfigCancelButton:hover:not(:disabled){background:#0000001a}.quote-requests-module__Cta8Ca__emailConfigSaveButton{background:var(--gradient-primary);color:#fff}.quote-requests-module__Cta8Ca__emailConfigSaveButton:hover:not(:disabled){opacity:.9;transform:translateY(-1px);box-shadow:0 4px 12px #e6077e4d}.quote-requests-module__Cta8Ca__emailConfigCancelButton:disabled,.quote-requests-module__Cta8Ca__emailConfigSaveButton:disabled{opacity:.7;cursor:wait}.quote-requests-module__Cta8Ca__configButton{color:var(--panel-black);cursor:pointer;background:#fffc;border:1px solid #0000001a;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.quote-requests-module__Cta8Ca__configButton:hover{background:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}
.Toast-module__yWhMxq__container{z-index:10002;pointer-events:none;flex-direction:column;gap:.75rem;display:flex;position:fixed;top:120px;right:20px}.Toast-module__yWhMxq__toast{-webkit-backdrop-filter:blur(10px);pointer-events:auto;border:1px solid #fff3;border-radius:12px;align-items:center;gap:.75rem;min-width:300px;max-width:400px;padding:1rem 1.25rem;display:flex;box-shadow:0 8px 24px #00000026}.Toast-module__yWhMxq__toast.Toast-module__yWhMxq__success{color:#fff;background:linear-gradient(135deg,#4caf50f2 0%,#388e3cf2 100%)}.Toast-module__yWhMxq__toast.Toast-module__yWhMxq__error{color:#fff;background:linear-gradient(135deg,#dc3545f2 0%,#c82333f2 100%)}.Toast-module__yWhMxq__toast.Toast-module__yWhMxq__info{color:#fff;background:linear-gradient(135deg,#2196f3f2 0%,#1976d2f2 100%)}.Toast-module__yWhMxq__toast.Toast-module__yWhMxq__loading{color:#fff;background:linear-gradient(135deg,#e6077ef2 0%,#c80064f2 100%)}.Toast-module__yWhMxq__icon{justify-content:center;align-items:center;min-width:24px;height:24px;font-size:1.25rem;font-weight:700;display:flex}.Toast-module__yWhMxq__message{flex:1;font-size:.95rem;font-weight:500;line-height:1.4}.Toast-module__yWhMxq__closeButton{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1.5rem;line-height:1;transition:opacity .2s;display:flex}.Toast-module__yWhMxq__closeButton:hover{opacity:1}.Toast-module__yWhMxq__spinner{width:20px;height:20px;display:inline-block;position:relative}.Toast-module__yWhMxq__spinner div{box-sizing:border-box;border:2px solid #0000;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:1.2s cubic-bezier(.5,0,.5,1) infinite Toast-module__yWhMxq__spinner;display:block;position:absolute}.Toast-module__yWhMxq__spinner div:first-child{animation-delay:-.45s}.Toast-module__yWhMxq__spinner div:nth-child(2){animation-delay:-.3s}.Toast-module__yWhMxq__spinner div:nth-child(3){animation-delay:-.15s}@keyframes Toast-module__yWhMxq__spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.Toast-module__yWhMxq__container{top:80px;left:10px;right:10px}.Toast-module__yWhMxq__toast{min-width:auto;max-width:100%}}
.InstallerOnboardingModal-module__XbC86W__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#0009;position:fixed;inset:0}.InstallerOnboardingModal-module__XbC86W__modalWrapper{z-index:9999;pointer-events:none;width:90%;max-width:900px;max-height:90vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.InstallerOnboardingModal-module__XbC86W__modal{pointer-events:auto;background:#fff;border-radius:20px;flex-direction:column;width:100%;max-height:90vh;margin:0;padding:0;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}.InstallerOnboardingModal-module__XbC86W__closeButton{color:#666;cursor:pointer;z-index:10000;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;line-height:1;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.InstallerOnboardingModal-module__XbC86W__closeButton:hover:not(:disabled){color:#000;background:#0000001a;transform:rotate(90deg)}.InstallerOnboardingModal-module__XbC86W__closeButton:disabled{opacity:.5;cursor:not-allowed}.InstallerOnboardingModal-module__XbC86W__modalContent{max-height:calc(90vh - 2rem);padding:2.5rem;overflow-y:auto}.InstallerOnboardingModal-module__XbC86W__title{color:var(--panel-black);text-align:center;font-size:2rem;font-weight:300;font-family:var(--font-lexend),"Lexend",sans-serif;margin-bottom:.5rem}.InstallerOnboardingModal-module__XbC86W__subtitle{color:#666;text-align:center;font-size:1rem;font-weight:400;font-family:var(--font-work-sans),"Work Sans",sans-serif;margin-bottom:2rem}.InstallerOnboardingModal-module__XbC86W__progressBar{background:#e6077e1a;width:100%;height:4px;margin-bottom:1rem;position:relative}.InstallerOnboardingModal-module__XbC86W__progressFill{background:var(--power-pink);height:100%;transition:width .3s}.InstallerOnboardingModal-module__XbC86W__stepIndicator{text-align:center;color:#666;font-size:.9rem;font-weight:600;font-family:var(--font-work-sans),"Work Sans",sans-serif;margin-bottom:2rem}.InstallerOnboardingModal-module__XbC86W__form,.InstallerOnboardingModal-module__XbC86W__stepContent{flex-direction:column;gap:2rem;display:flex}.InstallerOnboardingModal-module__XbC86W__section{flex-direction:column;gap:1.25rem;display:flex}.InstallerOnboardingModal-module__XbC86W__sectionTitle,.InstallerOnboardingModal-module__XbC86W__stepTitle{color:var(--panel-black);border-bottom:2px solid var(--power-pink);font-size:1.25rem;font-weight:400;font-family:var(--font-lexend),"Lexend",sans-serif;margin-bottom:.25rem;padding-bottom:.5rem}.InstallerOnboardingModal-module__XbC86W__formRow{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;display:grid}.InstallerOnboardingModal-module__XbC86W__abnLookupRow{align-items:stretch;gap:.5rem;display:flex}.InstallerOnboardingModal-module__XbC86W__abnLookupRow .InstallerOnboardingModal-module__XbC86W__input{flex:1;min-width:0}.InstallerOnboardingModal-module__XbC86W__abnLookupButton{color:var(--panel-black);cursor:pointer;white-space:nowrap;font-size:.9rem;font-weight:600;font-family:var(--font-work-sans),"Work Sans",sans-serif;background:#0000000f;border:1px solid #0000001a;border-radius:8px;flex-shrink:0;padding:0 1rem;transition:background .2s,border-color .2s}.InstallerOnboardingModal-module__XbC86W__abnLookupButton:hover:not(:disabled){background:#0000001a;border-color:#00000026}.InstallerOnboardingModal-module__XbC86W__abnLookupButton:disabled{opacity:.6;cursor:not-allowed}.InstallerOnboardingModal-module__XbC86W__formGroup{flex-direction:column;gap:.5rem;display:flex}.InstallerOnboardingModal-module__XbC86W__label{color:var(--panel-black);font-size:.9rem;font-weight:600;font-family:var(--font-work-sans),"Work Sans",sans-serif}.InstallerOnboardingModal-module__XbC86W__required{color:var(--power-pink);font-weight:600}.InstallerOnboardingModal-module__XbC86W__helperText{color:#666;font-size:.8rem;font-weight:400;line-height:1.5;font-family:var(--font-work-sans),"Work Sans",sans-serif;margin-top:-.25rem;margin-bottom:.5rem}.InstallerOnboardingModal-module__XbC86W__input,.InstallerOnboardingModal-module__XbC86W__select,.InstallerOnboardingModal-module__XbC86W__textarea{width:100%;font-size:.95rem;font-weight:400;font-family:var(--font-work-sans),"Work Sans",sans-serif;background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:.75rem 1rem;transition:all .3s}.InstallerOnboardingModal-module__XbC86W__input:focus,.InstallerOnboardingModal-module__XbC86W__select:focus,.InstallerOnboardingModal-module__XbC86W__textarea:focus{border-color:var(--power-pink);outline:none;box-shadow:0 0 0 3px #e6077e1a}.InstallerOnboardingModal-module__XbC86W__inputError,.InstallerOnboardingModal-module__XbC86W__inputError:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.InstallerOnboardingModal-module__XbC86W__fieldError{color:#dc2626;margin-top:.5rem;font-size:.875rem;font-weight:500;display:block}.InstallerOnboardingModal-module__XbC86W__textarea{resize:vertical;min-height:100px}.InstallerOnboardingModal-module__XbC86W__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23E6077E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:12px;padding-right:2.5rem}.InstallerOnboardingModal-module__XbC86W__radioGroup{flex-direction:column;gap:.75rem;display:flex}.InstallerOnboardingModal-module__XbC86W__radioLabel{cursor:pointer;color:var(--panel-black);font-size:.95rem;font-weight:400;font-family:var(--font-work-sans),"Work Sans",sans-serif;align-items:center;gap:.75rem;display:flex}.InstallerOnboardingModal-module__XbC86W__radioLabel input[type=radio]{cursor:pointer;width:20px;height:20px;accent-color:var(--power-pink)}.InstallerOnboardingModal-module__XbC86W__fileUpload{position:relative}.InstallerOnboardingModal-module__XbC86W__fileInput{opacity:0;width:0;height:0;position:absolute}.InstallerOnboardingModal-module__XbC86W__fileLabel{cursor:pointer;color:#666;font-size:.95rem;font-weight:400;font-family:var(--font-work-sans),"Work Sans",sans-serif;text-align:center;background:#fff;border:2px dashed #e0e0e0;border-radius:8px;width:100%;padding:.75rem 1rem;transition:all .3s;display:inline-block}.InstallerOnboardingModal-module__XbC86W__fileLabel:hover{border-color:var(--power-pink);color:var(--power-pink);background:#e6077e0d}.InstallerOnboardingModal-module__XbC86W__ratesIntro{color:#666;font-size:.9rem;font-style:italic;font-weight:400;line-height:1.6;font-family:var(--font-work-sans),"Work Sans",sans-serif;margin-bottom:1.5rem}.InstallerOnboardingModal-module__XbC86W__ratesSection{border-bottom:1px solid #e6077e1a;margin-bottom:2rem;padding-bottom:2rem}.InstallerOnboardingModal-module__XbC86W__ratesSection:last-of-type{border-bottom:none}.InstallerOnboardingModal-module__XbC86W__ratesSectionTitle{color:var(--panel-black);border-bottom:2px solid var(--power-pink);font-size:1.25rem;font-weight:400;font-family:var(--font-lexend),"Lexend",sans-serif;margin-bottom:1.25rem;padding-bottom:.5rem}.InstallerOnboardingModal-module__XbC86W__rateItem{margin-bottom:1.25rem}.InstallerOnboardingModal-module__XbC86W__rateLabel{color:var(--panel-black);font-size:.9rem;font-weight:600;line-height:1.5;font-family:var(--font-work-sans),"Work Sans",sans-serif;margin-bottom:.5rem;display:block}.InstallerOnboardingModal-module__XbC86W__rateInputGroup{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.InstallerOnboardingModal-module__XbC86W__ratePrefix{color:var(--panel-black);font-size:.95rem;font-weight:600;font-family:var(--font-work-sans),"Work Sans",sans-serif;white-space:nowrap}.InstallerOnboardingModal-module__XbC86W__rateInput{font-size:.95rem;font-weight:400;font-family:var(--font-work-sans),"Work Sans",sans-serif;background:#fff;border:2px solid #e0e0e0;border-radius:8px;flex:0 0 120px;padding:.75rem 1rem;transition:all .3s}.InstallerOnboardingModal-module__XbC86W__rateInput:focus{border-color:var(--power-pink);outline:none;box-shadow:0 0 0 3px #e6077e1a}.InstallerOnboardingModal-module__XbC86W__rateSuffix{color:#666;font-size:.85rem;font-style:italic;font-weight:400;font-family:var(--font-work-sans),"Work Sans",sans-serif}.InstallerOnboardingModal-module__XbC86W__footerNote{color:#666;font-size:.85rem;font-style:italic;font-weight:400;font-family:var(--font-work-sans),"Work Sans",sans-serif;margin-top:1rem}.InstallerOnboardingModal-module__XbC86W__formActions{border-top:2px solid #e6077e1a;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1.5rem;display:flex}.InstallerOnboardingModal-module__XbC86W__buttonGroup{margin-left:auto}.InstallerOnboardingModal-module__XbC86W__buttonPrimary,.InstallerOnboardingModal-module__XbC86W__buttonSecondary{cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--font-work-sans),"Work Sans",sans-serif;border:none;border-radius:50px;padding:.875rem 2rem;transition:all .3s}.InstallerOnboardingModal-module__XbC86W__buttonPrimary{background:var(--power-pink);color:#fff}.InstallerOnboardingModal-module__XbC86W__buttonPrimary:hover:not(:disabled){opacity:.9;transform:translateY(-2px)}.InstallerOnboardingModal-module__XbC86W__buttonPrimary:disabled{opacity:.6;cursor:not-allowed}.InstallerOnboardingModal-module__XbC86W__errorMessage{color:#c62828;font-family:var(--font-work-sans),"Work Sans",sans-serif;background:#f443361a;border:1px solid #f443364d;border-radius:8px;margin-bottom:1rem;padding:1rem}.InstallerOnboardingModal-module__XbC86W__errorMessage p{margin:0;font-size:.9rem;font-weight:500}.InstallerOnboardingModal-module__XbC86W__buttonSecondary{color:var(--power-pink);border:2px solid var(--power-pink);background:0 0}.InstallerOnboardingModal-module__XbC86W__buttonSecondary:hover{background:#e6077e1a}.InstallerOnboardingModal-module__XbC86W__modalContent::-webkit-scrollbar{width:8px}.InstallerOnboardingModal-module__XbC86W__modalContent::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.InstallerOnboardingModal-module__XbC86W__modalContent::-webkit-scrollbar-thumb{background:#e6077e4d;border-radius:4px}.InstallerOnboardingModal-module__XbC86W__modalContent::-webkit-scrollbar-thumb:hover{background:#e6077e80}.InstallerOnboardingModal-module__XbC86W__addressLabelRow{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.InstallerOnboardingModal-module__XbC86W__toggleButtons{background:#0000000d;border-radius:50px;gap:.5rem;padding:.25rem;display:flex}.InstallerOnboardingModal-module__XbC86W__toggleButton{color:var(--panel-black);cursor:pointer;white-space:nowrap;font-size:.8rem;font-weight:600;font-family:var(--font-work-sans),"Work Sans",sans-serif;background:0 0;border:none;border-radius:50px;padding:.4rem .9rem;transition:all .3s}.InstallerOnboardingModal-module__XbC86W__toggleButton:hover{background:#e6077e1a}.InstallerOnboardingModal-module__XbC86W__toggleButton.InstallerOnboardingModal-module__XbC86W__active{background:var(--power-pink);color:#fff;box-shadow:0 2px 8px #e6077e4d}.InstallerOnboardingModal-module__XbC86W__manualAddressFields{width:100%}.InstallerOnboardingModal-module__XbC86W__addressAutocomplete{width:100%;position:relative}.InstallerOnboardingModal-module__XbC86W__loadingIndicator{color:#666;pointer-events:none;font-size:.8rem;font-family:var(--font-work-sans),"Work Sans",sans-serif;align-items:center;gap:.5rem;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.InstallerOnboardingModal-module__XbC86W__smallSpinner{border:2px solid #e6077e33;border-top-color:var(--power-pink);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite InstallerOnboardingModal-module__XbC86W__spin}@keyframes InstallerOnboardingModal-module__XbC86W__spin{to{transform:rotate(360deg)}}.InstallerOnboardingModal-module__XbC86W__suggestionsDropdown{z-index:1000;background:#fff;border:2px solid #e6077e33;border-radius:12px;max-height:300px;margin-top:.5rem;position:absolute;top:100%;left:0;right:0;overflow:hidden auto;box-shadow:0 8px 24px #00000026}.InstallerOnboardingModal-module__XbC86W__suggestionItem{cursor:pointer;border-bottom:1px solid #0000000d;padding:.875rem 1rem;transition:background-color .2s}.InstallerOnboardingModal-module__XbC86W__suggestionItem:last-child{border-bottom:none}.InstallerOnboardingModal-module__XbC86W__suggestionItem:hover{background-color:#e6077e0d}.InstallerOnboardingModal-module__XbC86W__suggestionMain{color:var(--panel-black);font-size:.9rem;font-weight:600;font-family:var(--font-work-sans),"Work Sans",sans-serif;margin-bottom:.25rem}.InstallerOnboardingModal-module__XbC86W__suggestionSecondary{color:#666;font-size:.8rem;font-family:var(--font-work-sans),"Work Sans",sans-serif}@media (max-width:768px){.InstallerOnboardingModal-module__XbC86W__modal{border-radius:16px;width:95%;max-height:95vh}.InstallerOnboardingModal-module__XbC86W__modalContent{padding:2rem 1.5rem}.InstallerOnboardingModal-module__XbC86W__title{font-size:1.75rem}.InstallerOnboardingModal-module__XbC86W__formRow{grid-template-columns:1fr}.InstallerOnboardingModal-module__XbC86W__sectionTitle,.InstallerOnboardingModal-module__XbC86W__stepTitle{font-size:1.1rem}.InstallerOnboardingModal-module__XbC86W__closeButton{width:35px;height:35px;font-size:1.25rem;top:.75rem;right:.75rem}.InstallerOnboardingModal-module__XbC86W__rateInputGroup{flex-direction:column;align-items:flex-start;gap:.75rem}.InstallerOnboardingModal-module__XbC86W__rateInput{flex:1;width:100%}.InstallerOnboardingModal-module__XbC86W__formActions{flex-direction:column;gap:1rem}.InstallerOnboardingModal-module__XbC86W__buttonGroup{width:100%;margin-left:0}.InstallerOnboardingModal-module__XbC86W__buttonPrimary,.InstallerOnboardingModal-module__XbC86W__buttonSecondary{width:100%}}@media (max-width:480px){.InstallerOnboardingModal-module__XbC86W__modalContent{padding:1.5rem 1rem}.InstallerOnboardingModal-module__XbC86W__title{font-size:1.5rem}.InstallerOnboardingModal-module__XbC86W__subtitle{font-size:.9rem}.InstallerOnboardingModal-module__XbC86W__form{gap:1.5rem}}
.Footer-module__S6Hkya__footer{-webkit-backdrop-filter:blur(10px);color:#fff;background:#000;width:100%;margin-top:auto;padding:4rem 0 2rem}.Footer-module__S6Hkya__container{width:100%;padding:0 2rem}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__column{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__column p{margin-top:1.5rem;font-weight:500}.Footer-module__S6Hkya__logoSection{align-items:center;gap:1.5rem;width:100%;margin-bottom:1rem;display:flex}.Footer-module__S6Hkya__footerLogo{justify-content:flex-start;align-items:center;width:60%;height:auto;min-height:80px;max-height:100px;margin:0;padding:0;line-height:0;text-decoration:none;transition:none;display:flex}.Footer-module__S6Hkya__footerLogo:hover{opacity:1;transform:none}.Footer-module__S6Hkya__footerLogo img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;margin:0;padding:0;display:block}.Footer-module__S6Hkya__badge{padding:1rem 0;transition:none;display:inline-block}.Footer-module__S6Hkya__badge:hover{transform:none}.Footer-module__S6Hkya__column h3{color:#ffffffe6;margin-bottom:1rem;font-size:1rem;font-weight:600}.Footer-module__S6Hkya__column h4{color:#ffffffe6;margin-bottom:1rem;font-size:1rem;font-weight:600;text-decoration:underline}.Footer-module__S6Hkya__column a{color:#ffffffe6;margin-bottom:.5rem;padding-left:0;font-weight:500;text-decoration:none;transition:all .3s;display:block;position:relative}.Footer-module__S6Hkya__column a:hover{color:var(--pink-40);padding-left:5px}.Footer-module__S6Hkya__linkButton{color:#ffffffe6;cursor:pointer;font-weight:500;font-size:inherit;text-align:left;background:0 0;border:none;width:100%;margin-bottom:.5rem;padding-left:0;font-family:inherit;text-decoration:none;transition:all .3s;display:block;position:relative}.Footer-module__S6Hkya__linkButton:hover{color:var(--pink-40);padding-left:5px}.Footer-module__S6Hkya__bottom{color:#fff9;border-top:1px solid #fff3;justify-content:space-between;padding-top:2rem;font-size:.9rem;font-weight:600;display:flex}.Footer-module__S6Hkya__legal{align-items:center;gap:2rem;display:flex}.Footer-module__S6Hkya__legal a,.Footer-module__S6Hkya__legalButton{color:#fffc;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__legal a:hover,.Footer-module__S6Hkya__legalButton:hover{color:var(--power-pink)}@media (max-width:1024px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:768px){.Footer-module__S6Hkya__container{padding:0 1.5rem}.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:2rem}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:1rem}.Footer-module__S6Hkya__legal{justify-content:center}}@media (max-width:480px){.Footer-module__S6Hkya__footer{padding:3rem 0 1.5rem}.Footer-module__S6Hkya__container{padding:0 1rem}.Footer-module__S6Hkya__column h3{font-size:1.1rem}.Footer-module__S6Hkya__column h4{font-size:.95rem}}
.BatteryRebateModal-module__jmgOQG__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#0009;position:fixed;inset:0}.BatteryRebateModal-module__jmgOQG__modalWrapper{z-index:9999;pointer-events:none;width:90%;max-width:900px;max-height:90vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.BatteryRebateModal-module__jmgOQG__modal{pointer-events:auto;background:#fff;border-radius:20px;flex-direction:column;width:100%;max-height:90vh;margin:0;padding:0;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}.BatteryRebateModal-module__jmgOQG__closeButton{color:#666;cursor:pointer;z-index:10000;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;line-height:1;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.BatteryRebateModal-module__jmgOQG__closeButton:hover:not(:disabled){color:#000;background:#0000001a;transform:rotate(90deg)}.BatteryRebateModal-module__jmgOQG__closeButton:disabled{opacity:.5;cursor:not-allowed}.BatteryRebateModal-module__jmgOQG__modalContent{max-height:calc(90vh - 2rem);padding:2.5rem;overflow-y:auto}.BatteryRebateModal-module__jmgOQG__title{color:var(--panel-black);text-align:center;margin-bottom:.5rem;font-size:2rem;font-weight:300}.BatteryRebateModal-module__jmgOQG__subtitle{color:#666;text-align:center;margin-bottom:2rem;font-size:1rem}.BatteryRebateModal-module__jmgOQG__form{flex-direction:column;gap:2rem;display:flex}.BatteryRebateModal-module__jmgOQG__section{flex-direction:column;gap:1.25rem;display:flex}.BatteryRebateModal-module__jmgOQG__sectionTitle{color:var(--panel-black);border-bottom:2px solid var(--power-pink);margin-bottom:.25rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:400}.BatteryRebateModal-module__jmgOQG__formRow{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;display:grid}.BatteryRebateModal-module__jmgOQG__formGroup{flex-direction:column;gap:.5rem;display:flex}.BatteryRebateModal-module__jmgOQG__label{color:var(--panel-black);font-size:.9rem;font-weight:600}.BatteryRebateModal-module__jmgOQG__required{color:var(--power-pink);font-weight:600}.BatteryRebateModal-module__jmgOQG__optionalIndicator{color:var(--power-pink);margin-left:.25rem;font-weight:700}.BatteryRebateModal-module__jmgOQG__helperText{color:#666;margin-top:-.25rem;margin-bottom:.5rem;font-size:.8rem;line-height:1.5}.BatteryRebateModal-module__jmgOQG__input{background:#fff;border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:all .3s}.BatteryRebateModal-module__jmgOQG__input:focus{border-color:var(--power-pink);outline:none;box-shadow:0 0 0 3px #e6077e1a}.BatteryRebateModal-module__jmgOQG__inputError,.BatteryRebateModal-module__jmgOQG__inputError:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.BatteryRebateModal-module__jmgOQG__fieldError{color:#dc2626;margin-top:.5rem;font-size:.875rem;font-weight:500;display:block}.BatteryRebateModal-module__jmgOQG__addressLabelRow{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.BatteryRebateModal-module__jmgOQG__toggleButtons{background:#0000000d;border-radius:50px;gap:.5rem;padding:.25rem;display:flex}.BatteryRebateModal-module__jmgOQG__toggleButton{color:var(--panel-black);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:50px;padding:.4rem .9rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .3s}.BatteryRebateModal-module__jmgOQG__toggleButton:hover{background:#e6077e1a}.BatteryRebateModal-module__jmgOQG__toggleButton.BatteryRebateModal-module__jmgOQG__active{background:var(--power-pink);color:#fff;box-shadow:0 2px 8px #e6077e4d}.BatteryRebateModal-module__jmgOQG__manualAddressFields{width:100%}.BatteryRebateModal-module__jmgOQG__addressAutocomplete{width:100%;position:relative}.BatteryRebateModal-module__jmgOQG__loadingIndicator{color:#666;pointer-events:none;align-items:center;gap:.5rem;font-size:.8rem;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.BatteryRebateModal-module__jmgOQG__smallSpinner{border:2px solid #e6077e33;border-top-color:var(--power-pink);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite BatteryRebateModal-module__jmgOQG__spin}@keyframes BatteryRebateModal-module__jmgOQG__spin{to{transform:rotate(360deg)}}.BatteryRebateModal-module__jmgOQG__suggestionsDropdown{z-index:1000;background:#fff;border:2px solid #e6077e33;border-radius:12px;max-height:300px;margin-top:.5rem;position:absolute;top:100%;left:0;right:0;overflow:hidden auto;box-shadow:0 8px 24px #00000026}.BatteryRebateModal-module__jmgOQG__suggestionItem{cursor:pointer;border-bottom:1px solid #0000000d;padding:.875rem 1rem;transition:background-color .2s}.BatteryRebateModal-module__jmgOQG__suggestionItem:last-child{border-bottom:none}.BatteryRebateModal-module__jmgOQG__suggestionItem:hover{background-color:#e6077e0d}.BatteryRebateModal-module__jmgOQG__suggestionMain{color:var(--panel-black);margin-bottom:.25rem;font-size:.9rem;font-weight:600}.BatteryRebateModal-module__jmgOQG__suggestionSecondary{color:#666;font-size:.8rem}.BatteryRebateModal-module__jmgOQG__estimateSection{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:16px;margin-top:.5rem;padding:1.75rem}.BatteryRebateModal-module__jmgOQG__estimateTitle{color:var(--panel-black);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1.25rem;font-weight:600;display:flex}.BatteryRebateModal-module__jmgOQG__estimateContent{flex-direction:column;gap:.875rem;display:flex}.BatteryRebateModal-module__jmgOQG__estimateTotalDisplay{background:#fff;border:2px solid #e0e0e0;border-radius:12px;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.BatteryRebateModal-module__jmgOQG__estimateTotalValue{color:var(--panel-black);text-align:center;font-size:2.5rem;font-weight:700;line-height:1.2}.BatteryRebateModal-module__jmgOQG__estimateNote{color:#666;border-top:1px solid #e0e0e0;margin-top:1rem;padding-top:1rem;font-size:.8rem;font-style:italic;font-weight:400;line-height:1.5}.BatteryRebateModal-module__jmgOQG__disclaimerBox{background:#e6077e0d;border:2px solid #e6077e33;border-radius:12px;margin-top:.5rem;padding:1.25rem}.BatteryRebateModal-module__jmgOQG__disclaimerTitle{color:var(--panel-black);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1rem;font-weight:600;display:flex}.BatteryRebateModal-module__jmgOQG__disclaimerIcon{font-size:1.1rem}.BatteryRebateModal-module__jmgOQG__disclaimerText{color:var(--panel-black);margin-bottom:.5rem;font-size:.85rem;line-height:1.6}.BatteryRebateModal-module__jmgOQG__disclaimerText:last-child{margin-bottom:0}.BatteryRebateModal-module__jmgOQG__submitButton{background:var(--power-pink);color:#fff;cursor:pointer;border:none;border-radius:50px;width:100%;margin-top:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s}.BatteryRebateModal-module__jmgOQG__submitButton:hover:not(:disabled){opacity:.9;transform:translateY(-2px)}.BatteryRebateModal-module__jmgOQG__submitButton:disabled{opacity:.6;cursor:not-allowed}.BatteryRebateModal-module__jmgOQG__successMessage,.BatteryRebateModal-module__jmgOQG__errorMessage{border-radius:12px;align-items:flex-start;gap:.75rem;margin-top:1rem;padding:1rem;display:flex}.BatteryRebateModal-module__jmgOQG__successMessage{color:#2e7d32;background:#4caf501a;border:1px solid #4caf504d}.BatteryRebateModal-module__jmgOQG__errorMessage{color:#c62828;background:#f443361a;border:1px solid #f443364d}.BatteryRebateModal-module__jmgOQG__successIcon,.BatteryRebateModal-module__jmgOQG__errorIcon{flex-shrink:0;font-size:1.25rem;font-weight:700}.BatteryRebateModal-module__jmgOQG__successMessage p,.BatteryRebateModal-module__jmgOQG__errorMessage p{margin:0;font-size:.9rem;line-height:1.5}.BatteryRebateModal-module__jmgOQG__modalContent::-webkit-scrollbar{width:8px}.BatteryRebateModal-module__jmgOQG__modalContent::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.BatteryRebateModal-module__jmgOQG__modalContent::-webkit-scrollbar-thumb{background:#e6077e4d;border-radius:4px}.BatteryRebateModal-module__jmgOQG__modalContent::-webkit-scrollbar-thumb:hover{background:#e6077e80}.BatteryRebateModal-module__jmgOQG__successBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#000c;position:fixed;inset:0}.BatteryRebateModal-module__jmgOQG__successModalWrapper{z-index:10001;pointer-events:none;width:90%;max-width:500px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.BatteryRebateModal-module__jmgOQG__successModal{text-align:center;pointer-events:auto;background:#fff;border-radius:20px;width:100%;margin:0;padding:3rem 2.5rem;box-shadow:0 20px 60px #0000004d}.BatteryRebateModal-module__jmgOQG__successIconWrapper{justify-content:center;margin-bottom:1.5rem;display:flex}.BatteryRebateModal-module__jmgOQG__successCheckmark{stroke-width:3px;width:80px;height:80px;stroke:var(--power-pink);stroke-miterlimit:10;border-radius:50%;animation:.4s ease-in-out .4s forwards BatteryRebateModal-module__jmgOQG__fill,.3s ease-in-out .9s both BatteryRebateModal-module__jmgOQG__scale;display:block;box-shadow:inset 0 0 #e6077e1a}.BatteryRebateModal-module__jmgOQG__successCheckmarkCircle{stroke-dasharray:166;stroke-dashoffset:166px;stroke-width:3px;stroke-miterlimit:10;stroke:var(--power-pink);fill:none;animation:.6s cubic-bezier(.65,0,.45,1) forwards BatteryRebateModal-module__jmgOQG__stroke}.BatteryRebateModal-module__jmgOQG__successCheckmarkCheck{transform-origin:50%;stroke-dasharray:48;stroke-dashoffset:48px;animation:.3s cubic-bezier(.65,0,.45,1) .8s forwards BatteryRebateModal-module__jmgOQG__stroke}@keyframes BatteryRebateModal-module__jmgOQG__stroke{to{stroke-dashoffset:0}}@keyframes BatteryRebateModal-module__jmgOQG__scale{0%,to{transform:none}50%{transform:scale(1.1)}}@keyframes BatteryRebateModal-module__jmgOQG__fill{to{box-shadow:inset 0 0 0 30px #e6077e1a}}.BatteryRebateModal-module__jmgOQG__successTitle{color:var(--panel-black);margin-bottom:1rem;font-size:1.75rem;font-weight:600}.BatteryRebateModal-module__jmgOQG__successMessage{color:#1b5e20;word-wrap:break-word;white-space:normal;background:#4caf5026;border:1px solid #4caf504d;border-radius:12px;margin-bottom:1rem;padding:1rem 1.25rem;font-size:1rem;font-weight:600;line-height:1.6}.BatteryRebateModal-module__jmgOQG__redirectMessage{color:#1b5e20;text-align:center;background:#4caf5026;border:1px solid #4caf504d;border-radius:12px;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin:0 0 1rem;padding:1rem 1.25rem;font-size:1rem;font-weight:600;line-height:1.6;display:flex}.BatteryRebateModal-module__jmgOQG__countdownCircle{background:var(--power-pink);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #e6077e4d}.BatteryRebateModal-module__jmgOQG__countdownLabel{color:#1b5e20;font-size:1rem;font-weight:600}.BatteryRebateModal-module__jmgOQG__successMessage strong{font-weight:700}.BatteryRebateModal-module__jmgOQG__successButton{background:var(--power-pink);color:#fff;cursor:pointer;border:none;border-radius:50px;margin-top:1.5rem;padding:.875rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s}.BatteryRebateModal-module__jmgOQG__successButton:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px #e6077e4d}@media (max-width:768px){.BatteryRebateModal-module__jmgOQG__modal{border-radius:16px;width:95%;max-height:95vh}.BatteryRebateModal-module__jmgOQG__modalContent{padding:2rem 1.5rem}.BatteryRebateModal-module__jmgOQG__title{font-size:1.75rem}.BatteryRebateModal-module__jmgOQG__formRow{grid-template-columns:1fr}.BatteryRebateModal-module__jmgOQG__sectionTitle{font-size:1.1rem}.BatteryRebateModal-module__jmgOQG__closeButton{width:35px;height:35px;font-size:1.25rem;top:.75rem;right:.75rem}.BatteryRebateModal-module__jmgOQG__estimateSection{padding:1.5rem}.BatteryRebateModal-module__jmgOQG__estimateTitle{font-size:1.1rem}.BatteryRebateModal-module__jmgOQG__estimateTotalDisplay{padding:1.5rem 1rem}.BatteryRebateModal-module__jmgOQG__estimateTotalValue{font-size:2rem}}@media (max-width:480px){.BatteryRebateModal-module__jmgOQG__modalContent{padding:1.5rem 1rem}.BatteryRebateModal-module__jmgOQG__title{font-size:1.5rem}.BatteryRebateModal-module__jmgOQG__subtitle{font-size:.9rem}.BatteryRebateModal-module__jmgOQG__form{gap:1.5rem}.BatteryRebateModal-module__jmgOQG__successModal{padding:2rem 1.5rem}.BatteryRebateModal-module__jmgOQG__successTitle{font-size:1.5rem}.BatteryRebateModal-module__jmgOQG__successMessage{font-size:.9rem}.BatteryRebateModal-module__jmgOQG__successCheckmark{width:60px;height:60px}.BatteryRebateModal-module__jmgOQG__estimateSection{padding:1.25rem}.BatteryRebateModal-module__jmgOQG__estimateTitle{font-size:1rem}.BatteryRebateModal-module__jmgOQG__estimateTotalDisplay{padding:1.25rem .75rem}.BatteryRebateModal-module__jmgOQG__estimateTotalValue{font-size:1.75rem}.BatteryRebateModal-module__jmgOQG__estimateNote{font-size:.75rem}}
.BuilderContactModal-module__KR0hJa__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#0009;position:fixed;inset:0}.BuilderContactModal-module__KR0hJa__modalWrapper{z-index:9999;pointer-events:none;width:90%;max-width:700px;max-height:90vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.BuilderContactModal-module__KR0hJa__modal{pointer-events:auto;background:#fff;border-radius:20px;flex-direction:column;width:100%;max-height:90vh;margin:0;padding:0;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}.BuilderContactModal-module__KR0hJa__closeButton{color:#666;cursor:pointer;z-index:10000;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;line-height:1;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.BuilderContactModal-module__KR0hJa__closeButton:hover:not(:disabled){color:#000;background:#0000001a;transform:rotate(90deg)}.BuilderContactModal-module__KR0hJa__closeButton:disabled{opacity:.5;cursor:not-allowed}.BuilderContactModal-module__KR0hJa__modalContent{max-height:calc(90vh - 2rem);padding:2.5rem;overflow-y:auto}.BuilderContactModal-module__KR0hJa__title{color:var(--panel-black);text-align:center;font-size:2rem;font-weight:300;font-family:var(--font-lexend),"Lexend",sans-serif;margin-bottom:.5rem}.BuilderContactModal-module__KR0hJa__subtitle{color:#666;text-align:center;font-size:1rem;font-family:var(--font-work-sans),"Work Sans",sans-serif;margin-bottom:2rem}.BuilderContactModal-module__KR0hJa__form{flex-direction:column;gap:2rem;display:flex}.BuilderContactModal-module__KR0hJa__section{flex-direction:column;gap:1.25rem;display:flex}.BuilderContactModal-module__KR0hJa__sectionTitle{color:var(--panel-black);border-bottom:2px solid var(--power-pink);font-size:1.25rem;font-weight:400;font-family:var(--font-lexend),"Lexend",sans-serif;margin-bottom:.25rem;padding-bottom:.5rem}.BuilderContactModal-module__KR0hJa__formRow{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;display:grid}.BuilderContactModal-module__KR0hJa__formGroup{flex-direction:column;gap:.5rem;display:flex}.BuilderContactModal-module__KR0hJa__label{color:var(--panel-black);font-size:.9rem;font-weight:600;font-family:var(--font-work-sans),"Work Sans",sans-serif}.BuilderContactModal-module__KR0hJa__required{color:var(--power-pink);font-weight:600}.BuilderContactModal-module__KR0hJa__input,.BuilderContactModal-module__KR0hJa__textarea{width:100%;font-size:.95rem;font-weight:400;font-family:var(--font-work-sans),"Work Sans",sans-serif;background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:.75rem 1rem;transition:all .3s}.BuilderContactModal-module__KR0hJa__textarea{resize:vertical;min-height:120px}.BuilderContactModal-module__KR0hJa__input:focus,.BuilderContactModal-module__KR0hJa__textarea:focus{border-color:var(--power-pink);outline:none;box-shadow:0 0 0 3px #e6077e1a}.BuilderContactModal-module__KR0hJa__inputError,.BuilderContactModal-module__KR0hJa__inputError:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.BuilderContactModal-module__KR0hJa__fieldError{color:#dc2626;margin-top:.5rem;font-size:.875rem;font-weight:500;display:block}.BuilderContactModal-module__KR0hJa__submitButton{background:var(--power-pink);color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;font-family:var(--font-work-sans),"Work Sans",sans-serif;border:none;border-radius:50px;margin-top:.5rem;padding:1rem 2rem;transition:all .3s;box-shadow:0 4px 15px #0f172a33}.BuilderContactModal-module__KR0hJa__submitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.BuilderContactModal-module__KR0hJa__submitButton:disabled{opacity:.6;cursor:not-allowed}.BuilderContactModal-module__KR0hJa__modalContent::-webkit-scrollbar{width:10px}.BuilderContactModal-module__KR0hJa__modalContent::-webkit-scrollbar-track{background:#e6077e0d;border-radius:10px}.BuilderContactModal-module__KR0hJa__modalContent::-webkit-scrollbar-thumb{background:#e6077e33;border-radius:10px}.BuilderContactModal-module__KR0hJa__modalContent::-webkit-scrollbar-thumb:hover{background:#e6077e4d}@media (max-width:768px){.BuilderContactModal-module__KR0hJa__modalWrapper{width:95%;max-width:none}.BuilderContactModal-module__KR0hJa__modalContent{padding:1.5rem}.BuilderContactModal-module__KR0hJa__title{font-size:1.5rem}.BuilderContactModal-module__KR0hJa__nameRow{grid-template-columns:1fr}}
.Chatbot-module__DWq8bW__toggleButton{background:var(--power-pink);color:#fff;cursor:pointer;z-index:1000;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem}.Chatbot-module__DWq8bW__chatWindow{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#fff9;border:1px solid #ffffff80;border-radius:20px;flex-direction:column;width:350px;height:500px;display:flex;position:fixed;bottom:7rem;right:2rem;overflow:hidden;box-shadow:0 10px 40px #0003}.Chatbot-module__DWq8bW__header{background:var(--gradient-primary);color:#fff;justify-content:space-between;align-items:center;padding:1rem;display:flex}.Chatbot-module__DWq8bW__headerTitle{align-items:center;gap:.8rem;display:flex}.Chatbot-module__DWq8bW__avatar{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:10px;font-size:1.5rem;display:flex;box-shadow:0 2px 8px #0000001a}.Chatbot-module__DWq8bW__header h3{margin:0;font-size:1rem;font-weight:600}.Chatbot-module__DWq8bW__status{opacity:.9;font-size:.75rem;display:block}.Chatbot-module__DWq8bW__closeButton{color:#fff;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1}.Chatbot-module__DWq8bW__messages{flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.Chatbot-module__DWq8bW__message{border-radius:15px;max-width:80%;padding:.8rem 1rem;font-size:.95rem;line-height:1.5}.Chatbot-module__DWq8bW__userMessage{background:var(--gradient-primary);color:#fff;border-bottom-right-radius:5px;align-self:flex-end}.Chatbot-module__DWq8bW__botMessage{color:#1a1a1a;background:#f0f2f5;border-bottom-left-radius:5px;align-self:flex-start}.Chatbot-module__DWq8bW__contactLink{color:var(--power-pink);font-weight:600;text-decoration:underline}.Chatbot-module__DWq8bW__messageText{line-height:1.6}.Chatbot-module__DWq8bW__productLink{color:var(--power-pink);margin:0 .25rem;font-weight:600;text-decoration:underline;transition:opacity .2s}.Chatbot-module__DWq8bW__productLink:hover{opacity:.8}.Chatbot-module__DWq8bW__linksContainer{border-top:1px solid #e6077e1a;flex-wrap:wrap;gap:.5rem;margin-top:.75rem;padding-top:.75rem;display:flex}.Chatbot-module__DWq8bW__productLinkButton{color:#fff;text-transform:capitalize;background:linear-gradient(135deg,#e6077e 0%,#ff6b9d 100%);border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.Chatbot-module__DWq8bW__productLinkButton:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 4px 12px #e6077e4d}.Chatbot-module__DWq8bW__inputArea{background:#fff9;border-top:1px solid #0000000d;gap:.5rem;padding:1rem;display:flex}.Chatbot-module__DWq8bW__input{border:1px solid #e0e0e0;border-radius:25px;outline:none;flex:1;padding:.8rem;font-size:.95rem;transition:border-color .2s}.Chatbot-module__DWq8bW__input:focus{border-color:var(--power-pink)}.Chatbot-module__DWq8bW__sendButton{background:var(--power-pink);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s;display:flex}.Chatbot-module__DWq8bW__sendButton:disabled{cursor:not-allowed;background:#ccc}.Chatbot-module__DWq8bW__sendButton:hover:not(:disabled){transform:scale(1.05)}.Chatbot-module__DWq8bW__typingIndicator{gap:4px;padding:4px 0;display:flex}.Chatbot-module__DWq8bW__typingIndicator span{background:#90949c;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both Chatbot-module__DWq8bW__bounce}.Chatbot-module__DWq8bW__typingIndicator span:first-child{animation-delay:-.32s}.Chatbot-module__DWq8bW__typingIndicator span:nth-child(2){animation-delay:-.16s}@keyframes Chatbot-module__DWq8bW__bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (max-width:480px){.Chatbot-module__DWq8bW__chatWindow{-webkit-backdrop-filter:none;width:100vw;height:100dvh;max-height:100dvh;padding-bottom:env(safe-area-inset-bottom);background:#fff;border-radius:0;inset:0}.Chatbot-module__DWq8bW__inputArea{padding-bottom:calc(1rem + env(safe-area-inset-bottom));background:#fff}.Chatbot-module__DWq8bW__toggleButtonOpen{display:none!important}}
.CustomMultiSelect-module__DdcQxa__customMultiSelect{width:100%;position:relative}.CustomMultiSelect-module__DdcQxa__selectButton{cursor:pointer;text-align:left;background:#fff;border:2px solid #e0e0e0;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .3s;display:flex}.CustomMultiSelect-module__DdcQxa__selectButton:hover{background-color:#e6077e05;border-color:#e6077e66}.CustomMultiSelect-module__DdcQxa__selectButton:focus{border-color:var(--power-pink);outline:none;box-shadow:0 0 0 3px #e6077e1a}.CustomMultiSelect-module__DdcQxa__selectValue{color:var(--panel-black);flex:1;align-items:center;gap:.5rem;display:flex}.CustomMultiSelect-module__DdcQxa__selectValue span{color:inherit}.CustomMultiSelect-module__DdcQxa__arrow{flex-shrink:0;align-items:center;margin-left:.5rem;transition:transform .2s;display:flex}.CustomMultiSelect-module__DdcQxa__arrowOpen{transform:rotate(180deg)}.CustomMultiSelect-module__DdcQxa__optionsList{z-index:1000;background:#fff;border:2px solid #e6077e33;border-radius:12px;max-height:300px;margin:0;padding:.5rem 0;list-style:none;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden auto;box-shadow:0 8px 24px #00000026}.CustomMultiSelect-module__DdcQxa__option{cursor:pointer;border-bottom:1px solid #e6077e1a;align-items:center;gap:.75rem;padding:.875rem 1.25rem;transition:all .2s;display:flex}.CustomMultiSelect-module__DdcQxa__option:last-child{border-bottom:none}.CustomMultiSelect-module__DdcQxa__option:hover{background:#e6077e0d}.CustomMultiSelect-module__DdcQxa__optionSelected{background:#e6077e1a;font-weight:600}.CustomMultiSelect-module__DdcQxa__checkbox{border:2px solid var(--power-pink);background:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.CustomMultiSelect-module__DdcQxa__optionSelected .CustomMultiSelect-module__DdcQxa__checkbox{background:var(--power-pink);color:#fff}.CustomMultiSelect-module__DdcQxa__checkbox svg{width:12px;height:12px}.CustomMultiSelect-module__DdcQxa__customMultiSelect .CustomMultiSelect-module__DdcQxa__selectButton.CustomMultiSelect-module__DdcQxa__inputError{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}
.chat-messages-module__gPrkva__page{max-width:1400px;margin:0 auto}.chat-messages-module__gPrkva__header{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.chat-messages-module__gPrkva__title{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:600}.chat-messages-module__gPrkva__subtitle{color:var(--panel-black);opacity:.7;font-size:1.05rem;font-weight:400}.chat-messages-module__gPrkva__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:400px;padding:4rem 2rem;display:flex}.chat-messages-module__gPrkva__spinner{border:4px solid #e6077e1a;border-top:4px solid var(--power-pink);border-radius:50%;width:50px;height:50px;animation:1s linear infinite chat-messages-module__gPrkva__spin}.chat-messages-module__gPrkva__loadingText{color:var(--panel-black);opacity:.7;margin:0;font-size:1.1rem;font-weight:500}@keyframes chat-messages-module__gPrkva__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes chat-messages-module__gPrkva__tooltipFadeIn{0%{opacity:0;transform:translate(-50%)translateY(-5px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.chat-messages-module__gPrkva__empty{text-align:center;color:var(--panel-black);opacity:.6;padding:4rem 2rem;font-size:1.1rem}.chat-messages-module__gPrkva__sessionsList{flex-direction:column;gap:1.5rem;display:flex}.chat-messages-module__gPrkva__cardHeader{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.chat-messages-module__gPrkva__sessionInfo{flex-direction:column;flex:1;gap:.5rem;display:flex}.chat-messages-module__gPrkva__sessionId{color:var(--panel-black);font-family:Courier New,monospace;font-size:1rem;font-weight:600}.chat-messages-module__gPrkva__sessionMeta{color:var(--panel-black);opacity:.7;align-items:center;gap:1.5rem;font-size:.9rem;display:flex}.chat-messages-module__gPrkva__messageCount,.chat-messages-module__gPrkva__date{font-weight:500}.chat-messages-module__gPrkva__messagesContainer{border-top:1px solid #0000001a;margin-top:1.5rem;padding-top:1.5rem}.chat-messages-module__gPrkva__messagesList{flex-direction:column;gap:1rem;display:flex}.chat-messages-module__gPrkva__messageItem{background:#ffffff80;border-radius:8px;padding:1rem}.chat-messages-module__gPrkva__userMessage{border-left:3px solid var(--power-pink);background:#e6077e0d}.chat-messages-module__gPrkva__botMessage{background:#00000005;border-left:3px solid #666}.chat-messages-module__gPrkva__messageHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.chat-messages-module__gPrkva__messageHeaderRight{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.chat-messages-module__gPrkva__messageRole{color:var(--panel-black);font-size:.9rem;font-weight:600}.chat-messages-module__gPrkva__messageTime{color:var(--panel-black);opacity:.6;font-size:.85rem;font-weight:500}.chat-messages-module__gPrkva__messageContent{color:var(--panel-black);white-space:pre-wrap;word-wrap:break-word;font-weight:400;line-height:1.6}.chat-messages-module__gPrkva__deleteButton{cursor:pointer;background:#dc35451a;border:1px solid #dc35454d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;min-width:40px;height:40px;margin-left:.5rem;padding:.5rem .75rem;font-size:1rem;transition:all .3s;display:flex;position:relative}.chat-messages-module__gPrkva__deleteButton[data-tooltip]:hover:not(:disabled):before{content:attr(data-tooltip);color:#fff;white-space:nowrap;z-index:1000;pointer-events:none;opacity:0;background:linear-gradient(135deg,#e6077e 0%,#ff6b9d 100%);border-radius:8px;padding:.5rem .75rem;font-size:.8rem;font-weight:500;animation:.2s forwards chat-messages-module__gPrkva__tooltipFadeIn;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000040}.chat-messages-module__gPrkva__deleteButton[data-tooltip]:hover:not(:disabled):after{content:"";z-index:1000;pointer-events:none;opacity:0;border:5px solid #0000;border-top-color:#e6077e;animation:.2s forwards chat-messages-module__gPrkva__tooltipFadeIn;position:absolute;bottom:calc(100% + .25rem);left:50%;transform:translate(-50%)}.chat-messages-module__gPrkva__deleteButton:hover:not(:disabled){background:#dc354533;border-color:#dc354580;transform:translateY(-1px);box-shadow:0 2px 8px #dc354533}.chat-messages-module__gPrkva__deleteButton:disabled{opacity:.5;cursor:wait}.chat-messages-module__gPrkva__deleteMessageButton{cursor:pointer;background:#dc35451a;border:1px solid #dc35454d;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;min-width:28px;height:28px;padding:.35rem .5rem;font-size:.9rem;transition:all .3s;display:flex;position:relative}.chat-messages-module__gPrkva__deleteMessageButton[data-tooltip]:hover:not(:disabled):before{content:attr(data-tooltip);color:#fff;white-space:nowrap;z-index:1000;pointer-events:none;opacity:0;background:linear-gradient(135deg,#e6077e 0%,#ff6b9d 100%);border-radius:6px;padding:.4rem .6rem;font-size:.75rem;font-weight:500;animation:.2s forwards chat-messages-module__gPrkva__tooltipFadeIn;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000040}.chat-messages-module__gPrkva__deleteMessageButton[data-tooltip]:hover:not(:disabled):after{content:"";z-index:1000;pointer-events:none;opacity:0;border:4px solid #0000;border-top-color:#e6077e;animation:.2s forwards chat-messages-module__gPrkva__tooltipFadeIn;position:absolute;bottom:calc(100% + .2rem);left:50%;transform:translate(-50%)}.chat-messages-module__gPrkva__deleteMessageButton:hover:not(:disabled){background:#dc354533;border-color:#dc354580;transform:translateY(-1px);box-shadow:0 2px 6px #dc354533}.chat-messages-module__gPrkva__deleteMessageButton:disabled{opacity:.5;cursor:not-allowed}.chat-messages-module__gPrkva__smallSpinner{border:2px solid #dc354533;border-top-color:#dc3545;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite chat-messages-module__gPrkva__spin}
